@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&display=swap');

:root { --ink:#090909; --muted:#646464; --line:#d9d9d9; --paper:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",Arial,sans-serif; font-size:16px; line-height:1.55; }
a { color:inherit; text-decoration-thickness:1px; text-underline-offset:4px; }
img { display:block; max-width:100%; }
.site-header { min-height:160px; padding:42px 3.2vw; display:flex; align-items:flex-start; justify-content:space-between; gap:32px; }
.brand { font-size:36px; line-height:1; font-weight:500; text-decoration:none; }
.header-right { display:flex; align-items:center; gap:44px; }
nav { display:flex; gap:30px; }
nav a { text-decoration:none; padding-bottom:5px; border-bottom:1px solid transparent; }
nav a:hover, nav a.active { border-bottom-color:var(--ink); }
.socials { display:flex; gap:22px; align-items:center; }
.social { width:18px; height:18px; color:var(--ink); }
.social svg { width:100%; height:100%; fill:currentColor; }
.menu-toggle { display:none; background:none; border:1px solid var(--ink); padding:8px 12px; font:inherit; }
main { min-height:60vh; }
footer { margin:100px 3.2vw 0; padding:30px 0 45px; border-top:1px solid var(--line); color:var(--muted); font-size:14px; }
.home-hero { padding:75px 3.2vw 90px; display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:10vw; align-items:start; }
.home-copy h1 { margin:0 0 55px; max-width:760px; font-size:clamp(36px,2.3vw,46px); line-height:1.35; font-weight:400; }
.home-hero img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.reach { font-size:clamp(30px,2.4vw,48px); }
.experience { padding:0 3.2vw 45px; max-width:660px; }
.eyebrow { font-size:14px; letter-spacing:.03em; }
.button { display:inline-block; margin:45px 0 0 75px; min-width:360px; padding:28px 36px; text-align:center; color:#fff; background:#000; text-decoration:none; font-size:18px; }
.button:hover { background:#2a2a2a; }
.about { padding:55px 12vw 0; }
.about > h1 { margin:0 auto 100px; text-align:center; font-size:clamp(42px,5vw,80px); font-weight:400; }
.story-row { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; margin:0 0 120px; }
.story-row.reverse .story-copy { order:2; }
.story-row.reverse figure { order:1; }
.story-copy p { font-size:clamp(18px,1.35vw,25px); line-height:1.7; }
.story-row figure { margin:0; }
.story-row img { width:100%; max-height:700px; object-fit:cover; }
.family { padding:70px 3.2vw 0; }
.family > h1 { text-align:center; margin:0 0 70px; font-size:56px; font-weight:400; }
.family-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:110px 5.5vw; }
.family-card img { width:100%; aspect-ratio:4/5.3; object-fit:cover; }
.family-card h2 { font-size:23px; font-weight:500; margin:20px 0 3px; }
.family-card p { margin:0; line-height:1.6; }
.archive { padding:65px 8vw 0; }
.archive-intro { max-width:950px; margin:0 auto 95px; text-align:center; }
.archive-intro h1 { margin:0 0 25px; font-size:clamp(48px,5vw,82px); font-weight:400; }
.archive-intro p { font-size:clamp(20px,1.5vw,28px); line-height:1.6; }
.archive-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.archive-card { border-top:1px solid var(--ink); padding:25px 0 40px; }
.archive-card h2 { margin:5px 0 20px; font-size:48px; font-weight:400; }
.archive-card h2 a { text-decoration:none; }
.archive-card p { color:#303030; }
.read-more { display:inline-block; margin-top:10px; }
.letter { max-width:920px; margin:55px auto 0; padding:0 32px; }
.back { display:inline-block; margin-bottom:50px; }
.letter h1 { font-size:clamp(48px,6vw,84px); line-height:1.05; font-weight:400; margin:0 0 55px; }
.article-hero { width:100%; max-height:720px; object-fit:cover; margin-bottom:65px; }
.letter-body { max-width:760px; margin:0 auto; }
.letter-body p { font-family:Georgia,serif; font-size:20px; line-height:1.8; margin:0 0 1.5em; }

@media (max-width:900px) {
  .site-header { min-height:auto; padding:28px 24px; align-items:center; flex-wrap:wrap; }
  .brand { font-size:28px; }
  .menu-toggle { display:block; }
  .header-right { display:none; width:100%; padding-top:20px; flex-direction:column; align-items:flex-start; gap:24px; }
  .header-right.open { display:flex; }
  nav { flex-direction:column; gap:15px; }
  .home-hero { padding:55px 24px 70px; grid-template-columns:1fr; gap:55px; }
  .home-copy h1 { font-size:38px; line-height:1.35; }
  .home-hero img { grid-row:1; }
  .experience { padding:0 24px; }
  .button { margin:35px 0 0; min-width:0; width:100%; }
  .about { padding:50px 24px 0; }
  .about > h1 { margin-bottom:70px; }
  .story-row, .story-row.reverse { grid-template-columns:1fr; gap:30px; margin-bottom:75px; }
  .story-row.reverse .story-copy, .story-row.reverse figure { order:initial; }
  .family { padding:55px 24px 0; }
  .family > h1 { font-size:42px; }
  .family-grid { grid-template-columns:1fr; gap:65px; }
  .archive { padding:55px 24px 0; }
  .archive-grid { grid-template-columns:1fr; }
  footer { margin:70px 24px 0; }
}
