:root {
  color-scheme: light;
  --ivory: #f4f1ea;
  --paper: #fbf9f4;
  --ink: #1c211d;
  --sage: #9ba795;
  --sage-deep: #758071;
  --sand: #d9cbb9;
  --white: #fffefb;
  --line: rgba(28, 33, 29, 0.2);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
::selection { background: var(--sage); color: var(--white); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--ink); color: var(--white); padding: 0.8rem 1rem; }
.skip-link:focus { top: 1rem; }
.section-shell { padding-left: var(--page); padding-right: var(--page); }
#work, #about, #investment, #book { scroll-margin-top: 5rem; }
.eyebrow { margin: 0; font-size: 0.69rem; line-height: 1; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.6vw, 7.5rem); line-height: 0.91; letter-spacing: -0.055em; font-weight: 400; }

.cursor-dot { position: fixed; z-index: 1000; left: 0; top: 0; width: 7px; height: 7px; pointer-events: none; opacity: 0; background: #fff; transform: translate(-50%, -50%) rotate(45deg); transition: width 180ms ease, height 180ms ease, opacity 180ms ease, transform 180ms ease; mix-blend-mode: difference; }
.cursor-dot.is-active { width: 13px; height: 13px; transform: translate(-50%, -50%) rotate(135deg); }
body.has-cursor .cursor-dot { opacity: 1; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 1.6rem var(--page); color: var(--white); transition: color 300ms ease, background 300ms ease; }
.site-header::after { content: ""; position: absolute; left: var(--page); right: var(--page); bottom: 0; height: 1px; background: currentColor; opacity: 0.3; }
.wordmark { position: relative; z-index: 32; font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.45rem); letter-spacing: 0.12em; }
.site-menu { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 3rem); font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.12em; }
.site-menu a { position: relative; padding: 0.4rem 0; }
.site-menu a:not(.nav-book)::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 350ms var(--ease); }
.site-menu a:hover::after, .site-menu a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-book { display: flex; align-items: center; gap: 1.2rem; padding: 0.75rem 1rem !important; border: 1px solid rgba(255,255,255,0.6); transition: background 250ms ease, color 250ms ease; }
.nav-book:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 0; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.7rem; }

.hero { position: relative; min-height: 100svh; color: var(--white); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: 53% center; transform: scale(1.07); animation: heroScale 1.8s var(--ease) 80ms forwards; }
.hero-shade { background: linear-gradient(180deg, rgba(13,16,14,0.35) 0%, rgba(13,16,14,0.04) 42%, rgba(13,16,14,0.58) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 9rem var(--page) 3rem; }
.hero-eyebrow { margin-bottom: 1.4rem; opacity: 0; animation: riseIn 900ms var(--ease) 500ms forwards; }
.hero h1 { display: flex; flex-direction: column; margin: 0; font-family: var(--serif); font-size: clamp(4.4rem, 12vw, 11.5rem); line-height: 0.72; letter-spacing: -0.07em; font-weight: 400; }
.hero h1 span { display: block; opacity: 0; transform: translateY(100%); animation: riseIn 1.1s var(--ease) forwards; }
.hero h1 span:first-child { animation-delay: 240ms; }
.hero h1 span:last-child { margin-left: 15vw; animation-delay: 340ms; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: 2.3rem; padding-left: 15.5vw; opacity: 0; animation: riseIn 900ms var(--ease) 750ms forwards; }
.hero-bottom p { margin: 0; max-width: 24rem; font-family: var(--serif); font-size: clamp(1rem, 1.4vw, 1.3rem); line-height: 1.45; }
.hero-index { position: absolute; z-index: 2; right: var(--page); top: 50%; writing-mode: vertical-rl; font-size: 0.61rem; letter-spacing: 0.18em; opacity: 0.75; }
@keyframes riseIn { to { opacity: 1; transform: translateY(0); } }
@keyframes heroScale { to { transform: scale(1); } }

.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.75rem; border-bottom: 1px solid currentColor; padding: 0.45rem 0; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; }
.text-link span:last-child { transition: transform 300ms var(--ease); }
.text-link:hover span:last-child { transform: translate(0.2rem, -0.2rem); }
.text-link--light { color: var(--white); min-width: 14rem; }

.manifesto { padding-top: clamp(7rem, 12vw, 13rem); padding-bottom: clamp(7rem, 12vw, 13rem); }
.manifesto > .eyebrow { margin-bottom: 3rem; }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(18rem, 0.65fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.manifesto-copy { padding-bottom: 0.5rem; }
.manifesto-copy p { margin: 0 0 2.25rem; font-family: var(--serif); font-size: clamp(1.2rem, 1.6vw, 1.55rem); line-height: 1.5; }

.work { padding-bottom: clamp(6rem, 10vw, 10rem); }
.work-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 2.75rem; }
.work-heading .eyebrow { margin-bottom: 1.4rem; }
.gallery-tools { display: flex; align-items: center; gap: 1.2rem; padding-bottom: 0.35rem; }
.gallery-tools p { min-width: 4rem; margin: 0; font-size: 0.69rem; letter-spacing: 0.14em; }
.gallery-buttons { display: flex; gap: 0.5rem; }
.gallery-buttons button, .month-controls button { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; background: transparent; border: 1px solid var(--line); cursor: pointer; transition: background 250ms ease, color 250ms ease, border-color 250ms ease; }
.gallery-buttons button:hover, .month-controls button:hover:not(:disabled) { background: var(--ink); color: var(--white); border-color: var(--ink); }
.story-track { display: flex; gap: clamp(1rem, 2vw, 2rem); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--page); padding: 0 var(--page) 1.2rem; scrollbar-width: none; cursor: grab; }
.story-track::-webkit-scrollbar { display: none; }
.story-track:active { cursor: grabbing; }
.story-frame { flex: 0 0 min(74vw, 70rem); margin: 0; scroll-snap-align: start; }
.story-frame--portrait { flex-basis: min(48vw, 40rem); }
.story-image { height: min(68vw, 44rem); overflow: hidden; background: var(--sand); }
.story-frame--portrait .story-image { height: min(68vw, 50rem); }
.story-image img { height: 100%; object-fit: cover; transform: scale(1.035); transition: transform 1.1s var(--ease); }
.story-frame.is-active .story-image img { transform: scale(1); }
.story-frame figcaption { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; margin-top: 1rem; }
.story-frame figcaption > span { font-size: 0.65rem; letter-spacing: 0.14em; }
.story-frame figcaption div { display: flex; justify-content: space-between; gap: 1rem; }
.story-frame figcaption strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.story-frame figcaption em { font-family: var(--serif); font-size: 0.94rem; color: rgba(28,33,29,0.6); font-weight: 400; }
.story-progress { height: 1px; margin: 2rem var(--page) 0; background: var(--line); }
.story-progress span { display: block; width: 14.285%; height: 100%; background: var(--ink); transform-origin: left; transition: transform 400ms var(--ease); }

