/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Litebow Industries â€” Premium Design System
   Colors: 60% White Â· 30% Black Â· 10% Brass (#C98B2E)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ RESET & BASE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brass:       #C98B2E;
  --brass-light: #E8C97A;
  --brass-dark:  #8B5E1A;
  --brass-pale:  #FAF3E0;
  --black:       #0D0D0B;
  --black-2:     #1A1814;
  --black-3:     #2C2A26;
  --white:       #FFFFFF;
  --off-white:   #FAF8F3;
  --gray-100:    #F0EDE6;
  --gray-200:    #DDD9D0;
  --gray-400:    #9E9A92;
  --gray-600:    #6B6860;
  --font-serif:  'Barlow', system-ui, sans-serif;
  --font-sans:   'Barlow', system-ui, sans-serif;
  --nav-h:       72px;
  --section-pad: 112px;
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-brass:  cubic-bezier(0.43, 0.195, 0.02, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-sans);
  background: var(--white);
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

/* â”€â”€â”€ TYPOGRAPHY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
h1,h2,h3,h4 { font-family: var(--font-sans); line-height: 1.08; letter-spacing: -0.03em; font-weight: 600; }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 300; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); font-weight: 400; }
h4 { font-size: 1.2rem; font-weight: 400; }

.section-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-family: var(--font-sans); font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass);
  margin-bottom: 1.2rem;
}
.section-tag::before {
  content: ''; display: block; width: 28px; height: 1px; background: var(--brass);
}

.brass  { color: var(--brass); }
.serif  { font-family: var(--font-serif); }

/* â”€â”€â”€ LOADER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--black); display: flex;
  align-items: center; justify-content: center;
  transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}
#loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.loader-logo { width: 60px; height: 68px; }
.loader-logo .logo-path   { fill: none; stroke: var(--brass); stroke-width: 3; stroke-dasharray: 800; stroke-dashoffset: 800; animation: drawPath 1.4s var(--ease-out) forwards; }
.loader-logo .logo-path-2 { fill: none; stroke: var(--brass); stroke-width: 3; stroke-dasharray: 600; stroke-dashoffset: 600; animation: drawPath 1.4s 0.15s var(--ease-out) forwards; }
@keyframes drawPath { to { stroke-dashoffset: 0; } }
.loader-bar  { width: 120px; height: 1px; background: var(--black-3); overflow: hidden; }
.loader-fill { width: 0; height: 100%; background: var(--brass); animation: fillBar 1.8s var(--ease-brass) forwards; }
@keyframes fillBar { to { width: 100%; } }

/* â”€â”€â”€ CURSOR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cursor {
  position: fixed; pointer-events: none; z-index: 9998; mix-blend-mode: difference;
  width: 12px; height: 12px; border-radius: 50%; background: var(--white);
  transform: translate(-50%, -50%); transition: transform 0.15s, width 0.3s, height 0.3s;
}
.cursor-ring {
  position: fixed; pointer-events: none; z-index: 9997;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(201,139,46,0.5);
  transform: translate(-50%, -50%); transition: transform 0.4s var(--ease-out), width 0.4s, height 0.4s, opacity 0.3s;
}
@media (hover: none) { .cursor, .cursor-ring { display: none; } }

/* â”€â”€â”€ NAVIGATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: background 0.4s, box-shadow 0.4s, padding 0.3s;
}
#site-header.scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--gray-200);
}
#site-header.dark-hero { --nav-text: #fff; }
#site-header.dark-hero.scrolled { --nav-text: var(--black); }

.navbar {
  display: flex; align-items: center; gap: 2rem;
  max-width: 1320px; margin: 0 auto;
  padding: 0 2rem; height: var(--nav-h);
}

.nav-logo {
  display: flex; align-items: center; gap: 10px;
  color: var(--nav-text, var(--black)); transition: color 0.3s;
  flex-shrink: 0;
}
.nav-logo svg { color: var(--brass); transition: transform 0.4s var(--ease-out); }
.nav-logo:hover svg { transform: scale(1.08); }
.nav-logo-text {
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex; align-items: center; gap: 0.25rem;
  margin-left: auto;
}
.nav-link {
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.02em;
  color: var(--nav-text, var(--black)); padding: 6px 14px; border-radius: 999px;
  transition: color 0.2s, background 0.2s; position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px;
  height: 1px; background: var(--brass); transform: scaleX(0);
  transition: transform 0.3s var(--ease-out); transform-origin: left;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--brass); }
.nav-arrow { font-size: 10px; margin-left: 2px; }

/* Dropdown */
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: -12px;
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: 20px; padding: 8px 0; min-width: 240px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all 0.25s var(--ease-out);
}
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block; padding: 9px 20px; font-size: 13.5px; color: var(--black-2);
  transition: background 0.15s, color 0.15s;
}
.dropdown a:hover { background: var(--gray-100); color: var(--brass); }

