@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500&family=Inter:wght@400;500;600&display=swap');
:root{--ink:#102522;--pine:#173a35;--teal:#2d8c83;--mist:#e5f0ed;--birch:#e6d2ae;--cream:#f8f4eb;--line:#cad8d4;--muted:#61726d}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'Inter',system-ui,sans-serif;line-height:1.6}
a{color:inherit}
img,video{display:block;max-width:100%}
h1,h2,h3{font-family:'Fraunces',Georgia,serif;font-weight:400;letter-spacing:-.015em;margin:0}
.eyebrow{font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--teal);margin:0 0 18px}
.wrap{max-width:1080px;margin:0 auto}
.mark{font-weight:600;letter-spacing:.34em;font-size:.9375rem}
.top{padding:26px clamp(24px,6vw,72px)}
.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(40px,6vw,90px);align-items:center;padding:clamp(40px,7vw,90px) clamp(24px,6vw,72px) clamp(60px,8vw,110px);max-width:1180px;margin:0 auto}
.hero h1{font-size:clamp(2.5rem,5.4vw,4.5rem);line-height:1.02;margin-bottom:22px}
.hero .sub{font-size:1.0625rem;color:var(--muted);max-width:520px;margin:0 0 34px}
.filmcol{display:flex;justify-content:center}
.filmcol video{width:100%;max-width:320px;border-radius:16px;background:#000}
form{max-width:520px}
.row{display:flex;gap:10px;flex-wrap:wrap}
input[type=email]{flex:1;min-width:240px;height:52px;padding:0 18px;border:1px solid var(--line);border-radius:6px;background:#fff;font:inherit;font-size:.9375rem;color:var(--ink)}
input[type=email]:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(45,140,131,.14)}
button{height:52px;padding:0 30px;border:0;border-radius:6px;background:var(--ink);color:var(--cream);font:inherit;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}
button:hover{background:var(--pine)}
fieldset{border:0;padding:0;margin:26px 0 0}
legend{font-size:.9375rem;color:var(--ink);margin-bottom:12px;padding:0}
.opts{display:grid;gap:8px}
.opt{display:flex;gap:11px;align-items:flex-start;padding:13px 16px;background:#fff;border:1px solid var(--line);border-radius:6px;cursor:pointer;font-size:.875rem;color:var(--muted);transition:border-color .15s}
.opt:hover{border-color:#9fc3bc}
.opt input{margin:3px 0 0;accent-color:var(--teal);flex-shrink:0}
.fine{font-size:.75rem;color:var(--muted);margin-top:20px;max-width:460px}
section{padding:clamp(60px,8vw,110px) clamp(24px,6vw,72px)}
.promise{background:var(--ink);color:#fff}
.promise .eyebrow{color:#8ec9c2}
.promise h2{font-size:clamp(1.75rem,3.6vw,3rem);line-height:1.14;max-width:900px}
.promise p{color:#c3d5d1;max-width:620px;margin-top:24px;font-size:.9375rem}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:52px}
.three article{background:#fff;padding:32px 28px}
.three span{display:block;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--teal);margin-bottom:14px}
.three h3{font-size:1.375rem;margin-bottom:10px;color:var(--pine)}
.three p{font-size:.875rem;color:var(--muted);margin:0}
.honest{background:var(--mist)}
.honest h2{font-size:clamp(1.75rem,3.4vw,2.75rem);max-width:760px}
.honest ul{list-style:none;padding:0;margin:34px 0 0;max-width:720px}
.honest li{padding:15px 0;border-bottom:1px solid var(--line);font-size:.9375rem;color:var(--muted);display:flex;gap:14px}
.honest li b{color:var(--pine);font-weight:500;flex-shrink:0;font-family:'Fraunces',Georgia,serif}
footer{background:#081b18;color:#9db2ad;padding:44px clamp(24px,6vw,72px);display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:start}
footer p{font-size:.75rem;max-width:680px;margin:0}
footer .mark{color:var(--cream)}
.thanks{display:none;padding:30px 32px;background:#fff;border:1px solid var(--teal);border-radius:8px;max-width:520px}
.thanks h3{font-size:1.5rem;color:var(--pine);margin-bottom:10px}
.thanks p{font-size:.9375rem;color:var(--muted);margin:0}
@media(max-width:860px){.hero{grid-template-columns:1fr}.filmcol{order:-1}.three{grid-template-columns:1fr}footer{grid-template-columns:1fr}}