.about { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(22rem, 1fr); gap: clamp(3rem, 9vw, 11rem); align-items: start; padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); background: var(--sage); }
.about-image { position: sticky; top: 2rem; }
.about-image img { aspect-ratio: 1.5 / 1; object-fit: cover; filter: grayscale(1); }
.about-image span { display: block; margin-top: 0.8rem; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }
.about-copy .eyebrow { margin-bottom: 2rem; }
.about-copy .display { font-size: clamp(3rem, 5.9vw, 6.8rem); }
.about-body { max-width: 38rem; margin: 4rem 0 0 auto; }
.about-body p { margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(1.15rem, 1.55vw, 1.5rem); line-height: 1.48; }
.about-body .signature { margin-top: 2rem; font-size: clamp(1.7rem, 2.4vw, 2.7rem); font-style: italic; }
.about-note { display: flex; justify-content: space-between; gap: 2rem; margin-top: 5rem; padding-top: 1rem; border-top: 1px solid rgba(28,33,29,0.35); font-size: 0.68rem; line-height: 1.4; letter-spacing: 0.1em; text-transform: uppercase; }

.process { background: var(--ink); color: var(--ivory); padding: clamp(7rem, 11vw, 11rem) 0; }
.process .eyebrow { margin-bottom: 2rem; color: var(--sage); }
.process .display { max-width: 68rem; font-size: clamp(3.2rem, 7.2vw, 8rem); }
.process-list { margin: 6rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.2); }
.process-list li { display: grid; grid-template-columns: 8rem 1fr; gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.process-list li > span { font-size: 0.67rem; letter-spacing: 0.14em; color: var(--sage); }
.process-list li div { display: grid; grid-template-columns: minmax(15rem, 0.8fr) minmax(18rem, 0.6fr); gap: 3rem; align-items: start; }
.process-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.6rem); font-weight: 400; }
.process-list p { margin: 0; max-width: 30rem; line-height: 1.6; color: rgba(244,241,234,0.7); }

.investment { padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); }
.investment-heading { display: grid; grid-template-columns: 1.5fr 0.5fr; gap: 5rem; align-items: end; }
.investment-heading .eyebrow { margin-bottom: 1.5rem; }
.investment-heading > p { margin: 0 0 0.65rem; font-family: var(--serif); font-size: 1.2rem; line-height: 1.5; }
.packages { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.package { display: flex; flex-direction: column; min-height: 41rem; padding: 2rem clamp(1.2rem, 2.2vw, 2.5rem) 2.5rem; border-right: 1px solid var(--line); }
.package:first-child { padding-left: 0; }
.package:last-child { padding-right: 0; border-right: 0; }
.package--featured { background: var(--paper); }
.package-top { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 4rem; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; }
.package-top p { margin: 0; }
.package h3 { margin: 0 0 0.8rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; }
.package-price { margin: 0; font-size: 1.2rem; letter-spacing: -0.02em; }
.package-price small { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(28,33,29,0.55); }
.package-intro { min-height: 4.5rem; margin: 2rem 0 1.2rem; font-family: var(--serif); font-size: 1.1rem; line-height: 1.45; }
.package ul { margin: 0 0 3rem; padding: 0; list-style: none; }
.package li { position: relative; padding: 0.6rem 0 0.6rem 1.1rem; border-top: 1px solid rgba(28,33,29,0.13); font-size: 0.79rem; line-height: 1.5; }
.package li::before { content: "·"; position: absolute; left: 0; }
.package .text-link { margin-top: auto; }
.other-sessions { margin-top: 3rem; }
.other-sessions p { display: flex; justify-content: space-between; gap: 2rem; margin: 0; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.8rem); }
.other-sessions strong { font-size: 0.8em; font-weight: 400; }

