.home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:52px;align-items:start;padding:56px 0 38px}.home-hero h1{margin:0;color:var(--heading);font-size:clamp(58px,7vw,92px);line-height:.98;font-weight:700;letter-spacing:-.025em}.home-hero__alias{margin:12px 0 0;color:var(--accent-dark);font-size:24px}.home-hero__lead{max-width:720px;margin:26px 0 0;font-size:20px}.home-hero__photo{margin:0;aspect-ratio:4/3;border:1px solid var(--line);background:#eee7da;overflow:hidden}.home-hero__photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 18%}.age-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.age-unit{min-height:112px;border:1px solid var(--line);background:var(--paper);padding:18px 10px;text-align:center;display:flex;flex-direction:column;justify-content:center}.age-unit strong{color:var(--heading);font-size:44px;font-weight:700;line-height:1}.age-unit span{margin-top:8px;color:var(--muted);font-size:14px;letter-spacing:.04em}.age-total{margin:16px 0 0;color:var(--accent-dark);font-size:17px}.future-shell{margin-top:22px;border:1px solid var(--line);background:var(--paper);padding:18px}.future-panel{display:none;margin-top:18px}.future-panel.is-open{display:block}.future-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.future-card{border:1px solid var(--line);background:#fcfaf4;padding:13px}.future-card__photo{height:110px;border:1px solid var(--line);background:#eee7da;display:grid;place-items:center;color:#8f8676;font-size:15px}.future-card h3{margin:12px 0 0;color:var(--heading);font-size:25px;font-weight:700}.future-card time{display:block;margin-top:2px;color:var(--accent-dark);font-size:14px}.future-card p{margin:8px 0 0;font-size:16px}.story-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.story-summary{border:1px solid var(--line);background:var(--paper);padding:22px}.story-summary h3{margin:0 0 12px;color:var(--heading);font-size:32px;font-weight:700}.story-summary p{font-size:18px}.history-list{display:grid;gap:10px}.history-item{border:1px solid var(--line);background:#fcfaf4;padding:14px}.history-item strong{display:block;color:var(--heading);font-size:21px;font-weight:700}.history-item span{display:block;margin-top:4px;font-size:16px}.past-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.past-card{border:1px solid var(--line);background:var(--paper);padding:13px}.past-card__photo{height:170px;border:1px solid var(--line);background:#eee7da;display:grid;place-items:center;color:#8f8676;font-size:15px}.past-card p{margin:10px 0 0;font-size:16px}@media(max-width:1050px){.home-hero{grid-template-columns:1fr}.home-hero__photo{max-width:620px}.age-grid{grid-template-columns:repeat(3,1fr)}.future-grid{grid-template-columns:repeat(2,1fr)}.story-layout{grid-template-columns:1fr}.past-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.home-hero{padding:34px 0 24px;gap:24px}.home-hero__photo{max-width:none}.home-hero__alias{font-size:21px}.home-hero__lead{font-size:18px}.age-grid{grid-template-columns:repeat(2,1fr)}.future-grid,.past-grid{grid-template-columns:1fr}}