/* ============================================================
   AGRIVANA EXIM — Stylesheet
   "Material Ledger": editorial catalogue grid, hairline rules,
   technical annotation, charcoal blocks, restrained yellow.

   Contents
     1.  Design tokens (:root)      9.  Products (home grid)
     2.  Reset & base               10. Applications
     3.  Layout primitives          11. Sourcing / quality split
     4.  Typography                 12. Why choose us
     5.  Buttons & links            13. International
     6.  Media & spec plates        14. Timeline
     7.  Cards & scroll reveal      15. CTA band
     8.  Header / nav / footer      16. Products page (catalogue)
                                    17. Contact, form & FAQ
                                    18. About page blocks
                                    19. Prose (legal pages)
                                    20. Footer
                                    21. Utilities
                                    22. Context corrections

   Fonts are declared separately in css/fonts.css.
   ============================================================ */

:root {
  /* Brand */
  --yellow: #f4c430;
  --yellow-deep: #d9a800;
  --yellow-ink: #7a5c00;
  --yellow-wash: #fbf3d9;

  /* Neutrals */
  --ink: #242424;
  --ink-2: #303030;
  --ink-deep: #191919;
  --gray: #666666;
  --gray-2: #6b6860;
  --paper: #f3f3f1;
  --paper-2: #ecebe6;
  --white: #ffffff;
  --line: #e2e0da;
  --line-strong: #cfccc4;
  --numeral: #8f8b81;
  --line-dark: rgba(255, 255, 255, 0.14);

  /* Type */
  --font-display: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Layout */
  --container: 1240px;
  --gutter: clamp(1.15rem, 4vw, 3.5rem);
  --section-y: clamp(4.25rem, 8vw, 7.75rem);
  --radius: 2px;

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 0.55s;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}

p {
  margin: 0;
  text-wrap: pretty;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.dark :focus-visible,
.sec--dark :focus-visible {
  outline-color: var(--yellow);
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--yellow);
  color: var(--ink);
  padding: 0.85rem 1.4rem;
  font-weight: 700;
}
.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */

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

.shell--wide {
  max-width: 1480px;
}

.sec {
  padding-block: var(--section-y);
  position: relative;
}

.sec--tight {
  padding-block: clamp(3rem, 5.5vw, 4.75rem);
}

.sec--paper {
  background: var(--paper);
}

.sec--dark {
  background: var(--ink);
  color: #e9e7e1;
}

.sec--dark h1,
.sec--dark h2,
.sec--dark h3,
.sec--dark h4 {
  color: var(--white);
}

/* Technical blueprint grid for dark blocks */
.blueprint::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 100%);
}

.blueprint--light::before {
  background-image: linear-gradient(rgba(36, 36, 36, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 36, 36, 0.05) 1px, transparent 1px);
}

.stack > * + * {
  margin-top: var(--stack, 1.25rem);
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow-ink);
  margin: 0;
}

.eyebrow::before {
  content: '';
  width: 26px;
  height: 3px;
  background: var(--yellow);
  flex: none;
}

.sec--dark .eyebrow,
.eyebrow--light {
  color: var(--yellow);
}

.d1 {
  font-size: clamp(2.4rem, 6.4vw, 4.35rem);
}
.d2 {
  font-size: clamp(1.95rem, 4.4vw, 3.05rem);
}
.d3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: -0.015em;
}
.d4 {
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.lede {
  font-size: clamp(1.02rem, 1.35vw, 1.14rem);
  line-height: 1.72;
  color: var(--gray);
  max-width: 62ch;
}

.sec--dark .lede,
.lede--light {
  color: rgba(255, 255, 255, 0.72);
}

.body-m {
  color: var(--gray);
  line-height: 1.75;
}

.sec--dark .body-m {
  color: rgba(255, 255, 255, 0.68);
}

.num {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-2);
}

/* Section header block */
.sec-head {
  display: grid;
  gap: 1.1rem;
  max-width: 46rem;
}

.sec-head--split {
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .sec-head--split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: end;
    gap: 2.5rem 4rem;
  }
  .sec-head--split .sec-head__aside {
    padding-bottom: 0.35rem;
  }
}

/* ============================================================
   BUTTONS & LINKS
   ============================================================ */

.btn {
  --btn-bg: var(--yellow);
  --btn-fg: var(--ink);
  --btn-bd: var(--yellow);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.98rem 1.6rem;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
    border-color var(--dur) var(--ease), transform 0.2s var(--ease);
  will-change: transform;
}

.btn:hover {
  --btn-bg: var(--yellow-deep);
  --btn-bd: var(--yellow-deep);
}

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

.btn__arrow {
  transition: transform 0.35s var(--ease);
  flex: none;
}

.btn:hover .btn__arrow {
  transform: translateX(5px);
}

