/* ============================================================
   Mega-Titan Power - Design System
   Brand: Navy #002868  |  Accent Red #DE3323  |  White
   Type:  Montserrat
   ============================================================ */

:root {
  --navy:        #002868;
  --navy-deep:   #001a47;
  --navy-700:    #0a356f;
  --red:         #DE3323;
  --red-dark:    #b8281a;
  --ink:         #0c1626;
  --muted:       #56627a;
  --line:        #e3e8f2;
  --paper:       #f4f6fb;
  --paper-2:     #eef2f9;
  --white:       #ffffff;

  --maxw: 1200px;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(12,22,38,.06), 0 2px 8px rgba(12,22,38,.05);
  --shadow-md: 0 10px 30px rgba(12,22,38,.10);
  --shadow-lg: 0 24px 60px rgba(0,40,104,.18);

  --ff: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--ff);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4,h5 { margin: 0; line-height: 1.12; letter-spacing: -.01em; font-weight: 800; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }

/* ---------- layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy); color: #fff; }
.center { text-align: center; }
.grid { display: grid; gap: 28px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--red); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); display: inline-block; }
.section--navy .eyebrow { color: #ff7a6e; }
.section--navy .eyebrow::before { background: #ff7a6e; }

.h-xl { font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 900; letter-spacing: -.025em; }
.h-lg { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; }
.h-md { font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 800; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 60ch; }
.section--navy .lead { color: rgba(255,255,255,.78); }
.muted { color: var(--muted); }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; font-weight: 700; font-size: 15px; letter-spacing: .01em;
  border-radius: var(--radius); border: 2px solid transparent; transition: .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--red { background: var(--red); color: #fff; border-color: var(--red); }
.btn--red:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(222,51,35,.32); }
.btn--navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--navy:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,40,104,.28); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--navy); border-color: #fff; }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.btn--outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-white:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--sm { padding: 11px 18px; font-size: 13.5px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.topbar { background: var(--navy-deep); color: rgba(255,255,255,.82); font-size: 13.5px; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 18px; }
.topbar-left { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar-item svg { width: 14px; height: 14px; opacity: .8; }
.topbar a:hover { color: #fff; }
.topbar-social { display: flex; align-items: center; gap: 14px; }
.topbar-social a { display: inline-flex; opacity: .75; transition: .15s; }
.topbar-social a:hover { opacity: 1; }
.topbar-social svg { width: 16px; height: 16px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 46px; height: 46px; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name b { font-weight: 900; font-size: 19px; letter-spacing: -.02em; color: var(--navy); }
.brand-name span { font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--red); }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a {
  display: block; padding: 9px 14px; font-weight: 600; font-size: 14.5px; color: var(--ink);
  border-radius: var(--radius); transition: .15s; position: relative;
}
.nav-links a:hover { color: var(--navy); background: var(--paper); }
.nav-links a.active { color: var(--navy); }
.nav-links a.active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--red); border-radius: 2px; }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, var(--navy-deep) 8%, rgba(0,26,71,.86) 42%, rgba(0,26,71,.36) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 104px 0 110px; max-width: 760px; }
.hero .h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.04; margin-bottom: 24px; }
.hero .h1 em { font-style: normal; color: #fff; background: var(--red); padding: 0 .18em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-sub { font-size: 1.2rem; color: rgba(255,255,255,.82); max-width: 56ch; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 26px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); }
.hero-badge svg { width: 18px; height: 18px; color: #ff7a6e; flex: none; }

.challenge-tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  padding: 8px 16px 8px 12px; border-radius: 100px; font-size: 13px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
}
.challenge-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(222,51,35,.3); }

/* ============================================================
   STAT STRIP
   ============================================================ */
.stat-strip { background: var(--navy); color: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-cell { padding: 38px 26px; text-align: center; border-left: 1px solid rgba(255,255,255,.12); }
.stat-cell:first-child { border-left: 0; }
.stat-num { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.stat-num .unit { color: #ff7a6e; }
.stat-label { font-size: 13.5px; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.7); margin-top: 10px; text-transform: uppercase; }

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px; transition: .2s; box-shadow: var(--shadow-sm);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #cfd9ec; }
.feature .ic {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--paper); color: var(--navy); margin-bottom: 20px;
}
.feature .ic svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.18rem; margin-bottom: 10px; }
.feature p { color: var(--muted); font-size: 15.5px; margin: 0; }

/* ============================================================
   APPLICATIONS GRID
   ============================================================ */
.app-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.app-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 200px;
  background: var(--navy); color: #fff; display: flex; align-items: flex-end; isolation: isolate;
}
.app-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; z-index: -2; transition: .4s; }
.app-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(0,26,71,.92) 100%); }
.app-card:hover img { transform: scale(1.06); opacity: .65; }
.app-card .app-body { padding: 20px; }
.app-card h3 { font-size: 1.05rem; font-weight: 700; }
.app-card.no-img { background: var(--navy); }
.app-card.no-img::after { display: none; }

