:root {
  --ink: #050b09;
  --forest: #0d241d;
  --forest-2: #173c31;
  --coral: #ef8f86;
  --coral-2: #ffb3a8;
  --champagne: #f2dfc0;
  --cream: #fff4e5;
  --muted: #c8beb1;
  --line: rgba(255,244,229,.15);
  --glass: rgba(8,22,18,.64);
  --shadow: 0 30px 90px rgba(0,0,0,.48);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0; min-width: 320px; overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 15%, rgba(46,101,81,.42), transparent 30%),
    radial-gradient(circle at 18% 70%, rgba(239,143,134,.14), transparent 28%),
    #050b09;
  color: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.noise {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .05; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(239,143,134,.15), transparent 68%);
  transform: translate(-50%,-50%); pointer-events: none; z-index: 2; filter: blur(12px);
}
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 20px clamp(22px, 4vw, 68px);
  background: linear-gradient(to bottom, rgba(3,9,7,.83), rgba(3,9,7,0));
  backdrop-filter: blur(10px);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.brand-mark {
  width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(242,223,192,.52); font-family: Georgia, serif; letter-spacing: -.08em;
  color: var(--champagne); box-shadow: inset 0 0 18px rgba(239,143,134,.13);
}
.site-header nav { display: flex; gap: 28px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.site-header nav a { transition: color .25s ease; }
.site-header nav a:hover { color: var(--cream); }
.adult-chip { border: 1px solid rgba(255,244,229,.24); border-radius: 999px; padding: 7px 11px; font-size: 11px; letter-spacing: .16em; }

.hero {
  min-height: 100svh; position: relative; display: flex; align-items: flex-end;
  padding: 150px clamp(24px, 7vw, 110px) 12vh; isolation: isolate; overflow: hidden;
}
.hero-media { position: absolute; inset: 0 45% 0 0; z-index: -4; overflow: hidden; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; display: block; }
.hero-media img {
  object-fit: cover; object-position: 50% 42%;
  filter: saturate(.82) contrast(1.05) brightness(.79);
  transform: scale(1.03); animation: heroDrift 13s ease-in-out infinite alternate;
}
@keyframes heroDrift { to { transform: scale(1.08) translate3d(1.2%, -1%, 0); } }
.hero-vignette {
  position: absolute; inset: 0; z-index: -3;
  background:
    linear-gradient(270deg, #04100c 0%, rgba(4,16,12,.93) 36%, rgba(6,20,16,.55) 58%, rgba(3,10,8,.12) 100%),
    linear-gradient(0deg, rgba(3,10,8,.94), transparent 42%);
}
.tartan-light {
  position: absolute; inset: 0; z-index: -2; opacity: .12; mix-blend-mode: screen;
  background:
    repeating-linear-gradient(0deg, transparent 0 63px, rgba(242,223,192,.18) 64px 65px, transparent 66px 126px),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(239,143,134,.18) 75px 77px, transparent 78px 148px);
  mask-image: linear-gradient(90deg, transparent 15%, #000 48%, #000 100%);
}
.coral-thread { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .78; filter: drop-shadow(0 0 14px rgba(239,143,134,.68)); }
.coral-thread path { fill: none; stroke: var(--coral); stroke-width: 2.1; stroke-linecap: round; stroke-dasharray: 16 13; animation: threadMove 17s linear infinite; }
@keyframes threadMove { to { stroke-dashoffset: -580; } }

.hero-content { max-width: 760px; margin-left: auto; position: relative; z-index: 3; }
.eyebrow { margin: 0 0 18px; color: var(--coral-2); font-size: 11px; font-weight: 760; letter-spacing: .28em; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; font-size: clamp(53px, 7.2vw, 112px); line-height: .92; max-width: 1000px; text-wrap: balance; }
.hero h1 span { display: block; }
.hero h1 em { display: block; margin-top: .16em; color: var(--champagne); font-size: .67em; font-weight: 400; }
.hero-copy { max-width: 650px; margin: 30px 0 34px; color: #d9d0c3; font-size: clamp(16px, 1.4vw, 20px); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px;
  border-radius: 999px; border: 1px solid transparent; font: inherit; font-size: 12px;
  font-weight: 760; letter-spacing: .16em; text-transform: uppercase; cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #f4ddbd, #ee9287); color: #092017; box-shadow: 0 15px 42px rgba(239,143,134,.24); }
.btn-primary:hover { box-shadow: 0 20px 58px rgba(239,143,134,.38); }
.btn-secondary { background: rgba(255,244,229,.08); border-color: rgba(255,244,229,.32); backdrop-filter: blur(16px); }
.btn-ghost { border-color: rgba(255,244,229,.18); color: var(--muted); }
.scroll-cue { position: absolute; left: clamp(22px,4vw,68px); bottom: 42px; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue span { width: 46px; height: 1px; background: linear-gradient(90deg, var(--coral), transparent); }

.section { position: relative; padding: clamp(86px, 11vw, 170px) clamp(24px, 7vw, 110px); }
.section-label { margin-bottom: 40px; color: var(--coral-2); font-size: 11px; letter-spacing: .26em; }
.story {
  background:
    radial-gradient(circle at 90% 55%, rgba(36,91,72,.28), transparent 38%),
    linear-gradient(180deg, #06100d, #050b09);
}
.story-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: clamp(46px,8vw,130px); max-width: 1300px; margin: 0 auto; }
.story h2, .section-heading h2, .crossing h2 { margin: 0 0 28px; font-size: clamp(42px, 5.6vw, 84px); line-height: .98; text-wrap: balance; }
.story-copy > p { max-width: 660px; color: var(--muted); font-size: clamp(17px,1.5vw,21px); }
blockquote { margin: 48px 0 0; padding: 0 0 0 24px; border-left: 1px solid var(--coral); color: var(--champagne); font-family: Georgia, serif; font-size: clamp(22px,2.3vw,35px); line-height: 1.25; }
.portrait-card {
  position: relative; min-height: 660px; border: 1px solid rgba(255,244,229,.18);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transform-style: preserve-3d; background: #0e241c;
}
.portrait-card::before {
  content:""; position:absolute; inset:0; z-index:1; opacity:.16;
  background:
    repeating-linear-gradient(0deg, transparent 0 49px, rgba(239,143,134,.22) 50px 51px),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(242,223,192,.14) 63px 64px);
}
.portrait-card::after { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(0deg, rgba(3,12,9,.88), transparent 48%); }
.portrait-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 45%; filter: saturate(.75) contrast(1.08) brightness(.88); }
.portrait-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.portrait-caption span { font-family: Georgia, serif; font-size: 34px; letter-spacing: .08em; }
.portrait-caption small { color: var(--muted); }

.motion-section { padding-top: 30px; padding-bottom: 30px; background: #050b09; }
.motion-frame { min-height: min(78vh, 790px); max-width: 1480px; margin: 0 auto; position: relative; border-radius: clamp(22px,3vw,40px); overflow: hidden; border: 1px solid rgba(255,244,229,.16); box-shadow: var(--shadow); }
.motion-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05) brightness(.74); transform: scale(1.015); }
.motion-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(3,12,9,.9), rgba(3,12,9,.2) 56%, rgba(3,12,9,.6)),
    linear-gradient(0deg, rgba(3,12,9,.82), transparent 50%);
}
.motion-copy { position: absolute; left: clamp(28px,6vw,90px); bottom: clamp(34px,8vw,110px); max-width: 720px; z-index: 2; }
.motion-copy h2 { margin: 0 0 18px; font-size: clamp(43px,5.7vw,88px); line-height: .95; }
.motion-copy p:last-child { color: var(--muted); font-size: 18px; max-width: 620px; }

