/* =============================================
   FIVE STAR AGRICULTURE — Brand Kit 2025
   ============================================= */

:root {
  --black:      #052118;
  --pine:       #1A473A;
  --evergreen:  #2EBC3F;
  --mint:       #66FF7C;
  --cream:      #E6EACE;
  --birch:      #F1F2E7;

  /* legacy aliases kept for any inline references */
  --green-dark:  #052118;
  --green-mid:   #1A473A;
  --green-light: #2EBC3F;
  --gold:        #66FF7C;
  --gold-light:  #88ffA0;
  --gold-pale:   #bfffca;
  --deep-forest: #052118;
  --off-white:   #F1F2E7;
  --cream-dark:  #E6EACE;

  --text-dark:  #0d1f16;
  --text-mid:   #3a4d42;
  --text-light: #6b7d72;
  --border:     #d6ddd7;
  --white:      #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.12;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { line-height: 1.75; color: var(--text-mid); }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 3px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .22s, border-color .22s, color .22s, transform .18s, box-shadow .18s;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.btn:active { transform: translateY(0); box-shadow: none; }

.btn-primary { background: #8bc86a; color: var(--black); border-color: #8bc86a; }
.btn-primary:hover { background: #9dd47a; border-color: #9dd47a; }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-green { background: var(--pine); color: var(--white); border-color: var(--pine); }
.btn-green:hover { background: var(--black); }
.btn-white { background: var(--white); color: var(--pine); border-color: var(--white); }
.btn-white:hover { background: var(--birch); }
.btn-outline-white {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,.6);
  padding: 14px 32px; border-radius: 3px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
  transition: background .22s, border-color .22s, transform .18s, box-shadow .18s;
}
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); transform: translateY(-2px); }

/* =============================================
   SECTION LABELS / DIVIDERS
   ============================================= */
.section-label {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--pine); margin-bottom: 10px;
}
.section-title { color: var(--black); }
.divider { width: 40px; height: 2px; background: var(--mint); margin: 14px 0 26px; border-radius: 1px; }
.divider-center { margin-left: auto; margin-right: auto; }
.section-head.center { text-align: center; }

/* =============================================
   PAGE LOADER
   ============================================= */
#page-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--black);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
  transition: opacity .6s ease, visibility .6s;
}
#page-loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-asterisk { animation: loaderSpin 0.55s ease-in-out 1 forwards; }
@keyframes loaderSpin { to { transform: rotate(360deg); } }
.loader-brand {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 10px; font-weight: 600;
  letter-spacing: 5px; text-transform: uppercase;
  color: rgba(102,255,124,.5);
}
.loader-bar {
  position: absolute; bottom: 0; left: 0;
  height: 2px; background: var(--mint);
  animation: loaderProgress 0.5s cubic-bezier(.25,0,.1,1) forwards;
}
@keyframes loaderProgress { from { width: 0; } to { width: 100%; } }

/* =============================================
   NAVBAR + DROPDOWN
   ============================================= */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: padding .3s, background .3s, box-shadow .3s;
}
.navbar.scrolled {
  padding: 12px 0;
  background: var(--black);
  box-shadow: 0 2px 24px rgba(0,0,0,.28);
}
.navbar-inner { display: flex; align-items: center; }
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo img, .nav-logo-svg { height: 64px; width: auto; display: block; }
.logo-star {
  transform-box: fill-box;
  transform-origin: center;
}
.logo-star.star-spin { animation: starFlick 0.32s cubic-bezier(.15, 0, 0.25, 1) 1; }
@keyframes starFlick { to { transform: rotate(360deg); } }

.nav-links { display: flex; align-items: center; gap: 4px; justify-content: center; flex: 1; }

.nav-links > a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.82);
  padding: 8px 16px;
  border-radius: 3px;
  transition: color .2s, background .2s;
}
.nav-links > a:hover,
.nav-links > a.active { color: var(--white); background: rgba(255,255,255,.1); }

.nav-item { position: relative; }
.nav-item > a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.82);
  padding: 8px 16px;
  border-radius: 3px;
  transition: color .2s, background .2s;
  display: flex; align-items: center; gap: 6px;
  cursor: pointer;
}
.nav-item > a:hover,
.nav-item > a.active { color: var(--white); background: rgba(255,255,255,.1); }

.nav-item > a::after {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform .2s;
}
.nav-item:hover > a::after { transform: rotate(-135deg); margin-top: 2px; }

.dropdown {
  position: absolute;
  top: calc(100% + 10px); left: 0;
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0,0,0,.16);
  min-width: 270px;
  padding: 8px 0;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s, transform .22s, visibility .22s;
  z-index: 200;
  border-top: 3px solid var(--mint);
}
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block;
  padding: 11px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: .84rem; font-weight: 500;
  color: var(--text-dark) !important;
  background: none !important;
  border-radius: 0;
  transition: background .18s, color .18s, padding-left .18s;
}
.dropdown a:hover { background: var(--birch) !important; color: var(--black) !important; padding-left: 26px; }
.dropdown a.active { color: var(--black) !important; }
.dropdown-divider { height: 1px; background: var(--border); margin: 6px 0; }

