/* ============================================================
   ECOBROOM — World-Class B2B Premium CSS
   Dark Luxury Eco Aesthetic | Awwwards Quality
   ============================================================ */

/* ------------------------------------------------------------
   1. GOOGLE FONTS IMPORT
   ------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300;1,9..40,400&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300&display=swap');

/* ------------------------------------------------------------
   2. CSS RESET
   ------------------------------------------------------------ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto; /* Lenis handles this */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}

img, video, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

ul, ol {
  list-style: none;
}

input, textarea, select {
  font: inherit;
}

/* ------------------------------------------------------------
   3. :ROOT DESIGN TOKENS
   ------------------------------------------------------------ */
:root {
  /* Colors */
  --black:       #080f08;
  --dark:        #0e1b0e;
  --emerald:     #172d17;
  --emerald-mid: #1e3a1e;
  --emerald-lt:  #2c5230;
  --gold:        #c8a24b;
  --gold-lt:     #d4b46a;
  --gold-pale:   #f0e0b0;
  --cream:       #f7f4ed;
  --cream-dk:    #ede9df;
  --ink:         #0e1b0e;
  --muted:       #607060;

  /* Semantic tokens */
  --bg-primary:   var(--black);
  --bg-secondary: var(--dark);
  --bg-card:      var(--emerald);
  --text-primary: var(--cream);
  --text-secondary: var(--cream-dk);
  --text-muted:   var(--muted);
  --accent:       var(--gold);
  --accent-light: var(--gold-lt);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'DM Mono', 'Courier New', monospace;

  /* Type scale */
  --text-xs:   0.6875rem;   /* 11px */
  --text-sm:   0.8125rem;   /* 13px */
  --text-base: 1rem;        /* 16px */
  --text-md:   1.125rem;    /* 18px */
  --text-lg:   1.25rem;     /* 20px */
  --text-xl:   1.5rem;      /* 24px */
  --text-2xl:  2rem;        /* 32px */
  --text-3xl:  2.5rem;      /* 40px */
  --text-4xl:  3.5rem;      /* 56px */
  --text-5xl:  clamp(2.5rem, 5vw, 5rem);
  --text-hero: clamp(3.5rem, 8vw, 7.5rem);

  /* Spacing */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2rem;
  --space-xl:  3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 10rem;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 2px 8px rgba(0,0,0,0.3);
  --shadow-md:  0 8px 32px rgba(0,0,0,0.4);
  --shadow-lg:  0 24px 64px rgba(0,0,0,0.6);
  --shadow-gold: 0 0 40px rgba(200,162,75,0.15);

  /* Transitions */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.76, 0, 0.24, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast:    200ms;
  --dur-base:    350ms;
  --dur-slow:    600ms;
  --dur-slower:  900ms;

  /* Layout */
  --nav-h:     148px;
  --max-w:     1400px;
  --max-w-sm:  720px;
  --max-w-md:  960px;
  --gutter:    clamp(1.25rem, 4vw, 2.5rem);
  --col-gap:   clamp(1rem, 2.5vw, 2rem);
}

/* ------------------------------------------------------------
   4. BASE STYLES
   ------------------------------------------------------------ */
body {
  background-color: var(--black);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
}

p {
  color: var(--text-secondary);
  line-height: 1.75;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

/* ------------------------------------------------------------
   5. LENIS SMOOTH SCROLL
   ------------------------------------------------------------ */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ------------------------------------------------------------
   6. CUSTOM CURSOR
   ------------------------------------------------------------ */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
  mix-blend-mode: difference;
  transition: opacity var(--dur-base) var(--ease-out);
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--cream);
  border-radius: 50%;
  transition: transform var(--dur-fast) var(--ease-out),
              opacity var(--dur-base) var(--ease-out);
}

.cursor-ring {
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--cream);
  border-radius: 50%;
  transition: transform 0.12s var(--ease-out),
              width var(--dur-base) var(--ease-out),
              height var(--dur-base) var(--ease-out),
              opacity var(--dur-base) var(--ease-out);
}

/* Hover states */
body.cursor-hover .cursor-dot {
  transform: translate(-50%, -50%) scale(0.5);
}

body.cursor-hover .cursor-ring {
  width: 60px;
  height: 60px;
}

body.cursor-click .cursor-dot {
  transform: translate(-50%, -50%) scale(2);
}

body.cursor-click .cursor-ring {
  width: 30px;
  height: 30px;
}

/* Hide on touch devices */
@media (hover: none) and (pointer: coarse) {
  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }

  body {
    cursor: auto;
  }
}

/* Default cursor hide (applied via JS) */
body.has-cursor {
  cursor: none;
}

body.has-cursor a,
body.has-cursor button,
body.has-cursor [role="button"],
body.has-cursor input,
body.has-cursor textarea,
body.has-cursor select,
body.has-cursor label {
  cursor: none;
}

/* ------------------------------------------------------------
   7. NAVIGATION
   ------------------------------------------------------------ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding: 0 var(--gutter);
  transition: background var(--dur-slow) var(--ease-out),
              backdrop-filter var(--dur-slow) var(--ease-out),
              border-color var(--dur-slow) var(--ease-out),
              box-shadow var(--dur-slow) var(--ease-out);
  border-bottom: 1px solid transparent;
}

.nav.scrolled {
  background: rgba(8, 15, 8, 0.82);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-bottom-color: rgba(200, 162, 75, 0.12);
  box-shadow: 0 1px 40px rgba(0,0,0,0.5);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
}

.nav-logo-img {
  height: 130px !important;
  max-height: 130px !important;
  width: auto !important;
  display: block;
  flex-shrink: 0;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  z-index: 2;
}

.nav-logo-mark {
  width: 36px;
  height: 36px;
  position: relative;
}

.nav-logo-mark svg {
  width: 100%;
  height: 100%;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.nav-logo-sub {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 1px;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-xl);
}

.nav-link {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  color: rgba(247, 244, 237, 0.75);
  letter-spacing: 0.04em;
  position: relative;
  transition: color var(--dur-base) var(--ease-out);
  padding: 4px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--dur-base) var(--ease-out);
}

.nav-link:hover {
  color: var(--cream);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active {
  color: var(--cream);
}

.nav-link.active::after {
  width: 100%;
  background: var(--gold);
}

/* Nav right */
.nav-right {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-shrink: 0;
}

