:root {
  --paper: #f3eddd;
  --ink: #1f2923;
  --sun: #f4cf3f;
  --clay: #d95c3b;
  --sky: #b9d6d3;
  --sage: #a7b99a;
  --rose: #e6a7a5;
  --line: rgba(31, 41, 35, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
p, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header { min-height: 92px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.8vw; position: relative; z-index: 5; background: var(--paper); }
.wordmark { font: 400 clamp(1.2rem, 2vw, 1.8rem)/1 Georgia, "Times New Roman", serif; letter-spacing: 0; width: fit-content; white-space: nowrap; }
.location, .eyebrow, .section-kicker, .hero-label, .hero-caption, .lamp-card span, footer, .mini-list, nav a { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.location { margin: 0; justify-self: center; }
nav { display: flex; gap: clamp(1rem, 2vw, 2.5rem); align-items: center; justify-self: end; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .55; }
.nav-circle { border: 1px solid var(--ink); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 1rem; letter-spacing: 0; }

.film-scroll { --film-progress: 0; height: 480vh; background: #21160f; position: relative; }
.film-sticky { height: 100svh; position: sticky; top: 0; overflow: hidden; display: grid; place-items: center; isolation: isolate; background: radial-gradient(circle at 83% 81%, rgba(245, 207, 63, .9) 0 4.5%, transparent 4.65%), radial-gradient(circle at 73% 15%, rgba(185, 214, 211, .35), transparent 19%), linear-gradient(145deg, #1e160f 0%, #3b2719 48%, #17221e 100%); }
.film-sticky::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(243, 237, 221, .42); z-index: -1; }
.film-dots { position: absolute; inset: 0; z-index: -1; opacity: .34; background-image: radial-gradient(rgba(243, 237, 221, .82) 1px, transparent 1.2px); background-size: 31px 31px; mask-image: radial-gradient(ellipse at center, black, transparent 73%); }
.film-orbit { position: absolute; border: 1px dashed rgba(243, 237, 221, .55); border-radius: 50%; z-index: -1; }
.film-orbit-one { width: min(52vw, 760px); aspect-ratio: 1; top: -27%; left: 3%; rotate: calc(var(--film-progress) * 58deg); }
.film-orbit-two { width: min(34vw, 510px); aspect-ratio: 1; bottom: -21%; right: 3%; rotate: calc(var(--film-progress) * -80deg); }
.film-sun { position: absolute; width: clamp(88px, 9vw, 158px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: 1; bottom: 9%; right: 10.2%; z-index: 2; box-shadow: 7px 8px 0 rgba(0, 0, 0, .28); transform: rotate(calc(var(--film-progress) * 90deg)) scale(calc(.82 + var(--film-progress) * .18)); }
.film-heading { position: absolute; width: min(30vw, 480px); left: 6.3vw; top: 17%; color: var(--paper); z-index: 2; }
.film-heading p, .film-chapter > span, .film-chapter > p, .film-instruction, .film-frame-label { font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.film-heading p { margin: 0 0 1.2rem; color: var(--sun); }
.film-heading h1 { font-size: clamp(3.6rem, 6.4vw, 7.4rem); }
.film-heading h1 em { color: var(--paper); }
.film-video-shell { width: min(32vw, 46svh); aspect-ratio: 9 / 16; position: relative; z-index: 1; padding: 10px; background: var(--paper); box-shadow: 16px 18px 0 rgba(0, 0, 0, .24); transform: translateY(calc((.5 - var(--film-progress)) * 5vh)) rotate(calc((.5 - var(--film-progress)) * -2.8deg)); transition: box-shadow .25s ease; }
.film-video-shell::before, .film-video-shell::after { content: ""; position: absolute; z-index: -1; background: var(--clay); }
.film-video-shell::before { width: 74%; height: 26%; right: -8%; top: -7%; transform: rotate(8deg); }
.film-video-shell::after { width: 58%; height: 18%; left: -9%; bottom: -5%; background: var(--sage); transform: rotate(-6deg); }
.film-video { width: 100%; height: 100%; display: block; object-fit: cover; background: #16100d; }
.film-frame-label { position: absolute; right: -1.45rem; top: 2rem; padding: .55rem .7rem; background: var(--sun); color: var(--ink); rotate: 90deg; transform-origin: center; }
.film-chapter { position: absolute; width: min(21vw, 330px); right: 6.3vw; bottom: 16%; color: var(--paper); z-index: 2; }
.film-chapter > span { color: var(--sun); }
.film-chapter > p { margin: 1.15rem 0 .8rem; }
.film-chapter h2 { font-size: clamp(2.35rem, 4.3vw, 5.3rem); color: var(--paper); }
.film-chapter h2 span { display: block; }
.film-progress { width: min(22vw, 290px); height: 2px; position: absolute; left: 6.3vw; bottom: 10%; background: rgba(243, 237, 221, .38); }
.film-progress span { display: block; height: 100%; width: calc(var(--film-progress) * 100%); background: var(--sun); transition: width .08s linear; }
.film-instruction { position: absolute; left: 6.3vw; bottom: 6.4%; color: rgba(243, 237, 221, .86); margin: 0; }

/* Full-bleed film treatment */
.film-scroll { height: 560vh; }
.film-sticky { background: #21160f; }
.film-sticky::before { z-index: 5; pointer-events: none; border-color: rgba(243, 237, 221, .48); }
.film-sticky::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(16, 10, 7, .68) 0%, rgba(16, 10, 7, .16) 44%, rgba(16, 10, 7, .05) 68%, rgba(16, 10, 7, .55) 100%), linear-gradient(0deg, rgba(16, 10, 7, .58) 0%, transparent 34%, rgba(16, 10, 7, .34) 100%); }
.film-video-shell { position: absolute; inset: 0; z-index: 0; width: auto; aspect-ratio: auto; padding: 0; background: transparent; box-shadow: none; transform: none; transition: none; }
.film-video-shell::before, .film-video-shell::after { content: none; }
.film-video { object-fit: cover; filter: saturate(.92) contrast(1.06) brightness(.9); }
.film-dots { z-index: 2; mix-blend-mode: screen; opacity: .42; }
.film-orbit { z-index: 3; border-color: rgba(243, 237, 221, .58); mix-blend-mode: screen; }
.film-orbit-one { width: min(70vw, 1100px); top: -40%; left: -10%; }
.film-orbit-two { width: min(50vw, 760px); bottom: -33%; right: -6%; }
.film-sun { z-index: 4; bottom: 12%; right: 8.7%; width: clamp(94px, 11vw, 178px); background: rgba(245, 207, 63, .94); }
.film-heading { z-index: 4; width: min(42vw, 650px); top: 19%; }
.film-heading h1 { text-shadow: 0 3px 28px rgba(0, 0, 0, .23); }
.film-chapter { z-index: 4; right: 7vw; bottom: 15%; text-align: right; }
.film-chapter h2 { text-shadow: 0 3px 24px rgba(0, 0, 0, .28); }
.film-progress, .film-instruction { z-index: 4; }
.film-progress { width: min(30vw, 410px); }
.film-frame-label { z-index: 4; right: 5.6vw; top: 8%; rotate: 0deg; color: var(--paper); background: rgba(31, 41, 35, .72); backdrop-filter: blur(5px); }

/* The rest of the page keeps the film's layered, scroll-led rhythm. */
.hero-art::before, .story::after, .mood::before, .ritual::after, .curio::before, .visit::after { content: ""; position: absolute; pointer-events: none; border: 1px dashed currentColor; border-radius: 50%; opacity: .32; animation: pageOrbit linear both; animation-timeline: view(); animation-range: entry 0% cover 100%; }
.hero-art::before { color: var(--ink); width: 58%; aspect-ratio: 1; bottom: -21%; left: -16%; }
.story::after { color: var(--clay); width: 340px; aspect-ratio: 1; right: -120px; top: 15%; }
.mood { position: relative; }
.mood::before { color: var(--ink); width: 520px; aspect-ratio: 1; left: -200px; bottom: -245px; }
.ritual { position: relative; overflow: hidden; }
.ritual::after { color: var(--clay); width: 430px; aspect-ratio: 1; right: -190px; bottom: -150px; }
.curio { position: relative; }
.curio::before { color: var(--paper); width: 480px; aspect-ratio: 1; left: -185px; top: -200px; }
.visit { position: relative; overflow: hidden; }
.visit::after { color: var(--ink); width: 500px; aspect-ratio: 1; right: -230px; bottom: -220px; }
.hero-copy, .story-words, .ritual-copy, .curio-copy, .visit-copy { animation: pageLift linear both; animation-timeline: view(); animation-range: entry 0% cover 65%; }
.hero-photo, .inside-photo, .tile-photo, .lamp-card, .ritual-photo, .cup-note, .curio-photo { animation-timeline: view(); animation-range: entry 0% cover 80%; animation-name: pageFloat; animation-duration: auto; animation-timing-function: linear; animation-fill-mode: both; }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); overflow: hidden; }
.hero-copy { padding: clamp(4.5rem, 10vw, 10rem) 4.8vw 4rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.35rem; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.075em; line-height: .88; }
h1 { max-width: 690px; font-size: clamp(4.6rem, 9vw, 9.5rem); }
h1 em, h2 em { color: var(--clay); font-style: italic; display: block; }
.hero-intro { max-width: 410px; margin: 2.15rem 0 2.5rem; font-size: 1rem; line-height: 1.55; }
.button { display: inline-flex; gap: .9rem; align-items: center; border-radius: 999px; padding: .9rem 1.3rem; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }

.hero-art { min-height: 690px; background: var(--sky); position: relative; overflow: hidden; }
.sun { width: clamp(240px, 30vw, 430px); aspect-ratio: 1; border-radius: 50%; background: var(--sun); position: absolute; top: 12%; right: -8%; animation: sunPulse 8s ease-in-out infinite; }
.sun-rays { position: absolute; width: 370px; height: 370px; border-radius: 50%; top: 7%; right: -3%; border: 1px dashed rgba(31,41,35,.52); animation: spin 40s linear infinite; }
.hero-photo { width: min(66%, 430px); height: 67%; min-height: 465px; position: absolute; bottom: -1px; left: 8%; transform: rotate(-3deg); animation: enterPhoto .9s cubic-bezier(.2,.8,.2,1) both, floatFrame 7s ease-in-out 1s infinite; }
.photo-frame { margin: 0; padding: 10px; background: var(--paper); box-shadow: 10px 13px 0 rgba(31,41,35,.16); }
.hero-photo img { object-position: 48% center; }
.inside-photo { width: 168px; height: 225px; position: absolute; right: 4%; bottom: 13%; transform: rotate(8deg); z-index: 2; animation: enterPhoto 1.1s .12s cubic-bezier(.2,.8,.2,1) both, floatFrame 6.5s ease-in-out 1s infinite; }
.hero-label { position: absolute; right: 7%; top: 17%; writing-mode: vertical-rl; }
.hero-caption { position: absolute; left: 8%; bottom: 1.8rem; background: var(--paper); padding: .55rem .65rem; transform: rotate(-3deg); }
.hero-sticker { width: 108px; height: 108px; border-radius: 50%; background: var(--clay); color: var(--paper); display: grid; align-content: center; justify-items: center; position: absolute; right: 7%; bottom: 10%; font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; line-height: .8; transform: rotate(12deg); animation: floatFrame 5s ease-in-out infinite; box-shadow: 5px 5px 0 var(--ink); }

.marquee { overflow: hidden; background: var(--ink); color: var(--sun); padding: .78rem 0; white-space: nowrap; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.65rem; animation: marquee 30s linear infinite; }
.marquee span { font: 400 1.5rem/1 Georgia, serif; font-style: italic; }
.marquee b { font-size: .8rem; }

.section-pad { padding-left: 4.8vw; padding-right: 4.8vw; }
.story { padding-top: clamp(5rem, 10vw, 10rem); padding-bottom: clamp(5rem, 9vw, 8.5rem); position: relative; overflow: hidden; }
.section-kicker { display: flex; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.story-grid { margin-top: 4.2rem; display: grid; grid-template-columns: 1.1fr .7fr .3fr; column-gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.story-words h2, .mood h2, .ritual h2, .curio h2, .visit h2 { font-size: clamp(3.1rem, 5.6vw, 6.25rem); }
.story-words > p, .ritual-copy > p, .curio-copy > p, .visit-copy > p, .mood-header > p:last-child { max-width: 420px; line-height: 1.6; font-size: 1rem; }
.story-words > p { margin: 2rem 0; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: .35rem; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tile-photo { height: 510px; transform: rotate(4deg); position: relative; }
.tile-photo figcaption { position: absolute; left: -2.8rem; bottom: 1rem; padding: .55rem .75rem; background: var(--sun); font: italic 1.2rem Georgia, serif; transform: rotate(-6deg); }
.story-shape { width: 130px; height: 130px; border-radius: 50%; background: var(--sun); display: grid; place-items: center; transform: translateY(110px); animation: floatFrame 6s ease-in-out infinite; }
.story-shape span { font-size: 4.5rem; }

.mood { background: var(--sage); padding: clamp(5rem, 9vw, 9rem) 0; overflow: hidden; }
.mood-header { display: grid; grid-template-columns: .5fr 1fr .55fr; column-gap: 2rem; align-items: end; }
.mood-header .eyebrow { margin: 0 0 1rem; }
.mood-header > p:last-child { margin: 0 0 .45rem; }
.lamp-strip { margin-top: 4.5rem; padding: 0 4.8vw; display: grid; grid-template-columns: 1.1fr .78fr 1.1fr; gap: 1.6rem; height: 500px; }
.lamp-card { margin: 0; padding: 8px; background: var(--paper); position: relative; overflow: hidden; box-shadow: 7px 8px 0 rgba(31,41,35,.13); }
.lamp-card img { transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.lamp-card:hover img { transform: scale(1.06); }
.lamp-card span { position: absolute; top: 1rem; right: 1rem; padding: .5rem; background: var(--paper); }
.lamp-card-1 { transform: rotate(-3deg) translateY(20px); }
.lamp-card-2 { transform: rotate(2deg) translateY(-28px); }
.lamp-card-3 { transform: rotate(-1.5deg) translateY(10px); }

.ritual { padding-top: clamp(5rem, 10vw, 10rem); padding-bottom: clamp(5rem, 10vw, 10rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 12rem); align-items: center; background: #efe3cf; }
.ritual-photo-wrap { position: relative; }
.ritual-photo { width: min(100%, 465px); height: 590px; transform: rotate(-3.5deg); }
.cup-note { position: absolute; width: 130px; height: 130px; right: 1%; bottom: -2rem; border-radius: 50%; background: var(--rose); display: grid; place-items: center; text-align: center; font: italic 1.5rem/.86 Georgia, serif; transform: rotate(12deg); box-shadow: 5px 5px 0 var(--ink); animation: floatFrame 5.5s ease-in-out infinite; }
.ritual-copy { max-width: 570px; }
.ritual-copy > p { margin: 2rem 0; }
.mini-list { display: grid; grid-template-columns: repeat(3, max-content); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-list span { padding: .85rem 1rem .85rem 0; margin-right: 1rem; }

.curio { background: var(--clay); color: var(--paper); padding-top: clamp(5rem, 9vw, 9rem); padding-bottom: clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: .8fr .72fr 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; overflow: hidden; }
.curio-illustration { height: 390px; position: relative; border: 1px dashed rgba(243,237,221,.55); border-radius: 50%; }
.curio-word { position: absolute; top: 50%; left: 50%; translate: -50% -50%; font: italic clamp(2.5rem, 4vw, 4.5rem)/.85 Georgia, serif; letter-spacing: -.07em; }
.spark, .flower { position: absolute; font-size: 2rem; animation: floatFrame 4s ease-in-out infinite; }
.spark-one { top: 13%; left: 35%; } .spark-two { bottom: 13%; right: 10%; animation-delay: -2s; }
.flower { font-size: 4rem; } .flower-one { top: 10%; right: 6%; } .flower-two { bottom: 8%; left: 5%; animation-delay: -1.5s; }
.curio-photo { height: 480px; transform: rotate(3deg); }
.curio-copy .eyebrow, .visit-copy .eyebrow { color: var(--sun); }
.curio-copy p { margin: 2rem 0 0; }

.visit { background: var(--sky); min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; }
.visit-photo { background: url("images/botanical-wallpaper.jpeg?v=20260716a") center / cover; min-height: 500px; position: relative; }
.visit-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,41,35,.08), transparent); }
.visit-copy { padding: clamp(4rem, 8vw, 8rem) 4.8vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.visit-copy > p { margin: 2rem 0; }
footer { min-height: 88px; padding: 0 4.8vw; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: var(--paper); }
footer p { margin: 0; font: italic 1.35rem Georgia, serif; letter-spacing: 0; text-transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { rotate: 360deg; } }
@keyframes sunPulse { 50% { transform: scale(1.06); } }
@keyframes floatFrame { 50% { translate: 0 -10px; } }
@keyframes enterPhoto { from { opacity: 0; transform: rotate(-7deg) translateY(60px); } to { opacity: 1; transform: rotate(-3deg) translateY(0); } }
@keyframes pageOrbit { from { rotate: -18deg; scale: .78; } to { rotate: 88deg; scale: 1.13; } }
@keyframes pageLift { from { translate: 0 58px; } 36%, 82% { translate: 0 0; } to { translate: 0 -55px; } }
@keyframes pageFloat { from { translate: 0 46px; } 46% { translate: 0 -12px; } to { translate: 0 -58px; } }

@media (max-width: 860px) {
  .site-header { min-height: 68px; padding: 0 5vw; grid-template-columns: 1fr auto; } .location, nav a:not(.nav-circle) { display: none; }
  .film-scroll { height: 500vh; } .film-sticky::before { inset: 12px; } .film-heading { left: 7vw; top: 16%; width: 70vw; } .film-heading h1 { font-size: clamp(3rem, 12vw, 5.2rem); } .film-video-shell { inset: 0; width: auto; aspect-ratio: auto; } .film-chapter { right: 7vw; bottom: 16%; width: min(43vw, 260px); } .film-chapter h2 { font-size: clamp(2.15rem, 8.5vw, 3.7rem); } .film-progress { left: 7vw; width: 36vw; bottom: 8%; } .film-instruction { left: 7vw; bottom: 4%; } .film-sun { right: 6%; bottom: 25%; }
  .hero { grid-template-columns: 1fr; } .hero-copy { padding: 5.5rem 7vw 4rem; } .hero-art { min-height: 520px; } .hero-photo { height: 78%; min-height: 0; width: 65%; left: 12%; } .inside-photo { width: 128px; height: 174px; right: 5%; bottom: 14%; }
  .section-pad { padding-left: 7vw; padding-right: 7vw; } .story-grid { grid-template-columns: 1fr; gap: 3rem; } .story-shape { display: none; } .tile-photo { width: min(72vw, 400px); height: 440px; justify-self: end; }
  .mood-header { grid-template-columns: 1fr; gap: 1.4rem; } .lamp-strip { padding: 0 7vw; height: 360px; gap: .8rem; } .lamp-card { padding: 5px; }
  .ritual { grid-template-columns: 1fr; gap: 4rem; padding-left: 7vw; padding-right: 7vw; } .ritual-photo { height: 490px; } .curio { grid-template-columns: 1fr; padding-left: 7vw; padding-right: 7vw; } .curio-illustration { width: min(300px, 72vw); height: min(300px, 72vw); } .curio-photo { width: min(76vw, 420px); height: 460px; }
  .visit { grid-template-columns: 1fr; } .visit-photo { min-height: 330px; } .visit-copy { padding: 4.6rem 7vw; } footer { padding: 1.5rem 7vw; flex-wrap: wrap; gap: .65rem 1.5rem; }
}

@media (max-width: 520px) { h1 { font-size: clamp(3.9rem, 18vw, 5.5rem); } .film-scroll { height: 450vh; } .film-heading { top: 12%; } .film-heading p { margin-bottom: .6rem; } .film-video-shell { inset: 0; width: auto; aspect-ratio: auto; } .film-chapter { bottom: 17%; right: 6vw; width: 45vw; } .film-chapter > p { display: none; } .film-frame-label { font-size: .52rem; padding: .4rem .5rem; } .film-sun { width: 72px; bottom: 28%; right: 4%; font-size: 3rem; } .film-orbit-one { width: 90vw; left: -28%; } .film-orbit-two { width: 62vw; right: -18%; } .film-progress { bottom: 8%; width: 39vw; } .film-instruction { bottom: 4%; font-size: .56rem; } .hero { min-height: auto; } .hero-copy { padding-top: 4.5rem; } .hero-art { min-height: 430px; } .hero-label { display: none; } .hero-sticker { width: 80px; height: 80px; font-size: 1.05rem; } .hero-caption { left: 6%; bottom: 1rem; } .marquee span { font-size: 1.2rem; } .section-kicker { font-size: .58rem; } .lamp-strip { height: 255px; } .lamp-card-1 { translate: 0 10px; } .lamp-card-2 { translate: 0 -10px; } .tile-photo { width: 80vw; height: 380px; } .ritual-photo { height: 440px; } .mini-list { grid-template-columns: 1fr; } .mini-list span { border-bottom: 1px solid var(--line); } footer { align-items: flex-start; flex-direction: column; }
}

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