/* ==========================================================================
   WORLD THE COCO — Design System
   Concept: the material itself. Charcoal-black grounds, an ember-orange
   glow that "travels" through the page like a burn line, and warm ash
   surfaces. Condensed industrial display type nods to kiln/furnace
   signage; monospace is reserved for technical spec data.
   ========================================================================== */

:root {
  /* ---- Color tokens ---- */
  --coal-950: #120E0C;
  --coal-900: #1B1613;
  --coal-800: #241D19;
  --coal-700: #3A302A;
  --coal-600: #544539;

  --ash-100: #F7F2E8;
  --ash-200: #EFE7D6;
  --ash-300: #E2D6BE;

  --ember-600: #C8460A;
  --ember-500: #E8560C;
  --ember-400: #F17A28;
  --ember-300: #F5924D;
  --ember-glow: #FFB066;

  --text-dark: #18130F;
  --text-light: #F7F2E8;
  --text-muted-dark: #6E6259;
  --text-muted-light: #B8ABA0;

  --line-dark: rgba(24, 19, 15, 0.12);
  --line-light: rgba(247, 242, 232, 0.14);

  /* ---- Type ---- */
  --font-display: 'Big Shoulders Display', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;

  /* ---- Layout ---- */
  --container: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 2px;

  --ease: cubic-bezier(.16, .84, .44, 1);
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--ash-100);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0;
  text-transform: uppercase;
}

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

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ember-500);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ember-500);
  box-shadow: 0 0 0 3px rgba(232, 86, 12, 0.18), 0 0 10px rgba(232, 86, 12, 0.7);
  flex: none;
}

.section--dark .eyebrow {
  color: var(--ember-400);
}

.section-title {
  font-size: clamp(32px, 4.4vw, 52px);
  max-width: 16ch;
}

.section-lede {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-muted-dark);
  max-width: 56ch;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 14px;
}

.section--dark .section-lede {
  color: var(--text-muted-light);
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform .35s var(--ease), background .3s ease, color .3s ease, border-color .3s ease;
  white-space: nowrap;
}

.btn svg {
  width: 14px;
  height: 14px;
  transition: transform .35s var(--ease);
  flex: none;
}

.btn[href*="wa.me"]::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.32 4.96L2 22l5.25-1.38c1.45.79 3.08 1.21 4.79 1.21h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.86 9.86 0 0 0 12.04 2zm5.8 14.1c-.24.68-1.4 1.3-1.94 1.38-.5.08-1.12.11-1.81-.11-.42-.13-.96-.31-1.65-.6-2.9-1.25-4.79-4.17-4.94-4.36-.14-.2-1.18-1.57-1.18-3 0-1.42.75-2.12 1.02-2.41.27-.29.58-.36.78-.36.2 0 .39 0 .56.01.18.01.42-.07.65.5.24.58.81 2 .88 2.14.07.14.12.31.02.51-.09.2-.14.31-.28.48-.14.17-.29.37-.42.5-.14.13-.28.28-.12.55.16.27.72 1.19 1.55 1.93 1.06.95 1.96 1.24 2.23 1.38.27.14.43.11.59-.07.16-.18.68-.79.86-1.06.18-.27.36-.22.6-.13.24.09 1.55.73 1.82.86.27.13.45.2.51.31.07.11.07.63-.17 1.31z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.32 4.96L2 22l5.25-1.38c1.45.79 3.08 1.21 4.79 1.21h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.86 9.86 0 0 0 12.04 2zm5.8 14.1c-.24.68-1.4 1.3-1.94 1.38-.5.08-1.12.11-1.81-.11-.42-.13-.96-.31-1.65-.6-2.9-1.25-4.79-4.17-4.94-4.36-.14-.2-1.18-1.57-1.18-3 0-1.42.75-2.12 1.02-2.41.27-.29.58-.36.78-.36.2 0 .39 0 .56.01.18.01.42-.07.65.5.24.58.81 2 .88 2.14.07.14.12.31.02.51-.09.2-.14.31-.28.48-.14.17-.29.37-.42.5-.14.13-.28.28-.12.55.16.27.72 1.19 1.55 1.93 1.06.95 1.96 1.24 2.23 1.38.27.14.43.11.59-.07.16-.18.68-.79.86-1.06.18-.27.36-.22.6-.13.24.09 1.55.73 1.82.86.27.13.45.2.51.31.07.11.07.63-.17 1.31z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn:hover svg {
  transform: translate(3px, -3px);
}

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

.btn--ember {
  background: var(--ember-500);
  color: var(--text-light);
}