/* Language switcher */
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-current {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--cream);
  padding: 5px 10px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(200, 162, 75, 0.25);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color var(--dur-fast) var(--ease-out);
  user-select: none;
}

.lang-current:hover {
  border-color: rgba(200, 162, 75, 0.5);
}

.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #0e1a0e;
  border: 1px solid rgba(200, 162, 75, 0.25);
  border-radius: 8px;
  padding: 4px;
  z-index: 300;
  flex-direction: column;
  min-width: 90px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.lang-switcher.open .lang-menu {
  display: flex;
}

.lang-opt {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(247, 244, 237, 0.6);
  padding: 6px 12px;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out);
  white-space: nowrap;
}

.lang-opt:hover {
  background: rgba(200, 162, 75, 0.12);
  color: var(--gold);
}

.lang-opt.active {
  color: var(--gold);
}

/* CTA button */
.btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--radius-full);
  transition: background var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-spring),
              box-shadow var(--dur-base) var(--ease-out);
}

.btn-nav:hover {
  background: var(--gold-lt);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(200, 162, 75, 0.3);
}

.btn-nav:active {
  transform: translateY(0);
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px;
  z-index: 2;
}

.nav-hamburger span {
  display: block;
  height: 1.5px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform var(--dur-base) var(--ease-out),
              opacity var(--dur-fast) var(--ease-out),
              width var(--dur-base) var(--ease-out);
  transform-origin: center;
}

.nav-hamburger span:nth-child(3) {
  width: 60%;
  margin-left: auto;
}

.nav-hamburger.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-hamburger.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
  width: 100%;
}

/* Mobile menu */
.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-slow) var(--ease-out);
}

.nav-mobile.open {
  opacity: 1;
  pointer-events: all;
}

.nav-mobile .nav-link {
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--cream);
  opacity: 0;
  transform: translateY(20px);
  transition: color var(--dur-base) var(--ease-out),
              opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.nav-mobile.open .nav-link {
  opacity: 1;
  transform: translateY(0);
}

.nav-mobile.open .nav-link:nth-child(1) { transition-delay: 100ms; }
.nav-mobile.open .nav-link:nth-child(2) { transition-delay: 150ms; }
.nav-mobile.open .nav-link:nth-child(3) { transition-delay: 200ms; }
.nav-mobile.open .nav-link:nth-child(4) { transition-delay: 250ms; }
.nav-mobile.open .nav-link:nth-child(5) { transition-delay: 300ms; }

.nav-mobile .nav-link::after {
  bottom: 0;
  height: 2px;
}

/* ------------------------------------------------------------
   8. HERO SECTION
   ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: var(--nav-h);
}



/* Decorative grain overlay */
.hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23grain)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

/* Decorative broom SVG slot */
.hero-broom-visual {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 680px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  animation: heroImageReveal 1.2s var(--ease-out) 0.8s forwards;
}

@keyframes heroImageReveal {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.hero-broom-visual img,
.hero-broom-visual svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}

/* Hero decorative lines */
.hero-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-lines::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -20%;
  width: 70%;
  height: 70%;
  border: 1px solid rgba(200, 162, 75, 0.06);
  border-radius: 50%;
}

.hero-lines::after {
  content: '';
  position: absolute;
  right: -5%;
  top: -10%;
  width: 55%;
  height: 55%;
  border: 1px solid rgba(200, 162, 75, 0.04);
  border-radius: 50%;
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 3;
  padding: 0 var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

.hero-content-inner {
  max-width: 700px;
}

/* Hero eyebrow */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}

.hero-eyebrow-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.hero-eyebrow-text {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Hero heading */
.hero-title {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 300;
  line-height: 1.0;
  color: var(--cream);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-lg);
  opacity: 0;
  animation: fadeUp 1s var(--ease-out) 0.35s forwards;
}

.hero-title em {
  display: block;
  font-style: italic;
  color: var(--gold-pale);
  font-weight: 300;
}

.hero-title strong {
  font-weight: 500;
  color: var(--cream);
}

/* Hero subtitle */
.hero-subtitle {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.75);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: var(--space-2xl);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.5s forwards;
}

/* Hero CTA buttons */
.hero-cta {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
  margin-bottom: var(--space-3xl);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.65s forwards;
}

/* Primary button */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  border: 2px solid var(--gold);
  transition: background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-spring),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
}

.btn-primary:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(200, 162, 75, 0.35);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn-primary .btn-icon {
  transition: transform var(--dur-base) var(--ease-spring);
}

.btn-primary:hover .btn-icon {
  transform: translateX(4px);
}

/* Ghost button */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(247, 244, 237, 0.25);
  transition: border-color var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-spring),
              background var(--dur-base) var(--ease-out);
}

.btn-ghost:hover {
  border-color: rgba(247, 244, 237, 0.6);
  background: rgba(247, 244, 237, 0.05);
  transform: translateY(-2px);
}

.btn-ghost:active {
  transform: translateY(0);
}

/* Hero scroll indicator */
.hero-scroll {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.9s forwards;
}

.hero-scroll-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-scroll-line {
  width: 40px;
  height: 1px;
  background: var(--text-muted);
  position: relative;
  overflow: hidden;
}

.hero-scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--gold);
  animation: scrollLine 2s var(--ease-in-out) 1.5s infinite;
}

@keyframes scrollLine {
  0%   { left: -100%; }
  50%  { left: 0%; }
  100% { left: 100%; }
}

/* Hero stats badges */
.hero-stats {
  position: absolute;
  bottom: var(--space-2xl);
  right: var(--gutter);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  z-index: 3;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 1.1s forwards;
}

.hero-stat-badge {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 12px 20px;
  background: rgba(14, 27, 14, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 162, 75, 0.15);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out);
}

.hero-stat-badge:hover {
  border-color: rgba(200, 162, 75, 0.4);
  background: rgba(23, 45, 23, 0.8);
}

