/* ============================================================
   DEF SAFETY – Global Stylesheet
   Brand-manufacturer site (catalogue + distributor network) —
   no cart, no quote flow. Palette: Navy #002677 + White only —
   no accent hue. Contrast/hierarchy comes from navy/white pairing
   and the pale navy tint (--navy-soft), not from a third colour.
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --navy      : #002677;
  --navy-mid  : #0d3b96;
  --navy-soft : rgba(0,38,119,.06);
  --white     : #ffffff;
  --grey-bg   : #f6f7f5;
  --grey-light: #eff0ed;
  --border    : #e2e4df;
  --text      : #111111;
  --muted     : #6b7280;
  --green     : #25d366;
  --red       : #dc2626;
  --radius-sm : 8px;
  --radius    : 12px;
  --radius-lg : 18px;
  --radius-xl : 26px;
  --radius-pill: 999px;
  --shadow-sm : 0 1px 3px rgba(0,20,60,.06), 0 1px 2px rgba(0,20,60,.05);
  --shadow-md : 0 10px 28px rgba(0,20,60,.09), 0 2px 8px rgba(0,20,60,.05);
  --shadow-lg : 0 24px 56px rgba(0,20,60,.16), 0 6px 16px rgba(0,20,60,.06);
  --transition: .25s cubic-bezier(.4,0,.2,1);
  --header-h  : 108px;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: var(--white); color: var(--text); line-height: 1.65; font-size: 15.5px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
textarea { resize: vertical; }
ul, ol { list-style: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

h1, h2, h3, .hero-title, .section-h2, .page-hero h1 {
  font-family: 'Barlow Condensed', 'Inter', system-ui, sans-serif;
}

/* ============================================================
   HEADER — logo · nav · "Onde Comprar" CTA (no search combo, no cart)
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 100; transition: box-shadow .3s ease; }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(0,20,60,.14); }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  font-size: .76rem; font-weight: 600; letter-spacing: .04em;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .5rem 1.5rem; }
.topbar-msg { text-transform: uppercase; letter-spacing: .08em; color: var(--white); }
.topbar-right { display: flex; align-items: center; gap: 1.5rem; }
.topbar-right a { color: rgba(255,255,255,.75); transition: color .15s; display: inline-flex; align-items: center; gap: .45rem; }
.topbar-right a:hover { color: #fff; }
.topbar-right svg { opacity: .85; }

.header-brand { background: var(--white); border-bottom: 1px solid var(--border); }
.header-brand-inner { display: flex; align-items: center; gap: 2rem; padding: 1.1rem 1.5rem; }

.site-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.site-logo img { height: 46px; width: auto; display: block; }

/* Header search (brand row, soft pill input — no category combo) */
.header-search {
  flex: 1; display: flex; align-items: stretch;
  border: 1px solid transparent; height: 44px;
  max-width: 400px; margin: 0 0 0 auto;
  border-radius: var(--radius-pill); overflow: hidden;
  background: var(--grey-bg);
  transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.header-search:focus-within { background: var(--white); border-color: var(--navy); box-shadow: 0 0 0 3px var(--navy-soft); }
.header-search input { flex: 1; border: none; outline: none; padding: 0 0 0 1.3rem; font-size: .88rem; color: var(--text); background: transparent; min-width: 0; }
.header-search input::placeholder { color: var(--muted); }
.header-search-btn { background: transparent; border: none; color: var(--navy); width: 46px; cursor: pointer; display: grid; place-items: center; flex-shrink: 0; transition: color var(--transition); }
.header-search-btn:hover { color: var(--navy-mid); }

.header-nav-cta {
  display: flex; align-items: center; gap: .6rem;
  flex-shrink: 0;
}

.menu-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: transparent; border: none; cursor: pointer; padding: .4rem;
  flex-shrink: 0; width: 36px; height: 36px;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 1px; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.main-nav { background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 3px solid var(--white); }
.main-nav-inner { display: flex; align-items: stretch; justify-content: space-between; gap: 0; }
.nav-links { display: flex; align-items: stretch; }
.main-nav-item { position: relative; display: flex; }
.main-nav-link {
  display: flex; align-items: center; gap: .35rem;
  color: rgba(255,255,255,.72);
  font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 0 1.25rem; height: 46px;
  transition: color var(--transition), background var(--transition);
  position: relative;
}
.main-nav-link:hover, .main-nav-link.active { color: var(--white); background: rgba(255,255,255,.07); }
.main-nav-link.active::after {
  content: ''; position: absolute; bottom: 0; left: 1.1rem; right: 1.1rem;
  height: 2px; background: var(--white);
}
.nav-caret { width: 9px; height: 9px; flex-shrink: 0; transition: transform .2s; }
.main-nav-item:hover .nav-caret { transform: rotate(180deg); }

/* Category dropdown under "Produtos" */
.nav-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 280px;
  background: var(--white); box-shadow: var(--shadow-lg); border-top: 3px solid var(--navy);
  display: none; z-index: 60; padding: .5rem; border-radius: 0 0 var(--radius) var(--radius);
}
.main-nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .7rem 1.15rem; font-size: .82rem; font-weight: 600; color: var(--text);
  transition: background var(--transition), color var(--transition);
  border-radius: var(--radius-sm);
}
.nav-dropdown a:hover { background: var(--grey-bg); color: var(--navy); }
.nav-dropdown a span { color: var(--muted); font-size: .74rem; font-weight: 400; flex-shrink: 0; }