.btn--ember:hover {
  background: var(--ember-600);
}

.btn--outline-dark {
  border-color: var(--coal-700);
  color: var(--text-dark);
}

.btn--outline-dark:hover {
  border-color: var(--text-dark);
}

.btn--outline-light {
  border-color: var(--line-light);
  color: var(--text-light);
}

.btn--outline-light:hover {
  border-color: var(--ember-400);
  color: var(--ember-300);
}

.btn--ghost-light {
  color: var(--text-light);
}

.btn--ghost-light span {
  border-bottom: 1px solid var(--ember-400);
  padding-bottom: 2px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* ---- Export marquee topbar ---- */
.topbar {
  background: var(--coal-950);
  border-bottom: 1px solid var(--line-light);
  overflow: hidden;
  height: 37px;
  transition: height .4s var(--ease), opacity .3s ease, border-color .4s ease;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-header-wrap.is-scrolled .topbar {
  height: 0;
  opacity: 0;
  border-bottom-color: transparent;
}

.site-header {
  position: relative;
  background: rgba(18, 14, 12, 0.0);
  border-bottom: 1px solid transparent;
  transition: background .4s ease, border-color .4s ease, padding .4s ease;
  padding-block: 22px;
}

.site-header-wrap.is-scrolled .site-header {
  background: rgba(18, 14, 12, 0.92);
  backdrop-filter: blur(10px);
  border-color: var(--line-light);
  padding-block: 14px;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-light);
}

.brand__mark {
  --s: 36px;
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  position: relative;
  flex: none;
  background: radial-gradient(circle at 32% 30%, var(--ember-300), var(--ember-600) 70%);
  box-shadow: 0 0 16px rgba(232, 86, 12, 0.55);
  animation: ember-breathe 3.2s ease-in-out infinite;
}

.brand__mark::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(232, 86, 12, 0.45);
  animation: ember-ring 3.2s ease-out infinite;
}

@keyframes ember-breathe {

  0%,
  100% {
    box-shadow: 0 0 12px rgba(232, 86, 12, 0.5);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 22px 4px rgba(232, 86, 12, 0.75);
    transform: scale(1.06);
  }
}

@keyframes ember-ring {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.brand__text {
  font-family: var(--font-display);
  font-size: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.05;
}

.brand__text small {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--text-muted-light);
  text-transform: uppercase;
  margin-top: 2px;
}

.main-nav ul {
  display: flex;
  gap: 28px;
}

.main-nav a {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  position: relative;
  padding-bottom: 4px;
  transition: color .3s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--ember-500);
  transition: right .35s var(--ease);
}

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

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  right: 0;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line-light);
  background: rgba(247, 242, 232, 0.05);
}

.lang-switch button {
  min-width: 34px;
  height: 30px;
  border: 0;
  background: transparent;
  color: var(--text-muted-light);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  transition: background .25s ease, color .25s ease;
}

.lang-switch button:hover,
.lang-switch button.is-active {
  background: var(--ember-500);
  color: var(--text-light);
}

.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  position: relative;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background: var(--text-light);
  transition: transform .3s ease, opacity .3s ease;
}

.nav-toggle span {
  top: 18px;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.nav-toggle.is-open span {
  background: transparent;
}

.nav-toggle.is-open span::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span::after {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width:900px) {
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 340px);
    background: var(--coal-950);
    padding: 100px 32px 40px;
    transform: translateX(100%);
    transition: transform .45s var(--ease);
    border-left: 1px solid var(--line-light);
  }

  .main-nav.is-open {
    transform: translateX(0);
  }

  .main-nav ul {
    flex-direction: column;
    gap: 22px;
  }

  .main-nav a {
    font-size: 15px;
  }

  .nav-toggle {
    display: block;
  }

  .header-cta .btn--outline-light span {
    display: none;
  }

  .header-cta {
    gap: 10px;
  }

  .lang-switch button {
    min-width: 30px;
    height: 28px;
    font-size: 10px;
  }
}

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

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(18, 14, 12, 0.98) 0%, rgba(18, 14, 12, 0.94) 24%, rgba(18, 14, 12, 0.62) 48%, rgba(18, 14, 12, 0.24) 70%, rgba(18, 14, 12, 0.82) 100%),
    linear-gradient(180deg, rgba(18, 14, 12, 0.96) 0%, rgba(18, 14, 12, 0.16) 30%, rgba(18, 14, 12, 0.1) 66%, rgba(18, 14, 12, 0.96) 100%),
    url("../charcoal.png") center right / cover no-repeat,
    var(--coal-950);
  color: var(--text-light);
  min-height: 780px;
  padding-top: 118px;
  padding-bottom: 84px;
  overflow: hidden;
}