.nav-cta { padding: 10px 20px; font-size: .82rem; flex-shrink: 0; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; margin-left: auto;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all .3s; }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; right: 0;
  width: 280px; height: 100vh;
  background: var(--black);
  z-index: 1100;
  flex-direction: column;
  padding: 68px 28px 36px;
  gap: 0;
  box-shadow: -4px 0 28px rgba(0,0,0,.35);
  transform: translateX(100%);
  transition: transform .32s ease;
  overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .95rem; font-weight: 600;
  color: rgba(255,255,255,.85);
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: block;
}
.mobile-menu a:hover { color: var(--mint); }
.mobile-sub {
  font-size: .82rem !important;
  color: rgba(255,255,255,.55) !important;
  padding: 9px 0 9px 18px !important;
  font-weight: 500 !important;
}
.mobile-sub:hover { color: rgba(102,255,124,.9) !important; }
.mobile-products-wrap { border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-products-toggle {
  width: 100%; background: none; border: none; text-align: left; cursor: pointer;
  font-family: 'Space Grotesk', sans-serif; font-size: .95rem; font-weight: 600;
  color: rgba(255,255,255,.85); padding: 13px 0;
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-products-toggle:hover { color: var(--mint); }
.mobile-arrow {
  font-size: 1.1rem; transition: transform .25s ease;
  display: inline-block; transform: rotate(0deg);
}
.mobile-products-wrap.open .mobile-arrow { transform: rotate(90deg); }
.mobile-sub-group { display: none; }
.mobile-products-wrap.open .mobile-sub-group { display: block; }
.mobile-sub-group .mobile-sub { border-bottom: none !important; }
.mobile-sub-group .mobile-sub:last-child { padding-bottom: 10px !important; }

.mobile-close {
  position: absolute; top: 18px; right: 22px;
  background: none; border: none;
  color: var(--white); font-size: 1.5rem; cursor: pointer; line-height: 1;
}
.menu-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.55); z-index: 1050;
}
.menu-overlay.open { display: block; }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(5,33,24,.88) 0%, rgba(5,33,24,.55) 52%, rgba(5,33,24,.15) 100%);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(5,33,24,.88) 0%, rgba(5,33,24,.50) 55%, rgba(5,33,24,.12) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px; padding: 120px 0 80px;
}
.hero-label, .hero-eyebrow {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase;
  color: var(--mint); margin-bottom: 18px;
}
.hero h1 { color: var(--white); margin-bottom: 22px; font-weight: 700; font-size: clamp(2.8rem, 6.5vw, 4.8rem); }
.hero .lead, .hero-sub {
  font-size: 1.18rem; color: rgba(255,255,255,.85);
  max-width: 580px; margin-bottom: 44px; line-height: 1.78;
}
.hero-btns, .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* =============================================
   PAGE HERO
   ============================================= */
.page-hero {
  position: relative; padding: 140px 0 72px;
  background: var(--black); overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; opacity: .15;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); margin-bottom: 12px; }
.page-hero .lead {
  font-size: 1.02rem; color: rgba(255,255,255,.78);
  max-width: 560px; line-height: 1.7;
}
.breadcrumb {
  font-size: .73rem; color: rgba(255,255,255,.5);
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
}
.breadcrumb a { color: rgba(255,255,255,.5); }
.breadcrumb a:hover { color: var(--mint); }

/* =============================================
   HOME PRODUCT STRIP
   ============================================= */
.product-strip { padding: 88px 0; background: var(--birch); }
.product-strip-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.product-strip-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 4px; overflow: hidden;
  transition: transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s ease, border-color .2s;
  display: block;
}
.product-strip-card:hover { transform: translateY(-5px); box-shadow: 0 20px 52px rgba(5,33,24,.13); border-color: var(--pine); }
.product-strip-img { width: 100%; height: 220px; overflow: hidden; }
.product-strip-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-strip-card:hover .product-strip-img img { transform: scale(1.05); }
.product-strip-body { padding: 26px 22px 28px; }
.product-strip-body h3 { color: var(--black); font-size: 1.08rem; margin-bottom: 10px; }
.product-strip-body p { font-size: .88rem; color: var(--text-mid); line-height: 1.65; margin-bottom: 16px; }
.strip-link {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--pine); border-bottom: 1.5px solid var(--pine); padding-bottom: 1px;
  display: inline-block; transition: color .2s, border-color .2s;
}
.product-strip-card:hover .strip-link { color: var(--black); border-bottom-color: var(--black); }

/* =============================================
   HOME PRODUCT CARDS (products section)
   ============================================= */
.products-section { padding: 92px 0; }
.product-cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 48px; }
.product-card {
  border-radius: 4px; overflow: hidden;
  border: 1px solid var(--border);
  transition: transform .3s, box-shadow .3s;
  background: var(--white); display: block;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(5,33,24,.12); }