.nav-cta {
  flex-shrink: 0; background: var(--brass); color: var(--white);
  font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
  padding: 9px 22px; border-radius: 999px;
  transition: background 0.25s, transform 0.2s;
}
.nav-cta:hover { background: var(--brass-dark); transform: translateY(-1px); }

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px; background: none;
  border: none; cursor: pointer; padding: 8px; margin-left: auto;
}
.nav-hamburger span { display: block; width: 24px; height: 1.5px; background: var(--nav-text, var(--black)); transition: all 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  display: none; background: var(--white); border-top: 1px solid var(--gray-200);
  padding: 1rem 2rem 2rem;
}
.mobile-menu.open { display: block; }
.mobile-menu li a {
  display: block; padding: 12px 0; font-size: 15px;
  border-bottom: 1px solid var(--gray-100); color: var(--black);
}
.mobile-menu li a:hover { color: var(--brass); }
.mobile-cta {
  display: inline-block !important; margin-top: 1rem !important;
  background: var(--brass) !important; color: var(--white) !important;
  padding: 12px 28px !important; border-radius: 4px !important;
  border-bottom: none !important;
}

/* â”€â”€â”€ BUTTONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 600;
  letter-spacing: 0.04em; padding: 14px 32px; border-radius: 999px;
  transition: all 0.3s var(--ease-out); cursor: pointer; border: none;
  position: relative; overflow: hidden;
}
.btn::after {
  content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.15);
  transform: translateX(-100%); transition: transform 0.4s var(--ease-out);
}
.btn:hover::after { transform: translateX(0); }

.btn-brass { background: var(--brass); color: var(--white); }
.btn-brass:hover { background: var(--brass-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,139,46,0.3); }

.btn-outline {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
}
.btn-outline:hover { border-color: var(--brass); color: var(--brass); }

.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: var(--black-2); transform: translateY(-2px); }

.btn-arrow::after { display: none; }
.btn-arrow .arrow { transition: transform 0.3s var(--ease-out); }
.btn-arrow:hover .arrow { transform: translateX(4px); }

/* â”€â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  position: relative; min-height: 100vh;
  background: var(--black); color: var(--white);
  display: flex; align-items: center;
  overflow: hidden; padding-top: var(--nav-h);
}

.hero-canvas {
  position: absolute; inset: 0; opacity: 0.6;
}

/* Animated brass grid lines */
.hero-lines {
  position: absolute; inset: 0; overflow: hidden;
}
.hero-lines::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,139,46,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,139,46,0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove { to { transform: translate(80px, 80px); } }

.hero-glow {
  position: absolute; top: -20%; right: -10%;
  width: 60vw; height: 60vw;
  background: radial-gradient(circle, rgba(201,139,46,0.12) 0%, transparent 65%);
  animation: pulseGlow 6s ease-in-out infinite alternate;
}
@keyframes pulseGlow { to { transform: scale(1.15); opacity: 0.7; } }

.hero-content {
  position: relative; z-index: 2;
  max-width: 1320px; margin: 0 auto;
  padding: 6rem 2rem 4rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}

.hero-left { max-width: 680px; }

.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1.5rem;
  opacity: 0; transform: translateY(20px);
  animation: revealUp 0.8s 0.3s var(--ease-out) forwards;
}
.hero-tag::before { content: ''; width: 28px; height: 1px; background: var(--brass); }

.hero-heading {
  font-family: var(--font-serif); font-weight: 300;
  font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.05;
  color: var(--white); margin-bottom: 1.5rem;
  opacity: 0; transform: translateY(30px);
  animation: revealUp 0.9s 0.45s var(--ease-out) forwards;
}
.hero-heading em {
  font-style: italic; color: var(--brass);
  display: block;
}

.hero-sub {
  font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.65);
  max-width: 480px; margin-bottom: 2.5rem;
  opacity: 0; transform: translateY(20px);
  animation: revealUp 0.8s 0.6s var(--ease-out) forwards;
}

.hero-ctas {
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0; transform: translateY(20px);
  animation: revealUp 0.8s 0.75s var(--ease-out) forwards;
}

