:root{
  --lc-navy:#0c2342;--lc-navy-2:#102e55;--lc-gold:#d2a338;--lc-gold-2:#e7c56e;
  --lc-ivory:#faf8f3;--lc-paper:#fff;--lc-ink:#12233d;--lc-muted:#6e7a8e;--lc-line:#e4e7ec;
  --lc-shadow:0 16px 45px rgba(14,31,52,.10)
}
body{background:var(--lc-ivory);color:var(--lc-ink)}
.header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(12,35,66,.08)}
.brand-mark{background:linear-gradient(145deg,var(--lc-navy),#173a68)!important;border-radius:16px!important}
.brand small{color:var(--lc-gold)!important;letter-spacing:.18em!important}
.navlinks a{font-weight:700;color:#203047}
.navlinks a:hover{color:var(--lc-gold)}
.btn.primary{background:var(--lc-navy)!important;border-color:var(--lc-navy)!important}
.btn.gold{background:linear-gradient(135deg,var(--lc-gold),#e3bd5a)!important;color:#111!important;border-color:transparent!important}
.btn.ghost{border-color:#ced5df!important;color:var(--lc-navy)!important;background:#fff!important}
.nav-actions{display:flex;align-items:center;gap:10px}.cart-link{position:relative;width:42px;height:42px;border:1px solid #dde2e9;border-radius:13px;display:grid;place-items:center;background:#fff;font-size:18px}.cart-link span{position:absolute;right:-6px;top:-7px;background:var(--lc-gold);color:#111;min-width:20px;height:20px;border-radius:20px;display:grid;place-items:center;font-size:10px;font-weight:900;padding:0 5px}
.trust-top{background:var(--lc-navy)!important}.trust-top .container{gap:26px}
.hero-v5{background:linear-gradient(115deg,#061a31 0%,#102e55 50%,#0b203c 100%);color:#fff;overflow:hidden}.hero-v5 .hero-v5-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:520px;gap:20px}.hero-v5 h1{font-family:Montserrat,sans-serif;font-size:clamp(42px,5vw,76px);line-height:.98;margin:12px 0 18px}.hero-v5 h1 em{color:var(--lc-gold-2);font-style:normal}.hero-v5 p{color:#d6deea;font-size:18px;max-width:650px;line-height:1.65}.hero-v5 .hero-badge-shot{position:relative;min-height:460px;display:grid;place-items:center}.hero-v5 .hero-badge-shot img{width:min(620px,95%);max-height:460px;object-fit:cover;border-radius:30px;box-shadow:0 30px 80px rgba(0,0,0,.38);transform:rotate(-4deg)}.hero-v5 .hero-float{position:absolute;right:10%;bottom:12%;background:#fff;color:var(--lc-ink);padding:14px 18px;border-radius:18px;box-shadow:var(--lc-shadow);font-weight:800}.hero-actions-v5{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-actions-v5 .btn{min-width:155px;text-align:center}.hero-mini-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px;color:#e7edf5;font-size:13px;font-weight:700}
.metrics{background:#fff}.metrics-grid>div{border-color:#edf0f4!important}.metrics strong{color:var(--lc-navy)!important}.section-head h2,.page-hero h1{color:var(--lc-navy)}
.category-card,.product-card,.content-card,.review-card{border-color:#e7e9ed!important;box-shadow:0 9px 30px rgba(15,35,65,.06)!important}.category-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,35,65,.11)!important}.category-img img,.product-img img{transition:transform .35s ease}.category-card:hover img,.product-card:hover img{transform:scale(1.035)}
.customizer-tease{background:linear-gradient(180deg,#fff,#f5f7fb)}.preview-copy .kicker,.section-head .kicker{color:#b58417}.dark-cta{background:linear-gradient(120deg,#07192f,#0e2e55)!important}.footer{background:#0a1c34!important;color:#d7dfeb}.footer a{color:#fff}.footer strong{color:#fff}.footer-brand small{color:#d4a437!important}
.mobile-bottom{box-shadow:0 -8px 25px rgba(12,35,66,.12)}.mobile-bottom .wa{background:#17b568!important}
.v5-trust-strip{background:#fff;border-bottom:1px solid #ebedf0}.v5-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.v5-trust-item{padding:21px 18px;text-align:center;border-right:1px solid #eceff2}.v5-trust-item:last-child{border-right:0}.v5-trust-item b{font-size:22px;color:var(--lc-navy)}.v5-trust-item span{display:block;font-size:12px;color:var(--lc-muted);margin-top:4px}
.v5-feature-band{background:#fff}.v5-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--lc-line);border-radius:22px;overflow:hidden}.v5-feature{padding:22px;text-align:center;border-right:1px solid var(--lc-line)}.v5-feature:last-child{border:0}.v5-feature b{display:block;color:var(--lc-navy);margin:7px 0 4px}.v5-feature small{color:var(--lc-muted)}
@media(max-width:900px){.hero-v5 .hero-v5-grid{grid-template-columns:1fr;min-height:auto;padding:40px 0 30px}.hero-v5 .hero-badge-shot{min-height:330px}.hero-v5 .hero-badge-shot img{max-height:320px}.hero-v5 h1{font-size:44px}.v5-trust-grid{grid-template-columns:repeat(2,1fr)}.v5-trust-item:nth-child(2){border-right:0}.v5-feature-grid{grid-template-columns:1fr 1fr}.v5-feature{border-bottom:1px solid var(--lc-line)}.v5-feature:nth-child(2n){border-right:0}.nav-actions .desktop-cta{display:none}}
@media(max-width:600px){.trust-top{display:none}.hero-v5 h1{font-size:38px}.hero-v5 p{font-size:15px}.hero-v5 .hero-badge-shot{min-height:250px}.hero-v5 .hero-badge-shot img{width:100%;max-height:250px;border-radius:22px}.hero-mini-trust{gap:10px 16px}.v5-trust-item{padding:16px 8px}.v5-trust-item b{font-size:18px}.v5-feature-grid{grid-template-columns:1fr}.v5-feature{border-right:0}.cart-link{width:38px;height:38px}.nav-actions{margin-left:auto}.menu-btn{order:3}}

.v5-eyebrow{font-size:11px;letter-spacing:.28em;font-weight:800;color:#d2a338}
