/*
Theme Name: Van Graphics
Theme URI: https://vangraphics.co.uk
Author: Van Graphics
Description: Official Van Graphics theme. Elementor compatible. Full WooCommerce support. Brand colours and typography controlled via Customizer.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: van-graphics
Tags: woocommerce, elementor, custom-colors, custom-logo, full-width-template
*/

/* ============================================
   CSS CUSTOM PROPERTIES
   Set by Customizer via wp_add_inline_style()
   ============================================ */
:root {
  --navy:  #185FA5;
  --deep:  #0C447C;
  --amber: #EF9F27;
  --ink:   #111111;
  --body:  #444444;
  --muted: #888888;
  --rule:  #E4E1DA;
  --stone: #F6F4EF;
  --white: #FFFFFF;

  --font-heading: Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;

  --container: 1200px;
  --container-pad: 48px;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.65;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: color .15s; }
a:hover { color: var(--deep); }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }

/* ============================================
   LAYOUT
   ============================================ */
.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}
.wrap--narrow { max-width: 800px; }
.wrap--wide   { max-width: 1400px; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.5px;
}
h1 { font-size: clamp(36px, 5vw, 66px); }
h2 { font-size: clamp(28px, 3vw, 44px); }
h3 { font-size: clamp(20px, 2vw, 28px); }
h4 { font-size: 20px; }
p  { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* ============================================
   SECTION UTILITY
   ============================================ */
.section         { padding: 96px 0; }
.section--stone  { background: var(--stone); }
.section--dark   { background: var(--ink); }
.section--navy   { background: var(--navy); }
.section--deep   { background: var(--deep); }
.section--sm     { padding: 56px 0; }

.eyebrow {
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--amber); display: block; margin-bottom: 14px;
}
.sec-h {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 44px); font-weight: 800;
  color: var(--ink); letter-spacing: -1px;
  line-height: 1.0; margin-bottom: 12px;
}
.sec-h--white { color: #fff; }
.sec-body {
  font-size: 17px; font-weight: 400;
  color: var(--body); line-height: 1.75;
  max-width: 560px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-heading);
  font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 14px 32px; border-radius: 4px;
  cursor: pointer; border: none; text-decoration: none;
  transition: all .2s;
}
.btn--amber  { background: var(--amber); color: var(--deep); }
.btn--amber:hover { background: #d98d1e; color: var(--deep); }
.btn--navy   { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--deep); }
.btn--outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,.35);
  color: #fff;
}
.btn--outline:hover { border-color: #fff; color: #fff; }
.btn--outline-navy {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
}
.btn--outline-navy:hover { background: var(--navy); color: #fff; }
.btn--sm { padding: 10px 22px; font-size: 12px; }
.btn--lg { padding: 17px 40px; font-size: 15px; }
.btn--block { width: 100%; justify-content: center; }

/* ============================================
   TOPBAR
   ============================================ */
.topbar {
  background: var(--deep);
  padding: 8px 0;
}
.topbar-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--container-pad);
  display: flex; align-items: center; justify-content: space-between;
}
.topbar-links { display: flex; gap: 24px; }
.topbar-links a { font-size: 15px; color: rgba(255,255,255,.7); letter-spacing: .04em; }
.topbar-links a:hover { color: #fff; }
.topbar-shipping { font-size: 15px; color: rgba(255,255,255,.75); }
.topbar-phone { font-size: 15px; font-weight: 700; color: var(--amber); display: flex; align-items: center; gap: 6px; }
.topbar-phone svg { width: 13px; height: 13px; }

/* ============================================
   HEADER
   ============================================ */
.hdr {
  background: #fff;
  border-bottom: 3px solid var(--navy);
  position: sticky; top: 0; z-index: 200;
}
.hdr-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--container-pad);
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.site-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.site-logo svg { width: 36px; height: 44px; }
.logo-text { line-height: 1; }
.logo-van {
  display: block; font-family: var(--font-heading);
  font-size: 28px; font-weight: 900;
  color: var(--navy); letter-spacing: -.5px; line-height: 1;
}
.logo-gfx {
  display: block; font-family: var(--font-heading);
  font-size: 28px; font-weight: 900;
  color: var(--amber); letter-spacing: -.5px; line-height: 1; margin-top: -3px;
}
.hdr-nav { display: flex; gap: 4px; }
.hdr-nav a {
  font-size: 16px; font-weight: 600; color: #444;
  text-transform: uppercase; letter-spacing: .05em;
  padding: 8px 14px; border-radius: 3px; transition: background .15s;
}
.hdr-nav a:hover, .hdr-nav .current-menu-item > a { background: #f5f5f5; color: var(--navy); }
.hdr-right { display: flex; align-items: center; gap: 12px; }
.hdr-tel { font-size: 17px; font-weight: 700; color: var(--navy); }
.btn-design {
  background: #fff; border: 2px solid var(--navy); color: var(--navy);
  font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  padding: 8px 16px; border-radius: 3px; cursor: pointer;
}
.btn-quote {
  background: var(--navy); color: #fff;
  font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  padding: 9px 20px; border-radius: 3px; cursor: pointer;
}

/* WooCommerce cart count in header */
.hdr-cart {
  display: flex; align-items: center; gap: 6px;
  font-size: 15px; font-weight: 600; color: var(--navy);
  text-decoration: none; position: relative;
}
.cart-count {
  background: var(--amber); color: var(--deep);
  font-size: 11px; font-weight: 800;
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -8px; right: -8px;
}

/* Mobile hamburger */
.menu-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 44px; height: 44px; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
}
.menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--navy); transition: all .2s;
}

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip { background: #fff; border-bottom: 1px solid var(--rule); padding: 16px 0; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; }
.ti { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 500; color: var(--body); }
.ti svg { width: 16px; height: 16px; color: var(--navy); flex-shrink: 0; }
.t-sep { width: 1px; height: 22px; background: var(--rule); }

/* ============================================
   HERO — from approved v2_design
   ============================================ */
.hero { background: var(--deep); position: relative; overflow: hidden; min-height: 580px; }
.hero2 { display: flex; align-items: stretch; }
.hero-copy {
  position: relative; z-index: 2;
  padding: 80px 80px 80px 0;
  display: flex; flex-direction: column; justify-content: center;
  width: 50%; max-width: 620px;
  background: linear-gradient(90deg, rgba(12,68,124,1) 0%, rgba(12,68,124,0.96) 10%, transparent 100%);
  flex-shrink: 0;
}
.hero-photo {
  position: absolute; top: 0; right: 0; bottom: 0; width: 60%;
  background-size: cover; background-position: center 38%;
}
.hero-photo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12,68,124,1) 0%, rgba(12,68,124,.7) 35%, rgba(12,68,124,.15) 70%, transparent 100%);
}
.hero-kicker {
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .18em; color: var(--amber);
  margin-bottom: 22px; display: flex; align-items: center; gap: 10px;
}
.hero-kicker::before { content: ""; width: 28px; height: 2px; background: var(--amber); flex-shrink: 0; }
.hero-h1 {
  font-family: var(--font-heading);
  font-size: clamp(38px, 5vw, 66px); font-weight: 800;
  color: #fff; line-height: .96; letter-spacing: -1.5px; margin-bottom: 24px;
}
.hero-h1 .amb { color: var(--amber); display: block; }
.hero-body { font-size: 18px; font-weight: 400; color: rgba(255,255,255,.75); line-height: 1.75; max-width: 460px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); padding-top: 28px; }
.hs { padding-right: 20px; border-right: 1px solid rgba(255,255,255,.12); }
.hs:last-child { border-right: none; padding-right: 0; }
.hs + .hs { padding-left: 20px; }
.hs-n { font-family: var(--font-heading); font-size: 32px; font-weight: 800; color: var(--amber); letter-spacing: -1px; line-height: 1; display: block; }
.hs-l { font-size: 12px; font-weight: 400; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; display: block; margin-top: 4px; line-height: 1.4; }