/* Hero counters row */
.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.hero-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 14px 20px;
  background: rgba(14, 27, 14, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 162, 75, 0.18);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-base) var(--ease-out);
}

.hero-badge:hover {
  border-color: rgba(200, 162, 75, 0.4);
}

.badge-num {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 300;
  color: var(--gold);
  letter-spacing: -0.01em;
  line-height: 1;
}

.badge-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 244, 237, 0.5);
}

/* Nav logo year tag */
.nav-logo-year {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.55em;
  color: var(--gold);
  opacity: 0.9;
  margin-top: 2px;
  padding-left: 0.1em;
}

.hero-stat-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  white-space: nowrap;
}

.hero-stat-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(237, 233, 223, 0.6);
  white-space: nowrap;
}

/* Keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ------------------------------------------------------------
   9. MARQUEE TICKER
   ------------------------------------------------------------ */
.marquee-section,
.marquee-bar {
  background: var(--gold);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
}

.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
  width: max-content;
}

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

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-lg);
  padding: 0 var(--space-xl);
}

.marquee-text {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark);
  white-space: nowrap;
}

.marquee-sep {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--emerald-lt);
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Reversed marquee variant */
.marquee-section.reverse .marquee-track {
  animation-direction: reverse;
}

/* ------------------------------------------------------------
   10. SECTION BASE
   ------------------------------------------------------------ */
.section {
  padding: 120px 0;
  position: relative;
}

.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* Section header */
.section-header {
  margin-bottom: var(--space-3xl);
}

.section-header.centered {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-md);
}

.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.eyebrow.centered {
  display: flex;
  justify-content: center;
}

.eyebrow.centered::before {
  display: none;
}

/* Section title */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--cream);
  letter-spacing: -0.01em;
}

.section-title em {
  font-style: italic;
  color: var(--gold-pale);
}

.section-desc {
  margin-top: var(--space-md);
  font-size: var(--text-md);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.7);
  max-width: 540px;
  line-height: 1.75;
}

.section-header.centered .section-desc {
  margin-left: auto;
  margin-right: auto;
}

/* Divider */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 75, 0.2), transparent);
  margin: 0;
}

/* ------------------------------------------------------------
   11. ABOUT TEASER
   ------------------------------------------------------------ */
.about-section {
  background: var(--dark);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.about-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  flex-shrink: 0;
}

.about-visual-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 40% 50%, rgba(44, 82, 48, 0.7) 0%, transparent 70%),
    linear-gradient(160deg, var(--emerald-mid) 0%, var(--dark) 100%);
}

/* Botanical SVG pattern */
.about-visual-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8a24b' fill-opacity='1'%3E%3Cpath d='M30 0c0 16.569-13.431 30-30 30C16.569 30 30 43.431 30 60c0-16.569 13.431-30 30-30C43.431 30 30 16.569 30 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.about-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slower) var(--ease-out);
}

.about-visual:hover .about-visual-img {
  transform: scale(1.04);
}

/* Visual badge */
.about-visual-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 16px 20px;
  background: rgba(8, 15, 8, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 162, 75, 0.2);
  border-radius: var(--radius-lg);
  text-align: center;
}

.about-visual-badge-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  display: block;
}

.about-visual-badge-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(237, 233, 223, 0.6);
  display: block;
  margin-top: 4px;
}

/* About content */
.about-content {
  padding: var(--space-lg) 0;
}

.about-text {
  font-size: var(--text-md);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.75);
  line-height: 1.8;
  margin-bottom: var(--space-xl);
}

.about-text + .about-text {
  margin-top: -var(--space-lg);
}

/* Stat counters */
.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
  padding-top: var(--space-2xl);
  border-top: 1px solid rgba(200, 162, 75, 0.12);
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-stat-num {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-stat-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}

/* About CTA */
.about-actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-2xl);
  flex-wrap: wrap;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.04em;
  transition: gap var(--dur-base) var(--ease-spring);
}

.link-arrow:hover {
  gap: 14px;
}

.link-arrow svg {
  transition: transform var(--dur-base) var(--ease-spring);
}

.link-arrow:hover svg {
  transform: translateX(4px);
}

/* ------------------------------------------------------------
   12. PRODUCTS GRID
   ------------------------------------------------------------ */
.products-section {
  background: var(--black);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--col-gap);
  align-items: start;
}

/* Middle column offset */
.products-grid > .product-card:nth-child(3n+2) {
  margin-top: 40px;
}

.product-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  background: var(--emerald);
  transition: transform var(--dur-slow) var(--ease-out),
              box-shadow var(--dur-slow) var(--ease-out);
  flex-shrink: 0;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.product-card-bg {
  position: absolute;
  inset: 0;
  transition: transform var(--dur-slower) var(--ease-out);
}

.product-card:hover .product-card-bg {
  transform: scale(1.06);
}

.product-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card gradient backgrounds by type */
.product-card:nth-child(1) .product-card-bg {
  background: linear-gradient(160deg, var(--emerald-lt) 0%, var(--emerald-mid) 60%, var(--emerald) 100%);
}

