﻿/* Matrix Edgeband Homepage - Fresh Rebuild */

:root {
  --primary: #583535;
  --secondary: #8a5a4b;
  --accent: #d4a017;
  --text: #222222;
  --muted: #6d6662;
  --line: #eadfd9;
  --light: #f8f8f8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(35, 24, 20, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
body { overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--primary); color: white; padding: 10px 14px; border-radius: var(--radius); }
.skip-link:focus { top: 16px; }

/* Loading */
.loader { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; background: var(--white); transition: opacity .45s ease, visibility .45s ease; }
.loader.is-hidden { opacity: 0; visibility: hidden; }
.loader span { color: var(--primary); font-size: 18px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; background: rgba(20,20,20,.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); transition: background .3s ease, box-shadow .3s ease, color .3s ease, border-color .3s ease; }
.site-header.is-scrolled, .site-header.nav-active { background: rgba(20,20,20,.62); color: white; box-shadow: 0 18px 44px rgba(0,0,0,.16); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-color: rgba(255,255,255,.12); }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: 245px; max-height: 82px; height: auto; object-fit: contain; transform: scale(1.45); transform-origin: left center; filter: drop-shadow(0 10px 24px rgba(0,0,0,.22)); }
.site-header.is-scrolled .brand img, .site-header.nav-active .brand img { filter: drop-shadow(0 10px 24px rgba(0,0,0,.18)); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,.94); font-size: 14px; font-weight: 800; letter-spacing: .015em; position: relative; text-shadow: 0 1px 14px rgba(0,0,0,.2); }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.quote-link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; border-radius: 999px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; font-weight: 850; box-shadow: 0 18px 38px rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.16); }
.quote-link:hover { background: var(--secondary); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--primary); color: white; position: relative; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; position: absolute; left: 13px; width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: .2s ease; }
.menu-toggle span { top: 22px; }
.menu-toggle::before { top: 15px; }
.menu-toggle::after { top: 29px; }
.nav-open .menu-toggle span { opacity: 0; }
.nav-open .menu-toggle::before { top: 22px; transform: rotate(45deg); }
.nav-open .menu-toggle::after { top: 22px; transform: rotate(-45deg); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 850; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--primary); color: white; box-shadow: 0 16px 35px rgba(88,53,53,.2); }
.btn-primary:hover { background: var(--secondary); }
.btn-outline { color: white; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-outline:hover, .btn-ghost:hover { background: white; color: var(--primary); }
.btn-light { background: white; color: var(--primary); }
.btn-ghost { border-color: rgba(255,255,255,.75); color: white; }

/* Hero */
.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; padding: 140px 0 86px; color: white; background: #211918; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,13,12,.92), rgba(39,23,20,.78) 45%, rgba(39,23,20,.28)), url("../assets/images/kitchen.jpg") center/cover; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .88fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 790px; font-size: clamp(46px, 6.7vw, 86px); line-height: 1.04; letter-spacing: -0.028em; font-weight: 900; }
.hero-text { max-width: 650px; margin: 28px 0 38px; color: rgba(255,255,255,.88); font-size: clamp(18px, 2vw, 22px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-actions .btn { min-height: 60px; padding-inline: 34px; box-shadow: 0 20px 42px rgba(0,0,0,.18); }
.hero-actions .btn:hover { transform: translateY(-4px); }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: 12% -8% -8% 10%; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); }
.floating-product { position: relative; width: 100%; border-radius: var(--radius); box-shadow: 0 50px 120px rgba(0,0,0,.18); animation: floatProduct 5.8s ease-in-out infinite; will-change: transform; }
@keyframes floatProduct { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }


/* Hero scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 999px;
  transform: translateX(-50%);
  opacity: .72;
  pointer-events: none;
}
.hero-scroll-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.86);
  transform: translateX(-50%);
  animation: scrollCue 2.3s ease-in-out infinite;
}
@keyframes scrollCue {
  0%, 100% { transform: translate(-50%, 0); opacity: .35; }
  45% { transform: translate(-50%, 13px); opacity: 1; }
}
/* Shared sections */
.trust, .products-preview, .why, .process, .applications, .exports, .testimonials, .faq, .cta { padding: 104px 0; }
.section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-head h2, .why-copy h2, .export-copy h2, .cta-panel h2 { margin: 0; color: var(--text); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -0.025em; }
.section-head p:not(.eyebrow), .why-copy > p, .export-copy > p, .cta-panel > p { color: var(--muted); font-size: 18px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Trust and stats */
.trust { background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: -70px; position: relative; z-index: 3; }
.trust-card { min-height: 230px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.trust-card:hover, .product-card:hover, .application-card:hover { transform: translateY(-8px); box-shadow: 0 30px 80px rgba(35,24,20,.16); }
.trust-card span { display: inline-grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; border-radius: 50%; background: rgba(88,53,53,.1); color: var(--primary); font-size: 13px; font-weight: 900; }
.trust-card h2 { margin: 0 0 8px; font-size: 21px; }
.trust-card p { margin: 0; color: var(--muted); }
.stats { padding: 78px 0; background: linear-gradient(135deg, #392322, var(--primary)); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; }
.stat strong { display: block; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -0.04em; }
.stat span { color: rgba(255,255,255,.82); font-weight: 750; }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 50px rgba(35,24,20,.08); transition: .25s ease; }
.product-card img { width: 100%; height: 250px; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.06); }
.product-card div { padding: 26px; }
.product-card h3 { margin: 0 0 10px; font-size: 24px; }
.product-card p { margin: 0 0 18px; color: var(--muted); }
.product-card a { color: var(--primary); font-weight: 900; }
.product-card a::after, .application-card a::after { content: " ->"; }

/* Why Matrix */
.why { background: var(--light); }
.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center; }
.why-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; padding: 0; margin: 34px 0; }
.feature-list li { position: relative; min-height: 56px; display: flex; align-items: center; padding: 13px 16px 13px 48px; background: white; border: 1px solid var(--line); border-radius: var(--radius); font-weight: 850; line-height: 1.3; }
.feature-list li::before { content: ""; position: absolute; left: 16px; width: 20px; height: 20px; border-radius: 50%; background: var(--primary); }
.feature-list li::after { content: ""; position: absolute; left: 23px; top: 50%; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: translateY(-60%) rotate(45deg); }

/* Process */
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.timeline li { min-height: 250px; padding: 24px 18px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(35,24,20,.07); }
.timeline span { display: inline-flex; margin-bottom: 34px; color: var(--accent); font-weight: 950; }
.timeline h3 { margin: 0 0 10px; font-size: 19px; }
.timeline p { margin: 0; color: var(--muted); font-size: 14px; }

/* Applications */
.applications, .testimonials { background: var(--light); }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.application-card { position: relative; height: 420px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); transition: .25s ease; }
.application-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.application-card:hover img { transform: scale(1.06); }
.application-card div { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; background: linear-gradient(0deg, rgba(20,12,10,.82), rgba(20,12,10,.1)); color: white; }
.application-card h3 { margin: 0 0 8px; font-size: 28px; }
.application-card a { font-weight: 850; }

