.story-page { background: #f4eddd; }
.story-page .brand-mark { color: #7e3025; background: #e9c477; box-shadow: inset 0 0 0 1px rgba(126,48,37,.2); }
.back-link { color: var(--ink); font-size: 13px; text-decoration-color: rgba(47,32,25,.3); text-underline-offset: 5px; }
.story-main { width: min(1180px, calc(100% - 40px)); }
.story-hero { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; min-height: 720px; padding: 60px 0 90px; border-top: 1px solid var(--line); }
.story-hero-copy h1 { margin: 0 0 28px; font-size: clamp(66px, 9vw, 118px); line-height: .88; }
.story-lead { max-width: 500px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.prototype-notice { display: grid; gap: 4px; margin-top: 30px; padding: 14px 16px; border-left: 4px solid var(--orange); color: var(--muted); background: rgba(255,250,240,.7); font-size: 12px; line-height: 1.6; }
.prototype-notice strong { color: var(--red-dark); font-size: 13px; }
.prototype-notice small { margin-top: 5px; color: var(--green); font-size: 11px; }
.story-hero-photo { position: relative; min-height: 610px; margin: 0; overflow: hidden; border-radius: 32px 32px 120px 32px; box-shadow: 20px 20px 0 var(--orange); }
.story-hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 62%, rgba(31,18,12,.7)); }
.story-hero-photo img { width: 100%; height: 610px; object-fit: cover; }
.story-hero-photo figcaption { position: absolute; z-index: 1; right: 28px; bottom: 24px; left: 28px; color: #fff8e8; font-family: "STKaiti", "KaiTi", serif; font-size: 22px; }
.day-section { padding: 100px 0 40px; border-top: 1px solid var(--line); }
.day-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; margin-bottom: 70px; }
.day-heading h2, .place-section h2, .memory-callout h2 { margin: 0; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(45px, 6vw, 72px); line-height: 1.05; }
.moment { display: grid; grid-template-columns: 1.12fr .88fr; align-items: stretch; min-height: 560px; margin-bottom: 64px; border: 1px solid var(--ink); background: var(--surface); }
.moment:nth-child(odd) { grid-template-columns: .88fr 1.12fr; }
.moment:nth-child(odd) figure { order: 2; }
.moment figure { position: relative; min-height: 560px; margin: 0; overflow: hidden; }
.moment figure::after { position: absolute; inset: 55% 0 0; content: ""; background: linear-gradient(transparent, rgba(31,18,12,.62)); }
.moment figure img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.moment figure figcaption { position: absolute; z-index: 1; bottom: 18px; left: 20px; color: #fff8e8; font-size: 11px; letter-spacing: .08em; }
.moment-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 76px); }
.moment-time { display: flex; align-items: end; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--red); }
.moment-time span { font-size: 13px; letter-spacing: .15em; }
.moment-time strong { color: var(--orange); font-family: Georgia, serif; font-size: 30px; }
.moment-kicker { margin: 34px 0 8px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.moment-copy h3 { margin-bottom: 20px; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(31px, 4vw, 46px); line-height: 1.18; }
.moment-copy > p:not(.moment-kicker) { color: var(--muted); line-height: 1.9; }
.source-chip { align-self: flex-start; margin-top: 16px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.moment-text-only { grid-template-columns: 1fr; min-height: 360px; border-color: rgba(126,48,37,.45); background: #fff8e8; }
.moment-text-only:nth-child(odd) { grid-template-columns: 1fr; }
.moment-text-only .moment-copy { max-width: 820px; min-height: 360px; }
.place-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; margin-top: 80px; padding: 90px 0; border-top: 1px solid var(--line); }
.place-section > div > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.8; }
.place-section dl { margin: 0; }
.place-section dl div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.place-section dt { color: var(--muted); font-size: 12px; }
.place-section dd { margin: 0; line-height: 1.6; }
.map-button { grid-column: 2; justify-self: start; padding: 14px 18px; border-radius: 999px; color: #fff; background: var(--ink); text-decoration: none; font-weight: 700; }
.memory-callout { position: relative; margin: 50px 0 110px; padding: clamp(42px, 8vw, 100px); overflow: hidden; color: #fff8e8; background: var(--red-dark); box-shadow: 18px 18px 0 var(--orange); }
.memory-callout::after { position: absolute; right: -80px; bottom: -110px; width: 330px; height: 330px; border: 2px dashed rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.memory-callout .section-number { color: #f6cf79; }
.memory-callout h2 { max-width: 900px; }
.memory-callout > p:not(.section-number) { max-width: 680px; margin: 28px 0; color: rgba(255,248,232,.78); line-height: 1.8; }
.memory-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.memory-actions button, .memory-actions a { padding: 13px 18px; border-radius: 999px; }
.memory-actions button { border: 0; color: var(--red-dark); background: #f6cf79; font-weight: 700; opacity: .72; }
.memory-actions button:not(:disabled) { cursor: pointer; opacity: 1; }
.memory-actions a { border: 1px solid rgba(255,255,255,.5); color: #fff; text-decoration: none; }
.story-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; max-width: 820px; }
.story-form label { display: grid; gap: 8px; color: #fff8e8; font-size: 13px; font-weight: 700; }
.story-form input, .story-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.36); border-radius: 14px; color: #2f2019; background: #fffaf0; font: inherit; }
.story-form input { min-height: 48px; padding: 0 14px; }
.story-form textarea { min-height: 150px; padding: 14px; resize: vertical; line-height: 1.7; }
.story-form label > small { justify-self: end; color: rgba(255,248,232,.68); font-weight: 400; }
.story-form-wide { grid-column: 1 / -1; }
.story-consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400 !important; line-height: 1.6; }
.story-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.story-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.story-form-status { min-height: 24px; margin: 0 !important; color: #f6cf79 !important; font-weight: 700; }
@media (max-width: 860px) { .story-hero, .place-section { grid-template-columns: 1fr; } .story-hero { gap: 30px; } .story-hero-photo { min-height: 470px; } .story-hero-photo img { height: 470px; } .day-heading { grid-template-columns: 1fr; } .moment, .moment:nth-child(odd) { grid-template-columns: 1fr; } .moment:nth-child(odd) figure { order: 0; } .moment figure, .moment figure img { min-height: 390px; } .map-button { grid-column: 1; } }
@media (max-width: 600px) { .story-main, .story-header { width: min(100% - 24px, 1180px); } .story-header .brand small { display: none; } .story-hero { min-height: auto; padding-top: 45px; } .story-hero-copy h1 { font-size: 68px; } .story-hero-photo { min-height: 380px; border-radius: 22px 22px 70px 22px; } .story-hero-photo img { height: 380px; } .moment-copy { padding: 30px 24px 38px; } .moment-time strong { font-size: 24px; } .place-section { gap: 30px; } .memory-callout { margin-right: 8px; } .story-form { grid-template-columns: 1fr; } .story-form-wide { grid-column: 1; } }
