:root {
  --cream: #fffaf3;
  --ivory: #fff4eb;
  --rose: #f7d6d9;
  --blush: #e9aaa0;
  --wine: #6d3b55;
  --espresso: #321b17;
  --ink: #4b2725;
  --muted: rgba(75, 39, 37, .72);
  --gold: #b98643;
  --line: rgba(126, 86, 73, .14);
  --shadow: 0 30px 100px rgba(75, 39, 37, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 2%, rgba(255,255,255,.98), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255,233,238,.8), transparent 30%),
    linear-gradient(140deg, #fffdf9 0%, #fff6ee 38%, #fff1f7 100%);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 1;
  background-image:
    linear-gradient(rgba(75,39,37,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75,39,37,.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 70%);
}

body.no-scroll { overflow: hidden; }

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(49, 27, 23, .38);
  backdrop-filter: blur(12px);
  transition: opacity .35s ease, visibility .35s ease;
}

.age-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.age-card {
  width: min(92vw, 430px);
  padding: 28px;
  border: 1px solid rgba(185, 134, 67, .34);
  border-radius: 24px;
  background: rgba(255, 250, 243, .92);
  box-shadow: 0 34px 120px rgba(32, 12, 12, .2);
}

.age-card h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 8vw, 3.2rem);
  line-height: .95;
  color: var(--wine);
  font-weight: 500;
}

.age-card p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
  font-size: .96rem;
}

.age-actions {
  display: grid;
  gap: 10px;
}

.age-actions button,
.age-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(185, 134, 67, .55);
  font-size: .72rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 800;
}

.age-actions button {
  cursor: pointer;
  color: #fffaf3;
  background: linear-gradient(135deg, #6d3b55, #9b5575);
}

.age-actions a {
  color: var(--wine);
  background: rgba(255,255,255,.66);
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px));
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(16px, 3vw, 30px);
  border-radius: 999px;
  color: var(--espresso);
  background: rgba(255, 250, 244, .76);
  border: 1px solid var(--line);
  box-shadow: 0 22px 78px rgba(75, 39, 37, .08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 600;
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  gap: clamp(12px, 2.2vw, 28px);
  font-size: .68rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 800;
}

.site-header nav a {
  opacity: .78;
  transition: opacity .25s ease, color .25s ease;
}

.site-header nav a:hover {
  opacity: 1;
  color: var(--wine);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  padding: clamp(130px, 16vw, 190px) 22px clamp(72px, 10vw, 120px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255,250,244,.58);
  border-radius: clamp(22px, 3vw, 38px);
  background: linear-gradient(180deg, rgba(255,250,244,.2), rgba(255,236,241,.3));
  box-shadow: inset 0 0 90px rgba(255,255,255,.36), 0 34px 120px rgba(75,39,37,.12);
  z-index: 1;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,244,.9) 0%, rgba(255,250,244,.56) 38%, rgba(255,250,244,.08) 70%),
    linear-gradient(180deg, rgba(255,250,244,.36), rgba(255,234,239,.56)),
    url("/assets/deja-leopard-editorial.jpg") right 18% center / min(48vw, 620px) auto no-repeat,
    linear-gradient(135deg, #fffaf4, #fff1f6);
  filter: saturate(.98) contrast(1.03) brightness(1.04);
  transform: scale(1.02);
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: left;
  padding-left: clamp(0px, 4vw, 70px);
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--gold);
  font-size: .72rem;
  line-height: 1.4;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 800;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--wine);
}

h1 {
  max-width: 7.8ch;
  margin: 0;
  font-size: clamp(4.8rem, 11vw, 12rem);
  line-height: .82;
}

.hero-shell > p:not(.eyebrow) {
  max-width: 520px;
  margin: 28px 0 0;
  padding: 12px 18px;
  color: rgba(75,39,37,.78);
  font-size: clamp(1.08rem, 1.85vw, 1.45rem);
  line-height: 1.55;
  border-radius: 24px;
  background: rgba(255,250,244,.58);
  border: 1px solid rgba(126,86,73,.1);
  box-shadow: 0 22px 82px rgba(75,39,37,.08);
}

.hero-actions,
.private-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 4vw, 44px);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border: 1px solid rgba(185,134,67,.52);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #f8ead0 42%, #d9b96c);
  color: #2d222b;
  box-shadow: 0 16px 42px rgba(122,73,74,.13), inset 0 1px 0 rgba(255,255,255,.5);
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 800;
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 24px 68px rgba(109,59,85,.18);
}

.button-light {
  background: rgba(255,255,255,.72);
  color: var(--wine);
  border-color: rgba(126,86,73,.22);
}

.doorway {
  position: relative;
  z-index: 2;
  margin-top: -44px;
  padding: clamp(34px, 5vw, 64px) 22px clamp(78px, 9vw, 132px);
  background: linear-gradient(180deg, rgba(255,250,244,0), #fffaf4 34%, #fff8f1);
}

.doorway-panel,
.private-card,
.details-panel {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 30px;
  background: rgba(255,255,255,.64);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.doorway h2,
.section-heading h2,
.copy h2,
.details-panel h2,
.private-card h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  line-height: .9;
}

.door-grid,
.feeling-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 4vw, 42px);
}

