/* =============================================================
   ECO GREEN SOLUTIONS - MAIN STYLESHEET
   Mobile-first. Recreates the current ecogreensolutions.com.au look
   (Montserrat, navy + mint green, water imagery) on a static build.
   ============================================================= */

/* @fonts-start (generated by scripts\fonts.py; Montserrat is licensed under the SIL Open Font License; do not edit by hand) */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts/montserrat-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts/montserrat-500-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url(/fonts/montserrat-600-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts/montserrat-700-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat Fallback'; src: local('Arial'); size-adjust: 110.99%; ascent-override: 87.21%; descent-override: 22.61%; line-gap-override: 0.00%; }
/* @fonts-end */

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

:root {
  /* Brand palette (sampled from the live site, 2026-09-06) */
  --navy: #273d91;
  --navy-dark: #1d2f75;
  --navy-deep: #16245c;
  --ink: #231f20;
  --slate: #2d323e;
  --slate-light: #3b4252;
  --green: #4fbf9e;
  --green-dark: #1b6b52;   /* text-safe green: 6.4:1 on white, 5.9:1 on --bg-alt (was #2f9b7c at 3.4:1, failed AA) */
  --green-light: #e4f5ef;
  --blue: #3e87d4;
  --sky: #acceed;
  --sky-light: #e9f2fb;
  --white: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f4f6f8;
  --bg-soft: #eef2f6;
  --text: #231f20;
  --text-muted: rgba(35, 31, 32, 0.68);
  --text-light: #ffffff;
  --text-light-muted: rgba(255, 255, 255, 0.72);
  --border: rgba(35, 31, 32, 0.12);
  --border-light: rgba(255, 255, 255, 0.2);
  --danger: #c0392b;

  --font: 'Montserrat', 'Montserrat Fallback', Arial, sans-serif;

  --space-xs: 4px; --space-sm: 8px; --space-md: 16px; --space-lg: 24px; --space-xl: 32px;
  --space-2xl: 48px; --space-3xl: 64px; --space-4xl: 80px; --space-5xl: 100px;

  --container: 1200px;
  --container-pad: 20px;
  --radius-sm: 6px; --radius-md: 10px; --radius-lg: 16px; --radius-full: 100px;
  --shadow-sm: 0 2px 8px rgba(35, 31, 32, 0.08);
  --shadow-md: 0 10px 30px rgba(35, 31, 32, 0.12);
  --t-fast: 150ms ease; --t-base: 300ms ease;
  --header-h: 72px;
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); font-weight: 400; color: var(--text); background: var(--bg); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { font-weight: 500; line-height: 1.2; letter-spacing: -0.01em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Production flag: main.js adds .prod on the live hostname; staging-only helpers hide there */
.prod .staging-only { display: none !important; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--container-pad); }
.container-narrow { max-width: 820px; }

/* ----- BUTTONS ----- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: var(--radius-full);
  font-weight: 600; font-size: 0.9rem; letter-spacing: 0.01em; line-height: 1; border: 2px solid transparent; transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast); white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-primary:hover { background: var(--navy-dark); border-color: var(--navy-dark); }
.btn-accent { background: var(--green-dark); color: var(--white); border-color: var(--green-dark); }
.btn-accent:hover { background: var(--navy); border-color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-light { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-light:hover { background: var(--bg-alt); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-outline-light:hover { background: var(--white); color: var(--slate); border-color: var(--white); }
.btn-sm { padding: 10px 18px; font-size: 0.8rem; }
.btn-lg { padding: 16px 34px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-text { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 0.9rem; color: var(--navy); border-bottom: 2px solid var(--green); padding-bottom: 2px; }
.btn-text.light { color: var(--white); }
.btn[disabled], .btn.is-disabled { opacity: 0.5; pointer-events: none; }

/* ----- ANNOUNCEMENT BAR ----- */
.announcement-bar { background: var(--navy-deep); color: var(--text-light-muted); font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase; }
.announcement-bar .container { display: flex; justify-content: center; gap: 24px; padding-top: 7px; padding-bottom: 7px; flex-wrap: wrap; }
.announcement-bar a { color: var(--white); font-weight: 600; }
.announcement-bar .hide-mobile { display: none; }
@media (min-width: 640px) { .announcement-bar .hide-mobile { display: inline; } }

/* ----- HEADER ----- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); transition: box-shadow var(--t-base); }
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav-container { max-width: var(--container); margin: 0 auto; padding: 0 var(--container-pad); height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo-img { height: 44px; width: auto; }
.nav-links { display: none; }
.nav-link { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); padding: 8px 12px; }
.nav-link:hover, .nav-dropdown-trigger:hover { color: var(--navy); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); padding: 8px 12px; }
.nav-dropdown-arrow { width: 10px; height: 6px; transition: transform var(--t-fast); }
.nav-dropdown.open .nav-dropdown-arrow { transform: rotate(180deg); }
.dropdown-menu { display: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cart { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; color: var(--ink); }
.nav-cart:hover { background: var(--bg-alt); color: var(--navy); }
.nav-cart svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 2px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--green-dark); color: var(--white); font-size: 0.65rem; font-weight: 700; display: none; align-items: center; justify-content: center; }
.cart-count.show { display: inline-flex; }
.nav-cta { display: none; }
.nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform var(--t-base), opacity var(--t-base); }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu */
.nav-links.mobile-open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--white); padding: calc(var(--header-h) + 24px) var(--container-pad) 40px; overflow-y: auto; z-index: 90; gap: 4px; }
.nav-links.mobile-open .nav-link, .nav-links.mobile-open .nav-dropdown-trigger { width: 100%; justify-content: space-between; font-size: 0.95rem; padding: 14px 0; border-bottom: 1px solid var(--border); text-transform: none; letter-spacing: 0; }
.nav-links.mobile-open .nav-dropdown.open .dropdown-menu { display: flex; flex-direction: column; padding: 6px 0 12px 14px; }
.nav-links.mobile-open .dropdown-menu a { padding: 10px 0; font-size: 0.9rem; color: var(--text-muted); }
.nav-links.mobile-open .nav-mobile-cta { margin-top: 24px; }
.site-header.menu-open { z-index: 101; }