.btn--dark {
  --btn-bg: var(--ink);
  --btn-fg: #fff;
  --btn-bd: var(--ink);
}
.btn--dark:hover {
  --btn-bg: #000;
  --btn-bd: #000;
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  --btn-bd: var(--line-strong);
}
.btn--ghost:hover {
  --btn-bg: var(--ink);
  --btn-fg: #fff;
  --btn-bd: var(--ink);
}

.btn--ghost-light {
  --btn-bg: transparent;
  --btn-fg: #fff;
  --btn-bd: rgba(255, 255, 255, 0.32);
}
.btn--ghost-light:hover {
  --btn-bg: #fff;
  --btn-fg: var(--ink);
  --btn-bd: #fff;
}

.btn--sm {
  padding: 0.72rem 1.15rem;
  font-size: 0.72rem;
}

.btn--full {
  width: 100%;
  justify-content: center;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* Inline text link with animated rule */
.tlink {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 0.4rem;
  position: relative;
}

.tlink::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--line-strong);
}

.tlink::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30%;
  background: var(--yellow);
  z-index: 1;
  transition: width 0.45s var(--ease);
}

.tlink:hover::before {
  width: 100%;
}

.tlink svg {
  transition: transform 0.35s var(--ease);
}

.tlink:hover svg {
  transform: translateX(4px);
}

.sec--dark .tlink {
  color: #fff;
}
.sec--dark .tlink::after {
  background: rgba(255, 255, 255, 0.22);
}

/* ============================================================
   MEDIA
   ============================================================ */

.media {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.media--zoom:hover img,
a:hover > .media--zoom img,
.card:hover .media--zoom img {
  transform: scale(1.045);
}

.media--4x5 {
  aspect-ratio: 4 / 5;
}
.media--3x4 {
  aspect-ratio: 3 / 4;
}
.media--1x1 {
  aspect-ratio: 1 / 1;
}
.media--4x3 {
  aspect-ratio: 4 / 3;
}
.media--16x9 {
  aspect-ratio: 16 / 9;
}
.media--3x2 {
  aspect-ratio: 3 / 2;
}

.media__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 18, 0) 38%, rgba(18, 18, 16, 0.82) 100%);
}

/* Corner tick marks — technical annotation motif */
.ticked {
  position: relative;
}
.ticked::before,
.ticked::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.ticked::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
}
.ticked::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--yellow);
  border-right: 2px solid var(--yellow);
}

/* ============================================================
   SPEC PLATE — measurement annotation
   ============================================================ */

.spec {
  display: inline-grid;
  gap: 0.35rem;
  border: 1.5px solid var(--ink);
  padding: 0.85rem 1.15rem 0.8rem;
  background: var(--white);
  position: relative;
}

.spec::after {
  content: '';
  position: absolute;
  left: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  height: 5px;
  background: var(--yellow);
}

.spec__label {
  font-family: var(--font-display);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
}

.spec__value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.spec__unit {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--gray);
}

.spec--dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}
.spec--dark .spec__label,
.spec--dark .spec__unit {
  color: rgba(255, 255, 255, 0.6);
}
.spec--dark .spec__value {
  color: #fff;
}

.spec--note {
  border-style: dashed;
  border-color: var(--line-strong);
}
.spec--note::after {
  background: var(--line-strong);
  height: 3px;
}
.spec--note .spec__value {
  font-size: 0.92rem;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: 0;
  line-height: 1.5;
  max-width: 30ch;
  color: var(--ink);
}

/* Application chips */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chip {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.42rem 0.75rem;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: var(--white);
}

.sec--dark .chip {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   CARD
   ============================================================ */

.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 0;
  background: var(--yellow);
  transition: width 0.5s var(--ease);
  z-index: 2;
}

.card:hover {
  border-color: var(--line-strong);
}

.card:hover::before {
  width: calc(100% + 2px);
}

.card__body {
  padding: clamp(1.3rem, 2.2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}

.card__index {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--yellow-deep);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */

/* Elements start hidden only when JavaScript is running, so the page
   stays fully readable if the script never loads. The `js` class is
   added by the inline snippet in each page's <head>. */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-in {
  opacity: 1;
  transform: none;
}

.js .reveal-line {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal-line.is-in {
  transform: scaleX(1);
}

@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;
  }
  .js .reveal,
  .js .reveal-line {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   HEADER
   ============================================================ */

.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 42px;
  flex-wrap: wrap;
}

.topbar__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.topbar__item svg {
  color: var(--yellow);
  flex: none;
}

.topbar a:hover {
  color: #fff;
}

.topbar__hours {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}

.header.is-stuck {
  box-shadow: 0 1px 22px rgba(20, 20, 18, 0.09);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 74px;
}

@media (min-width: 1024px) {
  .header__inner {
    min-height: 86px;
  }
}

/* Logo */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 1 auto;
  min-width: 0;
}

.logo__mark {
  width: 40px;
  height: 40px;
  flex: none;
}