.nav-cta-item { display: flex; align-items: stretch; margin-left: .5rem; }
.nav-cta-btn {
  display: flex; align-items: center; gap: .5rem;
  background: var(--white); color: var(--navy);
  padding: 0 1.5rem; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  transition: background var(--transition);
}
.nav-cta-btn:hover { background: var(--grey-light); }

/* Language toggle */
.lang-toggle { display: flex; align-items: center; gap: 2px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 2px; flex-shrink: 0; border-radius: var(--radius-pill); }
.lang-btn { background: transparent; border: none; cursor: pointer; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; letter-spacing: .06em; padding: .2rem .55rem; transition: background var(--transition), color var(--transition); border-radius: var(--radius-pill); }
.lang-btn.active { background: var(--white); color: var(--navy); }

.mobile-cta-btn { display: none; }

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.mobile-drawer {
  position: fixed; top: 0; left: -105%; width: min(320px, 90vw); height: 100vh;
  background: var(--white); z-index: 300; transition: left .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; overflow-y: auto;
  box-shadow: var(--shadow-lg);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.mobile-drawer.open { left: 0; }
.drawer-header { background: var(--navy); padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; }
.drawer-header img { height: 34px; }
.drawer-close {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  color: var(--white); font-size: 1.25rem; line-height: 1; cursor: pointer;
  width: 32px; height: 32px; display: grid; place-items: center;
  transition: background var(--transition);
  border-radius: 50%;
}
.drawer-close:hover { background: rgba(255,255,255,.2); }
.drawer-nav { flex: 1; display: flex; flex-direction: column; padding: .75rem; gap: .25rem; }
.drawer-nav a { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1rem; font-size: .9rem; font-weight: 600; color: var(--text); transition: background var(--transition), color var(--transition); border-radius: var(--radius-sm); }
.drawer-nav a:hover { background: var(--grey-bg); color: var(--navy); }
.drawer-nav a.active { color: var(--navy); background: var(--navy-soft); font-weight: 700; }
.drawer-cta-link { background: var(--navy) !important; color: var(--white) !important; font-weight: 800 !important; }
.drawer-contacts { padding: 1.25rem 1.5rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: .5rem; }
.drawer-contacts a { font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: .5rem; transition: color var(--transition); }
.drawer-contacts a:hover { color: var(--navy); }
.drawer-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 299; backdrop-filter: blur(4px); }
.drawer-overlay.active { display: block; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-bar { background: var(--grey-bg); border-bottom: 1px solid var(--border); padding: .6rem 0; }
.breadcrumb { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--muted); }
.breadcrumb a { color: var(--muted); transition: color .15s; }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb-sep { color: var(--border); }
.breadcrumb-current { color: var(--navy); font-weight: 600; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.6rem; border: 2px solid transparent;
  font-size: .85rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  cursor: pointer; transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  text-decoration: none; white-space: nowrap;
  border-radius: var(--radius-sm);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-mid); border-color: var(--navy-mid); }
.btn-gold { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-gold:hover { background: var(--grey-light); border-color: var(--grey-light); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.10); border-color: var(--white); }
.btn-ghost { background: transparent; color: var(--muted); border-color: var(--border); }
.btn-ghost:hover { background: var(--grey-bg); color: var(--text); }
.btn-wa { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-wa:hover { background: #1db954; }
.btn-sm { padding: .5rem 1rem; font-size: .75rem; }
.btn-full { width: 100%; }

/* ============================================================
   HERO (index.html)
   ============================================================ */
.hero { position: relative; overflow: hidden; min-height: 560px; }
.hero-slide { position: absolute; inset: 0; display: flex; flex-direction: column; opacity: 0; z-index: 0; transition: opacity .8s ease; }
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-dots { position: absolute; z-index: 3; bottom: 1.1rem; left: 50%; transform: translateX(-50%); display: flex; gap: .5rem; }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.4); border: none; cursor: pointer; padding: 0; transition: background .2s, transform .2s; }
.hero-dot.active { background: var(--white); transform: scale(1.25); }
.hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to right, rgba(0,10,40,.90) 0%, rgba(0,10,40,.62) 52%, rgba(0,10,40,.18) 100%);
}
.hero-body { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; padding: 0 clamp(1.5rem, 6vw, 7rem); }
.hero-copy { max-width: 640px; padding: 4rem 0; display: flex; flex-direction: column; gap: 1.15rem; }
.hero-eyebrow {
  font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: var(--white);
  display: inline-flex; align-items: center; gap: .55rem;
}
.hero-eyebrow::before { content: ''; display: inline-block; width: 26px; height: 2px; background: var(--white); flex-shrink: 0; }
.hero-title { font-size: clamp(2.1rem, 5vw, 3.75rem); font-weight: 900; line-height: .98; color: var(--white); text-transform: uppercase; letter-spacing: -.01em; }
.hero-desc { color: rgba(255,255,255,.78); font-size: .96rem; max-width: 520px; line-height: 1.75; }
.hero-btns { display: flex; gap: .9rem; flex-wrap: wrap; padding-top: .5rem; }