@media (min-width: 1024px) {
  .nav-links { display: flex; align-items: center; gap: 2px; }
  .nav-toggle { display: none; }
  .nav-cta { display: inline-flex; }
  .nav-mobile-cta { display: none; }
  .dropdown-menu { position: absolute; top: 100%; left: 0; min-width: 230px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 10px 0; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--t-fast), transform var(--t-fast), visibility var(--t-fast); }
  .nav-dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
  .dropdown-menu a { padding: 9px 18px; font-size: 0.85rem; font-weight: 500; }
  .dropdown-menu a:hover { background: var(--bg-alt); color: var(--navy); }
  .dropdown-divider { height: 1px; background: var(--border); margin: 6px 0; }
  .dropdown-heading { padding: 8px 18px 4px; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
}

/* ----- SECTIONS ----- */
.section { padding: var(--space-3xl) 0; }
.section-alt { background: var(--bg-alt); }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--slate); color: var(--text-light); }
.section-navy { background: var(--navy); color: var(--text-light); }
.section-ink { background: var(--ink); color: var(--text-light); }
.section-green { background: var(--green-light); }
.section-sky { background: var(--sky-light); }
.section-sm { padding: var(--space-2xl) 0; }
@media (min-width: 1024px) { .section { padding: var(--space-4xl) 0; } .section-sm { padding: var(--space-3xl) 0; } }

