@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary: #0A0A0A;
  --secondary: #171717;
  --graphite: #262626;
  --steel: #525252;
  --steel-light: #A3A3A3;
  --accent: #C8641C;
  --accent-dark: #8F3F12;
  --light: #F5F3EF;
  --surface: #FFFFFF;
  --surface-2: #EDEAE4;
  --text: #2A2A2A;
  --muted: #626262;
  --line: #D8D3CA;
  --white: #FFFFFF;
  --shadow: 0 10px 30px rgba(10, 10, 10, 0.05);
  --shadow-strong: 0 20px 50px rgba(10, 10, 10, 0.12);
  --heading-font: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --body-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--text);
  background: var(--light);
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

p {
  margin-top: 0;
  color: var(--text);
  opacity: 0.9;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--primary);
  font-family: var(--heading-font);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-wrap: balance;
}

.container {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.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;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.site-header.scrolled {
  background: rgba(10, 10, 10, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.navbar {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transition: min-height 0.3s ease;
}

.site-header.scrolled .navbar {
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 700;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-logo-icon {
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: var(--light);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.brand-name {
  font-family: var(--heading-font);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  gap: 5px;
  align-content: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  height: 2px;
  background: var(--white);
  border-radius: 999px;
}

.nav-links {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 14px 24px 24px;
  list-style: none;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-links.is-open {
  display: grid;
}

.nav-links a {
  display: block;
  padding: 12px 0;
  color: #ECE7DF;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--accent);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(23, 23, 23, 0.92)),
    repeating-linear-gradient(115deg, rgba(200, 100, 28, 0.1) 0 2px, transparent 2px 18px);
  padding: 72px 0 48px;
}

.hero-home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 0 100px;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.4) 0%, rgba(10, 10, 10, 0.85) 100%),
    url("../images/hero-road-construction.png") center center / cover no-repeat;
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0 1px, transparent 1px 80px);
  pointer-events: none;
}

.hero-home .container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin-inline: auto;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-watermark {
  display: none;
}

.hero-grid,
.split,
.contact-grid {
  display: grid;
  gap: 34px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(2.2rem, 7vw, 4.4rem);
  line-height: 1.05;
  font-weight: 600;
}

.hero-home h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 6.8vw, 4.8rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.hero-tagline {
  max-width: 720px;
  margin-bottom: 18px;
  color: #ECE7DF;
  font-size: clamp(1.08rem, 2.2vw, 1.28rem);
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.95;
}

.hero-text,
.page-hero p {
  color: #D7D3CC;
  font-size: 1.02rem;
  opacity: 0.8;
}

.hero-home .hero-text {
  max-width: 640px;
  margin-inline: auto;
  font-size: 0.98rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 32px;
  border: 1.5px solid transparent;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.btn-primary:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-secondary,
.btn-whatsapp {
  color: #ECE7DF;
  border: 1.5px solid rgba(236, 231, 223, 0.25);
  background: transparent;
}

.btn-secondary:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-whatsapp {
  border-color: rgba(31, 122, 58, 0.4);
  background: rgba(31, 122, 58, 0.04);
}

.btn-whatsapp:hover {
  border-color: #249747;
  background: rgba(31, 122, 58, 0.15);
  color: var(--white);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #D7D3CC;
  background: rgba(10, 10, 10, 0.55);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-visual {
  min-height: 280px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.hero-home .hero-visual {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-strong);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4) brightness(0.8) contrast(1.1);
}

.section {
  padding: 120px 0;
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(245, 243, 239, 0.96), rgba(237, 234, 228, 1)),
    repeating-linear-gradient(90deg, rgba(10, 10, 10, 0.045) 0 1px, transparent 1px 78px);
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(23, 23, 23, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 78px);
}

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

.section-heading.centered {
  max-width: 780px;
  text-align: center;
}

.section-heading h2,
.split h2,
.cta-band h2 {
  color: var(--primary);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.08;
  text-wrap: balance;
}

.section-dark h2,
.cta-band h2 {
  color: var(--white);
}

.section-dark p,
.cta-band p {
  color: #D7D3CC;
}

.card-grid,
.product-grid,
.why-grid,
.business-grid {
  display: grid;
  gap: 18px;
}

.feature-card,
.product-card,
.why-card,
.contact-panel,
.contact-form,
.service-list article {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.feature-card,
.product-card,
.why-card,
.contact-panel,
.contact-form {
  padding: 24px;
}

.card-visual,
.contact-visual,
.visual-copy-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 18px;
  background: var(--secondary);
  filter: grayscale(0.4) brightness(0.8) contrast(1.1);
}

.visual-copy-panel {
  overflow: hidden;
}

.business-about {
  background:
    linear-gradient(180deg, #FFFFFF 0%, var(--light) 100%);
}

.business-copy {
  padding: 2px 0;
}

.business-copy p {
  color: var(--text);
  font-size: 1.02rem;
}

.business-copy p:last-child {
  margin-bottom: 0;
}

.feature-card h3,
.product-card h2,
.product-card h3,
.why-card h3,
.contact-panel h2,
.contact-form h2,
.service-list h2 {
  color: var(--primary);
  line-height: 1.12;
}

.why-card {
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 100, 28, 0.5);
  box-shadow: var(--shadow);
}

.why-card span {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 38px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 4px;
  color: var(--white);
  background: var(--primary);
  font-size: 0.84rem;
  font-weight: 900;
}

.card-icon {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list p {
  margin: 0;
  padding: 14px 16px;
  color: #ECE7DF;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  color: var(--white);
  background: var(--primary);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.trust-grid {
  display: grid;
  gap: 1px;
  background: transparent;
  text-align: center;
}

.trust-grid div {
  padding: 40px 24px;
  background: transparent;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.trust-grid span {
  margin-top: 8px;
  color: var(--steel-light);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-band {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 30px;
  border-radius: 6px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(38, 38, 38, 0.95)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 80px);
  box-shadow: var(--shadow-strong);
}

.cta-band h2 {
  margin-bottom: 0;
}

.page-hero {
  padding: 160px 0 90px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(38, 38, 38, 0.94)),
    radial-gradient(circle at top right, rgba(200, 100, 28, 0.18), transparent 34%);
}

.stats-grid {
  display: grid;
  gap: 16px;
}

.stats-grid div {
  padding: 24px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
}

.stats-grid strong,
.stats-grid span {
  display: block;
}

.stats-grid strong {
  color: var(--primary);
  font-family: var(--heading-font);
  font-size: 2rem;
  line-height: 1;
}

.stats-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.product-card {
  display: grid;
  gap: 10px;
}

.catalog-intro {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--light) 100%);
}

.division-grid {
  display: grid;
  gap: 18px;
}

.division-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F7F5F0 100%);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.division-card:hover,
.division-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(200, 100, 28, 0.58);
  box-shadow: var(--shadow-strong);
}