.logo__text {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.logo__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.16rem;
  letter-spacing: -0.015em;
  line-height: 1;
  color: var(--ink);
}

.logo__sub {
  font-family: var(--font-display);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gray-2);
  line-height: 1;
}

/* Desktop nav */
.nav {
  display: none;
}

@media (min-width: 1024px) {
  .nav {
    display: flex;
    align-items: center;
    gap: 2.1rem;
  }
}

.nav__link {
  position: relative;
  font-family: var(--font-display);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
  padding-block: 0.4rem;
}

.nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: var(--yellow);
  transition: width 0.4s var(--ease);
}

.nav__link:hover::after,
.nav__link[aria-current='page']::after {
  width: 100%;
}

.nav__link[aria-current='page'] {
  color: var(--ink);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.header__cta,
.header__wa {
  display: none;
}

@media (min-width: 768px) {
  .header__cta {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .header__wa {
    display: inline-flex;
  }
}

@media (max-width: 400px) {
  .logo__name {
    font-size: 1.06rem;
  }
  .logo__sub {
    letter-spacing: 0.16em;
    font-size: 0.53rem;
  }
}

/* Burger */
.burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--ink);
  border: none;
  cursor: pointer;
  flex: none;
}

@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger__bars {
  position: relative;
  width: 20px;
  height: 12px;
}

.burger__bars span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--yellow);
  transition: transform 0.35s var(--ease), opacity 0.2s linear, width 0.35s var(--ease);
}

.burger__bars span:nth-child(1) {
  top: 0;
}
.burger__bars span:nth-child(2) {
  top: 5px;
  width: 70%;
}
.burger__bars span:nth-child(3) {
  top: 10px;
}

.burger[aria-expanded='true'] .burger__bars span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.burger[aria-expanded='true'] .burger__bars span:nth-child(2) {
  opacity: 0;
}
.burger[aria-expanded='true'] .burger__bars span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* Mobile panel */
.mnav {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--ink);
  color: #fff;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.5s var(--ease), visibility 0s linear 0.5s;
  overflow-y: auto;
}

.mnav.is-open {
  transform: none;
  visibility: visible;
  transition: transform 0.5s var(--ease), visibility 0s;
}

.mnav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mnav__top .logo__name {
  color: #fff;
}

