
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@600;700&display=swap');
:root{
  --navy:#0a2138;--navy-2:#153c5a;--orange:#f15b2a;--orange-dark:#d94614;
  --ice:#eef4f7;--paper:#f8fafb;--line:#d9e2e8;--text:#142536;--muted:#5c6c79;
  --white:#fff;--success:#1f6f55;--shadow:0 18px 48px rgba(10,33,56,.12);
  --radius:18px;--max:1160px;--condensed:"Archivo Narrow","Roboto Condensed",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}a{color:inherit}button,input{font:inherit}.wrap{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.narrow{max-width:790px}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:999;background:white;padding:12px;border:2px solid var(--navy)}
.eyebrow{font-size:.74rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--orange)}h1,h2,h3,.display{font-family:var(--condensed);text-transform:uppercase;letter-spacing:-.028em;line-height:.96;margin:0;color:var(--navy);font-stretch:condensed}h1{font-size:clamp(3rem,9vw,6.5rem)}h2{font-size:clamp(2.2rem,5.7vw,4.2rem)}h3{font-size:1.48rem}p{margin:0}.lead{font-size:1.08rem;color:var(--muted);max-width:680px}.fine{font-size:.78rem;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;padding:15px 20px;min-height:52px;font-weight:900;text-decoration:none;cursor:pointer;transition:.15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:white;box-shadow:0 9px 20px rgba(241,91,42,.24)}.btn-primary:hover{background:var(--orange-dark)}.btn-secondary{background:white;color:var(--navy);border:1px solid var(--navy)}.btn-navy{background:var(--navy);color:white}.btn-small{min-height:42px;padding:10px 14px;font-size:.84rem}.btn-wide{width:100%}
.announcement{background:var(--navy);color:white;text-align:center;font-size:.82rem;font-weight:800;padding:9px 40px;position:relative}.announcement.surge{background:var(--orange)}.announcement a{margin-left:6px}.announcement-close{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:0;color:white;font-size:18px;cursor:pointer}
header{border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:30}.nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;color:var(--navy);letter-spacing:.035em}.brand-mark{width:35px;height:35px;border:3px solid currentColor;position:relative;flex:0 0 auto}.brand-mark:after{content:"";position:absolute;width:14px;height:7px;background:currentColor;right:-3px;top:-3px}.brand-mark b{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--condensed);font-size:16px}.brand-text{font-size:.89rem;line-height:1.04}
section{padding:72px 0}.section-head{display:grid;gap:13px;margin-bottom:32px}.section-head.center{text-align:center;justify-items:center}.section-head.center p{max-width:690px}.hero{padding:42px 0 48px;background:linear-gradient(180deg,#fff 0 72%,var(--ice) 72%)}.hero-grid{display:grid;gap:28px;align-items:center}.hero-copy .eyebrow{margin-bottom:14px}.hero-copy h1 span{color:var(--orange)}.hero-copy .sub{font-size:1.1rem;color:var(--muted);max-width:650px;margin:20px 0 24px}.hero-actions{display:flex;flex-direction:column;gap:10px}.micro{font-size:.78rem;color:var(--muted);font-weight:800;text-align:center}.product-stage{min-height:370px;display:grid;place-items:center;position:relative}.cold-ring{position:absolute;width:320px;height:320px;border-radius:50%;border:1px solid #cad9e2;background:radial-gradient(circle,#fff 0 43%,transparent 44%)}.kit-visual{width:min(100%,500px);position:relative;z-index:1;filter:drop-shadow(0 28px 28px rgba(10,33,56,.16))}.seal{position:absolute;right:2%;top:7%;z-index:2;width:102px;height:102px;border-radius:50%;background:var(--orange);color:white;display:grid;place-items:center;text-align:center;font-weight:900;font-size:.7rem;line-height:1.12;transform:rotate(7deg);box-shadow:0 14px 25px rgba(241,91,42,.25)}
.trust-strip{border-bottom:1px solid var(--line);border-top:1px solid var(--line);background:var(--paper)}.trust-grid{display:grid;grid-template-columns:1fr;gap:0}.trust-item{padding:16px 0;display:flex;align-items:center;gap:10px;font-size:.84rem;font-weight:800;color:var(--navy);border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.trust-icon{width:28px;height:28px;border-radius:50%;background:var(--ice);display:grid;place-items:center;color:var(--orange);font-weight:900}
.problem-grid,.steps,.support-grid{display:grid;gap:14px}.problem,.how-step,.support-card{border:1px solid var(--line);border-radius:13px;padding:20px;background:white}.problem{display:grid;grid-template-columns:50px 1fr;gap:15px}.icon{width:50px;height:50px;border-radius:9px;background:var(--ice);display:grid;place-items:center;color:var(--navy)}.problem h3,.how-step h3{font-size:1.14rem;margin-bottom:6px}.problem p,.how-step p,.support-card p{font-size:.91rem;color:var(--muted)}
.chooser{background:var(--navy);color:white}.chooser h2,.chooser h3{color:white}.chooser .lead{color:#c9d4dc}.card-grid{display:grid;gap:18px}.kit-card{background:white;color:var(--text);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;position:relative}.kit-card.featured{outline:3px solid var(--orange)}.tag{display:inline-flex;align-self:flex-start;background:var(--orange);color:white;padding:6px 9px;border-radius:5px;font-weight:900;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:12px}.tag.gray{background:#71808a}.kit-card h3{color:var(--navy);font-size:1.8rem}.price{font-size:2rem;color:var(--navy);font-weight:900;margin:10px 0 4px}.price small{font-size:.8rem;color:var(--muted);font-weight:700}.for{font-size:.9rem;color:var(--muted);padding-bottom:14px;border-bottom:1px solid var(--line)}.kit-card ul,.check-list{margin:18px 0 22px;padding:0;list-style:none;display:grid;gap:10px}.kit-card ul{flex:1}.kit-card li,.check-list li{display:flex;gap:10px;font-size:.92rem}.kit-card li:before,.check-list li:before{content:"✓";font-weight:900;color:var(--orange)}.card-actions{display:grid;gap:9px}.helper{margin-top:22px;text-align:center;font-size:.93rem;color:#d6e0e7}.helper strong{color:white}
.box-grid,.founder-grid,.capture-grid{display:grid;gap:28px;align-items:center}.flatlay{background:var(--ice);border-radius:var(--radius);padding:24px;min-height:430px;display:grid;place-items:center;position:relative;overflow:hidden}.flatlay:before{content:"";position:absolute;inset:22px;border:1px dashed #b7c8d2;border-radius:12px}.protocol-card{background:white;border:3px solid var(--navy);box-shadow:0 16px 28px rgba(10,33,56,.15);width:77%;max-width:365px;transform:rotate(-3deg);position:relative;z-index:2}.protocol-top{background:var(--orange);color:white;font-weight:900;text-transform:uppercase;padding:10px 14px;font-size:.72rem;letter-spacing:.08em}.protocol-body{padding:18px}.protocol-body h3{font-size:1.55rem;margin-bottom:14px}.step-line{display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:start;margin:10px 0;font-size:.74rem;font-weight:700;color:#314453}.step-line b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white;font-size:.68rem}.hardware{position:absolute;width:135px;height:83px;background:var(--navy);right:5%;bottom:13%;border-radius:10px;transform:rotate(8deg);box-shadow:0 12px 20px rgba(10,33,56,.2)}.hardware:after{content:"FAUCET COVERS";position:absolute;inset:0;display:grid;place-items:center;color:white;font-size:.61rem;font-weight:900;letter-spacing:.05em}.blanket{position:absolute;width:127px;height:97px;background:white;border:1px solid #c6d2da;left:5%;top:14%;transform:rotate(8deg);box-shadow:0 8px 17px rgba(10,33,56,.12)}.blanket:after{content:"INSULATED WRAP";position:absolute;inset:0;display:grid;place-items:center;color:var(--navy);font-size:.58rem;font-weight:900}.box-copy h2,.founder-copy h2{margin-bottom:18px}.box-copy>p,.founder-copy p{color:var(--muted);margin-bottom:20px}
.how{background:var(--ice)}.num{font-family:var(--condensed);font-weight:900;font-size:3.4rem;line-height:.8;color:var(--orange);margin-bottom:18px}.founder-photo{min-height:330px;background:var(--navy);border-radius:var(--radius);position:relative;overflow:hidden;display:grid;place-items:center;color:white}.founder-photo:before{content:"FOUNDER PHOTO";font-size:.75rem;letter-spacing:.12em;font-weight:900;opacity:.55}.founder-photo:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;border:30px solid rgba(255,255,255,.05);right:-35px;bottom:-35px}.founder-copy p{font-size:1.02rem}.capture{background:var(--orange);color:white}.capture h2{color:white}.capture p{color:#fff5ef;margin-top:12px;max-width:620px}.form{background:white;border-radius:12px;padding:15px;display:grid;gap:10px;box-shadow:var(--shadow)}.form input{width:100%;border:1px solid var(--line);border-radius:7px;padding:14px;color:var(--text);min-height:50px}.check-row{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;font-size:.74rem;color:var(--muted)}.check-row input{width:17px;height:17px;min-height:auto;margin-top:1px}.consent{font-size:.67rem;color:var(--muted);line-height:1.4}.success-msg{font-size:.84rem;font-weight:900;color:var(--success)}
.faq-list{display:grid;gap:10px}details{border:1px solid var(--line);border-radius:10px;background:white;padding:0 17px}summary{cursor:pointer;font-weight:900;color:var(--navy);padding:18px 26px 18px 0;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:0;top:14px;font-size:1.5rem;color:var(--orange)}details[open] summary:after{content:"–"}details p{color:var(--muted);font-size:.91rem;padding:0 0 18px}
footer{background:var(--navy);color:white;padding:40px 0}.footer-grid{display:grid;gap:27px}.copyright{color:#91a2ae;font-size:.76rem;margin-top:15px}.footer-contact{margin-top:8px;font-size:.8rem}.footer-contact a{color:#d3dde4}
@media(min-width:760px){.wrap{width:min(calc(100% - 56px),var(--max))}.hero{padding:72px 0 78px;background:linear-gradient(90deg,#fff 0 63%,var(--ice) 63%)}.hero-grid{grid-template-columns:1.12fr .88fr;gap:40px}.hero-actions{flex-direction:row;align-items:center}.micro{text-align:left}.product-stage{min-height:500px}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item{justify-content:center;border-bottom:0;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.problem-grid{grid-template-columns:repeat(3,1fr)}.problem{grid-template-columns:1fr;min-height:198px;padding:24px}.card-grid{grid-template-columns:repeat(2,1fr)}.kit-card{padding:30px}.box-grid{grid-template-columns:1.03fr .97fr;gap:60px}.founder-grid{grid-template-columns:.9fr 1.1fr;gap:52px}.capture-grid{grid-template-columns:1.08fr .92fr;gap:55px}.footer-grid{grid-template-columns:1fr auto;align-items:end}}
@media(min-width:980px){section{padding:94px 0}.brand-text{font-size:.98rem}}
@media print{header,.announcement,.capture,footer{display:none!important}}

/* August single-page landing */
.nav-logo-only{justify-content:flex-start}
.preorder-label{border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--navy);font-weight:900;text-align:center;padding:14px 18px}
.contents-list{margin:24px 0 0}
.contents-list li{font-size:.96rem;margin-bottom:4px}
.capture-eyebrow{color:var(--navy)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.footer-cta{color:white;font-weight:900;text-decoration:none}
footer .brand{color:white}
.early-capture{padding:32px 0;background:var(--paper);border-bottom:1px solid var(--line)}
.early-capture-grid{display:grid;gap:20px;align-items:center}
.early-capture h2{font-size:clamp(2rem,4vw,3.25rem);margin:8px 0 10px}
.early-capture p{color:var(--muted);max-width:580px}
.compact-form{box-shadow:none;border:1px solid var(--line)}
.single-kit-wrap{max-width:720px;margin:0 auto}.single-kit-card{outline:3px solid var(--orange);padding:30px}.addon-launch{margin:-4px 0 18px;padding:14px;border-radius:8px;background:var(--ice);color:var(--muted);font-size:.84rem}.addon-launch strong{color:var(--navy)}
.photo-slot{min-height:390px;border-radius:var(--radius);border:2px dashed #9eb2bf;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(238,244,247,.92)),repeating-linear-gradient(90deg,transparent 0 39px,rgba(10,33,56,.04) 40px),repeating-linear-gradient(0deg,transparent 0 39px,rgba(10,33,56,.04) 40px);color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;position:relative;overflow:hidden}
.photo-slot:before{content:"PHOTO SLOT";position:absolute;left:18px;top:16px;font-size:.62rem;font-weight:900;letter-spacing:.14em;color:var(--muted)}.photo-slot:after{content:"";position:absolute;width:150px;height:150px;border:28px solid rgba(241,91,42,.08);border-radius:50%;right:-35px;bottom:-45px}
.photo-slot .shot-id{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-family:var(--condensed);font-size:1.25rem;font-weight:700;margin-bottom:16px}.photo-slot strong{font-family:var(--condensed);font-size:1.45rem;letter-spacing:.04em}.photo-slot small{color:var(--muted);margin-top:7px;max-width:320px}.hero-photo-slot{min-height:440px}.founder-photo-slot{min-height:350px}
.hero-buy{font-size:1rem}.text-link{align-self:center;color:var(--navy);font-size:.82rem;font-weight:900;text-decoration:none}.hero-proof{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:18px;color:var(--muted);font-size:.74rem;font-weight:800}.kit-reassurance{text-align:center;color:var(--muted);font-size:.72rem;margin-top:10px}.simple-addons{display:grid;gap:8px;margin-top:16px}.simple-addons>div{display:flex;justify-content:space-between;gap:16px;padding:13px 15px;border:1px solid #37536a;border-radius:8px;background:#102b43}.simple-addons strong{color:white;font-size:.82rem}.simple-addons span{color:#c7d4dd;font-size:.78rem;text-align:right}.mobile-buy{position:fixed;z-index:45;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 14px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(10,33,56,.12)}.mobile-buy strong,.mobile-buy span{display:block}.mobile-buy strong{color:var(--navy);font-size:.87rem}.mobile-buy span{color:var(--muted);font-size:.68rem}.mobile-buy .btn{min-height:44px;padding:10px 18px}
@media(max-width:759px){
  header{position:relative}
  .hero{padding-top:36px}
  .footer-cta{align-self:start}
  footer{padding-bottom:105px}
  .simple-addons>div{display:grid;gap:3px}
  .simple-addons span{text-align:left}
}
@media(min-width:760px){
  .early-capture-grid{grid-template-columns:.95fr 1.05fr;gap:44px}
  .compact-form{grid-template-columns:1fr 1fr}
  .compact-form .check-row,.compact-form .consent{grid-column:1/-1}
  .compact-form .btn{grid-column:1/-1}
  .text-link{align-self:auto}
  .mobile-buy{display:none}
}

/* Updated Hard Freeze logo system */
.brand-mark{display:none}
.brand-text{display:block;width:238px;height:64px;font-size:0;background:url('/assets/logo-horizontal-light.png') center/contain no-repeat}
footer .brand-text{width:228px;height:82px;background-image:url('/assets/logo-horizontal-dark.png');border-radius:7px}
@media(max-width:520px){.brand-text{width:190px;height:56px}}
.quality{background:var(--navy);color:#fff}.quality h2{color:#fff}.quality-eyebrow{color:var(--orange)}.quality-grid{display:grid;gap:14px;margin-top:28px}.q-item{background:#102b43;border:1px solid #37536a;border-radius:var(--radius);padding:22px}.q-num{font-family:var(--condensed);color:var(--orange);font-weight:700;font-size:1.05rem;letter-spacing:.08em}.q-item strong{display:block;color:#fff;font-size:1.02rem;margin:8px 0 7px}.q-item p{color:#c7d4dd;font-size:.85rem;line-height:1.55;margin:0}
@media(min-width:760px){.quality-grid{grid-template-columns:repeat(3,1fr);gap:18px}}
.hero-photo{width:100%;height:auto;min-height:440px;object-fit:cover;border-radius:var(--radius);box-shadow:0 18px 44px rgba(10,33,56,.22)}
