:root{--navy:#12233f;--warm-headline:#A84E2C;--gold:#f3b83c;--cream:#fffaf0;--sage:#dce8d7;--ink:#172033;--muted:#536071;--white:#fff;--line:#d9deea;--radius:1rem;--space:clamp(1rem,2vw,2rem);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}body{margin:0;line-height:1.6}a{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:-5rem;background:var(--navy);color:var(--white);padding:.7rem 1rem;z-index:10}.skip-link:focus{top:1rem}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,5vw,5rem);background:var(--white);border-bottom:1px solid var(--line)}.brand img{display:block;width:220px;max-width:48vw;height:auto}.nav-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin:0;padding:0;list-style:none;font-size:.94rem}.nav-list a{text-decoration:none;color:var(--muted)}.nav-list a[aria-current=page]{color:var(--navy);font-weight:700;text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:.35rem}.button{display:inline-block;padding:.78rem 1.1rem;border:2px solid var(--gold);border-radius:999px;background:var(--gold);color:var(--navy);font-weight:800;text-decoration:none}.button:hover{background:#ffd46b}.button-secondary{background:transparent;border-color:var(--white);color:var(--white)}.button-small{white-space:nowrap;padding:.55rem .85rem;font-size:.9rem}.hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:34rem;background:var(--warm-headline);color:var(--white)}.hero-copy{align-self:center;padding:clamp(2.5rem,7vw,7rem)}.eyebrow{margin:0 0:.5rem;color:var(--gold);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}h1{max-width:13ch;margin:.1rem 0 1rem;font-size:clamp(2.8rem,6vw,5.4rem);line-height:1.05}h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.15}.hero-image{width:100%;height:100%;min-height:22rem;object-fit:cover;object-position:80% center}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.section{max-width:72rem;margin:auto;padding:clamp(3rem,8vw,7rem) var(--space)}.section-soft{max-width:none;background:var(--sage)}.section-soft>*{max-width:72rem;margin-left:auto;margin-right:auto}.lead{max-width:48rem;color:var(--muted);font-size:1.15rem}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.card h3{margin-top:0}.product{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(1.5rem,5vw,5rem);align-items:center}.product img{width:100%;max-height:25rem;object-fit:contain;background:var(--white);border-radius:var(--radius)}.price{color:var(--navy);font-size:2rem;font-weight:900}.steps{counter-reset:steps}.steps li{list-style:none;position:relative;padding:1.2rem 0 1.2rem 4rem;border-bottom:1px solid var(--line)}.steps li:before{counter-increment:steps;content:counter(steps);position:absolute;left:0;top:1rem;display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:50%;background:var(--gold);color:var(--navy);font-weight:900}.page-hero{padding:clamp(3rem,8vw,7rem) var(--space);background:var(--warm-headline);color:var(--white)}.page-hero>*{max-width:72rem;margin-left:auto;margin-right:auto}.page-hero h1{max-width:16ch}.page-hero-with-image{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:26rem;padding:0;align-items:stretch;overflow:hidden}.page-hero-with-image .page-hero-copy{align-self:center;max-width:none;margin:0;padding:clamp(3rem,8vw,7rem) clamp(1rem,5vw,5rem)}.page-hero-with-image img{width:100%;height:100%;min-height:26rem;max-height:none;border-radius:0;object-fit:cover;object-position:center}details{padding:1rem 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:800}.contact-box{max-width:42rem;padding:1.5rem;border-radius:var(--radius);background:var(--white);border:1px solid var(--line)}.contact-box form{display:grid;gap:.45rem;margin-top:1.5rem}.contact-box input,.contact-box select,.contact-box textarea{width:100%;padding:.7rem;border:1px solid #9da9ba;border-radius:.45rem;font:inherit}.contact-box label{margin-top:.5rem;font-weight:700}.contact-box button{justify-self:start;margin-top:.75rem;cursor:pointer}.optional{color:var(--muted);font-size:.9rem;font-weight:400}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.site-footer{padding:3rem var(--space);background:var(--warm-headline);color:var(--white)}.site-footer p{max-width:72rem;margin:.35rem auto}.footer-note{color:#d8e2f1}@media(max-width:800px){.site-header{flex-wrap:wrap}.site-header nav{order:3;width:100%}.hero,.product,.grid,.page-hero-with-image{grid-template-columns:1fr}.hero-image{max-height:30rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
