:root{--bg: #faf7f2;--ink: #1c1a17;--muted: #6e675e;--accent: #7a3325;--rule: #ddd6cb}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:Inter Variable,Inter,system-ui,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}.container{max-width:860px;margin:0 auto;padding:0 24px}nav{display:flex;justify-content:space-between;align-items:baseline;padding:28px 0}.wordmark{display:inline-flex;align-items:baseline}.wordmark-name{font-family:Fraunces Variable,Fraunces,serif;font-size:20px;font-weight:600;color:var(--ink)}.wordmark-tag{font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.wordmark-tag:before{content:"•";margin:0 10px;color:var(--accent)}@media(max-width:560px){.wordmark-tag{display:none}}.nav-links{display:flex;gap:22px;align-items:baseline}.nav-cta{color:var(--accent);text-decoration:none;font-weight:500;font-size:15px}.nav-cta:hover{text-decoration:underline}.lang{color:var(--muted);text-decoration:none;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.lang:hover{color:var(--accent)}.hero{display:grid;grid-template-columns:1.3fr .85fr;gap:56px;align-items:center;padding:64px 24px 88px}.hero-figure{max-width:340px;justify-self:end}.hero-figure img{aspect-ratio:4 / 5;object-fit:cover}@media(max-width:720px){.hero{grid-template-columns:1fr;gap:40px}.hero-figure{max-width:none;justify-self:stretch;margin-right:14px}.hero-figure img{aspect-ratio:16 / 10}}.kicker{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:600;color:var(--accent);margin-bottom:20px}h1{font-family:Fraunces Variable,Fraunces,serif;font-weight:600;font-size:clamp(38px,6vw,58px);line-height:1.08;letter-spacing:-.01em;max-width:16ch}.lede{margin:28px 0 36px;max-width:56ch;font-size:19px;color:#3d3933}.btn{display:inline-block;background:var(--ink);color:var(--bg);padding:13px 26px;text-decoration:none;font-weight:500;font-size:16px;border-radius:4px}.btn:hover{background:var(--accent)}hr{border:0;border-top:1px solid var(--rule);margin:0}.section{display:grid;grid-template-columns:180px 1fr;gap:24px 32px;padding-top:64px;padding-bottom:72px}.num{grid-column:1 / -1;font-family:Fraunces Variable,Fraunces,serif;color:var(--accent);font-size:15px}h2{font-family:Fraunces Variable,Fraunces,serif;font-weight:600;font-size:26px;line-height:1.2;margin-top:3px}.section-body p+p{margin-top:14px}.offer-headline{font-family:Fraunces Variable,Fraunces,serif;font-size:24px;font-weight:600;line-height:1.3;margin-bottom:14px;max-width:30ch}h3{text-transform:uppercase;letter-spacing:.1em;font-size:12.5px;color:var(--muted);margin:26px 0 10px}ul{padding-left:18px}li{margin:6px 0}.facts{margin-top:22px}.cols{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}footer{padding:40px 24px 56px;color:var(--muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;align-items:baseline;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:20px}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--accent);text-decoration:underline}@media(max-width:720px){.section{grid-template-columns:1fr;gap:12px}.cols{grid-template-columns:1fr}}figure.photo{margin:0;position:relative;border-radius:4px;overflow:hidden}.photo img{display:block;width:100%;height:auto;filter:grayscale(1) contrast(1.06) brightness(1.02)}.photo:after{content:"";position:absolute;inset:0;pointer-events:none;background:var(--accent);mix-blend-mode:screen;transition:background .4s}.frame{overflow:visible}.frame img{border-radius:4px}.frame:before{content:"";position:absolute;inset:14px -14px -14px 14px;border:1.5px solid var(--accent);border-radius:4px;transition:border-color .4s}.inset{margin:30px 0 6px}.inset img{aspect-ratio:16 / 7;object-fit:cover}.btn-mail{margin-top:28px}h1,h2,.offer-headline{text-wrap:balance}p,li{text-wrap:pretty}::selection{background:var(--accent);color:var(--bg)}h1 em{font-style:italic;color:var(--accent)}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E")}.progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:20;background:var(--accent);transform-origin:0 50%;transform:scaleX(0)}@supports (animation-timeline: scroll()){.progress{animation:progress-grow linear both;animation-timeline:scroll(root)}}@keyframes progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.hero-copy>*{animation:rise .9s cubic-bezier(.2,.7,.2,1) both}.hero-copy>:nth-child(2){animation-delay:.1s}.hero-copy>:nth-child(3){animation-delay:.2s}.hero-copy>:nth-child(4){animation-delay:.3s}.hero-figure{animation:rise 1s cubic-bezier(.2,.7,.2,1) .25s both}[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}[data-reveal].in{opacity:1;transform:none}.btn{transition:background .25s,transform .25s}.btn:hover{transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.hero-copy>*,.hero-figure,[data-reveal]{animation:none;transition:none;opacity:1;transform:none}.progress{display:none}}