.door,
.feeling-card,
.link-card {
  min-height: 174px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,250,244,.86), rgba(255,241,247,.72));
  border: 1px solid var(--line);
  box-shadow: 0 20px 70px rgba(75,39,37,.07);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.door:hover,
.link-card:hover,
.feeling-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216,185,119,.44);
  box-shadow: 0 28px 90px rgba(75,39,37,.13);
}

.door span,
.link-card span {
  color: var(--gold);
  font-size: .72rem;
  letter-spacing: .22em;
  font-weight: 800;
}

.door strong,
.link-card strong {
  display: block;
  margin-top: 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .95;
  color: var(--wine);
  font-weight: 500;
}

.door em,
.link-card em {
  font-style: normal;
  color: rgba(75,39,37,.62);
  line-height: 1.45;
  font-size: .95rem;
}

.section {
  position: relative;
  z-index: 2;
  padding: clamp(86px, 11vw, 150px) 22px;
  border-top: 1px solid var(--line);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(280px, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  border-top: 0;
}

.portrait-card {
  margin: 0;
  min-height: 620px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.portrait-card img {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center 18%;
}

.copy p,
.section-heading p,
.details-panel p,
.private-card p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.78;
}

.section-heading {
  width: min(900px, 100%);
  margin: 0 auto clamp(34px, 5vw, 56px);
  text-align: center;
}

.feeling {
  background: linear-gradient(180deg, #fffaf4, #fff1f7);
}

.feeling-grid {
  width: min(1030px, 100%);
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feeling-card h3 {
  margin: 0 0 28px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .95;
}

.feeling-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.gallery {
  background: linear-gradient(180deg, #fff8f1, #fffaf4);
}

.gallery-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-auto-rows: minmax(240px, 32vw);
  gap: 16px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.5);
  background: var(--rose);
  box-shadow: 0 26px 90px rgba(75,39,37,.12);
}

.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }

.gallery-item img {
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.95) contrast(.98) brightness(1.04);
  transition: transform .8s ease, filter .8s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.02) brightness(1.05);
}

.gallery-item figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: #fffaf5;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  text-shadow: 0 8px 24px rgba(45,20,19,.45);
}

.details {
  background:
    linear-gradient(180deg, rgba(49,27,23,.72), rgba(49,27,23,.78)),
    url("/assets/deja-white-gold.jpg") center 18% / cover fixed;
}

.details-panel {
  max-width: 840px;
  text-align: center;
  background: rgba(255,250,244,.82);
}

.details-panel p {
  margin-left: auto;
  margin-right: auto;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--wine);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid rgba(109,59,85,.35);
  padding-bottom: 6px;
}

.stay-close {
  background: linear-gradient(180deg, #fffaf4, #fff7fb);
}

.link-grid {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.private {
  background: linear-gradient(180deg, #fff7fb, #fffaf4);
}

.private-card {
  max-width: 840px;
  text-align: center;
}

.private-card p {
  margin-left: auto;
  margin-right: auto;
}

.private-actions {
  justify-content: center;
}

.worship {
  padding: clamp(46px, 7vw, 84px) 22px clamp(76px, 10vw, 132px);
  background:
    linear-gradient(180deg, rgba(255,250,244,.22), rgba(30,12,20,.88)),
    url("/assets/deja-sofa-black.jpg") center 26% / cover;
}

.worship-box {
  width: min(760px, 100%);
  min-height: 210px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 26px;
  text-align: center;
  background: linear-gradient(135deg, rgba(44,20,36,.72), rgba(16,9,14,.78));
  border: 1px solid rgba(255,146,205,.26);
  box-shadow: 0 28px 90px rgba(0,0,0,.28), 0 0 46px rgba(255,76,184,.1);
  backdrop-filter: blur(10px);
}

.worship-box strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: .9;
  color: #ff66c6;
  text-shadow: 0 0 18px rgba(255,92,190,.55), 0 0 42px rgba(255,92,190,.2);
}

.worship-box span {
  max-width: 520px;
  color: rgba(255,247,252,.78);
  line-height: 1.65;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 26px 22px;
  text-align: center;
  color: rgba(75,39,37,.55);
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .9s ease, transform .9s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    border-radius: 26px;
  }

  .site-header nav {
    display: none;
  }

  .hero-image {
    background:
      linear-gradient(180deg, rgba(255,250,244,.6), rgba(255,240,245,.74)),
      url("/assets/deja-leopard-editorial.jpg") right 18% center / auto 82% no-repeat,
      linear-gradient(135deg, #fffaf4, #fff1f6);
  }

  .intro {
    grid-template-columns: 1fr;
  }

  .portrait-card,
  .portrait-card img {
    min-height: 520px;
  }

  .door-grid,
  .feeling-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 350px;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .wordmark {
    font-size: 1.35rem;
  }

  .hero {
    padding-top: 122px;
  }

  .hero-shell {
    padding-left: 0;
  }

  h1 {
    max-width: 8.2ch;
    font-size: clamp(4rem, 17vw, 6.4rem);
  }

  .hero-shell > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .button,
  .button-light {
    width: 100%;
    max-width: 330px;
  }

  .doorway {
    margin-top: -20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .doorway-panel,
  .private-card,
  .details-panel {
    border-radius: 24px;
    padding: 24px 18px;
  }

  .section {
    padding: 72px 18px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 390px;
  }

  .details {
    background-attachment: scroll;
  }

  .private-actions {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