.mnav__close {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--yellow);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mnav__body {
  padding-block: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mnav__list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mnav__link {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.mnav__link span {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: var(--yellow);
}

.mnav__link[aria-current='page'] {
  color: var(--yellow);
}

.mnav__meta {
  display: grid;
  gap: 0.85rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}

.mnav__meta a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.mnav__meta svg {
  color: var(--yellow);
  flex: none;
}

/* WhatsApp floating action */
.wafab {
  position: fixed;
  right: clamp(0.85rem, 3vw, 1.6rem);
  bottom: clamp(0.85rem, 3vw, 1.6rem);
  z-index: 55;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.05rem;
  background: var(--ink);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(20, 20, 18, 0.22);
  transition: background 0.35s var(--ease), transform 0.35s var(--ease);
}

.wafab:hover {
  background: #000;
  transform: translateY(-2px);
}

.wafab svg {
  color: var(--yellow);
  flex: none;
}

@media (max-width: 600px) {
  .wafab span {
    display: none;
  }
  .wafab {
    padding: 0.85rem;
  }
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  background: var(--ink-deep);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroScale 14s var(--ease) forwards;
}

@keyframes heroScale {
  from {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg img {
    animation: none;
  }
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
      100deg,
      rgba(16, 16, 15, 0.93) 0%,
      rgba(16, 16, 15, 0.78) 42%,
      rgba(16, 16, 15, 0.42) 100%
    ),
    linear-gradient(180deg, rgba(16, 16, 15, 0.6) 0%, rgba(16, 16, 15, 0.15) 45%, rgba(16, 16, 15, 0.72) 100%);
}

.hero__inner {
  padding-block: clamp(4.25rem, 12vw, 8.5rem);
  display: grid;
  gap: 1.5rem;
}

/* Hero copy stays measured while the block itself keeps the page grid */
.hero__body {
  display: grid;
  gap: 1.35rem;
  max-width: 46rem;
}

.hero--home .hero__body {
  max-width: 52rem;
}

.phero--products .hero__body {
  max-width: none;
}

.hero--home .hero__inner {
  padding-block: clamp(4.75rem, 12.5vw, 9.25rem);
}

.hero__title {
  font-size: clamp(2.3rem, 5.5vw, 3.95rem);
  color: #fff;
  text-wrap: normal;
}

.hero__title em {
  font-style: normal;
  color: var(--yellow);
}

.hero__lede {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.72;
  max-width: 50ch;
}

.hero__cta {
  margin-top: 0.85rem;
}

/* Architectural corner detail */
.hero__frame {
  position: absolute;
  right: var(--gutter);
  bottom: 0;
  top: 0;
  width: min(38%, 420px);
  pointer-events: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

@media (min-width: 1100px) {
  .hero__frame {
    display: block;
  }
}

.hero__frame::before,
.hero__frame::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
.hero__frame::before {
  left: 0;
  top: 22%;
  height: 1px;
  width: 100%;
}
.hero__frame::after {
  left: 46%;
  top: 0;
  bottom: 0;
  width: 1px;
}

/* Page hero (inner pages) */
.phero__crumbs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  flex-wrap: wrap;
}

.phero__crumbs a:hover {
  color: var(--yellow);
}

.phero__crumbs svg {
  color: var(--yellow);
  flex: none;
}

.phero__crumbs [aria-current] {
  color: var(--yellow);
}

/* ============================================================
   TRUST STRIP
   ============================================================ */

.trust {
  background: var(--ink);
  color: #fff;
  border-top: 4px solid var(--yellow);
  position: relative;
}

.trust__grid {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .trust__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trust__item {
  padding: clamp(1.6rem, 3vw, 2.4rem) clamp(1.1rem, 2.4vw, 2rem);
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

@media (min-width: 640px) {
  .trust__item:nth-child(odd) {
    border-right: 1px solid var(--line-dark);
  }
}

@media (min-width: 1024px) {
  .trust__item {
    border-bottom: none;
    border-right: 1px solid var(--line-dark);
  }
  .trust__item:last-child {
    border-right: none;
    padding-right: 0;
  }
  .trust__item:first-child {
    padding-left: 0;
  }
}

.trust__value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
}

@media (min-width: 1024px) {
  .trust__value {
    min-height: 2.1em;
  }
}

.trust__value em {
  font-style: normal;
  color: var(--yellow);
}

.trust__label {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

/* ============================================================
   LEGACY / EDITORIAL COLLAGE
   ============================================================ */

.legacy {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

@media (min-width: 980px) {
  .legacy {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  }
}

.collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

.collage__a {
  grid-row: span 2;
}

.collage__plate {
  position: absolute;
  left: -0.75rem;
  bottom: -0.9rem;
  background: var(--yellow);
  color: var(--ink);
  padding: 0.85rem 1.15rem;
  max-width: 15rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  z-index: 2;
}

.collage__plate small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 0.72);
  margin-bottom: 0.2rem;
}

@media (max-width: 560px) {
  .collage__plate {
    left: 0;
    bottom: -0.5rem;
    font-size: 0.78rem;
    padding: 0.7rem 0.9rem;
  }
}

/* ============================================================
   PRODUCT GRID (home)
   ============================================================ */

.pgrid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

@media (min-width: 620px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1020px) {
  .pgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pcard {
  position: relative;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: background 0.5s var(--ease);
}

.pcard::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: var(--yellow);
  transition: width 0.55s var(--ease);
  z-index: 3;
}

.pcard:hover::after {
  width: 100%;
}

.pcard__media {
  position: relative;
  overflow: hidden;
}

.pcard__index {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  padding: 0.5rem 0.75rem;
}

.pcard__body {
  padding: clamp(1.2rem, 2.2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.pcard__size {
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.15rem;
}

.pcard__size b {
  border-bottom: 3px solid var(--yellow);
  padding-bottom: 1px;
}

.pcard__foot {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pcard__foot svg {
  color: var(--yellow-deep);
  transition: transform 0.35s var(--ease);
}

.pcard:hover .pcard__foot svg {
  transform: translateX(5px);
}

/* Wide "other materials" band */
.pband {
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  background: var(--paper);
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  align-items: center;
}

@media (min-width: 860px) {
  .pband {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 2rem;
  }
}

.pband__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.15rem);
  line-height: 1;
  color: var(--ink);
  background: var(--yellow);
  letter-spacing: 0.02em;
  padding: 0.55rem 0.85rem;
  align-self: start;
  justify-self: start;
}

/* ============================================================
   APPLICATIONS
   ============================================================ */

.apps {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

@media (min-width: 620px) {
  .apps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .apps {
    grid-template-columns: repeat(5, 1fr);
  }
}

.app {
  position: relative;
  background: var(--ink);
  padding: clamp(1.4rem, 2.5vw, 1.9rem);
  display: grid;
  gap: 0.85rem;
  align-content: start;
  min-height: 220px;
  overflow: hidden;
  isolation: isolate;
}

.app__img {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  transition: opacity 0.6s var(--ease), transform 1.1s var(--ease);
}

.app__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app:hover .app__img {
  opacity: 0.3;
  transform: scale(1.05);
}

.app__num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--yellow);
}

.app__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.14rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
}

.app__text {
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.62);
}

/* ============================================================
   SOURCING + QUALITY SPLIT
   ============================================================ */

.split {
  display: grid;
}

@media (min-width: 940px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
}

.split__pane {
  padding: clamp(2.25rem, 5vw, 4.25rem) clamp(1.15rem, 4vw, 3.5rem);
  display: grid;
  gap: 1.15rem;
  align-content: center;
}

.split__pane--dark {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.split__pane--light {
  background: var(--paper);
}

@media (min-width: 940px) {
  .split__pane--dark {
    padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  }
  .split__pane--light {
    padding-right: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  }
}

.split__media {
  position: relative;
  margin-top: 0.5rem;
}

.qcheck {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 0.4rem;
}

@media (min-width: 480px) {
  .qcheck {
    grid-template-columns: repeat(3, 1fr);
  }
}

.qcheck__item {
  background: var(--white);
  padding: 1.1rem 1rem;
  display: grid;
  gap: 0.35rem;
  text-align: left;
}

.qcheck__icon {
  color: var(--yellow-deep);
}

.qcheck__name {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */

.why {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

@media (min-width: 620px) {
  .why {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .why {
    grid-template-columns: repeat(3, 1fr);
  }
}

.why__item {
  background: var(--white);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  display: grid;
  gap: 0.7rem;
  align-content: start;
  position: relative;
  transition: background 0.5s var(--ease);
}

.why__item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: var(--yellow);
  transition: width 0.55s var(--ease);
}

.why__item:hover::after {
  width: 100%;
}

.why__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--line-strong);
  color: var(--ink);
  transition: border-color 0.45s var(--ease), background 0.45s var(--ease);
}

.why__item:hover .why__icon {
  background: var(--yellow);
  border-color: var(--yellow);
}

/* ============================================================
   INTERNATIONAL
   ============================================================ */

.intl {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.intl__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.2;
}

.intl__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intl__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(25, 25, 24, 0.97) 20%, rgba(25, 25, 24, 0.72) 100%);
}