/* ============================================
   PRODUCTS
   ============================================ */
.prods-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.prods-note { font-size: 16px; font-weight: 400; color: var(--muted); line-height: 1.7; max-width: 340px; flex-shrink: 0; text-align: right; }
.prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.prod-card { border: 1px solid var(--rule); border-radius: 6px; overflow: hidden; transition: box-shadow .2s; }
.prod-card:hover { box-shadow: 0 8px 32px rgba(24,95,165,.12); }
.prod-img { height: 260px; background-size: cover; position: relative; }
.prod-img.pi1 { background-position: 22% center; }
.prod-img.pi2 { background-position: 70% center; }
.prod-img-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,68,124,.08) 0%, rgba(12,68,124,.72) 100%); }
.prod-badge { position: absolute; top: 16px; left: 16px; z-index: 1; background: var(--amber); color: var(--deep); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; padding: 5px 12px; border-radius: 3px; }
.prod-img-title { position: absolute; bottom: 18px; left: 20px; right: 20px; z-index: 1; font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.3px; line-height: 1.1; }
.prod-body { padding: 24px; }
.prod-stars { display: flex; align-items: center; gap: 3px; margin-bottom: 10px; }
.star { width: 13px; height: 13px; background: var(--amber); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.star-count { font-size: 14px; color: var(--muted); margin-left: 5px; }
.prod-desc { font-size: 16px; font-weight: 400; color: var(--body); line-height: 1.7; margin-bottom: 16px; }
.prod-price { font-family: var(--font-heading); font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -.5px; margin-bottom: 18px; }
.prod-price span { font-size: 15px; font-weight: 400; color: var(--muted); font-family: var(--font-body); }
.prod-btn { display: block; text-align: center; background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 14px; border-radius: 4px; text-decoration: none; }
.prod-btn:hover { background: var(--deep); color: #fff; }

/* ============================================
   HOW IT WORKS / STEPS
   ============================================ */
.steps-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.steps-photo { background-size: cover; background-position: center 30%; height: 240px; border-radius: 6px; overflow: hidden; position: relative; }
.steps-photo-bar { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(12,68,124,.85) 0%, transparent 100%); padding: 22px 20px 16px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.85); letter-spacing: .04em; }
.steps-list { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--rule); align-items: flex-start; }
.step:first-child { border-top: 1px solid var(--rule); }
.step-n { font-family: var(--font-heading); font-size: 52px; font-weight: 800; color: var(--rule); letter-spacing: -3px; line-height: 1; }
.step-title { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 8px; line-height: 1.3; }
.step-desc { font-size: 16px; font-weight: 400; color: var(--body); line-height: 1.75; }

