:root{--bg: #f5efe6;--bg-raised: #ece3d4;--ink: #2b2420;--ink-soft: #5b4f47;--muted: #8a7c70;--accent: #b68a5a;--accent-soft: #c9a87c;--divider: #e6dcccff;--hero-ink: #faf6ef;--container: 1120px;--gutter: 1.5rem;--section-pad-y: clamp(4rem, 9vw, 8rem);--radius: 18px;--shadow: 0 30px 80px -40px rgba(43, 36, 32, .35);--ease: cubic-bezier(.2, .7, .2, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;line-height:1.65;font-weight:400;overflow-x:hidden;text-wrap:balance}img,video{display:block;max-width:100%;height:auto}h1,h2,h3{font-family:Fraunces,Iowan Old Style,Georgia,serif;font-weight:500;letter-spacing:-.01em;margin:0;color:var(--ink)}p{margin:0}p+p{margin-top:1em}.hero{position:relative;height:min(100svh,980px);min-height:620px;width:100%;overflow:hidden;color:var(--hero-ink);isolation:isolate}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#140f0c59,#140f0c0d 28%,#140f0c1a 55%,#140f0ca6);pointer-events:none;transition:opacity .6s var(--ease)}.hero__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:clamp(72px,8vw,96px);height:clamp(72px,8vw,96px);border-radius:50%;border:1px solid rgba(250,246,239,.7);background:#140f0c59;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--hero-ink);cursor:pointer;display:grid;place-items:center;padding:0;transition:transform .3s var(--ease),background .3s var(--ease),opacity .4s var(--ease),border-color .3s var(--ease)}.hero__play svg{width:38%;height:38%;margin-left:7%;display:block}.hero__play:hover,.hero__play:focus-visible{background:#140f0c8c;border-color:#faf6eff2;transform:translate(-50%,-50%) scale(1.06);outline:none}.hero__play:focus-visible{box-shadow:0 0 0 3px #faf6ef59}.hero--playing .hero__content,.hero--playing .hero__play,.hero--playing .hero__scroll-hint{opacity:0;pointer-events:none}.hero--playing .hero__content{transform:translateY(8px)}.hero--playing .hero__scrim{opacity:0}.hero__content{transition:opacity .5s var(--ease),transform .5s var(--ease)}.hero__scroll-hint{transition:opacity .5s var(--ease)}.hero__mark{position:absolute;top:clamp(1.25rem,3vw,2.25rem);left:clamp(1.25rem,3vw,2.5rem);z-index:2;display:flex;align-items:center;gap:.7rem;color:var(--hero-ink)}.hero__mark img{width:clamp(36px,4vw,46px);height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25))}.hero__wordmark{font-family:Fraunces,serif;font-weight:500;font-size:clamp(1.1rem,1.4vw,1.3rem);letter-spacing:.02em}.hero__content{position:absolute;left:clamp(1.25rem,5vw,4rem);right:clamp(1.25rem,5vw,4rem);bottom:clamp(3rem,8vw,6rem);z-index:2;max-width:820px}.hero__title{font-family:Fraunces,serif;font-weight:400;font-size:clamp(2.4rem,6.5vw,5.2rem);line-height:1.02;letter-spacing:-.02em;color:var(--hero-ink);margin-bottom:clamp(.8rem,1.6vw,1.2rem)}.hero__tagline{font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.55;color:#faf6efd1;max-width:640px}.hero__scroll-hint{position:absolute;right:clamp(1.25rem,3vw,2.5rem);bottom:clamp(1.5rem,3vw,2.5rem);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.24em;color:#faf6efb3}.hero__scroll-line{width:1px;height:48px;background:linear-gradient(180deg,#faf6efb3,#faf6ef00);animation:scroll-fade 2.4s var(--ease) infinite}@keyframes scroll-fade{0%,to{transform:scaleY(.4);transform-origin:top;opacity:.4}50%{transform:scaleY(1);transform-origin:top;opacity:1}}.section{width:100%;padding:var(--section-pad-y) var(--gutter);opacity:0;transform:translateY(16px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.section.is-visible{opacity:1;transform:translateY(0)}.section__body{max-width:var(--container);margin:0 auto}.section__body--centered{max-width:820px;text-align:center}.section__figure{margin:0;border-radius:var(--radius);overflow:hidden;background:var(--bg-raised);box-shadow:var(--shadow)}.section__figure img{width:100%;height:auto}.section__figure--wide{max-width:1280px;margin:0 auto}.section__title{font-size:clamp(1.7rem,3.2vw,2.6rem);line-height:1.14;max-width:22ch;margin-bottom:1.25rem}.section__body--centered .section__title{margin-left:auto;margin-right:auto}.section__lede{font-size:clamp(1.05rem,1.35vw,1.2rem);color:var(--ink-soft);max-width:62ch}.section__body--centered .section__lede{margin-left:auto;margin-right:auto}.section__body p{color:var(--ink-soft);max-width:58ch}.section__body--centered p{margin-left:auto;margin-right:auto}.muted{color:var(--muted);font-size:.95rem}.section--intro{padding-top:clamp(5rem,10vw,9rem)}.section--intro .section__figure{margin-bottom:clamp(2.5rem,5vw,4rem)}.section--split{display:flex;flex-direction:column;gap:clamp(2rem,5vw,3.5rem);align-items:center;max-width:1280px;margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.section--split .section__figure{width:100%}.section--split .section__body{max-width:68ch;width:100%}.section--full .section__figure{margin-top:clamp(2rem,5vw,4rem)}.beadlist{list-style:none;padding:0;margin:1.75rem 0 0;display:grid;gap:1rem}.beadlist li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;background:var(--bg-raised);border-radius:12px;color:var(--ink)}.beadlist div{font-size:.98rem;line-height:1.5}.beadlist strong{font-weight:600;color:var(--ink)}.beadlist__dot{flex:0 0 auto;width:22px;height:22px;border-radius:50%;margin-top:3px;background:var(--accent-soft);box-shadow:inset 0 -4px 6px #0000001f}.beadlist__dot--concave{background:radial-gradient(circle at 50% 40%,#e3c9a4,#a78258)}.beadlist__dot--ribbed{background:repeating-linear-gradient(90deg,#b88a5a 0,#b88a5a 3px,#8f6a42 3px,#8f6a42 6px)}.beadlist__dot--faceted{background:radial-gradient(circle at 30% 30%,#fff5e6 0 2px,transparent 3px),radial-gradient(circle at 70% 40%,#fff5e6 0 2px,transparent 3px),radial-gradient(circle at 50% 70%,#fff5e6 0 2px,transparent 3px),linear-gradient(135deg,#c9a87c,#8f6a42)}.section--closing{background:var(--bg-raised);border-top:1px solid var(--divider);padding-top:clamp(5rem,10vw,9rem);padding-bottom:clamp(5rem,10vw,9rem)}.section--closing .section__lede+.section__lede{margin-top:1.5rem}.footer{background:#1c1814;color:#f5efe6b3;padding:2.5rem var(--gutter)}.footer__inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;gap:.85rem;font-size:.9rem}.footer__mark{filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.section{opacity:1;transform:none;transition:none}.hero__scroll-line{animation:none}}
