
:root{
  --navy:#071b33;
  --navy2:#0b2a4d;
  --gold:#c9a24a;
  --gold2:#f0d58a;
  --cream:#f8f4ea;
  --white:#ffffff;
  --ink:#142033;
  --muted:#667085;
  --line:#e7e1d4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  background:var(--navy);
}
a{color:inherit;text-decoration:none}
.wrap{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(5,18,34,.93);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;color:white}
.brand-mark{
  width:46px;height:46px;border:1px solid var(--gold);
  display:grid;place-items:center;border-radius:8px;
  font-family:"Cormorant Garamond",serif;font-weight:700;letter-spacing:.06em;color:var(--gold2)
}
.brand-name{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:700}
.brand-sub{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#c7d3df;margin-top:2px}
.menu{display:flex;gap:28px}
.menu a{font-size:14px;color:#e7edf3}
.menu a:hover{color:var(--gold2)}
.menu-btn{display:none;background:none;border:0;color:white;font-size:28px}

.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 72% 45%,rgba(201,162,74,.19),transparent 29%),
 linear-gradient(135deg,#06182d 0%,#0a2747 58%,#06182d 100%);
 color:white;min-height:690px;display:flex;align-items:center}
.hero::after{
 content:"";position:absolute;inset:auto 0 0;height:150px;
 background:linear-gradient(to bottom,transparent,rgba(0,0,0,.22))
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;gap:50px;align-items:center;padding:72px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700;color:var(--gold2);margin-bottom:14px}
.eyebrow.dark{color:#8d6a1d}
h1,h2,h3{margin-top:0}
h1,h2{font-family:"Cormorant Garamond",serif}
h1{font-size:clamp(52px,6.5vw,88px);line-height:.95;margin-bottom:24px}
h1 span{color:var(--gold2)}
.lead{font-size:19px;line-height:1.7;color:#d9e2ea;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:14px 20px;font-weight:700;border:1px solid transparent}
.btn.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#162033}
.btn.secondary{border-color:rgba(255,255,255,.25);color:white;background:rgba(255,255,255,.03)}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:#bfd0dd;font-size:13px}

.vault-scene{display:flex;justify-content:center;align-items:center;perspective:1200px}
.vault-shell{
  width:min(100%,470px);aspect-ratio:1/1;position:relative;
  border:10px solid #5d6876;border-radius:18px;
  background:linear-gradient(145deg,#172a40,#0b1b2b);
  box-shadow:0 34px 70px rgba(0,0,0,.38), inset 0 0 0 4px #293a4b;
}
.vault-door{
  position:absolute;left:-45px;top:6%;width:42%;height:88%;
  border:8px solid #778493;border-radius:14px;
  background:linear-gradient(145deg,#1a3148,#0b1e31);
  transform:rotateY(-34deg);transform-origin:right center;z-index:5;
  box-shadow:10px 15px 35px rgba(0,0,0,.35)
}
.door-ring{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:115px;height:115px;border:8px solid #8894a2;border-radius:50%;
  display:grid;place-items:center;box-shadow:inset 0 0 0 6px #29394c
}
.door-hub{width:58px;height:58px;border-radius:50%;border:2px solid var(--gold);display:grid;place-items:center;font-family:"Cormorant Garamond",serif;font-size:22px;color:var(--gold2)}
.vault-interior{
  position:absolute;right:5%;top:7%;width:72%;height:86%;overflow:hidden;border-radius:6px;
  background:
  linear-gradient(rgba(240,213,138,.1),rgba(240,213,138,.02)),
  repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 42px),
  linear-gradient(180deg,#102844,#06111d);
  box-shadow:inset 0 0 60px rgba(240,213,138,.18)
}
.vault-interior::before{
  content:"";position:absolute;inset:-15% 15% 10%;background:radial-gradient(ellipse at center,rgba(240,213,138,.35),transparent 60%);
}
.vault-depth{position:absolute;border:1px solid rgba(240,213,138,.14);inset:8% 10%;transform:perspective(500px) rotateX(65deg)}
.depth-2{inset:16% 20%}
.vault-shelf{position:absolute;left:15%;right:10%;height:4px;background:#617387;box-shadow:0 1px 0 #b7c1cc}
.shelf-1{top:42%}.shelf-2{top:68%}
.product-shape{position:absolute;bottom:6px;background:linear-gradient(#d9bd73,#80672e);border:1px solid rgba(255,255,255,.35)}
.bottle{width:24px;height:52px;left:10%;border-radius:7px 7px 3px 3px}
.box{width:36px;height:44px;left:34%}.jar{width:43px;height:32px;left:62%;border-radius:8px}
.appliance{width:58px;height:40px;left:9%;border-radius:6px;background:linear-gradient(#aeb7c0,#485666)}
.beauty{width:28px;height:52px;left:52%;border-radius:8px;background:linear-gradient(#d2b466,#73591f)}
.back-appliances{position:absolute;left:13%;right:10%;bottom:8%;height:18%;opacity:.65}
.fridge{position:absolute;left:6%;bottom:0;width:45px;height:70px;background:#84909b;border-radius:3px}
.fridge::after{content:"";position:absolute;left:0;right:0;top:26px;border-top:2px solid #33414d}
.stove{position:absolute;right:12%;bottom:0;width:58px;height:48px;background:#6f7d89;border-radius:3px}
.vault-words{position:absolute;right:3%;top:9%;display:flex;flex-direction:column;gap:7px;text-align:right}
.vault-words span{font-size:9px;letter-spacing:.16em;color:#e7d59c}

.section{padding:88px 0;background:#0b2542;color:white}
.section.light{background:var(--cream);color:var(--ink)}
.section-head{text-align:center;max-width:760px;margin:0 auto 42px}
.section-head.left{text-align:left;margin-left:0}
.section h2{font-size:48px;line-height:1.05;margin-bottom:12px}
.section-head p,.about-copy p,.contact-grid p,.legal p{line-height:1.75;color:#687386}
.section:not(.light) .section-head p,.section:not(.light) .contact-grid p{color:#c9d4df}

.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:white;border:1px solid var(--line);padding:26px;border-radius:12px;box-shadow:0 12px 30px rgba(7,27,51,.06)}
.card .icon{width:48px;height:48px;border-radius:9px;background:#102c4d;color:var(--gold2);display:grid;place-items:center;font-size:22px;margin-bottom:20px}
.card h3{font-size:19px}
.card p{font-size:14px;line-height:1.65;color:#687386}
.card a{font-size:13px;font-weight:700;color:#7c5c15}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:white;color:var(--ink);border-radius:12px;overflow:hidden}
.product-photo{height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#e9e2d3,#faf7f0)}
.product-photo span{font-family:"Cormorant Garamond",serif;font-size:32px;color:#75674a;letter-spacing:.08em}
.product-body{padding:24px}
.badge{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;background:#f4ead0;color:#7b5d17;padding:7px 9px;border-radius:999px;margin-bottom:12px}
.product-body p{color:#6c7682;line-height:1.6}
.text-btn{border:0;background:none;padding:0;color:#987221;font-weight:700}
.text-btn:disabled{opacity:.6}

.gold-band{background:linear-gradient(135deg,#d4b25e,#f1db9b);color:#172033}
.criteria-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.criteria-grid>div{background:rgba(255,255,255,.45);border:1px solid rgba(84,63,16,.18);padding:24px;border-radius:10px}
.criteria-grid strong{font-family:"Cormorant Garamond",serif;font-size:34px;color:#80631f}
.criteria-grid p{color:#4d5664;line-height:1.6}

.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}
.about-copy{font-size:17px}

.newsletter{background:#071b33}
.newsletter-box{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;border:1px solid rgba(255,255,255,.12);padding:38px;border-radius:14px}
.newsletter-box form{display:flex;gap:10px}
.newsletter-box input{flex:1;padding:15px 16px;border-radius:7px;border:1px solid #cad3dc;min-width:0}

.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px}
.email-link{font-size:20px;color:var(--gold2);font-weight:700}
.contact-note{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:28px;border-radius:12px}

.legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.legal h2{font-size:28px}

footer{background:#041221;color:#cbd6df;padding:40px 0 24px}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}
.copyright{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#8795a2}

@media(max-width:920px){
  .hero-grid,.about-grid,.newsletter-box,.contact-grid{grid-template-columns:1fr}
  .category-grid,.criteria-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:1fr}
  .vault-scene{margin-top:20px}
}
@media(max-width:720px){
  .menu-btn{display:block}
  .menu{
    position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;gap:0;
    background:#071b33;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px
  }
  .menu.open{display:flex}
  .menu a{padding:13px}
  .brand-name{font-size:18px}
  .brand-sub{display:none}
  .hero{min-height:auto}
  .hero-grid{padding:56px 0}
  h1{font-size:52px}
  .section{padding:64px 0}
  .section h2{font-size:39px}
  .category-grid,.criteria-grid,.legal-grid{grid-template-columns:1fr}
  .newsletter-box form{flex-direction:column}
  .footer-grid{flex-direction:column}
  .vault-shell{width:88%}
}


/* Version 2: approved Excellent Choice Vault artwork */
.approved-vault{
  display:flex;
  justify-content:center;
  align-items:center;
}
.approved-vault-image{
  display:block;
  width:min(100%,560px);
  height:auto;
  filter:drop-shadow(0 30px 42px rgba(0,0,0,.35));
  border-radius:18px;
}
@media(max-width:720px){
  .site-header{position:relative}
  .hero-grid{padding-top:42px}
  .hero-copy .eyebrow{margin-top:0}
  .approved-vault{margin-top:26px}
  .approved-vault-image{width:100%;border-radius:12px}
}

.launch-panel{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:24px;
  align-items:center;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.05);
}
.launch-mark{
  width:82px;height:82px;
  border:1px solid var(--gold);
  border-radius:12px;
  display:grid;place-items:center;
  font-family:"Cormorant Garamond",serif;
  font-size:30px;font-weight:700;
  color:var(--gold2);
}
.launch-panel h3{margin-bottom:7px;font-size:22px}
.launch-panel p{margin:0;color:#c9d4df;line-height:1.65}
@media(max-width:720px){
  .launch-panel{grid-template-columns:1fr}
  .approved-vault-image{width:86%}
  .approved-vault{margin-top:8px}
  .trust-row{margin-bottom:0}
}


/* Final mobile polish */
.product-image{width:100%;height:100%;object-fit:cover;display:block}
.product-image-placeholder{
  width:100%;height:100%;display:grid;place-items:center;
  font-family:"Cormorant Garamond",serif;font-size:28px;color:#75674a;
  background:linear-gradient(135deg,#e9e2d3,#faf7f0)
}
.product-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.retailer{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#7b8794;font-weight:700}
.price-note{font-size:13px;color:#596574;margin:12px 0}
.watch-for{font-size:13px}
.product-link{
  display:inline-flex;margin-top:8px;font-weight:700;color:#7c5c15;
  border-bottom:1px solid rgba(124,92,21,.28);padding-bottom:2px
}
#emptyProducts[hidden]{display:none!important}

@media(max-width:720px){
  .wrap{width:min(100% - 30px,1160px)}
  .nav{min-height:68px}
  .brand-mark{width:44px;height:44px;font-size:15px}
  .brand-name{font-size:15px;line-height:1.15}
  .hero-grid{padding:34px 0 44px;gap:20px}
  .hero-copy .eyebrow{font-size:10px;margin-bottom:11px}
  h1{font-size:clamp(40px,12vw,48px);line-height:1.0;margin-bottom:18px}
  .lead{font-size:16px;line-height:1.55}
  .hero-actions{margin:24px 0 20px}
  .btn{width:100%;padding:13px 16px}
  .trust-row{gap:9px 14px;font-size:12px}
  .approved-vault{margin-top:2px}
  .approved-vault-image{width:82%;border-radius:10px}

  .section{padding:48px 0}
  .section-head{margin-bottom:28px}
  .section-head.left{margin-bottom:26px}
  .section h2{font-size:34px;line-height:1.02;margin-bottom:10px}
  .section-head p,.about-copy p,.contact-grid p,.legal p{font-size:15px;line-height:1.58}

  .category-grid,.criteria-grid,.legal-grid{gap:14px}
  .card{padding:20px}
  .card .icon{width:42px;height:42px;margin-bottom:15px}
  .card h3{font-size:17px;margin-bottom:8px}

  .criteria-grid>div{padding:18px}
  .criteria-grid strong{font-size:28px}
  .criteria-grid h3{margin-bottom:7px}
  .criteria-grid p{font-size:14px;line-height:1.5;margin-bottom:0}

  .about-grid{gap:20px}
  .about-grid h2{font-size:35px}
  .about-copy{font-size:15px}
  .about-copy p{margin-top:0;margin-bottom:14px}

  .contact-grid{gap:24px}
  .contact-grid h2{font-size:34px}
  .email-link{
    display:inline-block;
    max-width:100%;
    font-size:15px;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .contact-note{padding:20px}

  .legal h2{font-size:24px}
  .legal article{padding-bottom:6px}

  .launch-panel{padding:20px;gap:16px}
  .launch-mark{width:68px;height:68px;font-size:24px}
  .launch-panel h3{font-size:19px}

  .product-card{border-radius:10px}
  .product-photo{height:210px}
  .product-body{padding:20px}
  .product-body h3{font-size:20px;margin-bottom:8px}
  .product-body p{font-size:14px;line-height:1.55}

  footer{padding-top:30px}
}