.doors {
  background:
    radial-gradient(circle at 15% 30%, rgba(239,143,134,.17), transparent 30%),
    radial-gradient(circle at 82% 40%, rgba(31,84,66,.34), transparent 36%),
    #07110e;
}
.section-heading { max-width: 940px; margin: 0 auto 64px; text-align: center; }
.door-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.door-card {
  min-height: 470px; position: relative; display: flex; flex-direction: column; padding: 30px;
  border: 1px solid rgba(255,244,229,.15); border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,244,229,.055), rgba(255,244,229,.015));
  overflow: hidden; transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.door-card::before {
  content:""; position:absolute; width:250px; height:250px; border-radius:50%; top:-125px; right:-125px;
  background:radial-gradient(circle, rgba(239,143,134,.22), transparent 68%); transition: transform .4s ease;
}
.door-card::after {
  content:""; position:absolute; inset:0; opacity:.05; pointer-events:none;
  background:
    repeating-linear-gradient(0deg, transparent 0 45px, rgba(242,223,192,.7) 46px 47px),
    repeating-linear-gradient(90deg, transparent 0 55px, rgba(239,143,134,.7) 56px 57px);
}
.door-card > * { position:relative; z-index:1; }
.door-card:hover { transform: translateY(-9px); border-color: rgba(239,143,134,.58); background: linear-gradient(145deg, rgba(255,244,229,.09), rgba(255,244,229,.025)); }
.door-card:hover::before { transform: scale(1.35); }
.door-card.featured { background: linear-gradient(160deg, rgba(31,82,65,.84), rgba(7,25,19,.78)); border-color: rgba(242,223,192,.32); }
.door-number { font-family: Georgia, serif; font-size: 15px; color: var(--muted); }
.door-kicker { margin-top: auto; color: var(--coral-2); font-size: 10px; letter-spacing: .24em; font-weight: 800; }
.of-label { display: inline-flex; align-items: center; gap: 9px; letter-spacing: .18em; }
.of-mini {
  width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 25px;
  border: 1px solid rgba(239,143,134,.6); border-radius: 50%; background: rgba(255,244,229,.07);
  color: var(--cream); font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: 0;
  box-shadow: inset 0 0 16px rgba(239,143,134,.09);
}
.door-card h3 { margin: 13px 0 15px; font-size: clamp(34px,3vw,50px); line-height: 1; }
.door-card p { color: var(--muted); margin: 0; }
.door-cta { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,244,229,.13); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.crossing {
  min-height: 72vh; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden;
  background: linear-gradient(180deg, #07110e, #030806);
}
.crossing-line { width: min(900px,80vw); height: 1px; margin-bottom: 60px; background: linear-gradient(90deg, transparent, var(--coral), transparent); box-shadow: 0 0 18px rgba(239,143,134,.75); }
.crossing h2 { max-width: 1000px; }
.crossing > p:not(.eyebrow) { margin: 0 0 35px; color: var(--champagne); font-family: Georgia, serif; font-size: clamp(22px,2.4vw,36px); }

.social { background: #040a08; }
.social-links { max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--line); }
.social-links a { display: flex; justify-content: space-between; gap: 30px; padding: 30px 4px; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.social-links a:hover { padding-left: 15px; color: var(--coral-2); }
.social-links span { color: var(--muted); }

footer {
  display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center;
  padding: 44px clamp(24px,7vw,110px); border-top: 1px solid var(--line);
  background: #020605; color: var(--muted); font-size: 12px;
}
footer p { margin: 0; text-align: right; }
.legal-links { display: flex; gap: 20px; }
.legal-links a:hover { color: var(--cream); }
footer small { text-align: right; }

.age-gate {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px;
  background:
    radial-gradient(circle at 50% 28%, #1c4a3a 0, #07120e 47%, #020604 100%);
  transition: opacity .6s ease, visibility .6s ease;
}
.age-gate.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.gate-plaid {
  position: absolute; width: min(760px,82vw); aspect-ratio:1; border-radius:50%; border:1px solid rgba(255,244,229,.08);
  box-shadow: inset 0 0 90px rgba(239,143,134,.08), 0 0 100px rgba(24,80,61,.18);
  overflow:hidden; animation: gatePulse 5s ease-in-out infinite alternate;
}
.gate-plaid::before {
  content:""; position:absolute; inset:0; opacity:.22;
  background:
    repeating-linear-gradient(0deg, transparent 0 57px, rgba(239,143,134,.28) 58px 60px),
    repeating-linear-gradient(90deg, transparent 0 68px, rgba(242,223,192,.22) 69px 71px);
  transform: rotate(12deg) scale(1.2);
}
@keyframes gatePulse { to { transform: scale(1.06) rotate(-2deg); opacity:.72; } }
.gate-card {
  position: relative; z-index: 2; width: min(560px,100%); text-align: center;
  padding: clamp(34px,5vw,58px); border:1px solid rgba(255,244,229,.18);
  border-radius:32px; background:rgba(4,15,11,.68); backdrop-filter: blur(28px); box-shadow:var(--shadow);
}
.gate-card .monogram {
  width:72px; height:72px; margin:0 auto 25px; display:grid; place-items:center; border-radius:50%;
  border:1px solid rgba(242,223,192,.45); color:var(--champagne); font-family:Georgia,serif; font-size:26px;
}
.gate-card h1 { margin:0 0 15px; font-size:clamp(35px,5vw,54px); }
.gate-card > p:not(.eyebrow) { color:var(--muted); margin:0 auto 29px; max-width:430px; }
.gate-actions { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s cubic-bezier(.22,.72,.16,1), transform .85s cubic-bezier(.22,.72,.16,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header nav { display:none; }
  .hero { min-height: 100svh; padding-top: 130px; }
  .hero-media { inset: 0; }
  .hero-media img { object-position: 50% 42%; }
  .hero-vignette {
    background:
      linear-gradient(0deg, #04100c 0%, rgba(4,16,12,.94) 38%, rgba(4,16,12,.3) 73%, rgba(3,10,8,.16) 100%),
      linear-gradient(90deg, rgba(3,10,8,.36), transparent);
  }
  .tartan-light { mask-image:linear-gradient(0deg,#000 0%,#000 60%,transparent 95%); }
  .hero-content { padding-top: 43vh; margin-left: 0; }
  .hero h1 { font-size: clamp(48px,14vw,80px); }
  .hero-copy { font-size:16px; }
  .story-grid { grid-template-columns:1fr; }
  .portrait-card { min-height: 620px; }
  .door-grid { grid-template-columns:1fr; }
  .door-card { min-height: 360px; }
  .motion-frame { min-height: 70vh; }
  footer { grid-template-columns:1fr; text-align:left; }
  footer p, footer small { text-align:left; }
}
@media (max-width: 560px) {
  .site-header { padding:16px 18px; }
  .brand-name { display:none; }
  .hero { padding-left:20px; padding-right:20px; padding-bottom:12vh; }
  .hero h1 { font-size:clamp(43px,12.8vw,63px); }
  .hero h1 em { font-size:.61em; line-height:1.05; }
  .scroll-cue { display:none; }
  .section { padding-left:20px; padding-right:20px; }
  .portrait-card { min-height:560px; }
  .motion-copy { left:24px; right:24px; }
  .motion-copy h2 { font-size:42px; }
  .gate-actions { flex-direction:column; }
  .gate-actions .btn { width:100%; }
  .social-links a { flex-direction:column; gap:6px; }
  .legal-links { flex-wrap:wrap; }
}
@media (pointer: coarse) { .cursor-glow { display:none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .reveal { opacity:1; transform:none; }
}
