/*
Theme Name:  TradeDock
Theme URI:   https://tradedock.ca
Author:      TradeDock
Description: Custom B2B wholesale theme for TradeDock. Members-only wholesale platform for Canadian businesses.
Version:     1.0.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License:     Proprietary
Text Domain: tradedock
*/

/* ═══════════════════════════════════════════════════════
   TRADEDOCK — Brand Stylesheet v1.0
   Colors: Teal #469696 · Navy #0A375F · BG #EFEBEB
   Fonts:  Cormorant Garamond (headings) · Inter (body)
═══════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:         #469696;
  --teal-dark:    #2E7878;
  --teal-deeper:  #1D5F5F;
  --teal-light:   #72B4B4;
  --teal-pale:    #C8E4E4;
  --teal-ice:     #EAF4F4;
  --navy:         #0A375F;
  --navy-mid:     #174D7A;
  --navy-pale:    #D6E4F0;
  --charcoal:     #1A1A1A;
  --gray-1:       #3A3A3A;
  --gray-2:       #6B6B6B;
  --gray-3:       #ABABAB;
  --gray-4:       #D4D4D4;
  --lgray-dark:   #DDD9D9;
  --lgray:        #EFEBEB;
  --white:        #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px; font-weight: 400;
  color: var(--charcoal);
  background: var(--lgray);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }

/* ── TYPOGRAPHY ── */
h1, h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; letter-spacing: -0.5px; color: var(--charcoal);
}
h1 { font-size: clamp(36px, 5vw, 52px); line-height: 1.05; }
h2 { font-size: clamp(26px, 3.5vw, 36px); line-height: 1.1; }
h3 { font-size: 18px; font-weight: 600; font-family: 'Inter', sans-serif; }
h4 { font-size: 15px; font-weight: 600; font-family: 'Inter', sans-serif; }

p { margin: 0; }

.display {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 300; line-height: 1.0; letter-spacing: -2px;
}
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  color: var(--teal-dark); letter-spacing: 3px;
  text-transform: uppercase; display: block; margin-bottom: 0.75rem;
}
.body-large {
  font-size: 17px; font-weight: 300;
  line-height: 1.75; color: var(--gray-2);
}

/* ── TradeDock wordmark — Inter, horizontal, two-tone ── */
.logo {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
}
.logo-nav { font-size: 26px; }   /* ONE knob sizes the whole lockup */