.intl__grid {
  display: grid;
  gap: clamp(2.25rem, 5vw, 4rem);
  align-items: center;
}

@media (min-width: 980px) {
  .intl__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}

.intl__points {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.intl__point {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.1rem 1.25rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.intl__point svg {
  color: var(--yellow);
  flex: none;
  margin-top: 2px;
}

.intl__point b {
  display: block;
  font-family: var(--font-display);
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.15rem;
}

.intl__point span {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* ============================================================
   TIMELINE
   ============================================================ */

.tl {
  display: grid;
  gap: 0;
  counter-reset: tl;
}

@media (min-width: 860px) {
  .tl {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tl__item {
  position: relative;
  padding: 2rem 1.5rem 1.75rem 0;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.tl__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}

.tl__dot {
  position: absolute;
  left: 0;
  top: -6px;
  width: 13px;
  height: 13px;
  background: var(--yellow);
  transform: rotate(45deg) scale(0);
  transition: transform 0.6s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.tl.is-in .tl__dot,
.reveal.is-in .tl__dot {
  transform: rotate(45deg) scale(1);
}

.tl__year {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.tl__title {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--yellow-ink);
}

@media (min-width: 860px) {
  .tl__title {
    min-height: calc(2 * 1.65em);
  }
}

.sec--dark .tl__item::before {
  background: var(--line-dark);
}
.sec--dark .tl__title {
  color: var(--yellow);
}

/* ============================================================
   CTA BAND
   ============================================================ */

.ctaband {
  background: var(--yellow);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}

.ctaband::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(36, 36, 36, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 36, 36, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.ctaband__inner {
  position: relative;
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.ctaband__head {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
}

.ctaband__foot {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 900px) {
  .ctaband__foot {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
  }
}

.ctaband p {
  color: rgba(36, 36, 36, 0.78);
  max-width: 52ch;
}

/* ============================================================
   PRODUCTS PAGE — editorial catalogue
   ============================================================ */

.phero--products .hero__inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3.25rem);
}

.phero--products .hero__title {
  font-size: clamp(2.1rem, 3.9vw, 3.15rem);
}

@media (min-width: 1024px) {
  .phero--products .hero__inner {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    align-items: end;
  }
}

.pindex {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pindex__row {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.35s var(--ease), padding-left 0.35s var(--ease);
}

.pindex__row:hover {
  color: var(--yellow);
  padding-left: 0.4rem;
}

.pindex__row i {
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--yellow);
  flex: none;
}

.pindex__row em {
  font-style: normal;
  margin-left: auto;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.64);
  flex: none;
}

/* Category rail */
.crail {
  position: sticky;
  top: 74px;
  z-index: 40;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

@media (min-width: 1024px) {
  .crail {
    top: 86px;
  }
}

.crail__inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-block: 0.7rem;
}

.crail__inner::-webkit-scrollbar {
  display: none;
}

.crail__label {
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gray-2);
  white-space: nowrap;
  padding-right: 0.65rem;
  margin-right: 0.2rem;
  border-right: 1px solid var(--line);
  flex: none;
}

@media (max-width: 700px) {
  .crail__label {
    display: none;
  }
}

.crail__chip {
  flex: none;
  padding: 0.5rem 0.9rem;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), color 0.35s var(--ease);
}

.crail__chip:hover {
  border-color: var(--ink);
}

.crail__chip.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

/* Feature row (products 01–03) */
.feat {
  display: grid;
  gap: clamp(2rem, 4.5vw, 3.75rem);
  align-items: center;
  scroll-margin-top: 150px;
}

@media (min-width: 980px) {
  .feat {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  }
  .feat--flip .feat__media {
    order: 2;
  }
}

.feat__media {
  position: relative;
}

.feat__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  padding: 0.65rem 0.95rem;
  z-index: 2;
}

.feat__body {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

.feat__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
}

.suit {
  display: grid;
  gap: 0.6rem;
  padding-top: 0.3rem;
}

.suit__label {
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-2);
}

.feat__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.5rem;
}