.hero::before {
  /* grain */
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 67% 52%, rgba(232, 86, 12, 0.16), transparent 32%),
    radial-gradient(circle at 20% 86%, rgba(232, 86, 12, 0.12), transparent 24%);
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  width: 920px;
  height: 680px;
  right: -210px;
  top: 120px;
  background: radial-gradient(circle, rgba(232, 86, 12, 0.22), rgba(232, 86, 12, 0.06) 36%, rgba(232, 86, 12, 0) 68%);
  filter: blur(18px);
  animation: pulse 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 4;
}

.hero__particles span {
  position: absolute;
  bottom: -20px;
  width: 4px;
  height: 4px;
  background: var(--ember-400);
  border-radius: 50%;
  box-shadow: 0 0 10px 2px rgba(232, 86, 12, 0.8), 0 0 20px 4px rgba(232, 86, 12, 0.4);
  opacity: 0;
  animation: floatEmber linear infinite;
}

.hero__particles span:nth-child(1) { left: 10%; animation-duration: 6s; animation-delay: -2s; width: 3px; height: 3px; }
.hero__particles span:nth-child(2) { left: 25%; animation-duration: 8s; animation-delay: -5s; width: 6px; height: 6px; background: var(--ember-300); }
.hero__particles span:nth-child(3) { left: 40%; animation-duration: 5s; animation-delay: -1s; }
.hero__particles span:nth-child(4) { left: 55%; animation-duration: 7s; animation-delay: -4s; width: 3px; height: 3px; }
.hero__particles span:nth-child(5) { left: 70%; animation-duration: 6.5s; animation-delay: -3s; background: var(--ember-500); }
.hero__particles span:nth-child(6) { left: 85%; animation-duration: 9s; animation-delay: -7s; width: 5px; height: 5px; }
.hero__particles span:nth-child(7) { left: 30%; animation-duration: 5.5s; animation-delay: -2.5s; }
.hero__particles span:nth-child(8) { left: 60%; animation-duration: 7.5s; animation-delay: -6s; width: 4px; height: 4px; }
.hero__particles span:nth-child(9) { left: 80%; animation-duration: 6s; animation-delay: -1.5s; }
.hero__particles span:nth-child(10) { left: 95%; animation-duration: 8.5s; animation-delay: -8s; width: 5px; height: 5px; }
.hero__particles span:nth-child(11) { left: 15%; animation-duration: 7.2s; animation-delay: -3.2s; background: var(--ember-300); }
.hero__particles span:nth-child(12) { left: 45%; animation-duration: 6.8s; animation-delay: -5.8s; width: 3px; height: 3px; }
.hero__particles span:nth-child(13) { left: 75%; animation-duration: 5.2s; animation-delay: -0.8s; width: 6px; height: 6px; }
.hero__particles span:nth-child(14) { left: 5%; animation-duration: 8.2s; animation-delay: -2.2s; }
.hero__particles span:nth-child(15) { left: 90%; animation-duration: 6.4s; animation-delay: -4.5s; background: var(--ember-500); }
.hero__particles span:nth-child(16) { left: 12%; animation-duration: 5.8s; animation-delay: -1.2s; width: 4px; height: 4px; }
.hero__particles span:nth-child(17) { left: 28%; animation-duration: 7.8s; animation-delay: -6.5s; width: 3px; height: 3px; }
.hero__particles span:nth-child(18) { left: 35%; animation-duration: 6.2s; animation-delay: -3.8s; }
.hero__particles span:nth-child(19) { left: 52%; animation-duration: 8.5s; animation-delay: -7.2s; width: 5px; height: 5px; }
.hero__particles span:nth-child(20) { left: 65%; animation-duration: 5.5s; animation-delay: -2.1s; background: var(--ember-300); }
.hero__particles span:nth-child(21) { left: 78%; animation-duration: 7s; animation-delay: -5.1s; width: 4px; height: 4px; }
.hero__particles span:nth-child(22) { left: 88%; animation-duration: 6.6s; animation-delay: -1.8s; width: 3px; height: 3px; }
.hero__particles span:nth-child(23) { left: 3%; animation-duration: 9.2s; animation-delay: -8.5s; background: var(--ember-500); }
.hero__particles span:nth-child(24) { left: 18%; animation-duration: 5.4s; animation-delay: -0.4s; width: 6px; height: 6px; }
.hero__particles span:nth-child(25) { left: 38%; animation-duration: 7.4s; animation-delay: -4.8s; width: 4px; height: 4px; }
.hero__particles span:nth-child(26) { left: 48%; animation-duration: 6.3s; animation-delay: -2.7s; }
.hero__particles span:nth-child(27) { left: 62%; animation-duration: 8.8s; animation-delay: -6.9s; width: 5px; height: 5px; }
.hero__particles span:nth-child(28) { left: 72%; animation-duration: 5.7s; animation-delay: -1.3s; background: var(--ember-300); }
.hero__particles span:nth-child(29) { left: 82%; animation-duration: 7.9s; animation-delay: -5.4s; width: 3px; height: 3px; }
.hero__particles span:nth-child(30) { left: 98%; animation-duration: 6.1s; animation-delay: -3.5s; width: 6px; height: 6px; background: var(--ember-500); }