.product-card:nth-child(2) .product-card-bg {
  background: linear-gradient(160deg, #1a3020 0%, var(--emerald-mid) 50%, var(--dark) 100%);
}

.product-card:nth-child(3) .product-card-bg {
  background: linear-gradient(160deg, #223822 0%, var(--emerald) 60%, var(--black) 100%);
}

.product-card:nth-child(4) .product-card-bg {
  background: linear-gradient(160deg, var(--emerald-mid) 0%, #152815 60%, var(--dark) 100%);
}

.product-card:nth-child(5) .product-card-bg {
  background: linear-gradient(160deg, #1f3520 0%, var(--emerald-lt) 50%, var(--emerald) 100%);
}

/* Card overlay */
.product-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 15, 8, 0.95) 0%,
    rgba(8, 15, 8, 0.5) 40%,
    transparent 70%
  );
  transition: background var(--dur-base) var(--ease-out);
  z-index: 1;
}

.product-card:hover .product-card-overlay {
  background: linear-gradient(
    to top,
    rgba(8, 15, 8, 0.98) 0%,
    rgba(8, 15, 8, 0.7) 50%,
    rgba(8, 15, 8, 0.2) 100%
  );
}

/* Card content */
.product-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-card-tag {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(8, 15, 8, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200, 162, 75, 0.2);
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

.product-card-moq {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.product-card-name {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 8px;
}

.product-card-desc {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.6);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-base) var(--ease-out),
              opacity var(--dur-base) var(--ease-out);
  opacity: 0;
}

.product-card:hover .product-card-desc {
  max-height: 80px;
  opacity: 1;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(200, 162, 75, 0.12);
}

.product-card-price-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Arrow icon */
.card-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(200, 162, 75, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: all var(--dur-base) var(--ease-out);
  flex-shrink: 0;
}

.product-card:hover .card-arrow {
  background: var(--gold);
  color: var(--dark);
  transform: rotate(-45deg);
  border-color: var(--gold);
}

/* Products CTA */
.products-cta {
  display: flex;
  justify-content: center;
  margin-top: var(--space-3xl);
}

/* ------------------------------------------------------------
   13. CRAFTSMANSHIP PILLARS
   ------------------------------------------------------------ */
.pillars-section {
  background: var(--dark);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--col-gap);
}

.pillar-card {
  padding: var(--space-2xl);
  background: var(--emerald);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 162, 75, 0);
  position: relative;
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-slow) var(--ease-out);
}

.pillar-card:hover {
  border-color: rgba(200, 162, 75, 0.15);
  background: var(--emerald-mid);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.pillar-card:hover::before {
  transform: scaleX(1);
}

.pillar-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(200, 162, 75, 0.1);
  border: 1px solid rgba(200, 162, 75, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-xl);
  color: var(--gold);
  transition: background var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}

.pillar-card:hover .pillar-icon {
  background: rgba(200, 162, 75, 0.18);
  border-color: rgba(200, 162, 75, 0.3);
}

.pillar-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-sm);
}

.pillar-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: var(--space-md);
}

.pillar-text {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.65);
  line-height: 1.75;
}

/* ------------------------------------------------------------
   14. CTA BAND
   ------------------------------------------------------------ */
.cta-band {
  background: var(--emerald-mid);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(44, 82, 48, 0.5) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 100% 50%, rgba(23, 45, 23, 0.7) 0%, transparent 70%);
  pointer-events: none;
}

.cta-band-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-3xl);
  align-items: center;
}

.cta-band-content {}

.cta-band-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.4;
  margin-bottom: var(--space-lg);
  max-width: 640px;
}

.cta-band-quote em {
  font-style: italic;
  color: var(--gold-pale);
}

.cta-band-sub {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.6);
  letter-spacing: 0.04em;
  max-width: 420px;
  line-height: 1.7;
}

.cta-band-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: center;
  flex-shrink: 0;
}

.cta-band-guarantee {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(237, 233, 223, 0.4);
  text-align: center;
}

/* ------------------------------------------------------------
   15. QUOTE FORM
   ------------------------------------------------------------ */
.form-section {
  background: var(--black);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.form-intro {}

.form-intro .section-desc {
  max-width: 100%;
}

.form-trust {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
  padding-top: var(--space-2xl);
  border-top: 1px solid rgba(200, 162, 75, 0.1);
}

.form-trust-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
}

.form-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(200, 162, 75, 0.08);
  border: 1px solid rgba(200, 162, 75, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}

.form-trust-text {}

.form-trust-title {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 4px;
}

.form-trust-desc {
  font-size: var(--text-xs);
  color: var(--text-muted);
  line-height: 1.5;
}

/* Form */
.quote-form {
  background: var(--dark);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  border: 1px solid rgba(200, 162, 75, 0.08);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.form-row.single {
  grid-template-columns: 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: var(--space-md);
}

.form-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(23, 45, 23, 0.5);
  border: 1px solid rgba(200, 162, 75, 0.12);
  border-radius: var(--radius-md);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  outline: none;
  transition: border-color var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
  -webkit-appearance: none;
  appearance: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(96, 112, 96, 0.7);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--gold);
  background: rgba(23, 45, 23, 0.8);
  box-shadow: 0 0 0 3px rgba(200, 162, 75, 0.08);
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23607060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-select option {
  background: var(--dark);
  color: var(--cream);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-submit {
  width: 100%;
  padding: 18px 32px;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: background var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-spring),
              box-shadow var(--dur-base) var(--ease-out);
  margin-top: var(--space-md);
  position: relative;
  overflow: hidden;
}

.form-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
}

.form-submit:hover {
  background: var(--gold-lt);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(200, 162, 75, 0.3);
}

.form-submit:hover::before {
  opacity: 1;
}

.form-submit:active {
  transform: translateY(0);
  box-shadow: none;
}

.form-note {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  margin-top: var(--space-md);
}

/* ------------------------------------------------------------
   16. FOOTER
   ------------------------------------------------------------ */
.footer {
  background: var(--black);
  padding: var(--space-4xl) 0 var(--space-2xl);
  border-top: 1px solid rgba(200, 162, 75, 0.08);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: var(--space-2xl);
  padding-bottom: var(--space-3xl);
  border-bottom: 1px solid rgba(200, 162, 75, 0.08);
}

/* Footer brand column */
.footer-brand {}

.footer-brand .nav-logo {
  margin-bottom: var(--space-lg);
}

.footer-brand-desc {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.5);
  line-height: 1.75;
  max-width: 300px;
  margin-bottom: var(--space-xl);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.footer-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(200, 162, 75, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all var(--dur-base) var(--ease-out);
}

.footer-social:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200, 162, 75, 0.08);
}

/* Footer nav columns */
.footer-col {}

.footer-col-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-lg);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.5);
  transition: color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-out);
  display: inline-block;
}

.footer-link:hover {
  color: var(--cream);
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.5);
  line-height: 1.5;
  margin-bottom: 12px;
}

.footer-contact-icon {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Footer bottom */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-xl);
  gap: var(--space-lg);
  flex-wrap: wrap;
}

.footer-copy {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(237, 233, 223, 0.3);
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.footer-legal-link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(237, 233, 223, 0.3);
  transition: color var(--dur-base) var(--ease-out);
}