/* ============================================
   NUMBERS BAND
   ============================================ */
.numbers { background: var(--ink); display: grid; grid-template-columns: repeat(4, 1fr); }
.num { padding: 52px 44px; border-right: 1px solid rgba(255,255,255,.07); }
.num:last-child { border-right: none; }
.num-n { font-family: var(--font-heading); font-size: 56px; font-weight: 800; color: var(--amber); letter-spacing: -2px; line-height: 1; display: block; margin-bottom: 8px; }
.num-l { font-size: 15px; font-weight: 400; color: rgba(255,255,255,.45); line-height: 1.55; display: block; }

/* ============================================
   WHY US
   ============================================ */
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.rating-block { border: 1px solid var(--rule); border-radius: 6px; padding: 22px 26px; display: inline-flex; align-items: center; gap: 18px; }
.rb-score { font-family: var(--font-heading); font-size: 48px; font-weight: 800; color: var(--ink); letter-spacing: -3px; line-height: 1; }
.rb-stars { display: flex; gap: 4px; margin-bottom: 5px; }
.rb-star { width: 13px; height: 13px; background: var(--amber); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.rb-count { font-size: 14px; font-weight: 400; color: var(--muted); }
.why-list { display: flex; flex-direction: column; }
.wi { display: grid; grid-template-columns: 26px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--rule); }
.wi:first-child { border-top: 1px solid var(--rule); }
.wi-n { font-size: 13px; font-weight: 600; color: var(--amber); padding-top: 3px; }
.wi-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.wi-desc { font-size: 15px; font-weight: 400; color: var(--body); line-height: 1.7; }

/* ============================================
   PHOTO GRID
   ============================================ */
.photo-grid { display: grid; grid-template-columns: 3fr 2fr 2fr; height: 360px; gap: 4px; }
.pg { background-size: cover; overflow: hidden; position: relative; }
.pg:nth-child(1) { background-position: 22% center; }
.pg:nth-child(2) { background-position: 55% center; }
.pg:nth-child(3) { background-position: 80% center; }
.pg-overlay { position: absolute; inset: 0; background: rgba(12,68,124,.1); transition: background .2s; }
.pg:hover .pg-overlay { background: rgba(12,68,124,.25); }

/* ============================================
   TESTIMONIALS / SOCIAL PROOF
   ============================================ */