@keyframes floatEmber {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }

  10% {
    opacity: 1;
    transform: translateY(-10vh) translateX(10px) scale(1.2);
  }

  50% {
    transform: translateY(-50vh) translateX(-20px) scale(0.8);
    opacity: 0.8;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    transform: translateY(-100vh) translateX(30px) scale(0.5);
    opacity: 0;
  }
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero__grid {
  display: block;
  max-width: 560px;
  min-height: 570px;
}

.hero__kicker {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ember-400);
  margin-bottom: 22px;
  display: block;
}

.hero__title {
  font-size: clamp(52px, 6.4vw, 88px);
  letter-spacing: 0.005em;
  max-width: 8.5ch;
}

.hero__title em {
  font-style: normal;
  color: var(--ember-500);
  background: linear-gradient(90deg, var(--ember-glow), var(--ember-500));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__sub {
  margin-top: 26px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted-light);
  max-width: 46ch;
}

.hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero__image-wrap {
  display: none;
}

.hero__image-wrap::before {
  content: none;
  position: absolute;
  inset: 6% 2% 4% 10%;
  background: radial-gradient(circle at 60% 52%, rgba(232, 86, 12, 0.46), rgba(232, 86, 12, 0.08) 36%, transparent 68%);
  filter: blur(42px);
  z-index: 1;
}

.hero__image-wrap::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--coal-950) 0%, rgba(18, 14, 12, 0.84) 8%, rgba(18, 14, 12, 0.18) 31%, rgba(18, 14, 12, 0) 58%),
    linear-gradient(180deg, var(--coal-950) 0%, rgba(18, 14, 12, 0) 18%, rgba(18, 14, 12, 0) 72%, var(--coal-950) 100%);
}

.hero__image-wrap img {
  display: none;
}

.charcoal-embers {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  z-index: 4;
}

.charcoal-embers span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--ember-400);
  border-radius: 50%;
  box-shadow: 0 0 10px 2px rgba(232, 86, 12, 0.8), 0 0 20px 4px rgba(232, 86, 12, 0.4);
  opacity: 0;
  animation: floatEmber linear infinite;
}

.charcoal-embers span:nth-child(1) { left: 20%; top: 80%; animation-duration: 4s; animation-delay: -1s; }
.charcoal-embers span:nth-child(2) { left: 80%; top: 70%; animation-duration: 5s; animation-delay: -3s; width: 6px; height: 6px; background: var(--ember-300); }
.charcoal-embers span:nth-child(3) { left: 50%; top: 90%; animation-duration: 3.5s; animation-delay: -2s; }
.charcoal-embers span:nth-child(4) { left: 30%; top: 60%; animation-duration: 4.5s; animation-delay: -0.5s; width: 3px; height: 3px; }
.charcoal-embers span:nth-child(5) { left: 70%; top: 50%; animation-duration: 5.5s; animation-delay: -2.5s; background: var(--ember-500); }
.charcoal-embers span:nth-child(6) { left: 40%; top: 40%; animation-duration: 6s; animation-delay: -4s; width: 5px; height: 5px; }
.charcoal-embers span:nth-child(7) { left: 60%; top: 30%; animation-duration: 4.2s; animation-delay: -1.5s; }
.charcoal-embers span:nth-child(8) { left: 25%; top: 45%; animation-duration: 5.2s; animation-delay: -3.5s; width: 4px; height: 4px; }
.charcoal-embers span:nth-child(9) { left: 85%; top: 85%; animation-duration: 4.8s; animation-delay: -0.8s; width: 3px; height: 3px; }
.charcoal-embers span:nth-child(10) { left: 15%; top: 25%; animation-duration: 5.8s; animation-delay: -2.2s; background: var(--ember-300); }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
  margin-top: 56px;
  max-width: 560px;
}