.division-card span {
  width: 44px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: var(--white);
  background: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
}

.division-card h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.08;
}

.division-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.catalog-section {
  border-top: 1px solid var(--line);
}

.catalog-visual-strip {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}

.catalog-visual-strip figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  background: var(--secondary);
  box-shadow: var(--shadow-strong);
}

.catalog-visual-strip img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  filter: grayscale(0.4) brightness(0.8) contrast(1.1);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.catalog-visual-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.05), rgba(10, 10, 10, 0.8));
  pointer-events: none;
}

.catalog-visual-strip figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.catalog-visual-strip figure:hover img {
  transform: scale(1.03);
  filter: grayscale(0) brightness(1) contrast(1.1);
}

.catalog-block {
  margin-top: 42px;
}

.catalog-block:first-of-type {
  margin-top: 0;
}

.catalog-block h3 {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.catalog-grid {
  display: grid;
  gap: 16px;
}

.catalog-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 236px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 240, 0.98)),
    repeating-linear-gradient(135deg, rgba(10, 10, 10, 0.035) 0 1px, transparent 1px 18px);
  box-shadow: 0 12px 30px rgba(10, 10, 10, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.catalog-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--accent);
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.catalog-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.015));
  transition: transform 0.22s ease;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(200, 100, 28, 0.58);
  box-shadow: var(--shadow-strong);
}

.catalog-card:hover::before,
.catalog-card:focus-visible::before {
  transform: scaleX(1);
}

.catalog-card:hover::after,
.catalog-card:focus-visible::after {
  transform: scale(1.12);
}

.catalog-card span {
  width: fit-content;
  min-width: 42px;
  padding: 6px 9px;
  border-radius: 4px;
  color: var(--white);
  background: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.catalog-card h4 {
  margin: 0;
  color: var(--primary);
  font-family: var(--heading-font);
  font-size: 1.22rem;
  line-height: 1.12;
}

.catalog-card p {
  margin: 0;
  color: var(--text);
}

.catalog-card small {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.catalog-card:hover small,
.catalog-card:focus-visible small {
  opacity: 1;
  transform: translateY(0);
}

.future-card {
  border-style: dashed;
}

.service-catalog-card span {
  background: var(--graphite);
}

.industrial-showcase {
  background: var(--surface);
}

.image-section-grid {
  display: grid;
  gap: 18px;
}

.image-panel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  margin-bottom: 60px;
  transition: transform 0.3s ease;
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
  filter: grayscale(0.4) brightness(0.8) contrast(1.1);
}

.image-panel div {
  padding: 30px 0;
}

.image-panel h3 {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.image-panel p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

@media (min-width: 720px) {
  .image-panel {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    margin-bottom: 100px;
  }
  
  .image-panel:nth-child(even) {
    grid-template-columns: 0.85fr 1.15fr;
  }
  
  .image-panel:nth-child(even) img {
    order: 2;
  }
  
  .image-panel div {
    padding: 0;
  }
}

.products-preview {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--light) 100%);
}

