:root {
  --ink: #14110e;
  --ink-soft: #3f392f;
  --muted: #7a7268;
  --paper: #f4efe6;
  --paper-2: #ebe4d6;
  --line: #d8cec0;
  --gold: #b08a46;
  --gold-2: #d4bc86;
  --dark: #0d0b0a;
  --dark-2: #161310;
  --cream: #f7f1e7;
  --banner-h: 34px;
  --header-h: 72px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Outfit", "Helvetica Neue", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--banner-h) + 64px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
address { font-style: normal; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 100;
  background: var(--dark);
  color: var(--cream);
  padding: 8px 12px;
}
.skip-link:focus { top: calc(var(--banner-h) + 8px); }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.kicker--ink { color: var(--gold); }

.lede {
  margin-top: 18px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 34ch;
}

.hint, .fine, .form__fine {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid transparent;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.btn--gold {
  background: var(--gold);
  color: var(--dark);
}
.btn--gold:hover { background: var(--gold-2); }
.btn--ghost {
  border-color: rgba(247, 241, 231, .45);
  color: var(--cream);
}
.btn--ghost:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn--header {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold-2);
  min-height: 38px;
  padding: 0 16px;
}
.site-header.is-solid .btn--header {
  color: var(--ink);
  border-color: var(--ink);
}
.btn--header:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.text-link {
  display: inline-block;
  margin-top: 28px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}

/* Preview banner */
.preview-banner {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  height: var(--banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #1a1612;
  color: #cfc3ae;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 16px;
}
.preview-banner__replay {
  color: var(--gold-2);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.preview-banner__replay:hover { border-bottom-color: var(--gold-2); }

/* Header */
.site-header {
  position: fixed;
  top: var(--banner-h);
  left: 0;
  right: 0;
  z-index: 50;
  color: var(--cream);
  transition: background .4s var(--ease), color .4s var(--ease), box-shadow .4s var(--ease);
}
.site-header.is-solid {
  background: rgba(244, 239, 230, .92);
  color: var(--ink);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
}
.site-header__bar {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.wordmark {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 28px;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.nav {
  display: flex;
  gap: 28px;
}
.nav a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: .82;
}
.nav a:hover { opacity: 1; color: var(--gold); }
.header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
.lang { display: flex; gap: 6px; }
.lang__btn {
  background: none;
  border: 0;
  padding: 4px 2px;
  cursor: pointer;
  letter-spacing: 0.14em;
  font-size: 11px;
  opacity: .45;
}
.lang__btn.is-active { opacity: 1; border-bottom: 1px solid currentColor; }

/* Intro — full-canvas birthday scene */
html.intro-done .intro { display: none; }
body.is-intro { overflow: hidden; }

.intro {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #050403;
  color: var(--cream);
  transition: opacity .55s var(--ease), visibility .55s;
}
.intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.intro__skip {
  position: absolute;
  top: calc(var(--banner-h) + 22px);
  right: 28px;
  z-index: 2;
  background: none;
  border: 0;
  color: #b3a894;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.intro__skip:hover { color: var(--gold-2); }
.intro__cue {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11vh;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold-2);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.intro__cue.is-on { opacity: .85; }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--cream);
  overflow: hidden;
}
.hero__media,
.hero__veil { position: absolute; inset: 0; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 42%;
}
.hero__veil {
  background:
    linear-gradient(180deg, rgba(13, 11, 10, .28) 0%, rgba(13, 11, 10, .15) 38%, rgba(13, 11, 10, .72) 100%),
    linear-gradient(90deg, rgba(13, 11, 10, .55), transparent 55%);
}
.hero__copy {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 88px;
}
.hero h1 {
  font-size: clamp(64px, 11vw, 132px);
  line-height: .88;
  font-weight: 400;
}
.hero__lead {
  margin: 28px 0 36px;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 300;
  max-width: 22ch;
  color: #efe6d6;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Statement */
.statement { padding: 120px 0 100px; }
.statement__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
}
.statement h2 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: .95;
  max-width: 12ch;
}
.facts {
  margin: 0;
  display: grid;
  gap: 28px;
  padding-bottom: 8px;
}
.facts > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.facts dt {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--gold);
}
.facts dd { margin: 0; font-size: 18px; }

/* Feature */
.feature {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 84vh;
  background: var(--dark);
  color: var(--cream);
}
.feature__photo { margin: 0; overflow: hidden; }
.feature__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.feature__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px;
}
.feature h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1;
  margin-bottom: 20px;
}
.feature p:not(.kicker) {
  color: #c9bfb0;
  max-width: 32ch;
}