/* Exports */
.export-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.export-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0; }
.export-metrics span { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--light); color: var(--muted); font-weight: 800; }
.export-metrics strong { display: block; color: var(--primary); font-size: 28px; }
.map-card { position: relative; padding: 26px; background: var(--light); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
/* FAQ */
.faq-layout { max-width: 940px; }
.accordion { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; border: 0; background: white; padding: 22px 24px; color: var(--text); text-align: left; font-weight: 900; }
.faq-item button::after { content: "+"; color: var(--primary); font-size: 24px; line-height: 1; }
.faq-item.is-open button::after { content: "-"; }
.faq-item div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item.is-open div { grid-template-rows: 1fr; }
.faq-item p { overflow: hidden; margin: 0; padding: 0 24px; color: var(--muted); }
.faq-item.is-open p { padding-bottom: 22px; }

/* CTA and footer */
.cta-panel { padding: 76px 42px; border-radius: var(--radius); color: white; text-align: center; background: linear-gradient(135deg, rgba(58,35,34,.96), rgba(88,53,53,.9)), url("../assets/images/factory.jpg") center/cover; box-shadow: 0 34px 80px rgba(88,53,53,.28); }
.cta-panel h2 { color: white; }
.cta-panel > p { max-width: 680px; margin: 18px auto 32px; color: rgba(255,255,255,.86); }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.site-footer { background: #1e1b1a; color: white; padding: 74px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.2fr; gap: 46px; }
.footer-logo { width: 165px; height: auto; margin-bottom: 18px; }
.site-footer h2 { margin: 0 0 16px; font-size: 18px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.site-footer a { display: block; margin-bottom: 10px; }
.site-footer a:hover { color: white; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { display: inline-grid; place-items: center; width: 38px; height: 38px; margin: 0; border-radius: 50%; background: var(--primary); color: white; font-size: 12px; font-weight: 900; }
.newsletter label { display: block; margin-bottom: 8px; font-weight: 850; }
.newsletter div { display: flex; gap: 8px; }
.newsletter input { min-width: 0; flex: 1; height: 44px; border: 0; border-radius: 999px; padding: 0 14px; }
.newsletter button { border: 0; border-radius: 999px; padding: 0 16px; background: var(--accent); color: #22180d; font-weight: 900; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 22px; }
.footer-bottom p { margin: 0; font-size: 14px; }
.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--primary); color: white; font-size: 12px; font-weight: 900; box-shadow: 0 18px 40px rgba(88,53,53,.26); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Responsive */
@media (max-width: 1120px) {
  .site-nav { gap: 20px; }
  .trust-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .application-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(4, 1fr); }
  .why-grid, .export-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .container { width: min(100% - 30px, var(--container)); }
  .header-inner { min-height: 78px; }
  .brand img { width: 150px; max-height: 54px; transform: scale(1.08); }
  .menu-toggle { display: inline-block; }
  .quote-link { display: none; }
  .site-nav { position: fixed; inset: 78px 15px auto; display: grid; gap: 0; padding: 14px; background: rgba(20,20,20,.92); color: white; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .22s ease; }
  .nav-open .site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; padding: 126px 0 74px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .trust, .products-preview, .why, .process, .applications, .exports, .testimonials, .faq, .cta { padding: 76px 0; }
  .trust-grid { margin-top: 0; }
  .feature-list, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .application-card { height: 340px; }
}
@media (max-width: 620px) {
  .hero-scroll-indicator { display: none; }
  .hero-actions .btn { min-height: 58px; padding-inline: 24px; }
  .hero-bg { transform: none; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .trust-grid, .stats-grid, .product-grid, .application-grid, .export-metrics { grid-template-columns: 1fr; }
  .section-head { text-align: left; }
  .map-card { padding: 12px; }
  .cta-panel { padding: 54px 22px; }
  .newsletter div { flex-direction: column; }
  .newsletter button { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* Header and hero refinement */
.site-header {
  background: linear-gradient(180deg, rgba(20,20,20,.58), rgba(20,20,20,.38));
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(20,20,20,.64);
  color: #fff;
  border-bottom-color: rgba(255,255,255,.14);
}
.header-inner {
  min-height: 90px;
  gap: 34px;
}
.brand {
  padding: 6px 18px 6px 0;
}
.brand img {
  width: 252px;
  max-height: 82px;
  transform: scale(1.38);
  transform-origin: left center;
}
.site-nav {
  gap: 32px;
}
.site-nav a {
  color: rgba(255,255,255,.94);
}
.site-nav a::after {
  left: 50%;
  bottom: -12px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: translateX(-50%) scaleX(1);
}
.quote-link {
  padding-inline: 28px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.site-nav a:focus-visible,
.quote-link:focus-visible,
.btn:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(212,160,23,.9);
  outline-offset: 4px;
}
.hero {
  padding: 150px 0 92px;
}
.hero-bg {
  background: linear-gradient(90deg, rgba(16,12,11,.94), rgba(45,28,25,.80) 48%, rgba(45,28,25,.32)), url("../assets/images/kitchen.jpg") center/cover;
}
.hero-grid {
  grid-template-columns: minmax(0,1fr) minmax(420px,.88fr);
  gap: clamp(48px, 6vw, 86px);
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.hero-text {
  max-width: 700px;
  margin: 28px 0 34px;
  color: rgba(255,255,255,.9);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.72;
}
.hero-actions {
  align-items: center;
  gap: 18px;
}
.hero-actions .btn {
  min-height: 60px;
  padding-inline: 36px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 16px 35px rgba(88,53,53,.26);
}
.btn-outline {
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  max-width: 720px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-media {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.045));
  box-shadow: 0 50px 120px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-media::before {
  inset: 10% -7% -7% 11%;
  border-color: rgba(255,255,255,.18);
  border-radius: 18px;
}
.floating-product {
  border-radius: 14px;
  box-shadow: 0 38px 90px rgba(0,0,0,.18);
}
@media (max-width: 1120px) {
  .site-nav { gap: 18px; }
  .brand img { width: 220px; transform: scale(1.18); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 620px; margin-inline: auto; }
}
@media (max-width: 880px) {
  .header-inner { min-height: 78px; }
  .brand { padding-right: 8px; }
  .brand img { width: 150px; max-height: 54px; transform: scale(1.08); }
  .site-nav { background: rgba(20,20,20,.92); color: #fff; border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .site-nav a { border-bottom-color: rgba(255,255,255,.12); }
  .hero { padding: 126px 0 78px; }
}
@media (max-width: 620px) {
  .hero-actions .btn { min-height: 58px; padding-inline: 24px; }
  .hero-badges { gap: 8px; margin-top: 20px; }
  .hero-badges span { min-height: 34px; font-size: 12px; padding-inline: 12px; }
  .hero-media { padding: 10px; border-radius: 14px; }
}
/* Trust cards and statistics refinement */
.trust {
  padding: 112px 0 96px;
  background: linear-gradient(180deg, #fff 0%, #fff 58%, #faf8f7 100%);
}
.trust-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}
.trust-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.trust-heading p:not(.eyebrow) {
  margin: 16px auto 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
  align-items: stretch;
}
.trust-card {
  display: flex;
  min-height: 238px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,250,247,.88));
  box-shadow: 0 18px 50px rgba(35,24,20,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(88,53,53,.22);
  box-shadow: 0 26px 70px rgba(35,24,20,.13);
}
.trust-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(88,53,53,.12), rgba(138,90,75,.08));
  color: var(--primary);
  border: 1px solid rgba(88,53,53,.12);
}
.trust-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}
.stats {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(212,160,23,.16), transparent 32%),
    radial-gradient(circle at 86% 82%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(135deg, #2f1e1d 0%, var(--primary) 54%, #432827 100%);
}
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .28;
  pointer-events: none;
}
.stats-grid {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
.stat {
  display: grid;
  align-content: center;
  min-height: 150px;
  padding: 16px 28px;
  text-align: center;
}
.stat + .stat {
  border-left: 1px solid rgba(255,255,255,.18);
}
.stat strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -0.035em;
}
.stat span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}
@media (max-width: 1120px) {
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .stat:nth-child(odd) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
}
@media (max-width: 880px) {
  .trust { padding: 78px 0; }
  .trust-heading { margin-bottom: 34px; }
}
@media (max-width: 620px) {
  .trust-heading { text-align: center; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; padding: 24px; }
  .stats { padding: 64px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 128px; }
  .stat + .stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
}
/* Why Matrix landscape showcase refinement */
.why {
  background: linear-gradient(180deg, var(--light) 0%, #ffffff 100%);
}

.why-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: center;
}

.why-showcase {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(88, 53, 53, .13);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,248,248,.88));
  box-shadow: 0 34px 90px rgba(34, 34, 34, .13), 0 10px 28px rgba(88, 53, 53, .08);
  overflow: hidden;
}

.why-showcase::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.44), rgba(255,255,255,0) 45%);
  pointer-events: none;
  z-index: 1;
}