/* ── Stats row ── */
.stats-row { background: var(--navy); }
.stats-row-inner { display: flex; }
.stat-block { flex: 1; text-align: center; padding: 1.7rem 1rem; border-right: 1px solid rgba(255,255,255,.08); }
.stat-block:last-child { border-right: none; }
.stat-block strong { display: block; font-size: 2.2rem; font-weight: 900; color: var(--white); line-height: 1; letter-spacing: .02em; }
.stat-block span { font-size: .78rem; color: rgba(255,255,255,.65); margin-top: .35rem; display: block; text-transform: uppercase; letter-spacing: .06em; }

/* ── 3-column CTA strip (photo tiles, right under hero) ── */
.cta-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cta-strip-item { position: relative; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.85rem; overflow: hidden; text-decoration: none; }
.cta-strip-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.cta-strip-item:hover img { transform: scale(1.06); }
.cta-strip-item::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,40,.92), rgba(0,10,40,.28) 62%); z-index: 1; }
.cta-strip-item-body { position: relative; z-index: 2; }
.cta-strip-item-body::before { content: ''; display: block; width: 28px; height: 3px; background: var(--white); margin-bottom: .9rem; }
.cta-strip-item h3 { color: var(--white); font-size: 1.2rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .4rem; }
.cta-strip-item p { color: rgba(255,255,255,.75); font-size: .82rem; margin-bottom: 1.1rem; line-height: 1.5; }
.cta-strip--2col { grid-template-columns: repeat(2, 1fr); }
.cta-strip--2col .cta-strip-item { min-height: 320px; }

/* ── Icon quick-nav row (category shortcuts) ── */
.icon-nav-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1rem; }
.icon-nav-item { display: flex; flex-direction: column; align-items: center; gap: .8rem; text-decoration: none; text-align: center; }
.icon-nav-circle { width: 78px; height: 78px; border-radius: 50%; background: var(--grey-bg); display: grid; place-items: center; transition: background var(--transition), transform var(--transition); }
.icon-nav-item:hover .icon-nav-circle { background: var(--navy-soft); transform: translateY(-4px); }
.icon-nav-circle img { width: 34px; height: 34px; object-fit: contain; }
.icon-nav-item span { font-size: .74rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .02em; line-height: 1.3; }

/* ── 3 feature photo tiles (category highlight) ── */
.feature-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature-tile { position: relative; aspect-ratio: 4/5; overflow: hidden; display: block; text-decoration: none; }
.feature-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.feature-tile:hover img { transform: scale(1.06); }
.feature-tile-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,40,.85) 0%, transparent 58%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.feature-tile-overlay::before { content: ''; display: block; width: 24px; height: 3px; background: var(--white); margin-bottom: .75rem; }
.feature-tile h3 { color: var(--white); font-size: 1.05rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .75rem; }

/* ── Section titles ── */
.section-header { margin-bottom: 2.1rem; }
.section-label { display: inline-flex; align-items: center; gap: .45rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: var(--navy); margin-bottom: .4rem; }
.section-label::before { content: ''; display: inline-block; width: 20px; height: 2px; background: currentColor; flex-shrink: 0; }
.section-label--light { color: var(--white); }
.section-h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: var(--navy); line-height: 1.15; letter-spacing: .01em; }
.section-h2--light { color: var(--white); }
.section-sub { color: var(--muted); font-size: .9rem; margin-top: .45rem; }
.section { padding: 3.75rem 0; }
.section--grey { background: var(--grey-bg); }
.section--navy { background: var(--navy); }

/* ── Category tiles (index) ── */
.cat-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.cat-tile {
  background: var(--white); color: var(--text);
  display: flex; flex-direction: column; align-items: flex-start; gap: .75rem;
  padding: 1.5rem 1.35rem; border: 1px solid var(--border);
  cursor: pointer; transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  text-decoration: none; border-radius: var(--radius);
}
.cat-tile:hover { border-color: var(--navy); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cat-tile-icon-wrap { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; background: var(--navy-soft); transition: background var(--transition); border-radius: var(--radius-sm); }
.cat-tile:hover .cat-tile-icon-wrap { background: var(--navy-soft); }
.cat-tile-icon img { width: 26px; height: 26px; object-fit: contain; display: block; }
.cat-tile-name { font-size: .92rem; font-weight: 800; color: var(--navy); line-height: 1.25; }
.cat-tile-count { font-size: .74rem; color: var(--muted); }

/* ── Featured track (index) ── */
.track-wrap { position: relative; }
.track { display: flex; gap: 1.1rem; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: .5rem; scroll-behavior: smooth; }
.track::-webkit-scrollbar { height: 3px; }
.track::-webkit-scrollbar-track { background: var(--border); }
.track::-webkit-scrollbar-thumb { background: var(--navy); }
.track .product-card { min-width: 230px; max-width: 230px; scroll-snap-align: start; flex-shrink: 0; }
.track-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; background: var(--white); border: 2px solid var(--border);
  display: grid; place-items: center; cursor: pointer; color: var(--navy); font-size: 1.2rem; line-height: 1;
  transition: background .2s, border-color .2s; z-index: 2; box-shadow: var(--shadow-sm);
  border-radius: 50%;
}
.track-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.track-prev { left: -19px; }
.track-next { right: -19px; }