.product-card-img { width: 100%; height: 215px; object-fit: cover; }
.product-card-body { padding: 26px 22px 28px; }
.product-card-body h3 { color: var(--black); font-size: 1.1rem; margin-bottom: 10px; }
.product-card-body p { font-size: .88rem; margin-bottom: 18px; line-height: 1.65; }
.card-link {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--pine); border-bottom: 1.5px solid var(--pine); padding-bottom: 1px; display: inline-block;
}
.card-link:hover { color: var(--black); border-bottom-color: var(--black); }

/* =============================================
   HOME — ABOUT + STATS
   ============================================= */
.about-strip { padding: 96px 0; background: var(--white); }
.about-strip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.about-strip-text p { font-size: .94rem; margin-bottom: 16px; }
.about-strip-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card {
  background: var(--black); border-radius: 4px;
  padding: 32px 22px; text-align: center;
  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s;
}
.stat-card:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 14px 38px rgba(5,33,24,.3); }
.stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.8rem; font-weight: 700;
  color: var(--mint); line-height: 1; margin-bottom: 8px;
}
.stat-number span { font-size: 1.4rem; font-weight: 600; color: rgba(102,255,124,.65); }
.stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem; font-weight: 500;
  color: rgba(255,255,255,.65); letter-spacing: .04em; line-height: 1.4;
}

/* =============================================
   HOME — WHY CARDS
   ============================================= */
.why-section { padding: 88px 0; background: var(--birch); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.why-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 4px; padding: 28px 22px;
  border-top: 3px solid var(--pine);
  transition: box-shadow .25s, border-top-color .25s, transform .25s cubic-bezier(.22,1,.36,1);
}
.why-card:hover { border-top-color: var(--mint); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(5,33,24,.1); }
.why-icon { margin-bottom: 12px; display: block; }
.why-star { width: 20px; height: 20px; display: block; }
.why-card h4 { color: var(--black); font-size: .95rem; margin-bottom: 9px; }
.why-card p { font-size: .84rem; color: var(--text-mid); line-height: 1.65; }

/* =============================================
   HOME — WHY SECTION (dark variant)
   ============================================= */
.why-section-dark { padding: 76px 0; background: var(--black); }
.why-grid-dark { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 44px; }
.why-item { text-align: center; }
.why-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem; font-weight: 700;
  color: var(--mint); line-height: 1; margin-bottom: 8px;
}
.why-item h4 { color: var(--white); font-size: .93rem; margin-bottom: 7px; }
.why-item p { font-size: .82rem; color: rgba(255,255,255,.58); line-height: 1.6; }

/* =============================================
   HOME — INDUSTRIES
   ============================================= */
.industries-grid {
  display: flex; flex-wrap: wrap;
  gap: 12px; justify-content: center; margin-top: 36px;
}
.industry-chip {
  padding: 10px 22px;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem; font-weight: 500;
  color: var(--pine); letter-spacing: .02em;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.industry-chip:hover { background: var(--pine); border-color: var(--pine); color: var(--white); transform: translateY(-2px); }

/* =============================================
   CTA STRIP
   ============================================= */
.cta-strip { padding: 80px 0; background: var(--pine); text-align: center; }
.cta-strip h2 { color: var(--white); margin-bottom: 12px; }
.cta-strip p { color: rgba(255,255,255,.84); max-width: 480px; margin: 0 auto 28px; }
.cta-strip .btn-white { animation: pulseMint 3s ease-in-out 2s infinite; }

/* =============================================
   ABOUT TEASER
   ============================================= */
.about-teaser { padding: 92px 0; background: var(--birch); }
.about-teaser-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.about-teaser-img { width: 100%; height: 400px; object-fit: cover; border-radius: 4px; }
.about-teaser-text p { margin-bottom: 16px; font-size: .94rem; }

/* =============================================
   PRODUCT DETAIL PAGE
   ============================================= */
.product-detail { padding: 88px 0; }
.product-detail-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: start; }
.product-detail-inner.reverse { direction: rtl; }
.product-detail-inner.reverse > * { direction: ltr; }

.product-gallery {}
.product-main-img { width: 100%; height: 440px; object-fit: cover; border-radius: 6px; }
.product-gallery-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.product-gallery-row img { width: 100%; height: 260px; object-fit: cover; border-radius: 6px; }
.product-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.product-thumbs img { width: 100%; height: 130px; object-fit: cover; border-radius: 4px; cursor: pointer; }

.product-info h2 { color: var(--black); margin-bottom: 4px; }
.product-info > p { font-size: .94rem; margin-bottom: 20px; }

.feature-list { display: flex; flex-direction: column; gap: 11px; margin: 22px 0; }
.feature-item {
  display: flex; align-items: flex-start;
  gap: 12px; font-size: .9rem; line-height: 1.55; color: var(--text-mid);
}
.feature-item::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--mint); border-radius: 50%;
  flex-shrink: 0; margin-top: 8px;
}