/* Two-up catalogue modules (products 04–05) */
.cat2 {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

@media (min-width: 860px) {
  .cat2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cmod {
  background: var(--white);
  display: grid;
  gap: 0;
  scroll-margin-top: 150px;
  position: relative;
}

.cmod__media {
  position: relative;
  overflow: hidden;
}

.cmod__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  padding: 0.55rem 0.8rem;
}

.cmod__body {
  padding: clamp(1.4rem, 2.6vw, 2rem);
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.cmod__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.4rem;
}

/* Wide catalogue row (product 06) */
.cwide {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
  scroll-margin-top: 150px;
}

@media (min-width: 860px) {
  .cwide {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }
  /* The module is stretched by the grid, so the ratio is dropped and the
     photo is absolutely positioned — otherwise aspect-ratio (or the image's
     own portrait ratio) would drive the module's width and height. */
  .cwide__media {
    aspect-ratio: auto;
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 400px;
  }

  .cwide__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.cwide__body {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  gap: 1rem;
  align-content: center;
}

/* Compact enquiry band (product 07) */
.c07 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  scroll-margin-top: 150px;
}

.c07__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
}
.c07__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c07__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(25, 25, 24, 0.95) 25%, rgba(25, 25, 24, 0.68) 100%);
}

.c07__inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

@media (min-width: 960px) {
  .c07__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 2.75rem;
  }
}

.c07__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  color: var(--yellow);
}

/* ============================================================
   CONTACT
   ============================================================ */

.contact-grid {
  display: grid;
  gap: clamp(2.25rem, 4.5vw, 3.5rem);
  align-items: start;
}

@media (min-width: 1000px) {
  .contact-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  }
}

.cdetail {
  border: 1px solid var(--line);
  background: var(--white);
}

.cdetail__row {
  display: flex;
  gap: 1rem;
  padding: 1.15rem clamp(1.1rem, 2.4vw, 1.5rem);
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}

.cdetail__row:last-child {
  border-bottom: none;
}

.cdetail__icon {
  width: 38px;
  height: 38px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--ink);
}

.cdetail__label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-2);
  margin-bottom: 0.25rem;
}

.cdetail__value {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ink);
}

.cdetail__value a:hover {
  color: var(--yellow-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.map {
  border: 1px solid var(--line);
  background: var(--paper-2);
  position: relative;
}

.map iframe {
  display: block;
  width: 100%;
  height: clamp(280px, 42vw, 420px);
  border: 0;
  filter: grayscale(0.25) contrast(1.04);
}

/* ---------- Form ---------- */

.form {
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(1.35rem, 3vw, 2.35rem);
}

.form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.15rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.form__grid {
  display: grid;
  gap: 1.05rem;
}

@media (min-width: 640px) {
  .form__grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field__label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

.field__label span {
  color: var(--yellow-deep);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.82rem 0.9rem;
  border: 1px solid var(--line-strong);
  background: var(--white);
  border-radius: 0;
  font-size: 0.95rem;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #7d7a72;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--gray-2);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: inset 0 -3px 0 0 var(--yellow);
}

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

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23242424' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
}

.field__error {
  font-size: 0.8rem;
  color: #a32020;
  font-weight: 600;
}

.field input[aria-invalid='true'],
.field select[aria-invalid='true'],
.field textarea[aria-invalid='true'] {
  border-color: #a32020;
}

.form__note {
  font-size: 0.82rem;
  color: var(--gray);
  line-height: 1.6;
}

.form__foot {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.alert {
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--yellow);
  background: var(--paper);
  padding: 1.05rem 1.2rem;
  display: grid;
  gap: 0.75rem;
  font-size: 0.92rem;
  line-height: 1.62;
}

.alert--ok {
  border-left-color: #2f7a45;
}

.alert--err {
  border-left-color: #a32020;
}

.alert__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--ink);
}