.why-showcase img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border-radius: 15px;
  background: #f2eeee;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}

.why-copy {
  align-self: center;
}

.why-copy > p {
  max-width: 620px;
}

.why .feature-list {
  gap: 12px;
  margin: 30px 0 32px;
}

.why .feature-list li {
  min-height: 52px;
  padding: 12px 14px 12px 46px;
  border-color: rgba(88, 53, 53, .12);
  box-shadow: 0 12px 30px rgba(34, 34, 34, .04);
}

@media (max-width: 1120px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .why-showcase {
    width: min(100%, 920px);
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .why-grid {
    gap: 32px;
  }

  .why-showcase {
    padding: 8px;
    border-radius: 16px;
  }

  .why-showcase::before {
    border-radius: 15px;
  }

  .why-showcase img {
    border-radius: 11px;
  }
}
/* Export presence refinement */
.export-layout {
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(44px, 5vw, 70px);
  align-items: center;
}

.export-copy > p:not(.eyebrow) {
  max-width: 620px;
}

.export-metrics {
  gap: 14px;
}

.export-metrics span {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(88, 53, 53, .12);
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  box-shadow: 0 14px 36px rgba(34, 34, 34, .055);
}

.export-metrics strong {
  margin-bottom: 4px;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: .01em;
}

.map-card {
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(88, 53, 53, .13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 75% 20%, rgba(212, 160, 23, .12), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f7f4f2 100%);
  box-shadow: 0 36px 90px rgba(34, 34, 34, .12), 0 12px 34px rgba(88, 53, 53, .07);
  overflow: hidden;
}

50% { transform: scale(1.16); opacity: .22; }
}

@media (max-width: 1120px) {
  .export-layout {
    grid-template-columns: 1fr;
  }

  .map-card {
    width: min(100%, 920px);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .export-metrics {
    grid-template-columns: 1fr;
  }

  .export-metrics span {
    min-height: 86px;
  }
}

@media (max-width: 430px) {
  .map-card {
    padding: 10px;
    border-radius: 18px;
  }
}
/* ================================
   Matrix Testimonials Section
================================ */

.matrix-testimonials {
  position: relative;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, rgba(196, 154, 91, 0.09), transparent 34%),
    linear-gradient(180deg, #faf8f5 0%, #ffffff 100%);
  overflow: hidden;
}

.matrix-testimonials__container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.matrix-section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.matrix-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c59a3d;
}