.specs-table { width: 100%; border-collapse: collapse; font-size: .84rem; margin-top: 24px; border-radius: 4px; overflow: hidden; }
.specs-table th { background: var(--black); color: var(--white); font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: .73rem; letter-spacing: .05em; text-align: left; padding: 10px 15px; }
.specs-table td { padding: 10px 15px; border-bottom: 1px solid var(--border); color: var(--text-mid); }
.specs-table tr:last-child td { border-bottom: none; }
.specs-table tr:nth-child(even) td { background: var(--birch); }

.highlight-box { background: var(--black); border-radius: 4px; padding: 24px 20px; margin-top: 26px; }
.highlight-box h4 { color: var(--mint); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 13px; }
.highlight-box ul { display: flex; flex-direction: column; gap: 9px; }
.highlight-box ul li { font-size: .87rem; color: rgba(255,255,255,.82); padding-left: 16px; position: relative; }
.highlight-box ul li::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }

.variants-section { padding: 72px 0; background: var(--birch); }
.variants-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.variant-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.variant-card img { width: 100%; height: 190px; object-fit: cover; }
.variant-card-body { padding: 20px 18px 22px; }
.variant-card-body h4 { color: var(--black); font-size: 1rem; margin-bottom: 8px; }
.variant-card-body p { font-size: .83rem; color: var(--text-mid); line-height: 1.6; }

.related-products { padding: 72px 0; }
.related-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 36px; }
.related-card {
  display: flex; gap: 18px; align-items: center;
  padding: 20px; border: 1px solid var(--border);
  border-radius: 4px; background: var(--white);
  transition: box-shadow .25s, transform .2s;
}
.related-card:hover { box-shadow: 0 6px 24px rgba(5,33,24,.1); transform: translateY(-2px); }
.related-card img { width: 90px; height: 90px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.related-card-text h4 { color: var(--black); font-size: .95rem; margin-bottom: 5px; }
.related-card-text p { font-size: .82rem; color: var(--text-mid); line-height: 1.55; margin-bottom: 10px; }
.related-card-text .card-link { font-size: .75rem; }

/* =============================================
   PRODUCTS OVERVIEW PAGE
   ============================================= */
.overview-section { padding: 88px 0; }
.overview-section:nth-child(even) { background: var(--birch); }
.overview-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.overview-inner.reverse { direction: rtl; }
.overview-inner.reverse > * { direction: ltr; }
.overview-img { width: 100%; height: 360px; object-fit: cover; border-radius: 4px; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.overview-inner:hover .overview-img { transform: scale(1.02); }
.overview-text p { font-size: .94rem; margin-bottom: 16px; }

/* =============================================
   OUR STORY
   ============================================= */
.story-section { padding: 92px 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.story-img { width: 100%; height: 450px; object-fit: cover; border-radius: 4px; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.story-grid:hover .story-img { transform: scale(1.02); }
.story-text p { margin-bottom: 16px; font-size: .94rem; }

.values-section { padding: 76px 0; background: var(--birch); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 44px; }
.value-card {
  padding: 28px 24px; background: var(--white);
  border: 1px solid var(--border); border-radius: 4px;
  border-top: 4px solid var(--black);
  transition: box-shadow .25s, transform .25s cubic-bezier(.22,1,.36,1);
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(5,33,24,.1); }
.value-card:nth-child(2) { border-top-color: var(--pine); }
.value-card:nth-child(3) { border-top-color: var(--evergreen); }
.value-card h4 { color: var(--black); margin-bottom: 10px; }
.value-card:nth-child(2) h4 { color: var(--pine); }
.value-card:nth-child(3) h4 { color: var(--pine); }
.value-card p { font-size: .87rem; line-height: 1.65; }

/* ===== HORIZONTAL TIMELINE — STICKY SCROLL ===== */
/* Timeline — simple centered grid */
.milestones { background: #fff; padding: 88px 0; }

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 52px;
  position: relative;
}
.timeline-grid::before {
  content: '';
  position: absolute;
  left: 10%; right: 10%;
  top: 20px;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.tl-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 0 12px;
}
.tl-dot-wrap {
  height: 40px; display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.tl-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 2.5px solid var(--pine);
  transition: background 0.3s ease;
}
.tl-dot.active { background: var(--pine); box-shadow: 0 0 0 5px rgba(26,71,58,.12); }
.tl-card-inner { padding-top: 20px; }
.tl-year {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.4rem; font-weight: 700; color: var(--black);
  line-height: 1; margin-bottom: 10px; letter-spacing: -0.03em;
}
.tl-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem; font-weight: 600; color: var(--pine);
  text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 8px;
}
.tl-card p {
  font-size: 0.82rem; color: var(--text-mid); line-height: 1.65;
  max-width: 170px; margin: 0 auto;
}

@media (max-width: 900px) {
  .timeline-grid { grid-template-columns: repeat(3, 1fr); row-gap: 44px; }
  .timeline-grid::before { left: 17%; right: 17%; }
}

/* Mobile overrides absorbed above */
@media (max-width: 768px) {
  .milestones { padding: 48px 0; }
}

/* =============================================
   CONTACT
   ============================================= */
.contact-section { padding: 76px 0 92px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info h2 { color: var(--black); }
.contact-info > p { margin: 8px 0 28px; font-size: .94rem; }

.contact-row { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.contact-row:last-of-type { border-bottom: none; }
.contact-row strong { display: block; font-family: 'Space Grotesk',sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--black); margin-bottom: 4px; }
.contact-row span { font-size: .9rem; color: var(--text-mid); }
.contact-row a { color: var(--pine); font-weight: 600; font-size: .9rem; }
.contact-row a:hover { color: var(--black); }

.contact-product-links { margin-top: 30px; background: var(--birch); border-radius: 4px; padding: 20px; border: 1px solid var(--border); }
.contact-product-links h4 { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--text-light); margin-bottom: 12px; }
.contact-product-links a { display: block; padding: 11px 13px; background: var(--white); border: 1px solid var(--border); border-radius: 3px; margin-bottom: 7px; font-family: 'DM Sans',sans-serif; font-size: .81rem; font-weight: 500; color: var(--pine); transition: border-color .2s; }
.contact-product-links a:last-child { margin-bottom: 0; }
.contact-product-links a:hover { border-color: var(--pine); }

.contact-form-box { background: var(--birch); border-radius: 4px; padding: 36px 32px; border: 1px solid var(--border); }
.contact-form-box h3 { color: var(--black); margin-bottom: 4px; }
.contact-form-box > p { font-size: .86rem; color: var(--text-light); margin-bottom: 26px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-family: 'Space Grotesk',sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .05em; color: var(--text-dark); margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 10px 13px;
  border: 1.5px solid var(--border); border-radius: 3px;
  font-family: 'DM Sans',sans-serif; font-size: .88rem;
  color: var(--text-dark); background: var(--white);
  transition: border-color .2s; outline: none;
  appearance: none; -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--pine); }
.form-group textarea { min-height: 115px; resize: vertical; }
.form-submit { width: 100%; margin-top: 6px; }
.form-success {
  display: none; margin-top: 14px; padding: 14px 16px;
  background: #e8f5ea; border-radius: 3px; border: 1px solid #a8d5ab;
  font-size: .87rem; color: var(--black);
  font-family: 'DM Sans',sans-serif; font-weight: 500;
}

/* =============================================
   CONTACT PAGE (new layout)
   ============================================= */
.contact-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 68px; align-items: start; }
.contact-form { margin-top: 8px; }
.contact-card { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--border); }
.contact-card:last-child { border-bottom: none; }
.contact-card-label { font-family: 'Space Grotesk',sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--pine); margin-bottom: 6px; }
.contact-card-value { display: block; font-family: 'DM Sans',sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--text-dark); line-height: 1.35; }
a.contact-card-value { color: var(--pine); transition: color .2s; }
a.contact-card-value:hover { color: var(--black); }
.contact-card-note { font-size: .8rem; color: var(--text-light); margin-top: 4px; }
.contact-expect-list { margin-top: 10px; }
.contact-expect-item { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--text-mid); margin-bottom: 9px; }
.contact-expect-item::before { content: ''; flex-shrink: 0; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; margin-top: 7px; }