.eyebrow { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 12px; }
.section-dark .eyebrow, .section-navy .eyebrow, .section-ink .eyebrow, .brand-band .eyebrow { color: var(--green); }
.section-title { font-size: 1.7rem; font-weight: 400; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 14px; }
.section-title.tc { text-transform: none; letter-spacing: -0.01em; font-weight: 500; }
.section-lead { font-size: 1.05rem; color: var(--text-muted); max-width: 640px; }
.section-dark .section-lead, .section-navy .section-lead, .section-ink .section-lead { color: var(--text-light-muted); }
.section-header { text-align: center; max-width: 720px; margin: 0 auto var(--space-2xl); }
.section-header .section-lead { margin: 0 auto; }
@media (min-width: 768px) { .section-title { font-size: 2.1rem; } }
@media (min-width: 1024px) { .section-title { font-size: 2.4rem; } }

.grid-2, .grid-3, .grid-4 { display: grid; gap: var(--space-lg); grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.split { display: grid; gap: var(--space-2xl); align-items: center; grid-template-columns: 1fr; }
.split > * { min-width: 0; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; gap: var(--space-4xl); } .split.media-left .split-media { order: -1; } }
.split-media img { width: 100%; border-radius: var(--radius-lg); }
.split-media.plain img { border-radius: 0; }

.prose p, .prose ul, .prose ol, .prose table { margin-bottom: 1em; }
.prose p:last-child { margin-bottom: 0; }
.prose ul { list-style: disc; padding-left: 1.3em; }
.prose ol { list-style: decimal; padding-left: 1.3em; }
.prose li { margin-bottom: 0.35em; }
.prose h3 { font-size: 1.15rem; margin: 1.4em 0 0.6em; font-weight: 600; }
.prose h4 { font-size: 1rem; margin: 1.2em 0 0.5em; font-weight: 600; }
.prose a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { font-weight: 600; }
.prose.light { color: var(--text-light-muted); }
.prose.light strong { color: var(--white); }
.muted { color: var(--text-muted); }
.small { font-size: 0.85rem; }
.text-center { text-align: center; }
.mt-md { margin-top: var(--space-md); } .mt-lg { margin-top: var(--space-lg); } .mt-xl { margin-top: var(--space-xl); } .mt-2xl { margin-top: var(--space-2xl); }
.mb-md { margin-bottom: var(--space-md); } .mb-lg { margin-bottom: var(--space-lg); } .mb-xl { margin-bottom: var(--space-xl); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: var(--space-lg); }

/* ----- BREADCRUMB ----- */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.78rem; color: var(--text-muted); margin-bottom: var(--space-lg); }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb-current { color: var(--text); font-weight: 500; }

/* ----- HERO (home) ----- */
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--sky); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,45,110,0.35) 0%, rgba(24,45,110,0.15) 45%, rgba(24,45,110,0.55) 100%); }
.hero .container { position: relative; z-index: 1; padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }
.hero-title { font-size: 1.9rem; font-weight: 600; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,0.25); margin-bottom: var(--space-xl); }
.hero-sub { text-align: center; max-width: 620px; margin: -12px auto var(--space-xl); color: rgba(255,255,255,0.9); text-shadow: 0 1px 8px rgba(0,0,0,0.3); }
.hero-cards { display: grid; gap: var(--space-md); grid-template-columns: 1fr; max-width: 900px; margin: 0 auto; }
.hero-card { background: var(--navy); color: var(--white); border-radius: var(--radius-sm); padding: 30px 26px; text-align: center; box-shadow: var(--shadow-md); transition: transform var(--t-base), background var(--t-base); }
.hero-card:hover { transform: translateY(-4px); background: var(--navy-dark); }
.hero-card svg { width: 40px; height: 40px; margin: 0 auto 12px; }
.hero-card h2 { font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }
.hero-card p { font-size: 0.85rem; color: rgba(255,255,255,0.85); }
.hero-rule { height: 6px; background: var(--green); }
@media (min-width: 640px) { .hero-cards { grid-template-columns: 1fr 1fr; gap: var(--space-lg); } .hero-title { font-size: 2.4rem; } }
@media (min-width: 1024px) { .hero .container { padding-top: 140px; padding-bottom: 90px; } .hero-title { font-size: 2.8rem; } .hero-card { padding: 40px 36px; } }