.matrix-section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #242222;
}

.matrix-section-heading p {
  max-width: 690px;
  margin: 24px auto 0;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
  color: #706b67;
}

.matrix-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.matrix-testimonial-card {
  position: relative;
  min-height: 100%;
  padding: 38px 34px 32px;
  border: 1px solid rgba(98, 68, 61, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 241, 0.94));
  box-shadow: 0 22px 55px rgba(44, 31, 28, 0.09);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.matrix-testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(98, 68, 61, 0.25);
  box-shadow: 0 30px 70px rgba(44, 31, 28, 0.13);
}

.matrix-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #5f3b36, #c59a3d);
}

.matrix-testimonial-card__quote {
  position: absolute;
  top: 28px;
  right: 30px;
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
  color: rgba(197, 154, 61, 0.22);
  pointer-events: none;
}

.matrix-testimonial-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 34px;
  font-size: 21px;
  line-height: 1.58;
  font-weight: 750;
  letter-spacing: -0.025em;
  color: #292625;
}

.matrix-testimonial-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(98, 68, 61, 0.12);
}

.matrix-testimonial-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(98, 68, 61, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #5f3b36;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.matrix-testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.matrix-testimonial-card__footer::before {
  content: "";
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(95, 59, 54, 0.95), rgba(132, 82, 72, 0.92));
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.14);
}

.matrix-testimonial-card__footer h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  color: #242222;
}

.matrix-testimonial-card__footer p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #7a736f;
}

/* Tablet */
@media (max-width: 1024px) {
  .matrix-testimonials {
    padding: 88px 20px;
  }

  .matrix-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto;
  }

  .matrix-testimonial-card {
    padding: 34px 30px 30px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .matrix-testimonials {
    padding: 72px 16px;
  }

  .matrix-section-heading {
    margin-bottom: 36px;
  }

  .matrix-section-heading h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .matrix-section-heading p {
    font-size: 16px;
    line-height: 1.65;
  }

  .matrix-testimonial-card {
    border-radius: 22px;
    padding: 32px 22px 28px;
  }

  .matrix-testimonial-card__quote {
    top: 22px;
    right: 22px;
    font-size: 68px;
  }

  .matrix-testimonial-card__text {
    padding-right: 0;
    font-size: 18px;
    line-height: 1.6;
  }

  .matrix-testimonial-card__tags {
    gap: 8px;
  }

  .matrix-testimonial-card__tags span {
    font-size: 11px;
    min-height: 31px;
    padding: 7px 11px;
  }
}
.export-map-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
/* Launch responsive guard for export map image */
@media (max-width: 1120px) {
  .export-layout {
    grid-template-columns: 1fr;
  }

  .map-card {
    width: min(100%, 920px);
    margin-inline: auto;
  }
}
/* Products page */
.product-page-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 150px 0 92px;
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,13,12,.94), rgba(56,34,31,.84) 50%, rgba(88,53,53,.54)),
    url("../assets/images/factory.jpg") center/cover;
}

.product-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.08));
  pointer-events: none;
}

.product-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.product-page-hero__copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -0.045em;
  color: white;
}

.product-page-hero__copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.75;
}

.product-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.product-page-hero__actions .btn {
  min-height: 60px;
  padding-inline: 34px;
}

.product-page-hero__media {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 50px 120px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}

.product-page-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.product-catalogue,
.product-specs,
.colour-match,
.product-final-cta {
  padding: 104px 0;
}

.product-catalogue {
  background: #fff;
}

.product-catalogue__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-catalogue-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #faf7f5);
  box-shadow: 0 16px 48px rgba(35,24,20,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-catalogue-card:hover {
  transform: translateY(-7px);
  border-color: rgba(88,53,53,.22);
  box-shadow: 0 28px 70px rgba(35,24,20,.13);
}

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

.product-catalogue-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-catalogue-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.2;
}

.product-catalogue-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.65;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 22px;
}

.product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(88,53,53,.14);
  border-radius: 999px;
  background: rgba(88,53,53,.045);
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}

.product-catalogue-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--primary);
  font-weight: 900;
}

.product-catalogue-card a::after {
  content: " ->";
}

.product-specs {
  background:
    radial-gradient(circle at 88% 14%, rgba(212,160,23,.09), transparent 34%),
    var(--light);
}

.product-specs__grid,
.colour-match__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(40px, 5vw, 70px);
  align-items: center;
}

.product-specs__copy h2,
.colour-match__copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.product-specs__copy p:not(.eyebrow),
.colour-match__copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.product-specs__table-wrap {
  overflow: hidden;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 22px;
  background: white;
  box-shadow: 0 24px 70px rgba(35,24,20,.09);
}

.product-specs__table {
  width: 100%;
  border-collapse: collapse;
}

.product-specs__table th,
.product-specs__table td {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(88,53,53,.10);
  text-align: left;
  vertical-align: top;
}

.product-specs__table tr:last-child th,
.product-specs__table tr:last-child td {
  border-bottom: 0;
}

.product-specs__table th {
  width: 34%;
  color: var(--primary);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-specs__table td {
  color: var(--text);
  line-height: 1.7;
}

.colour-match {
  background: white;
}

.colour-match__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(88,53,53,.12);
  box-shadow: 0 34px 90px rgba(35,24,20,.12);
}

.colour-match__list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.colour-match__list li {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 13px 18px 13px 52px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: var(--radius);
  background: var(--light);
  color: var(--text);
  font-weight: 850;
}

.colour-match__list li::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
}

.colour-match__list li::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
}

.product-final-cta {
  background: var(--light);
}