.alert__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.spinner {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(36, 36, 36, 0.28);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  flex: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ============================================================
   FAQ
   ============================================================ */

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

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color 0.3s var(--ease);
}

.faq__btn:hover {
  color: var(--yellow-ink);
}

.faq__sign {
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
}

.faq__sign::before,
.faq__sign::after {
  content: '';
  position: absolute;
  background: var(--yellow-deep);
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease);
}

.faq__sign::before {
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}

.faq__sign::after {
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
}

.faq__btn[aria-expanded='true'] .faq__sign::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease);
}

.faq__panel.is-open {
  grid-template-rows: 1fr;
}

.faq__panel > div {
  overflow: hidden;
}

.faq__panel p {
  padding-bottom: 1.35rem;
  color: var(--gray);
  line-height: 1.72;
  max-width: 68ch;
}

/* ============================================================
   APPROACH / VALUES (about)
   ============================================================ */

.steps {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

@media (min-width: 640px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step {
  background: var(--white);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  display: grid;
  gap: 0.7rem;
  align-content: start;
  position: relative;
}

.step__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.15rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--numeral);
  transition: color 0.5s var(--ease);
}

.step:hover .step__num {
  color: var(--yellow);
}

.values {
  display: grid;
  gap: 0;
}

.value {
  display: grid;
  gap: 0.4rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 760px) {
  .value {
    grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
    gap: 2rem;
    align-items: baseline;
  }
}

.value__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.015em;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.value__name i {
  font-style: normal;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: var(--yellow-deep);
}

/* Registration badges */
.regs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.reg {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--line-strong);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reg svg {
  color: var(--yellow-deep);
  flex: none;
}

.sec--dark .reg {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.86);
}
.sec--dark .reg svg {
  color: var(--yellow);
}

/* ============================================================
   PROSE (legal pages)
   ============================================================ */

.prose {
  max-width: 72ch;
  display: grid;
  gap: 1.15rem;
}

.prose h2 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  margin-top: 1.5rem;
}

.prose p,
.prose li {
  color: var(--gray);
  line-height: 1.78;
}

.prose ul {
  display: grid;
  gap: 0.5rem;
  padding-left: 1.15rem;
  list-style: disc;
}

.prose a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 2px;
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
  position: relative;
  overflow: hidden;
}

.footer__top {
  display: grid;
  gap: 2.5rem;
  padding-block: clamp(3rem, 6vw, 4.75rem);
  position: relative;
}

@media (min-width: 720px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 2rem;
  }
}

@media (min-width: 1060px) {
  .footer__top {
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.88fr));
    gap: 3rem;
  }
}

.footer__brand .logo__name {
  color: #fff;
}

.footer__title {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.35rem;
  padding-left: 0.75rem;
  border-left: 3px solid var(--yellow);
}

.footer__list {
  display: grid;
  gap: 0.68rem;
  font-size: 0.92rem;
}

.footer__list a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: color 0.3s var(--ease), transform 0.3s var(--ease);
}

.footer__list a:hover {
  color: var(--yellow);
  transform: translateX(3px);
}

.footer__contact {
  display: grid;
  gap: 0.85rem;
  font-size: 0.92rem;
}

.footer__contact li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.footer__contact svg {
  color: var(--yellow);
  flex: none;
  margin-top: 3px;
}

.footer__hours {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
}

.footer__bottom {
  border-top: 1px solid var(--line-dark);
  padding-block: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
}

.footer__legal a:hover {
  color: var(--yellow);
}

/* ============================================================
   MISC UTILITIES
   ============================================================ */

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

.mt-s { margin-top: 0.75rem; }
.mt-m { margin-top: 1.5rem; }
.mt-l { margin-top: clamp(2rem, 4vw, 3.25rem); }
.mt-xl { margin-top: clamp(2.75rem, 5vw, 4.25rem); }

.rule {
  height: 3px;
  width: 56px;
  background: var(--yellow);
}

/* ============================================================
   CONTEXT CORRECTIONS
   Light "islands" (forms, cards) placed inside charcoal sections
   must not inherit the dark-section text colours.
   ============================================================ */

.sec--dark .form,
.sec--dark .cdetail,
.sec--dark .card {
  color: var(--ink);
}

.sec--dark .form h1,
.sec--dark .form h2,
.sec--dark .form h3,
.sec--dark .form h4,
.sec--dark .cdetail h3 {
  color: var(--ink);
}

.sec--dark .form .eyebrow {
  color: var(--yellow-ink);
}

.sec--dark .form .lede,
.sec--dark .form .body-m,
.sec--dark .form .form__note {
  color: var(--gray);
}

.sec--dark .form .chip {
  border-color: var(--line-strong);
  background: var(--white);
  color: var(--ink);
}

/* Yellow CTA band: the default yellow eyebrow rule would vanish */
.ctaband .eyebrow {
  color: var(--ink);
}