/* page hero (interior) */
.page-hero { position: relative; background: var(--slate); color: var(--white); overflow: hidden; }
.page-hero .hero-bg::after { background: linear-gradient(180deg, rgba(45,50,62,0.55), rgba(45,50,62,0.85)); }
.page-hero .container { position: relative; z-index: 1; padding-top: var(--space-2xl); padding-bottom: var(--space-2xl); }
.page-hero .breadcrumb { color: rgba(255,255,255,0.7); }
.page-hero .breadcrumb-current { color: var(--white); }
.page-hero h1 { font-size: 2rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.03em; }
.page-hero .section-lead { color: rgba(255,255,255,0.8); margin-top: 10px; }
.page-hero.light { background: var(--sky-light); color: var(--text); }
.page-hero.light .breadcrumb { color: var(--text-muted); }
.page-hero.light .breadcrumb-current { color: var(--text); }
.page-hero.light .section-lead { color: var(--text-muted); }
@media (min-width: 1024px) { .page-hero .container { padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); } .page-hero h1 { font-size: 2.6rem; } }

/* ----- SOLUTIONS ICON GRID ----- */
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
.solution-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 28px 12px; text-align: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 0.85rem; font-weight: 500; transition: background var(--t-fast), color var(--t-fast); }
.solution-tile svg { width: 42px; height: 42px; color: var(--ink); transition: color var(--t-fast), transform var(--t-fast); }
.solution-tile:hover { background: var(--green-light); color: var(--navy); }
.solution-tile:hover svg { color: var(--navy); transform: scale(1.06); }
@media (min-width: 768px) { .solutions-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } .solutions-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }

/* ----- BRAND BANDS (home teasers) ----- */
.brand-band { position: relative; color: var(--white); overflow: hidden; }
.brand-band .hero-bg::after { background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.1) 100%); }
.brand-band.band-dark { background: var(--slate); }
.brand-band.band-blue { background: var(--blue); }
.brand-band.band-sky { background: var(--sky); color: var(--text); }
.brand-band.band-sky .hero-bg::after { background: linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.45) 60%, rgba(255,255,255,0.1) 100%); }
.brand-band .container { position: relative; z-index: 1; padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }
.brand-band-grid { display: grid; gap: var(--space-xl); align-items: center; grid-template-columns: 1fr; }
.brand-band h2 { font-size: 1.6rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.brand-band .band-tagline { font-size: 1.15rem; font-weight: 500; line-height: 1.4; margin-bottom: 14px; }
.brand-band p { font-size: 0.92rem; max-width: 520px; }
.brand-band.band-sky p, .brand-band.band-sky .band-tagline { color: var(--text); }
.brand-band-media img { width: 100%; max-width: 520px; margin: 0 auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.35)); }
@media (min-width: 1024px) { .brand-band-grid { grid-template-columns: 1.1fr 1fr; gap: var(--space-4xl); } .brand-band .container { padding-top: var(--space-5xl); padding-bottom: var(--space-5xl); } .brand-band h2 { font-size: 2rem; } }

/* ----- CARDS ----- */
.card { background: var(--white); border-radius: var(--radius-lg); padding: var(--space-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
.card p { font-size: 0.9rem; color: var(--text-muted); }
.icon-card { text-align: center; }
.icon-card img { width: 90px; margin: 0 auto 12px; }
.feature-list { display: grid; gap: 10px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; }
.feature-list li::before { content: ''; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/12px no-repeat; }
.section-dark .feature-list li, .section-navy .feature-list li { color: var(--text-light); }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-lg); }
.stat { text-align: center; }
.stat-number { display: block; font-size: 1.9rem; font-weight: 600; color: var(--green); }
.stat-label { font-size: 0.8rem; color: var(--text-light-muted); }
@media (min-width: 768px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }

/* steps */
.steps { display: grid; gap: var(--space-lg); counter-reset: step; }
.step { position: relative; padding-left: 58px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 600; display: flex; align-items: center; justify-content: center; }
.step h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--text-muted); font-size: 0.92rem; }
@media (min-width: 768px) { .steps.cols-3 { grid-template-columns: repeat(3, 1fr); } .steps.cols-3 .step { padding-left: 0; padding-top: 58px; } .steps.cols-3 .step::before { left: 0; } }

/* industries tags */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: var(--radius-full); border: 1px solid var(--border-light); font-size: 0.82rem; font-weight: 500; color: var(--text-light); }
.section-alt .tag, .section-soft .tag, .section-green .tag { border-color: var(--border); color: var(--text); background: var(--white); }

/* ----- PRODUCT GRID + CARD ----- */
.product-grid { display: grid; gap: var(--space-lg); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .product-grid { grid-template-columns: repeat(4, 1fr); } .product-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
.product-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow var(--t-base), transform var(--t-base); }
.product-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.product-card-media { aspect-ratio: 1; background: var(--white); padding: 14px; display: flex; align-items: center; justify-content: center; }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; }
.product-card-body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; border-top: 1px solid var(--border); }
.product-card-brand { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-dark); font-weight: 700; }
.product-card-name { font-size: 0.92rem; font-weight: 600; line-height: 1.35; }
.product-card-meta { font-size: 0.78rem; color: var(--text-muted); }
.product-card-price { margin-top: auto; padding-top: 8px; font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.product-card-price .gst { font-size: 0.7rem; color: var(--text-muted); font-weight: 400; }
.badge { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 5px 10px; border-radius: var(--radius-full); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--green-dark); color: var(--white); }
.badge-soldout { background: var(--ink); }
.badge-discontinued { background: var(--danger); }
.product-card.is-hidden { display: none; }

/* filter chips */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--space-lg); align-items: center; }
.filter-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-right: 6px; }
.chip { padding: 8px 14px; border-radius: var(--radius-full); border: 1px solid var(--border); font-size: 0.8rem; font-weight: 500; background: var(--white); transition: all var(--t-fast); }
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.results-count { font-size: 0.8rem; color: var(--text-muted); margin-left: auto; }