.process-section { padding: 68px 0; background: var(--birch); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 44px; }
.process-step { text-align: center; padding: 18px 10px; }
.process-num { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--white); }
.process-step:nth-child(1) .process-num { background: var(--black); }
.process-step:nth-child(2) .process-num { background: var(--pine); }
.process-step:nth-child(3) .process-num { background: var(--evergreen); }
.process-step:nth-child(4) .process-num { background: var(--black); }
.process-step h4 { color: var(--black); font-size: .92rem; margin-bottom: 7px; }
.process-step p { font-size: .82rem; color: var(--text-mid); line-height: 1.6; }

/* =============================================
   FOOTER
   ============================================= */
/* Footer */
.site-footer { background: var(--black); color: rgba(255,255,255,.8); overflow: hidden; }
.footer-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px; padding: 72px 0 60px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-col h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .65rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .18em;
  color: rgba(255,255,255,.35); margin-bottom: 16px;
}
.footer-col p { font-size: .9rem; color: rgba(255,255,255,.72); line-height: 1.7; margin: 0 0 4px; }
.footer-col > a:not(.social-pill) {
  display: block; font-size: .9rem; color: rgba(255,255,255,.72);
  text-decoration: none; line-height: 1.9; transition: color .2s;
}
.footer-col > a:not(.social-pill):hover { color: #fff; }
.footer-map-link { font-size: .8rem !important; color: rgba(255,255,255,.4) !important; margin-top: 10px; }
.footer-map-link:hover { color: rgba(255,255,255,.75) !important; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: .88rem; color: rgba(255,255,255,.68); text-decoration: none; transition: color .2s, padding-left .2s; }
.footer-col ul li a:hover { color: #fff; padding-left: 4px; }
/* Social pills */
.footer-social { display: flex; flex-direction: column; gap: 9px; flex-wrap: wrap; }
.social-pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: .82rem; color: rgba(255,255,255,.75) !important;
  text-decoration: none; width: fit-content;
  transition: border-color .2s, background .2s, color .2s;
}
.social-pill:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.42); color: #fff !important; }
.social-pill svg { flex-shrink: 0; opacity: .85; }
/* Big wordmark */
.footer-wordmark {
  padding: 36px 0 0;
  user-select: none; pointer-events: none; overflow: hidden;
  color: rgba(255,255,255,.07);
}
.footer-logo-mark { width: 100%; height: auto; display: block; }
/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0; font-size: .78rem; color: rgba(255,255,255,.35);
}
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; }