@media (max-width: 1180px) {
  .product-catalogue__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .product-page-hero__grid,
  .product-specs__grid,
  .colour-match__grid {
    grid-template-columns: 1fr;
  }

  .product-page-hero__media {
    max-width: 620px;
  }

  .product-catalogue__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-page-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .product-page-hero__copy h1 {
    font-size: 42px;
  }

  .product-page-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-page-hero__media {
    padding: 9px;
    border-radius: 18px;
  }

  .product-catalogue,
  .product-specs,
  .colour-match,
  .product-final-cta {
    padding: 74px 0;
  }

  .product-catalogue__grid {
    grid-template-columns: 1fr;
  }

  .product-catalogue-card img {
    height: 230px;
  }

  .product-specs__table th,
  .product-specs__table td {
    display: block;
    width: 100%;
    padding: 16px 18px;
  }

  .product-specs__table th {
    padding-bottom: 4px;
  }

  .product-specs__table td {
    padding-top: 4px;
  }
}
/* Products page refinements */
.colour-match__cards {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.colour-match__cards article {
  padding: 22px 24px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  box-shadow: 0 12px 34px rgba(35,24,20,.055);
}

.colour-match__cards h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 18px;
}

.colour-match__cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-applications {
  padding: 104px 0;
  background: var(--light);
}

.product-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-application-card {
  min-height: 118px;
  display: flex;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(35,24,20,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-application-card:hover {
  transform: translateY(-5px);
  border-color: rgba(88,53,53,.22);
  box-shadow: 0 24px 60px rgba(35,24,20,.11);
}

.product-application-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
}

@media (max-width: 880px) {
  .product-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-applications {
    padding: 74px 0;
  }

  .product-applications__grid {
    grid-template-columns: 1fr;
  }
}
/* About page */
.about-hero {
  position: relative;
  min-height: 740px;
  display: grid;
  align-items: center;
  padding: 150px 0 92px;
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,13,12,.94), rgba(48,29,27,.84) 52%, rgba(88,53,53,.56)),
    url("../assets/images/factory.jpg") center/cover;
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.about-hero__copy h1 {
  max-width: 900px;
  margin: 0;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1;
  letter-spacing: .18em;
}

.about-hero__headline {
  max-width: 900px;
  margin: 12px 0 0;
  color: white;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.about-hero__copy > p:not(.eyebrow):not(.about-hero__headline) {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.75;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.about-hero__actions .btn {
  min-height: 60px;
  padding-inline: 34px;
}

.about-hero__media,
.about-image-card {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(250,247,245,.92));
  box-shadow: 0 34px 90px rgba(35,24,20,.13);
  overflow: hidden;
}

.about-hero__media {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
  box-shadow: 0 50px 120px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}

.about-hero__media img,
.about-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.about-intro,
.founder-note,
.manufacturing-capability,
.quality-process,
.why-matrix-about,
.product-expertise,
.b2b-supply,
.brand-promise,
.about-final-cta {
  padding: 104px 0;
}

.about-intro,
.quality-process,
.b2b-supply {
  background: var(--light);
}

.about-intro__grid,
.b2b-supply__grid {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.about-intro__copy h2,
.b2b-supply__copy h2,
.brand-promise__panel h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.about-intro__copy p:not(.eyebrow),
.b2b-supply__copy p:not(.eyebrow),
.brand-promise__panel p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.about-trust-points,
.buyer-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-trust-points span,
.buyer-types span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(88,53,53,.14);
  border-radius: 999px;
  background: rgba(88,53,53,.045);
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.founder-note {
  background: white;
}

.founder-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(88,53,53,.13);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #faf7f5);
  box-shadow: 0 34px 90px rgba(35,24,20,.1);
}

.founder-avatar {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.12), 0 18px 40px rgba(88,53,53,.22);
}

.founder-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.founder-title {
  margin: 10px 0 24px;
  color: var(--primary);
  font-weight: 850;
}

.founder-card blockquote {
  margin: 0;
  color: #342b29;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.6;
  font-weight: 700;
}

.founder-signature {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(88,53,53,.12);
}

.founder-signature span {
  color: var(--muted);
}

.capability-grid,
.about-benefit-grid,
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.capability-card,
.about-benefit,
.expertise-card {
  min-height: 170px;
  padding: 28px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #faf7f5);
  box-shadow: 0 16px 48px rgba(35,24,20,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.capability-card:hover,
.about-benefit:hover,
.expertise-card:hover {
  transform: translateY(-6px);
  border-color: rgba(88,53,53,.22);
  box-shadow: 0 26px 70px rgba(35,24,20,.12);
}

.capability-card span,
.quality-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(88,53,53,.08);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.capability-card h3,
.about-benefit h3,
.expertise-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
}

.quality-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quality-steps li {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 22px;
  background: white;
  box-shadow: 0 16px 48px rgba(35,24,20,.07);
}

.quality-steps h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 21px;
}

.quality-steps p,
.expertise-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.why-matrix-about,
.product-expertise,
.brand-promise,
.about-final-cta {
  background: white;
}

.expertise-card {
  display: block;
  min-height: 180px;
  color: inherit;
}

.brand-promise__panel {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px);
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 10%, rgba(212,160,23,.12), transparent 34%),
    linear-gradient(145deg, #ffffff, #faf7f5);
  box-shadow: 0 34px 90px rgba(35,24,20,.1);
  text-align: center;
}

.brand-promise__panel p {
  max-width: 720px;
  margin: 22px auto 0;
}

@media (max-width: 1024px) {
  .about-hero__grid,
  .about-intro__grid,
  .b2b-supply__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__media,
  .about-image-card {
    max-width: 760px;
  }

  .capability-grid,
  .about-benefit-grid,
  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .about-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .about-hero__headline {
    font-size: 42px;
  }

.about-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-intro,
  .founder-note,
  .manufacturing-capability,
  .quality-process,
  .why-matrix-about,
  .product-expertise,
  .b2b-supply,
  .brand-promise,
  .about-final-cta {
    padding: 74px 0;
  }

  .founder-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .founder-avatar {
    width: 96px;
    height: 96px;
    font-size: 25px;
  }

  .capability-grid,
  .about-benefit-grid,
  .expertise-grid,
  .quality-steps {
    grid-template-columns: 1fr;
  }
}