.footer-legal-link:hover {
  color: var(--text-muted);
}

/* Certifications row */
.footer-certs {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-2xl);
  padding-top: var(--space-2xl);
  border-top: 1px solid rgba(200, 162, 75, 0.06);
}

.footer-cert-badge {
  padding: 6px 14px;
  border: 1px solid rgba(200, 162, 75, 0.15);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ------------------------------------------------------------
   17. GSAP REVEAL CLASSES
   ------------------------------------------------------------ */

/* Base reveal state (pre-animation) */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered reveals */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.reveal-stagger.revealed > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0ms; }
.reveal-stagger.revealed > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 80ms; }
.reveal-stagger.revealed > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 160ms; }
.reveal-stagger.revealed > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 240ms; }
.reveal-stagger.revealed > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 320ms; }
.reveal-stagger.revealed > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 400ms; }

/* Directional reveals */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Text split char animation */
.split-chars .char {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path var(--dur-slow) var(--ease-out);
}

.split-chars.revealed .char {
  clip-path: inset(0 0% 0 0);
}

/* Stagger chars */
.split-chars.revealed .char:nth-child(1)  { transition-delay: 0ms; }
.split-chars.revealed .char:nth-child(2)  { transition-delay: 30ms; }
.split-chars.revealed .char:nth-child(3)  { transition-delay: 60ms; }
.split-chars.revealed .char:nth-child(4)  { transition-delay: 90ms; }
.split-chars.revealed .char:nth-child(5)  { transition-delay: 120ms; }
.split-chars.revealed .char:nth-child(6)  { transition-delay: 150ms; }
.split-chars.revealed .char:nth-child(7)  { transition-delay: 180ms; }
.split-chars.revealed .char:nth-child(8)  { transition-delay: 210ms; }
.split-chars.revealed .char:nth-child(9)  { transition-delay: 240ms; }
.split-chars.revealed .char:nth-child(10) { transition-delay: 270ms; }
.split-chars.revealed .char:nth-child(11) { transition-delay: 300ms; }
.split-chars.revealed .char:nth-child(12) { transition-delay: 330ms; }

/* Line reveal (for horizontal decorative lines) */
.reveal-line {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-slower) var(--ease-out);
}

.reveal-line.revealed {
  transform: scaleX(1);
}

/* ------------------------------------------------------------
   18. CATALOG PAGE
   ------------------------------------------------------------ */
.catalog-hero {
  padding: 160px 0 80px;
  background:
    linear-gradient(160deg, rgba(10,26,18,0.78) 0%, rgba(10,26,18,0.55) 60%, rgba(10,26,18,0.45) 100%),
    url('../images/broom_lineup.webp') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.catalog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(44, 82, 48, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.catalog-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* Product detail card */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding: var(--space-4xl) 0;
  border-bottom: 1px solid rgba(200, 162, 75, 0.08);
}

.product-detail:last-child {
  border-bottom: none;
}

.product-detail:nth-child(even) {
  direction: rtl;
}

.product-detail:nth-child(even) > * {
  direction: ltr;
}

.product-detail-gallery {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--emerald);
}

.product-gallery-main {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}

.product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slower) var(--ease-out);
}

.product-gallery-main:hover img {
  transform: scale(1.04);
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 4px;
}

.product-gallery-thumb {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--emerald-mid);
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--dur-fast) var(--ease-out),
              opacity var(--dur-fast) var(--ease-out);
}

.product-gallery-thumb.active {
  border-color: var(--gold);
}

.product-gallery-thumb:hover {
  opacity: 0.8;
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product detail info */
.product-detail-info {}

.product-detail-sku {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-sm);
}

.product-detail-name {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: var(--space-lg);
}

.product-detail-desc {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.65);
  line-height: 1.8;
  margin-bottom: var(--space-2xl);
}

/* Specs table */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--space-2xl);
}

.specs-table tr {
  border-bottom: 1px solid rgba(200, 162, 75, 0.07);
}

.specs-table tr:last-child {
  border-bottom: none;
}

.specs-table td {
  padding: 12px 0;
  font-size: var(--text-sm);
  line-height: 1.5;
}

.specs-table td:first-child {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  width: 40%;
  padding-right: var(--space-md);
}

.specs-table td:last-child {
  color: var(--cream-dk);
  font-weight: 400;
}

/* Gallery grid (catalog) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  gap: var(--col-gap);
  margin-top: var(--space-3xl);
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--emerald-mid);
  cursor: pointer;
}

.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(4) { grid-column: span 4; grid-row: span 2; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item:nth-child(6) { grid-column: span 4; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slower) var(--ease-out);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 8, 0);
  transition: background var(--dur-base) var(--ease-out);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-item-overlay {
  background: rgba(8, 15, 8, 0.4);
}

.gallery-item-overlay-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(247, 244, 237, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-spring);
}

.gallery-item:hover .gallery-item-overlay-icon {
  opacity: 1;
  transform: scale(1);
}

/* ------------------------------------------------------------
   19. ABOUT PAGE
   ------------------------------------------------------------ */
.about-hero {
  min-height: 60svh;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 80% 50%, rgba(44, 82, 48, 0.35) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 0% 80%, rgba(23, 45, 23, 0.6) 0%, transparent 60%);
  pointer-events: none;
}

/* Timeline */
.timeline-section {
  background: var(--black);
  padding: var(--space-5xl) 0;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(200, 162, 75, 0.25) 10%, rgba(200, 162, 75, 0.25) 90%, transparent);
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--space-xl);
  align-items: center;
  margin-bottom: var(--space-3xl);
}

.timeline-item:nth-child(odd) .timeline-content {
  grid-column: 1;
  text-align: right;
}

.timeline-item:nth-child(odd) .timeline-spacer {
  grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 3;
  text-align: left;
  order: 3;
}

.timeline-item:nth-child(even) .timeline-spacer {
  grid-column: 1;
  order: 1;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--black);
  box-shadow: 0 0 0 1px var(--gold);
  flex-shrink: 0;
  z-index: 1;
}

.timeline-year {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  opacity: 0.6;
}