.hero__stats div {
  background: rgba(18, 14, 12, 0.72);
  padding: 22px 20px;
  backdrop-filter: blur(8px);
}

.hero__stats .num {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--text-light);
}

.hero__stats .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin-top: 6px;
}

@media (max-width:860px) {
  .hero__grid {
    min-height: 0;
  }

  .hero {
    padding-top: 178px;
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(18, 14, 12, 0.98) 0%, rgba(18, 14, 12, 0.86) 48%, rgba(18, 14, 12, 0.62) 100%),
      linear-gradient(180deg, rgba(18, 14, 12, 0.92) 0%, rgba(18, 14, 12, 0.28) 36%, var(--coal-950) 100%),
      url("../charcoal.png") center top / auto 520px no-repeat,
      var(--coal-950);
  }

  .hero::after {
    background: radial-gradient(circle at 50% 22%, rgba(232, 86, 12, 0.12), transparent 42%);
  }

  .hero__title {
    max-width: 10ch;
  }

  .hero__image-wrap {
    display: none;
  }

  .hero__stats {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   EMBER DIVIDER — signature element: a traveling ember along a burn-line,
   used between major sections to signal the product's own material.
   ========================================================================== */
.ember-divider {
  position: relative;
  height: 1px;
  background: var(--line-dark);
  margin-inline: var(--gutter);
}

.section--dark+.section--dark .ember-divider,
.section--dark .ember-divider {
  background: var(--line-light);
}

.ember-divider__dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ember-500);
  box-shadow: 0 0 0 4px rgba(232, 86, 12, 0.15), 0 0 16px 2px rgba(232, 86, 12, 0.8);
  transform: translate(-50%, -50%);
  animation: travel 6s linear infinite;
}

@keyframes travel {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/* ==========================================================================
   SECTIONS — general
   ========================================================================== */
.section {
  padding-block: 100px;
}

.section--dark {
  background: var(--coal-950);
  color: var(--text-light);
}

.section--ash {
  background: var(--ash-100);
}

.section--ash-alt {
  background: var(--ash-200);
}

.section--tight {
  padding-block: 72px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.export-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(246, 241, 232, 0.18);
  border: 1px solid rgba(246, 241, 232, 0.18);
}

.export-flow-card {
  background: var(--coal-900);
  padding: 34px 30px;
  min-height: 310px;
}

.export-flow-card__no,
.quality-checks span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(246, 241, 232, 0.22);
  color: var(--ember-500);
  font-family: var(--font-mono);
  font-size: 12px;
}

.export-flow-card h3 {
  margin-top: 20px;
  font-size: 24px;
  color: var(--text-light);
}

.export-flow-card ul {
  margin-top: 20px;
  display: grid;
  gap: 12px;
  color: var(--text-muted-light);
  line-height: 1.6;
}

.export-flow-card li {
  position: relative;
  padding-left: 18px;
}

.export-flow-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  background: var(--ember-500);
}

.logo-strip {
  margin-top: 34px;
  padding: 26px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.68);
}

.logo-strip__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.logo-strip__head p {
  max-width: 48ch;
  color: var(--text-muted-dark);
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}

.logo-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.logo-strip__grid a {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 16px;
  background: var(--ash-100);
  color: var(--text-dark);
  text-align: center;
  transition: background .25s ease, color .25s ease;
}

.logo-strip__grid a:hover {
  background: var(--ash-200);
  color: var(--ember-600);
}

.logo-strip__grid img {
  max-width: 112px;
  height: 82px;
  object-fit: contain;
  flex: none;
}

.logo-strip__grid strong {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quality-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.quality-panel__intro,
.quality-checks article {
  background: var(--ash-100);
  padding: 34px 30px;
}

.quality-panel__intro h3 {
  font-size: 28px;
}

.quality-panel__intro p,
.quality-checks p {
  margin-top: 14px;
  color: var(--text-muted-dark);
  line-height: 1.7;
}

.quality-panel__note {
  border-top: 1px solid var(--line-dark);
  padding-top: 18px;
  font-size: 13px;
}

.quality-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-dark);
}

.quality-checks h4 {
  margin-top: 18px;
  font-size: 18px;
  text-transform: none;
}