/* simple labelled application tiles (text only) */
.app-tiles { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.app-tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 20px; display: flex; align-items: center; gap: 14px; font-weight: 600;
  font-size: 15px; transition: .18s;
}
.app-tile:hover { border-color: var(--navy); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.app-tile .ic { width: 38px; height: 38px; border-radius: 9px; background: var(--paper-2); color: var(--navy); display: grid; place-items: center; flex: none; }
.app-tile .ic svg { width: 20px; height: 20px; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-grid { grid-template-columns: repeat(3, 1fr); }
.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: .2s; box-shadow: var(--shadow-sm);
}
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #cfd9ec; }
.product-media { position: relative; height: 250px; background: #fff; display: grid; place-items: center; grid-template-rows: minmax(0, 1fr); padding: 24px; border-bottom: 1px solid var(--line); overflow: hidden; }
.product-media img { max-height: 202px; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.product-tag { position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; }
.product-tag.cert { background: var(--navy); }
.product-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 1.25rem; margin-bottom: 4px; }
.product-app { font-size: 14px; color: var(--muted); margin-bottom: 18px; min-height: 40px; }
.product-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 20px; }
.product-specs div { background: #fff; padding: 10px 8px; text-align: center; }
.product-specs .k { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.product-specs .v { font-size: 17px; font-weight: 800; color: var(--navy); }
.product-actions { margin-top: auto; display: flex; gap: 10px; }
.product-actions .btn { flex: 1; }

/* ============================================================
   SPEC TABLE
   ============================================================ */
.table-wrap { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
table.spec { width: 100%; border-collapse: collapse; font-size: 15px; }
table.spec thead th { background: var(--navy); color: #fff; text-align: left; padding: 16px 18px; font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; }
table.spec td { padding: 16px 18px; border-top: 1px solid var(--line); vertical-align: middle; }
table.spec tbody tr:nth-child(even) { background: var(--paper); }
table.spec tbody tr:hover { background: var(--paper-2); }
table.spec .model { font-weight: 800; color: var(--navy); }
table.spec .pill { display: inline-block; background: rgba(0,40,104,.08); color: var(--navy); font-weight: 700; font-size: 13px; padding: 3px 9px; border-radius: 20px; }
table.spec .cert-pill { background: rgba(222,51,35,.1); color: var(--red-dark); }

/* ============================================================
   CHALLENGE BANNER (free battery)
   ============================================================ */
.challenge {
  position: relative; background: var(--red); color: #fff; border-radius: var(--radius-lg);
  padding: 56px 56px; overflow: hidden;
}
.challenge::before { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.08); }
.challenge::after { content: ""; position: absolute; left: -40px; bottom: -80px; width: 240px; height: 240px; border-radius: 50%; background: rgba(0,0,0,.07); }
.challenge .inner { position: relative; z-index: 2; max-width: 760px; }
.challenge h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 900; letter-spacing: -.02em; margin-bottom: 16px; }
.challenge p { font-size: 1.12rem; color: rgba(255,255,255,.92); margin-bottom: 26px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; background: #fff; overflow: hidden; transition: .2s; }
.faq-item.open { border-color: var(--navy); box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 700; font-size: 16.5px; color: var(--ink); }
.faq-q .chev { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; transition: .25s; }
.faq-item.open .faq-q .chev { background: var(--red); color: #fff; transform: rotate(45deg); }
.faq-q .chev svg { width: 15px; height: 15px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 22px; color: var(--muted); font-size: 15.5px; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: 60px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta-band h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 900; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.78); margin: 0; }
.cta-band .cta-side { text-align: right; }
.cta-phone { font-size: 1.9rem; font-weight: 900; letter-spacing: -.02em; display: block; margin-bottom: 16px; }
.cta-phone span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #ff7a6e; margin-bottom: 4px; }

/* ============================================================
   PAGE HERO (interior)
   ============================================================ */
.page-hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,.04); }
.page-hero .container { position: relative; z-index: 2; padding: 72px 28px 78px; }
.page-hero .crumbs { font-size: 13.5px; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.page-hero .crumbs a:hover { color: #fff; }
.page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); font-weight: 900; letter-spacing: -.025em; margin-bottom: 16px; }
.page-hero p { font-size: 1.18rem; color: rgba(255,255,255,.8); max-width: 62ch; margin: 0; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gallery-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; background: var(--paper); cursor: pointer; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 16px 14px; color: #fff; font-size: 14px; font-weight: 600; background: linear-gradient(transparent, rgba(0,26,71,.85)); opacity: 0; transition: .25s; }
.gallery-item:hover .cap { opacity: 1; }

.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(5,12,28,.92); display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox .lb-close { position: absolute; top: 24px; right: 28px; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.12); border: 0; color: #fff; font-size: 22px; display: grid; place-items: center; }
.lightbox .lb-close:hover { background: var(--red); }
.lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.12); border: 0; color: #fff; display: grid; place-items: center; }
.lightbox .lb-nav:hover { background: var(--red); }
.lightbox .lb-prev { left: 24px; } .lightbox .lb-next { right: 24px; }
.lightbox .lb-nav svg { width: 22px; height: 22px; }

/* ============================================================
   DOC / DOWNLOAD LISTS (aircraft data, cert)
   ============================================================ */
.doc-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.doc-row {
  display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); transition: .18s; box-shadow: var(--shadow-sm);
}
.doc-row:hover { border-color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.doc-row .ic { width: 44px; height: 44px; border-radius: 9px; background: rgba(222,51,35,.08); color: var(--red); display: grid; place-items: center; flex: none; }
.doc-row .ic svg { width: 22px; height: 22px; }
.doc-row .doc-meta b { display: block; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.doc-row .doc-meta span { font-size: 12.5px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.doc-row .arrow { margin-left: auto; color: var(--muted); transition: .18s; }
.doc-row:hover .arrow { color: var(--navy); transform: translateX(3px); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 48px; align-items: start; }
.info-block { margin-bottom: 26px; }
.info-block .info-row { display: flex; align-items: flex-start; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.info-row .ic { width: 42px; height: 42px; border-radius: 10px; background: var(--paper); color: var(--navy); display: grid; place-items: center; flex: none; }
.info-row .ic svg { width: 20px; height: 20px; }
.info-row b { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.info-row .val { font-size: 16px; font-weight: 600; color: var(--ink); }
.info-row .val a:hover { color: var(--red); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius);
  font-family: inherit; font-size: 15px; color: var(--ink); background: var(--paper); transition: .15s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); background: #fff; box-shadow: 0 0 0 3px rgba(0,40,104,.1); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 6px; }
.form-success { background: rgba(21,128,61,.08); border: 1px solid rgba(21,128,61,.3); color: #166534; padding: 16px 18px; border-radius: var(--radius); font-weight: 600; font-size: 15px; display: none; margin-bottom: 18px; }
.form-success.show { display: block; }

/* enquiry chips inside form */
.enquiry-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.enquiry-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 100px; padding: 6px 8px 6px 14px; font-size: 13.5px; font-weight: 600; }
.enquiry-chip button { background: var(--red); color: #fff; border: 0; width: 18px; height: 18px; border-radius: 50%; font-size: 12px; line-height: 1; display: grid; place-items: center; }
.enquiry-empty { font-size: 14px; color: var(--muted); font-style: italic; }

/* ============================================================
   FLOATING ENQUIRY BUTTON
   ============================================================ */
.enquiry-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: #fff;
  padding: 14px 20px; border-radius: 100px; border: 0; font-weight: 700; font-size: 14.5px;
  box-shadow: var(--shadow-lg); transform: translateY(120px); opacity: 0; transition: .3s ease; pointer-events: none;
}
.enquiry-fab.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
.enquiry-fab:hover { background: var(--navy-deep); }
.enquiry-fab svg { width: 19px; height: 19px; }
.enquiry-fab .count { background: var(--red); color: #fff; min-width: 22px; height: 22px; border-radius: 11px; display: grid; place-items: center; font-size: 12.5px; font-weight: 800; padding: 0 6px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.66); padding: 72px 0 0; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 52px; }
.footer-brand img { width: 52px; height: 52px; margin-bottom: 16px; }
.footer-brand p { max-width: 34ch; line-height: 1.7; }
.footer h4 { color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a:hover { color: #fff; }
.footer-contact div { margin-bottom: 12px; line-height: 1.5; }
.footer-contact a:hover { color: #fff; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: .18s; }
.footer-social a:hover { background: var(--red); }
.footer-social svg { width: 18px; height: 18px; }
.footer-cert { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.06); border-radius: var(--radius); padding: 12px 14px; margin-top: 4px; }
.footer-cert img { width: 64px; background: #fff; border-radius: 4px; padding: 4px; }
.footer-cert span { font-size: 12.5px; line-height: 1.45; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; flex-wrap: wrap; }
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .feature-grid, .product-grid, .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .app-grid, .app-tiles { grid-template-columns: repeat(2,1fr); }
  .cta-band { grid-template-columns: 1fr; text-align: left; }
  .cta-band .cta-side { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .doc-list { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .nav-links { position: fixed; inset: 76px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); transform: translateY(-130%); transition: transform .28s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 8px; border-radius: 0; border-bottom: 1px solid var(--line); }
  .nav-links a.active::after { display: none; }
  .nav-toggle { display: flex; }
  .nav-actions .btn:not(.nav-toggle) { display: none; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .stat-cell:nth-child(odd) { border-left: 0; }
  .stat-cell:nth-child(3), .stat-cell:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 64px 0; }
  .challenge { padding: 40px 28px; }
  .cta-band { padding: 40px 28px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .feature-grid, .product-grid, .gallery-grid, .app-grid, .app-tiles, .field-row { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
  .topbar-left .addr { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 72px 0 80px; }
}

/* ============================================================
   v2 — Sales-driven additions
   ============================================================ */

/* === cart icon in header === */
.cart-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--paper); color: var(--navy); border: 0; transition: .15s; }
.cart-btn:hover { background: var(--paper-2); }
.cart-btn svg { width: 20px; height: 20px; }
.cart-btn .cart-count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; background: var(--red); color: #fff; border-radius: 10px; font-size: 11px; font-weight: 800; display: grid; place-items: center; border: 2px solid #fff; }
.cart-btn .cart-count.empty { display: none; }

/* === HERO (full-bleed scene photo) === */
.titan-hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; min-height: 580px; display: flex; align-items: center; }
.titan-hero-photo { position: absolute; inset: 0; z-index: 0; }
.titan-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scaleX(-1); }
.titan-hero-photo::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(90deg, var(--navy-deep) 0%, rgba(0,20,54,.95) 26%, rgba(0,24,66,.7) 52%, rgba(0,26,71,.28) 78%, rgba(0,26,71,.12) 100%),
  linear-gradient(0deg, rgba(0,14,42,.6) 0%, transparent 42%); }
.titan-hero .container { position: relative; z-index: 2; }
.titan-hero-inner { max-width: 600px; padding: 84px 0 92px; }
.titan-tag { display: inline-flex; align-items: center; gap: 9px; padding: 6px 14px 6px 11px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.titan-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #19d97a; box-shadow: 0 0 0 4px rgba(25,217,122,.25); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .55; } }
.titan-hero-title { font-size: clamp(2.8rem, 6.4vw, 5.2rem); font-weight: 900; letter-spacing: -.035em; line-height: .98; margin-bottom: 20px; }
.titan-hero-title .accent { background: linear-gradient(120deg, #fff, #ff8b7e); -webkit-background-clip: text; background-clip: text; color: transparent; }
.titan-hero-title em { font-style: normal; color: #fff; background: var(--red); padding: 0 .14em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.titan-hero-sub { font-size: 1.08rem; color: rgba(255,255,255,.86); margin-bottom: 28px; max-width: 46ch; line-height: 1.5; text-shadow: 0 1px 12px rgba(0,12,36,.4); }
.titan-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.titan-stat { text-align: left; }
.titan-stat .num { font-size: clamp(1.2rem, 1.9vw, 1.55rem); font-weight: 900; line-height: 1; letter-spacing: -.02em; color: #fff; }
.titan-stat .num .u { font-size: .56em; color: #ff8b7e; font-weight: 800; letter-spacing: .02em; margin-left: 2px; }
.titan-stat .lbl { font-size: 10.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.62); margin-top: 6px; }
.titan-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.titan-actions .btn--red { padding: 15px 26px; font-size: 15px; }
.titan-actions .price-inline { font-weight: 900; font-size: 1.05em; margin-left: 8px; }
.titan-trust { display: flex; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.7); font-size: 12.5px; font-weight: 600; }
.titan-trust span { display: inline-flex; align-items: center; gap: 6px; }
.titan-trust svg { width: 14px; height: 14px; color: #19d97a; }

.titan-hero-media { position: relative; display: grid; place-items: center; }
.titan-hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(222,51,35,.35), transparent 55%); filter: blur(40px); animation: glowpulse 6s ease-in-out infinite; }
@keyframes glowpulse { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.08); opacity: 1; } }
.titan-hero-image { position: relative; max-width: 100%; max-height: 480px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); }
.titan-hero-badge { position: absolute; top: -10px; left: 20px; background: var(--red); color: #fff; padding: 8px 18px; border-radius: 100px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(222,51,35,.4); z-index: 3; }
.titan-spec-bubble { position: absolute; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); padding: 12px 18px; border-radius: 12px; font-size: 13px; z-index: 3; }
.titan-spec-bubble b { display: block; font-size: 20px; color: #fff; font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.titan-spec-bubble span { color: rgba(255,255,255,.65); font-weight: 600; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.bubble-tl { top: 10%; left: -10px; }
.bubble-br { bottom: 12%; right: -10px; }

@media (max-width: 820px) {
  .titan-hero { min-height: 480px; }
  .titan-hero-inner { padding: 52px 0 60px; max-width: none; }
  .titan-hero-photo img { object-position: 72% center; }
  .titan-hero-photo::after { background:
    linear-gradient(180deg, rgba(0,18,52,.7) 0%, rgba(0,20,58,.66) 38%, rgba(0,24,66,.9) 100%),
    linear-gradient(90deg, var(--navy-deep) 0%, rgba(0,22,62,.5) 60%, rgba(0,26,71,.25) 100%); }
  .titan-stats { grid-template-columns: repeat(2, 1fr); }
  .titan-actions .btn { flex: 1; min-width: 0; }
}

/* === PROOF STRIP (under hero) === */
.proof-strip { background: var(--ink); color: rgba(255,255,255,.74); padding: 40px 0; position: relative; overflow: hidden; }
.proof-strip::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent); }
.proof-strip::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent); }
.proof-strip .container { position: relative; z-index: 2; }
.proof-sectors { display: flex; gap: 28px; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 18px; }
.proof-sectors span { font-size: 10.5px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.38); position: relative; padding-left: 28px; }
.proof-sectors span:first-child { padding-left: 0; }
.proof-sectors span:not(:first-child)::before { content: ""; position: absolute; left: 10px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--red); transform: translateY(-50%); opacity: .85; }
.proof-statement { font-size: clamp(1.02rem, 1.9vw, 1.28rem); font-weight: 500; line-height: 1.55; max-width: 980px; margin: 0 auto; text-align: center; letter-spacing: -.005em; }
.proof-statement strong { color: #fff; font-weight: 800; }
@media (max-width: 820px) {
  .proof-strip { padding: 32px 0; }
  .proof-sectors { gap: 18px; margin-bottom: 16px; }
  .proof-sectors span { padding-left: 18px; }
  .proof-sectors span:not(:first-child)::before { left: 6px; }
}
@media (max-width: 560px) {
  .proof-strip { padding: 26px 0; }
  .proof-statement { font-size: 1rem; padding: 0 4px; }
  .proof-sectors span { font-size: 9.5px; letter-spacing: .18em; }
}

/* === PROBLEM / SOLUTION === */
.ps-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 12px; }
.ps-card { padding: 36px; border-radius: var(--radius-lg); position: relative; }
.ps-card.bad { background: linear-gradient(180deg, #fff5f4, #fdebe8); border: 1px solid #f4cfca; }
.ps-card.good { background: linear-gradient(180deg, #f0f6ff, #e6efff); border: 1px solid #c4d4ee; }
.ps-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px dashed rgba(0,0,0,.1); }
.ps-card-head h3 { font-size: 1.4rem; font-weight: 800; line-height: 1.1; }
.ps-card.bad h3 { color: #872018; }
.ps-card.good h3 { color: var(--navy); }
.ps-card-head .badge { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; }
.ps-card.bad .badge { background: #fdd8d3; color: #872018; }
.ps-card.good .badge { background: #d4e2f7; color: var(--navy); }
.ps-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.ps-list li { display: flex; gap: 14px; padding: 12px 0; align-items: flex-start; font-size: 15.5px; color: var(--ink); font-weight: 500; }
.ps-list li svg { flex: none; width: 22px; height: 22px; margin-top: 2px; }
.ps-card.bad .ps-list svg { color: #b23a2c; }
.ps-card.good .ps-list svg { color: #1a8a4d; }
.ps-math { background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: 32px; margin-top: 32px; text-align: center; }
.ps-math .big { font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-weight: 900; letter-spacing: -.02em; }
.ps-math .big em { font-style: normal; color: #ff8b7e; }
.ps-math .sub { color: rgba(255,255,255,.72); font-size: 15px; margin-top: 8px; }
@media (max-width: 760px) {
  .ps-wrap { grid-template-columns: 1fr; gap: 16px; }
  .ps-card { padding: 26px 22px; }
  .ps-card-head { margin-bottom: 16px; padding-bottom: 14px; gap: 12px; }
  .ps-card-head h3 { font-size: 1.18rem; }
  .ps-list li { font-size: 14.5px; padding: 10px 0; gap: 11px; }
  .ps-list li svg { width: 20px; height: 20px; }
  .ps-math { padding: 28px 22px; margin-top: 20px; }
}

/* === TECH BENTO === */
.bento { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.bento-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: .2s; box-shadow: var(--shadow-sm); }
.bento-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #cfd9ec; }
.bento-tile.hero { grid-row: span 2; background: linear-gradient(180deg, var(--navy), var(--navy-deep)); color: #fff; border-color: var(--navy-deep); }
.bento-tile .ic { width: 48px; height: 48px; border-radius: 11px; background: var(--paper); color: var(--navy); display: grid; place-items: center; flex: none; }
.bento-tile.hero .ic { background: rgba(255,255,255,.1); color: #fff; }
.bento-tile .ic svg { width: 24px; height: 24px; }
.bento-tile h3 { font-size: 1.15rem; font-weight: 800; line-height: 1.15; }
.bento-tile.hero h3 { font-size: 1.65rem; }
.bento-tile p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.55; }
.bento-tile.hero p { color: rgba(255,255,255,.78); font-size: 15px; }
.bento-tile.hero .stat-row { margin-top: auto; display: flex; gap: 28px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); }
.bento-tile.hero .stat-row b { display: block; font-size: 1.7rem; font-weight: 900; line-height: 1; }
.bento-tile.hero .stat-row span { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 4px; }

@media (max-width: 820px) { .bento { grid-template-columns: 1fr; grid-template-rows: none; } .bento-tile.hero { grid-row: auto; } }

/* === TRANSPARENCY === */
/* === COMPARISON TABLE (transparency) === */
.compare-wrap { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.compare { width: 100%; border-collapse: collapse; table-layout: fixed; }
.compare th, .compare td { padding: 17px 24px; text-align: left; vertical-align: middle; }
.compare thead th { font-weight: 800; letter-spacing: .01em; }
.compare thead .c-spec { width: 26%; background: var(--ink); color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.compare thead .c-them { width: 37%; background: #e9ebf1; color: #6c7385; font-size: 14.5px; }
.compare thead .c-us { width: 37%; background: var(--navy); color: #fff; font-size: 15.5px; position: relative; }
.compare .c-us-flag { display: inline-block; margin-left: 8px; background: var(--red); color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; vertical-align: middle; }
.compare tbody td { border-top: 1px solid var(--line); font-size: 15px; }
.compare tbody td.c-spec { font-weight: 700; color: var(--ink); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; background: var(--paper); }
.compare tbody td.c-them { color: #9499a6; font-weight: 600; background: #f7f8fb; }
.compare tbody td.c-us { color: var(--ink); font-weight: 700; background: rgba(0,40,104,.045); box-shadow: inset 3px 0 0 var(--navy); }
.compare tbody td.c-us strong { color: var(--navy); font-weight: 900; }
.compare tbody tr:hover td.c-us { background: rgba(0,40,104,.08); }
.c-hidden { display: inline-flex; align-items: center; gap: 7px; font-style: italic; color: #a0a4b0; }
.c-hidden svg { width: 14px; height: 14px; flex: none; opacity: .7; }
@media (max-width: 680px) {
  .compare th, .compare td { padding: 13px 12px; }
  .compare thead .c-them, .compare thead .c-us { font-size: 12.5px; }
  .compare .c-us-flag { display: none; }
  .compare tbody td { font-size: 13px; }
  .compare tbody td.c-spec { font-size: 10.5px; letter-spacing: .03em; padding-right: 8px; }
  .c-hidden span, .c-hidden { font-size: 12.5px; }
}

/* === START-ANYTHING CHALLENGE (extended) === */
.challenge-hero { background: linear-gradient(135deg, var(--red), #a52217); border-radius: var(--radius-lg); padding: 64px 56px; color: #fff; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.challenge-hero::before { content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.08); }
.challenge-hero::after { content: ""; position: absolute; left: -40px; bottom: -80px; width: 220px; height: 220px; border-radius: 50%; background: rgba(0,0,0,.1); }
.challenge-hero .inner { position: relative; z-index: 2; }
.challenge-hero h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 16px; }
.challenge-hero p { font-size: 1.15rem; color: rgba(255,255,255,.92); margin-bottom: 26px; }
.challenge-prize { position: relative; z-index: 2; background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); padding: 32px; text-align: center; backdrop-filter: blur(6px); }
.challenge-prize .small { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.challenge-prize .big { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -.03em; line-height: 1; margin: 10px 0; }
.challenge-prize .sub { font-size: 14px; color: rgba(255,255,255,.78); }
@media (max-width: 820px) { .challenge-hero { grid-template-columns: 1fr; padding: 40px 28px; } }

/* === MADE IN SA POSITIONING === */
.local-band { background: var(--navy-deep); color: #fff; padding: 64px 0; position: relative; overflow: hidden; }
.local-band::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, #007a4d 33%, #ffb612 33% 66%, var(--red) 66%); }
.local-band .container { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.local-band h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -.02em; margin-bottom: 16px; }
.local-band p { color: rgba(255,255,255,.78); font-size: 1.08rem; margin-bottom: 22px; }
.local-bullets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.local-bullet { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.9); }
.local-bullet svg { width: 18px; height: 18px; color: #ffb612; flex: none; margin-top: 1px; }
@media (max-width: 820px) { .local-band .container { grid-template-columns: 1fr; } .local-bullets { grid-template-columns: 1fr; } }

/* === MINI PRODUCT GRID FOR HOMEPAGE === */
.range-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.range-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px; text-align: center; transition: .2s; box-shadow: var(--shadow-sm); }
.range-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--navy); }
.range-card img { height: 92px; width: auto; margin: 0 auto 12px; object-fit: contain; }
.range-card b { display: block; font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 4px; line-height: 1.2; }
.range-card span { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; }
@media (max-width: 1024px) { .range-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .range-grid { grid-template-columns: repeat(2, 1fr); } }

/* === PRICE STYLES === */
.price { font-size: 1.8rem; font-weight: 900; color: var(--navy); letter-spacing: -.02em; line-height: 1; }
.price-sm { font-size: 1.05rem; font-weight: 800; color: var(--navy); }
.price-cur { font-size: .65em; opacity: .7; margin-right: 4px; font-weight: 700; }
.price-vat { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 6px; }

/* === SHOP PAGE === */
.shop-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 18px 22px; background: var(--paper); border-radius: var(--radius); margin-bottom: 28px; }
.shop-toolbar .label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.shop-toolbar select { padding: 9px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; font: inherit; font-size: 14px; font-weight: 600; }
.shop-toolbar .chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; background: #fff; border: 1px solid var(--line); border-radius: 100px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: .15s; }
.shop-toolbar .chip:hover, .shop-toolbar .chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.shop-toolbar .count { margin-left: auto; font-size: 13.5px; color: var(--muted); font-weight: 600; }
.shop-card .product-body { padding-bottom: 20px; }
.shop-card .price { margin-bottom: 12px; }
.shop-card .product-actions a, .shop-card .product-actions button { flex: 1; }

/* === PRODUCT DETAIL PAGE === */
.pd-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: flex-start; }
.pd-media { position: sticky; top: 100px; background: var(--paper); border-radius: var(--radius-lg); padding: 40px; display: grid; place-items: center; min-height: 460px; position: relative; overflow: hidden; }
.pd-media img { max-width: 100%; max-height: 380px; object-fit: contain; }
.pd-media .tag { position: absolute; top: 18px; left: 18px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 4px; z-index: 2; }
.pd-media .tag.cert { background: var(--navy); }
.pd-info .crumbs { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.pd-info h1 { font-size: clamp(1.8rem, 3.8vw, 2.6rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin-bottom: 8px; }
.pd-info .lead { font-size: 1.1rem; color: var(--muted); margin-bottom: 26px; max-width: 56ch; }
.pd-price-row { display: flex; align-items: baseline; gap: 14px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.pd-price-row .price { font-size: 2.4rem; }
.pd-price-row .price-strike { font-size: 1.05rem; color: var(--muted); text-decoration: line-through; font-weight: 700; }
.pd-stock { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: #1a8a4d; margin-left: auto; }
.pd-stock .dot { width: 8px; height: 8px; border-radius: 50%; background: #1a8a4d; box-shadow: 0 0 0 4px rgba(25,217,122,.18); }
.pd-spec-block { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 26px; }
.pd-spec-block div { background: #fff; padding: 14px 12px; text-align: center; }
.pd-spec-block .k { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.pd-spec-block .v { font-size: 1.1rem; font-weight: 900; color: var(--navy); letter-spacing: -.01em; }
.pd-qty { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.pd-qty .lbl { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.qty-stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.qty-stepper button { width: 40px; height: 44px; background: var(--paper); border: 0; font-size: 18px; font-weight: 700; color: var(--navy); transition: .15s; }
.qty-stepper button:hover { background: var(--paper-2); }
.qty-stepper input { width: 50px; height: 44px; border: 0; text-align: center; font: inherit; font-weight: 800; font-size: 16px; color: var(--ink); background: #fff; }
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pd-actions { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.pd-actions .btn { padding: 16px 24px; font-size: 15px; }
.pd-actions .btn--red { flex: 1; min-width: 200px; }
.pd-perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 18px 22px; background: var(--paper); border-radius: var(--radius); margin-bottom: 24px; }
.pd-perk { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--ink); }
.pd-perk svg { width: 22px; height: 22px; color: var(--navy); flex: none; }
.pd-section { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.pd-section h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: 18px; }
.pd-section p { color: var(--muted); font-size: 16px; max-width: 70ch; }
.pd-full-spec { width: 100%; border-collapse: collapse; }
.pd-full-spec td { padding: 14px 18px; border-top: 1px solid var(--line); font-size: 15px; }
.pd-full-spec tr:nth-child(odd) td { background: var(--paper); }
.pd-full-spec td:first-child { font-weight: 700; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; font-size: 12.5px; width: 40%; }
.pd-full-spec td:last-child { font-weight: 600; color: var(--ink); }
.pd-apps { display: flex; flex-wrap: wrap; gap: 8px; }
.pd-apps .chip { background: var(--paper); border: 1px solid var(--line); padding: 8px 14px; border-radius: 100px; font-size: 13.5px; font-weight: 600; }

@media (max-width: 820px) {
  .pd-grid { grid-template-columns: 1fr; gap: 28px; }
  .pd-media { position: relative; top: auto; min-height: 0; padding: 22px; }
  .pd-media img { max-height: 280px; }
  .pd-spec-block { grid-template-columns: repeat(2, 1fr); }
  .pd-perks { grid-template-columns: 1fr; }
}

/* === CART PAGE === */
.cart-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: flex-start; }
.cart-table-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.cart-row { display: grid; grid-template-columns: 90px 1fr 130px 110px 30px; gap: 18px; align-items: center; padding: 22px; border-bottom: 1px solid var(--line); }
.cart-row:last-child { border-bottom: 0; }
.cart-thumb { width: 80px; height: 80px; border-radius: var(--radius); background: var(--paper); display: grid; place-items: center; overflow: hidden; }
.cart-thumb img { max-width: 70px; max-height: 70px; object-fit: contain; }
.cart-meta b { display: block; font-size: 15.5px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.cart-meta span { font-size: 13px; color: var(--muted); }
.cart-row .subtotal { font-weight: 900; font-size: 16px; color: var(--ink); text-align: right; }
.cart-row .remove { background: none; border: 0; color: var(--muted); font-size: 20px; line-height: 1; transition: .15s; padding: 4px; }
.cart-row .remove:hover { color: var(--red); }
.cart-empty { padding: 80px 28px; text-align: center; }
.cart-empty svg { width: 80px; height: 80px; color: var(--paper-2); margin-bottom: 16px; }
.cart-empty h3 { font-size: 1.3rem; margin-bottom: 8px; }
.cart-empty p { color: var(--muted); margin-bottom: 22px; }
.cart-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.cart-summary h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.cart-summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.cart-summary-row.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 16px; font-size: 1.15rem; font-weight: 900; color: var(--navy); }
.cart-summary .btn { margin-top: 18px; width: 100%; }
.cart-summary .promo { background: var(--paper); padding: 12px 14px; border-radius: var(--radius); margin-top: 14px; font-size: 13px; color: var(--muted); }
.cart-summary .promo b { color: var(--ink); }

@media (max-width: 820px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 60px 1fr; gap: 12px; row-gap: 10px; padding: 16px; }
  .cart-thumb { width: 60px; height: 60px; }
  .cart-thumb img { max-width: 50px; max-height: 50px; }
  .cart-row .qty-stepper { grid-column: 1 / 3; justify-self: start; }
  .cart-row .subtotal { grid-column: 1 / 2; text-align: left; }
  .cart-row .remove { position: absolute; top: 12px; right: 12px; }
  .cart-row { position: relative; }
  .cart-summary { position: static; }
}

/* === CHECKOUT PAGE === */
.checkout-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: flex-start; }
.checkout-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 24px; box-shadow: var(--shadow-sm); }
.checkout-card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 6px; }
.checkout-card .sub { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.checkout-card .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pay-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.pay-tab { padding: 16px 14px; border: 2px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; cursor: pointer; font-size: 13px; font-weight: 700; transition: .15s; }
.pay-tab:hover { border-color: var(--navy); }
.pay-tab.active { border-color: var(--navy); background: var(--paper); }
.pay-tab svg { display: block; margin: 0 auto 8px; width: 32px; height: 22px; color: var(--navy); }
.pay-tab small { display: block; color: var(--muted); font-size: 11px; font-weight: 600; margin-top: 3px; }
.checkout-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.checkout-summary h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.checkout-summary h3 .edit { font-size: 12px; font-weight: 600; color: var(--navy); text-decoration: underline; }
.checkout-line { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--paper); align-items: center; }
.checkout-line:last-child { border-bottom: 0; }
.checkout-line .thumb { width: 48px; height: 48px; border-radius: 6px; background: var(--paper); display: grid; place-items: center; position: relative; }
.checkout-line .thumb img { max-width: 40px; max-height: 40px; }
.checkout-line .thumb .qbadge { position: absolute; top: -6px; right: -6px; background: var(--navy); color: #fff; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.checkout-line b { display: block; font-size: 13.5px; font-weight: 700; line-height: 1.2; }
.checkout-line span { font-size: 12px; color: var(--muted); }
.checkout-line .price { font-size: 14px; font-weight: 800; color: var(--ink); }
.checkout-totals { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.checkout-totals .row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14.5px; }
.checkout-totals .row.total { padding-top: 14px; margin-top: 6px; border-top: 1px solid var(--line); font-size: 1.2rem; font-weight: 900; color: var(--navy); }
.checkout-promo { display: flex; gap: 8px; margin-top: 14px; }
.checkout-promo input { flex: 1; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--radius); font: inherit; font-size: 14px; }
.checkout-promo button { background: var(--ink); color: #fff; border: 0; padding: 10px 16px; border-radius: var(--radius); font-weight: 700; font-size: 13.5px; }
.checkout-actions { margin-top: 24px; }
.checkout-actions .btn { width: 100%; padding: 18px; font-size: 16px; }
.checkout-trust { display: flex; flex-wrap: wrap; gap: 12px 18px; justify-content: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 600; }
.checkout-trust span { display: inline-flex; align-items: center; gap: 6px; }
.checkout-trust svg { width: 14px; height: 14px; color: #1a8a4d; }

@media (max-width: 820px) {
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .checkout-card .field-row { grid-template-columns: 1fr; }
  .pay-tabs { grid-template-columns: 1fr; }
}

/* === ORDER CONFIRMATION === */
.order-confirm { max-width: 720px; margin: 80px auto; text-align: center; padding: 0 28px; }
.order-confirm .check-icon { width: 88px; height: 88px; border-radius: 50%; background: #d1fadf; color: #1a8a4d; display: grid; place-items: center; margin: 0 auto 24px; }
.order-confirm .check-icon svg { width: 44px; height: 44px; }
.order-confirm h1 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 900; margin-bottom: 12px; }
.order-confirm .order-num { display: inline-block; background: var(--paper); padding: 10px 18px; border-radius: 100px; font-weight: 700; font-size: 14px; margin: 16px 0 28px; letter-spacing: .03em; }
.order-confirm .lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 32px; }
.order-confirm .next-steps { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; text-align: left; margin-bottom: 28px; box-shadow: var(--shadow-sm); }
.order-confirm .next-steps h3 { font-size: 1.05rem; margin-bottom: 14px; }
.order-confirm .next-steps ol { padding-left: 22px; }
.order-confirm .next-steps li { margin-bottom: 10px; color: var(--ink); font-size: 14.5px; }
.order-confirm .order-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* === MOBILE STICKY CTA === */
.mobile-cta-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); padding: 12px 16px; z-index: 150; box-shadow: 0 -8px 24px rgba(0,0,0,.08); }
.mobile-cta-bar .price { font-size: 1.15rem; flex: 1; }
.mobile-cta-bar .price span { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.mobile-cta-bar .btn { white-space: nowrap; padding: 13px 20px; }
@media (max-width: 820px) {
  body.has-mobile-cta { padding-bottom: 78px; }
  body.has-mobile-cta .enquiry-fab { bottom: 90px; }
  .mobile-cta-bar { display: flex; align-items: center; gap: 12px; }
}

/* === CART DRAWER (slide-out) === */
.cart-drawer-back { position: fixed; inset: 0; background: rgba(5,12,28,.5); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 998; }
.cart-drawer-back.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 100vw; background: #fff; box-shadow: -10px 0 40px rgba(0,0,0,.15); transform: translateX(100%); transition: transform .3s ease; z-index: 999; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.cart-drawer-head h3 { font-size: 1.1rem; font-weight: 800; }
.cart-drawer-close { width: 36px; height: 36px; border-radius: 50%; background: var(--paper); border: 0; display: grid; place-items: center; color: var(--ink); }
.cart-drawer-close:hover { background: var(--paper-2); }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.cart-drawer-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--paper); align-items: center; }
.cart-drawer-row .thumb { width: 60px; height: 60px; border-radius: 6px; background: var(--paper); display: grid; place-items: center; }
.cart-drawer-row .thumb img { max-width: 50px; max-height: 50px; }
.cart-drawer-row b { display: block; font-size: 13.5px; font-weight: 800; }
.cart-drawer-row span { font-size: 12px; color: var(--muted); }
.cart-drawer-row .qd { font-weight: 800; font-size: 14px; color: var(--navy); white-space: nowrap; }
.cart-drawer-empty { padding: 80px 24px; text-align: center; }
.cart-drawer-empty svg { width: 64px; height: 64px; color: var(--paper-2); margin-bottom: 12px; }
.cart-drawer-empty p { color: var(--muted); }
.cart-drawer-foot { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: var(--paper); }
.cart-drawer-foot .totalrow { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.cart-drawer-foot .totalrow b { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.cart-drawer-foot .totalrow .price { font-size: 1.4rem; }
.cart-drawer-foot .btn { width: 100%; margin-bottom: 8px; }

@media (max-width: 560px) { .cart-drawer { width: 100vw; } }

/* === TOAST === */
.toast { position: fixed; top: 24px; right: 24px; background: var(--ink); color: #fff; padding: 14px 20px; border-radius: var(--radius); font-weight: 600; font-size: 14px; box-shadow: var(--shadow-lg); transform: translateX(120%); transition: transform .3s ease; z-index: 1001; display: inline-flex; align-items: center; gap: 10px; max-width: calc(100vw - 48px); }
.toast.show { transform: translateX(0); }
.toast svg { width: 18px; height: 18px; color: #19d97a; flex: none; }
@media (max-width: 560px) { .toast { left: 16px; right: 16px; top: 16px; transform: translateY(-120%); } .toast.show { transform: translateY(0); } }

/* === COMPACT PRODUCT CARD (used in cart suggestions) === */
.suggest-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.suggest-row .product { padding: 0; }
.suggest-row .product-media { height: 140px; padding: 14px; }
.suggest-row .product-media img { max-height: 100px; }
.suggest-row .product-body { padding: 14px; }
.suggest-row .product-body h3 { font-size: 14px; margin-bottom: 4px; }
.suggest-row .price-sm { margin-bottom: 8px; display: block; }
@media (max-width: 820px) { .suggest-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .suggest-row { grid-template-columns: 1fr; } }

/* === TWEAKS for existing components on small screens === */
@media (max-width: 560px) {
  .section { padding: 56px 0; }
  .section--tight { padding: 40px 0; }
  .topbar-left .topbar-item:not(.addr) { font-size: 12.5px; }
  .topbar .container { gap: 10px; }
  .nav-actions .cart-btn { display: inline-flex; }
  .h-xl { font-size: clamp(2rem, 8vw, 2.6rem); }
  .h-lg { font-size: clamp(1.55rem, 6vw, 2rem); }
  .btn { padding: 13px 22px; font-size: 14.5px; }
  .btn--sm { padding: 10px 16px; font-size: 13px; }
}

/* ============================================================
   v3 — Brand-led homepage rebalance
   ============================================================ */

/* Hero product collage (2x2 tiles inside hero media) */
.hero-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 100%; max-width: 420px; margin: 0 auto; position: relative; z-index: 2; }
.hc-tile { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 22px; backdrop-filter: blur(8px); transition: .25s; text-decoration: none; display: grid; place-items: center; aspect-ratio: 1 / 1; }
.hc-tile:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); border-color: rgba(255,255,255,.28); }
.hc-tile img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.3)); }
@media (max-width: 820px) { .hero-collage { max-width: none; } }

/* Five-sector grid */
.seg-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.seg-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: .25s; box-shadow: var(--shadow-sm); text-decoration: none; color: inherit; position: relative; }
.seg-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #cfd9ec; }
.seg-card .seg-img { position: relative; background: #fff; height: 158px; display: grid; place-items: center; padding: 18px; border-bottom: 1px solid var(--line); overflow: hidden; }
.seg-card .seg-img img { max-width: 90%; max-height: 116px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(12,22,38,.16)); transition: transform .35s ease; position: relative; z-index: 1; }
.seg-card:hover .seg-img img { transform: scale(1.06); }
.seg-card .seg-tag { position: absolute; top: 12px; left: 12px; background: var(--navy); color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 3px; z-index: 2; }
.seg-card .seg-tag.cert { background: var(--red); }
.seg-card .seg-num { position: absolute; top: 12px; right: 14px; font-size: 32px; font-weight: 900; color: rgba(0,40,104,.1); letter-spacing: -.04em; line-height: 1; z-index: 2; pointer-events: none; }
.seg-card h3 { font-size: 1.1rem; font-weight: 900; margin: 20px 20px 8px; color: var(--ink); letter-spacing: -.01em; }
.seg-card > p { font-size: 13px; color: var(--muted); margin: 0 20px 18px; line-height: 1.55; flex: 1; }
.seg-card .seg-foot { margin-top: auto; border-top: 1px solid var(--line); }
.seg-card .seg-from { display: flex; align-items: baseline; gap: 6px; padding: 13px 20px 12px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); background: #fafbfd; }
.seg-card .seg-from b { color: var(--navy); font-weight: 900; font-size: 16px; letter-spacing: -.01em; text-transform: none; }
.seg-card .seg-arrow { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 20px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; color: var(--navy); letter-spacing: .01em; transition: .2s; }
.seg-card:hover .seg-arrow { background: var(--navy); color: #fff; }
.seg-card .seg-arrow svg { width: 13px; height: 13px; flex: none; transition: transform .2s; }
.seg-card:hover .seg-arrow svg { transform: translateX(3px); }
@media (max-width: 1024px) { .seg-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .seg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .seg-grid { grid-template-columns: 1fr; } .seg-card .seg-img { height: 200px; } .seg-card .seg-img img { max-height: 150px; } }

/* Flagship spotlight section */
.flagship-spotlight { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #002054 100%); color: #fff; padding: 88px 0; position: relative; overflow: hidden; }
.flagship-spotlight::before { content: ""; position: absolute; right: -120px; top: -120px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(rgba(222,51,35,.3), transparent 65%); filter: blur(40px); pointer-events: none; }
.flagship-spotlight::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 60px 60px; opacity: .5; pointer-events: none; }
.flagship-spotlight .container { position: relative; z-index: 2; }
.fs-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.fs-info .fs-eyebrow { color: #ff8b7e; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; display: inline-flex; align-items: center; gap: 9px; }
.fs-info .fs-eyebrow::before { content: ""; width: 26px; height: 2px; background: #ff8b7e; }
.fs-info h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin-bottom: 18px; }
.fs-info h2 em { font-style: normal; color: #fff; background: var(--red); padding: 0 .14em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.fs-info .lead { color: rgba(255,255,255,.82); font-size: 1.1rem; margin-bottom: 26px; max-width: 54ch; line-height: 1.55; }
.fs-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.fs-stats .n { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 900; line-height: 1; color: #fff; letter-spacing: -.02em; }
.fs-stats .n .u { font-size: .55em; color: #ff8b7e; margin-left: 2px; font-weight: 700; }
.fs-stats .l { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 6px; }
.fs-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.fs-actions .btn--red { padding: 17px 28px; font-size: 15.5px; }
.fs-trust { display: flex; gap: 22px; flex-wrap: wrap; color: rgba(255,255,255,.7); font-size: 13.5px; font-weight: 600; }
.fs-trust span { display: inline-flex; align-items: center; gap: 7px; }
.fs-trust svg { width: 16px; height: 16px; color: #19d97a; }
.fs-media { position: relative; display: grid; place-items: center; }
.fs-media-glow { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(222,51,35,.32), transparent 55%); filter: blur(40px); animation: glowpulse 6s ease-in-out infinite; }
.fs-media img { position: relative; max-width: 100%; max-height: 440px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); z-index: 2; }
.fs-spec-bubble { position: absolute; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); padding: 12px 18px; border-radius: 12px; font-size: 13px; z-index: 3; }
.fs-spec-bubble b { display: block; font-size: 20px; color: #fff; font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.fs-spec-bubble span { color: rgba(255,255,255,.65); font-weight: 600; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.fs-bubble-tl { top: 8%; left: -10px; }
.fs-bubble-br { bottom: 14%; right: -10px; }
.fs-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; padding: 8px 18px; border-radius: 100px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(222,51,35,.4); z-index: 3; }
@media (max-width: 820px) { .fs-badge { display: none; } }
@media (max-width: 820px) {
  .flagship-spotlight { padding: 60px 0; }
  .fs-grid { grid-template-columns: 1fr; gap: 32px; }
  .fs-media { order: -1; }
  .fs-stats { grid-template-columns: repeat(2, 1fr); }
  .fs-spec-bubble { display: none; }
  .fs-media img { max-height: 280px; }
}

/* ============================================================
   v4 — Quote model (popup modal + quote basket)
   ============================================================ */

/* drawer footer note + remove */
.cart-drawer-foot .quote-note { font-size: 12.5px; color: var(--muted); line-height: 1.5; margin: 0 0 14px; }
.cart-drawer-row .qd-remove { background: none; border: 0; color: var(--muted); font-size: 20px; line-height: 1; padding: 4px; transition: .15s; }
.cart-drawer-row .qd-remove:hover { color: var(--red); }
.cart-drawer-foot .btn[disabled] { opacity: .45; pointer-events: none; }

/* quote list page row (no price column) */
.cart-row.quote-row { grid-template-columns: 90px 1fr 130px 30px; }
@media (max-width: 820px) { .cart-row.quote-row { grid-template-columns: 60px 1fr; } }

/* === QUOTE MODAL === */
.quote-modal-back { position: fixed; inset: 0; z-index: 1200; background: rgba(5,12,28,.6); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .25s; display: flex; align-items: flex-start; justify-content: center; padding: 40px 20px; overflow-y: auto; }
.quote-modal-back.open { opacity: 1; pointer-events: auto; }
.quote-modal { position: relative; width: 100%; max-width: 560px; background: #fff; border-radius: var(--radius-lg); box-shadow: 0 40px 100px rgba(0,0,0,.45); transform: translateY(16px) scale(.98); transition: transform .28s ease; margin: auto; }
.quote-modal-back.open .quote-modal { transform: none; }
.quote-modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; background: var(--paper); border: 0; display: grid; place-items: center; color: var(--ink); z-index: 2; transition: .15s; }
.quote-modal-close:hover { background: var(--red); color: #fff; }
.quote-modal-close svg { width: 18px; height: 18px; }
.quote-modal-head { padding: 34px 36px 0; }
.quote-modal-head .qm-eyebrow { display: inline-flex; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.quote-modal-head h3 { font-size: 1.7rem; font-weight: 900; letter-spacing: -.02em; margin-bottom: 8px; }
.quote-modal-head p { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0; }
.quote-form { padding: 22px 36px 32px; }
.quote-products { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 18px; }
.quote-products .qp-label { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.quote-products .qp-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.quote-products .qp-chip { background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 5px 13px; font-size: 13px; font-weight: 700; color: var(--navy); }
.qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form .field { margin-bottom: 14px; }
.quote-form label { display: block; font-size: 12.5px; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.quote-form input, .quote-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); font: inherit; font-size: 14.5px; color: var(--ink); background: var(--paper); transition: .15s; }
.quote-form input:focus, .quote-form textarea:focus { outline: none; border-color: var(--navy); background: #fff; box-shadow: 0 0 0 3px rgba(0,40,104,.1); }
.quote-form textarea { min-height: 84px; resize: vertical; }
.quote-form > .btn { width: 100%; margin-top: 6px; padding: 15px; font-size: 15px; }
.quote-fineprint { font-size: 12px; color: var(--muted); text-align: center; margin: 12px 0 0; }
.quote-success { display: none; align-items: center; gap: 10px; background: rgba(21,128,61,.08); border: 1px solid rgba(21,128,61,.3); color: #166534; padding: 14px 16px; border-radius: var(--radius); font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.quote-success.show { display: flex; }
.quote-success svg { width: 18px; height: 18px; flex: none; }
@media (max-width: 560px) {
  .quote-modal-back { padding: 0; align-items: stretch; }
  .quote-modal { max-width: none; border-radius: 0; min-height: 100%; }
  .quote-modal-head { padding: 28px 22px 0; }
  .quote-modal-head h3 { font-size: 1.45rem; }
  .quote-form { padding: 18px 22px 28px; }
  .qf-row { grid-template-columns: 1fr; gap: 0; }
}

/* product detail: quote price-row replacement */
.pd-quote-line { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.pd-quote-line .pq-label { font-size: 13px; font-weight: 700; color: var(--muted); }
.pd-quote-line .pq-label b { display: block; font-size: 1.15rem; color: var(--navy); font-weight: 900; letter-spacing: -.01em; margin-top: 2px; }
.pd-quote-line .pd-stock { margin-left: auto; }

/* mobile cta bar (quote) + shop price note */
.mobile-cta-bar .mcta-info { flex: 1; min-width: 0; }
.mobile-cta-bar .mcta-info b { display: block; font-size: 14px; font-weight: 800; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-cta-bar .mcta-info span { display: block; font-size: 11px; font-weight: 600; color: var(--muted); }
.shop-card .shop-price-note { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 12px; display: inline-flex; align-items: center; gap: 7px; }
.shop-card .shop-price-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #19d97a; box-shadow: 0 0 0 3px rgba(25,217,122,.2); }