/* ── Why us (index) ── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; }
.why-card { background: var(--white); border: 1px solid var(--border); padding: 1.85rem; display: flex; flex-direction: column; gap: .8rem; transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition); border-radius: var(--radius); }
.why-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--navy); }
.why-icon { display: flex; align-items: center; justify-content: center; margin-bottom: .5rem; }
.why-card h3 { font-size: .98rem; font-weight: 800; color: var(--navy); }
.why-card p { font-size: .85rem; color: var(--muted); line-height: 1.65; }

/* ── Distributor strip (index) ── */
.distributor-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; margin-top: 1.75rem; }
.distributor-chip {
  display: flex; flex-direction: column; align-items: flex-start; gap: .3rem;
  padding: 1.1rem 1.5rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  text-decoration: none; min-width: 220px;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
  border-radius: var(--radius);
}
.distributor-chip:hover { background: rgba(255,255,255,.1); border-color: var(--white); transform: translateY(-2px); }
.distributor-chip-badge { font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--white); }
.distributor-chip-name { font-size: 1.05rem; font-weight: 800; color: var(--white); }
.distributor-chip-loc { font-size: .8rem; color: rgba(255,255,255,.6); }

/* ── CTA banner ── */
.cta-banner { background: var(--white); border: 1px solid var(--border); padding: 3.75rem 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.25rem; border-radius: var(--radius-lg); }
.cta-banner h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 900; color: var(--navy); }
.cta-banner p { color: var(--muted); max-width: 520px; }
.cta-banner-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   PRODUCT CARD (view-only — no price, no cart)
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; }

.product-card { background: var(--white); border: 1px solid var(--border); display: flex; flex-direction: column; transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition); position: relative; overflow: hidden; border-radius: var(--radius); }
.product-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: var(--navy); z-index: 1; }

.product-card-link { display: flex; flex-direction: column; flex: 1; color: inherit; }
.product-card-img-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: var(--grey-bg); }
.product-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.4,0,.2,1); display: block; padding: .5rem; }
.product-card:hover .product-card-img-wrap img { transform: scale(1.06); }
.product-card-cat { font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--navy); padding: 1rem 1.15rem 0; }
.product-card-body { padding: .3rem 1.15rem 0; flex: 1; display: flex; flex-direction: column; gap: .35rem; }
.product-card-name { font-size: .92rem; font-weight: 700; color: var(--text); line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-sku { font-size: .72rem; color: var(--muted); }
.product-var-swatches { display: flex; flex-wrap: wrap; align-items: center; gap: .28rem; margin-top: .35rem; }
.pv-swatch { width: 15px; height: 15px; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(0,0,0,.18); border-radius: 4px; }
.pv-swatch-more { font-size: .62rem; color: var(--muted); line-height: 1; }
.product-var-sizes { font-size: .62rem; color: var(--muted); margin-top: .3rem; letter-spacing: .02em; line-height: 1.3; }

.product-card-footer { padding: .85rem 1.15rem 1.05rem; border-top: 1px solid var(--border); margin-top: .9rem; }
.product-card-details-link {
  display: inline-flex; align-items: center; gap: .4rem;
  background: none; border: none; padding: 0;
  color: var(--navy); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  cursor: pointer; transition: color var(--transition), gap var(--transition);
}
.product-card-details-link::after { content: '→'; font-size: .9rem; transition: transform var(--transition); }
.product-card-details-link:hover { color: var(--navy-mid); }
.product-card-details-link:hover::after { transform: translateX(4px); }

/* ============================================================
   PRODUCTS PAGE — sidebar category filter (checkbox-list pattern)
   ============================================================ */
.products-layout { display: grid; grid-template-columns: 260px 1fr; gap: 2rem; align-items: start; }

.products-sidebar { position: sticky; top: calc(var(--header-h) + 1rem); }
.sidebar-promo { display: block; position: relative; height: 130px; overflow: hidden; margin-bottom: .85rem; text-decoration: none; border-radius: var(--radius); }
.sidebar-promo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sidebar-promo:hover img { transform: scale(1.05); }
.sidebar-promo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,40,.75), transparent 60%); }
.sidebar-promo-label { position: absolute; left: .9rem; bottom: .8rem; color: var(--white); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }

.sidebar-filter-title {
  font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--navy);
  padding-bottom: .65rem; border-bottom: 2px solid var(--navy); margin-bottom: .25rem;
}
.sidebar-cat-list { display: flex; flex-direction: column; gap: .15rem; margin-top: .5rem; }
.sidebar-cat-item {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .65rem .75rem; border: none;
  background: transparent;
  width: 100%; text-align: left; cursor: pointer; font-size: .83rem; color: var(--text);
  transition: color var(--transition), background var(--transition);
  border-radius: var(--radius-sm);
}
.sidebar-cat-item:hover { color: var(--navy); background: var(--grey-bg); }
.sidebar-cat-item.active { color: var(--white); font-weight: 700; background: var(--navy); }
.sidebar-cat-count { color: var(--muted); font-size: .76rem; flex-shrink: 0; }
.sidebar-cat-item.active .sidebar-cat-count { color: rgba(255,255,255,.75); }