/* =============================================
   PAGE LOAD
   ============================================= */
html.js-loading body { opacity: 0; }
html.js-loaded body { opacity: 1; transition: opacity .45s ease; }

/* =============================================
   KEYFRAMES
   ============================================= */
@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes floatUp {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
@keyframes pulseMint {
  0%, 100% { box-shadow: 0 0 0 0 rgba(102,255,124,.35); }
  50%       { box-shadow: 0 0 0 10px rgba(102,255,124,0); }
}

/* =============================================
   FADE-IN
   ============================================= */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: .12s; }
.fade-in-delay-2 { transition-delay: .24s; }
.fade-in-delay-3 { transition-delay: .36s; }

/* =============================================
   HERO ENTRANCE ANIMATIONS
   ============================================= */
.hero-label   { animation: heroSlideUp .7s cubic-bezier(.22,1,.36,1) .2s both; }
.hero h1      { animation: heroSlideUp .8s cubic-bezier(.22,1,.36,1) .35s both; }
.hero-sub     { animation: heroSlideUp .8s cubic-bezier(.22,1,.36,1) .5s both; }
.hero-actions { animation: heroSlideUp .8s cubic-bezier(.22,1,.36,1) .65s both; }

.page-hero .breadcrumb { animation: heroSlideUp .6s cubic-bezier(.22,1,.36,1) .1s both; }
.page-hero h1          { animation: heroSlideUp .7s cubic-bezier(.22,1,.36,1) .25s both; }
.page-hero .lead       { animation: heroSlideUp .7s cubic-bezier(.22,1,.36,1) .4s both; }

/* =============================================
   WAREHOUSE LOCATIONS MAP
   ============================================= */
.locations-section { padding: 88px 0; background: var(--birch); }
.locations-section .section-label { color: var(--pine); }
.locations-section .section-title { color: var(--black); }
.locations-section .section-title em { font-style: italic; color: var(--pine); }
.locations-section .divider { background: var(--pine); }
.locations-section .lead { color: var(--text-mid); }

.locations-map-wrap {
  margin: 48px 0 40px;
}

.map-container {
  position: relative;
  width: 100%;
}

.us-map-img {
  width: 100%;
  height: auto;
  display: block;
}

.us-pins-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pin-dot {
  fill: var(--evergreen);
  filter: drop-shadow(0 0 5px rgba(46,188,63,.9));
}

.pin-pulse {
  fill: var(--evergreen);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: pin-pulse 2.5s ease-out infinite;
}

@keyframes pin-pulse {
  0%   { transform: scale(1); opacity: .65; }
  100% { transform: scale(3.5); opacity: 0; }
}

.locations-stats {
  display: flex;
  justify-content: center;
  gap: 52px;
}

.loc-stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }

.loc-stat strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pine);
  font-family: 'Space Grotesk', sans-serif;
}

.loc-stat span {
  font-size: .8rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* =============================================
   SCROLLBAR
   ============================================= */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--birch); }
::-webkit-scrollbar-thumb { background: var(--pine); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--black); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .product-cards-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid-dark { grid-template-columns: 1fr 1fr; }
  .product-detail-inner,
  .about-teaser-inner,
  .story-grid,
  .overview-inner { grid-template-columns: 1fr; gap: 36px; }
  .product-detail-inner.reverse,
  .overview-inner.reverse { direction: ltr; }
  /* Always show text before image when stacked on mobile */
  .product-detail-inner .product-info { order: 1; }
  .product-detail-inner .product-gallery { order: 2; }
  .overview-inner > div:first-child { order: 2; }
  .overview-inner > div:last-child { order: 1; }
  .story-grid > div { order: 2; }
  .story-grid .story-text { order: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .variants-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .product-gallery-row { grid-template-columns: 1fr 1fr; }
  .product-gallery-row img { height: 200px; }
  .product-strip-grid { grid-template-columns: 1fr 1fr; }
  .about-strip-grid { grid-template-columns: 1fr; gap: 44px; }
  /* Image heights when layouts stack */
  .story-img { height: 320px; }
  .about-teaser-img { height: 300px; }
  .overview-img { height: 280px; }
}