/* Gallery */
.gallery-section { padding: 110px 0 40px; }
.gallery-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}
.gallery-section h2 { font-size: clamp(40px, 6vw, 68px); }

.mosaic {
  width: min(1280px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
}
.mosaic__item {
  position: relative;
  display: block;
  overflow: hidden;
  background: #1a1612;
  cursor: zoom-in;
  min-height: 46vh;
  border: 0;
  padding: 0;
  color: inherit;
}
.mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.15s var(--ease);
}
.mosaic__item:hover img,
.mosaic__item:focus-visible img { transform: scale(1.035); }
.mosaic__item figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .45);
}
.mosaic__item:hover figcaption,
.mosaic__item:focus-visible figcaption {
  opacity: 1;
  transform: none;
}
.mosaic__item:nth-child(1) { grid-column: span 7; min-height: 62vh; }
.mosaic__item:nth-child(2) { grid-column: span 5; min-height: 62vh; }
.mosaic__item:nth-child(3) { grid-column: span 5; min-height: 68vh; }
.mosaic__item:nth-child(4) { grid-column: span 7; min-height: 68vh; }
.mosaic__item:nth-child(5) { grid-column: span 12; min-height: 56vh; }
.mosaic__item:nth-child(n + 6) { grid-column: span 4; min-height: 40vh; }

/* Order */
.order {
  margin-top: 8px;
  padding: 120px 0;
  background: var(--dark-2);
  color: var(--cream);
}
.order__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.order h2 {
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: .95;
  max-width: 10ch;
}
.phone-xl {
  display: inline-block;
  margin: 36px 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 40px);
  text-decoration: none;
  color: var(--gold-2);
}
.phone-xl:hover { color: #fff; }
.nap-line { color: #b7ae9f; font-size: 15px; }

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 20px;
}
.form label { display: grid; gap: 8px; }
.form label span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b7ae9f;
}
.form input,
.form select,
.form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #3d372f;
  border-radius: 0;
  padding: 10px 0;
  outline: none;
}
.form input:focus,
.form select:focus,
.form textarea:focus { border-bottom-color: var(--gold); }
.form select option { color: var(--ink); }
.form__full { grid-column: 1 / -1; }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.form__ok {
  grid-column: 1 / -1;
  padding: 16px 0 0;
  color: var(--gold-2);
}

/* Contact */
.contact { padding: 100px 0; }
.contact__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  gap: 40px;
  align-items: end;
}
.contact h2 { font-size: clamp(40px, 6vw, 72px); }
.vcard { display: grid; gap: 16px; }
.vcard__phone {
  font-family: var(--font-serif);
  font-size: 34px;
  text-decoration: none;
}
.vcard__phone:hover { color: var(--gold); }
.vcard__addr { text-decoration: none; color: var(--ink-soft); }
.vcard__addr:hover { color: var(--ink); }
.social { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.social a {
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  display: inline-block;
}
.social a:hover { border-color: var(--gold); color: var(--gold); }

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
}
.site-footer__bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.wordmark--footer { font-size: 22px; }

/* Lightbox */
.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(8, 6, 5, .94);
  color: #fff;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
}
.lightbox__frame {
  margin: 0;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox__frame img {
  max-width: min(1100px, 86vw);
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.lightbox__frame figcaption {
  display: flex;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8cbb4;
}
.lightbox__close,
.lightbox__nav {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.lightbox__close {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 36px;
  line-height: 1;
}
.lightbox__nav { font-size: 56px; line-height: 1; opacity: .7; }
.lightbox__nav:hover { opacity: 1; }

@media (max-width: 980px) {
  .site-header__bar { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .statement__grid,
  .feature,
  .order__grid,
  .contact__grid { grid-template-columns: 1fr; }
  .feature__panel { padding: 48px 28px 64px; }
  .feature { min-height: 0; }
  .feature__photo img { height: 62vh; }
  .mosaic__item,
  .mosaic__item:nth-child(n) {
    grid-column: span 12;
    min-height: 52vh;
  }
  .hero h1 { font-size: clamp(52px, 16vw, 88px); }
  .order__grid { gap: 48px; }
}

@media (max-width: 640px) {
  .wrap { width: min(1180px, calc(100% - 28px)); }
  .form { grid-template-columns: 1fr; }
  .site-footer__bar { flex-direction: column; }
  .lightbox { grid-template-columns: 40px 1fr 40px; }
  .preview-banner { font-size: 9px; letter-spacing: 0.08em; }
  .btn--header { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mosaic__item img { transition: none; }
}
