:root{
  --navy:#0c2d4f;
  --navy-2:#113b64;
  --blue:#2f6ea5;
  --sky:#eaf5fb;
  --ice:#f6fbfd;
  --white:#ffffff;
  --text:#142436;
  --muted:#667789;
  --line:#dbe6ec;
  --soft:#eef5f8;
  --green:#2e7d6b;
  --shadow:0 18px 50px rgba(13,48,78,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.topbar{
  background:var(--navy);
  color:#d9eaf7;
  font-size:12px;
  letter-spacing:.02em;
}
.topbar-inner{
  height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.topbar a{color:#fff;font-weight:700}
.site-header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(219,230,236,.9);
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(14px);
}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px}
.brand-mark{width:45px;height:45px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:"Space Grotesk",sans-serif;font-size:15px;letter-spacing:.03em}
.brand-copy span{font-size:11px;letter-spacing:.42em;margin-top:6px;font-weight:800}
.desktop-nav{display:flex;align-items:center;gap:30px}
.desktop-nav a{font-weight:700;font-size:14px;color:#365167}
.desktop-nav a:hover{color:var(--navy)}
.nav-actions{display:flex;align-items:center;gap:10px}
.icon-btn,.menu-btn{
  border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;color:var(--navy);font-weight:800
}
.cart-count{
  display:inline-grid;place-items:center;width:22px;height:22px;background:var(--navy);color:#fff;border-radius:999px;font-size:11px;margin-left:6px
}
.menu-btn{display:none}
.mobile-nav{display:none;padding:12px 20px 20px;border-top:1px solid var(--line)}
.mobile-nav a{display:block;padding:10px 0;font-weight:700}
.hero{
  min-height:680px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(245,251,254,.98) 0%,rgba(245,251,254,.88) 32%,rgba(245,251,254,.45) 55%,rgba(245,251,254,.05) 78%);
}
.hero-content{position:relative;z-index:2}
.hero-card{width:min(620px,55vw);padding:44px 0}
.eyebrow{
  color:var(--blue);font-size:12px;letter-spacing:.18em;font-weight:800;text-transform:uppercase
}
.hero h1,.section h2,.newsletter h2{
  font-family:"Space Grotesk",sans-serif;
  line-height:1.03;
  letter-spacing:-.04em;
  margin:14px 0 18px;
}
.hero h1{font-size:clamp(46px,6vw,78px);max-width:760px}
.hero p{font-size:18px;color:#52697a;max-width:620px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:13px;border:1px solid transparent;
  padding:13px 18px;font-weight:800;transition:.2s ease
}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{background:var(--navy-2);transform:translateY(-1px)}
.btn-secondary{background:rgba(255,255,255,.8);color:var(--navy);border-color:#cddde6}
.btn-secondary:hover{background:#fff}
.trust-row{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#496175}
.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--green);display:inline-block;margin-right:8px}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:24px 18px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;font-size:13px}
.trust-item span{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.mini-icon{
  min-width:38px;height:38px;border-radius:12px;background:var(--sky);color:var(--navy);display:grid;place-items:center;font-size:11px;font-weight:900
}
.section{padding:92px 0}
.products-section{background:#fbfdfe}
.section-heading{
  display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px
}
.section-heading h2,.quality-copy h2,.coa-banner h2,.about-copy h2,.faq-wrap h2{font-size:clamp(34px,4vw,54px)}
.section-heading p{color:var(--muted);max-width:620px;margin:0}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap}
.pill{
  border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;color:#4f6576;font-size:13px
}
.pill.active,.pill:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{
  background:#fff;border:1px solid #e1ebf0;border-radius:24px;overflow:hidden;
  box-shadow:0 7px 24px rgba(18,59,92,.05);transition:.25s ease
}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-media{
  position:relative;min-height:330px;display:grid;place-items:center;
  background:linear-gradient(180deg,#edf7fb 0%,#f8fbfd 100%);padding:18px
}
.product-media img{width:auto;height:300px;object-fit:contain}
.product-badge{
  position:absolute;top:16px;left:16px;background:var(--navy);color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.product-badge.new{background:var(--green)}
.product-info{padding:21px}
.product-meta{font-size:10px;color:#7d8e9c;letter-spacing:.14em;font-weight:800}
.product-info h3{font-family:"Space Grotesk",sans-serif;font-size:23px;margin:6px 0 0}
.strength{font-size:12px;font-weight:900;color:var(--blue);margin:0 0 12px}
.price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:16px}
.price-row strong{font-size:22px}
.price-row span{font-size:11px;color:var(--muted)}
.btn-card{width:100%;background:#eef5f8;color:var(--navy)}
.btn-card:hover{background:var(--navy);color:#fff}
.quality-section{
  background:linear-gradient(135deg,#0c2d4f 0%,#174b77 100%);
  color:#fff;position:relative;overflow:hidden
}
.quality-section:after{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.06);right:-100px;top:-80px
}
.split-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;position:relative;z-index:1}
.quality-copy .eyebrow{color:#8dc8ed}
.quality-copy p.lead{color:#d3e4f0;font-size:18px}
.quality-list{margin-top:32px}
.quality-step{display:grid;grid-template-columns:58px 1fr;gap:14px;padding:17px 0;border-top:1px solid rgba(255,255,255,.14)}
.quality-step span{font-family:"Space Grotesk";font-weight:800;color:#8dc8ed}
.quality-step strong{font-size:15px}
.quality-step p{margin:4px 0 0;color:#bfd2e0;font-size:13px}
.glass-card{
  background:rgba(255,255,255,.98);color:var(--text);border-radius:24px;padding:30px;box-shadow:0 25px 70px rgba(0,0,0,.22)
}
.coa-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;border-bottom:1px solid var(--line);padding-bottom:20px}
.coa-header h3{font-family:"Space Grotesk";font-size:26px;margin:6px 0 0}
.verified{background:#e6f4ef;color:#27705f;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}
.coa-lines{padding:12px 0}
.coa-lines div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #edf2f5;font-size:13px}
.coa-lines span{color:var(--muted)}
.fine-print{font-size:11px;color:#7d8d9b}
.coa-section{background:#f6fbfd}
.coa-banner{
  border:1px solid #d8e8ef;border-radius:28px;background:#fff;padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;box-shadow:var(--shadow)
}
.coa-banner p{color:var(--muted)}
.coa-search{display:flex;gap:10px}
.coa-search input,.newsletter-form input{
  flex:1;border:1px solid var(--line);border-radius:13px;padding:14px 16px;outline:none;background:#fff
}
.coa-search input:focus,.newsletter-form input:focus{border-color:#87b8d9;box-shadow:0 0 0 4px #eaf5fb}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.about-photo img{border-radius:28px;box-shadow:var(--shadow)}
.about-copy p{color:var(--muted);font-size:16px}
.text-link{display:inline-block;margin-top:14px;font-weight:900;color:var(--blue)}
.faq-section{background:#fbfdfe}
.section-heading.compact{margin-bottom:20px}
.faq-wrap{max-width:920px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;margin:10px 0;padding:0 20px}
.faq-list summary{padding:18px 0;cursor:pointer;font-weight:800}
.faq-list p{color:var(--muted);margin-top:0;padding-bottom:16px}
.newsletter{background:linear-gradient(110deg,#153f68,#0c2d4f);color:#fff;padding:54px 0}
.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.newsletter h2{font-size:38px;margin:8px 0}
.newsletter p{color:#cfe0ec;margin:0}
.eyebrow.light{color:#8dc8ed}
.newsletter-form{display:flex;gap:10px}
.btn-light{background:#fff;color:var(--navy)}
footer{background:#091f35;color:#dbe8f1;padding-top:68px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:45px}
.footer-brand p{max-width:360px;color:#9fb5c6;font-size:13px}
.footer-logo{color:#fff;margin-bottom:14px}
.footer-grid h4{color:#fff;margin:0 0 14px}
.footer-grid>div:not(.footer-brand) a{display:block;color:#9fb5c6;font-size:13px;padding:6px 0}
.footer-grid a:hover{color:#fff}
.legal{
  border-top:1px solid rgba(255,255,255,.1);padding:22px 0 32px;display:flex;justify-content:space-between;gap:30px;color:#8ca5b8;font-size:11px
}
.legal p{margin:0}
.cart-drawer{
  position:fixed;right:0;top:0;height:100vh;width:min(420px,92vw);background:#fff;z-index:60;
  transform:translateX(105%);transition:.28s ease;box-shadow:-20px 0 60px rgba(0,0,0,.18);display:flex;flex-direction:column
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}
.cart-head h3{font-family:"Space Grotesk";font-size:30px;margin:0}
.close-cart{border:0;background:transparent;font-size:32px;color:var(--navy)}
.cart-items{padding:20px;flex:1;overflow:auto}
.empty-cart{color:var(--muted)}
.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-line strong{display:block}
.cart-line small{color:var(--muted)}
.remove-item{border:0;background:transparent;color:#a84545;font-weight:800;font-size:12px}
.cart-footer{padding:20px;border-top:1px solid var(--line)}
.cart-total{display:flex;justify-content:space-between;font-size:18px;margin-bottom:14px}
.checkout-btn{width:100%}
.cart-footer p{font-size:10px;color:var(--muted)}
.scrim{
  position:fixed;inset:0;background:rgba(5,24,39,.45);z-index:50;opacity:0;pointer-events:none;transition:.25s
}
.scrim.show{opacity:1;pointer-events:auto}

@media (max-width: 980px){
  .desktop-nav{display:none}
  .menu-btn{display:block}
  .mobile-nav.show{display:block}
  .hero{min-height:620px}
  .hero-card{width:72vw}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .split-layout,.coa-banner,.about-grid,.newsletter-inner{grid-template-columns:1fr}
  .quality-visual{max-width:650px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .legal{flex-direction:column}
}
@media (max-width: 680px){
  .container{width:min(100% - 28px,1180px)}
  .topbar-inner{height:auto;padding:8px 0;flex-direction:column;gap:2px;align-items:flex-start}
  .brand-copy strong{font-size:13px}
  .hero{min-height:700px;align-items:flex-end}
  .hero-bg{object-position:62% center}
  .hero-overlay{background:linear-gradient(0deg,rgba(245,251,254,.98) 0%,rgba(245,251,254,.9) 52%,rgba(245,251,254,.25) 100%)}
  .hero-card{width:100%;padding:50px 0 44px}
  .hero h1{font-size:48px}
  .hero p{font-size:16px}
  .trust-row{gap:10px 18px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line);padding-left:0}
  .trust-item:last-child{border-bottom:0}
  .section{padding:68px 0}
  .section-heading{align-items:flex-start;flex-direction:column}
  .product-grid{grid-template-columns:1fr}
  .product-media{min-height:310px}
  .product-media img{height:285px}
  .coa-banner{padding:28px}
  .coa-search,.newsletter-form{flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

.access-gate{
  position:fixed;inset:0;z-index:9999;
  display:grid;place-items:center;
  padding:24px;
  background:
    linear-gradient(rgba(7,28,47,.88),rgba(7,28,47,.94)),
    url("Mainpage No text.png") center/cover no-repeat;
  backdrop-filter:blur(8px);
}
.access-gate.hidden{display:none}
.access-gate-card{
  width:min(560px,100%);
  background:rgba(255,255,255,.98);
  border:1px solid rgba(255,255,255,.65);
  border-radius:26px;
  padding:34px;
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}
.gate-logo{
  display:flex;align-items:center;gap:11px;
  padding-bottom:24px;margin-bottom:24px;
  border-bottom:1px solid var(--line);
}
.access-gate-card h2{
  font-family:"Space Grotesk",sans-serif;
  font-size:42px;line-height:1.05;letter-spacing:-.04em;
  margin:9px 0 12px;color:var(--navy);
}
.gate-intro{color:var(--muted);margin:0 0 22px}
.gate-check{
  display:grid;grid-template-columns:22px 1fr;gap:13px;
  align-items:start;padding:16px;
  margin:10px 0;
  border:1px solid var(--line);
  border-radius:15px;
  background:#f8fbfd;
  cursor:pointer;
  color:#344d61;
  font-size:14px;
}
.gate-check input{
  width:19px;height:19px;margin:2px 0 0;
  accent-color:var(--navy);
}
.gate-enter{width:100%;margin-top:16px}
.gate-enter:disabled{
  opacity:.42;cursor:not-allowed;transform:none;
}
.gate-note{
  margin:13px 0 0;text-align:center;
  font-size:10px;color:#81909d;
}
body.gate-locked{overflow:hidden}
@media(max-width:600px){
  .access-gate-card{padding:25px 20px;border-radius:21px}
  .access-gate-card h2{font-size:35px}
}