.products-main-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.products-search { display: flex; align-items: stretch; border: 1px solid var(--border); height: 44px; flex: 1; min-width: 220px; max-width: 380px; border-radius: var(--radius-sm); }
.products-search svg { flex-shrink: 0; color: var(--muted); margin: 0 .75rem; align-self: center; width: 16px; height: 16px; }
.products-search input { flex: 1; border: none; outline: none; font-size: .88rem; background: transparent; min-width: 0; }
.products-stats { font-size: .82rem; color: var(--muted); white-space: nowrap; }

/* — Pagination — */
.pagination { display: flex; align-items: center; justify-content: center; gap: .3rem; margin-top: 2.5rem; flex-wrap: wrap; }
.page-btn {
  min-width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border); background: var(--white);
  font-size: .82rem; font-weight: 600; color: var(--text);
  cursor: pointer; transition: background var(--transition), border-color var(--transition), color var(--transition);
  padding: 0 .5rem; border-radius: var(--radius-sm);
}
.page-btn:hover { border-color: var(--navy); color: var(--navy); }
.page-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.page-btn:disabled { opacity: .4; cursor: default; }
.page-ellipsis { font-size: .85rem; color: var(--muted); padding: 0 .25rem; line-height: 38px; }

.products-empty { grid-column: 1/-1; text-align: center; padding: 3rem 1rem; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: .75rem; }
.img-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: var(--grey-bg); color: var(--muted); font-size: .75rem; min-height: 140px; }

/* ============================================================
   PRODUCT DETAIL PAGE (producto.html) — full page, not a modal.
   Ends in a distributor CTA, never a price or "add to cart".
   ============================================================ */
.product-breadcrumb-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.product-prevnext { display: flex; gap: .5rem; flex-shrink: 0; }
.product-prevnext a { width: 34px; height: 34px; border: 1px solid var(--border); display: grid; place-items: center; color: var(--navy); transition: background var(--transition); border-radius: 50%; }
.product-prevnext a:hover { background: var(--grey-bg); }

.product-detail-grid { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
.product-gallery-thumbs { display: flex; flex-direction: column; gap: .6rem; }
.product-gallery-thumb { border: 2px solid var(--border); cursor: pointer; overflow: hidden; aspect-ratio: 1/1; background: var(--grey-bg); padding: 0; border-radius: var(--radius-sm); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery-thumb.active, .product-gallery-thumb:hover { border-color: var(--navy); }
.product-gallery-main { background: var(--grey-bg); display: flex; align-items: center; justify-content: center; aspect-ratio: 1/1; overflow: hidden; border-radius: var(--radius); }
.product-gallery-main img { width: 100%; height: 100%; object-fit: contain; padding: 1.5rem; }

.product-detail-info h1 { font-size: 1.65rem; font-weight: 800; color: var(--navy); margin-bottom: .5rem; line-height: 1.2; }
.product-detail-cat { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--navy); margin-bottom: .6rem; }
.product-detail-desc { font-size: .88rem; color: var(--muted); line-height: 1.75; margin: 1rem 0; white-space: pre-wrap; }

.product-info-box {
  background: var(--navy); color: var(--white); padding: 1.15rem 1.35rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin: 1.25rem 0; border-radius: var(--radius);
}
.product-info-box-text strong { display: block; color: var(--white); font-size: .92rem; margin-bottom: .15rem; }
.product-info-box-text span { font-size: .82rem; color: rgba(255,255,255,.72); }
.product-info-box .btn { flex-shrink: 0; }

.product-tri-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin: 1.25rem 0; border-radius: var(--radius); overflow: hidden; }
.product-tri-nav-item { background: var(--white); padding: .95rem 1.05rem; text-decoration: none; transition: background var(--transition); }
.product-tri-nav-item strong { display: block; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--navy); margin-bottom: .2rem; }
.product-tri-nav-item span { font-size: .74rem; color: var(--muted); }
.product-tri-nav-item:hover { background: var(--grey-bg); }

.product-meta-row { display: flex; flex-wrap: wrap; gap: .3rem 1.75rem; font-size: .8rem; color: var(--muted); padding-top: 1rem; border-top: 1px solid var(--border); margin-top: 1.25rem; }
.product-meta-row strong { color: var(--text); }

.product-spec-table { width: 100%; border-collapse: collapse; font-size: .85rem; margin-top: 2rem; }
.product-spec-table tr { border-bottom: 1px solid var(--border); }
.product-spec-table td { padding: .7rem .5rem; }
.product-spec-table td:first-child { font-weight: 700; text-transform: uppercase; font-size: .72rem; letter-spacing: .04em; color: var(--muted); width: 240px; }

.related-products-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }

/* Colour/size availability — informational, not selectable for ordering */
.var-section { margin: 1rem 0; display: flex; flex-direction: column; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1rem; }
.var-group { display: flex; flex-direction: column; gap: .5rem; }
.var-group-label { font-size: .78rem; font-weight: 700; color: var(--navy); }
.var-colour-swatches { display: flex; flex-wrap: wrap; gap: .45rem; }
.var-colour-swatch { width: 32px; height: 32px; border: 2px solid var(--border); position: relative; border-radius: 6px; }
.var-size-pills { display: flex; flex-wrap: wrap; gap: .35rem; }
.var-size-pill { min-width: 40px; padding: .3rem .55rem; border: 1.5px solid var(--border); background: transparent; font-size: .8rem; font-weight: 700; color: var(--navy); text-align: center; border-radius: var(--radius-pill); }
.modal-var-note { font-size: .78rem; color: var(--muted); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { background: var(--navy); padding: 2.75rem 0; text-align: center; }
.page-hero h1 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 900; color: var(--white); text-transform: uppercase; letter-spacing: .03em; padding-bottom: 1rem; position: relative; }
.page-hero h1::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 44px; height: 3px; background: var(--white); }
.page-hero p { color: rgba(255,255,255,.65); font-size: .92rem; margin-top: .5rem; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.about-intro-text h2 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 800; color: var(--navy); margin-bottom: 1rem; line-height: 1.15; }
.about-intro-text p { color: var(--muted); line-height: 1.8; margin-bottom: .85rem; font-size: .9rem; }
.about-intro-image { overflow: hidden; }
.about-intro-image img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 360px; }
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.mvv-card { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--navy); padding: 1.85rem; transition: box-shadow var(--transition), transform var(--transition); border-radius: var(--radius); }
.mvv-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.mvv-icon { display: flex; align-items: center; justify-content: center; margin-bottom: .75rem; }
.mvv-card h3 { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: .6rem; }
.mvv-card p { font-size: .85rem; color: var(--muted); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.service-card { background: var(--navy); color: var(--white); padding: 1.85rem; display: flex; flex-direction: column; gap: .6rem; transition: transform var(--transition), box-shadow var(--transition); border-radius: var(--radius); }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.service-card-icon { display: flex; align-items: center; justify-content: center; margin-bottom: .75rem; }
.service-card h3 { font-size: .9rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.service-card p { font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.6; }
.about-photo-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
.about-photo-row img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* "Why choose us" reason list + photo column */
.reason-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start; }
.reason-list { display: flex; flex-direction: column; }
.reason-item { padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
.reason-item:first-child { padding-top: 0; }
.reason-item h3 { font-size: .95rem; font-weight: 800; color: var(--navy); margin-bottom: .3rem; }
.reason-item p { font-size: .85rem; color: var(--muted); line-height: 1.6; }
.reason-photos { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.reason-photos img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.reason-photos-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.reason-photos-split img { aspect-ratio: 1/1; }

/* ============================================================
   DISTRIBUTORS PAGE ("Onde Comprar")
   ============================================================ */
.distributor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.distributor-card { border: 1px solid var(--border); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: box-shadow var(--transition), border-color var(--transition); border-radius: var(--radius); }
.distributor-card:hover { box-shadow: var(--shadow-md); border-color: var(--navy); }
.distributor-badge { display: inline-flex; align-self: flex-start; background: var(--navy-soft); color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: .3rem .7rem; border-radius: var(--radius-pill); }
.distributor-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--navy); }
.distributor-detail { display: flex; align-items: flex-start; gap: .7rem; font-size: .88rem; color: var(--text); }
.distributor-detail svg { flex-shrink: 0; color: var(--navy); margin-top: .15rem; }
.distributor-detail a { color: var(--navy); font-weight: 600; }
.distributor-detail a:hover { text-decoration: underline; }

/* ============================================================
   CONTACT / APPLICATION FORM PAGES (contacto.html, seja-distribuidor.html)
   ============================================================ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 3rem; align-items: start; }
.contact-info-blocks { display: flex; flex-direction: column; gap: .85rem; margin-top: 1.25rem; }
.contact-block { display: flex; align-items: flex-start; gap: 1rem; padding: 1.1rem; border: 1px solid var(--border); transition: box-shadow var(--transition); border-radius: var(--radius); }
.contact-block:hover { box-shadow: var(--shadow-sm); }
.contact-block-icon { width: 36px; height: 36px; background: var(--navy); color: var(--white); display: grid; place-items: center; flex-shrink: 0; border-radius: var(--radius-sm); }
.contact-block-title { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .25rem; }
.contact-block p, .contact-block a { font-size: .88rem; color: var(--text); display: block; line-height: 1.6; }
.contact-block a:hover { color: var(--navy); text-decoration: underline; }

.contact-form-box { background: var(--white); border: 1px solid var(--border); padding: 2rem; border-radius: var(--radius); }
.contact-form-box h2 { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-bottom: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.form-label { font-size: .8rem; font-weight: 700; color: var(--text); }
.form-label .req { color: var(--navy); }
.form-input, .form-textarea, .form-select {
  border: 1px solid var(--border); padding: .7rem .85rem;
  font-size: .88rem; color: var(--text); background: var(--white);
  outline: none; width: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
  border-radius: var(--radius-sm);
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px var(--navy-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ── Sectioned forms (distributor application) ── */
.form-section-title {
  font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; color: var(--navy);
  border-bottom: 2px solid var(--navy); padding-bottom: .55rem; margin: 1.85rem 0 1.15rem;
}
.form-section-title:first-child { margin-top: 0; }

/* ── Promo tiles (sidebar-style CTA cards, e.g. contact page right column) ── */
.promo-tile-stack { display: flex; flex-direction: column; gap: 1rem; }
.promo-tile { position: relative; min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; overflow: hidden; text-decoration: none; border-radius: var(--radius); }
.promo-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .4s; }
.promo-tile:hover img { transform: scale(1.06); }
.promo-tile::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,40,.88), rgba(0,10,40,.3) 70%); z-index: 1; }
.promo-tile-body { position: relative; z-index: 2; }
.promo-tile h3 { color: var(--white); font-size: .95rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; margin-bottom: .3rem; }
.promo-tile p { color: rgba(255,255,255,.75); font-size: .78rem; margin-bottom: .75rem; }

