* { box-sizing: border-box; }

:root {
  --ink: #211b15;
  --paper: #f4eee5;
  --night: #16120f;
  --gold: #bd9c6e;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  background: var(--night);
}

html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.light-trail-canvas { position: fixed; inset: 0; z-index: 50; width: 100vw; height: 100vh; pointer-events: none; opacity: 0; mix-blend-mode: screen; transition: opacity 120ms ease-out; }
.light-trail-canvas.is-active { opacity: 1; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; height: 74px; padding: 0 34px; color: #fffaf0; background: transparent; transition: background .45s ease, color .45s ease, box-shadow .45s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(247, 243, 235, .88); box-shadow: 0 1px 0 rgba(30, 22, 15, .08); backdrop-filter: blur(18px); }
.brand { font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: .17em; line-height: 1; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(15px, 2.3vw, 33px); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a, .header-cta { opacity: .84; transition: opacity .25s ease; }
.desktop-nav a:hover, .header-cta:hover { opacity: 1; }
.header-cta, .text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.header-cta { justify-self: end; }
.text-link span { font-size: 17px; font-weight: 400; line-height: .5; }
.menu-toggle, .mobile-menu { display: none; }

.continuous-page { background: var(--night); }
.continuous-artwork { position: relative; width: min(100%, 760px); margin: 0 auto; overflow: hidden; line-height: 0; background: #16120f; box-shadow: 0 0 90px rgba(0,0,0,.35); }
.continuous-image { display: block; width: 100%; height: auto; user-select: none; -webkit-user-drag: none; }

.artwork-overlay { position: absolute; z-index: 2; width: min(58%, 410px); padding: 26px 28px 30px; color: #fffaf0; line-height: 1.65; background: linear-gradient(135deg, rgba(21,16,12,.74), rgba(21,16,12,.3)); border-left: 1px solid rgba(255,250,240,.5); box-shadow: 0 20px 55px rgba(12,8,5,.16); backdrop-filter: blur(5px); }
.artwork-overlay .eyebrow { margin: 0 0 16px; color: rgba(255,250,240,.86); font-size: 11px; font-weight: 600; letter-spacing: .15em; line-height: 1.55; }
.artwork-overlay .hero-eyebrow { margin: 0 0 17px; color: #fffaf0; font-size: clamp(16px, 1.8vw, 22px); font-weight: 600; letter-spacing: .085em; line-height: 1.32; }
.artwork-overlay h1, .artwork-overlay h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5.2vw, 70px); font-weight: 400; letter-spacing: -.04em; line-height: .9; }
.artwork-overlay h1 em, .artwork-overlay h2 em { font-style: italic; }
.artwork-overlay > p:not(.eyebrow):not(.hero-eyebrow) { margin: 19px 0 22px; color: rgba(255,250,240,.9); font-size: 14px; line-height: 1.75; }
.artwork-overlay .lead { color: var(--gold); font-family: var(--serif); font-size: 21px; line-height: 1.15; }
.artwork-overlay blockquote { margin: 25px 0 0; padding-left: 14px; border-left: 1px solid var(--gold); color: rgba(255,250,240,.84); font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.12; }
.artwork-overlay .text-link { color: #fffaf0; }

.artwork-hero { top: 6.5%; left: 6%; }
.artwork-chime { top: 19%; right: 6%; }
.artwork-about { top: 35.5%; left: 6%; }
.artwork-process { top: 52%; right: 6%; }
.artwork-experience { top: 68.2%; left: 6%; }
.artwork-booking { top: 84.7%; right: 6%; }

.mini-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 16px; margin-top: 22px; color: rgba(255,250,240,.78); font-size: 10px; letter-spacing: .08em; line-height: 1.3; }
.mini-steps b { display: block; margin-bottom: 4px; color: var(--gold); font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: 0; }
.experience-price { display: grid; gap: 2px; margin: 23px 0 18px; padding: 16px 0; border-top: 1px solid rgba(255,250,240,.3); border-bottom: 1px solid rgba(255,250,240,.3); }
.experience-price small { color: var(--gold); font-size: 8px; letter-spacing: .16em; }
.experience-price strong { font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1; }
.experience-price span { color: rgba(255,250,240,.7); font-family: var(--serif); font-size: 17px; }

.booking-panel { padding: clamp(84px, 11vw, 150px) 20px 130px; background: var(--paper); }
.booking-panel-inner { width: min(590px, 100%); margin: 0 auto; }
.booking-panel .eyebrow { color: #766757; font-size: 9px; letter-spacing: .2em; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(51px, 7vw, 82px); font-weight: 400; letter-spacing: -.04em; line-height: .91; }
.section-title em { font-style: italic; }
.booking-form { display: grid; gap: 20px; margin-top: 45px; }
.booking-form label { display: grid; gap: 8px; color: #645a4d; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(49,39,27,.28); border-radius: 0; outline: 0; padding: 10px 0 13px; color: var(--ink); background: transparent; font-size: 14px; letter-spacing: 0; text-transform: none; resize: vertical; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #a1988b; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-note { margin: 0; color: #857b6f; font-size: 11px; line-height: 1.6; }
.submit-button { justify-self: start; margin-top: 10px; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 8px; color: var(--ink); background: transparent; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.submit-button span { margin-left: 13px; font-size: 18px; font-weight: 400; }
.form-status { min-height: 1.5em; margin: 0; color: #8b6c40; font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.1; }

.site-footer { padding: 100px 20px 112px; color: #f8f3e9; background: var(--night); text-align: center; }
.footer-inner { width: min(760px, 100%); margin: 0 auto; }
.footer-inner .eyebrow { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.site-footer h2 { margin: 0; font-family: var(--serif); font-size: clamp(53px, 8vw, 102px); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
.site-footer h2 em { font-style: italic; }
.footer-inner > p:not(.eyebrow) { color: rgba(248,243,233,.7); font-family: var(--serif); font-size: 22px; }
.footer-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(248,243,233,.18); color: rgba(248,243,233,.48); font-size: 8px; letter-spacing: .15em; }
.mobile-booking-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .85s ease, transform .95s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 22px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; display: grid; gap: 5px; justify-self: end; width: 34px; padding: 8px 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 30px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 74px 0 0; display: grid; align-content: center; gap: 18px; padding: 30px 28px; color: var(--ink); background: rgba(247,243,235,.97); font-family: var(--serif); font-size: 38px; line-height: 1; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .3s ease, transform .3s ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .artwork-overlay { width: 61%; padding: 20px 20px 23px; }
  .artwork-overlay h1, .artwork-overlay h2 { font-size: clamp(35px, 5.8vw, 56px); }
  .artwork-overlay > p:not(.eyebrow) { margin: 14px 0 17px; font-size: 10px; }
  .artwork-overlay blockquote { font-size: 16px; }
  .artwork-overlay .lead { font-size: 18px; }
  .mini-steps { font-size: 8px; }
  .mini-steps b { font-size: 21px; }
  .experience-price strong { font-size: 27px; }
  .mobile-booking-cta { position: fixed; inset: auto 14px calc(14px + env(safe-area-inset-bottom)) 14px; z-index: 25; display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; color: #f9f3e7; background: rgba(29,25,20,.92); box-shadow: 0 10px 28px rgba(19,13,8,.22); font-size: 9px; font-weight: 600; letter-spacing: .15em; backdrop-filter: blur(15px); }
  .mobile-booking-cta span { font-size: 18px; font-weight: 400; }
}

@media (max-width: 520px) {
  .site-header { height: 63px; }
  .brand { font-size: 25px; }
  .mobile-menu { inset: 63px 0 0; font-size: 34px; }
  .artwork-overlay { width: 80%; padding: 16px 16px 18px; border-left-width: 1px; background: linear-gradient(135deg, rgba(21,16,12,.84), rgba(21,16,12,.48)); }
  .artwork-overlay .eyebrow { margin-bottom: 11px; font-size: 10px; letter-spacing: .085em; }
  .artwork-overlay .hero-eyebrow { margin-bottom: 13px; font-size: 16px; letter-spacing: .035em; line-height: 1.35; }
  .artwork-overlay h1, .artwork-overlay h2 { font-size: clamp(34px, 10.5vw, 48px); }
  .artwork-overlay > p:not(.eyebrow):not(.hero-eyebrow) { margin: 13px 0 15px; font-size: 12px; line-height: 1.62; }
  .artwork-overlay .lead { font-size: 18px; }
  .artwork-overlay blockquote { margin-top: 16px; padding-left: 9px; font-size: 14px; }
  .artwork-hero { top: 7%; left: 4%; }
  .artwork-chime { top: 19%; right: 4%; }
  .artwork-about { top: 35.5%; left: 4%; }
  .artwork-process { top: 52%; right: 4%; }
  .artwork-experience { top: 68.2%; left: 4%; }
  .artwork-booking { top: 84.7%; right: 4%; }
  .mini-steps { gap: 7px 10px; margin-top: 12px; font-size: 9px; }
  .mini-steps b { margin-bottom: 3px; font-size: 20px; }
  .experience-price { margin: 14px 0 12px; padding: 11px 0; }
  .experience-price small { font-size: 7px; }
  .experience-price strong { font-size: 24px; }
  .experience-price span { font-size: 14px; }
  .booking-panel { padding: 70px 19px 120px; }
  .section-title { font-size: clamp(48px, 15vw, 68px); }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
  .site-footer { padding: 75px 19px 115px; }
  .footer-meta { font-size: 7px; }
}

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