.logo-trade { font-weight: 500; color: #0A375F; font-style: normal; }
.logo-dock  { font-weight: 800; color: #469696; font-style: normal; margin-left: 0.04em; }
.logo-ca    { font-weight: 700; color: #72B4B4; font-size: 0.32em;
              margin-left: 0.06em; margin-top: 0.62em; letter-spacing: -0.01em; }

/* Reverse — footer / navy backgrounds */
.logo-on-dark .logo-trade { color: #ffffff; }
.logo-on-dark .logo-dock  { color: #72B4B4; }
.logo-on-dark .logo-ca    { color: rgba(255,255,255,0.45); }

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.section      { padding: 80px 0; background: var(--lgray); }
.section-alt  { padding: 80px 0; background: var(--white); }
.section-teal { padding: 80px 0; background: var(--teal); }
.section-navy { padding: 80px 0; background: var(--navy); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 500;
  padding: 12px 26px; border-radius: 980px;
  border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  letter-spacing: -0.1px; text-decoration: none;
}
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-lg { padding: 15px 32px; font-size: 15px; }

.btn-primary   { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; }

.btn-secondary { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-secondary:hover { background: var(--navy-mid); border-color: var(--navy-mid); color: #fff; }

.btn-outline-teal { background: transparent; color: var(--teal-dark); border-color: var(--teal); }
.btn-outline-teal:hover { background: var(--teal); color: #fff; }

.btn-outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }

.btn-ghost { background: transparent; color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.35); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); color: #fff; }

/* ── NAV ── */
.site-nav {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--lgray-dark);
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; height: 70px;
}
.nav-links { display: flex; align-items: center; gap: 2.25rem; }
.nav-links a {
  font-size: 14px; font-weight: 400; color: var(--gray-2);
  transition: color 0.2s; position: relative; padding-bottom: 2px;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1.5px; background: var(--teal);
  transform: scaleX(0); transition: transform 0.2s;
}
.nav-links a:hover,
.nav-links a.current-menu-item { color: var(--charcoal); }
.nav-links a:hover::after,
.nav-links a.current-menu-item::after { transform: scaleX(1); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--charcoal); border-radius: 2px; transition: all 0.3s;
}
.mobile-menu {
  display: none; background: var(--white);
  border-top: 1px solid var(--lgray-dark);
  padding: 1rem 40px 1.5rem;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block; color: var(--gray-2); padding: 0.65rem 0;
  font-size: 14px; border-bottom: 1px solid var(--lgray);
}
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu .btn { margin-top: 1rem; width: 100%; justify-content: center; }

/* ── ANNOUNCE BAR ── */
.announce-bar {
  background: var(--teal-ice); border-bottom: 1px solid var(--teal-pale);
  text-align: center; padding: 9px 1rem;
  font-size: 13px; color: var(--teal-deeper);
}
.announce-bar a { color: var(--teal); font-weight: 600; text-decoration: underline; }

/* ── PAGE HEADER ── */
.page-header { background: var(--navy); padding: 56px 0 44px; }
.page-header h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  color: #FFFFFF; font-size: clamp(32px, 4vw, 48px);
}
.page-header p { color: rgba(255,255,255,0.6); margin-top: 0.5rem; font-size: 16px; font-weight: 300; }
.breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 12px; color: rgba(255,255,255,0.4);
  margin-bottom: 0.75rem; font-weight: 500;
}
.breadcrumb a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.breadcrumb a:hover { color: rgba(255,255,255,0.8); }
.breadcrumb span { color: rgba(255,255,255,0.2); }

/* ── SECTION HEADER ── */
.section-header { margin-bottom: 3rem; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 0.75rem auto 0; }
.section-sub { color: var(--gray-2); max-width: 520px; font-size: 16px; font-weight: 300; line-height: 1.7; margin-top: 0.6rem; }

/* ── HERO ── */
.hero { background: var(--navy); padding: 100px 0 80px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 420px; gap: 4rem; align-items: center; }
.hero-eyebrow {
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600;
  color: var(--teal-light); letter-spacing: 3px; text-transform: uppercase;
  display: block; margin-bottom: 1.25rem;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(44px, 6vw, 72px); line-height: 1.02;
  letter-spacing: -1px; color: #FFFFFF; margin-bottom: 1.25rem;
}
.hero h1 em { font-style: italic; color: var(--teal-light); }
.hero-sub {
  font-size: 17px; font-weight: 300; line-height: 1.75;
  color: rgba(255,255,255,0.65); max-width: 480px; margin-bottom: 2.25rem;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-key-msg {
  margin-top: 2.5rem; padding: 1.1rem 1.5rem;
  border-left: 2px solid var(--teal);
  background: rgba(70,150,150,0.08);
  border-radius: 0 8px 8px 0;
  font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.7);
}
.hero-key-msg strong { color: #FFFFFF; font-weight: 600; }
.hero-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 2rem;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.hero-stat { padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
.hero-stat .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; font-weight: 400; color: var(--teal-light); line-height: 1;
}
.hero-stat .lbl { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 3px; }

/* ── SERVE GRID ── */
.serve-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1rem; }
.serve-card {
  background: var(--white); border: 1px solid var(--lgray-dark);
  border-radius: 14px; padding: 1.5rem 1.25rem; transition: border-color 0.2s;
}
.serve-card:hover { border-color: var(--teal); }
.serve-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--teal-ice); color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.serve-card h4 { color: var(--charcoal); margin-bottom: 0.3rem; }
.serve-card p  { color: var(--gray-2); font-size: 13px; line-height: 1.5; }

/* ── HOW IT WORKS STEPS ── */
.steps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.step-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; padding: 2rem 1.5rem; text-align: center;
}
.step-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--teal); color: #fff;
  font-weight: 600; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
}
.step-card h3 { color: #fff; margin-bottom: 0.5rem; font-size: 16px; }
.step-card p  { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.6; }

/* Light variant — for step-card used on light/section backgrounds */
.step-card--light {
  background: #fff;
  border: 1px solid var(--gray-1, #E5E1E1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.step-card--light h3 { color: var(--navy); }
.step-card--light p  { color: var(--gray-2); }
.step-card--light a  { text-decoration: underline; }

/* ── PRODUCT CARDS ── */
.products-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem;
}
.product-card {
  background: var(--white); border: 1px solid var(--lgray-dark);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column; transition: border-color 0.2s;
}
.product-card:hover { border-color: var(--teal); }
.product-img {
  width: 100%; aspect-ratio: 4/3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.5rem; color: var(--teal-dark);
}
.product-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.product-cat {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--teal); margin-bottom: 0.4rem;
}
.product-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 400;
  color: var(--charcoal); margin-bottom: 0.4rem; line-height: 1.2;
}
.product-body p  { color: var(--gray-2); font-size: 13px; flex: 1; line-height: 1.55; }
.product-footer {
  margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid var(--lgray);
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
}
.product-moq { font-size: 12px; color: var(--gray-3); }
.product-moq strong { color: var(--gray-2); }