.premium-product-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  align-content: start;
  border: none;
  border-bottom: 2px solid var(--line);
  background: transparent;
  box-shadow: none;
  padding: 30px 10px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.premium-product-card::before {
  display: none; /* Remove distracting top strip */
}

.premium-product-card:hover {
  transform: translateY(-4px);
  border-bottom-color: var(--accent);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.premium-product-card p {
  color: var(--muted);
}

.product-card a,
.contact-panel a,
.policy-content a {
  color: var(--accent-dark);
  font-weight: 900;
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-list article {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.service-list span {
  width: 66px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: var(--white);
  background: var(--primary);
  font-weight: 900;
}

.contact-panel p {
  overflow-wrap: anywhere;
}

.contact-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.contact-detail-list p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-detail-list strong {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-detail-list a,
.contact-detail-list span {
  color: var(--text);
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form label {
  color: var(--primary);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--text);
  background: #FFFFFF;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.map-section {
  display: grid;
  gap: 26px;
  align-items: center;
}

.map-info-card {
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.map-lead-text {
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 24px;
}

.map-location-details {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.map-location-details p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.map-location-details strong {
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-location-details span,
.map-location-details a {
  color: var(--text);
  font-size: 0.96rem;
}

.map-actions-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-sm {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 0.84rem;
}

.map-frame-container {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-strong);
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 6px;
}

.map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0.1) contrast(1.05) invert(0.04); /* Dark industrial blending */
}

.policy-content {
  max-width: 850px;
}

.policy-content h2 {
  margin-top: 30px;
  color: var(--primary);
}

.site-footer {
  color: #D7D3CC;
  background:
    linear-gradient(180deg, #171717, #050505),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 80px);
  padding: 48px 0 20px;
}

.site-footer p {
  color: #D7D3CC;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-overview {
  max-width: 360px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-logo {
  width: min(210px, 100%);
  height: auto;
  display: block;
  border-radius: 6px;
  background: var(--surface-2);
}

.site-footer h2 {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  color: var(--white);
  background: linear-gradient(180deg, #1F7A3A, #155C2A);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  font-size: 0.9rem;
  font-weight: 900;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
}

/* Global interaction layer */
a,
button,
.btn,
.brand,
.nav-toggle,
.nav-links a,
.feature-card,
.product-card,
.why-card,
.division-card,
.catalog-card,
.image-panel,
.service-list article,
.stats-grid div,
.trust-grid div,
.cta-band,
.footer-logo,
.floating-whatsapp {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
.btn,
.brand,
.nav-toggle,
.nav-links a,
.product-card a,
.contact-panel a,
.policy-content a,
.site-footer a,
.floating-whatsapp {
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.catalog-card:focus-visible,
.division-card:focus-visible,
.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(200, 100, 28, 0.45);
  outline-offset: 4px;
}

.brand:hover {
  color: var(--accent);
}

.brand:hover .brand-logo,
.brand:focus-visible .brand-logo {
  transform: scale(1.04);
}

.brand-logo {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  border-color: rgba(200, 100, 28, 0.7);
  background: rgba(200, 100, 28, 0.12);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.feature-card,
.product-card,
.why-card,
.service-list article,
.stats-grid div,
.trust-grid div {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.feature-card:hover,
.feature-card:focus-within,
.product-card:hover,
.product-card:focus-within,
.why-card:hover,
.why-card:focus-within,
.service-list article:hover,
.service-list article:focus-within,
.stats-grid div:hover,
.trust-grid div:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 100, 28, 0.55);
  box-shadow: var(--shadow-strong);
}

.product-card a,
.contact-panel a,
.policy-content a {
  position: relative;
}

.product-card a::after,
.contact-panel a::after,
.policy-content a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.product-card a:hover::after,
.product-card a:focus-visible::after,
.contact-panel a:hover::after,
.contact-panel a:focus-visible::after,
.policy-content a:hover::after,
.policy-content a:focus-visible::after {
  transform: scaleX(1);
}

.image-panel:hover img,
.image-panel:focus-within img,
.hero-visual:hover img,
.feature-card:hover .card-visual,
.contact-panel:hover .contact-visual,
.visual-copy-panel:hover img {
  transform: scale(1.035);
  filter: grayscale(0) brightness(1) contrast(1.1);
}

.image-panel img,
.hero-visual img,
.card-visual,
.contact-visual,
.visual-copy-panel img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.cta-band:hover,
.cta-band:focus-within {
  transform: translateY(-3px);
  border-color: rgba(200, 100, 28, 0.5);
}

.site-footer a {
  color: #D7D3CC;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent);
  transform: translateX(3px);
}

.footer-logo:hover,
.footer-brand:focus-visible .footer-logo {
  transform: scale(1.025);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(200, 100, 28, 0.72);
  box-shadow: 0 0 0 4px rgba(200, 100, 28, 0.12);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

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

@media (min-width: 720px) {
  .nav-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .nav-links a {
    padding: 0;
  }

  .hero {
    padding: 96px 0 72px;
  }

  .hero-home {
    padding: 112px 0 92px;
  }

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .card-grid,
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid,
  .business-grid,
  .trust-grid,
  .image-section-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .division-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .service-list article {
    grid-template-columns: 90px 1fr;
    align-items: start;
  }

  .cta-band {
    grid-template-columns: 1fr auto;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .map-section {
    grid-template-columns: 0.75fr 1.25fr;
  }
}

@media (min-width: 980px) {
  .hero-home .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
  }

  .hero-home .hero-visual {
    display: grid;
    min-height: 430px;
  }

  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .business-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-visual-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.5fr repeat(5, 1fr);
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .hero-home {
    min-height: auto;
    padding: 64px 0 54px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 0.94rem;
  }

  .hero-watermark {
    display: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-meta {
    display: grid;
  }

  .section {
    padding: 54px 0;
  }

  .feature-card,
  .product-card,
  .catalog-card,
  .division-card,
  .why-card,
  .contact-panel,
  .contact-form {
    padding: 20px;
  }

  .catalog-card small {
    opacity: 1;
    transform: none;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

/* Founder Section Styles */
.founder-grid {
  display: grid;
  gap: 36px;
  align-items: start;
}

.founder-card-visual {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-strong);
  transition: transform 0.22s ease;
}

.founder-card-visual:hover {
  transform: translateY(-4px);
}

.founder-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.founder-visual-asset {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  filter: grayscale(0.4) brightness(0.85) contrast(1.1);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.founder-card-visual:hover .founder-visual-asset {
  transform: scale(1.03);
  filter: grayscale(0) brightness(1) contrast(1.1);
}

.founder-badge {
  padding: 16px;
  background: var(--primary);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-badge strong {
  display: block;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: 1.15rem;
  line-height: 1.25;
}

.founder-badge span {
  display: block;
  margin-top: 4px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-bio {
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.65;
  margin-bottom: 24px;
}

.founder-credentials {
  display: grid;
  gap: 24px;
  margin-bottom: 28px;
}

.credential-group h3,
.founder-expertise-block h3 {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clean-bullet-list {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
}

.clean-bullet-list li {
  position: relative;
  padding: 4px 0 4px 14px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.45;
}

.clean-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 2px;
  background: var(--accent);
}

.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.expertise-tags span {
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--primary);
  background: var(--surface-2);
  font-size: 0.84rem;
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.expertise-tags span:hover {
  border-color: rgba(200, 100, 28, 0.45);
  background: var(--surface);
}

/* Responsive grid logic for founder elements */
@media (min-width: 720px) {
  .founder-grid {
    grid-template-columns: 0.78fr 1.22fr;
  }
  .founder-credentials {
    grid-template-columns: 1fr 1fr;
  }
}

/* Showcase Section Styles */
.showcase-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 60px;
}

.showcase-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.showcase-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.05) brightness(0.9);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.showcase-row:hover .showcase-image img {
  transform: scale(1.03);
  filter: grayscale(0) contrast(1) brightness(1);
}

.showcase-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
}

.showcase-number {
  font-family: var(--heading-font);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 12px;
}

.showcase-content h3 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.showcase-content p {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 480px;
}

.showcase-content .btn {
  color: var(--primary);
  border-color: var(--primary);
}

.showcase-content .btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

@media (min-width: 768px) {
  .showcase-row {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 80px;
  }
  
  .showcase-row:nth-child(even) {
    grid-template-columns: 0.75fr 1.25fr;
  }
  
  .showcase-row:nth-child(even) .showcase-image {
    order: 2;
  }
}

/* Cinematic Panel */
.cinematic-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  padding: 120px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cinematic-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.9) 100%);
  z-index: 1;
}

.cinematic-panel > * {
  position: relative;
  z-index: 2;
}