/* ── Office / HQ block ── */
.office-block h3 { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: .5rem; }
.office-block p { font-size: .85rem; color: var(--muted); line-height: 1.7; }
.office-block p strong { color: var(--text); }

/* ── FAQ Accordion ── */
.faq-group-title { font-size: 1rem; font-weight: 800; color: var(--navy); margin: 2.25rem 0 1rem; }
.faq-group-title:first-child { margin-top: 0; }
.faq-list { display: flex; flex-direction: column; gap: .5rem; margin-top: 1.5rem; }
.faq-item { border: 1px solid var(--border); overflow: hidden; border-radius: var(--radius-sm); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; font-size: .88rem; font-weight: 700; color: var(--navy); cursor: pointer; transition: background var(--transition); background: var(--white); border: none; width: 100%; text-align: left; gap: 1rem; }
.faq-q:hover { background: var(--navy-soft); }
.faq-q .faq-arrow { font-size: .7rem; transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-q { background: var(--navy); color: var(--white); }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 1rem 1.25rem; font-size: .85rem; color: var(--muted); line-height: 1.7; border-top: 1px solid var(--border); }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   LIFESTYLE SECTIONS (index.html)
   ============================================================ */
.lifestyle-strip { overflow: hidden; height: 260px; position: relative; }
.lifestyle-strip::before, .lifestyle-strip::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 1; pointer-events: none; }
.lifestyle-strip::before { left: 0; background: linear-gradient(to right, rgba(0,0,0,.35), transparent); }
.lifestyle-strip::after { right: 0; background: linear-gradient(to left, rgba(0,0,0,.35), transparent); }
.lifestyle-strip-track { display: flex; height: 100%; width: max-content; animation: lifestyle-scroll 55s linear infinite; will-change: transform; }
.lifestyle-strip:hover .lifestyle-strip-track { animation-play-state: paused; }
.lifestyle-strip-item { flex-shrink: 0; overflow: hidden; position: relative; }
.lifestyle-strip-item img { height: 100%; width: auto; min-width: 240px; display: block; object-fit: cover; transition: transform .55s ease; }
.lifestyle-strip-item:hover img { transform: scale(1.04); }
@keyframes lifestyle-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.lifestyle-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; }
.lifestyle-split-img { overflow: hidden; position: relative; }
.lifestyle-split-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lifestyle-split-content { background: var(--navy); padding: 3.75rem 3.25rem; display: flex; flex-direction: column; justify-content: center; gap: 1.25rem; }
.lifestyle-split-content .section-label { color: var(--white); }
.lifestyle-split-content h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 900; color: var(--white); line-height: 1.2; }
.lifestyle-split-content p { color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.75; max-width: 440px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy); }
.footer-main { border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-main-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 2.5rem; padding: 3rem 1.5rem 2.5rem; }
.footer-about img { height: 40px; margin-bottom: 1rem; }
.footer-about p { font-size: .82rem; color: rgba(255,255,255,.55); line-height: 1.75; margin-bottom: 1rem; }
.footer-social { display: flex; gap: .5rem; }
.footer-social a { width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65); font-size: .8rem; transition: background var(--transition), color var(--transition); text-decoration: none; border-radius: 50%; }
.footer-social a:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.footer-col-title { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.45); margin-bottom: 1rem; display: block; }
.footer-links { display: flex; flex-direction: column; gap: .45rem; }
.footer-links a { font-size: .82rem; color: rgba(255,255,255,.6); transition: color .15s; }
.footer-links a:hover { color: var(--white); }
.footer-contact-item { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .7rem; }
.footer-contact-item-icon { color: var(--white); flex-shrink: 0; margin-top: .1rem; display: flex; align-items: center; }
.footer-contact-item p, .footer-contact-item a { font-size: .82rem; color: rgba(255,255,255,.6); line-height: 1.5; display: block; }
.footer-contact-item a:hover { color: var(--white); }
.footer-tag-list { display: flex; flex-wrap: wrap; gap: .4rem; }
.footer-tag { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; padding: .25rem .6rem; letter-spacing: .04em; text-decoration: none; display: inline-block; transition: background .15s, color .15s, border-color .15s; border-radius: var(--radius-pill); }
a.footer-tag:hover { background: rgba(255,255,255,.14); color: rgba(255,255,255,.9); border-color: var(--white); }
.footer-bottom-bar { padding: 1.1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-copy { font-size: .75rem; color: rgba(255,255,255,.35); }
.footer-tagline-small { font-size: .72rem; color: rgba(255,255,255,.25); font-style: italic; }
.no-footer-contacts .footer-contacts-col { display: none; }

/* ============================================================
   TOAST & WHATSAPP FLOAT
   ============================================================ */
.toast {
  position: fixed; bottom: 5.5rem; right: 1.5rem;
  background: var(--navy); color: var(--white);
  padding: .8rem 1.25rem; font-size: .85rem; font-weight: 600;
  z-index: 500; opacity: 0; transform: translateY(8px);
  transition: opacity .25s, transform .25s; pointer-events: none; max-width: 300px;
  border-left: 3px solid var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-sm);
}
.toast.show { opacity: 1; transform: translateY(0); }
.toast--success { border-left-color: var(--green); }