/* Contact page */
.contact-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: 146px 0 84px;
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,13,12,.95), rgba(51,31,29,.86) 54%, rgba(88,53,53,.48)),
    url("../assets/images/factory.jpg") center/cover;
}

.contact-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.contact-hero__copy h1 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 900;
}

.contact-hero__headline {
  max-width: 860px;
  margin: 14px 0 0;
  color: white;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.contact-hero__copy > p:not(.eyebrow):not(.contact-hero__headline) {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.75;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.contact-hero__actions .btn {
  min-height: 60px;
  padding-inline: 34px;
}

.contact-hero__panel {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  box-shadow: 0 50px 120px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.contact-hero__panel span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-hero__panel strong {
  display: block;
  color: white;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.contact-hero__panel p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.contact-enquiry,
.contact-details-section,
.quote-help,
.contact-location,
.contact-final-cta {
  padding: 104px 0;
}

.contact-enquiry,
.contact-location {
  background: var(--light);
}

.contact-enquiry__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.contact-form-panel,
.quick-contact-card,
.contact-detail-card,
.quote-help-card,
.map-placeholder {
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #faf7f5);
  box-shadow: 0 18px 54px rgba(35,24,20,.08);
}

.contact-form-panel {
  padding: clamp(28px, 4vw, 46px);
}

.contact-form-panel h2,
.contact-location__copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.contact-form-panel > p:not(.eyebrow),
.contact-location__copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.contact-form {
  margin-top: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(88,53,53,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  color: var(--text);
  padding: 13px 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 150px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(88,53,53,.48);
  background: white;
  box-shadow: 0 0 0 4px rgba(88,53,53,.1);
}

.form-note {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.contact-submit {
  min-height: 58px;
  padding-inline: 34px;
}

.contact-side {
  display: grid;
  gap: 18px;
}

.quick-contact-card,
.contact-detail-card,
.quote-help-card {
  padding: 28px;
}

.quick-contact-card span,
.quote-help-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(88,53,53,.08);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.quick-contact-card h3,
.contact-detail-card h3,
.quote-help-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
}

.quick-contact-card p,
.contact-detail-card p,
.quote-help-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.quick-contact-card a,
.contact-detail-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--primary);
  font-weight: 900;
}

.quick-contact-card,
.contact-detail-card,
.quote-help-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.quick-contact-card:hover,
.contact-detail-card:hover,
.quote-help-card:hover {
  transform: translateY(-5px);
  border-color: rgba(88,53,53,.22);
  box-shadow: 0 26px 70px rgba(35,24,20,.12);
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-detail-card {
  min-height: 150px;
}

.quote-help {
  background: white;
}

.quote-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quote-help-card {
  min-height: 245px;
}

.contact-location__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(32px, 5vw, 58px);
  align-items: center;
}

.map-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(212,160,23,.11), transparent 34%),
    linear-gradient(145deg, #ffffff, #f7f3ef);
}

.map-placeholder span {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--accent) 0 6px, transparent 7px),
    linear-gradient(135deg, rgba(88,53,53,.95), rgba(138,90,75,.9));
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.14), 0 18px 42px rgba(88,53,53,.2);
}

.map-placeholder p {
  max-width: 420px;
  margin: 18px auto 0;
  color: var(--muted);
  font-weight: 800;
}

.contact-final-cta {
  background: white;
}

@media (max-width: 1024px) {
  .contact-hero__grid,
  .contact-enquiry__grid,
  .contact-location__grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__panel {
    max-width: 760px;
  }

  .contact-detail-grid,
  .quote-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .contact-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .contact-hero__headline {
    font-size: 42px;
  }

  .contact-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-enquiry,
  .contact-details-section,
  .quote-help,
  .contact-location,
  .contact-final-cta {
    padding: 74px 0;
  }

  .form-grid,
  .contact-detail-grid,
  .quote-help-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-panel,
  .quick-contact-card,
  .contact-detail-card,
  .quote-help-card {
    border-radius: 22px;
  }

  .map-placeholder {
    min-height: 280px;
  }
}

/* Applications page */
.applications-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 150px 0 88px;
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,13,12,.94), rgba(49,30,28,.86) 52%, rgba(88,53,53,.5)),
    url("../assets/images/kitchen.jpg") center/cover;
}

.applications-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.applications-hero__copy h1 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 900;
}

.applications-hero__headline {
  max-width: 900px;
  margin: 14px 0 0;
  color: white;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.applications-hero__copy > p:not(.eyebrow):not(.applications-hero__headline) {
  max-width: 740px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.75;
}

.applications-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.applications-hero__actions .btn {
  min-height: 60px;
  padding-inline: 34px;
}

.applications-hero__media {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 50px 120px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.applications-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
}

.applications-grid-section,
.application-fit,
.application-matching,
.buyer-support,
.applications-final-cta {
  padding: 104px 0;
}

.applications-grid-section,
.application-matching {
  background: var(--light);
}

.applications-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.application-use-card,
.buyer-support-card,
.matching-benefits article {
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #faf7f5);
  box-shadow: 0 18px 54px rgba(35,24,20,.08);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.application-use-card:hover,
.buyer-support-card:hover,
.matching-benefits article:hover {
  transform: translateY(-6px);
  border-color: rgba(88,53,53,.22);
  box-shadow: 0 28px 72px rgba(35,24,20,.13);
}

.application-use-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.application-use-card img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.application-use-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.application-use-card h3,
.buyer-support-card h3,
.matching-benefits h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
}

.application-use-card p,
.buyer-support-card p,
.matching-benefits p,
.application-matching__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.app-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 11px;
  border: 1px solid rgba(88,53,53,.13);
  border-radius: 999px;
  background: rgba(88,53,53,.045);
  color: var(--primary);
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.application-use-card a {
  margin-top: auto;
  color: var(--primary);
  font-weight: 900;
}

.application-fit {
  background: white;
}

.fit-table {
  border: 1px solid rgba(88,53,53,.12);
  border-radius: 26px;
  overflow: hidden;
  background: #fffaf6;
  box-shadow: 0 18px 54px rgba(35,24,20,.08);
}

.fit-row {
  display: grid;
  grid-template-columns: .8fr 1.35fr 1.05fr;
  gap: 20px;
  padding: 22px 26px;
  border-top: 1px solid rgba(88,53,53,.1);
  color: var(--muted);
}

.fit-row:first-child {
  border-top: 0;
}

.fit-row--head {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  font-weight: 900;
}

.fit-row span:first-child:not([role="columnheader"]) {
  color: var(--text);
  font-weight: 900;
}

.application-matching__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.application-matching__copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.application-matching__copy p {
  max-width: 620px;
  margin-top: 22px;
  font-size: 18px;
}

.matching-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.matching-benefits article {
  min-height: 245px;
  padding: 28px;
}

.matching-benefits span {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(88,53,53,.95), rgba(138,90,75,.9));
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.16), 0 18px 38px rgba(88,53,53,.18);
}