.sp-section { background: var(--ink); padding: 96px 0; }
.sp-kicker { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: var(--amber); display: block; margin-bottom: 14px; }
.sp-heading { font-family: var(--font-heading); font-size: 44px; font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1.0; margin-bottom: 52px; }
.sp-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; gap: 12px; }
.sp-card { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 8px; padding: 28px; }
.sp-card.featured { background: var(--navy); border-color: var(--navy); grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; }
.sp-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.sp-star { width: 12px; height: 12px; background: var(--amber); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.sp-score { font-family: var(--font-heading); font-size: 72px; font-weight: 800; color: var(--amber); letter-spacing: -4px; line-height: 1; display: block; margin-bottom: 8px; }
.sp-score-label { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.6; }
.sp-score-sub { font-size: 13px; color: rgba(255,255,255,.35); margin-top: 16px; line-height: 1.7; }
.sp-text { font-size: 15px; font-weight: 400; font-style: italic; color: rgba(255,255,255,.72); line-height: 1.75; margin-bottom: 18px; }
.sp-name { font-size: 14px; font-weight: 700; color: #fff; display: block; }
.sp-role { font-size: 13px; color: rgba(255,255,255,.38); display: block; margin-top: 3px; }

/* ============================================
   FAQ
   ============================================ */
.faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 96px; align-items: start; }
.faq-contact { background: #fff; border: 1px solid var(--rule); border-radius: 6px; padding: 22px 24px; display: flex; align-items: center; gap: 16px; }
.faq-contact-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-contact-icon svg { width: 18px; height: 18px; stroke: #fff; }
.faq-contact-title { font-size: 14px; font-weight: 700; color: var(--ink); }
.faq-contact-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--rule); padding: 22px 0; }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-q { font-size: 17px; font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.faq-q:hover { color: var(--navy); }
.faq-plus { width: 24px; height: 24px; border-radius: 50%; background: var(--navy); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; line-height: 1; font-weight: 300; transition: transform .2s; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-a { font-size: 16px; font-weight: 400; color: var(--body); line-height: 1.75; margin-top: 12px; max-width: 560px; display: none; }
.faq-item.open .faq-a { display: block; }

/* ============================================
   COMPARE
   ============================================ */
.compare-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule); margin-top: 52px; }
.cc { background: var(--white); }
.cc.ours { background: var(--navy); }
.cc-head { padding: 20px 28px; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.cc.ours .cc-head { color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.1); }
.cc.theirs .cc-head { color: var(--muted); background: var(--stone); border-bottom: 1px solid var(--rule); }
.cc-rows { padding: 6px 0; }
.cc-row { display: flex; align-items: center; gap: 12px; padding: 12px 28px; font-size: 15px; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,.06); }
.cc-row:last-child { border-bottom: none; }
.cc.ours .cc-row { color: rgba(255,255,255,.88); }
.cc.theirs .cc-row { color: #444; border-bottom-color: var(--rule); }
.c-y { width: 20px; height: 20px; border-radius: 50%; background: #1D5C0A; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-n { width: 20px; height: 20px; border-radius: 50%; background: #6B1A1A; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px; color: rgba(255,255,255,.7); font-weight: 700; }
.c-tick { width: 8px; height: 6px; border-left: 2px solid rgba(255,255,255,.85); border-bottom: 2px solid rgba(255,255,255,.85); transform: rotate(-45deg); margin-top: -2px; }
.cc-foot { padding: 22px 28px; border-top: 1px solid rgba(255,255,255,.1); }
.cc-foot-btn { display: inline-block; background: var(--amber); color: var(--deep); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 12px 24px; border-radius: 4px; cursor: pointer; }

/* ============================================
   WORKSHOP
   ============================================ */
.workshop-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ws-title { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: var(--ink); letter-spacing: -.5px; line-height: 1.1; margin-bottom: 18px; }
.ws-body { font-size: 17px; font-weight: 400; color: var(--body); line-height: 1.8; margin-bottom: 18px; }
.ws-address { font-size: 16px; font-weight: 400; color: var(--body); line-height: 1.75; background: var(--stone); border-left: 4px solid var(--amber); padding: 14px 18px; border-radius: 0 4px 4px 0; }
.ws-photo { background-size: cover; background-position: center 25%; height: 280px; border-radius: 6px; overflow: hidden; position: relative; }
.ws-photo::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: var(--amber); }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section { background: var(--deep); padding: 0; position: relative; overflow: hidden; }
.cta-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--amber) 0%, var(--amber) 22%, var(--navy) 22%); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 72px 48px; max-width: var(--container); margin: 0 auto; }
.cta-eyebrow { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.cta-h { font-family: var(--font-heading); font-size: clamp(32px, 4vw, 56px); font-weight: 800; color: #fff; letter-spacing: -1.5px; line-height: 1.0; margin-bottom: 12px; }
.cta-h em { font-style: normal; color: var(--amber); }
.cta-sub { font-size: 17px; font-weight: 400; color: rgba(255,255,255,.55); line-height: 1.7; max-width: 460px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.btn-cta-main { background: var(--amber); color: var(--deep); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 16px 40px; border-radius: 4px; cursor: pointer; text-align: center; white-space: nowrap; border: none; }
.btn-cta-ghost { background: transparent; border: 2px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: 14px; font-weight: 500; padding: 14px 32px; border-radius: 4px; cursor: pointer; text-align: center; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { background: var(--ink); padding: 64px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 52px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 24px; }
.ftr-name { font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.3px; margin-bottom: 8px; }
.ftr-name span { color: var(--amber); }
.ftr-desc { font-size: 15px; font-weight: 400; color: rgba(255,255,255,.35); line-height: 1.75; max-width: 220px; margin-bottom: 24px; }
.ftr-tel { display: block; font-size: 17px; font-weight: 700; color: var(--amber); text-decoration: none; margin-bottom: 6px; }
.ftr-email { display: block; font-size: 14px; font-weight: 400; color: rgba(255,255,255,.28); text-decoration: none; }
.ftr-col-h { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.2); margin-bottom: 18px; }
.ftr-l { display: block; font-size: 15px; font-weight: 400; color: rgba(255,255,255,.5); margin-bottom: 11px; text-decoration: none; }
.ftr-l:hover { color: #fff; }
.ftr-bottom { display: flex; justify-content: space-between; align-items: center; }
.ftr-copy { font-size: 13px; font-weight: 400; color: rgba(255,255,255,.2); }
.ftr-legal { display: flex; gap: 24px; }
.ftr-legal a { font-size: 13px; color: rgba(255,255,255,.2); text-decoration: none; }
.ftr-legal a:hover { color: rgba(255,255,255,.5); }

/* ============================================
   PAGE TEMPLATE — inner pages
   ============================================ */
.page-hero { background: var(--deep); padding: 56px 0; }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-title { font-family: var(--font-heading); font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1.1; }
.page-hero-sub { font-size: 17px; color: rgba(255,255,255,.65); margin-top: 10px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,.6); }
.page-content { padding: 72px 0; }
.page-content .entry-content { font-size: 17px; line-height: 1.8; color: var(--body); max-width: 800px; }
.page-content .entry-content h2 { font-size: 28px; font-weight: 800; color: var(--navy); margin: 2em 0 .6em; }
.page-content .entry-content h3 { font-size: 22px; font-weight: 700; color: var(--navy); margin: 1.5em 0 .5em; }
.page-content .entry-content p { margin-bottom: 1.2em; }
.page-content .entry-content ul { list-style: disc; padding-left: 1.5em; margin-bottom: 1.2em; }
.page-content .entry-content ul li { margin-bottom: .4em; }
.page-content .entry-content blockquote { border-left: 4px solid var(--amber); padding: 1em 1.5em; background: var(--stone); margin: 1.5em 0; font-style: italic; color: var(--navy); }

/* ============================================
   WOOCOMMERCE — SHOP / ARCHIVE
   ============================================ */
.woocommerce-page .page-hero { margin-bottom: 0; }
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; padding: 64px 0; }
.shop-sidebar {}
.shop-sidebar-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--amber); }
.shop-filter-group { margin-bottom: 28px; }
.shop-filter-label { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 10px; display: block; }
.shop-filter-option { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--body); margin-bottom: 8px; cursor: pointer; }
.shop-filter-option input { accent-color: var(--navy); }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products li.product { border: 1px solid var(--rule) !important; border-radius: 6px !important; overflow: hidden !important; padding: 0 !important; transition: box-shadow .2s; }
.woocommerce ul.products li.product:hover { box-shadow: 0 8px 32px rgba(24,95,165,.12); }
.woocommerce ul.products li.product a img { height: 220px !important; object-fit: cover !important; width: 100% !important; margin: 0 !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-heading) !important; font-size: 20px !important; font-weight: 800 !important; color: var(--ink) !important; padding: 16px 20px 6px !important; }
.woocommerce ul.products li.product .price { font-family: var(--font-heading) !important; font-size: 22px !important; font-weight: 800 !important; color: var(--amber) !important; padding: 0 20px 12px !important; display: block; }
.woocommerce ul.products li.product .button { background: var(--navy) !important; color: #fff !important; font-size: 13px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .06em !important; padding: 12px !important; border-radius: 0 0 6px 6px !important; width: 100% !important; display: block !important; text-align: center !important; }
.woocommerce ul.products li.product .button:hover { background: var(--deep) !important; }
.woocommerce .woocommerce-ordering select { border: 1px solid var(--rule); border-radius: 4px; padding: 8px 12px; font-size: 14px; color: var(--body); }
.woocommerce-result-count { font-size: 15px; color: var(--muted); }

/* ============================================
   WOOCOMMERCE — SINGLE PRODUCT
   ============================================ */
.single-product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; padding: 64px 0; }
.product-gallery-main { position: relative; border-radius: 6px; overflow: hidden; }
.product-gallery-main img { width: 100%; height: 480px; object-fit: cover; }
.product-gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.product-gallery-thumbs img { width: 80px; height: 80px; object-fit: cover; border-radius: 4px; border: 2px solid transparent; cursor: pointer; }
.product-gallery-thumbs img:hover, .product-gallery-thumbs img.active { border-color: var(--navy); }
.product-details {}
.product-details .eyebrow { margin-bottom: 8px; }
.product-title { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: var(--ink); letter-spacing: -1px; line-height: 1.1; margin-bottom: 12px; }
.product-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.product-rating .stars { display: flex; gap: 3px; }
.product-price-display { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: var(--amber); letter-spacing: -1px; margin-bottom: 6px; }
.product-price-inc { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.product-short-desc { font-size: 16px; color: var(--body); line-height: 1.75; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.product-options { margin-bottom: 24px; }
.product-option-label { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 10px; display: block; }
.product-option-select { width: 100%; border: 1px solid var(--rule); border-radius: 4px; padding: 12px 14px; font-size: 15px; color: var(--body); background: #fff; }
.product-option-select:focus { outline: none; border-color: var(--navy); }
.product-qty-row { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; }
.qty-input { width: 80px; border: 1px solid var(--rule); border-radius: 4px; padding: 12px 14px; font-size: 16px; font-weight: 700; text-align: center; color: var(--ink); }
.btn-add-to-cart { flex: 1; background: var(--amber); color: var(--deep); font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: 15px 24px; border-radius: 4px; border: none; cursor: pointer; }
.btn-add-to-cart:hover { background: #d98d1e; }
.product-meta { font-size: 14px; color: var(--muted); margin-top: 16px; line-height: 1.7; }
.product-trust-row { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--rule); }
.product-trust-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--body); font-weight: 500; }
.product-trust-item svg { width: 16px; height: 16px; color: var(--navy); }
.product-tabs { margin-top: 48px; border-top: 1px solid var(--rule); }
.product-tabs-nav { display: flex; gap: 0; border-bottom: 1px solid var(--rule); }
.product-tab-btn { font-size: 15px; font-weight: 600; color: var(--muted); padding: 14px 24px; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -1px; }
.product-tab-btn.active { color: var(--navy); border-bottom-color: var(--amber); }
.product-tab-panel { padding: 32px 0; display: none; }
.product-tab-panel.active { display: block; }
.product-tab-panel p { font-size: 16px; color: var(--body); line-height: 1.8; margin-bottom: 1em; }

/* ============================================
   WOOCOMMERCE — CART
   ============================================ */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; padding: 64px 0; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: 12px 0; border-bottom: 2px solid var(--rule); text-align: left; }