.hero-right {
  position: relative;
  opacity: 0; transform: translateX(40px);
  animation: revealRight 1s 0.5s var(--ease-out) forwards;
}

.hero-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(255,255,255,0.06); border-radius: 12px; overflow: hidden;
}
.hero-stat {
  background: rgba(255,255,255,0.03); padding: 2rem 1.5rem;
  transition: background 0.3s;
}
.hero-stat:hover { background: rgba(201,139,46,0.08); }
.hero-stat-num {
  font-family: var(--font-sans); font-size: clamp(2rem, 4vw, 3rem); font-weight: 600;
  font-weight: 300; color: var(--brass); line-height: 1;
  margin-bottom: 0.4rem;
}
.hero-stat-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  animation: bounce 2.5s ease-in-out infinite;
}
.scroll-line { width: 1px; height: 40px; background: linear-gradient(var(--brass), transparent); }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

@keyframes revealUp    { to { opacity:1; transform:translateY(0); } }
@keyframes revealRight { to { opacity:1; transform:translateX(0); } }
@keyframes revealFade  { to { opacity:1; } }

/* â”€â”€â”€ SECTION GENERIC â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section { padding: var(--section-pad) 0; }
.section-dark { background: var(--black-2); color: var(--white); }
.section-light { background: var(--off-white); }
.container { max-width: 1320px; margin: 0 auto; padding: 0 2rem; }
.container-sm { max-width: 960px; margin: 0 auto; padding: 0 2rem; }

/* â”€â”€â”€ REVEAL ANIMATIONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-left  { opacity:0; transform:translateX(-40px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal-right { opacity:0; transform:translateX(40px);  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal-left.revealed, .reveal-right.revealed { opacity:1; transform:translate(0); }
.reveal-scale { opacity:0; transform:scale(0.92); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal-scale.revealed { opacity:1; transform:scale(1); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* â”€â”€â”€ MARQUEE / TICKER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.marquee-wrap { background: var(--brass); padding: 14px 0; overflow: hidden; }
.marquee-track { display: flex; gap: 0; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee-track span {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--white); padding: 0 2rem; font-weight: 500;
}
.marquee-track span::after { content: 'âœ¦'; opacity: 0.6; font-size: 8px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* â”€â”€â”€ INTRO / ABOUT STRIP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.intro-section {
  padding: 100px 0;
  background: var(--white);
}
.intro-grid {
  display: grid; grid-template-columns: 5fr 4fr; gap: 6rem; align-items: center;
}
.intro-heading { margin-bottom: 1.5rem; }
.intro-body { font-size: 17px; color: var(--gray-600); line-height: 1.8; margin-bottom: 2rem; }
.intro-list {
  display: flex; flex-direction: column; gap: 10px; margin-bottom: 2.5rem;
}
.intro-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; color: var(--black-2);
}
.intro-list li::before {
  content: ''; flex-shrink: 0; width: 18px; height: 1px; background: var(--brass);
}
.intro-image-block {
  position: relative; border-radius: 8px; overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--gray-100);
}
.intro-image-block img { width:100%; height:100%; object-fit: cover; }
.intro-image-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--brass); color: var(--white);
  padding: 16px 20px; border-radius: 8px;
}
.intro-image-badge strong { display: block; font-family: var(--font-serif); font-size: 2rem; font-weight: 300; line-height: 1; }
.intro-image-badge small { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }

/* â”€â”€â”€ PRODUCTS SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.products-section { padding: var(--section-pad) 0; background: var(--off-white); }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header .section-tag { justify-content: center; }
.section-header h2 { margin-bottom: 1rem; }
.section-header p  { font-size: 17px; color: var(--gray-600); max-width: 560px; margin: 0 auto; }

.products-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5px;
  background: var(--gray-200);
  border-radius: 12px; overflow: hidden;
}
.product-card {
  background: var(--white); padding: 2.5rem;
  transition: background 0.35s, transform 0.35s;
  position: relative; overflow: hidden;
}
.product-card::before {
  content: ''; position: absolute; inset: 0;
  background: var(--black); transform: translateY(101%);
  transition: transform 0.5s var(--ease-out);
}
.product-card:hover { transform: scale(1.005); }
.product-card:hover::before { transform: translateY(0); }
.product-card:hover .pc-icon,
.product-card:hover .pc-title,
.product-card:hover .pc-desc,
.product-card:hover .pc-link { color: var(--white); }

.pc-icon {
  width: 48px; height: 48px; margin-bottom: 1.5rem;
  color: var(--brass); position: relative; z-index: 1;
  transition: color 0.35s;
}
.pc-title {
  font-family: var(--font-sans); font-size: 1.45rem; font-weight: 600;
  margin-bottom: 0.75rem; position: relative; z-index: 1; transition: color 0.35s;
}
.pc-desc {
  font-size: 14px; color: var(--gray-600); line-height: 1.65;
  margin-bottom: 1.5rem; position: relative; z-index: 1; transition: color 0.35s;
}
.pc-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; color: var(--brass); position: relative; z-index: 1; transition: color 0.35s;
}
.pc-link .arrow { transition: transform 0.3s; }
.product-card:hover .pc-link .arrow { transform: translateX(4px); }

/* â”€â”€â”€ WHY US â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.why-section {
  padding: var(--section-pad) 0; background: var(--black); color: var(--white);
  position: relative; overflow: hidden;
}
.why-section::before {
  content: 'LITEBOW'; position: absolute;
  font-family: var(--font-sans); font-size: 20vw; font-weight: 700; letter-spacing: -0.06em;
  color: rgba(255,255,255,0.02); top: 50%; left: 50%;
  transform: translate(-50%, -50%); white-space: nowrap; pointer-events: none;
  letter-spacing: -0.05em;
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.why-feat { padding: 1.5rem; border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; transition: border-color 0.3s, background 0.3s; }
.why-feat:hover { border-color: rgba(201,139,46,0.4); background: rgba(201,139,46,0.05); }
.why-feat-icon { color: var(--brass); margin-bottom: 1rem; }
.why-feat h4 { font-family: var(--font-serif); font-size: 1.2rem; margin-bottom: 0.5rem; }
.why-feat p  { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.65; }

/* â”€â”€â”€ CERTIFICATIONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.certs-section { padding: var(--section-pad) 0; }
.certs-grid { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 3rem; }
.cert-badge {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 1.5rem 2rem; border: 1px solid var(--gray-200); border-radius: 20px;
  text-align: center; transition: border-color 0.3s, box-shadow 0.3s;
  background: var(--white); min-width: 140px;
}
.cert-badge:hover { border-color: var(--brass); box-shadow: 0 8px 24px rgba(201,139,46,0.1); }
.cert-icon { width: 36px; height: 36px; color: var(--brass); }
.cert-name  { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; }
.cert-desc  { font-size: 11px; color: var(--gray-400); }

/* â”€â”€â”€ EXPORT COUNTRIES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.exports-section { padding: var(--section-pad) 0; background: var(--off-white); }
.countries-grid { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 2.5rem; }
.country-pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--gray-200);
  padding: 10px 18px; border-radius: 100px; font-size: 13.5px; font-weight: 500;
  transition: all 0.25s;
}
.country-pill:hover { background: var(--black); color: var(--white); border-color: var(--black); }
.country-flag { font-size: 18px; }

/* â”€â”€â”€ CTA SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cta-section {
  padding: var(--section-pad) 0;
  background: var(--brass);
  position: relative; overflow: hidden; text-align: center;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.cta-section h2 { color: var(--white); position: relative; z-index: 1; margin-bottom: 1rem; }
.cta-section p  { color: rgba(255,255,255,0.8); position: relative; z-index: 1; font-size: 17px; max-width: 480px; margin: 0 auto 2.5rem; }
.cta-section .btn-outline { position: relative; z-index: 1; border-color: rgba(255,255,255,0.6); }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* â”€â”€â”€ STATS BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.stats-bar {
  padding: 4rem 0; background: var(--black-2);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item {}
.stat-num {
  font-family: var(--font-sans); font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 600;
  font-weight: 300; color: var(--brass); line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-label { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); }

/* â”€â”€â”€ TESTIMONIAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.testimonial-section { padding: var(--section-pad) 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial-card {
  padding: 2rem; border: 1px solid var(--gray-200); border-radius: 20px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.testimonial-card:hover { border-color: var(--brass); box-shadow: 0 12px 36px rgba(0,0,0,0.06); }
.tc-stars { color: var(--brass); font-size: 14px; margin-bottom: 1rem; letter-spacing: 2px; }
.tc-quote { font-size: 15px; line-height: 1.7; color: var(--black-2); margin-bottom: 1.5rem; font-style: italic; font-family: var(--font-serif); }
.tc-author strong { font-size: 14px; font-weight: 600; }
.tc-author span   { font-size: 12px; color: var(--gray-400); }

/* â”€â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.site-footer { background: var(--black); color: rgba(255,255,255,0.7); padding-top: 80px; }
.footer-top {
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 6rem;
  max-width: 1320px; margin: 0 auto; padding: 0 2rem 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo { display: flex; align-items: center; gap: 12px; color: var(--white); margin-bottom: 1rem; }
.footer-logo-text span { display: block; font-size: 15px; font-weight: 600; letter-spacing: 0.12em; }
.footer-logo-text small { font-size: 10px; letter-spacing: 0.2em; opacity: 0.5; }
.footer-tagline { font-family: var(--font-sans); font-size: 1.4rem; font-weight: 500; color: var(--white); margin-bottom: 1rem; }
.footer-desc { font-size: 13.5px; line-height: 1.7; max-width: 340px; }
.footer-social { display: flex; gap: 12px; margin-top: 1.5rem; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.5);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.footer-social a:hover { background: var(--brass); color: var(--white); border-color: var(--brass); }

.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.footer-col h3 { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
.footer-col li { margin-bottom: 8px; }
.footer-col a   { font-size: 13.5px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col a:hover { color: var(--brass); }
.footer-col address { font-style: normal; font-size: 13.5px; line-height: 1.7; }
.footer-col address a { color: rgba(255,255,255,0.5); }
.footer-col address a:hover { color: var(--brass); }

.footer-bottom {
  max-width: 1320px; margin: 0 auto; padding: 20px 2rem;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,0.3);
}

/* â”€â”€â”€ CONTACT PAGE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.contact-section { padding: var(--section-pad) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-600); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 13px 16px; border: 1px solid var(--gray-200); border-radius: 6px;
  font-family: var(--font-sans); font-size: 15px; color: var(--black);
  background: var(--white); transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(201,139,46,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.info-item { display: flex; gap: 1rem; align-items: flex-start; }
.info-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--brass-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--brass); }
.info-text strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.info-text a, .info-text p { font-size: 14px; color: var(--gray-600); }
.info-text a:hover { color: var(--brass); }

/* â”€â”€â”€ BREADCRUMB â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.breadcrumb {
  background: var(--off-white); padding: 14px 0;
  border-bottom: 1px solid var(--gray-200);
}
.breadcrumb-list { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gray-400); }
.breadcrumb-list a { color: var(--gray-600); transition: color 0.2s; }
.breadcrumb-list a:hover { color: var(--brass); }
.breadcrumb-list .sep::before { content: '/'; }

/* â”€â”€â”€ PAGE HERO (inner pages) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.page-hero {
  background: var(--black); color: var(--white);
  padding: calc(var(--nav-h) + 60px) 0 80px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(201,139,46,0.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(201,139,46,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p  { font-size: 18px; color: rgba(255,255,255,0.6); max-width: 560px; }

/* â”€â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .hero-content  { grid-template-columns: 1fr; }
  .hero-right    { display: none; }
  .intro-grid    { grid-template-columns: 1fr; gap: 3rem; }
  .intro-image-block { aspect-ratio: 16/7; }
  .why-grid      { grid-template-columns: 1fr; }
  .footer-top    { grid-template-columns: 1fr; gap: 3rem; }
  .footer-nav    { grid-template-columns: 1fr 1fr; }
  .contact-grid  { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --section-pad: 64px; }
  .nav-links, .nav-cta, .has-dropdown .dropdown { display: none; }
  .nav-hamburger { display: flex; }
  .hero-heading  { font-size: 3rem; }
  .stats-grid    { grid-template-columns: 1fr 1fr; }
  .why-features  { grid-template-columns: 1fr; }
  .footer-nav    { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-row      { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  :root { --section-pad: 48px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { justify-content: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
}

/* â”€â”€â”€ PRINT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media print {
  #loader, #site-header, .hero-scroll, .marquee-wrap { display: none; }
  body { background: white; color: black; }
}


/* â”€â”€â”€ LITEBOW HOMEPAGE REFRESH â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
}

body {
  background: #ffffff;
  color: #141311;
}

h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -0.04em;
}

.section-tag {
  text-transform: none;
  letter-spacing: 0.12em;
  font-weight: 700;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  padding-top: 0;
  transition: all 0.3s ease;
}

.navbar {
  max-width: 1360px;
  height: 86px;
  padding: 0 1.5rem;
  background: transparent;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
}

#site-header.scrolled {
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

#site-header.scrolled .navbar {
  box-shadow: none;
}

.nav-logo, .nav-link { color: #141311; }
.nav-link.active, .nav-link:hover { color: var(--brass); }
.nav-link::after { bottom: -1px; }
.nav-cta {
  background: #141311;
  color: #fff;
}
.nav-cta:hover { background: var(--brass); }

.hero.hero-light {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 15%, rgba(201,139,46,0.14), transparent 26%),
    linear-gradient(180deg, #fffdf8 0%, #f6f0e7 100%);
  color: #141311;
}

.hero.hero-light .hero-content {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.hero.hero-light .hero-tag,
.hero.hero-light .hero-scroll,
.hero.hero-light .scroll-line {
  color: #8b7d65;
}
.hero.hero-light .hero-tag::before,
.hero.hero-light .scroll-line {
  background: var(--brass);
}

.hero-heading {
  color: #141311;
  font-family: var(--font-sans);
  font-weight: 800;
}
.hero-heading-main {
  display: block;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.hero-heading em {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.95;
  color: var(--brass);
}

.hero-sub {
  color: #5f5a52;
  max-width: 560px;
}

.hero-ctas .btn-outline-dark {
  color: #141311;
  border-color: rgba(20,19,17,0.16);
}
.hero-ctas .btn-outline-dark:hover {
  color: var(--brass);
  border-color: var(--brass);
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.hero-mini-stat {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
}
.hero-mini-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #141311;
}
.hero-mini-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b7368;
}

.hero-visual-card {
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 30px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(17,17,17,0.06);
}
.hero-visual-top h2 {
  margin-top: 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.02;
}
.hero-visual-top p {
  margin-top: 0.75rem;
  max-width: 34rem;
  color: #615a52;
  font-size: 0.98rem;
}
.hero-visual-kicker {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 700;
}
.hero-visual-img {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9f6ef 0%, #efebdf 100%);
  border: 1px solid rgba(17,17,17,0.06);
}
.hero-visual-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}
.hero-visual-badges span,
.category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-visual-badges span {
  background: rgba(201,139,46,0.08);
  color: var(--brass);
}

.products-section {
  background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
}

.section-header {
  margin-bottom: 3.25rem;
}
.section-header h2 {
  max-width: 12ch;
  margin: 0 auto 1rem;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
}
.section-header p {
  max-width: 680px;
}

.category-showcase {
  display: grid;
  gap: 1.4rem;
}
.category-feature,
.category-card {
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17,17,17,0.04);
}
.category-feature-link,
.category-card-link {
  display: grid;
  height: 100%;
  color: inherit;
}
.category-feature-link {
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 340px;
}
.category-feature-alt .category-feature-link {
  grid-template-columns: 0.95fr 1.05fr;
}
.category-feature-copy,
.category-card-copy {
  padding: 2rem;
}
.category-feature-copy h3,
.category-card-copy h3 {
  margin-top: 0.9rem;
  font-size: clamp(1.5rem, 2vw, 2.35rem);
  line-height: 1.05;
}
.category-card-copy h3 {
  font-size: 1.35rem;
}
.category-feature-copy p,
.category-card-copy p {
  margin-top: 0.8rem;
  color: #6a655d;
  line-height: 1.7;
}
.category-feature-media,
.category-card-media {
  background: linear-gradient(180deg, #f9f6ef 0%, #f1ebdf 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
.category-feature-media img,
.category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-feature-media img {
  padding: 1.4rem;
  object-fit: contain;
}
.category-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.category-card-link {
  grid-template-rows: 210px 1fr;
}
.category-card-copy {
  padding-top: 1.4rem;
}

.pc-link {
  margin-top: 1.3rem;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.btn-dark {
  background: #141311;
}
.btn-dark:hover {
  background: var(--brass);
}

@media (max-width: 1100px) {
  .hero.hero-light .hero-content,
  .category-feature-link,
  .category-feature-alt .category-feature-link {
    grid-template-columns: 1fr;
  }
  .hero-mini-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  #site-header { padding-top: 8px; }
  .navbar {
    height: 74px;
    padding: 0 1rem;
    border-radius: 22px;
  }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .hero.hero-light .hero-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .hero-mini-stats,
  .category-grid-4 {
    grid-template-columns: 1fr;
  }
  .hero-visual-card,
  .category-feature-copy,
  .category-card-copy {
    padding: 1.2rem;
  }
  .category-feature-link { min-height: auto; }
}