.booking { padding: clamp(7rem, 11vw, 11rem) var(--page); background: var(--paper); }
.booking-intro { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(3rem, 9vw, 10rem); align-items: end; }
.booking-intro .eyebrow { margin-bottom: 1.5rem; }
.booking-intro > div:last-child > p:first-child { margin: 0; font-family: var(--serif); font-size: 1.22rem; line-height: 1.5; }
.booking-meta { display: flex; gap: 1.25rem; flex-wrap: wrap; margin: 2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.11em; }
.booking-meta span:not(:last-child)::after { content: "·"; margin-left: 1.25rem; }
.scheduler { display: grid; grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 1fr); margin-top: 5rem; min-height: 42rem; border: 1px solid var(--line); background: var(--ivory); }
.scheduler-steps { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.scheduler-steps button { display: flex; gap: 1.3rem; width: 100%; padding: 1.4rem; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.42; }
.scheduler-steps button.is-active { background: var(--sage); opacity: 1; }
.scheduler-steps button.is-complete { opacity: 0.72; cursor: pointer; }
.scheduler-steps span { font-family: var(--serif); }
.scheduler-panel { grid-column: 2; grid-row: 1; display: block; padding: clamp(1.5rem, 4vw, 4.5rem); visibility: hidden; opacity: 0; pointer-events: none; }
.scheduler-panel.is-active { visibility: visible; opacity: 1; pointer-events: auto; animation: panelIn 500ms var(--ease); }
.scheduler-panel h3[tabindex="-1"]:focus { outline: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(0.7rem); } to { opacity: 1; transform: translateY(0); } }
.calendar-header, .time-header, .details-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.calendar-header .eyebrow, .time-header .eyebrow, .details-heading .eyebrow { margin-bottom: 1rem; }
.calendar-header h3, .time-header h3, .details-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.6rem); font-weight: 400; }
.month-controls { display: flex; gap: 0.5rem; }
.month-controls button:disabled { opacity: 0.25; cursor: not-allowed; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { border-bottom: 1px solid var(--line); }
.calendar-weekdays span { padding: 0 0 0.8rem; text-align: center; font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }
.calendar-day { position: relative; aspect-ratio: 1.25 / 1; min-height: 3.3rem; background: transparent; border: 0; border-right: 1px solid rgba(28,33,29,0.1); border-bottom: 1px solid rgba(28,33,29,0.1); cursor: pointer; transition: background 200ms ease, color 200ms ease; }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day.is-empty { pointer-events: none; }
.calendar-day:disabled { cursor: default; color: rgba(28,33,29,0.25); }
.calendar-day.is-available::after { content: ""; position: absolute; bottom: 0.55rem; left: 50%; width: 4px; height: 4px; background: var(--sage-deep); transform: translateX(-50%) rotate(45deg); }
.calendar-day.is-available:hover, .calendar-day.is-selected { background: var(--ink); color: var(--white); }
.calendar-day.is-selected::after { background: var(--white); }
.calendar-note { display: flex; align-items: center; gap: 0.6rem; margin: 1.3rem 0 0; font-size: 0.65rem; color: rgba(28,33,29,0.65); }
.calendar-note span { width: 5px; height: 5px; background: var(--sage-deep); transform: rotate(45deg); }
.edit-choice { padding: 0 0 0.35rem; background: transparent; border: 0; border-bottom: 1px solid var(--ink); font-size: 0.67rem; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; }
.time-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0.75rem; }
.time-option { padding: 1.2rem; background: transparent; border: 1px solid var(--line); cursor: pointer; transition: background 200ms ease, color 200ms ease; }
.time-option:hover, .time-option.is-selected { background: var(--ink); color: var(--white); }
.timezone { margin: 1.2rem 0 0; font-size: 0.65rem; color: rgba(28,33,29,0.6); }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem 2rem; }
.form-field { display: flex; flex-direction: column; gap: 0.55rem; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; }
.form-field label span { color: #8f4037; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 0.8rem 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline: none; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.form-field input.is-invalid { border-color: #8f4037; }
.form-error { grid-column: 1 / -1; min-height: 1rem; color: #8f4037; font-size: 0.72rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 3rem; min-width: 18rem; width: max-content; padding: 1rem 1.2rem; background: var(--ink); color: var(--white); border: 1px solid var(--ink); cursor: pointer; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; transition: background 220ms ease, color 220ms ease; }
.button:hover { background: transparent; color: var(--ink); }
.booking-success { text-align: center; max-width: 42rem; margin: auto; padding-top: 7rem; }
.success-mark { display: grid; place-items: center; width: 4.5rem; height: 4.5rem; margin: 0 auto 2rem; border: 1px solid var(--sage-deep); clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%); font-family: var(--serif); font-size: 1.7rem; }
.booking-success h3 { margin: 1.5rem 0; font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 400; }
.booking-success > p:not(.success-mark):not(.eyebrow) { font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.reset-booking { margin-top: 1.5rem; background: transparent; cursor: pointer; }
.prototype-note { margin: 0.9rem 0 0; text-align: right; font-size: 0.6rem; color: rgba(28,33,29,0.55); }

.faq { display: grid; grid-template-columns: 0.5fr 1fr; gap: clamp(3rem, 8vw, 10rem); padding-top: clamp(7rem, 11vw, 11rem); padding-bottom: clamp(7rem, 11vw, 11rem); }
.faq-heading { position: sticky; top: 2rem; align-self: start; }
.faq-heading .eyebrow { margin-bottom: 1.5rem; }
.faq-heading .display { font-size: clamp(3rem, 5vw, 5.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.7rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.8rem); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; flex: 0 0 1rem; width: 1rem; height: 1rem; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: currentColor; transition: transform 250ms ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { max-width: 43rem; margin: -0.5rem 0 1.8rem; line-height: 1.65; color: rgba(28,33,29,0.68); }

.closing { position: relative; min-height: 88svh; display: grid; place-items: center; overflow: hidden; color: var(--white); }
.closing > img, .closing-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 42%; }
.closing-shade { background: rgba(16,20,17,0.47); }
.closing-copy { position: relative; z-index: 1; text-align: center; padding: 5rem var(--page); }
.closing-copy .eyebrow { margin-bottom: 2rem; }
.closing-copy h2 { margin: 0 0 3rem; font-family: var(--serif); font-size: clamp(3.8rem, 8.5vw, 9rem); line-height: 0.88; letter-spacing: -0.055em; font-weight: 400; }
.button--light { margin: auto; background: var(--white); color: var(--ink); border-color: var(--white); }
.button--light:hover { color: var(--white); border-color: var(--white); }

.site-footer { padding: clamp(4rem, 7vw, 7rem) var(--page) 2rem; background: var(--ink); color: var(--ivory); }
.footer-wordmark { display: block; font-family: var(--serif); font-size: clamp(4rem, 14.5vw, 14rem); line-height: 0.8; letter-spacing: -0.055em; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 2rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 0.4fr 0.4fr; gap: 4rem; padding: 3rem 0 5rem; }
.footer-grid p { margin: 0; font-family: var(--serif); font-size: 1.2rem; line-height: 1.5; }
.footer-grid nav, .footer-social { display: flex; flex-direction: column; align-items: flex-start; gap: 0.8rem; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-grid a { border-bottom: 1px solid transparent; }
.footer-grid a:hover { border-color: currentColor; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.2); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244,241,234,0.65); }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

@media (max-width: 980px) {
  .menu-toggle { position: relative; z-index: 32; display: flex; align-items: center; gap: 0.8rem; color: inherit; cursor: pointer; }
  .menu-icon { display: flex; flex-direction: column; gap: 4px; width: 1.25rem; }
  .menu-icon i { display: block; height: 1px; width: 100%; background: currentColor; transition: transform 300ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(2.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .site-menu { position: fixed; inset: 0; z-index: 31; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 7rem var(--page) 3rem; background: var(--ink); color: var(--ivory); transform: translateY(-100%); transition: transform 600ms var(--ease); }
  .site-menu.is-open { transform: translateY(0); }
  .site-menu a { width: 100%; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); font-family: var(--serif); font-size: clamp(2.3rem, 7vw, 5rem); line-height: 1; letter-spacing: -0.03em; text-transform: none; }
  .nav-book { margin-top: 2rem; padding: 1rem !important; border: 1px solid rgba(255,255,255,0.45) !important; font-family: var(--sans) !important; font-size: 0.72rem !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; }
  .manifesto-grid, .investment-heading, .booking-intro { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 3rem; }
  .manifesto-copy { max-width: 35rem; margin-left: auto; }
  .about { grid-template-columns: 1fr; }
  .about-image { position: static; width: min(80%, 40rem); }
  .about-body { margin-left: 12vw; }
  .packages { grid-template-columns: 1fr; }
  .package { min-height: 0; padding: 2.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .package:last-child { border-bottom: 0; }
  .package--featured { padding-left: 1.5rem; padding-right: 1.5rem; }
  .package-intro { min-height: 0; }
  .package .text-link { margin-top: 1.5rem; }
  .scheduler { grid-template-columns: 1fr; }
  .scheduler-steps { grid-column: 1; grid-row: 1; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line); }
  .scheduler-panel { grid-column: 1; grid-row: 2; }
  .scheduler-steps button { justify-content: center; border-bottom: 0; border-right: 1px solid var(--line); }
  .scheduler-steps button:last-child { border-right: 0; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
}

@media (max-width: 680px) {
  :root { --page: 1.1rem; }
  .site-header { padding-top: 1.2rem; padding-bottom: 1.2rem; }
  .hero-content { padding-bottom: 1.5rem; }
  .hero h1 { font-size: clamp(4.2rem, 22vw, 6.8rem); line-height: 0.78; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-bottom { align-items: flex-start; flex-direction: column; padding-left: 0; margin-top: 2rem; }
  .hero-index { display: none; }
  .display { font-size: clamp(3.2rem, 15vw, 5.4rem); line-height: 0.93; }
  .manifesto { padding-top: 6rem; padding-bottom: 6rem; }
  .manifesto > .eyebrow { margin-bottom: 2rem; }
  .work-heading { align-items: flex-start; flex-direction: column; margin-bottom: 1.8rem; }
  .gallery-tools { width: 100%; justify-content: space-between; }
  .story-frame, .story-frame--portrait { flex-basis: 86vw; }
  .story-image, .story-frame--portrait .story-image { height: 112vw; max-height: 41rem; }
  .story-frame--wide .story-image { height: 74vw; }
  .story-frame figcaption div { flex-direction: column; gap: 0.1rem; }
  .about { padding-top: 5rem; padding-bottom: 5rem; }
  .about-image { width: 100%; }
  .about-image img { aspect-ratio: 1 / 1; object-position: 54% center; }
  .about-body { margin: 2.5rem 0 0; }
  .about-note { flex-direction: column; gap: 0.7rem; margin-top: 3rem; }
  .process { padding: 6rem 0; }
  .process-list { margin-top: 4rem; }
  .process-list li { grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.5rem 0; }
  .process-list li div { grid-template-columns: 1fr; gap: 0.7rem; }
  .investment { padding-top: 6rem; padding-bottom: 6rem; }
  .investment-heading { gap: 2rem; }
  .packages { margin-top: 3.5rem; }
  .other-sessions p { align-items: flex-start; flex-direction: column; gap: 0.4rem; }
  .booking { padding-top: 6rem; padding-bottom: 6rem; }
  .booking-intro { gap: 2rem; }
  .scheduler { margin-top: 3.5rem; min-height: 40rem; }
  .scheduler-steps button { flex-direction: column; align-items: center; gap: 0.35rem; padding: 1rem 0.35rem; font-size: 0.55rem; }
  .scheduler-panel { padding: 1.25rem 0.8rem 2rem; }
  .calendar-header, .time-header, .details-heading { margin-bottom: 1.8rem; }
  .calendar-header h3, .time-header h3, .details-heading h3 { font-size: 2rem; }
  .calendar-day { aspect-ratio: 1 / 1.12; min-height: 2.7rem; padding: 0; font-size: 0.72rem; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-form { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: 1; }
  .button { width: 100%; min-width: 0; }
  .prototype-note { text-align: left; line-height: 1.4; }
  .faq { padding-top: 6rem; padding-bottom: 6rem; }
  .closing { min-height: 75svh; }
  .closing-copy h2 { font-size: clamp(3.6rem, 16vw, 6rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem 2rem; }
  .footer-grid p { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 0.6rem; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot { display: none; }
}

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

/* Dimensional redesign — photographs are treated as objects in a virtual gallery. */
:root {
  --ivory: #eeeae1;
  --paper: #f7f4ed;
  --ink: #111512;
  --sage: #a7b19f;
  --sage-deep: #6f7e6d;
  --sand: #d8c8b5;
  --pearl: #dfdbd1;
  --chrome: #c9cec9;
  --line: rgba(17, 21, 18, 0.18);
}

body {
  background:
    radial-gradient(circle at 9% 17%, rgba(255,255,255,.72), transparent 25rem),
    var(--ivory);
}
html { overflow-x: clip; }

.site-header {
  position: fixed;
  margin: .8rem;
  width: calc(100% - 1.6rem);
  padding: .75rem 1rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(12, 15, 13, .72);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 12px 40px rgba(0,0,0,.08);
}
.site-header::after { display: none; }
.wordmark { padding-left: .55rem; }
.nav-book { border-radius: 999px; }

.hero {
  min-height: 100svh;
  background: #0d110e;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  opacity: .12;
  mix-blend-mode: soft-light;
}
.hero-media img {
  object-position: center;
  opacity: .25;
  filter: blur(18px) saturate(.6);
  transform: scale(1.18);
  animation: ambientZoom 7s var(--ease) forwards;
}
.hero-shade {
  background:
    radial-gradient(circle at 74% 48%, rgba(177,185,166,.18), transparent 30%),
    linear-gradient(90deg, rgba(8,11,9,.96) 0%, rgba(8,11,9,.74) 38%, rgba(8,11,9,.08) 74%, rgba(8,11,9,.45) 100%),
    linear-gradient(180deg, transparent 45%, rgba(5,7,6,.78));
}
@keyframes ambientZoom { to { transform: scale(1.09); } }

.hero-depth-scene {
  --stage-rx: 0deg;
  --stage-ry: 0deg;
  --stage-x: 0px;
  --stage-y: 0px;
  position: absolute;
  z-index: 1;
  inset: 11vh 3vw 7vh 36vw;
  perspective: 1600px;
  transform-style: preserve-3d;
  transform: translate3d(var(--stage-x), var(--stage-y), 0) rotateX(var(--stage-rx)) rotateY(var(--stage-ry));
  transition: transform 180ms ease-out;
}
.hero-plane {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.08);
  box-shadow: 0 45px 90px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.55);
  transform-style: preserve-3d;
}
.hero-plane::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255,255,255,.16), transparent 25%, transparent 70%, rgba(255,255,255,.08));
  pointer-events: none;
}
.hero-plane img { height: 100%; object-fit: cover; }
.hero-plane--rear {
  width: 34%; height: 43%; right: 3%; top: 2%;
  transform: translateZ(-180px) rotateY(-19deg) rotateZ(8deg);
  opacity: .76;
}
.hero-plane--middle {
  width: 32%; height: 61%; left: 1%; top: 19%;
  transform: translateZ(-60px) rotateY(14deg) rotateZ(-6deg);
}
.hero-plane--front {
  width: 60%; height: 72%; right: 12%; bottom: 0;
  transform: translateZ(100px) rotateY(-7deg) rotateZ(1.5deg);
  box-shadow: 0 60px 140px rgba(0,0,0,.56), -1px 0 rgba(255,255,255,.42);
}
.hero-plane--front img { object-position: center; }
.hero-lens {
  position: absolute;
  z-index: 5;
  left: 31%;
  top: 3%;
  display: grid;
  place-items: center;
  width: clamp(5rem, 9vw, 9rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.76) 0 4%, transparent 16%),
    radial-gradient(circle at 55% 65%, rgba(114,130,129,.8), rgba(23,29,26,.72) 42%, rgba(255,255,255,.15) 43% 45%, rgba(18,22,20,.88) 66%);
  box-shadow: inset 0 0 0 .55rem rgba(255,255,255,.08), inset -1.3rem -1.3rem 2.2rem rgba(0,0,0,.4), 0 28px 80px rgba(0,0,0,.55);
  transform: translateZ(210px);
  animation: lensFloat 5s ease-in-out infinite;
}
.hero-lens i { position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; }
.hero-lens span { font-family: var(--serif); font-size: .8rem; letter-spacing: .12em; color: rgba(255,255,255,.72); }
.hero-wire-orbit {
  position: absolute;
  z-index: 0;
  width: 73%; aspect-ratio: 1;
  right: -17%; top: -12%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  transform: translateZ(-260px) rotateX(68deg) rotateZ(-18deg);
  box-shadow: 0 0 70px rgba(167,177,159,.1);
}
.hero-wire-orbit::before, .hero-wire-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.11); border-radius: inherit; }
.hero-wire-orbit::after { inset: 29%; }
@keyframes lensFloat { 50% { transform: translate3d(0,-12px,210px) rotate(8deg); } }