/* ----- PRODUCT DETAIL ----- */
.pdp { padding: var(--space-xl) 0 var(--space-3xl); }
.pdp-grid { display: grid; gap: var(--space-xl); grid-template-columns: 1fr; }
@media (min-width: 1024px) { .pdp-grid { grid-template-columns: 1.05fr 1fr; gap: var(--space-4xl); align-items: start; } }
.pdp-gallery { position: sticky; top: calc(var(--header-h) + 16px); }
.pdp-main { aspect-ratio: 1; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; padding: 20px; overflow: hidden; }
.pdp-main img { width: 100%; height: 100%; object-fit: contain; }
.pdp-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pdp-thumb { width: 68px; height: 68px; border: 2px solid var(--border); border-radius: var(--radius-sm); padding: 4px; background: var(--white); display: flex; align-items: center; justify-content: center; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--navy); }
.pdp-brand { display: inline-block; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
.pdp-title { font-size: 1.6rem; font-weight: 600; margin-bottom: 10px; }
.pdp-sub { color: var(--text-muted); font-size: 0.95rem; margin-bottom: var(--space-lg); }
.pdp-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: var(--space-md); }
.pdp-price-amount { font-size: 1.7rem; font-weight: 600; color: var(--navy); }
.pdp-price-note { font-size: 0.8rem; color: var(--text-muted); }
.pdp-stock { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 600; color: var(--green-dark); margin-bottom: var(--space-md); }
.pdp-stock::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.pdp-stock.out { color: var(--danger); } .pdp-stock.out::before { background: var(--danger); }
.pdp-specs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: var(--space-lg); }
.spec-pill { border: 1px solid var(--border); border-radius: var(--radius-md); padding: 8px 12px; min-width: 110px; background: var(--bg-alt); }
.spec-pill .spec-label { display: block; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.spec-pill .spec-value { display: block; font-size: 0.9rem; font-weight: 600; }
.pdp-buy { display: grid; gap: 12px; margin-bottom: var(--space-lg); }
.pdp-field label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; color: var(--text-muted); }
.pdp-select, .qty-input { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font: inherit; background: var(--white); }
.qty-wrap { display: flex; align-items: center; border: 1px solid var(--border); border-radius: var(--radius-sm); width: 130px; }
.qty-wrap button { width: 40px; height: 44px; font-size: 1.1rem; }
.qty-wrap .qty-input { width: 50px; border: 0; text-align: center; padding: 10px 0; }
.pdp-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.pdp-cta .btn { flex: 1 1 180px; }
.pdp-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 0.78rem; color: var(--text-muted); border-top: 1px solid var(--border); padding-top: var(--space-md); }
.pdp-trust span { display: inline-flex; align-items: center; gap: 6px; }
.pdp-trust svg { width: 16px; height: 16px; color: var(--green-dark); }
.pdp-body { padding: var(--space-3xl) 0; }
.pdp-body h2 { font-size: 1.35rem; font-weight: 600; margin-bottom: var(--space-md); }
.spec-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.spec-table td, .spec-table th { padding: 10px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.spec-table td:first-child { font-weight: 600; width: 42%; }
.spec-table th { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.notice { border-left: 4px solid var(--danger); background: #fdf3f2; padding: 14px 18px; border-radius: var(--radius-sm); font-size: 0.92rem; margin-bottom: var(--space-lg); }
.notice.info { border-color: var(--green); background: var(--green-light); }
.notice a { color: var(--navy); font-weight: 600; text-decoration: underline; }
.spec-drawing { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 12px; background: var(--white); }

/* tabs */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--space-lg); }
.tab-btn { padding: 10px 18px; border-radius: var(--radius-full); border: 1px solid var(--border); font-weight: 600; font-size: 0.85rem; background: var(--white); }
.tab-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { cursor: pointer; padding: 16px 0; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--green-dark); font-size: 1.3rem; line-height: 1; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { padding-bottom: 16px; color: var(--text-muted); font-size: 0.95rem; }

/* ----- CTA BAND ----- */
.cta-band { background: var(--navy); color: var(--white); text-align: center; }
.cta-band .container { padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }
.cta-band h2 { font-size: 1.7rem; font-weight: 500; margin-bottom: 10px; }
.cta-band p { color: var(--text-light-muted); max-width: 560px; margin: 0 auto var(--space-lg); }
.cta-band .cta-row { justify-content: center; margin-top: 0; }

/* ----- FORMS ----- */
.form { display: grid; gap: 16px; }
.form-row { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-label { display: block; font-size: 0.78rem; font-weight: 600; margin-bottom: 6px; }
.form-label .required { color: var(--danger); }
.form-input, .form-textarea, .form-select { width: 100%; padding: 13px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font: inherit; background: var(--white); transition: border-color var(--t-fast); }
.form-input:focus, .form-textarea:focus, .form-select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(39,61,145,0.12); }
.form-textarea { min-height: 150px; resize: vertical; }
.form-message { padding: 12px 16px; border-radius: var(--radius-sm); font-size: 0.9rem; }
.form-message--success { background: var(--green-light); color: var(--green-dark); }
.form-message--error { background: #fdf3f2; color: var(--danger); }
.form-disclaimer { font-size: 0.78rem; color: var(--text-muted); }
.contact-card { background: var(--bg-alt); border-radius: var(--radius-lg); padding: var(--space-lg); }
.contact-card h3 { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; }
.contact-card p { font-size: 1.05rem; font-weight: 500; margin-bottom: var(--space-md); }
.contact-card a:hover { color: var(--navy); }

/* ----- CART DRAWER ----- */
.cart-overlay { position: fixed; inset: 0; background: rgba(35,31,32,0.5); z-index: 200; opacity: 0; visibility: hidden; transition: opacity var(--t-base), visibility var(--t-base); }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: var(--white); z-index: 201; transform: translateX(100%); transition: transform var(--t-base); display: flex; flex-direction: column; box-shadow: var(--shadow-md); }
body.cart-open .cart-overlay { opacity: 1; visibility: visible; }
body.cart-open .cart-drawer { transform: translateX(0); }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.cart-drawer-header h2 { font-size: 1.05rem; font-weight: 600; }
.cart-close { width: 36px; height: 36px; border-radius: 50%; font-size: 1.3rem; }
.cart-close:hover { background: var(--bg-alt); }
.cart-items { flex: 1; overflow-y: auto; padding: 10px 20px; }
.cart-empty { text-align: center; color: var(--text-muted); padding: 40px 0; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); align-items: center; }
.cart-line img { width: 64px; height: 64px; object-fit: contain; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 4px; }
.cart-line-name { font-size: 0.88rem; font-weight: 600; }
.cart-line-variant { font-size: 0.75rem; color: var(--text-muted); }
.cart-line-controls { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.cart-line-controls button { width: 26px; height: 26px; border: 1px solid var(--border); border-radius: 50%; font-size: 0.9rem; }
.cart-line-controls .remove { border: 0; font-size: 0.72rem; color: var(--text-muted); text-decoration: underline; width: auto; margin-left: 8px; }
.cart-line-price { font-weight: 600; font-size: 0.9rem; color: var(--navy); }
.cart-footer { padding: 18px 20px 24px; border-top: 1px solid var(--border); }
.cart-subtotal { display: flex; justify-content: space-between; font-weight: 600; margin-bottom: 6px; }
.cart-note { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 14px; }
.cart-page-list .cart-line { grid-template-columns: 90px 1fr auto; }

/* ----- FOOTER ----- */
.site-footer { background: var(--ink); color: var(--text-light); padding: var(--space-3xl) 0 var(--space-lg); }
.footer-grid { display: grid; gap: var(--space-xl); grid-template-columns: 1fr; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-logo-img { height: 54px; width: auto; margin-bottom: 16px; }
.footer-tagline { font-size: 0.85rem; color: var(--text-light-muted); max-width: 320px; margin-bottom: 16px; }
.footer-contact { display: grid; gap: 6px; font-size: 0.85rem; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact a:hover { color: var(--green); }
.footer-contact svg { width: 14px; height: 14px; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border-light); display: inline-flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--green); border-color: var(--green); }
.footer-social svg { width: 16px; height: 16px; }
.footer-col-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; color: var(--white); }
.footer-col a { display: block; font-size: 0.85rem; color: var(--text-light-muted); padding: 4px 0; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { margin-top: var(--space-2xl); padding-top: var(--space-lg); border-top: 1px solid var(--border-light); font-size: 0.75rem; color: var(--text-light-muted); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; }
.footer-bottom a:hover { color: var(--green); }

/* ----- ANIMATION ----- */
.animate-in { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-in.visible { opacity: 1; transform: none; }
.animate-delay-1 { transition-delay: 0.12s; } .animate-delay-2 { transition-delay: 0.24s; } .animate-delay-3 { transition-delay: 0.36s; }
@media (prefers-reduced-motion: reduce) { .animate-in { opacity: 1; transform: none; transition: none; } .btn:hover { transform: none; } }

/* ----- 404 ----- */
.error-page { text-align: center; padding: var(--space-5xl) 0; }
.error-page h1 { font-size: 4rem; font-weight: 600; color: var(--navy); }
