:root{--cream:#f7f1e3;--cream-deep:#efe4cd;--white:#fff;--teal:#0d7377;--teal-mid:#14919b;--teal-deep:#0a5c60;--teal-soft:#d8eef0;--gold:#c9a227;--gold-soft:#f4e7b5;--ink:#1a4d50;--muted:#3d6b6e;--line:#d7cbb3;--card:#f5f1e8}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--cream);color:var(--ink);min-height:100vh;font-family:Georgia,Times New Roman,serif;line-height:1.65}a{color:var(--teal);text-decoration:none}a:hover{color:var(--gold)}img{max-width:100%;height:auto;display:block}.wrap{width:min(1140px,100% - 2rem);margin:0 auto}.skip{position:absolute;top:0;left:-999px}.skip:focus{background:var(--gold);color:var(--ink);z-index:80;padding:.4rem .7rem;top:12px;left:12px}.site-header,.portal-header{background:var(--white);border-bottom:3px solid var(--gold);z-index:40;position:sticky;top:0}.header-bar,.portal-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 0;display:flex}.logo{color:var(--teal);letter-spacing:.08em;align-items:center;gap:.45rem;font-size:1.2rem;font-weight:700;display:inline-flex}.logo img,.logo svg{width:34px;height:34px}.logo:hover{color:var(--teal-deep)}.nav{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.nav>a,.dropdown>a,.dropdown>span,.dropdown-trigger{color:var(--ink);font-size:.95rem}.dropdown{position:relative}.dropdown-trigger{font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;padding:0}.dropdown-menu{background:var(--white);border:1px solid var(--line);z-index:30;min-width:15rem;padding:.5rem 0;display:none;position:absolute;top:calc(100% + .35rem);left:0;box-shadow:0 8px 24px #0d73771f}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}.dropdown-menu a{color:var(--ink);padding:.45rem .95rem;display:block}.actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.btn{border:2px solid var(--teal);background:var(--teal);color:var(--white);cursor:pointer;border-radius:4px;padding:.58rem 1.05rem;font-family:inherit;font-size:.95rem;display:inline-block}.btn:hover{background:var(--teal-mid);color:var(--white)}.btn-gold{background:var(--gold);border-color:var(--gold);color:var(--white)}.btn-gold:hover{color:var(--white);background:#d4b03a}.btn-ghost{background:var(--white);color:var(--teal)}.btn-ghost:hover{background:var(--teal-soft);color:var(--teal-deep)}.btn-outline-light{border-color:var(--white);color:var(--white);background:0 0}.btn-outline-light:hover{background:var(--white);color:var(--teal)}.hero{min-height:72vh;color:var(--white);align-items:flex-end;padding:0;display:flex;position:relative}.hero-photo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-shade{background:linear-gradient(#0a5c6026,#0a5c609e);position:absolute;inset:0}.hero .wrap{z-index:2;padding:4.5rem 0 3.2rem;position:relative}.hero h1{color:var(--white);max-width:14ch;margin:0 0 .8rem;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.05}.hero .lede{color:var(--white);max-width:36rem;font-size:1.15rem}.hero-ctas{flex-wrap:wrap;gap:.7rem;display:flex}.wave{background:var(--teal-deep);clip-path:ellipse(70% 100% at 50% 100%);height:56px;margin-top:-1px}.band-products{background:var(--teal-deep);color:var(--white);padding:3.4rem 0 3.8rem}.band-products .eyebrow{letter-spacing:.16em;color:var(--gold-soft);margin:0 0 1.2rem;font-size:.82rem}.band-products h2{color:var(--white);margin-top:0}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;display:grid}.product-card{background:var(--white);color:var(--ink);border-radius:10px;flex-direction:column;min-height:16rem;padding:1.4rem 1.3rem 1.5rem;display:flex}.product-card h2{color:var(--teal);font-size:1.7rem}.product-card p{flex:1}.product-card .yield{color:var(--gold);font-weight:700}.calc-band{background:var(--cream);grid-template-columns:1.1fr .9fr;min-height:280px;display:grid}.calc-band .copy{flex-direction:column;justify-content:center;padding:3rem 8vw 3rem 0;display:flex}.calc-band .copy-inner{width:min(520px,100%);margin-left:auto;padding-left:1.5rem}.calc-band h2{color:var(--teal);margin-top:0}.calc-photo{object-fit:cover;width:100%;height:100%;min-height:280px}.section{padding:3.2rem 0}.section h2,.page-hero h1{color:var(--teal);margin-top:0}.lede{max-width:44rem;color:var(--muted);font-size:1.12rem}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:.8rem}.cards,.steps,.filters{gap:1rem;display:grid}.cards.three,.steps,.cards.four{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.card,.panel,.account-card{background:var(--white);border:1px solid var(--line);border-top:4px solid var(--teal);padding:1.25rem}.card.gold{border-top-color:var(--gold)}.card img.icon{width:52px;height:52px;margin-bottom:.6rem}.why-grid .card{background:#f3efe4;border-top:0;border-radius:8px}.band-gold{background:var(--gold-soft)}.band-teal{background:var(--teal);color:var(--white)}.band-teal h2,.band-teal p,.band-teal a{color:var(--white)}.secure-band{background:var(--white);grid-template-columns:1fr 1fr;display:grid}.secure-band .copy{flex-direction:column;justify-content:center;padding:3rem 6vw;display:flex}.secure-band img{object-fit:cover;width:100%;height:100%;min-height:280px}.page-hero{background:var(--white);padding:2.4rem 0 1rem}.page-hero.photo{min-height:280px;color:var(--white);align-items:flex-end;display:flex;position:relative}.page-hero.photo img.bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.page-hero.photo .shade{background:linear-gradient(#0a5c601a,#0a5c60b3);position:absolute;inset:0}.page-hero.photo .wrap{z-index:2;padding-bottom:2rem;position:relative}.page-hero.photo h1,.page-hero.photo .lede{color:var(--white)}.prose{max-width:48rem}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--teal)}.prose .bullet{margin:.2rem 0;padding-left:.2rem}.wide-prose{max-width:56rem}.figure{margin:1.2rem 0 1.6rem}.figure img{border-radius:8px;width:100%}form.stack,.stack{gap:.85rem;max-width:36rem;display:grid}label{gap:.3rem;font-weight:600;display:grid}input,textarea,select{font:inherit;border:1px solid var(--line);background:var(--white);color:var(--ink);border-radius:4px;padding:.65rem .7rem}textarea{min-height:8rem}.req{color:#b42318}.hint{color:var(--muted);font-size:.9rem}.check{align-items:center;gap:.5rem;font-weight:500;display:flex}.site-footer{background:var(--cream-deep);border-top:3px solid var(--gold);color:var(--ink);margin-top:3rem}.footer-cols{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem;padding:2rem 0 1rem;display:grid}.footer-cols h3{color:var(--teal);margin:0 0 .5rem;font-size:.95rem}.footer-cols a{color:var(--ink);margin:.25rem 0;display:block}.social a{margin-right:.7rem;display:inline-block}.reg{color:var(--muted);max-width:70rem;padding:0 0 2rem;font-size:.82rem}.unavail{color:var(--muted);font-style:italic}.kh-hero{background:var(--teal-soft);padding:3rem 0 2rem}.kh-hero h1{color:var(--teal);margin:0;font-size:clamp(2rem,5vw,3.4rem)}.filters{flex-wrap:wrap;gap:.5rem;margin:1.2rem 0 1.6rem;display:flex}.filter{background:var(--white);border:1px solid var(--line);color:var(--teal);border-radius:99px;padding:.4rem .8rem}.filter.active,.filter:hover{background:var(--teal);color:var(--white)}.kh-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem;display:grid}.kh-card{background:var(--white);border:1px solid var(--line);flex-direction:column;display:flex}.kh-card img{object-fit:cover;width:100%;height:150px}.kh-card .pad{padding:.9rem 1rem 1.1rem}.kh-card h2{color:var(--teal);margin:0 0 .5rem;font-size:1.15rem}.spec{border-collapse:collapse;width:100%;margin:1rem 0 1.5rem}.spec th,.spec td{border-bottom:1px solid var(--line);text-align:left;padding:.5rem .4rem}.holdings{padding:0;list-style:none}.holdings li{background:var(--white);border:1px solid var(--line);margin:.35rem 0;padding:.55rem .8rem}.faq details{background:var(--white);border:1px solid var(--line);margin:.5rem 0;padding:.7rem 1rem}.faq summary{cursor:pointer;color:var(--teal);font-weight:650}.note{background:var(--gold-soft);border-left:4px solid var(--gold);margin:1rem 0;padding:.85rem 1rem}.split{grid-template-columns:1.1fr .9fr;align-items:start;gap:2rem;display:grid}.portal-link{background:var(--gold-soft);border:2px solid var(--gold);color:var(--teal-deep);margin-top:1rem;padding:.7rem 1rem;font-weight:700;display:inline-block}@media (width<=860px){.product-grid,.calc-band,.secure-band,.split{grid-template-columns:1fr}.hero{min-height:58vh}}.product-card img{object-fit:cover;border-radius:6px;width:100%;height:140px;margin:0 0 .8rem}.calc-band>a{min-height:280px;display:block}.tick-list{margin:.6rem 0 0;padding-left:0;list-style:none}.tick-list li{background:url(/images/tick.png) 0 .35rem/.95rem no-repeat;margin:.35rem 0;padding-left:1.55rem}
