@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--ink:#652d39;--paper:#fff9f1;--peach:#f4c5a9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:hover{opacity:.85}a:focus-visible,input:focus-visible,button:focus-visible{outline:3px solid #326f73;outline-offset:5px}.skip{position:absolute;top:-60px}.skip:focus{top:0;background:white;padding:15px;z-index:10}header{display:flex;justify-content:space-between;align-items:center;padding:25px 6%}.brand{font-weight:700;font-size:35px;letter-spacing:-2px}.brand span{margin-left:5px;color:#c86744}nav{display:flex;gap:30px;font-size:14px}.hero{position:relative;background:var(--peach);padding:50px 6% 60px;display:grid;grid-template-columns:1.1fr 1fr;gap:7%;align-items:center}.hero-copy>p:first-child,.section-title>span{font-size:11px;letter-spacing:1.5px}h1,h2,h3{font-family:'DM Serif Display',Georgia,serif;font-weight:400;letter-spacing:-.04em}h1{font-size:clamp(60px,6.5vw,98px);line-height:1.02;margin:30px 0 25px}.description{line-height:1.7}.pill{display:inline-block;background:var(--ink);color:var(--paper);padding:17px 24px;border-radius:30px;font-size:14px;margin-top:20px}.hero-photo{position:relative;height:530px;border-radius:220px 220px 20px 20px;overflow:hidden;background:#967e63;color:white}.hero-photo img{position:absolute;width:100%;height:100%;object-fit:cover}.hero-photo>div{position:absolute;inset:0;background:linear-gradient(transparent 30%,#351d26df);padding:40px;display:flex;flex-direction:column;justify-content:end}.hero-photo span{font-size:12px;letter-spacing:.5px}.hero-photo h2{font-size:39px;line-height:1.1;margin:17px 0}.flower{position:absolute;left:48%;bottom:30px;font-size:100px;color:var(--ink);line-height:1;transform:rotate(12deg)}.stories{padding:70px 6%}.section-title{text-align:center;margin-bottom:40px}.section-title h2{font-size:49px;line-height:1.1;margin:20px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.photo{height:290px;position:relative;overflow:hidden;border-radius:100px 100px 8px 8px}.card:nth-child(2) .photo{border-radius:8px 8px 100px 8px}.card:nth-child(3) .photo{border-radius:8px 100px 8px 8px}.photo img{width:100%;height:100%;object-fit:cover}.photo>span{position:absolute;bottom:15px;right:15px;background:var(--paper);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:24px}.card>p{font-size:11px;letter-spacing:1.5px;margin-top:22px}.card h3{font-size:34px;line-height:1.1;margin:12px 0}.search{margin:0 6% 50px;padding:45px 6%;background:#f0e7e0;border-radius:25px;display:flex;align-items:center;gap:8%}.search>span{font-size:145px;line-height:1;color:#bb684f}.search>div{flex:1}.search h2{font-size:37px;line-height:1.15;margin:0 0 25px}.search label{font-size:14px}.search form>div{display:flex;border-bottom:1px solid var(--ink);margin-top:10px}.search input{width:100%;min-width:0;background:none;border:0;color:var(--ink);padding:15px 0;font:17px 'DM Sans'}.search button{border:0;background:none;font-size:30px;color:var(--ink);cursor:pointer}footer{padding:30px 6%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #decac2;font-size:14px}@media(max-width:750px){header{flex-wrap:wrap;gap:20px}nav{gap:24px}.hero{grid-template-columns:1fr;padding-top:30px;gap:40px}h1{font-size:72px}.hero-photo{height:470px;max-width:500px;width:100%;justify-self:center}.flower{right:15px;left:auto;bottom:20px}.cards{grid-template-columns:1fr;gap:35px}.photo{height:350px}.section-title h2{font-size:40px}.search{padding:30px}.search>span{display:none}.search h2{font-size:32px}footer{flex-wrap:wrap;gap:20px}.hero-photo>div{padding:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.archive,.reading,.page-content{padding:50px 0 65px}.archive h1,.reading h1,.page-content h1{font:500 clamp(32px,4vw,58px)/1.16 Manrope,Arial,sans-serif;letter-spacing:-1.5px;overflow-wrap:anywhere}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 25px}.story-card{min-width:0}.card-visual{display:block;height:230px;position:relative;overflow:hidden}.card-visual img{height:100%}.type-cover{display:flex;height:100%;flex-direction:column;justify-content:space-between;background:#edf3f2;padding:22px;gap:12px}.type-cover>span{font-size:12px}.type-cover strong{font-size:24px;line-height:1.2}.corner-arrow{position:absolute;right:12px;bottom:12px;background:var(--accent);padding:6px}.meta{display:flex;justify-content:space-between;font-size:12px;gap:10px;color:var(--muted)}.card-copy h3{font-size:24px;line-height:1.25}.card-summary{line-height:1.65;color:var(--muted)}.text-link{font-size:14px;font-weight:700}.search-form{margin:30px 0}.search-form label{display:block;margin-bottom:10px}.search-form>div{display:flex;max-width:600px}.search-form input{min-width:0;flex:1;padding:14px;border:1px solid var(--line);font:inherit}.search-form button{background:var(--ink);color:white;border:0;padding:14px 20px;font:inherit}.results{font-size:14px;color:var(--muted);margin-bottom:28px}.pagination{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px}.page-numbers{padding:10px 15px;border:1px solid var(--line)}.page-numbers.current{background:var(--ink);color:white}.reading{max-width:1060px;margin:auto}.reading>h1,.reading>.eyebrow,.reading-meta,.backlink,.prose{max-width:800px;margin-left:auto;margin-right:auto}.backlink{display:block;font-size:14px;margin-bottom:28px}.reading-meta{font-size:14px;color:var(--muted)}.reading-visual{margin:30px auto;max-width:800px}.reading-visual img{max-height:520px}.prose{font-size:18px;line-height:1.85;overflow-wrap:anywhere}.prose a{text-decoration:underline}.prose img{height:auto;max-width:100%}.prose iframe,.prose video{max-width:100%}.prose table{display:block;overflow:auto}.related{margin-top:60px}.prose h2{line-height:1.3}.page-content form input,.page-content form textarea{max-width:100%}@media(max-width:850px){.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.story-grid{grid-template-columns:1fr}.archive,.reading,.page-content{padding-top:30px}.prose{font-size:17px}.reading h1{font-size:34px}.card-visual{height:240px}}

:root{--muted:#81666a;--accent:#652d39}.archive,.reading,.info-page{padding-top:40px}.archive h1,.reading h1,.info-page h1{font-family:"DM Serif Display",Georgia,serif}.reading{max-width:900px;margin:auto}.reading-visual img{max-height:500px;object-fit:cover}.prose{font-size:17px;line-height:1.8}.prose img{height:auto}.prose a{text-decoration:underline}.info-page{min-height:50vh}