.buyer-support,
.applications-final-cta {
  background: white;
}

.buyer-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.buyer-support-card {
  min-height: 170px;
  padding: 28px;
}

@media (max-width: 1180px) {
  .applications-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .applications-hero__grid,
  .application-matching__grid {
    grid-template-columns: 1fr;
  }

  .applications-hero__media {
    max-width: 760px;
  }

  .applications-card-grid,
  .buyer-support-grid,
  .matching-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 700px) {
  .applications-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .applications-hero__headline {
    font-size: 42px;
  }

  .applications-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .applications-grid-section,
  .application-fit,
  .application-matching,
  .buyer-support,
  .applications-final-cta {
    padding: 74px 0;
  }

  .applications-card-grid,
  .buyer-support-grid,
  .matching-benefits {
    grid-template-columns: 1fr;
  }

  .application-use-card,
  .buyer-support-card,
  .matching-benefits article,
  .fit-table {
    border-radius: 22px;
  }

  .fit-row {
    padding: 20px;
  }
}

/* Export page */
.export-hero { position: relative; min-height: 700px; display: grid; align-items: center; padding: 150px 0 88px; color: white; overflow: hidden; background: linear-gradient(90deg, rgba(18,13,12,.95), rgba(49,30,28,.88) 52%, rgba(88,53,53,.52)), url("../assets/images/factory.jpg") center/cover; }
.export-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px,.75fr); gap: clamp(42px,6vw,82px); align-items: center; }
.export-hero__copy h1 { margin: 0; color: white; text-transform: uppercase; font-size: clamp(18px,1.4vw,22px); line-height: 1; letter-spacing: .18em; font-weight: 900; }
.export-hero__headline { max-width: 900px; margin: 14px 0 0; color: white; font-size: clamp(46px,6vw,80px); line-height: .98; letter-spacing: -0.045em; font-weight: 900; }
.export-hero__copy > p:not(.eyebrow):not(.export-hero__headline) { max-width: 740px; margin: 26px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px,1.45vw,22px); line-height: 1.75; }
.export-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.export-hero__actions .btn { min-height: 60px; padding-inline: 34px; }
.export-hero__panel { padding: clamp(30px,4vw,46px); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.08)); box-shadow: 0 50px 120px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.export-hero__panel span { display: inline-flex; margin-bottom: 18px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.export-hero__panel strong { display: block; color: white; font-size: clamp(28px,3vw,42px); line-height: 1.08; letter-spacing: -0.03em; }
.export-hero__panel p { margin: 18px 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }
.export-presence, .export-capabilities, .export-products, .export-process, .export-details, .export-buyers, .export-final-cta { padding: 104px 0; }
.export-presence, .export-products, .export-details { background: var(--light); }
.export-capabilities, .export-process, .export-buyers, .export-final-cta { background: white; }
.export-presence__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(34px,5vw,64px); align-items: center; }
.export-presence__copy h2 { margin: 0; color: var(--text); font-size: clamp(34px,4vw,58px); line-height: 1.06; letter-spacing: -0.035em; }
.export-presence__copy p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.export-map-card { position: relative; margin: 0; padding: 22px; border: 1px solid rgba(88,53,53,.12); border-radius: 28px; background: linear-gradient(145deg,#ffffff,#faf7f5); box-shadow: 0 28px 80px rgba(35,24,20,.11); overflow: hidden; }
.export-map-card img { width: 100%; height: auto; display: block; object-fit: contain; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.export-pin { position: absolute; display: inline-flex; align-items: center; min-height: 28px; padding: 6px 10px 6px 24px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--primary); font-size: 11px; font-weight: 900; box-shadow: 0 12px 30px rgba(35,24,20,.12); border: 1px solid rgba(88,53,53,.14); white-space: nowrap; }
.export-pin::before { content: ""; position: absolute; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(212,160,23,.18); }
.pin-usa { left: 17%; top: 38%; } .pin-india { left: 62%; top: 52%; } .pin-uae { left: 57%; top: 49%; } .pin-nepal { left: 65%; top: 46%; } .pin-africa { left: 49%; top: 62%; } .pin-australia { left: 78%; top: 77%; }
.export-card-grid, .export-product-grid, .export-buyer-grid { display: grid; gap: 20px; }
.export-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.export-card-grid--four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.export-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.export-buyer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.export-info-card, .export-product-card, .export-buyer-card, .export-process-list li { padding: 28px; border: 1px solid rgba(88,53,53,.12); border-radius: 24px; background: linear-gradient(145deg,#ffffff,#faf7f5); box-shadow: 0 18px 54px rgba(35,24,20,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.export-info-card:hover, .export-product-card:hover, .export-buyer-card:hover, .export-process-list li:hover { transform: translateY(-6px); border-color: rgba(88,53,53,.22); box-shadow: 0 28px 72px rgba(35,24,20,.13); }
.export-info-card { min-height: 220px; }
.export-product-card { min-height: 260px; display: flex; flex-direction: column; }
.export-buyer-card { min-height: 170px; }
.export-info-card span, .export-process-list span { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; height: 34px; margin-bottom: 18px; border-radius: 999px; background: rgba(88,53,53,.08); color: var(--primary); font-size: 13px; font-weight: 900; }
.export-info-card h3, .export-product-card h3, .export-buyer-card h3, .export-process-list h3 { margin: 0 0 12px; color: var(--text); font-size: 21px; line-height: 1.25; }
.export-info-card p, .export-product-card p, .export-buyer-card p, .export-process-list p { margin: 0; color: var(--muted); line-height: 1.65; }
.export-product-card div { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 24px; }
.export-product-card div span { display: inline-flex; align-items: center; min-height: 31px; padding: 7px 11px; border: 1px solid rgba(88,53,53,.13); border-radius: 999px; background: rgba(88,53,53,.045); color: var(--primary); font-size: 11px; font-weight: 850; }
.export-product-card a { margin-top: auto; color: var(--primary); font-weight: 900; }
.export-process-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.export-process-list li { min-height: 300px; }
@media (max-width: 1180px) { .export-product-grid, .export-card-grid--four { grid-template-columns: repeat(2,minmax(0,1fr)); } .export-process-list { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 1024px) { .export-hero__grid, .export-presence__grid { grid-template-columns: 1fr; } .export-card-grid, .export-buyer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .export-map-card { max-width: 860px; } }
@media (max-width: 700px) { .export-hero { min-height: auto; padding: 132px 0 72px; } .export-hero__headline { font-size: 42px; } .export-hero__actions { flex-direction: column; align-items: stretch; } .export-presence, .export-capabilities, .export-products, .export-process, .export-details, .export-buyers, .export-final-cta { padding: 74px 0; } .export-card-grid, .export-card-grid--four, .export-product-grid, .export-buyer-grid, .export-process-list { grid-template-columns: 1fr; } .export-map-card { padding: 12px; border-radius: 22px; } .export-pin { position: relative; left: auto !important; top: auto !important; margin: 6px 5px 0 0; font-size: 10px; } .export-map-card img { margin-bottom: 10px; } .export-info-card, .export-product-card, .export-buyer-card, .export-process-list li { border-radius: 22px; } }

/* Gallery page */
.gallery-hero { position: relative; min-height: 720px; display: grid; align-items: center; padding: 150px 0 88px; color: white; overflow: hidden; background: linear-gradient(90deg, rgba(18,13,12,.94), rgba(49,30,28,.84) 52%, rgba(88,53,53,.5)), url("../assets/images/hero.png") center/cover; }
.gallery-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); gap: clamp(42px,6vw,82px); align-items: center; }
.gallery-hero__copy h1 { margin: 0; color: white; text-transform: uppercase; font-size: clamp(18px,1.4vw,22px); line-height: 1; letter-spacing: .18em; font-weight: 900; }
.gallery-hero__headline { max-width: 900px; margin: 14px 0 0; color: white; font-size: clamp(46px,6vw,80px); line-height: .98; letter-spacing: -0.045em; font-weight: 900; }
.gallery-hero__copy > p:not(.eyebrow):not(.gallery-hero__headline) { max-width: 740px; margin: 26px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px,1.45vw,22px); line-height: 1.75; }
.gallery-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.gallery-hero__actions .btn { min-height: 60px; padding-inline: 34px; }
.gallery-hero__media { margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.1); box-shadow: 0 50px 120px rgba(0,0,0,.22); backdrop-filter: blur(10px); overflow: hidden; }
.gallery-hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; }
.gallery-showcase, .finish-highlights, .gallery-final-cta { padding: 104px 0; }
.gallery-showcase { background: var(--light); }
.finish-highlights, .gallery-final-cta { background: white; }
.gallery-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 56px; }
.gallery-filter button { min-height: 42px; padding: 9px 16px; border: 1px solid rgba(88,53,53,.15); border-radius: 999px; background: rgba(255,255,255,.86); color: var(--primary); font-size: 13px; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.gallery-filter button:hover { transform: translateY(-2px); border-color: rgba(88,53,53,.32); }
.gallery-filter button.is-active, .gallery-filter button[aria-pressed="true"] { background: var(--primary); color: white; border-color: var(--primary); }
.gallery-filter button:focus-visible { outline: 3px solid rgba(212,160,23,.45); outline-offset: 3px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.gallery-card, .finish-card { border: 1px solid rgba(88,53,53,.12); border-radius: 24px; background: linear-gradient(145deg,#ffffff,#faf7f5); box-shadow: 0 18px 54px rgba(35,24,20,.08); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.gallery-card:hover, .finish-card:hover { transform: translateY(-6px); border-color: rgba(88,53,53,.22); box-shadow: 0 28px 72px rgba(35,24,20,.13); }
.gallery-card[hidden] { display: none; }
.gallery-card img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }
.gallery-card:nth-child(4n + 1) img, .gallery-card:nth-child(4n + 3) img { aspect-ratio: 1.05 / 1; }
.gallery-card div { padding: 24px; }
.gallery-card h3, .finish-card h3 { margin: 0 0 12px; color: var(--text); font-size: 21px; line-height: 1.25; }
.gallery-card p, .finish-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.finish-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.finish-card { padding-bottom: 26px; }
.finish-card img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.finish-card h3, .finish-card p, .finish-card a { margin-left: 24px; margin-right: 24px; }
.finish-card h3 { margin-top: 22px; }
.finish-card a { display: inline-flex; margin-top: 20px; color: var(--primary); font-weight: 900; }
@media (max-width: 1180px) { .gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 1024px) { .gallery-hero__grid { grid-template-columns: 1fr; } .gallery-hero__media { max-width: 760px; } .gallery-grid, .finish-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 700px) { .gallery-hero { min-height: auto; padding: 132px 0 72px; } .gallery-hero__headline { font-size: 42px; } .gallery-hero__actions { flex-direction: column; align-items: stretch; } .gallery-showcase, .finish-highlights, .gallery-final-cta { padding: 74px 0; } .gallery-filter { justify-content: flex-start; margin-bottom: 38px; } .gallery-filter button { font-size: 12px; } .gallery-grid, .finish-grid { grid-template-columns: 1fr; } .gallery-card, .finish-card { border-radius: 22px; } .gallery-card img, .gallery-card:nth-child(4n + 1) img, .gallery-card:nth-child(4n + 3) img { aspect-ratio: 1.25 / 1; } }