.timeline-title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
  line-height: 1.2;
}

.timeline-text {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.6);
  line-height: 1.7;
}

/* Production visual */
.production-section {
  background: var(--dark);
  padding: var(--space-4xl) 0;
}

.production-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: var(--col-gap);
}

.production-cell {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--emerald-mid);
}

.production-cell:first-child {
  grid-row: span 2;
}

.production-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slower) var(--ease-out);
}

.production-cell:hover img {
  transform: scale(1.05);
}

.production-cell-label {
  position: absolute;
  bottom: var(--space-md);
  left: var(--space-md);
  padding: 8px 16px;
  background: rgba(8, 15, 8, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200, 162, 75, 0.15);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dk);
}

/* Values grid */
.values-section {
  background: var(--emerald);
  padding: var(--space-4xl) 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.value-item {
  text-align: center;
  padding: var(--space-xl);
}

.value-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(200, 162, 75, 0.1);
  border: 1px solid rgba(200, 162, 75, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
  color: var(--gold);
}

.value-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
}

.value-text {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.6);
  line-height: 1.65;
}

/* ------------------------------------------------------------
   20. WHOLESALE PAGE
   ------------------------------------------------------------ */
.wholesale-hero {
  min-height: 60svh;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  background: var(--dark);
  position: relative;
}

/* Terms grid */
.terms-section {
  background: var(--black);
  padding: var(--space-4xl) 0;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--col-gap);
}

.term-card {
  padding: var(--space-2xl);
  background: var(--dark);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 162, 75, 0.08);
  position: relative;
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-out);
}

.term-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
}

.term-card:hover {
  border-color: rgba(200, 162, 75, 0.15);
  transform: translateY(-4px);
}

.term-card:hover::after {
  opacity: 0.6;
}

.term-card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(200, 162, 75, 0.08);
  border: 1px solid rgba(200, 162, 75, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-lg);
  color: var(--gold);
}

.term-card-title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: var(--space-sm);
}

.term-card-text {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.6);
  line-height: 1.75;
}

.term-card-detail {
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(200, 162, 75, 0.08);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Payment flow visualization */
.payment-section {
  background: var(--dark);
  padding: var(--space-4xl) 0;
}

.payment-flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-lg);
  position: relative;
  margin-top: var(--space-3xl);
}

.payment-flow::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 75, 0.3), rgba(200, 162, 75, 0.3), transparent);
}

.payment-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
}

.payment-step-num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--emerald-mid);
  border: 2px solid rgba(200, 162, 75, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: var(--space-lg);
  position: relative;
  z-index: 1;
  transition: border-color var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}

.payment-step:hover .payment-step-num {
  border-color: var(--gold);
  background: var(--emerald);
  box-shadow: 0 0 30px rgba(200, 162, 75, 0.2);
}

.payment-step-title {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 6px;
}

.payment-step-desc {
  font-size: var(--text-xs);
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 140px;
}

.payment-step-pct {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--gold);
  opacity: 0.35;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 1;
  pointer-events: none;
}

/* MOQ section */
.moq-highlight {
  background: var(--emerald-mid);
  border: 1px solid rgba(200, 162, 75, 0.15);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-xl);
  margin-top: var(--space-3xl);
  text-align: center;
}

.moq-item {}

.moq-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}

.moq-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 8px;
}

.moq-sep {
  width: 1px;
  background: rgba(200, 162, 75, 0.12);
  align-self: stretch;
}

/* Incoterms badge */
.incoterm-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(200, 162, 75, 0.08);
  border: 1px solid rgba(200, 162, 75, 0.2);
  border-radius: var(--radius-full);
  margin-top: var(--space-lg);
}

.incoterm-code {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.incoterm-text {
  font-size: var(--text-xs);
  color: rgba(237, 233, 223, 0.55);
  letter-spacing: 0.04em;
}

/* SKU table */
.sku-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 162, 75, 0.08);
  margin-top: var(--space-2xl);
}

.sku-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.sku-table thead tr {
  background: var(--emerald);
  border-bottom: 1px solid rgba(200, 162, 75, 0.12);
}

.sku-table thead th {
  padding: 14px 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
}

.sku-table tbody tr {
  border-bottom: 1px solid rgba(200, 162, 75, 0.05);
  background: var(--dark);
  transition: background var(--dur-fast) var(--ease-out);
}

.sku-table tbody tr:last-child {
  border-bottom: none;
}

.sku-table tbody tr:hover {
  background: var(--emerald);
}

.sku-table tbody td {
  padding: 16px 20px;
  font-size: var(--text-sm);
  color: rgba(237, 233, 223, 0.75);
}

.sku-table tbody td:first-child {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.sku-table tbody td:nth-child(2) {
  color: var(--cream);
  font-weight: 400;
}

/* ------------------------------------------------------------
   21. CONTACT PAGE
   ------------------------------------------------------------ */
.contact-hero {
  padding: 160px 0 80px;
  background: var(--dark);
  position: relative;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding: var(--space-3xl) 0;
}

.contact-info {}

.contact-info-items {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

.contact-info-item {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(200, 162, 75, 0.08);
  border: 1px solid rgba(200, 162, 75, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  transition: background var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}

.contact-info-item:hover .contact-info-icon {
  background: rgba(200, 162, 75, 0.15);
  border-color: rgba(200, 162, 75, 0.3);
}

.contact-info-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.contact-info-value {
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--cream-dk);
  line-height: 1.5;
}

.contact-info-value a {
  transition: color var(--dur-fast) var(--ease-out);
}

.contact-info-value a:hover {
  color: var(--gold);
}

/* Map placeholder */
.map-placeholder {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--emerald);
  position: relative;
  border: 1px solid rgba(200, 162, 75, 0.1);
}

.map-placeholder-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
}

.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(0.8) brightness(0.7) saturate(0.8);
  transition: filter var(--dur-base) var(--ease-out);
}

.map-placeholder:hover iframe {
  filter: grayscale(0.3) brightness(0.85) saturate(1);
}

.map-placeholder-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 50% 50%, rgba(23, 45, 23, 0.4) 0%, transparent 70%),
    linear-gradient(to bottom, transparent, rgba(8, 15, 8, 0.1));
  pointer-events: none;
}

