:root { --bg:#f5f1e9; --card:#fffcf7; --text:#302d28; --muted:#716a61; --accent:#833c48; --gold:#833c48; --line:#d9d1c5; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { margin:0; background:var(--bg); color:var(--text); font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
button,a { -webkit-tap-highlight-color:transparent; }
button { font:inherit; }
a { color:inherit; }
figure,p { margin:0; }
[hidden] { display:none!important; }
:focus-visible { outline:3px solid var(--accent); outline-offset:5px; }
.wrap { width:min(1240px,100%); margin:auto; padding:0 48px; }
.topbar { min-height:108px; display:flex; align-items:center; justify-content:space-between; gap:24px; border-bottom:1px solid var(--line); }
.wordmark { font:italic 42px Georgia,serif; text-decoration:none; letter-spacing:-3px; }
.wordmark span { color:var(--accent); }
.top-note { font-size:11px; letter-spacing:1.5px; text-transform:uppercase; }
.top-note span { padding-left:18px; }
.langs { display:flex; justify-content:center; flex-wrap:wrap; gap:4px; }
.lang { min-height:44px; padding:8px 12px; font-size:12px; color:var(--muted); border:1px solid transparent; border-radius:24px; background:transparent; cursor:pointer; transition:background .2s,color .2s; }
.lang:hover { background:#e9e1d7; }
.lang.on { color:var(--accent); border-color:#c9a4a5; background:#eee2de; }
.hero { display:grid; grid-template-columns:1.05fr 1fr; align-items:center; gap:70px; padding:64px 0 76px; }
.eyebrow { text-transform:uppercase; font-size:10px; letter-spacing:2.2px; font-weight:600; color:var(--accent); }
.little-star { display:inline-block; font-size:23px; margin-right:10px; vertical-align:middle; }
h1 { font:normal clamp(76px,8.5vw,120px)/.95 Georgia,"Times New Roman",serif; letter-spacing:-6px; margin:26px 0 24px; }
h1:focus { outline:none; }
.hero-subtitle { display:block; font-size:clamp(34px,3.5vw,49px); font-style:italic; line-height:1.25; letter-spacing:-2px; margin-top:12px; }
.meta { color:var(--muted); font-size:12px; letter-spacing:.3px; }
.lead { max-width:370px; margin:28px 0; font-size:17px; color:#5f584f; }
.btn { display:flex; justify-content:space-between; align-items:center; gap:20px; width:100%; border:0; padding:19px 25px; background:var(--accent); color:#fffaf4; text-decoration:none; border-radius:4px; font-size:14px; font-weight:600; cursor:pointer; transition:background .2s,transform .2s; }
.btn:hover { background:#6c2e39; transform:translateY(-2px); }
.btn-main { max-width:340px; margin:20px 0 10px; }
.btn span:last-child:not(:first-child) { font-size:21px; font-weight:400; }
.under { font-size:11px; color:var(--muted); }
.ai-label { margin-top:20px; color:var(--muted); font-size:10px; }
.scroll-link { display:inline-flex; align-items:center; gap:13px; margin-top:42px; font-size:11px; text-decoration:none; }
.scroll-link > span:first-child { display:grid; place-items:center; width:33px; height:33px; border:1px solid var(--line); border-radius:50%; font-size:17px; }
.hero-photo { position:relative; min-width:0; margin-right:20px; }
.photo-frame { overflow:hidden; border-radius:180px 180px 4px 4px; background:#ddd4c7; }
.hero-img { display:block; width:100%; height:570px; object-fit:cover; object-position:center 48%; }
figcaption { display:flex; justify-content:space-between; gap:15px; margin-top:14px; font-size:10px; color:var(--muted); letter-spacing:.6px; }
.photo-stamp { position:absolute; right:-28px; bottom:64px; display:flex; flex-direction:column; justify-content:center; width:112px; height:112px; border-radius:50%; background:#e8ddc9; text-align:center; font:27px/.75 Georgia,serif; transform:rotate(11deg); border:6px solid var(--bg); }
.photo-stamp i { margin-top:10px; }
.chapter-divider { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:20px 0; border-block:1px solid var(--line); font-size:9px; letter-spacing:1.8px; text-transform:uppercase; }
.chapter-divider > span:nth-child(2) { font-size:23px; color:var(--accent); }
.story { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:110px; padding:90px 35px 35px; }
.story-photo { min-width:0; }
.story-photo img { display:block; width:100%; height:530px; object-fit:cover; object-position:center 25%; border-radius:3px; }
.story-copy { position:relative; }
.section-number { display:block; margin-bottom:32px; color:#c7bbae; font:italic 43px Georgia,serif; }
h2 { font:normal clamp(36px,4vw,54px)/1.12 Georgia,serif; letter-spacing:-1.7px; margin:18px 0 26px; text-wrap:balance; }
.story-copy > p:not(.eyebrow) { color:var(--muted); font-size:15px; max-width:350px; }
.text-link { display:inline-flex; gap:25px; align-items:center; padding:12px 0; margin-top:23px; border-bottom:1px solid var(--accent); color:var(--accent); text-decoration:none; font-size:12px; }
.story-reverse { padding-top:90px; }
.story-reverse .story-photo { grid-column:2; grid-row:1; }
.story-reverse .story-copy { grid-column:1; grid-row:1; padding-left:32px; }
.private-section { text-align:center; padding:110px 0 70px; }
.private-section h2 { max-width:560px; margin:20px auto; }
.private-intro { color:var(--muted); font-size:14px; }
.teaser { position:relative; width:min(420px,100%); height:460px; margin:36px auto 27px; border-radius:180px 180px 4px 4px; overflow:hidden; background:#514337; isolation:isolate; }
.teaser img.blur { width:100%; height:100%; object-fit:cover; filter:blur(9px) saturate(.9) contrast(1.08); transform:scale(1.04); }
.teaser-lock { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:18px; color:#fff9ef; background:linear-gradient(180deg,rgba(36,27,22,.04) 0%,rgba(36,27,22,.12) 45%,rgba(36,27,22,.38) 100%); text-shadow:0 2px 10px rgba(0,0,0,.55); }
.lock-icon { width:60px; height:60px; display:grid; place-items:center; border:1px solid #fff8; border-radius:50%; font-size:30px; }
.teaser-lock p { font:italic 33px Georgia,serif; }
.teaser-age { font-size:12px; letter-spacing:3px; }
.teaser-counter { position:absolute; bottom:19px; left:0; right:0; font-size:10px; letter-spacing:2px; color:#fff9ef; }
.private-section .btn { margin:0 auto 12px; }
footer { border-top:1px solid var(--line); padding:30px 0 28px; display:grid; grid-template-columns:1.5fr 1fr; gap:14px 60px; }
.small { font-size:11px; color:var(--muted); }
footer > p:nth-child(2) { text-align:right; }
footer a,.gate-box a { color:var(--accent); text-underline-offset:4px; }
.muted { color:var(--muted); }
.gate-open { overflow:hidden; }
.gate { position:fixed; inset:0; z-index:50; display:flex; padding:24px; overflow-y:auto; background:#28221deb; backdrop-filter:blur(12px); }
.gate-box { width:100%; max-width:460px; margin:auto; padding:24px 30px 30px; border:1px solid #e0d5c5; border-radius:16px; background:var(--bg); text-align:center; box-shadow:0 24px 90px #0003; }
.gate-box .langs { margin-bottom:28px; }
.gate-lock { font-size:30px; }
.gate-box h2 { font-size:34px; margin:20px 0 14px; }
.gate-box .muted { font-size:14px; }
.gate-btns { margin:25px 0; }
.gate-btns .btn { display:block; }
.gate-no { display:inline-block; margin-top:18px; font-size:12px; }
.doc { max-width:700px; margin:0 auto; padding:50px 24px; }
.doc h1 { font-size:42px; letter-spacing:-1px; line-height:1.2; overflow-wrap:anywhere; }
.doc p { margin:16px 0; }
.doc a { color:var(--accent); }
@media (prefers-reduced-motion:no-preference) {
  .reveal.is-pending { opacity:0; transform:translateY(22px); }
  .reveal { transition:opacity 1.1s ease,transform 1.1s cubic-bezier(.22,1,.36,1); }
  .reveal:focus-within { opacity:1; transform:none; }
}
@media (min-width:1500px) { .hero { padding-block:80px; } }
@media (max-width:1000px) {
  .wrap { padding-inline:30px; }
  .hero { gap:35px; }
  .hero-img { height:530px; }
  .story { gap:55px; padding-inline:0; }
  .story-photo img { height:470px; }
  .top-note { display:none; }
}
@media (max-width:680px) {
  .wrap { padding-inline:22px; }
  .topbar { min-height:87px; gap:12px; }
  .wordmark { font-size:34px; }
  .topbar .lang { font-size:10px; padding:6px 8px; }
  .topbar .langs { gap:0; }
  .hero { grid-template-columns:1fr; padding:38px 0 40px; gap:35px; }
  h1 { font-size:84px; margin-top:20px; }
  .hero-subtitle { font-size:37px; }
  .lead { margin:20px 0; font-size:16px; max-width:none; }
  .hero-photo { margin:0 12px 0 0; }
  .hero-img { height:auto; aspect-ratio:4/5; }
  .hero-text .btn-main { max-width:none; }
  .scroll-link { margin-top:22px; }
  .photo-stamp { right:-18px; width:96px; height:96px; font-size:23px; }
  .chapter-divider { font-size:8px; letter-spacing:1px; }
  .story,.story-reverse { grid-template-columns:1fr; gap:28px; padding:48px 0 0; }
  .story-photo { max-width:100%; }
  .story-photo img { height:auto; aspect-ratio:4/5; object-position:center 25%; }
  .story-reverse .story-photo,.story-reverse .story-copy { grid-column:auto; grid-row:auto; padding:0; }
  .story-copy { padding:0 8px; }
  .section-number { font-size:30px; margin-bottom:14px; }
  h2 { font-size:40px; }
  .story-copy > p:not(.eyebrow) { max-width:none; }
  .private-section { padding:70px 0 45px; }
  .teaser { height:400px; width:min(350px,100%); }
  footer { grid-template-columns:1fr; gap:14px; }
  footer > p:nth-child(2) { text-align:left; }
  .gate-box { padding:20px; }
  .gate-box .lang { padding-inline:9px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; } }

/* Subtle softening for the first three portraits. */
.hero-img, .story-photo img { filter: blur(1px); }

html.wheel-smoothing { scroll-behavior:auto; }