.cart-table th:last-child { text-align: right; }
.cart-table td { padding: 20px 0; border-bottom: 1px solid var(--rule); vertical-align: middle; font-size: 15px; color: var(--body); }
.cart-table td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.cart-product-cell { display: flex; align-items: center; gap: 16px; }
.cart-product-img { width: 72px; height: 72px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.cart-product-name { font-size: 16px; font-weight: 700; color: var(--ink); display: block; margin-bottom: 3px; }
.cart-product-meta { font-size: 13px; color: var(--muted); }
.cart-qty { width: 64px; border: 1px solid var(--rule); border-radius: 4px; padding: 8px 10px; font-size: 15px; font-weight: 700; text-align: center; }
.cart-remove { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 18px; line-height: 1; }
.cart-remove:hover { color: #c00; }
.cart-actions { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; }
.cart-coupon { display: flex; gap: 8px; }
.cart-coupon input { border: 1px solid var(--rule); border-radius: 4px; padding: 10px 14px; font-size: 14px; color: var(--body); width: 200px; }
.cart-coupon-btn { background: var(--stone); border: 1px solid var(--rule); color: var(--ink); font-size: 13px; font-weight: 600; padding: 10px 18px; border-radius: 4px; cursor: pointer; }
.cart-summary { background: var(--stone); border-radius: 6px; padding: 28px; }
.cart-summary-title { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 20px; }
.cart-summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 15px; padding: 10px 0; border-bottom: 1px solid var(--rule); color: var(--body); }
.cart-summary-row.total { border-bottom: none; padding-top: 16px; margin-top: 8px; font-size: 20px; font-weight: 800; color: var(--ink); }
.cart-summary-row.total span:last-child { color: var(--amber); }
.cart-checkout-btn { display: block; width: 100%; background: var(--amber); color: var(--deep); font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 16px; border-radius: 4px; border: none; cursor: pointer; text-align: center; margin-top: 16px; }
.cart-checkout-btn:hover { background: #d98d1e; }
.cart-continue { display: block; text-align: center; font-size: 14px; color: var(--muted); margin-top: 12px; text-decoration: none; }
.cart-continue:hover { color: var(--navy); }
.cart-trust { display: flex; justify-content: center; gap: 20px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--rule); }
.cart-trust-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); }
.cart-trust-item svg { width: 14px; height: 14px; color: var(--navy); }