@media (max-width:980px) {
  .export-flow-grid,
  .quality-panel,
  .quality-checks {
    grid-template-columns: 1fr;
  }

  .export-flow-card {
    min-height: 0;
  }

  .logo-strip__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .logo-strip__head p {
    text-align: left;
  }

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

@media (max-width:560px) {
  .logo-strip__grid {
    grid-template-columns: 1fr;
  }
}

/* Leading with excellence / craft split */
.craft {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

.craft__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.craft__images img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 2px;
}

.craft__images img:first-child {
  margin-top: 40px;
}

.craft__title {
  font-size: clamp(30px, 3.2vw, 44px);
  max-width: 22ch;
}

.craft__body {
  margin-top: 20px;
  color: var(--text-muted-dark);
  font-size: 16px;
  line-height: 1.75;
  max-width: 52ch;
}

.craft__list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.craft__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--text-dark);
}

.craft__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  background: var(--ember-500);
  flex: none;
  border-radius: 1px;
}

@media (max-width:860px) {
  .craft {
    grid-template-columns: 1fr;
  }

  .craft__images img:first-child {
    margin-top: 0;
  }
}

/* Product teaser grid */
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.teaser-card {
  background: var(--coal-950);
  display: flex;
  flex-direction: column;
  transition: background .35s ease;
}

.teaser-card:hover {
  background: var(--coal-900);
}

.teaser-card__media {
  position: relative;
  height: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.teaser-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 58%, rgba(232, 86, 12, 0.4), rgba(232, 86, 12, 0) 66%);
  transition: opacity .4s ease;
}

.teaser-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(18, 14, 12, 0) 0%, var(--coal-950) 92%);
  pointer-events: none;
}

.teaser-card:hover .teaser-card__media::before {
  opacity: 1.3;
}

.teaser-card__icon {
  position: relative;
  z-index: 1;
  width: 72%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.55));
  transition: transform .5s var(--ease);
}

.teaser-card:hover .teaser-card__icon {
  transform: scale(1.07) translateY(-4px);
}

.teaser-card__body {
  padding: 8px 32px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.teaser-card h3 {
  font-size: 22px;
  color: var(--text-light);
}

.teaser-card p {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-muted-light);
  line-height: 1.6;
}

.teaser-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.teaser-types a {
  border: 1px solid rgba(247, 242, 232, 0.16);
  color: var(--text-muted-light);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.teaser-types a:hover {
  border-color: var(--ember-500);
  background: rgba(232, 86, 12, 0.12);
  color: var(--text-light);
}

.teaser-card__link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ember-400);
}

@media (max-width:760px) {
  .teaser-grid {
    grid-template-columns: 1fr;
  }
}

/* Global reach section */
.reach {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: var(--coal-900);
  padding: 80px var(--gutter);
  color: var(--text-light);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.reach::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 85% 20%, rgba(232, 86, 12, 0.28), transparent 70%);
  pointer-events: none;
}

.reach__content {
  position: relative;
  z-index: 1;
}

.reach__title {
  font-size: clamp(28px, 3.4vw, 42px);
  max-width: 15ch;
}

.reach__body {
  margin-top: 18px;
  color: var(--text-muted-light);
  max-width: 48ch;
  line-height: 1.7;
}

.reach__countries {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reach__countries span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid var(--line-light);
  padding: 6px 12px;
  border-radius: 20px;
  color: var(--text-muted-light);
}

.reach__countries img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border: 1px solid rgba(247, 242, 232, 0.22);
}

.reach__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

@media (max-width:860px) {
  .reach {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
.page-hero {
  background: var(--coal-950);
  color: var(--text-light);
  padding: 204px 0 90px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero__crumb {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin-bottom: 20px;
}

.page-hero__crumb a {
  color: var(--ember-400);
}

.page-hero__title {
  font-size: clamp(40px, 6vw, 72px);
  max-width: 16ch;
}

.page-hero__sub {
  margin-top: 20px;
  color: var(--text-muted-light);
  max-width: 58ch;
  font-size: 16.5px;
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 18px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  background: var(--coal-950);
  border: 1px solid var(--line-dark);
}

.gallery-card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-card--tall {
  grid-row: span 2;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease), opacity .3s ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
  opacity: 0.82;
}

.gallery-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  background: rgba(18, 14, 12, 0.78);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 10px 12px;
  text-transform: uppercase;
}

@media (max-width:980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:620px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gallery-card--large,
  .gallery-card--tall {
    grid-column: auto;
    grid-row: auto;
  }
}

.origin {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.origin__figure {
  position: relative;
}

.origin__figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 2px;
}

.origin__badge {
  position: absolute;
  left: -24px;
  bottom: -24px;
  background: var(--ember-500);
  color: var(--text-light);
  padding: 18px 22px;
  font-family: var(--font-display);
  text-align: center;
  line-height: 1;
  box-shadow: 0 20px 40px -12px rgba(232, 86, 12, 0.5);
}

.origin__badge .yr {
  font-size: 30px;
  display: block;
}

.origin__badge .lbl {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
}

.origin__body p {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--text-muted-dark);
  margin: 0 0 18px;
}

