:root{--paper:#f4f1e9;--white:#fffefa;--ink:#15332d;--muted:#52645f;--green:#123d34;--deep:#092a24;--sage:#dce8e2;--red:#a44435;--peach:#f2c9a9;--line:#cbd7d1;--serif:"Iowan Old Style","Palatino Linotype",Georgia,serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--shell:1180px;--header:76px}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 20px);overflow-x:clip}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}a{color:inherit}button,input{font:inherit}h1,h2,h3,p,blockquote{margin-top:0}h1,h2,h3{margin-bottom:.5em;text-wrap:balance}h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.045em;line-height:1}p{color:var(--muted)}
.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.section{padding-block:clamp(72px,9vw,120px)}
.skip-link{position:fixed;z-index:999;top:10px;left:10px;padding:10px 16px;background:var(--deep);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid #167393;outline-offset:3px}
.site-header{position:fixed;z-index:100;inset:0 0 auto;background:rgb(244 241 233 / 94%);border-bottom:1px solid rgb(21 51 45 / 9%);backdrop-filter:blur(15px)}.header-inner{display:flex;min-height:var(--header);align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:1.45rem;font-weight:700;text-decoration:none}.brand svg{width:36px}.brand svg path:first-child{fill:var(--green)}.brand svg path:last-child{fill:none;stroke:var(--peach);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-nav{display:flex;align-items:center;gap:28px}.site-nav a{font-size:.88rem;font-weight:700;text-decoration:none}.nav-cta{padding:10px 16px;border-radius:8px;background:var(--green);color:#fff}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eyebrow span{width:25px;height:1px;background:currentColor}.eyebrow-light{color:var(--peach)}
.hero{padding:calc(var(--header) + 58px) 0 74px;background:linear-gradient(90deg,var(--paper) 0 58%,var(--sage) 58%)}.hero-grid{display:grid;align-items:center;gap:clamp(45px,7vw,100px);grid-template-columns:minmax(0,1.15fr) minmax(330px,.75fr)}.hero h1{max-width:800px;font-size:clamp(4rem,7vw,7rem)}.hero h1 em{display:block;color:var(--red);font-weight:500}.hero-lead{max-width:650px;margin-bottom:28px;font-size:clamp(1.15rem,1.8vw,1.38rem);line-height:1.55}.hero-actions{display:flex;align-items:center;gap:20px;margin-bottom:28px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 21px;border:0;border-radius:9px;font-weight:800;text-decoration:none;cursor:pointer}.button-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px rgb(164 68 53 / 20%)}.text-link{font-size:.9rem;font-weight:750;text-underline-offset:5px}.hero-points{display:flex;flex-wrap:wrap;gap:8px 18px;padding:0;margin:0;color:var(--muted);font-size:.78rem;font-weight:700;list-style:none}.hero-points li::before{margin-right:7px;color:var(--red);content:"✓"}.hero-visual{position:relative;margin:0}.hero-visual picture{display:block;overflow:hidden;border:7px solid var(--white);border-radius:7px 36px 7px 36px;box-shadow:0 32px 70px rgb(9 42 36 / 22%)}.hero-visual img{width:100%;aspect-ratio:620/760;object-fit:cover}.hero-visual figcaption{position:absolute;right:-18px;bottom:26px;max-width:230px;padding:12px 16px;border-radius:10px;background:var(--white);box-shadow:0 12px 30px rgb(9 42 36 / 18%);color:var(--muted);font-size:.78rem}.hero-visual figcaption span{display:block;color:var(--ink);font-weight:800}
.status-bar{border-block:1px solid rgb(21 51 45 / 10%);background:var(--white)}.status-bar .shell{display:flex;min-height:72px;align-items:center;justify-content:center;gap:10px}.status-bar p{margin:0;font-size:.85rem}.status-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--red)}
.section-heading{display:grid;align-items:end;margin-bottom:42px;gap:20px;grid-template-columns:1fr .65fr}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:0}.section-heading h2{max-width:760px;margin:0;font-size:clamp(2.8rem,5vw,5rem)}.section-heading>p:last-child{max-width:390px;margin:0}
.content-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.content-card{display:grid;min-height:235px;padding:30px;border:1px solid rgb(21 51 45 / 10%);border-radius:14px;background:var(--white);grid-template-columns:54px 1fr}.content-card-wide{grid-column:1/-1;min-height:210px;background:var(--sage)}.content-card-dark{background:var(--deep);color:#fff}.content-card h3{font-family:var(--serif);font-size:1.8rem}.content-card p{max-width:55ch;margin-bottom:18px}.content-card small{color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.content-card-dark p,.content-card-dark small{color:rgb(255 255 255 / 72%)}.card-number{color:var(--red);font-family:var(--serif);font-size:.9rem}.content-card-dark .card-number{color:var(--peach)}.price-promise{display:grid;align-items:center;margin-top:14px;padding:28px 30px;border:1px solid rgb(21 51 45 / 12%);border-radius:14px;background:var(--peach);gap:26px;grid-template-columns:auto 1fr}.price-mark{display:grid;width:88px;height:88px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-family:var(--serif);font-size:1.35rem;font-weight:800}.price-promise h3{margin-bottom:4px;font-family:var(--serif);font-size:1.65rem}.price-promise p{margin:0}
.how-section{background:var(--green);color:#fff}.how-grid{display:grid;gap:clamp(45px,8vw,110px);grid-template-columns:.9fr 1.1fr}.how-copy h2{font-size:clamp(2.8rem,5vw,5rem)}.how-copy>p:last-child{max-width:560px;color:rgb(255 255 255 / 70%)}.steps{padding:0;margin:0;list-style:none}.steps li{display:grid;padding:25px 0;border-bottom:1px solid rgb(255 255 255 / 15%);gap:18px;grid-template-columns:44px 1fr}.steps li:first-child{padding-top:0}.steps li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--peach);color:var(--deep);font-family:var(--serif);font-weight:800}.steps h3{font-size:1.12rem}.steps p{margin:0;color:rgb(255 255 255 / 68%);font-size:.95rem}
.memory-grid{display:grid;align-items:center;gap:clamp(40px,7vw,90px);grid-template-columns:1.05fr .95fr}.memory-grid picture{overflow:hidden;border-radius:10px 32px 10px 32px}.memory-grid img{width:100%;height:auto}.memory-grid blockquote{margin-bottom:25px;font-family:var(--serif);font-size:clamp(2.2rem,4.4vw,4.2rem);letter-spacing:-.04em;line-height:1.05}.memory-grid p:last-child{max-width:520px}
.trust-section{background:var(--deep);color:#fff}.trust-grid{display:grid;gap:clamp(40px,8vw,100px);grid-template-columns:1fr 1fr}.trust-grid h2{font-size:clamp(2.8rem,5vw,4.8rem)}.trust-copy>p{color:rgb(255 255 255 / 72%);font-size:1.05rem}.legal{padding:18px;border:1px solid rgb(255 255 255 / 16%);border-radius:10px;background:rgb(255 255 255 / 5%);font-size:.88rem!important}.legal strong{color:#fff}.technical-details{border-bottom:1px solid rgb(255 255 255 / 15%);color:rgb(255 255 255 / 70%);font-size:.8rem}.technical-details summary{padding:10px 0;color:#fff;font-weight:750;cursor:pointer}.technical-details p{color:inherit}
.waitlist-box{display:grid;align-items:start;gap:clamp(35px,7vw,90px);grid-template-columns:.8fr 1.2fr}.waitlist-box h2{font-size:clamp(2.7rem,4.5vw,4.5rem)}.waitlist-form{padding:28px;border:1px solid rgb(21 51 45 / 12%);border-radius:14px;background:var(--white);box-shadow:0 18px 55px rgb(9 42 36 / 10%)}.waitlist-fields{display:grid;gap:14px;grid-template-columns:1fr 1fr}.field label{display:block;margin-bottom:6px;color:var(--ink);font-size:.82rem;font-weight:800}.field input{width:100%;min-height:54px;padding:10px 13px;border:1px solid var(--line);border-radius:8px;background:#fff}.field input:focus{border-color:var(--green);outline:2px solid rgb(18 61 52 / 15%)}.field-help{margin:5px 0 0;font-size:.7rem}.field-error{margin:5px 0 0;color:#8d251b;font-size:.75rem;font-weight:700}.consent-row{display:flex;align-items:flex-start;gap:10px;margin:18px 0;color:var(--muted);font-size:.76rem;line-height:1.45}.consent-row input{width:19px;height:19px;flex:0 0 auto}.waitlist-privacy,.waitlist-status{margin:10px 0 0;font-size:.72rem}.waitlist-status:not(:empty){padding:10px;border-radius:7px;background:var(--sage);color:var(--ink)}.waitlist-status.is-error:not(:empty){background:#f5ded8;color:#7b251b}.waitlist-form-backup{display:none!important}
.mini-faq{padding-bottom:55px}.mini-faq details{max-width:760px;margin:auto;border-block:1px solid var(--line)}.mini-faq summary{padding:20px 0;font-weight:800;cursor:pointer}.mini-faq p{padding-bottom:18px;margin:0}.site-footer{padding-block:54px;background:#061e1a;color:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.brand-light{color:#fff}.footer-inner p{margin:0;color:rgb(255 255 255 / 55%);font-size:.85rem}.footer-inner>div{display:flex;gap:18px}.footer-inner>div a{color:rgb(255 255 255 / 75%);font-size:.78rem}.footer-note{margin-top:30px;padding-top:25px;border-top:1px solid rgb(255 255 255 / 10%)}.footer-note p{max-width:800px;margin:0;color:rgb(255 255 255 / 55%);font-size:.72rem}
@media(max-width:800px){:root{--header:66px}.shell{width:min(calc(100% - 32px),var(--shell))}.site-nav a:not(.nav-cta){display:none}.nav-cta{padding:9px 13px}.hero{padding-top:calc(var(--header) + 45px);background:linear-gradient(180deg,var(--paper) 0 65%,var(--sage) 65%)}.hero-grid,.how-grid,.memory-grid,.trust-grid,.waitlist-box,.section-heading{grid-template-columns:1fr}.hero h1{font-size:clamp(3.35rem,13vw,5.4rem)}.hero-visual{width:min(88%,470px);justify-self:center}.section-heading .eyebrow{grid-column:auto}.content-grid{grid-template-columns:1fr}.content-card-wide{grid-column:auto}.memory-grid picture{order:2}.footer-inner{align-items:flex-start;flex-direction:column}.footer-inner>div{flex-wrap:wrap}}
@media(max-width:520px){body{font-size:16px}.section{padding-block:62px}.hero{padding-bottom:54px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-actions .text-link{text-align:center}.hero-points{display:grid;gap:6px}.hero-visual{width:100%}.hero-visual picture{border-width:5px;border-radius:6px 25px 6px 25px}.hero-visual figcaption{right:8px;bottom:12px}.status-bar .shell{padding-block:13px;align-items:flex-start}.status-bar p{font-size:.77rem;line-height:1.45}.content-card{min-height:0;padding:24px 20px;grid-template-columns:36px 1fr}.content-card h3{font-size:1.55rem}.price-promise{padding:22px 20px;align-items:start;grid-template-columns:58px 1fr}.price-mark{width:58px;height:58px;font-size:.95rem}.price-promise h3{font-size:1.4rem}.waitlist-fields{grid-template-columns:1fr}.waitlist-form{padding:20px}.field-help{display:none}.button{width:100%}.footer-inner>div{display:grid;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media print{.site-header,.button{display:none!important}body{background:#fff;color:#000}.section{padding-block:35px}.how-section,.trust-section,.site-footer{background:#fff;color:#000}}
*,*::before,*::after{min-width:0}.hero-visual figcaption{right:12px}
.mobile-signup-bar{display:none}
@media(max-width:520px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.hero{padding-top:calc(var(--header) + 28px)}.hero-grid{gap:32px}.hero h1{font-size:clamp(3rem,13vw,4.25rem)}.hero-lead{font-size:1.03rem}.hero-visual{max-width:390px}.hero-visual picture{height:min(58vh,430px);min-height:310px}.hero-visual img{height:100%;aspect-ratio:auto;object-position:center 56%}.hero-visual figcaption{right:8px;bottom:8px;max-width:190px;padding:9px 12px;font-size:.7rem}.mobile-signup-bar{position:fixed;z-index:120;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));left:10px;display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:9px 15px 9px 17px;border:1px solid rgb(255 255 255 / 16%);border-radius:12px;background:var(--deep);box-shadow:0 14px 38px rgb(9 42 36 / 30%);color:#fff;font-size:.9rem;font-weight:800;line-height:1.15;text-decoration:none;opacity:0;pointer-events:none;transform:translateY(calc(100% + 24px));transition:opacity 180ms ease,transform 220ms ease}.mobile-signup-bar.is-visible{opacity:1;pointer-events:auto;transform:none}.mobile-signup-bar small{display:block;margin-bottom:3px;color:rgb(255 255 255 / 60%);font-size:.6rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.mobile-signup-bar svg{width:21px;fill:none;stroke:var(--peach);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}}