/* ── CATEGORY CARDS ── */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.cat-card {
  display: block; border-radius: 14px;
  background: var(--white); border: 1px solid var(--lgray-dark);
  padding: 2rem 1.5rem; transition: border-color 0.2s; text-decoration: none;
}
.cat-card:hover { border-color: var(--teal); }
.cat-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.cat-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--teal-ice); color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center;
}
.cat-arrow { color: var(--gray-3); transition: color 0.2s, transform 0.2s; font-size: 18px; }
.cat-card:hover .cat-arrow { color: var(--teal); transform: translateX(3px); }
.cat-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 400; color: var(--charcoal); margin-bottom: 0.35rem;
}
.cat-card p { color: var(--gray-2); font-size: 13px; }
.cat-count { display: inline-block; margin-top: 1rem; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--teal); }

/* ── Homepage category cards (with photo) ── */
.cat-card-img { padding: 0; overflow: hidden; }
.cat-card-photo {
  height: 160px; background-size: cover; background-position: center;
  background-color: var(--lgray);
}
.cat-card-photo--empty { background: var(--teal-ice); }
.cat-card-img .cat-card-body { padding: 1.25rem 1.5rem 1.5rem; }
.cat-card-img .cat-card-top  { margin-bottom: 0.35rem; }
.cat-card-img h3 { font-size: 19px; }
@media (max-width: 480px) {
  .cat-card-photo { display: none; }
  .cat-card-img { padding: 0; }
  .cat-card-img .cat-card-body { padding: 0.85rem 1rem; }
  .cat-card-img h3 { font-size: 16px; margin-bottom: 0.1rem; }
  .cat-card-img .cat-count { margin-top: 0.35rem; font-size: 10px; }
  .cat-grid { gap: 0.65rem; grid-template-columns: 1fr 1fr; }
}

/* ── FILTER BAR ── */
.filter-bar {
  background: var(--white); border-bottom: 1px solid var(--lgray-dark);
  position: sticky; top: 70px; z-index: 100; padding: 0.75rem 0;
}
.filter-inner { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.filter-label { font-size: 12px; font-weight: 600; color: var(--gray-3); letter-spacing: 0.5px; margin-right: 0.25rem; }
.filter-btn {
  padding: 6px 16px; border-radius: 980px; font-size: 13px; font-weight: 500;
  border: 1.5px solid var(--lgray-dark); background: transparent;
  cursor: pointer; color: var(--gray-2); transition: all 0.18s;
  font-family: 'Inter', sans-serif;
}
.filter-btn:hover  { border-color: var(--teal); color: var(--teal-dark); }
.filter-btn.active { background: var(--teal); border-color: var(--teal); color: #fff; }

/* ── PRODUCTS PAGE LAYOUT ── */
.products-layout { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; padding: 2.5rem 0 4rem; }
.sidebar { display: flex; flex-direction: column; gap: 1.25rem; }
.sidebar-widget { background: var(--white); border: 1px solid var(--lgray-dark); border-radius: 14px; padding: 1.25rem; }
.sidebar-widget h4 { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gray-3); margin-bottom: 1rem; }
.sidebar-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.5rem 0; color: var(--gray-2); font-size: 13px;
  border-bottom: 1px solid var(--lgray); cursor: pointer; transition: color 0.15s;
}
.sidebar-link:last-child { border-bottom: none; }
.sidebar-link:hover, .sidebar-link.active { color: var(--teal-dark); }
.sidebar-link.active { font-weight: 600; }
.sidebar-count { background: var(--teal-ice); color: var(--teal-deeper); font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 980px; }