.origin__facts {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.origin__facts div {
  background: var(--ash-100);
  padding: 20px;
}

.origin__facts .num {
  font-family: var(--font-display);
  font-size: 26px;
}

.origin__facts .lbl {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  margin-top: 4px;
}

@media (max-width:900px) {
  .origin {
    grid-template-columns: 1fr;
  }

  .origin__badge {
    left: 16px;
    bottom: 16px;
  }
}

.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.pillar {
  background: var(--coal-950);
  padding: 52px 44px;
}

.pillar__index {
  font-family: var(--font-mono);
  color: var(--ember-400);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.pillar h3 {
  margin-top: 18px;
  font-size: 28px;
  color: var(--text-light);
}

.pillar p {
  margin-top: 16px;
  color: var(--text-muted-light);
  font-size: 15.5px;
  line-height: 1.75;
}

@media (max-width:760px) {
  .pillars {
    grid-template-columns: 1fr;
  }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.value-card {
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.value-card .mark {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ember-500);
  letter-spacing: 0.08em;
}

.value-card h4 {
  margin-top: 14px;
  font-size: 19px;
  text-transform: none;
  letter-spacing: 0;
}

.value-card p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted-dark);
}

@media (max-width:900px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:520px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
.cat-toggle {
  display: inline-flex;
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  padding: 4px;
  gap: 4px;
  margin-top: 8px;
}

.cat-toggle button {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 30px;
  background: transparent;
  border: none;
  color: var(--text-muted-dark);
  transition: background .3s ease, color .3s ease;
}

.cat-toggle button.is-active {
  background: var(--coal-950);
  color: var(--text-light);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.product-card {
  background: var(--ash-100);
  border: 1px solid var(--line-dark);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -18px rgba(24, 19, 15, 0.25);
  border-color: var(--coal-700);
}

.product-card__media {
  background: var(--coal-950);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  position: relative;
}

.product-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(232, 86, 12, 0.22), transparent 65%);
}

.product-card__media img {
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.product-card__body {
  padding: 22px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__body h3 {
  font-size: 20px;
}

.product-card__specs {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 2;
  color: var(--text-muted-dark);
  flex: 1;
}

.product-card__specs dt {
  display: inline;
  color: var(--text-dark);
}

.product-card__specs .spec-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed var(--line-dark);
  padding-bottom: 2px;
}

.product-card__specs .spec-row:last-child {
  border-bottom: none;
}

.product-card__specs .k {
  color: var(--text-muted-dark);
}

.product-card__specs .v {
  color: var(--text-dark);
  text-align: right;
}

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

@media (max-width:620px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.mold-table-wrap {
  margin-top: 40px;
  overflow-x: auto;
  border: 1px solid rgba(246, 241, 232, 0.18);
  background: var(--ash-100);
  box-shadow: 0 28px 70px -36px rgba(0, 0, 0, 0.65);
}

.mold-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--text-dark);
}

.mold-table caption {
  caption-side: top;
  padding: 18px 22px;
  background: var(--coal-950);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.mold-table th,
.mold-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line-dark);
  vertical-align: top;
}

.mold-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #e9e2d5;
  color: var(--coal-950);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.mold-table thead th:first-child,
.mold-table tbody td:first-child {
  width: 64px;
  text-align: center;
}

.mold-table tbody td:first-child {
  color: var(--ember-500);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
}

.mold-table tbody th[scope="row"] {
  width: 230px;
  font-size: 15px;
  font-weight: 600;
}

.mold-table tbody tr:not(.mold-table__group):hover {
  background: rgba(232, 86, 12, 0.08);
}

.mold-table tbody tr:last-child td,
.mold-table tbody tr:last-child th {
  border-bottom: 0;
}

.mold-table__group th {
  padding: 13px 18px;
  background: var(--coal-950);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.mold-table__group span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid rgba(246, 241, 232, 0.26);
  color: var(--ember-500);
}

.size-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 6px 6px 0;
  padding: 6px 9px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.55);
  color: var(--coal-950);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1;
}

.mold-table td:last-child {
  color: var(--text-muted-dark);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width:760px) {
  .mold-table-wrap {
    margin-right: calc(var(--container-pad) * -1);
    padding-bottom: 6px;
  }

  .mold-table {
    min-width: 720px;
  }
}
.pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.pack-card {
  text-align: left;
}