@media (max-width: 768px) {
  /* ---- Navbar: switch to flex so hamburger stays on the right ---- */
  .navbar-inner { display: flex; justify-content: space-between; align-items: center; }
  .nav-logo-svg { height: 50px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; margin-left: 0; }
  .mobile-menu { display: flex; }

  /* ---- Section padding ---- */
  .hero-content { padding: 96px 0 56px; }
  .page-hero { padding: 108px 0 52px; }
  .product-strip { padding: 52px 0; }
  .products-section { padding: 52px 0; }
  .about-strip { padding: 56px 0; }
  .why-section { padding: 52px 0; }
  .why-section-dark { padding: 48px 0; }
  .about-teaser { padding: 52px 0; }
  .cta-strip { padding: 52px 0; }
  .overview-section { padding: 52px 0; }
  .story-section { padding: 56px 0; }
  .values-section { padding: 48px 0; }
  .milestones { padding: 48px 0; }
  .contact-section { padding: 48px 0 60px; }
  .process-section { padding: 44px 0; }
  .product-detail { padding: 52px 0; }
  .variants-section { padding: 44px 0; }
  .related-products { padding: 44px 0; }

  /* ---- Grids ---- */
  .product-cards-grid { grid-template-columns: 1fr; }
  .product-strip-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .variants-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .product-gallery-row { grid-template-columns: 1fr; }
  .product-gallery-row img { height: 180px; }
  .product-main-img { height: 260px; }
  .about-strip-stats { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .contact-layout { gap: 36px; }
  .story-grid { gap: 28px; }
  .overview-inner { gap: 28px; }
  .about-teaser-inner { gap: 28px; }

  /* ---- Stats ---- */
  .stat-number { font-size: 2.2rem; }
  .stat-card { padding: 24px 16px; }

  /* ---- Hero ---- */
  .hero-actions { flex-direction: column; align-items: flex-start; }

  /* ---- CTA strip buttons ---- */
  .cta-strip .container > div { flex-direction: column; align-items: center; }
  .cta-strip .btn { width: 100%; max-width: 300px; text-align: center; }

  /* ---- Timeline ---- */
  .timeline-grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .timeline-grid::before { display: none; }
  .tl-year { font-size: 2.2rem; }

  /* ---- Forms & cards ---- */
  .contact-form-box { padding: 26px 18px; }

  /* ---- Specs table scrollable ---- */
  .specs-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; min-width: 0; }

  /* ---- Footer ---- */
  .footer-grid { padding: 44px 0 36px; }

  /* ---- Page hero ---- */
  .page-hero .lead { max-width: 100%; }

  /* ---- Locations map ---- */
  .locations-section { padding: 52px 0; }
  .locations-map-wrap { margin: 32px 0 28px; padding: 12px 8px; }
  .locations-stats { gap: 28px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }

  /* ---- Section padding - further reduced ---- */
  .hero-content { padding: 84px 0 48px; }
  .page-hero { padding: 92px 0 40px; }
  .product-strip { padding: 40px 0; }
  .products-section { padding: 40px 0; }
  .about-strip { padding: 44px 0; }
  .why-section { padding: 40px 0; }
  .why-section-dark { padding: 40px 0; }
  .about-teaser { padding: 40px 0; }
  .cta-strip { padding: 40px 0; }
  .overview-section { padding: 40px 0; }
  .story-section { padding: 44px 0; }
  .values-section { padding: 36px 0; }
  .milestones { padding: 36px 0; }
  .contact-section { padding: 36px 0 48px; }
  .process-section { padding: 36px 0; }
  .product-detail { padding: 40px 0; }
  .variants-section { padding: 36px 0; }
  .related-products { padding: 36px 0; }

  /* ---- Grids ---- */
  .hero-btns, .hero-actions { flex-direction: column; align-items: flex-start; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid-dark { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .about-strip-stats { grid-template-columns: 1fr; }

  /* ---- Stats ---- */
  .stat-number { font-size: 2rem; }
  .stat-card { padding: 20px 14px; }
  .why-number { font-size: 2.1rem; }

  /* ---- Product strip image ---- */
  .product-strip-img { height: 180px; }
  .product-card-img { height: 180px; }

  /* ---- Timeline ---- */
  .timeline-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .tl-year { font-size: 1.9rem; }

  /* ---- CTA strip ---- */
  .cta-strip .btn { max-width: 100%; }

  /* ---- Footer ---- */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px 16px; padding: 36px 0 28px; }
  .footer-col h4 { margin-bottom: 10px; }
  .footer-col ul li { margin-bottom: 7px; }
  .footer-social { flex-direction: row; flex-wrap: wrap; gap: 7px; }
  .social-pill { font-size: .78rem; padding: 7px 12px; }
  .footer-wordmark { padding: 20px 0 0; }
  .footer-bottom .container { flex-direction: column; gap: 4px; text-align: center; }

  /* ---- Nav logo ---- */
  .nav-logo-svg { height: 44px; }

  /* ---- Locations map ---- */
  .locations-section { padding: 40px 0; }
  .locations-stats { flex-direction: column; align-items: center; gap: 18px; }
  .locations-map-wrap { margin: 24px 0 20px; }

  /* ---- Section divider margin ---- */
  .why-grid { margin-top: 28px; }
  .why-grid-dark { margin-top: 28px; }
  .product-cards-grid { margin-top: 32px; }
  .values-grid { margin-top: 28px; }
  .process-grid { margin-top: 28px; }
}

/* =============================================
   iOS / TOUCH FIXES
   ============================================= */
/* Prevent iOS auto-zoom on input focus (requires font-size >= 16px) */
@media (max-width: 768px) {
  .form-group input,
  .form-group select,
  .form-group textarea { font-size: 1rem; }
}

/* Remove tap highlight flash on interactive elements */
a, button, .btn, .hamburger, .mobile-close, .mobile-products-toggle,
.nav-logo, .product-card, .mobile-menu a {
  -webkit-tap-highlight-color: transparent;
}


/* =============================================
   TEAM SECTION (Our Story page)
   ============================================= */
.team-text-block {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}
.team-text-block p {
  color: rgba(241,242,231,.78);
  font-size: 1.05rem;
  line-height: 1.82;
  margin-bottom: 1.2rem;
}
.team-text-block p:last-child { margin-bottom: 0; }
.team-pillars {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}
.team-pillar {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 32px 28px;
  text-align: center;
  transition: background .25s, border-color .25s;
}
.team-pillar:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(46,188,63,.4);
}
.team-pillar-icon {
  width: 52px; height: 52px;
  background: rgba(46,188,63,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.team-pillar h4 {
  color: var(--birch);
  font-size: 1rem;
  margin-bottom: 10px;
}
.team-pillar p {
  color: rgba(241,242,231,.62);
  font-size: .88rem;
  line-height: 1.65;
}

/* =============================================
   FOOTER DIVISION NOTE
   ============================================= */
.footer-division-note {
  font-size: .74rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.2);
}

/* =============================================
   INDUSTRIES PAGE
   ============================================= */
/* Tag strip under hero */
.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 36px;
}
.industry-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  background: rgba(46,188,63,.1);
  border: 1px solid rgba(46,188,63,.25);
  border-radius: 100px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--birch);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.industry-tag:hover {
  background: rgba(46,188,63,.2);
  border-color: rgba(46,188,63,.5);
}
.industry-tag .tag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--evergreen);
  flex-shrink: 0;
}