.ctaband .eyebrow::before {
  background: var(--ink);
}

.ctaband .btn--ghost {
  --btn-bd: rgba(36, 36, 36, 0.4);
}

.ctaband p:not(.eyebrow) {
  color: rgba(36, 36, 36, 0.8);
}

/* Product 07 band is dark but not a .sec--dark */
.c07 h2,
.c07 h3 {
  color: #fff;
}

.c07 .lede,
.c07 .body-m {
  color: rgba(255, 255, 255, 0.74);
}

.c07 .eyebrow {
  color: var(--yellow);
}

/* Smaller labels need a readable neutral, not the muted UI grey */
.label {
  color: var(--gray);
}

.sec--dark .label {
  color: rgba(255, 255, 255, 0.66);
}

/* Logo lockup on charcoal grounds */
.footer .logo__sub,
.mnav .logo__sub {
  color: rgba(255, 255, 255, 0.62);
}

/* ============================================================
   21. COMPONENT DETAIL CLASSES
   These replace the handful of inline styles the React version
   carried. Grouped by the component they belong to so they stay
   easy to find and change.
   ============================================================ */

/* ---------- Generic stacked text columns ---------- */
.col {
  display: grid;
  gap: 1.35rem;
}

.col--lg {
  display: grid;
  gap: 1.5rem;
}

.col--sm {
  display: grid;
  gap: 0.9rem;
}

.col--xs {
  display: grid;
  gap: 0.7rem;
}

/* Copy-only column (the international band) — keeps a readable line length
   now that it spans the container rather than sitting beside a form. */
.col--narrow {
  max-width: 62ch;
}

/* Text link with a yellow underline (used in body copy) */
.link-underline {
  border-bottom: 2px solid var(--yellow);
  font-weight: 600;
  color: var(--ink);
}

.link-underline:hover {
  border-bottom-color: var(--ink);
}

/* ---------- Section heading ---------- */
.sec-head__main {
  display: grid;
  gap: 1rem;
}

/* ---------- Breadcrumbs ---------- */
.phero__crumbs span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* ---------- Home: product cards ---------- */
.pcard {
  height: 100%;
}

.pcard__text {
  font-size: 0.92rem;
  color: var(--gray);
  line-height: 1.62;
}

.pcard__size svg {
  color: var(--yellow-deep);
  flex: none;
}

/* Card without a confirmed size range reads as a plain note */
.pcard__size--note {
  color: var(--gray);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.86rem;
}

/* ---------- Home: "other materials" band ---------- */
.pband h3 {
  margin-bottom: 0.4rem;
}

.pband__text {
  font-size: 0.95rem;
}

/* ---------- Home: sourcing / quality split ---------- */
.split__text {
  font-size: 0.94rem;
}

/* ---------- Home: why choose us ---------- */
.why__text {
  font-size: 0.93rem;
}

/* ---------- Home: timeline ---------- */
.tl__text {
  font-size: 0.92rem;
}

/* ---------- About: approach steps & values ---------- */
.step__text {
  font-size: 0.92rem;
}

.value__text {
  font-size: 0.94rem;
}

/* ---------- Products: hero index caption ---------- */
.pindex__caption {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.9rem;
}

/* ---------- Products: catalogue modules ---------- */
.cmod__text {
  font-size: 0.95rem;
}

.cwide__text {
  font-size: 0.96rem;
}

/* A spec plate whose value is words rather than a measurement */
.spec__value--text {
  font-size: 1.05rem;
  letter-spacing: 0;
}

/* ---------- Products: compact enquiry band ---------- */
.c07 .lede {
  max-width: 58ch;
}

/* ---------- Contact ---------- */
.cdetail__intro {
  font-size: 0.96rem;
}

.cdetail__value address,
address.cdetail__value {
  font-style: normal;
}

.form__head svg {
  color: var(--yellow-deep);
  flex: none;
}

/* ---------- Header: mobile panel ---------- */
.mnav__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* ---------- Footer ---------- */
.footer__brand .logo {
  margin-bottom: 1.15rem;
}

.footer__brand .logo__name {
  color: var(--white);
}

.footer__about {
  font-size: 0.93rem;
  line-height: 1.72;
  max-width: 34ch;
}

.footer__title--tight {
  margin-bottom: 0.6rem;
}

.footer__hours-line {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
}

.footer__hours-line svg,
.footer__list svg {
  color: var(--yellow);
  flex: none;
}

.footer__address {
  font-style: normal;
  line-height: 1.65;
}

/* Empty error paragraphs must not open a gap in the field grid */
.field__error:empty {
  display: none;
}

.form__head .eyebrow {
  margin-bottom: 0.6rem;
}

.faq__item h3 {
  margin: 0;
}

/* ---------- Icon sprite ----------
   The sprite element itself is never seen; it only holds the <symbol>
   definitions that every <svg><use href="#i-..."> on the page draws from. */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
