@font-face{font-family:TarapacanaSerif;src:local("Georgia");font-display:swap}:root{--ink: #26302d;--muted: #64706a;--cream: #fbf7ef;--sand: #eadbc4;--sage: #778b7c;--deep: #173b3f;--blue: #386a78;--white: #fffdf8;--line: rgba(38, 48, 45, .16);--shadow: 0 24px 80px rgba(23, 59, 63, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}img,picture{max-width:100%;display:block}a{color:inherit}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--sage)}h1,h2,h3{font-family:TarapacanaSerif,Georgia,serif;line-height:1.05;margin:0;font-weight:500}h1{font-size:clamp(3rem,8vw,7.4rem);letter-spacing:-.06em}h2{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.04em}h3{font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.02em}p{margin:0;color:var(--muted)}.section{padding:clamp(64px,9vw,120px) 0}.section-divider{width:min(980px,calc(100% - 48px));height:clamp(46px,6vw,76px);margin:clamp(-22px,-2vw,-10px) auto;color:var(--blue);opacity:.34;pointer-events:none;overflow:hidden}.section-divider--flip{transform:scaleX(-1)}.section-divider svg{width:100%;height:100%;display:block}.divider-line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.divider-line--1{stroke-width:1.4;opacity:.62}.divider-line--2{stroke-width:1.05;opacity:.38}.divider-line--3{stroke-width:1.1;opacity:.46}.grid{display:grid;gap:24px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:700;border:1px solid var(--ink);transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--ink);color:var(--white)}.button.secondary{background:#ffffff80;color:var(--ink)}.card{background:#ffffff9e;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 12px 38px #173b3f14}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);background:#fbf7efd1;border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;text-decoration:none;font-size:clamp(1.28rem,1.7vw,1.55rem);letter-spacing:-.035em}.logo img{height:34px;width:auto}.nav-links{display:flex;align-items:center;gap:18px;font-size:.92rem}.nav-links a{text-decoration:none;color:var(--muted)}.nav-links a:hover{color:var(--ink)}.hero{padding:clamp(46px,7vw,90px) 0 40px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(28px,5vw,72px);align-items:center}.hero-copy{display:grid;gap:24px}.hero-copy p.lead{font-size:clamp(1.12rem,2vw,1.45rem);max-width:640px;color:#52635d}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-image{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5;background:var(--sand)}.hero-image picture,.hero-image img{width:100%;height:100%;object-fit:cover}.fact-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:28px;overflow:hidden}.fact{background:#ffffff8c;padding:22px}.fact strong{display:block;font-size:1.35rem;font-family:Georgia,serif}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,5vw,72px);align-items:start}.stack{display:grid;gap:18px}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}.gallery picture,.gallery img{width:100%;height:100%;object-fit:cover;border-radius:24px;min-height:210px}.gallery picture:first-child{grid-row:span 2}.gallery picture:first-child img{min-height:438px}.list{display:grid;gap:12px;padding:0;margin:0;list-style:none}.list li{padding-left:24px;position:relative;color:var(--muted)}.list li:before{content:"";position:absolute;left:0;top:.7em;width:8px;height:8px;background:var(--sage);border-radius:99px}.guide-grid{grid-template-columns:repeat(3,1fr)}.guide-card{min-height:420px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;gap:18px;overflow:hidden}.guide-card>picture{margin:-24px -24px 0;width:calc(100% + 48px);max-width:none;height:190px}.guide-card>picture img{width:100%;max-width:none;height:100%;object-fit:cover}.photo-figure{margin:34px 0;border-radius:28px;overflow:hidden;background:var(--sand);box-shadow:0 16px 48px #173b3f1f}.photo-figure picture,.photo-figure img{width:100%;height:100%;object-fit:cover}.photo-figure img{min-height:320px}.photo-figure figcaption{padding:12px 16px 14px;color:var(--muted);background:#ffffffb8;font-size:.92rem}.photo-pair{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:34px 0}.photo-pair .photo-figure{margin:0;height:100%}.photo-pair .photo-figure img{min-height:300px}.form{display:grid;gap:14px;margin-top:28px}.form label{display:grid;gap:8px;color:var(--ink);font-weight:700}.form input,.form textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:var(--white);font:inherit;color:var(--ink)}.form textarea{min-height:140px;resize:vertical}.form .honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;font-weight:500!important}.consent input{width:auto;margin-top:.28em}.notice{font-size:.88rem;color:var(--muted)}.footer{padding:48px 0;border-top:1px solid var(--line);color:var(--muted)}.footer .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px 24px}.footer .container>span:first-child{justify-self:start}.footer .container>span:last-child{justify-self:end;text-align:right}.nommo-credit{justify-self:center;display:inline-flex;align-items:center;gap:7px;color:var(--muted);text-decoration:none;white-space:nowrap}.nommo-credit:hover{color:var(--ink)}.pixel-heart{flex:none;fill:var(--ink)}.article{width:min(760px,calc(100% - 32px));margin:0 auto;padding:72px 0}.article h1{font-size:clamp(2.4rem,5vw,4.8rem);margin-bottom:24px}.article h2{font-size:clamp(1.7rem,3vw,2.8rem);margin:46px 0 16px}.article p,.article li{color:#586660;font-size:1.06rem}.article ul{display:grid;gap:10px}.article p:has(>a.button){margin-top:44px}@media(max-width:860px){.hero-grid,.split,.photo-pair{grid-template-columns:1fr}.fact-strip{grid-template-columns:repeat(2,1fr)}.gallery,.guide-grid{grid-template-columns:1fr}.gallery picture:first-child img{min-height:280px}.guide-card{min-height:auto}.guide-card>picture{height:220px}.nav{flex-wrap:wrap;height:auto;min-height:64px;padding-block:10px;gap:4px 18px}.nav-links{width:100%;gap:20px;font-size:.9rem}.footer .container{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px}.footer .container>span:first-child,.footer .container>span:last-child{justify-self:center;text-align:center}}