.pack-card__img {
  background: var(--coal-950);
  border-radius: 2px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pack-card__img img {
  max-height: 100%;
  object-fit: contain;
}

.pack-card h4 {
  margin-top: 16px;
  font-size: 16px;
  text-transform: none;
}

.pack-card p {
  margin-top: 6px;
  font-size: 13px;
  color: var(--text-muted-dark);
  line-height: 1.55;
}

@media (max-width:900px) {
  .pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contact-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.contact-info {
  background: var(--coal-950);
  color: var(--text-light);
  padding: 56px 48px;
}

.contact-info h3 {
  font-size: 26px;
}

.contact-info__list {
  margin-top: 32px;
  display: grid;
  gap: 26px;
}

.contact-info__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info__item .ico {
  width: 38px;
  height: 38px;
  flex: none;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ember-400);
}

.contact-info__item .lbl {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted-light);
}

.contact-info__item .val {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.contact-info__item a.val:hover {
  color: var(--ember-400);
}

.contact-info__social {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.contact-info__social a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .3s ease, color .3s ease;
}

.contact-info__social a:hover {
  border-color: var(--ember-500);
  color: var(--ember-400);
}

.contact-form {
  background: var(--ash-100);
  padding: 56px 48px;
}

.contact-form h3 {
  font-size: 26px;
}

.contact-form p.hint {
  margin-top: 12px;
  color: var(--text-muted-dark);
  font-size: 14.5px;
  line-height: 1.6;
}

.form-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.form-field label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
}

.form-field input,
.form-field select,
.form-field textarea {
  border: 1px solid var(--line-dark);
  background: transparent;
  padding: 13px 14px;
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--text-dark);
  border-radius: 2px;
  transition: border-color .3s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--ember-500);
}

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

.form-submit {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.form-note {
  font-size: 12.5px;
  color: var(--text-muted-dark);
}

.form-status {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ember-600);
  min-height: 16px;
}

@media (max-width:900px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }

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

@media (max-width:600px) {

  .contact-info,
  .contact-form {
    padding: 40px 26px;
  }
}

.map-strip {
  margin-top: 1px;
  background: var(--coal-950);
  border: 1px solid var(--line-light);
  border-top: none;
}

.map-strip iframe {
  width: 100%;
  height: 340px;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.9);
  display: block;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--coal-950);
  color: var(--text-light);
  padding: 80px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line-light);
}

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

.footer-brand p {
  font-size: 14px;
  color: var(--text-muted-light);
  line-height: 1.7;
  max-width: 32ch;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .3s ease, color .3s ease;
}

.footer-social i {
  font-size: 16px;
  line-height: 1;
}

.footer-social a:hover {
  border-color: var(--ember-500);
  color: var(--ember-400);
}

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-section {
  padding: 100px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.blog-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.blog-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card h3 {
  margin: 0 0 .5rem;
  font-size: 1.3rem;
  color: var(--text-dark);
  font-family: var(--font-display);
  text-transform: uppercase;
}

.blog-card p {
  flex: 1;
  margin: 0 0 1rem;
  color: var(--text-muted-dark);
  font-size: 0.95rem;
  line-height: 1.6;
}

.blog-card a,
.read-more {
  align-self: flex-start;
  font-size: 0.9rem;
  color: var(--ember-500);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.blog-card a:hover,
.read-more:hover {
  color: var(--ember-600);
  text-decoration: underline;
}

@media (max-width: 760px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.footer-col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin-bottom: 20px;
}

.footer-col ul {
  display: grid;
  gap: 12px;
}

.footer-col a,
.footer-col span {
  font-size: 14.5px;
  color: var(--text-muted-light);
}

.footer-col a:hover {
  color: var(--ember-400);
}

.footer-newsletter form {
  display: flex;
  margin-top: 18px;
  border-bottom: 1px solid var(--line-light);
  padding-bottom: 10px;
}

.footer-newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 8px 0;
}

.footer-newsletter input:focus {
  outline: none;
}

.footer-newsletter button {
  background: none;
  border: none;
  color: var(--ember-400);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-newsletter .status {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--ember-400);
  min-height: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-muted-light);
  letter-spacing: 0.04em;
}

@media (max-width:900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- WhatsApp float ---- */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ember-500);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(232, 86, 12, 0.6);
  transition: transform .3s var(--ease);
}

.wa-float:hover {
  transform: scale(1.08);
}

/* ---- reveal-on-scroll ---- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- skip link ---- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ember-500);
  color: #fff;
  padding: 12px 18px;
  z-index: 200;
  font-family: var(--font-mono);
  font-size: 13px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

:focus-visible {
  outline: 2px solid var(--ember-500);
  outline-offset: 3px;
}