/* Contact form card */
.contact-form-card {
  background: var(--dark);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  border: 1px solid rgba(200, 162, 75, 0.08);
  position: sticky;
  top: calc(var(--nav-h) + var(--space-lg));
}

.contact-form-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: var(--space-sm);
}

.contact-form-sub {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin-bottom: var(--space-xl);
  line-height: 1.65;
}

/* Offices */
.offices-section {
  background: var(--emerald);
  padding: var(--space-4xl) 0;
}

.offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--col-gap);
}

.office-card {
  padding: var(--space-xl);
  border-radius: var(--radius-xl);
  background: rgba(14, 27, 14, 0.5);
  border: 1px solid rgba(200, 162, 75, 0.1);
  transition: border-color var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out);
}

.office-card:hover {
  border-color: rgba(200, 162, 75, 0.25);
  background: rgba(14, 27, 14, 0.7);
}

.office-country {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-sm);
}

.office-city {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: var(--space-md);
}

.office-address {
  font-size: var(--text-sm);
  font-weight: 300;
  color: rgba(237, 233, 223, 0.6);
  line-height: 1.7;
}

/* ------------------------------------------------------------
   22. UTILITY CLASSES
   ------------------------------------------------------------ */
.text-gold { color: var(--gold); }
.text-cream { color: var(--cream); }
.text-muted { color: var(--text-muted); }
.text-center { text-align: center; }
.text-right { text-align: right; }

.hidden { display: none !important; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.mt-sm  { margin-top: var(--space-sm); }
.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-sm  { margin-bottom: var(--space-sm); }
.mb-md  { margin-bottom: var(--space-md); }
.mb-lg  { margin-bottom: var(--space-lg); }
.mb-xl  { margin-bottom: var(--space-xl); }
.mb-2xl { margin-bottom: var(--space-2xl); }

/* Gold highlight span */
.highlight {
  color: var(--gold);
}

/* Backdrop blur card */
.glass-card {
  background: rgba(14, 27, 14, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(200, 162, 75, 0.1);
  border-radius: var(--radius-xl);
}

/* Prose */
.prose {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.8;
  color: rgba(237, 233, 223, 0.75);
}

.prose p + p {
  margin-top: var(--space-md);
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--cream);
  margin: var(--space-2xl) 0 var(--space-md);
}

.prose h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--cream);
  margin: var(--space-xl) 0 var(--space-sm);
}

.prose ul {
  list-style: none;
  padding: 0;
}

.prose ul li {
  padding-left: var(--space-lg);
  position: relative;
  margin-bottom: var(--space-sm);
}

.prose ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}

/* ------------------------------------------------------------
   23. SCROLL PROGRESS BAR
   ------------------------------------------------------------ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  z-index: 1001;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.1s linear;
  pointer-events: none;
}

/* ------------------------------------------------------------
   24. BACK TO TOP
   ------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  bottom: var(--space-xl);
  right: var(--gutter);
  width: 48px;
  height: 48px;
  background: var(--emerald-mid);
  border: 1px solid rgba(200, 162, 75, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  z-index: 100;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-spring),
              background var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.back-to-top:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dark);
}

/* ------------------------------------------------------------
   25. PAGE TRANSITION OVERLAY
   ------------------------------------------------------------ */
.page-transition {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s var(--ease-in-out);
}

.page-transition.active {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------
   26. LOADING STATE
   ------------------------------------------------------------ */
.loading-screen {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-lg);
  transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}

.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-logo {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.1em;
}

.loading-bar-wrap {
  width: 180px;
  height: 1px;
  background: rgba(200, 162, 75, 0.15);
  border-radius: 1px;
  overflow: hidden;
}

.loading-bar {
  height: 100%;
  background: var(--gold);
  transform-origin: left;
  animation: loadingProgress 1.2s var(--ease-in-out) forwards;
}

@keyframes loadingProgress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ------------------------------------------------------------
   27. NOTIFICATION / TOAST
   ------------------------------------------------------------ */
.toast {
  position: fixed;
  bottom: var(--space-xl);
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  padding: 14px 24px;
  background: var(--dark);
  border: 1px solid rgba(200, 162, 75, 0.2);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--cream);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all var(--dur-base) var(--ease-spring);
  white-space: nowrap;
  box-shadow: var(--shadow-md);
}

.toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast.success {
  border-color: rgba(200, 162, 75, 0.4);
  background: var(--emerald-mid);
}

/* ------------------------------------------------------------
   28. RESPONSIVE — 1200px (large)
   ------------------------------------------------------------ */
@media (max-width: 1200px) {
  :root {
    --nav-h: 130px;
  }

  .nav-logo-img {
    height: 110px !important;
    max-height: 110px !important;
  }

  .products-grid {
    gap: var(--space-lg);
  }

  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: var(--space-xl);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item:nth-child(1) { grid-column: span 12; grid-row: span 1; }
  .gallery-item:nth-child(2) { grid-column: span 6; }
  .gallery-item:nth-child(3) { grid-column: span 6; }
  .gallery-item:nth-child(4) { grid-column: span 4; }
  .gallery-item:nth-child(5) { grid-column: span 4; }
  .gallery-item:nth-child(6) { grid-column: span 4; }
}

/* ------------------------------------------------------------
   29. RESPONSIVE — 900px (tablet)
   ------------------------------------------------------------ */