.hero-content { z-index: 3; padding: 8.5rem var(--page) 2.8rem; pointer-events: none; }
.hero-content a { pointer-events: auto; }
.hero-eyebrow { margin-bottom: 1rem; color: #c5d0bd; }
.hero h1 {
  position: relative;
  z-index: 5;
  max-width: 63vw;
  font-size: clamp(4.8rem, 10.2vw, 10.8rem);
  line-height: .76;
  text-shadow: 0 12px 55px rgba(0,0,0,.28);
}
.hero h1 span:last-child { margin-left: 5.8vw; }
.hero-bottom { position: relative; z-index: 5; max-width: 60vw; padding-left: 6vw; }
.hero-index { z-index: 4; right: 1.55rem; }

.manifesto {
  position: relative;
  min-height: 105svh;
  padding-top: clamp(8rem, 13vw, 14rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  overflow: hidden;
}
.manifesto::before {
  content: "PV / 01";
  position: absolute;
  left: -.04em;
  bottom: -.24em;
  font-family: var(--serif);
  font-size: clamp(12rem, 31vw, 34rem);
  line-height: 1;
  letter-spacing: -.09em;
  color: rgba(17,21,18,.035);
  pointer-events: none;
}
.manifesto-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 2.5rem 1.5rem;
  align-items: center;
}
.manifesto-grid > h2 { grid-column: 1 / 9; grid-row: 1; position: relative; z-index: 3; }
.manifesto-copy { grid-column: 2 / 6; grid-row: 2; position: relative; z-index: 3; padding: 3rem 0 1rem; }
.manifesto-sculpture {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  grid-column: 8 / 13;
  grid-row: 1 / 3;
  position: relative;
  height: clamp(29rem, 48vw, 48rem);
  perspective: 1200px;
  transform-style: preserve-3d;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 220ms ease-out;
}
.manifesto-prism {
  position: absolute;
  inset: 7% 0 10% 3%;
  border: 1px solid rgba(17,21,18,.3);
  clip-path: polygon(13% 0, 100% 8%, 88% 100%, 0 88%);
  background: linear-gradient(138deg, rgba(255,255,255,.88), rgba(201,206,201,.58) 29%, rgba(40,48,42,.16) 66%, rgba(255,255,255,.28));
  box-shadow: inset -35px -40px 80px rgba(17,21,18,.18), 0 45px 100px rgba(17,21,18,.16);
  transform: translateZ(-75px) rotate(-4deg);
}
.manifesto-prism::before,
.manifesto-prism::after { content: ""; position: absolute; pointer-events: none; }
.manifesto-prism::before { inset: 15%; border: 1px solid rgba(17,21,18,.2); clip-path: polygon(10% 0, 100% 10%, 88% 100%, 0 86%); }
.manifesto-prism::after { left: 18%; right: 4%; top: 48%; height: 1px; background: rgba(17,21,18,.2); transform: rotate(-5deg); }
.manifesto-print { position: absolute; margin: 0; overflow: hidden; border: .45rem solid rgba(250,248,242,.9); box-shadow: 0 38px 75px rgba(17,21,18,.3); }
.manifesto-print img { height: 100%; object-fit: cover; }
.manifesto-print--one { width: 48%; height: 36%; left: 0; top: 8%; transform: translateZ(40px) rotate(-9deg); }
.manifesto-print--two { width: 54%; height: 57%; right: -2%; bottom: 5%; transform: translateZ(105px) rotate(7deg); }
.manifesto-coordinate { position: absolute; left: 4%; bottom: 15%; font-size: .56rem; line-height: 1.8; letter-spacing: .14em; transform: translateZ(130px); }
.identity-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(.8rem, 2.4vw, 2.4rem);
  margin-top: clamp(5rem, 8vw, 9rem);
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.4vw, 2.6rem);
}
.identity-strip i { width: .3rem; height: .3rem; background: var(--sage-deep); transform: rotate(45deg); }
.identity-strip strong { margin-left: auto; font-family: var(--sans); font-size: .61rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }

.work {
  position: relative;
  padding: clamp(7rem, 10vw, 11rem) 0 clamp(7rem, 10vw, 10rem);
  background:
    radial-gradient(circle at 50% 40%, rgba(91,108,92,.22), transparent 38rem),
    #0d120f;
  color: var(--ivory);
  overflow: hidden;
}
.work::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0 calc(8.333% - 1px), rgba(255,255,255,.028) calc(8.333% - 1px) 8.333%);
}
.work-heading { position: relative; z-index: 3; }
.work-heading .display { max-width: 62rem; }
.gallery-buttons button { border-color: rgba(255,255,255,.3); color: var(--ivory); border-radius: 0; clip-path: polygon(.55rem 0, 100% 0, 100% calc(100% - .55rem), calc(100% - .55rem) 100%, 0 100%, 0 .55rem); }
.gallery-buttons button:hover { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.gallery-buttons button:disabled { opacity: .28; cursor: not-allowed; background: transparent; color: var(--ivory); }
.story-track {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 77svh;
  padding: 2rem 25vw 4rem;
  scroll-padding-inline: 25vw;
  perspective: 1400px;
  perspective-origin: center;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  overflow-anchor: none;
}
.story-frame, .story-frame--portrait {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --story-rotate: 0deg;
  --story-z: 0px;
  --story-scale: .82;
  --story-opacity: .42;
  flex-basis: min(50vw, 46rem);
  scroll-snap-align: center;
  opacity: var(--story-opacity);
  transform: rotateX(var(--tilt-x)) rotateY(calc(var(--story-rotate) + var(--tilt-y))) translateZ(var(--story-z)) scale(var(--story-scale));
  transform-style: preserve-3d;
  transition: opacity 320ms ease, filter 320ms ease, transform 180ms ease-out;
  will-change: transform;
}
.story-frame--portrait { flex-basis: min(37vw, 33rem); }
.story-frame.is-active { filter: saturate(1.04); }
.story-image, .story-frame--portrait .story-image {
  height: min(64svh, 48rem);
  border: 1px solid rgba(255,255,255,.28);
  background: #1a211b;
  box-shadow: 0 45px 90px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.22);
}
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.13), transparent 25% 75%, rgba(255,255,255,.05)); pointer-events: none; }
.story-image { position: relative; }
.story-frame figcaption { color: var(--ivory); transform: translateZ(30px); }
.story-frame figcaption em { color: rgba(238,234,225,.58); }
.story-progress { position: relative; z-index: 2; background: rgba(255,255,255,.18); }
.story-progress span { background: var(--sage); }