.wa-float {
  position: fixed; right: 1.5rem; bottom: 1.5rem;
  display: flex; align-items: center; gap: .55rem;
  background: var(--green); color: var(--white);
  padding: .75rem 1.25rem; font-weight: 700; font-size: .85rem;
  z-index: 150; box-shadow: 0 6px 24px rgba(37,211,102,.4);
  transition: transform .2s, box-shadow .2s; text-decoration: none;
  border-radius: var(--radius-pill);
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,.5); }

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .footer-main-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .mvv-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-tiles { grid-template-columns: repeat(3, 1fr); }
  .products-layout { grid-template-columns: 1fr; }
  .products-sidebar { position: static; }
  .related-products-track { grid-template-columns: repeat(3, 1fr); }
  .reason-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .lifestyle-split { grid-template-columns: 1fr; min-height: auto; }
  .lifestyle-split-img { height: 300px; }
  .lifestyle-split-content { padding: 2.5rem 1.75rem; }
  .about-photo-row { grid-template-columns: 1fr 1fr; }
  .about-photo-row img:last-child { display: none; }
  .icon-nav-row { grid-template-columns: repeat(4, 1fr); row-gap: 1.5rem; }
}

@media (max-width: 860px) {
  .mvv-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .track .product-card { min-width: 195px; max-width: 195px; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-gallery-thumbs { flex-direction: row; overflow-x: auto; }
  .product-gallery-thumb { width: 64px; height: 64px; flex-shrink: 0; }
}

.mobile-search-bar { display: none; }

@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .topbar { display: none; }
  .header-brand-inner { padding: .65rem 1rem; gap: .75rem; }
  .site-logo img { height: 36px; }
  .header-search { display: none; }
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-cta-btn {
    display: flex; align-items: center; justify-content: center; gap: .4rem;
    margin-left: auto; background: var(--white); color: var(--navy);
    padding: .5rem .8rem; font-size: .72rem; font-weight: 800; text-transform: uppercase;
    text-decoration: none; flex-shrink: 0; border-radius: var(--radius-sm);
  }
  .mobile-drawer { width: min(300px, 88vw); }
  .form-row { grid-template-columns: 1fr; }
  .footer-main-inner { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-bottom-bar { flex-direction: column; text-align: center; gap: .5rem; }
  .hero { min-height: 480px; }
  .hero-copy { padding: 2.5rem 0 1.5rem; text-align: center; align-items: center; }
  .hero-btns { justify-content: center; }
  .hero-eyebrow { justify-content: center; }
  .stats-row-inner { flex-wrap: wrap; }
  .stat-block { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .cat-tiles { grid-template-columns: repeat(2, 1fr); }
  .about-intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .section { padding: 2.25rem 0; }
  .page-hero { padding: 1.85rem 0; }
  .product-card:hover { transform: translateY(-2px); }
  .contact-form-box { padding: 1.25rem; }
  .modal-info { padding: 1.25rem; gap: .6rem; }
  .cta-strip { grid-template-columns: 1fr; }
  .feature-tiles { grid-template-columns: 1fr 1fr; }
  .related-products-track { grid-template-columns: repeat(2, 1fr); }
  .product-tri-nav { grid-template-columns: 1fr; }
  .product-info-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 768px) {
  .track { display: grid; grid-template-columns: repeat(2, 1fr); overflow-x: visible; scroll-snap-type: none; gap: .75rem; padding-bottom: 0; }
  .track-btn { display: none; }
  .track .product-card { min-width: 0; max-width: none; width: 100%; }
  .track .product-card-img-wrap img { height: auto; }
}

@media (max-width: 600px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-tiles { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: clamp(1.7rem, 8vw, 2.1rem); }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .cta-banner-btns { flex-direction: column; align-items: center; width: 100%; }
  .cta-banner-btns .btn { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .modal-box { margin: .5rem; max-height: 96vh; }
  .modal-info { padding: 1.25rem; }
  .products-main-toolbar { flex-direction: column; align-items: stretch; }
  .products-search { max-width: none; }
  .contact-block { flex-direction: column; }
  .contact-form-box { padding: 1.25rem; }
  .contact-form-box h2 { font-size: 1rem; }
  .distributor-grid { grid-template-columns: 1fr; }
  .icon-nav-row { grid-template-columns: repeat(3, 1fr); }
  .feature-tiles { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  body { font-size: 14px; }
  .container { padding: 0 1rem; }
  .header-brand-inner { padding: .6rem 1rem; }
  .section { padding: 1.75rem 0; }
  .stat-block { min-width: 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .stat-block:last-child { border-bottom: none; }
  .mobile-drawer { width: min(280px, 85vw); }
  .footer-main-inner { padding: 1.75rem 1rem 1.25rem; }
  .section-header { margin-bottom: 1.25rem; }
  .menu-toggle { width: 34px; height: 34px; }
}