/* ============================================
   WOOCOMMERCE — CHECKOUT
   ============================================ */
.checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; padding: 64px 0; }
.checkout-form-title { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--amber); }
.checkout-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-form-grid.full { grid-template-columns: 1fr; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-label { font-size: 13px; font-weight: 600; color: var(--ink); }
.form-label span { color: #c00; margin-left: 3px; }
.form-input, .form-select, .form-textarea { border: 1px solid var(--rule); border-radius: 4px; padding: 12px 14px; font-size: 15px; color: var(--ink); background: #fff; width: 100%; transition: border-color .15s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(24,95,165,.1); }
.form-textarea { min-height: 100px; resize: vertical; }
.payment-methods { margin: 24px 0; }
.payment-method { border: 1px solid var(--rule); border-radius: 6px; padding: 16px 18px; margin-bottom: 10px; cursor: pointer; }
.payment-method.selected { border-color: var(--navy); background: rgba(24,95,165,.04); }
.payment-method-header { display: flex; align-items: center; gap: 12px; }
.payment-method-header input { accent-color: var(--navy); }
.payment-method-title { font-size: 15px; font-weight: 700; color: var(--ink); }
.payment-icons { display: flex; gap: 6px; margin-left: auto; }
.payment-icon { width: 36px; height: 24px; background: var(--stone); border: 1px solid var(--rule); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; color: var(--muted); }
.checkout-order-summary { background: var(--stone); border-radius: 6px; padding: 28px; position: sticky; top: 80px; }
.order-summary-title { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 20px; }
.order-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.order-item-img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.order-item-name { font-size: 14px; font-weight: 600; color: var(--ink); display: block; }
.order-item-meta { font-size: 12px; color: var(--muted); }
.order-item-price { margin-left: auto; font-size: 15px; font-weight: 700; color: var(--ink); }
.order-totals { margin-top: 16px; }
.order-total-row { display: flex; justify-content: space-between; font-size: 15px; color: var(--body); padding: 8px 0; border-bottom: 1px solid var(--rule); }
.order-total-row.grand { font-size: 20px; font-weight: 800; color: var(--ink); border-bottom: none; padding-top: 14px; }
.order-total-row.grand span:last-child { color: var(--amber); }
.btn-place-order { display: block; width: 100%; background: var(--navy); color: #fff; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: 18px; border-radius: 4px; border: none; cursor: pointer; text-align: center; margin-top: 20px; }
.btn-place-order:hover { background: var(--deep); }
.checkout-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px; }
.checkout-trust-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); }
.checkout-trust-item svg { width: 14px; height: 14px; color: var(--navy); }

/* ============================================
   WOOCOMMERCE — MY ACCOUNT
   ============================================ */
.account-layout { display: grid; grid-template-columns: 220px 1fr; gap: 48px; padding: 64px 0; align-items: start; }
.account-nav { background: var(--stone); border-radius: 6px; padding: 8px 0; }
.account-nav a { display: flex; align-items: center; gap: 10px; padding: 12px 20px; font-size: 15px; font-weight: 500; color: var(--body); text-decoration: none; transition: all .15s; border-left: 3px solid transparent; }
.account-nav a:hover, .account-nav a.active { color: var(--navy); background: rgba(24,95,165,.05); border-left-color: var(--amber); }
.account-nav a svg { width: 16px; height: 16px; flex-shrink: 0; }
.account-content-title { font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: var(--ink); margin-bottom: 28px; }
.orders-table { width: 100%; border-collapse: collapse; }
.orders-table th { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: 12px 0; border-bottom: 2px solid var(--rule); text-align: left; }
.orders-table td { padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 15px; color: var(--body); vertical-align: middle; }
.order-status { display: inline-block; padding: 4px 10px; border-radius: 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.order-status--processing { background: rgba(24,95,165,.1); color: var(--navy); }
.order-status--completed { background: rgba(29,92,10,.1); color: #1D5C0A; }
.order-status--pending { background: rgba(239,159,39,.15); color: #9A5B00; }
.btn-view-order { font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; border: 1px solid var(--rule); padding: 6px 14px; border-radius: 4px; }
.btn-view-order:hover { background: var(--navy); color: #fff; }

/* ============================================
   ORDER CONFIRMATION
   ============================================ */
.order-confirmation { max-width: 680px; margin: 0 auto; padding: 64px 0; text-align: center; }
.order-check { width: 72px; height: 72px; border-radius: 50%; background: rgba(29,92,10,.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.order-check svg { width: 32px; height: 32px; color: #1D5C0A; }
.order-confirmation-title { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.order-confirmation-msg { font-size: 17px; color: var(--body); line-height: 1.75; margin-bottom: 32px; }
.order-confirmation-box { background: var(--stone); border-radius: 8px; padding: 28px; text-align: left; margin-bottom: 28px; }
.order-confirmation-box-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 16px; }
.order-detail-row { display: flex; justify-content: space-between; font-size: 15px; padding: 8px 0; border-bottom: 1px solid var(--rule); color: var(--body); }
.order-detail-row:last-child { border-bottom: none; }
.order-detail-row strong { color: var(--ink); font-weight: 700; }

/* ============================================
   ELEMENTOR COMPATIBILITY
   ============================================ */
.elementor-section .wrap { padding: 0; }
.elementor-page .page-content { padding: 0; }
.e-con-inner { max-width: var(--container) !important; }

/* ============================================
   PAGINATION
   ============================================ */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--rule); border-radius: 4px; font-size: 14px; font-weight: 600; color: var(--body); text-decoration: none; transition: all .15s; }
.pagination a:hover, .pagination .current { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  :root { --container-pad: 28px; }
  .hero-copy { width: 60%; }
  .shop-layout { grid-template-columns: 1fr; }
  .single-product-layout { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  :root { --container-pad: 20px; }
  .topbar { display: none; }
  .hdr-nav { display: none; }
  .menu-toggle { display: flex; }
  .hdr-nav.open { display: flex; flex-direction: column; position: fixed; top: 71px; left: 0; right: 0; background: #fff; padding: 20px; box-shadow: 0 8px 32px rgba(0,0,0,.12); z-index: 199; }
  .hero2 { flex-direction: column; }
  .hero-copy { width: 100%; padding: 48px 20px; background: var(--deep); }
  .hero-photo { position: relative; width: 100%; height: 260px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .num { padding: 32px 24px; }
  .why-layout, .steps-layout, .workshop-layout { grid-template-columns: 1fr; gap: 40px; }
  .sp-grid { grid-template-columns: 1fr; }
  .sp-card.featured { grid-row: span 1; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .cart-table thead { display: none; }
  .cart-table td { display: block; padding: 8px 0; border-bottom: none; }
  .cart-table tr { border-bottom: 1px solid var(--rule); padding: 16px 0; display: block; }
  .cta-inner { flex-direction: column; text-align: center; padding: 48px 24px; }
  .cta-actions { width: 100%; }
  .btn-cta-main, .btn-cta-ghost { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .compare-layout { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .photo-grid { height: 200px; grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .checkout-form-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: 1fr; }
}