.about {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(22rem,.95fr) minmax(24rem,1fr);
  background:
    radial-gradient(circle at 13% 22%, rgba(255,255,255,.75), transparent 24rem),
    linear-gradient(135deg, #bcc6b5, #8f9d8d 72%);
  overflow: hidden;
}
.about::after {
  content: "PHIL";
  position: absolute;
  z-index: -1;
  right: -.06em;
  bottom: -.28em;
  font-family: var(--serif);
  font-size: clamp(14rem, 33vw, 36rem);
  line-height: 1;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.1);
}
.about-image { --tilt-x: 0deg; --tilt-y: 0deg; perspective: 1200px; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform 220ms ease-out; }
.about-image-stack { position: relative; transform-style: preserve-3d; padding: 8% 8% 10% 0; }
.about-image-ghost { position: absolute; inset: 0 0 2% 9%; border: 1px solid rgba(17,21,18,.36); background: rgba(255,255,255,.12); transform: translateZ(-45px) rotate(5deg); box-shadow: 0 45px 90px rgba(17,21,18,.22); }
.about-image img { position: relative; z-index: 2; aspect-ratio: .92 / 1; object-position: 53% center; filter: grayscale(1) contrast(1.04); border: 1px solid rgba(255,255,255,.65); box-shadow: 0 42px 85px rgba(17,21,18,.3); transform: translateZ(45px) rotate(-2deg); }
.about-glass-tag {
  position: absolute;
  z-index: 3;
  right: -5%; bottom: 4%;
  min-width: 12rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.52);
  background: rgba(240,243,235,.24);
  backdrop-filter: blur(15px);
  box-shadow: 0 24px 55px rgba(17,21,18,.22), inset 0 1px rgba(255,255,255,.5);
  transform: translateZ(110px) rotate(3deg);
}
.about-glass-tag small { display: block; margin-bottom: 1.5rem; font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.about-glass-tag strong { font-family: var(--serif); font-size: 1.55rem; line-height: 1; font-weight: 400; }
.about-copy { position: relative; z-index: 2; }

.process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(130,148,130,.22), transparent 27rem),
    #101410;
}
.process .section-shell { position: relative; z-index: 2; }
.process .display { position: relative; z-index: 2; }
.process-axis {
  position: absolute;
  right: -3rem;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: clamp(23rem, 44vw, 44rem);
  height: clamp(8rem, 13vw, 12rem);
  border: 1px solid rgba(255,255,255,.12);
  clip-path: polygon(3rem 0, 100% 0, calc(100% - 3rem) 100%, 0 100%);
  background: linear-gradient(112deg, rgba(255,255,255,.08), rgba(167,177,159,.02) 52%, rgba(255,255,255,.04));
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--sage);
  transform: rotate(-8deg) skewX(-4deg);
  box-shadow: inset 0 0 90px rgba(167,177,159,.05), 0 35px 90px rgba(0,0,0,.22);
}
.process-axis::before, .process-axis::after { content: ""; position: absolute; pointer-events: none; }
.process-axis::before { inset: 1rem 2rem; border: 1px solid rgba(255,255,255,.08); }
.process-axis::after { left: 4%; right: 4%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); }
.process-axis i { width: 3.4rem; height: 1px; background: rgba(255,255,255,.3); }
.process-list { position: relative; z-index: 3; margin-left: 14vw; perspective: 1200px; border-top: 0; }
.process-list li {
  --tilt-x: 0deg; --tilt-y: 0deg;
  margin-top: -1px;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 65px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.06);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 220ms ease-out, background 300ms ease;
}
.process-list li:nth-child(2) { margin-left: 5vw; }
.process-list li:nth-child(3) { margin-left: 10vw; }
.process-list li:hover { background: rgba(255,255,255,.065); }