/* ── KEY MESSAGE BANNER ── */
.key-banner { background: var(--teal); padding: 64px 0; text-align: center; }
.key-banner h2 { color: #fff; font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(28px, 4vw, 42px); margin-bottom: 0.75rem; }
.key-banner p  { color: rgba(255,255,255,0.8); font-size: 16px; font-weight: 300; max-width: 580px; margin: 0 auto 2rem; }

/* ── CTA STRIP ── */
.cta-strip {
  background: var(--teal-ice); border: 1px solid var(--teal-pale);
  border-radius: 14px; padding: 1.25rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; margin-top: 2rem;
}
.cta-strip p { font-weight: 600; color: var(--navy); font-size: 14px; }
.cta-strip span { color: var(--gray-2); font-size: 13px; }

/* ── HIW FULL PAGE ── */
.hiw-steps { display: flex; flex-direction: column; gap: 2.5rem; margin-top: 3rem; }
.hiw-step { display: grid; grid-template-columns: 72px 1fr; gap: 2rem; align-items: start; }
.hiw-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hiw-step-body h3 { color: var(--navy); font-size: 18px; margin-bottom: 0.5rem; }
.hiw-step-body p  { color: var(--gray-2); font-size: 15px; line-height: 1.7; }
.hiw-step-body p + p { margin-top: 0.75rem; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { background: var(--white); border: 1px solid var(--lgray-dark); border-radius: 10px; overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.25rem; cursor: pointer;
  font-weight: 600; font-size: 14px; color: var(--charcoal);
  background: var(--white); transition: background 0.15s; font-family: 'Inter', sans-serif;
}
.faq-q:hover { background: var(--lgray); }
.faq-icon { font-size: 18px; color: var(--teal); font-weight: 300; transition: transform 0.2s; }
.faq-a { display: none; padding: 0 1.25rem 1.1rem; font-size: 14px; color: var(--gray-2); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ── CONTACT ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.7fr; gap: 3rem; padding: 4rem 0 5rem; }
.contact-info h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 30px; color: var(--charcoal); margin-bottom: 0.75rem; }
.contact-info > p { color: var(--gray-2); font-size: 15px; margin-bottom: 2rem; line-height: 1.7; }
.contact-detail { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 1.25rem; }
.contact-detail .icon { width: 38px; height: 38px; border-radius: 8px; background: var(--teal-ice); color: var(--teal-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail strong { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-3); margin-bottom: 2px; }
.contact-detail span, .contact-detail a { color: var(--charcoal); font-size: 14px; }
.contact-detail a { color: var(--teal); }

.quote-form-card { background: var(--white); border: 1px solid var(--lgray-dark); border-radius: 16px; padding: 2.5rem; }
.quote-form-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 26px; color: var(--charcoal); margin-bottom: 0.4rem; }
.quote-form-card > p { color: var(--gray-2); font-size: 14px; margin-bottom: 2rem; }

/* ── CF7 FORM STYLES ── */
.wpcf7-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wpcf7-form .form-group { margin-bottom: 1.1rem; }
.wpcf7-form label,
.form-group label {
  display: block; font-size: 12px; font-weight: 500;
  color: var(--gray-2); margin-bottom: 5px; letter-spacing: 0.3px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea,
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--lgray-dark); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300;
  color: var(--charcoal); background: var(--white);
  outline: none; transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(70,150,150,0.1);
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder { color: var(--gray-3); }
.wpcf7-form textarea { min-height: 120px; resize: vertical; }
.wpcf7-form input[type="submit"],
.wpcf7-submit {
  background: var(--teal); color: #fff;
  border: none; border-radius: 980px;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500;
  padding: 15px 32px; cursor: pointer; width: 100%;
  transition: background 0.2s; margin-top: 0.5rem;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover { background: var(--teal-dark); }
.wpcf7-response-output {
  margin-top: 1rem; padding: 0.75rem 1rem;
  border-radius: 8px; font-size: 13px;
}
.wpcf7-mail-sent-ok { background: var(--teal-ice); border: 1px solid var(--teal-pale); color: var(--teal-deeper); }
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng { background: #FFF5F5; border: 1px solid #FED7D7; color: #C53030; }
.wpcf7-not-valid-tip { font-size: 12px; color: #C53030; margin-top: 4px; display: block; }
.wpcf7-not-valid { border-color: #FC8181 !important; }

/* ── INFO BOX ── */
.info-box { background: var(--teal-ice); border: 1px solid var(--teal-pale); border-radius: 12px; padding: 1.5rem; }
.info-box h4 { color: var(--navy); margin-bottom: 0.5rem; }
.info-box p  { font-size: 13px; color: var(--gray-2); line-height: 1.65; }
.info-box p + p { margin-top: 0.4rem; }

/* ── ABOUT VALUES ── */
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.value-card { background: var(--white); border: 1px solid var(--lgray-dark); border-radius: 14px; padding: 1.5rem; }
.value-card .icon { color: var(--teal); margin-bottom: 0.75rem; }
.value-card h4 { color: var(--charcoal); margin-bottom: 0.4rem; }
.value-card p  { color: var(--gray-2); font-size: 13px; line-height: 1.55; }

/* ── FOOTER ── */
.site-footer { background: var(--navy); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand .logo { margin-bottom: 1rem; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.35); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom a { color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }
.footer-payments {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0.75rem 0 0.25rem;
  display: flex; align-items: center; justify-content: center;
  gap: 0.5rem; flex-wrap: wrap; text-align: center;
}
.footer-payments-label {
  font-size: 11px; color: rgba(255,255,255,0.3);
  font-family: 'Inter', sans-serif; letter-spacing: 0.3px;
}
.footer-payments-methods {
  font-size: 11px; color: rgba(255,255,255,0.3);
  font-family: 'Inter', sans-serif; letter-spacing: 0.3px;
}

/* ── WP DEFAULTS ── */
.wp-block-image img { border-radius: 12px; }
.aligncenter { margin: 0 auto; text-align: center; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-inner       { grid-template-columns: 1fr; }
  .hero-panel       { display: none; }
  .products-layout  { grid-template-columns: 1fr; }
  .sidebar          { flex-direction: row; flex-wrap: wrap; }
  .sidebar-widget   { flex: 1; min-width: 180px; }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .container        { padding: 0 20px; }
  .section, .section-alt, .section-teal, .section-navy { padding: 60px 0; }
  .nav-links, .nav-cta-desktop { display: none; }
  .nav-toggle       { display: flex; }
  .mobile-menu      { padding: 1rem 20px 1.5rem; }
  .contact-layout   { grid-template-columns: 1fr; }
  .wpcf7-form .form-row { grid-template-columns: 1fr; }
  .values-grid      { grid-template-columns: 1fr; }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
  .hiw-step         { grid-template-columns: 52px 1fr; gap: 1.25rem; }
  .quote-form-card  { padding: 1.5rem; }
  .hero             { padding: 60px 0; }
}
@media (max-width: 480px) {
  .footer-grid  { grid-template-columns: 1fr; }
  .serve-grid   { grid-template-columns: 1fr 1fr; }
  .cat-grid     { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-ctas    { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
}


/* ── WooCommerce grid fix (cache-proof) ──────────────────── */
ul.products { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 1.5rem !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; clear: none !important; }
@media(max-width:1100px){ ul.products { grid-template-columns: repeat(3,1fr) !important; } }
@media(max-width:700px) { ul.products { grid-template-columns: repeat(2,1fr) !important; } }

/* ── Nav search ─────────────────────────────────────────── */
.nav-search { position: relative; display: flex; align-items: center; }
.nav-search-toggle {
  background: none; border: none; cursor: pointer;
  color: var(--gray-2); display: flex; align-items: center;
  padding: 6px; border-radius: 8px; transition: color .2s;
}
.nav-search-toggle:hover { color: var(--teal); }
.nav-search-form {
  display: none; position: absolute; right: 0; top: calc(100% + 10px);
  background: var(--white); border: 1.5px solid var(--lgray-dark);
  border-radius: 12px; padding: 6px 8px; display: none;
  align-items: center; gap: 6px; min-width: 260px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08); z-index: 200;
}
.nav-search-form.open { display: flex; }
.nav-search-input {
  border: none; outline: none; font-family: 'Inter', sans-serif;
  font-size: 14px; color: var(--charcoal); background: transparent;
  flex: 1; padding: 4px 2px;
}
.nav-search-input::placeholder { color: var(--gray-3); }
.nav-search-form button[type=submit] {
  background: none; border: none; cursor: pointer;
  color: var(--gray-3); display: flex; padding: 4px;
  transition: color .2s;
}
.nav-search-form button[type=submit]:hover { color: var(--teal); }
@media (max-width: 768px) {
  .nav-search { display: none; }
}

/* ── Client logos infinite scroll strip ─────────────────── */
.clients-track-wrap {
  overflow: hidden;
  width: 100%;
  margin-top: 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--lgray-dark);
  border-bottom: 1px solid var(--lgray-dark);
  background: var(--white);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: clients-scroll 30s linear infinite;
}

.clients-track:hover { animation-play-state: paused; }

@keyframes clients-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: .6;
  transition: opacity .2s;
}

.client-logo:hover { opacity: 1; }

.client-logo img {
  height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter .2s;
}

.client-logo:hover img { filter: grayscale(0%); }