/* Industry feature sections */
.industry-feature {
  padding: 96px 0;
  border-bottom: 1px solid var(--border);
}
.industry-feature:last-of-type { border-bottom: none; }
.industry-feature:nth-child(even) { background: var(--birch); }
.industry-feature-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.industry-feature-inner.reverse { direction: rtl; }
.industry-feature-inner.reverse > * { direction: ltr; }
.industry-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.industry-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.industry-img-wrap:hover img { transform: scale(1.04); }
.industry-info {}
.industry-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}
.industry-product-tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 4px;
  background: var(--pine);
  color: var(--birch);
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* Industries card grid (for smaller industries) */
.industry-cards-section {
  padding: 88px 0;
  background: var(--black);
}
.industry-cards-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 48px;
}
.industry-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .28s, border-color .28s, box-shadow .28s;
}
.industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46,188,63,.4);
  box-shadow: 0 20px 48px rgba(0,0,0,.35);
}
.industry-card-img {
  height: 200px;
  overflow: hidden;
}
.industry-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.industry-card:hover .industry-card-img img { transform: scale(1.06); }
.industry-card-body {
  padding: 28px 24px 32px;
}
.industry-card-body h3 {
  color: var(--birch);
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.industry-card-body p {
  color: rgba(241,242,231,.6);
  font-size: .88rem;
  line-height: 1.65;
  margin-bottom: 18px;
}
.industry-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.industry-card-tag {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 3px;
  background: rgba(46,188,63,.12);
  border: 1px solid rgba(46,188,63,.2);
  color: rgba(241,242,231,.75);
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* =============================================
   MOBILE: TEAM PILLARS & INDUSTRIES
   ============================================= */
@media (max-width: 768px) {
  .team-pillars { grid-template-columns: 1fr; gap: 16px; }
  .team-text-block { margin-bottom: 36px; }

  .industry-feature { padding: 60px 0; }
  .industry-feature-inner { grid-template-columns: 1fr; gap: 32px; direction: ltr !important; }
  .industry-img-wrap { aspect-ratio: 16/9; }

  .industry-cards-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .industry-card-img { height: 160px; }

  .industry-tags { gap: 8px; margin-top: 24px; }

  .footer-bottom .container { flex-direction: column; gap: 4px; text-align: center; }
}

@media (max-width: 480px) {
  .team-pillars { grid-template-columns: 1fr; }
  .industry-cards-grid { grid-template-columns: 1fr; }
  .industry-feature-inner { gap: 24px; }
}