.investment {
  position: relative;
  padding-top: clamp(8rem, 13vw, 14rem);
  background: radial-gradient(circle at 85% 25%, rgba(255,255,255,.95), transparent 24rem);
}
.investment::before { content: "COLLECTIONS"; position: absolute; top: 2rem; left: 50%; transform: translateX(-50%); font-family: var(--serif); font-size: clamp(5rem, 14vw, 14rem); letter-spacing: -.05em; color: rgba(17,21,18,.035); pointer-events: none; }
.packages {
  gap: clamp(1rem, 2vw, 2rem);
  border: 0;
  perspective: 1400px;
  align-items: stretch;
}
.package {
  --tilt-x: 0deg; --tilt-y: 0deg;
  position: relative;
  min-height: 44rem;
  padding: 2rem !important;
  border: 1px solid rgba(17,21,18,.17) !important;
  background: rgba(250,248,242,.76);
  backdrop-filter: blur(15px);
  box-shadow: 0 28px 70px rgba(39,44,38,.11), inset 0 1px rgba(255,255,255,.8);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out, box-shadow 350ms var(--ease), background 350ms ease;
}
.package::before {
  content: "";
  position: absolute;
  inset: .55rem;
  border: 1px solid rgba(17,21,18,.08);
  pointer-events: none;
}
.package > * { position: relative; z-index: 2; transform: translateZ(22px); }
.package h3, .package-price { transform: translateZ(46px); }
.package:hover { box-shadow: 0 50px 110px rgba(39,44,38,.2), inset 0 1px rgba(255,255,255,.95); }
.package--featured {
  background: linear-gradient(145deg, rgba(158,174,155,.9), rgba(217,218,204,.84));
  transform: translateY(-1.5rem) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}
.package--featured::after { content: "MOST COMPLETE"; position: absolute; right: .85rem; top: 50%; writing-mode: vertical-rl; font-size: .53rem; letter-spacing: .16em; opacity: .55; }
.other-sessions { margin-top: 5rem; perspective: 1200px; }
.other-sessions p { --tilt-x: 0deg; --tilt-y: 0deg; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-origin: center; transition: transform 180ms ease-out, padding 250ms ease, background 250ms ease; }
.other-sessions p:hover { padding-inline: 1rem; background: rgba(255,255,255,.45); }

.booking {
  position: relative;
  isolation: isolate;
  color: var(--ivory);
  background:
    radial-gradient(circle at 16% 0%, rgba(113,130,113,.24), transparent 31rem),
    #0c100d;
  overflow: hidden;
}
.booking::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 15%, rgba(255,255,255,.025) 15.1% 15.3%, transparent 15.4% 70%, rgba(255,255,255,.03) 70.1% 70.3%, transparent 70.4%);
}
.booking-intro { position: relative; z-index: 2; }
.booking-intro > div:last-child > p:first-child { color: rgba(238,234,225,.72); }
.booking-meta { border-color: rgba(255,255,255,.2); color: var(--sage); }
.scheduler-shell {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  margin-top: 6rem;
  perspective: 1800px;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  overflow-anchor: none;
}
.scheduler-shell::before {
  content: "";
  position: absolute;
  inset: 8% -2% -6% 5%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.025);
  transform: translateZ(-100px) rotateX(4deg) rotateY(-3deg);
  box-shadow: 0 50px 110px rgba(0,0,0,.4);
}
.scheduler {
  position: relative;
  z-index: 2;
  margin-top: 0;
  color: var(--ink);
  border-color: rgba(255,255,255,.4);
  background: rgba(239,237,229,.96);
  box-shadow: 0 50px 130px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.92);
  transform: rotateX(2.1deg) rotateY(-1.2deg);
  transform-origin: center top;
}
.scheduler-orbit {
  position: absolute;
  z-index: 4;
  right: -2rem;
  top: -3.5rem;
  display: grid;
  place-content: center;
  width: 7rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, rgba(255,255,255,.54), rgba(138,154,138,.3) 24%, rgba(15,20,16,.86) 70%);
  box-shadow: inset -1rem -1rem 2rem rgba(0,0,0,.34), 0 28px 70px rgba(0,0,0,.4);
  text-align: center;
}
.scheduler-orbit span { font-family: var(--serif); font-size: 2rem; line-height: .9; }
.scheduler-orbit small { margin-top: .3rem; font-size: .47rem; letter-spacing: .18em; }
.scheduler-steps button.is-active { background: var(--ink); color: var(--ivory); }
.prototype-note { color: rgba(238,234,225,.5); }

.faq { position: relative; padding-top: clamp(8rem, 12vw, 13rem); padding-bottom: clamp(8rem, 12vw, 13rem); }
.faq::before { content: "?"; position: absolute; left: 8vw; top: 1rem; font-family: var(--serif); font-size: clamp(13rem, 28vw, 30rem); line-height: 1; color: rgba(17,21,18,.035); pointer-events: none; transform: rotate(8deg); }
.faq-list { position: relative; z-index: 2; perspective: 1200px; }
.faq-list details { --tilt-x: 0deg; --tilt-y: 0deg; padding: 0 1.2rem; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-origin: left center; transition: background 250ms ease, transform 180ms ease-out, box-shadow 300ms var(--ease); }
.faq-list details[open] { background: rgba(255,255,255,.45); box-shadow: 1rem 1rem 0 rgba(167,177,159,.28); }

.closing {
  place-items: stretch;
  background: #101410;
}
.closing > img { opacity: .2; filter: blur(15px) saturate(.6); transform: scale(1.12); }
.closing-shade { background: linear-gradient(90deg, rgba(10,13,11,.98) 0 42%, rgba(10,13,11,.28) 74%, rgba(10,13,11,.72)); }
.closing-depth { --tilt-x: 0deg; --tilt-y: 0deg; position: absolute; z-index: 1; right: 6vw; top: 11%; width: min(49vw, 44rem); height: 78%; perspective: 1200px; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform 220ms ease-out; }
.closing-depth figure { position: absolute; inset: 0; margin: 0; border: 1px solid rgba(255,255,255,.36); overflow: hidden; box-shadow: 0 50px 110px rgba(0,0,0,.52); transform: rotateY(-8deg) rotateZ(2deg); }
.closing-depth figure::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(125deg, rgba(255,255,255,.14), transparent 26% 75%, rgba(255,255,255,.06)); }
.closing-depth img { height: 100%; object-fit: cover; object-position: center; }
.closing-depth span { position: absolute; z-index: 2; right: -3rem; bottom: 8%; padding: 1rem; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.11); backdrop-filter: blur(15px); font-family: var(--serif); font-size: 1.4rem; transform: translateZ(70px); }
.closing-copy { align-self: center; z-index: 3; max-width: 59vw; padding: 5rem var(--page); text-align: left; }
.closing-copy h2 { font-size: clamp(4rem, 8vw, 8.5rem); }
.closing-copy .button { margin: 0; }