@media (max-width: 900px) {
  :root {
    --nav-h: 80px;
  }

  .nav-logo-img {
    height: 65px !important;
    max-height: 65px !important;
  }

  .section {
    padding: 80px 0;
  }

  /* Nav */
  .nav-links {
    display: none;
  }

  /* Раскрытое мобильное меню (класс .open вешает бургер в main.js initNav).
     Правило отсутствовало — бургер тогглил класс, но панель не появлялась,
     из-за чего на телефоне пункты меню были недоступны. Добавлено 20.07.2026. */
  .nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-md);
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    padding: var(--space-lg) var(--gutter);
    background: var(--emerald, #0b1f16);
    border-top: 1px solid rgba(200, 162, 75, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    z-index: 120;
  }

  .nav-links.open .nav-link {
    font-size: var(--text-md);
    padding: 10px 0;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-mobile {
    display: flex;
  }

  .btn-nav {
    display: none;
  }

  /* Hero */
  .hero-broom-visual {
    width: 60%;
    opacity: 0.35;
  }

  .hero-stats {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: var(--space-xl);
  }

  .hero-stat-badge {
    flex: 1;
    min-width: 140px;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .about-visual {
    aspect-ratio: 16/9;
  }

  /* Products */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid > .product-card:nth-child(3n+2) {
    margin-top: 0;
  }

  .products-grid > .product-card:nth-child(2n) {
    margin-top: 28px;
  }

  /* Pillars */
  .pillars-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  /* CTA band */
  .cta-band-inner {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
    text-align: center;
  }

  .cta-band-sub {
    margin: 0 auto;
  }

  /* Form */
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
  }

  .footer-brand {
    grid-column: span 2;
  }

  /* About page */
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    grid-template-columns: auto 1fr;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 2;
    text-align: left;
    order: unset;
  }

  .timeline-item:nth-child(odd) .timeline-spacer,
  .timeline-item:nth-child(even) .timeline-spacer {
    display: none;
  }

  .timeline-dot {
    align-self: flex-start;
    margin-top: 8px;
  }

  /* Production grid */
  .production-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .production-cell:first-child {
    grid-row: auto;
  }

  .production-cell {
    aspect-ratio: 16/9;
  }

  /* Values */
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    position: static;
  }

  /* Offices */
  .offices-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Terms */
  .terms-grid {
    grid-template-columns: 1fr;
  }

  /* Payment flow */
  .payment-flow {
    flex-direction: column;
    align-items: center;
  }

  .payment-flow::before {
    display: none;
  }

  .payment-step {
    flex-direction: row;
    text-align: left;
    max-width: 400px;
    width: 100%;
    gap: var(--space-lg);
  }

  .payment-step-num {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  /* MOQ highlight */
  .moq-highlight {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .moq-sep {
    width: 100%;
    height: 1px;
  }

  /* Product detail */
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-detail:nth-child(even) {
    direction: ltr;
  }

  /* Gallery grid */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  .gallery-item { grid-column: span 1 !important; grid-row: span 1 !important; }
}

/* ------------------------------------------------------------
   30. RESPONSIVE — 768px (mobile)
   ------------------------------------------------------------ */
@media (max-width: 768px) {
  :root {
    --nav-h: 70px;
    --gutter: 1.25rem;
  }

  .nav-logo-img {
    height: 55px !important;
    max-height: 55px !important;
  }

  .section {
    padding: 60px 0;
  }

  /* Hero */
  .hero-content {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
  }

  .hero-broom-visual {
    display: none;
  }

  .hero-stats {
    margin-top: var(--space-lg);
  }

  .hero-stat-badge {
    min-width: 0;
  }

  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary,
  .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  /* About stats */
  .about-stats {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
  }

  /* Products */
  .products-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-grid > .product-card:nth-child(2n) {
    margin-top: 0;
  }

  .product-card {
    aspect-ratio: 3/4;
  }

  /* Marquee */
  .marquee-text {
    font-size: 11px;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: span 1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-md);
  }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  /* Offices */
  .offices-grid {
    grid-template-columns: 1fr;
  }

  /* SKU table */
  .sku-table thead th:nth-child(n+4),
  .sku-table tbody td:nth-child(n+4) {
    display: none;
  }

  /* Section header */
  .section-title {
    font-size: clamp(1.875rem, 6vw, 2.5rem);
  }

  /* Form row */
  .form-row {
    grid-template-columns: 1fr;
  }

  /* Quote form */
  .quote-form {
    padding: var(--space-lg);
  }

  /* Cta band */
  .cta-band {
    padding: 60px 0;
  }

  /* Timeline */
  .timeline-year {
    font-size: 2rem;
  }

  /* Values */
  .values-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  /* Contact form */
  .contact-form-card {
    padding: var(--space-lg);
  }
}

/* ------------------------------------------------------------
   31. PRINT STYLES
   ------------------------------------------------------------ */
@media print {
  .nav,
  .cursor-dot,
  .cursor-ring,
  .hero-scroll,
  .marquee-section,
  .back-to-top,
  .scroll-progress,
  .nav-hamburger,
  .nav-mobile {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .hero {
    min-height: auto;
    padding: 40px 0;
  }
}

/* ------------------------------------------------------------
   32. FOCUS / ACCESSIBILITY
   ------------------------------------------------------------ */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 3px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-eyebrow,
  .hero-title,
  .hero-subtitle,
  .hero-cta,
  .hero-scroll,
  .hero-stats,
  .hero-broom-visual {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .marquee-track {
    animation: none;
  }

  .hero-scroll-line::after {
    animation: none;
  }
}

/* High contrast mode */
@media (forced-colors: active) {
  .btn-primary,
  .btn-ghost,
  .btn-nav {
    border: 2px solid ButtonText;
  }

  .form-input,
  .form-select,
  .form-textarea {
    border: 1px solid ButtonText;
  }
}

/* ------------------------------------------------------------
   NO-JS FALLBACK — show all animated content without animations
   html.no-js stays when JS disabled or all scripts fail to load.
   Inline <script> in <head> removes this class instantly when JS runs.
   ------------------------------------------------------------ */
html.no-js .reveal,
html.no-js .reveal-left,
html.no-js .reveal-right,
html.no-js .reveal-scale {
  opacity: 1 !important;
  transform: none !important;
}
html.no-js .reveal-stagger > * {
  opacity: 1 !important;
  transform: none !important;
}
html.no-js .hero-eyebrow,
html.no-js .hero-title,
html.no-js .hero-subtitle,
html.no-js .hero-cta,
html.no-js .hero-broom-visual {
  opacity: 1 !important;
  animation: none !important;
}
html.no-js .split-chars .char {
  opacity: 1 !important;
  transform: none !important;
}

/* ------------------------------------------------------------
   END OF STYLESHEET
   ------------------------------------------------------------ */