.site-footer { background: #080b09; }
.footer-wordmark { color: #d9ded3; text-shadow: 0 0 50px rgba(167,177,159,.12); }

.manifesto-sculpture.reveal.is-visible { transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.about-image.reveal.is-visible { transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.process-list li.reveal.is-visible { transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.package.reveal.is-visible { transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.package--featured.reveal.is-visible { transform: translateY(-1.5rem) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.scheduler-shell.reveal.is-visible { transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }

@media (max-width: 980px) {
  .site-header { border-radius: 0; margin: 0; width: 100%; border-width: 0 0 1px; backdrop-filter: none; }
  .site-menu { border-radius: 0; }
  .hero-depth-scene { inset: 11vh -9vw 20vh 24vw; }
  .hero h1 { max-width: 85vw; }
  .hero-bottom { max-width: 82vw; }
  .manifesto-grid { grid-template-columns: repeat(8, minmax(0,1fr)); }
  .manifesto-grid > h2 { grid-column: 1 / 7; }
  .manifesto-sculpture { grid-column: 5 / 9; }
  .manifesto-copy { grid-column: 1 / 5; }
  .about { grid-template-columns: 1fr; }
  .about-image { width: min(78%, 42rem); }
  .process-list { margin-left: 0; }
  .packages { grid-template-columns: 1fr; gap: 1rem; }
  .package, .package--featured { min-height: 0; transform: none; }
  .package.reveal.is-visible, .package--featured.reveal.is-visible { transform: none; }
  .package--featured { margin: 1rem 0; }
  .closing-copy { max-width: 72vw; }
  .closing-depth { right: -6vw; opacity: .7; }
}

@media (max-width: 680px) {
  #work, #about, #investment, #book { scroll-margin-top: 3.75rem; }
  .hero-depth-scene { inset: 8rem -15vw 43% 16vw; }
  .hero-plane--front { width: 66%; height: 76%; right: 17%; }
  .hero-plane--middle { width: 38%; height: 52%; left: 2%; top: 25%; }
  .hero-plane--rear { width: 36%; height: 35%; right: 5%; top: 0; }
  .hero-lens { left: 16%; top: 0; width: 4.3rem; }
  .hero-wire-orbit { right: -10%; top: -15%; width: 82%; }
  .hero-shade { background: linear-gradient(180deg, rgba(8,11,9,.34), rgba(8,11,9,.1) 40%, rgba(8,11,9,.97) 74%); }
  .hero-content { justify-content: flex-end; padding-top: 27rem; }
  .hero h1 { max-width: 100%; font-size: clamp(4rem, 21vw, 6.2rem); line-height: .78; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-bottom { max-width: 100%; padding-left: 0; }
  .hero-bottom p { display: none; }
  .manifesto { min-height: 0; padding-top: 7rem; }
  .manifesto-grid { display: flex; flex-direction: column; align-items: stretch; }
  .manifesto-grid > h2 { order: 1; }
  .manifesto-sculpture { order: 2; width: 100%; height: 29rem; }
  .manifesto-copy { order: 3; padding-top: 0; }
  .identity-strip { flex-wrap: wrap; }
  .identity-strip strong { width: 100%; margin: .6rem 0 0; }
  .work { padding-top: 6rem; }
  .story-track { min-height: 68svh; gap: 2rem; padding: 1rem 12vw 3rem; scroll-padding-inline: 12vw; mask-image: none; perspective: none; }
  .story-frame, .story-frame--portrait { flex-basis: 76vw; }
  .story-image, .story-frame--portrait .story-image, .story-frame--wide .story-image { height: 54svh; max-height: 34rem; }
  .story-frame { transform: scale(var(--story-scale)); }
  .about { padding-top: 6rem; }
  .about-image { width: 95%; }
  .about-image-stack { padding-right: 2%; }
  .about-glass-tag { right: -4%; min-width: 9rem; }
  .about-glass-tag strong { font-size: 1.2rem; }
  .process-axis { right: -10rem; top: 4rem; opacity: .55; }
  .process-list { margin-top: 7rem; }
  .process-list li, .process-list li:nth-child(2), .process-list li:nth-child(3) { margin-left: 0; padding: 1.25rem; }
  .package { min-height: 0; padding: 1.5rem !important; }
  .booking-intro { position: relative; z-index: 3; }
  .scheduler-shell { margin-top: 5rem; }
  .scheduler { transform: none; }
  .scheduler-shell::before { inset: 3% -1.5% -2% 3%; transform: none; }
  .scheduler-orbit { right: -.4rem; top: -3.3rem; width: 5.8rem; }
  .closing-depth { inset: 8% -12% auto 20%; width: 88%; height: 53%; }
  .closing-shade { background: linear-gradient(180deg, rgba(10,13,11,.2), rgba(10,13,11,.38) 45%, rgba(10,13,11,.98) 73%); }
  .closing-copy { align-self: end; max-width: 100%; padding-bottom: 3rem; }
  .closing-copy h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .closing-depth span { display: none; }
  .hero-depth-scene,
  .manifesto-sculpture.reveal.is-visible,
  .about-image.reveal.is-visible,
  .process-list li.reveal.is-visible,
  .package.reveal.is-visible,
  .package--featured.reveal.is-visible,
  .scheduler-shell.reveal.is-visible,
  .faq-list details,
  .other-sessions p,
  .closing-depth { transform: none !important; }
}

@media (hover: none), (pointer: coarse) {
  .hero-depth-scene,
  .manifesto-sculpture.reveal.is-visible,
  .about-image.reveal.is-visible,
  .process-list li.reveal.is-visible,
  .package.reveal.is-visible,
  .package--featured.reveal.is-visible,
  .scheduler-shell.reveal.is-visible,
  .faq-list details,
  .other-sessions p,
  .closing-depth { transform: none !important; }
  .story-track { perspective: none; }
  .story-frame { transform: scale(var(--story-scale)) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-depth-scene, .manifesto-sculpture, .about-image, .package, .process-list li, .story-frame, .scheduler-shell, .faq-list details, .other-sessions p, .closing-depth { transform: none !important; }
}
