/* ════════════
   KaliBiz — Uthao transposition (uthao.webflow.io, section by section).
   Requires tokens.css. White page; major sections are rounded blocks inset
   from the viewport edge. Headings run light (350–450), pills and photo
   cards carry the colour.
   ════════════ */

/* ─── Page blocks — the Uthao frame ────────────
   Plain white page (the "floating sheet" in the Dribbble shots is the mockup
   canvas, not the site). Sections are rounded blocks inset ~10px. */
body { background: var(--paper); }
.blk { margin-inline: 8px; border-radius: 20px; overflow: clip; }
@media (min-width: 768px) { .blk { margin-inline: 10px; border-radius: 24px; } }
.blk-gray { background: var(--paper-2); }
@media (min-width: 768px) { .blk-gray { border-radius: 40px; } }
.blk-dark { background: var(--ink); }

/* ─── Layout ──────────── */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--s5); }
@media (min-width: 768px)  { .wrap { padding-inline: 28px; } }
@media (min-width: 1120px) { .wrap { padding-inline: var(--s7); } }


.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--blue); color: #fff; padding: var(--s3) var(--s5);
  font-weight: var(--w-med);
}
.skip-link:focus { left: 0; color: #fff; }

.vh {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ─── Type roles ────────────
   Named after what they are, not what size they are, so the scale can move
   without touching templates. */
.d0 {
  font-family: var(--display); font-weight: var(--w-med);
  font-size: var(--t-d0-m); line-height: var(--lh-d0); letter-spacing: var(--tr-d0);
  font-variant-numeric: tabular-nums; color: var(--ink);
}
.h-loud  { font-size: var(--t-loud-m);  letter-spacing: var(--tr-loud); }
.h-quiet { font-size: var(--t-quiet-m); letter-spacing: var(--tr-card); }
.h-a { font-size: var(--t-h3a-m); letter-spacing: var(--tr-loud); }
.h-b { font-size: var(--t-h3b-m); letter-spacing: var(--tr-card); }
.h-c { font-size: var(--t-h3c-m); letter-spacing: var(--tr-h3c); }

@media (min-width: 768px) {
  .d0 { font-size: var(--t-d0); }
  .h-loud  { font-size: var(--t-loud); }
  .h-quiet { font-size: var(--t-quiet); }
  .h-a { font-size: var(--t-h3a); }
  .h-b { font-size: var(--t-h3b); }
  .h-c { font-size: var(--t-h3c); }
}

.lead {
  font-family: var(--text); font-weight: var(--w-reg);
  font-size: var(--t-lead-m); line-height: var(--lh-lead);
  letter-spacing: var(--tr-h3c); color: var(--body);
}
@media (min-width: 768px) { .lead { font-size: var(--t-lead); } }

.small { font-size: var(--t-small-m); line-height: var(--lh-lead); letter-spacing: var(--tr-small); color: var(--muted); }
@media (min-width: 768px) { .small { font-size: var(--t-small); } }

.code {
  font-weight: var(--w-med);
  font-size: var(--t-code-m); line-height: var(--lh-lead);
  letter-spacing: var(--tr-small); font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) { .code { font-size: var(--t-code); } }

/* The eyebrow — house style: a clean accent-coloured uppercase label, no dash, no mono. The dash-and-monospace treatment read as wireframe. */
.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-family: var(--text); font-weight: var(--w-bold);
  font-size: 11px; line-height: 1;
  letter-spacing: .06em; text-transform: uppercase;
  color: #fff; background: var(--amber);
  padding: 6px 12px 7px; border-radius: var(--r-pill);
  margin-bottom: var(--s4);
}
.eyebrow-plain { background: var(--paper-3); color: var(--body); }
.eyebrow-amber { background: var(--amber); color: #fff; }
.on-ink .eyebrow { background: rgba(255,255,255,.14); color: #fff; }
.chead .eyebrow { margin-inline: auto; }


/* ─── Buttons ────────────
   Pills throughout — the shape the reference and the agency's own sites use.
   1.5px borders (2px reads clunky at pill radius); bottom padding +1px
   because the label's x-height sits high in the box. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  font-family: var(--display); font-weight: var(--w-bold);
  font-size: 14.5px; letter-spacing: 0; line-height: 1;
  min-height: 44px;   /* touch-target floor; the pill alone lands at 42 */
  padding: 12px 22px 13px; border: 1.5px solid transparent; border-radius: var(--r-pill);
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color var(--dur-state) var(--ease),
              border-color var(--dur-state) var(--ease),
              color var(--dur-state) var(--ease);
}
.btn svg { flex-shrink: 0; }
.btn-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-press); border-color: var(--blue-press); color: #fff; }
.btn-ghost { background: transparent; border-color: var(--rule-firm); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn-amber { background: var(--amber); border-color: var(--amber); color: #fff; }
.btn-amber:hover { background: #095F98; border-color: #095F98; color: #fff; }
.btn-wa { background: var(--green); border-color: var(--green); color: #fff; border-radius: var(--r-pill); }
.btn-wa:hover { background: #0E7440; border-color: #0E7440; color: #fff; }
.btn-lg { padding: 14px 26px 15px; font-size: 15.5px; }
.btn .up { font-size: 1.05em; line-height: 0; translate: 0 1px; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); }

.link-arrow {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-family: var(--display); font-weight: var(--w-bold); font-size: 15px;
  text-decoration: none; color: var(--blue);
}
.link-arrow svg { transition: transform var(--dur-move) var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ─── Header ──────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--paper); height: var(--hdr);
  border-bottom: 1px solid transparent;
  transition: background-color var(--dur-state) var(--ease),
              border-color var(--dur-state) var(--ease),
              box-shadow var(--dur-state) var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--rule); box-shadow: var(--sh-1); }

/* Home only: the nav floats on the hero photograph, Uthao-style — sitting a
   touch below the top edge, like the reference — and turns into the normal
   white bar flush with the top the moment the page scrolls. */
.page-home .site-header { position: fixed; left: 0; right: 0; background: transparent; transition: background-color var(--dur-state) var(--ease), border-color var(--dur-state) var(--ease), box-shadow var(--dur-state) var(--ease), top var(--dur-state) var(--ease); }
.page-home .site-header:not(.scrolled) { border-bottom-color: transparent; top: 16px; }
.page-home .site-header.scrolled { top: 0; }
.page-home .site-header:not(.scrolled) .nav a,
.page-home .site-header:not(.scrolled) .header-phone { color: #fff; }
.page-home .site-header:not(.scrolled) .nav a.active::after { background: #fff; }
.page-home .site-header:not(.scrolled) .logo-name { color: #fff; }
.page-home .site-header:not(.scrolled) .logo-tag { color: rgba(255,255,255,.75); }
.page-home .site-header:not(.scrolled) .icon-btn { background: rgba(255,255,255,.16); color: #fff; }
.page-home .site-header.scrolled { position: fixed; background: var(--paper); }
.header-phone {
  display: none; font-family: var(--text); font-weight: var(--w-semi);
  font-size: 14.5px; color: var(--body); text-decoration: none; margin-right: var(--s2);
  /* A phone number broken across two lines reads as a layout fault, which is
     exactly how it looked before the nav was thinned out. */
  white-space: nowrap;
}
@media (min-width: 1280px) { .header-phone { display: inline; } }
.header-phone:hover { text-decoration: underline; color: inherit; }
.header-inner { display: flex; align-items: center; gap: var(--s6); height: 100%; }
/* Desktop: logo | centered links | actions — the Uthao nav geometry. */
@media (min-width: 1120px) {
  .header-inner { display: grid; grid-template-columns: 1fr auto 1fr; }
  .header-inner .nav { margin-left: 0; }
  .header-inner .header-actions { margin-left: 0; justify-self: end; }
}

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
/* The mark is 224:305 — not square. */
.logo-mark { width: 28px; height: 38px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
/* The wordmark is set in the brand's grey, not the body ink — matching the
   supplied logo artwork. The white-on-photo override still wins on the home
   header while it is transparent. */
.logo-name { font-family: var(--display); font-weight: var(--w-bold); font-size: 19px; color: #6E7377; letter-spacing: -.02em; }
.logo-tag {
  font-family: var(--text); font-weight: var(--w-med); font-size: 10px;
  letter-spacing: var(--tr-label); text-transform: uppercase; color: #9AA0A6; margin-top: 3px;
}

.nav { display: none; margin-left: auto; }
.nav > ul { display: flex; align-items: center; gap: var(--s6); list-style: none; margin: 0; padding: 0; }
.nav a {
  display: block; padding: var(--s2) 0; position: relative;
  font-family: var(--text); font-weight: var(--w-reg); font-size: 16px;
  color: var(--body); text-decoration: none;
  transition: color var(--dur-state) var(--ease);
}
.nav a:hover { color: var(--ink); }
/* A 2px underline, not a pill. */
.nav a.active { color: var(--ink); font-weight: var(--w-med); }
.nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--blue);
}
/* ─── "What We Do" panel ───────────────────────────────────────────────────
   The trigger is a real <button>, so it is keyboard-operable and announces its
   expanded state; the panel is [hidden] until opened rather than merely
   transparent, so its links are not in the tab order while closed. */
.nav-drop { position: relative; }
.nav-drop-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: var(--s2) 0; position: relative;
  font-family: var(--text); font-weight: var(--w-reg); font-size: 16px;
  color: var(--body); background: none; border: 0; cursor: pointer;
  transition: color var(--dur-state) var(--ease);
}
.nav-drop-btn:hover { color: var(--ink); }
.nav-drop-btn svg { transition: transform var(--dur-state) var(--ease); }
.nav-drop-btn[aria-expanded="true"] { color: var(--ink); }
.nav-drop-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-drop-btn.active { color: var(--ink); font-weight: var(--w-med); }
.nav-drop-btn.active::after {
  content: ""; position: absolute; left: 0; right: 22px; bottom: -6px;
  height: 2px; background: var(--blue);
}

.nav-panel {
  position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%);
  width: 396px; padding: var(--s3);
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--r); box-shadow: var(--sh-2);
}
/* The gap between trigger and panel would drop the hover, so bridge it. */
.nav-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.nav-panel[hidden] { display: none; }
.nav .np-item {
  display: flex; align-items: flex-start; gap: var(--s4);
  padding: var(--s3) var(--s3); border-radius: var(--r-sm); text-decoration: none;
  transition: background-color var(--dur-state) var(--ease);
}
.nav .np-item:hover { background: var(--paper-2); }
.nav .np-item.active { background: var(--paper-2); }
/* The current-page underline belongs to the top-level nav links. Inside the
   panel it drew a 2px blue rule across the whole row, which read as a divider
   in the wrong place. */
.nav .np-item.active::after { content: none; }
.np-ic {
  flex-shrink: 0; display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: var(--r-sm);
  background: var(--paper-3); color: var(--blue);
}
.np-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.np-txt strong { font-family: var(--text); font-weight: var(--w-semi); font-size: 15px; color: var(--ink); }
.np-txt span { font-size: 13px; line-height: 1.45; color: var(--muted); }
.nav .np-all {
  display: flex; align-items: center; gap: 7px; justify-content: center;
  margin-top: var(--s2); padding: var(--s3);
  border-top: 1px solid var(--rule);
  font-size: 14px; font-weight: var(--w-med); color: var(--blue); text-decoration: none;
}
.nav .np-all:hover { color: var(--blue-press); }
/* On the transparent home header the trigger is white like its neighbours, but
   the panel itself is always the normal white card. */
.page-home .site-header:not(.scrolled) .nav-drop-btn { color: #fff; }
.page-home .site-header:not(.scrolled) .nav-drop-btn.active::after { background: #fff; }

.header-actions { display: flex; align-items: center; gap: var(--s2); margin-left: auto; }
/* The contact link and the CTA pill are two separate things and need to read
   that way. At 8px they touched, which left the bar looking lopsided: a wide
   void after "About", then two elements crowded at the edge. Only widened from
   the breakpoint where the phone text actually appears — at 320px the actions
   are icon buttons and the extra gap pushed the header 7px past the viewport. */
@media (min-width: 1280px) { .header-actions { gap: var(--s5); } }
@media (min-width: 1120px) { .header-actions { margin-left: var(--s6); } }
.header-cta { display: none; border-radius: var(--r-pill); padding: 13px 24px 14px; }
.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: var(--paper-2); border: none; color: var(--ink); text-decoration: none; cursor: pointer;
  transition: background-color var(--dur-state) var(--ease);
}
.icon-btn:hover { background: var(--paper-3); color: var(--ink); }
@media (min-width: 1120px) {
  .nav { display: block; }
  .header-cta { display: inline-flex; }
  .nav-toggle, .header-call { display: none; }
}

.mobile-nav {
  position: fixed; inset: var(--hdr) 0 0; z-index: 99;
  background: var(--paper); overflow-y: auto; padding: 0 var(--s5) var(--s11);
  visibility: hidden; opacity: 0;
  transition: opacity var(--dur-move) var(--ease), visibility var(--dur-move);
}
.mobile-nav.open { visibility: visible; opacity: 1; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav li { border-bottom: 1px solid var(--rule); }
.mobile-nav a {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s4);
  padding: var(--s5) 0; min-height: 44px;
  font-family: var(--display); font-weight: var(--w-bold); font-size: 20px;
  color: var(--ink); text-decoration: none;
}
.mobile-nav .mn-count { font-weight: var(--w-med); font-size: var(--t-code); color: var(--muted); }
.mobile-nav-cta { margin-top: var(--s7); display: grid; gap: var(--s3); }
body.nav-open { overflow: hidden; }

/* ═══ HOME ════════════ */

/* ── Hero: a rounded photo block inset from the viewport edge (the actual
      uthao.webflow.io anatomy — nav floats over it, headline bottom-left,
      all action in the glass ticket). ── */
.hero2 {
  position: relative; isolation: isolate; background: var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end;
  margin: 8px 8px 0; border-radius: 20px; overflow: clip;
  min-height: min(660px, calc(100svh - 16px));
}
@media (min-width: 768px) {
  .hero2 {
    margin: 10px 10px 0; border-radius: 24px;
    /* Fill the first viewport: bottom edge lands ~10px above the window bottom. The cap only binds on very tall screens. */
    min-height: min(960px, calc(100svh - 20px));
  }
}
.hero2-media { position: absolute; inset: 0; z-index: -2; }
.hero2-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
/* Overlay protects the text column only. */
.hero2::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(96deg, rgba(13,18,24,.86) 0%, rgba(13,18,24,.66) 30%, rgba(13,18,24,.28) 55%, rgba(13,18,24,.06) 78%, rgba(13,18,24,0) 100%),
    linear-gradient(to top, rgba(13,18,24,.45) 0%, transparent 32%);
}
.hero2 .wrap { position: relative; width: 100%; }
.hero2-text { max-width: 640px; padding-block: calc(var(--hdr) + var(--s8)) var(--s8); }
.hero-badge {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: rgba(255,255,255,.92); color: var(--ink);
  font-size: 13.5px; font-weight: var(--w-semi);
  padding: 9px 16px; border-radius: var(--r-pill);
  margin-bottom: var(--s5);
}
.hero-badge svg { width: 15px; height: 15px; color: var(--blue); }
/* Uthao's headline is huge and LIGHT (Rational Display 300 at 76px with -4.5px tracking). Jakarta's variable axis carries the same move. */
.hero2 h1 { color: #fff; font-weight: 350; font-size: clamp(40px, 5vw, 88px); line-height: 1.05; letter-spacing: -.04em; }

/* ── The intake ticket — dark glass, as on the reference hero ── */
.ticket {
  position: relative; z-index: 2; max-width: 400px;
  background: rgba(10,15,21,.55);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r); box-shadow: 0 24px 60px -18px rgba(0,0,0,.45);
  padding: var(--s5);
}
@supports not (backdrop-filter: blur(1px)) { .ticket { background: rgba(13,19,26,.92); } }
.ticket .field { margin-bottom: var(--s3); }
.ticket .field label { color: rgba(255,255,255,.72); }
.ticket .field input { background: rgba(255,255,255,.96); border-color: transparent; color: var(--ink); }
.ticket .drop { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); }
.ticket .drop:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); }
.ticket .drop svg { color: #7FD4FA; }
.ticket .drop-t { color: #fff; }
.ticket .drop-s { color: rgba(255,255,255,.6); }
.ticket .drop-chosen { color: #7FD4FA; }
@media (min-width: 1120px) { .ticket { padding: var(--s6); } }
.ticket h2 { font-size: 20px; letter-spacing: var(--tr-card); margin-bottom: 2px; color: #fff; }
.ticket .small { margin-bottom: var(--s4); color: rgba(255,255,255,.7); }

/* Supply / Repair / Both — one soft tray, the selected option filled. */
.seg {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
  margin-bottom: var(--s4); padding: 4px;
  background: rgba(255,255,255,.12); border-radius: var(--r-pill);
}
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  display: flex; align-items: center; justify-content: center; min-height: 38px;
  font-family: var(--display); font-weight: var(--w-semi); font-size: 14px;
  border-radius: var(--r-pill); color: rgba(255,255,255,.82); cursor: pointer; text-align: center;
  transition: background-color var(--dur-state) var(--ease), color var(--dur-state) var(--ease),
              box-shadow var(--dur-state) var(--ease);
}
.seg input:checked + label { background: var(--blue); color: #fff; box-shadow: 0 2px 6px rgba(21,101,192,.35); }
.seg input:focus-visible + label { outline: 2px solid var(--blue); outline-offset: 2px; }

/* The ticket is a real grid column, NEVER absolutely positioned — that caused three separate geometry bugs on this one panel. */
.hero2 .ticket { margin: 0 0 var(--s8); max-width: 400px; }
@media (min-width: 1120px) {
  .hero2 .wrap {
    display: grid; grid-template-columns: minmax(0, 1fr) 400px;
    column-gap: var(--s9); align-items: end;
  }
  .hero2 .ticket { margin: calc(var(--hdr) + var(--s6)) 0 var(--s9); width: 400px; }
  .hero2-text { padding-block: 0 var(--s9); }
}

/* ── Centered section head (the Uthao pattern: small solid pill, then a large quiet heading — weight 450, tight tracking). ── */
.chead { text-align: center; max-width: 720px; margin-inline: auto; padding-bottom: var(--s9); }
.chead h2 { font-weight: 450; letter-spacing: -.032em; }
.chead .lead { margin-top: var(--s4); font-size: var(--t-body); color: var(--muted); max-width: 56ch; margin-inline: auto; }

/* ── Brand strip. Text wordmarks, not logo images — we hold no
      distributorships and licence no marks, so the names are set in type
      with the disclaimer on the band itself. ── */
.brands-label {
  text-align: center; font-weight: var(--w-med);
  font-size: var(--t-label); letter-spacing: var(--tr-label); text-transform: uppercase;
  color: var(--muted); margin-bottom: var(--s5);
}
.brands-row { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s4) var(--s8); }
.brands-row span {
  font-family: var(--display); font-weight: var(--w-semi); font-size: 17px;
  letter-spacing: .01em; color: #A6B0BF;
}
.brands-note { text-align: center; font-size: var(--t-small); color: var(--muted); margin-top: var(--s5); }

/* ═══ Shared form primitives ════════════ */
.field { margin-bottom: var(--s4); }
.field label {
  display: block; font-weight: var(--w-med);
  font-size: var(--t-label); letter-spacing: var(--tr-label); text-transform: uppercase;
  color: var(--muted); margin-bottom: var(--s2);
}
.field input[type="text"], .field input[type="email"], .field input[type="tel"],
.field textarea, .field select {
  width: 100%; padding: 14px var(--s4); min-height: 48px;
  font-family: var(--text); font-size: var(--t-body); line-height: var(--lh-lead);
  color: var(--ink); background: var(--paper);
  border: 1px solid var(--rule); border-radius: var(--r-sm);
  transition: border-color var(--dur-state) var(--ease), background-color var(--dur-state) var(--ease);
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--blue);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field-error input, .field-error textarea { border-color: #B3261E; }
.field-msg { font-size: var(--t-small); color: #B3261E; margin-top: var(--s2); }
.field-hint { font-size: var(--t-small); color: var(--muted); margin-top: var(--s2); }
.field-row { display: grid; gap: 0 var(--s4); }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }

.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Attach zone. A label wrapping a file input whose accept includes image/*, so the native sheet offers the camera on a phone. */
.drop {
  display: flex; align-items: center; gap: var(--s3);
  min-height: 80px; padding: var(--s4);
  border: 2px dashed var(--rule-firm); border-radius: var(--r-sm);
  background: var(--paper-2); cursor: pointer;
  transition: border-color var(--dur-state) var(--ease), background-color var(--dur-state) var(--ease);
}
.drop:hover, .drop.dragover { border-color: var(--amber); background: var(--amber-tint); }
.drop svg { color: var(--amber); flex-shrink: 0; }
.drop input[type="file"] { position: absolute; opacity: 0; width: .1px; height: .1px; }
.drop-t { font-family: var(--display); font-weight: var(--w-bold); font-size: 15px; color: var(--ink); }
.drop-s { font-size: var(--t-small); color: var(--muted); }
.drop-chosen { color: var(--amber); }

.form-alert { padding: var(--s4); border-radius: var(--r-sm); margin-bottom: var(--s5); font-size: var(--t-body); border: 1px solid; }
.form-alert-error { background: #FDF2F1; border-color: #E9C4C1; color: #8C1D18; }

/* Counts in the /products ledger carry a unit — a bare "14" next to a REPAIR tag read as a mystery number. */
/* 12px not 11.5: lowercase text needs more than an uppercase micro-label. */
.lrow-unit { color: var(--faint); font-size: 12px; letter-spacing: var(--tr-small); }

/* ═══ Cards (guides, sector pages) + service rows ════════════
   The shared card shell lives further down with .sector-card; this adds only
   what a guide card does differently. */
.card { display: flex; flex-direction: column; border-top: 2px solid var(--amber); }
/* Interior 24 26 26 — top 2px tighter because the 2px edge reads as mass. */
.card-body { padding: var(--s6) 26px 26px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { color: var(--ink); margin-bottom: var(--s3); }
.card-body .small { margin-bottom: var(--s4); }
.card-foot { margin-top: auto; }

/* Service rows — on the home page these sit inside the dark block. */
.svc-rows { margin-top: var(--s8); border-top: 1px solid var(--rule); }
.svc-row {
  display: grid; grid-template-columns: 40px 1fr 24px; gap: var(--s4);
  align-items: center; min-height: 76px; padding: 18px 0 var(--s5);
  border-bottom: 1px solid var(--rule); text-decoration: none;
  transition: background-color var(--dur-state) var(--ease);
}
@media (min-width: 900px) { .svc-row { grid-template-columns: 40px 1fr 280px 24px; } }
.svc-row:hover { background: var(--amber-tint); }
.svc-row .sr-n { font-weight: var(--w-med); font-size: var(--t-code); color: var(--amber); }
.svc-row .sr-name { font-family: var(--display); font-weight: var(--w-bold); font-size: var(--t-card-m); letter-spacing: var(--tr-card); color: var(--ink); }
@media (min-width: 768px) { .svc-row .sr-name { font-size: var(--t-card); } }
.svc-row .sr-scope { font-size: 14px; color: var(--muted); line-height: var(--lh-lead); display: none; }
@media (min-width: 900px) { .svc-row .sr-scope { display: block; } }
.svc-row .sr-go { color: var(--blue); justify-self: end; }

/* ═══ BAND 3 — THE FLOOR ════════════
   All 49 categories, all four sectors, one section. Priority is carried by
   type size, row height, column count and the presence of a photograph —
   nobody is exiled to a separate section. */
.b3 { padding-block: var(--s10); background: var(--paper-2); margin-inline: 8px; border-radius: 20px; overflow: clip; }
@media (min-width: 768px) { .b3 { margin-inline: 10px; border-radius: 40px; padding-block: var(--s12) var(--s11); } }

/* Guide cards: compact. card-foot is a sibling of card-body, so it needs its own padding or the read link hangs at the card edge. */
.guide-grid .media-16x9 { aspect-ratio: 2.3 / 1; }
.guide-grid .card-body { padding: var(--s5) var(--s6) var(--s2); }
.guide-grid .card-body h3 { font-size: 18px; margin-top: 10px; }
.guide-grid .card-body p { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.guide-grid .card-foot { padding: var(--s3) var(--s6) var(--s5); }

/* Sector jump links as pill chips, matching the block language. */
.floor-jump { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s3); margin-bottom: var(--s8); }
.floor-jump a {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--display); font-weight: var(--w-semi); font-size: 14px;
  text-decoration: none; color: var(--ink);
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--r-pill);
  padding: 10px 18px; box-shadow: var(--sh-1);
  transition: border-color var(--dur-state) var(--ease), color var(--dur-state) var(--ease);
}
.floor-jump a:hover { border-color: var(--blue); color: var(--blue); }
@media (max-width: 767px) { .floor-jump a { min-height: 44px; } }

/* Strata separated 44 above / 40 below — uneven on purpose. */
.stratum { padding-top: var(--s8); }
.stratum + .stratum { border-top: 1px solid var(--rule); margin-top: 44px; }
.stratum-grid { display: grid; gap: var(--s6); }
@media (min-width: 900px) { .stratum-grid { grid-template-columns: 3fr 9fr; column-gap: var(--gutter); } }

.stratum-head h3 { color: var(--ink); }
.stratum-photo { border-radius: var(--r); overflow: hidden; background: var(--paper-3); aspect-ratio: 4/3; margin-bottom: var(--s4); }
.stratum-photo img { width: 100%; height: 100%; object-fit: cover; }
.stratum-a .stratum-photo { max-width: 300px; }
.stratum-b .stratum-photo { max-width: 240px; }
.stratum-tag {
  display: inline-block; margin-top: var(--s3);
  font-weight: var(--w-med); font-size: var(--t-label);
  letter-spacing: var(--tr-label); text-transform: uppercase;
}
.stratum-a .stratum-tag { color: var(--amber); }
.stratum-b .stratum-tag { color: var(--teal); }
/* Space between a sector heading and its list encodes priority: 24/20/14/14. */
.stratum-a .stratum-list { margin-top: var(--s6); }
.stratum-b .stratum-list { margin-top: var(--s5); }
.stratum-c .stratum-list { margin-top: 14px; }

.ledger { display: grid; gap: 0; }
@media (min-width: 700px) {
  .ledger-2 { grid-template-columns: 1fr 1fr; column-gap: var(--s9); }
  .ledger-3 { grid-template-columns: 1fr 1fr; column-gap: var(--s8); }
}
@media (min-width: 1000px) { .ledger-3 { grid-template-columns: repeat(3, 1fr); column-gap: 44px; } }

.lrow {
  display: block; text-decoration: none; padding: 18px 0 var(--s5);
  border-bottom: 1px solid var(--rule);
  transition: background-color var(--dur-state) var(--ease);
}
.lrow:hover { background: var(--paper-3); }
.lrow-top { display: flex; align-items: baseline; gap: var(--s3); }
.lrow-name {
  font-family: var(--text); font-weight: var(--w-med); font-size: var(--t-row);
  line-height: var(--lh-lead); color: var(--ink); flex: 1;
}
.lrow-count {
  font-weight: var(--w-med); font-size: var(--t-code);
  color: var(--muted); font-variant-numeric: tabular-nums; flex-shrink: 0;
}
.lrow-sum { font-size: var(--t-small); line-height: 1.5; color: var(--muted); max-width: 46ch; margin-top: var(--s1); }
.ledger-3 .lrow { min-height: 44px; padding: 12px 0 14px; }

/* Service rows sort to the top of their sector and carry the amber rule. Persistent — never hover-dependent. */
.lrow-svc {
  background: var(--amber-tint); border-left: 2px solid var(--amber);
  margin-left: -12px; padding-left: 10px;
}
.lrow-svc:hover { background: #FBEADC; }
.lrow-svc .lrow-name { font-weight: var(--w-bold); }
.lrow-tag {
  font-weight: var(--w-med); font-size: var(--t-label);
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--amber); flex-shrink: 0;
}

.standards-run {
  margin-top: var(--s5); font-weight: var(--w-med);
  font-size: var(--t-code); line-height: 1.9; color: var(--blue); letter-spacing: var(--tr-small);
}

/* ═══ BAND 5 — STANDARDS ════════════ */
.b5 { padding-block: var(--s11) var(--s11); background: var(--ink); color: var(--on-dark-body); margin-inline: 8px; border-radius: 20px; overflow: clip; }
@media (min-width: 768px) { .b5 { margin-inline: 10px; border-radius: 24px; padding-block: 88px; } }
.b5 .chead h2 { color: #fff; }
.b5 .chead .lead { color: var(--on-dark-body); }
.std-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
@media (min-width: 900px) { .std-grid { grid-template-columns: repeat(4, 1fr); } }
.std-cell {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px; padding: 18px 20px;
}
.std-code { font-family: var(--text); font-weight: var(--w-semi); font-size: 15.5px; color: #fff; letter-spacing: var(--tr-small); }
.std-sub { font-size: var(--t-small); color: var(--on-dark-body); margin-top: var(--s1); }

/* ═══ Footer — white, Uthao anatomy: link columns, a hairline, then the
   giant wordmark with the "ready?" prompt on its right, then a small
   legal strip. ════════════ */
.site-footer { background: var(--paper); color: var(--body); padding-block: var(--s11) 0; }
.footer-grid { display: grid; gap: var(--s8); padding-bottom: var(--s9); }
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; column-gap: var(--gutter); } }
.site-footer h3 {
  font-family: var(--text); font-weight: var(--w-semi); font-size: var(--t-label);
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--muted); margin-bottom: var(--s4);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s3); }
.site-footer a { color: var(--body); text-decoration: none; font-size: 15px; border-bottom: 1px solid transparent; }
/* Phone: the footer is ~20 stacked links and the contact details are the page's
   primary actions — give each a full 44px touch row. Desktop keeps it tight. */
@media (max-width: 767px) {
  .site-footer ul { gap: 0; }
  .site-footer li > a,
  .contact-value a { display: flex; align-items: center; min-height: 44px; }
}
.site-footer a:hover { color: var(--ink); border-bottom-color: var(--rule-firm); }
/* `.site-footer a` outranks `.btn-primary`, which left the footer CTA with dark label text on the blue fill. Restore the button's own colours. */
.site-footer a.btn-primary, .site-footer a.btn-primary:hover { color: #fff; border-bottom-color: transparent; font-size: 14.5px; }
.footer-about { font-size: 15px; line-height: var(--lh-lead); max-width: 38ch; margin-bottom: var(--s4); color: var(--body); }
.footer-note { font-size: var(--t-small); color: var(--muted); }
/* Component close-ups. Uncaptioned by design — texture where prose used to be.
   Square tiles so a hose, a nut and a valve read as one set despite differing
   source crops. */
.comp-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3);
  margin-top: var(--s7);
}
@media (min-width: 640px) { .comp-strip { grid-template-columns: repeat(4, 1fr); } }
.comp-tile {
  margin: 0; aspect-ratio: 1; overflow: hidden;
  border-radius: 12px; background: var(--paper-3);
}
.comp-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--dur-move) var(--ease);
}
.comp-tile:hover img { transform: scale(var(--zoom)); }

/* Areas-we-serve row: sitewide internal links for the location pages. */
.footer-areas { border-top: 1px solid var(--rule); padding-block: var(--s6); }
.footer-areas h3 { margin-bottom: var(--s4); }
.footer-areas-row { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); }
.footer-areas-row a { font-size: 14.5px; color: var(--muted); display: inline-flex; align-items: center; min-height: 44px; }
.footer-areas-row a:hover { color: var(--ink); }

.footer-word-row {
  border-top: 1px solid var(--rule);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--s5) var(--s7); padding-block: var(--s7);
}
.footer-word {
  font-family: var(--display); font-weight: var(--w-xbold);
  font-size: clamp(56px, 9.5vw, 148px); line-height: .95; letter-spacing: -.045em;
  color: var(--blue); user-select: none;
}
.footer-ready { display: grid; gap: var(--s4); justify-items: start; }
.footer-ready b { font-family: var(--display); font-weight: var(--w-semi); font-size: 19px; color: var(--ink); }
.footer-bottom {
  border-top: 1px solid var(--rule); padding-block: var(--s5) var(--s8);
  display: flex; flex-wrap: wrap; gap: var(--s3) var(--s6); justify-content: space-between;
  font-size: var(--t-small); color: var(--muted);
}
.footer-bottom a { font-size: var(--t-small); color: var(--muted); }

/* ═══ Sticky mobile bar ════════════ */
.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; height: 56px;
  background: var(--paper); border-top: 1px solid var(--ink); box-shadow: var(--sh-1);
  display: none; grid-template-columns: 1fr 1fr;
}
.mbar a {
  display: flex; align-items: center; justify-content: center; gap: var(--s2);
  font-family: var(--display); font-weight: var(--w-bold); font-size: 15px; text-decoration: none;
}
.mbar .mbar-a { background: var(--amber); color: #fff; }
.mbar .mbar-b { color: var(--ink); }
@media (max-width: 767px) { .mbar.show { display: grid; } body.has-mbar { padding-bottom: 56px; } }

/* ═══ Interior pages ════════════ */
.page-hero { background: var(--paper); padding-block: var(--s7) 0; }
.page-hero-inner { max-width: 780px; padding-bottom: var(--s8); }
.page-hero h1 { margin-bottom: var(--s4); }

.breadcrumbs { padding-block: var(--s4); font-size: var(--t-small); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2); list-style: none; margin: 0; padding: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: var(--s2); }
.breadcrumbs li + li::before { content: "/"; color: var(--rule-firm); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs [aria-current] { color: var(--ink); font-weight: var(--w-med); }

.section { padding-block: var(--s11); }
@media (min-width: 768px) { .section { padding-block: var(--s13); } }
.split { display: grid; gap: var(--s8); }
@media (min-width: 940px) { .split { grid-template-columns: 7fr 4fr; column-gap: var(--s9); align-items: start; } }
.sticky-side { position: sticky; top: calc(var(--hdr) + var(--s5)); }

.prose { max-width: 68ch; }
.prose > * + * { margin-top: var(--s5); }
.prose p { color: var(--body); line-height: var(--lh-body); font-size: var(--t-body); }
.prose h2 { font-size: var(--t-quiet-m); letter-spacing: var(--tr-card); margin-top: var(--s8); margin-bottom: var(--s4); }
@media (min-width: 768px) { .prose h2 { font-size: var(--t-quiet); } }
.prose h3 { font-size: var(--t-h3c); margin-top: var(--s7); margin-bottom: var(--s3); }
.prose ul, .prose ol { padding-left: var(--s5); color: var(--body); }
.prose li { margin-bottom: var(--s2); line-height: var(--lh-body); }
.prose li::marker { color: var(--amber); }
.prose strong { color: var(--ink); font-weight: var(--w-med); }
.prose a { font-weight: var(--w-med); }

.spec-list { border-top: 1px solid var(--rule); }
.spec-row { display: grid; grid-template-columns: 1fr; gap: var(--s1); padding: 18px 0 var(--s5); border-bottom: 1px solid var(--rule); }
@media (min-width: 640px) { .spec-row { grid-template-columns: 220px 1fr; column-gap: var(--s6); align-items: baseline; } }
.spec-label { font-weight: var(--w-med); font-size: var(--t-code); letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--amber); }
.spec-value { font-size: var(--t-body); color: var(--body); }

.supply-grid { display: grid; border-top: 1px solid var(--rule); }
@media (min-width: 620px) { .supply-grid { grid-template-columns: 1fr 1fr; column-gap: var(--s8); } }
.supply-item { display: flex; gap: var(--s3); padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: var(--t-body); color: var(--body); }
.supply-item svg { flex-shrink: 0; color: var(--amber); margin-top: 5px; }

.app-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.app-list li { display: flex; gap: var(--s3); padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: var(--t-body); color: var(--body); }
.app-list svg { flex-shrink: 0; color: var(--amber); margin-top: 5px; }
/* Link rows: the whole row is the tap target, not just the 27px of text. */
.app-list-nav li { padding: 0; align-items: center; }
.app-list-nav li svg { margin-top: 0; }
.app-list-nav li a { display: flex; align-items: center; flex: 1; min-height: 44px; color: var(--body); }
.app-list-nav li a:hover { color: var(--blue); }

.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s4);
  padding: var(--s6) 0; cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: var(--w-semi); font-size: 17.5px;
  letter-spacing: var(--tr-card); color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
/* Chevron in a soft chip, rhyming with the home FAQ's number chips. */
.faq summary svg {
  flex-shrink: 0; box-sizing: content-box; padding: 8px;
  background: var(--paper-2); border-radius: 50%;
  color: var(--ink); transition: transform var(--dur-move) var(--ease);
}
.faq details[open] summary svg { transform: rotate(180deg); }
.faq-answer { padding-bottom: var(--s5); color: var(--body); font-size: var(--t-body); line-height: var(--lh-body); max-width: 68ch; }

.grid { display: grid; gap: var(--s6); }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 640px) { .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1120px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 620px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 940px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.tag {
  display: inline-block; font-weight: var(--w-med);
  font-size: var(--t-label); letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--amber);
}
.divider { height: 1px; background: var(--rule); border: none; margin-block: var(--s8); }
.empty-state { text-align: center; padding: var(--s11) var(--s5); color: var(--muted); }

/* ════════════
   INTERIOR COMPONENTS
   The 62 pages behind the home page share these. Defined on the same tokens so
   the whole site moves together — the spec's warning was that a considered
   home page one click in front of the old language is worse than neither.

   Two of the old ideas are deliberately NOT carried over:
     - text over photographs (every scrim, wash and translucent pill is gone)
     - the animated marquee (band 5 is a static ruled grid, so this is too)
   ════════════ */

/* ─── Photo primitive ──────────── */
.ph { width: 100%; height: 100%; object-fit: cover; }
.media { position: relative; overflow: hidden; border-radius: var(--r); background: var(--paper-3); }
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-move) var(--ease); }
.media-16x9 { aspect-ratio: 16 / 9; }
.media-4x3  { aspect-ratio: 4 / 3; }
a:hover .media img { transform: scale(var(--zoom)); }

/* ─── Aliases onto the new type roles ──────────── */
/* .kicker is the interior pages' alias of .eyebrow — identical treatment, so a sector hero and a home band read as one system. No dash, no mono. */
.kicker {
  display: flex; align-items: center; gap: var(--s3);
  font-family: var(--text); font-weight: var(--w-bold); font-size: var(--t-label);
  line-height: var(--lh-head); letter-spacing: var(--tr-label); text-transform: uppercase;
  color: var(--amber); margin-bottom: 12px;
}
.kicker-plain { color: var(--muted); }
.muted { color: var(--muted); }
.center { text-align: center; }
.center.kicker, .center .kicker { justify-content: center; }
.wrap-narrow { max-width: 760px; margin-inline: auto; }
.prose-lg p { font-size: var(--t-body); }
.section-sm { padding-block: var(--s8); }
/* Grey sections render as rounded inset blocks, like the home why-block. */
.surface { background: var(--paper-2); margin-inline: 8px; border-radius: 20px; overflow: clip; }
@media (min-width: 768px) { .surface { margin-inline: 10px; border-radius: 28px; } }
.section-head { max-width: 720px; padding-bottom: var(--s7); }
.section-head .lead { margin-top: var(--s4); }
.split-even { display: grid; gap: var(--s8); }
@media (min-width: 940px) { .split-even { grid-template-columns: 1fr 1fr; column-gap: var(--s9); align-items: start; } }

/* Interior heroes: the home hero's sibling, same markup restyled. */
.page-hero-card {
  position: relative; isolation: isolate; overflow: clip;
  border-radius: 20px; background: var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 340px; margin-bottom: var(--s4);
}
@media (min-width: 768px) { .page-hero-card { border-radius: 24px; min-height: 430px; } }
.page-hero-card .page-hero-media {
  position: absolute; inset: 0; z-index: -2;
  border-radius: 0; margin: 0; aspect-ratio: auto; background: var(--ink-2);
}
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  /* Strong enough for bright photos too — white text must hold on every hero. */
  background:
    linear-gradient(96deg, rgba(13,18,24,.88) 0%, rgba(13,18,24,.68) 34%, rgba(13,18,24,.32) 62%, rgba(13,18,24,.06) 88%),
    linear-gradient(to top, rgba(13,18,24,.5) 0%, transparent 38%);
}
.page-hero-card .page-hero-inner {
  padding: var(--s12) var(--s5) var(--s7); max-width: 760px;
}
@media (min-width: 768px) { .page-hero-card .page-hero-inner { padding: 128px var(--s8) var(--s8); } }
.on-photo h1, .on-photo h2 { color: #fff; font-weight: 350; letter-spacing: -.035em; }
.page-hero h1 { font-size: clamp(32px, 3.8vw, 60px); line-height: 1.07; }
.on-photo .lead { color: rgba(255,255,255,.88); }
.on-photo .kicker { color: #7FD4FA; }
.on-photo .hero-fact { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.08); color: #fff; }
.on-photo .hero-fact b, .on-photo .hero-fact svg { color: #fff; }

.hero-facts { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s5); }
.hero-fact {
  display: inline-flex; align-items: center; gap: var(--s2);
  padding: var(--s3) var(--s4); border: 1px solid var(--rule);
  border-radius: var(--r-sm); background: var(--paper-2);
  font-size: var(--t-small); color: var(--body);
}
.hero-fact svg { color: var(--amber); flex-shrink: 0; }
.hero-fact strong { color: var(--ink); font-family: var(--display); font-weight: var(--w-bold); }

/* ─── Panels and forms ──────────── */
.form-card {
  background: var(--paper); border: 1px solid var(--rule); border-top: 2px solid var(--amber);
  border-radius: var(--r); box-shadow: var(--sh-1); padding: var(--s7);
}
.enquiry-form .field:last-of-type { margin-bottom: var(--s5); }
.field .opt { font-family: var(--text); font-weight: var(--w-reg); font-size: 12px; letter-spacing: 0; text-transform: none; color: var(--muted); }
/* The older forms use .file-drop; the ticket uses .drop. Same component. */
.file-drop {
  display: flex; align-items: center; gap: var(--s3); min-height: 80px; padding: var(--s4);
  border: 2px dashed var(--rule-firm); border-radius: var(--r-sm); background: var(--paper-2); cursor: pointer;
  transition: border-color var(--dur-state) var(--ease), background-color var(--dur-state) var(--ease);
}
.file-drop:hover, .file-drop.dragover { border-color: var(--amber); background: var(--amber-tint); }
.file-drop svg { color: var(--amber); flex-shrink: 0; }
.file-drop input[type="file"] { position: absolute; opacity: 0; width: .1px; height: .1px; }
.file-drop-text { font-family: var(--display); font-weight: var(--w-bold); font-size: 15px; color: var(--ink); }
.file-drop-hint { font-size: var(--t-small); color: var(--muted); }

/* ─── Contact list ──────────── */
.contact-list { border-top: 1px solid var(--rule); }
.contact-item { display: flex; gap: var(--s4); align-items: flex-start; padding: 18px 0 var(--s5); border-bottom: 1px solid var(--rule); }
.contact-icon { flex-shrink: 0; color: var(--amber); margin-top: 2px; }
.contact-icon svg { width: 20px; height: 20px; }
.contact-label {
  font-weight: var(--w-med); font-size: var(--t-label);
  letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--muted); margin-bottom: var(--s1);
}
.contact-value { font-family: var(--display); font-weight: var(--w-bold); font-size: var(--t-h3c); color: var(--ink); }
.contact-value a { color: var(--ink); text-decoration: none; }
.contact-value a:hover { color: var(--blue); }
.contact-note { font-size: var(--t-small); color: var(--muted); margin-top: var(--s1); }

/* ─── Feature rows ──────────── */
/*
 * align-items matters here. Left at the default `stretch`, the tick's box grows
 * to the full height of the title-plus-body block and `place-items: center`
 * then parks the tick halfway down it — so it floated between the two lines
 * instead of sitting against the heading. Pinning the mark to the start puts it
 * back on the first line, where the 3px nudge lines its centre up with the
 * 20px heading's line box.
 */
.feature { display: flex; gap: var(--s4); align-items: flex-start; }
.feature-mark { flex-shrink: 0; color: var(--amber); margin-top: 3px; display: grid; place-items: center; }
.feature-mark svg { width: 20px; height: 20px; }
.feature h3 { font-size: var(--t-h3c); margin-bottom: var(--s2); }
.feature p { font-size: var(--t-small); color: var(--muted); }

/* ─── CTA band. Dark, but no photograph buried under it. ──────────── */
.cta-band {
  background: var(--ink); color: var(--on-dark-body);
  border-radius: 20px; padding: var(--s8);
}
@media (min-width: 768px) { .cta-band { border-radius: 24px; padding: var(--s10) var(--s10); } }
.cta-band h2 { color: #fff; font-weight: 400; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.03em; }
.cta-band p { color: var(--on-dark-body); max-width: 56ch; margin-top: var(--s4); }
.cta-band .kicker { color: #7FD4FA; }
.cta-band .btn-ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.cta-band .btn-ghost:hover { border-color: #fff; color: #fff; }
/* The old markup wrapped a photo in here at 34% opacity. Dropped — burying a photograph is exactly what the grade exists to avoid. */
.cta-band-media { display: none; }
.btn-glass { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; }
.btn-glass:hover { border-color: #fff; color: #fff; }

/* ─── Sector and product cards ────────────
   One shared shell; they differ only in media ratio and label colour. */
.card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.card-pad { padding: var(--s6); }
.sector-card, .product-card, .card {
  background: var(--paper); border-radius: var(--r);
  overflow: hidden; text-decoration: none; box-shadow: var(--sh-1);
  transition: transform var(--dur-move) var(--ease), box-shadow var(--dur-move) var(--ease);
}
.sector-card:hover, .product-card:hover, .card:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.sc-media, .pc-media { overflow: hidden; background: var(--paper-3); }
.sc-media { aspect-ratio: 16 / 9; }
.pc-media { aspect-ratio: 4 / 3; }
.sc-media img, .pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-move) var(--ease); }
.sector-card:hover .sc-media img, .product-card:hover .pc-media img { transform: scale(var(--zoom)); }
.sc-body { padding: var(--s6); }
.sc-body h3 { font-size: var(--t-h3c); color: var(--ink); margin-bottom: var(--s2); }
.sc-body p { font-size: var(--t-small); color: var(--muted); }
/* Counts and sector names sit beneath the image, never floating on it. */
.sc-count, .pc-tag {
  display: block; font-weight: var(--w-med); font-size: var(--t-label);
  letter-spacing: var(--tr-label); text-transform: uppercase;
}
.sc-count { padding: var(--s3) var(--s6) 0; color: var(--muted); }
.pc-tag { padding: var(--s5) var(--s6) 0; color: var(--amber); }
.sc-ic { display: none; }
.sc-more { display: inline-flex; align-items: center; gap: var(--s2); margin-top: var(--s4); font-family: var(--display); font-weight: var(--w-bold); font-size: 14px; color: var(--blue); }
.sc-more svg { transition: transform var(--dur-move) var(--ease); }
.sector-card:hover .sc-more svg { transform: translateX(4px); }
.product-card .card-body { padding: var(--s3) var(--s6) var(--s6); }
.product-card .card-body h3 { font-size: var(--t-h3c); }
.product-card .card-foot { padding: 0 var(--s6) var(--s6); }
/* CSS artwork for a category with no photograph. Reads as deliberate. */
.art {
  width: 100%; height: 100%; display: grid; place-items: center;
  background: var(--paper-3); color: var(--rule-firm);
}
.art svg { width: 40px; height: 40px; }

.chips { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); }
.chip {
  font-weight: var(--w-med); font-size: var(--t-code-m);
  letter-spacing: var(--tr-small); color: var(--muted);
  background: var(--paper-2); border: 1px solid var(--rule);
  padding: 3px var(--s2); border-radius: var(--r-sm); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.chip-more { color: var(--amber); background: var(--amber-tint); border-color: transparent; }

/* ═══ Reveal ════════════
   .js-reveal is added by JavaScript at runtime, so content is visible if the
   script never runs. Below-fold only; the hero photograph never animates. */
.js-reveal [data-reveal] {
  opacity: 0; transform: translateY(16px);
  transition: opacity var(--dur-move) var(--ease), transform var(--dur-move) var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.js-reveal [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-reveal [data-reveal] { opacity: 1 !important; transform: none !important; }
  .card:hover { transform: none !important; }
  .ds-card:hover img { transform: none !important; }
}

/* ═══ Print ════════════ */
/* ═══ UTHAO HOME SECTIONS ════════════
   One-to-one transposition of the live reference (uthao.webflow.io),
   section by section, in its order. */

/* ── Stats: four figures on a connector line, icon chips sitting on it ── */
.stats { padding-block: var(--s12) var(--s12); background: var(--paper); }
@media (min-width: 768px) { .stats { padding-block: 104px 112px; } }
.stats-row { position: relative; display: grid; gap: var(--s8) var(--s6); grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .stats-row { grid-template-columns: repeat(4, 1fr); } }
/* The client asked for exactly three points, so the band needs a 3-up track. */
@media (min-width: 900px) { .stats-row-3 { grid-template-columns: repeat(3, 1fr); } }

/*
 * The connector line must stop dead at the centre of the first and last icon.
 * In an N-column grid each icon sits at the centre of its column, so the first
 * centre is at 100/(2N)% — 12.5% at four up, 16.7% at three up. The inset was a
 * hardcoded 11%, eyeballed for the four-up row, so the line overshot both ends;
 * on the three-up "What you get" band it ran nearly six percent past each icon,
 * which is what the client spotted.
 */
.stats-row { --track: 4; }
.stats-row-3 { --track: 3; }
@media (min-width: 900px) {
  .stats-row::before {
    content: ""; position: absolute; top: 26px;
    left: calc(50% / var(--track)); right: calc(50% / var(--track));
    height: 1px; background: var(--rule-firm);
  }
}
.stat { text-align: center; }
.stat-ic {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: #fff;
  box-shadow: 0 0 0 8px var(--paper);
  margin-bottom: var(--s5);
}
.stat-ic svg { width: 22px; height: 22px; }
.stat .d0 { font-size: clamp(40px, 4vw, 62px); color: var(--ink); }
.stat-label { font-size: var(--t-small); color: var(--muted); margin-top: var(--s2); }

/* ── Grey rounded feature block: three photo cards with text overlays ── */
.gfeat { padding-block: var(--s11) var(--s8); }
@media (min-width: 768px) { .gfeat { padding-block: 88px 48px; } }
.gf-grid { display: grid; gap: var(--s5); padding-bottom: var(--s8); }
@media (min-width: 860px) { .gf-grid { grid-template-columns: repeat(3, 1fr); } }
.gf-card {
  position: relative; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 4 / 3.4; background: var(--paper-3); display: block;
}
.gf-card img { width: 100%; height: 100%; object-fit: cover; }
/*
 * The scrim has to survive the brightest photograph in the set, not the
 * average one. The old ramp was already down to 24% opacity at 46% height,
 * which left four lines of body copy sitting on a sunlit workshop interior —
 * the client could not read it. This one holds near-full strength across the
 * whole text block and only fades above it, and the copy carries a shadow so
 * legibility never depends on the photograph behind it.
 */
.gf-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(8,12,18,.94) 0%,
    rgba(8,12,18,.88) 30%,
    rgba(8,12,18,.62) 55%,
    rgba(8,12,18,.22) 78%,
    transparent 100%);
}
.gf-text { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: var(--s5) var(--s6); }
.gf-text b { display: block; font-family: var(--display); font-weight: var(--w-semi); font-size: 19px; letter-spacing: var(--tr-card); color: #fff; margin-bottom: var(--s1); text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.gf-text span { display: block; font-size: var(--t-small); line-height: 1.5; color: rgba(255,255,255,.94); max-width: 40ch; text-shadow: 0 1px 3px rgba(0,0,0,.45); }

/* ── Process: From → To route line, then the quote-timeline card ── */
.proc { padding-block: var(--s12) var(--s13); background: var(--paper); }
@media (min-width: 768px) { .proc { padding-block: 112px 128px; } }
.proc-route { max-width: 720px; margin: 0 auto var(--s9); }
/* One flex row: dot, dashes, arrow, dashes, dot. The dashed segments live BETWEEN the dots, so the line starts and ends exactly at them. */
.proc-track { display: flex; align-items: center; }
.proc-seg {
  flex: 1; height: 1px;
  background-image: linear-gradient(90deg, var(--rule-firm) 55%, transparent 55%);
  background-size: 12px 1px;
}
.proc-dot { flex-shrink: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--ink); }
.proc-labels { display: flex; justify-content: space-between; gap: var(--s6); margin-top: var(--s3); }
.proc-end { display: grid; gap: 2px; }
.proc-end-to { text-align: right; justify-items: end; }
.proc-end small { font-size: var(--t-label); letter-spacing: var(--tr-label); text-transform: uppercase; color: var(--muted); }
.proc-end b { font-family: var(--display); font-weight: var(--w-semi); font-size: 17px; color: var(--ink); }
.proc-swap {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  margin-inline: var(--s3);
}
.proc-card {
  display: grid; gap: var(--s5); border-radius: var(--r-lg); overflow: hidden;
  background: var(--amber-tint); align-items: stretch;
}
@media (min-width: 900px) { .proc-card { grid-template-columns: 1.05fr .95fr; } }
.proc-steps { padding: var(--s7) var(--s6); }
@media (min-width: 900px) { .proc-steps { padding: var(--s8) var(--s9); } }
.proc-ref { font-family: var(--text); font-weight: var(--w-semi); font-size: var(--t-small); letter-spacing: .04em; text-transform: uppercase; color: var(--amber); margin-bottom: var(--s5); }
.proc-step { position: relative; display: grid; grid-template-columns: 36px 1fr; gap: var(--s4); padding-bottom: var(--s5); }
.proc-step:last-child { padding-bottom: 0; }
.proc-step::before {
  content: ""; position: absolute; left: 17px; top: 34px; bottom: 2px; width: 1px;
  background: rgba(11,118,188,.28);
}
.proc-step:last-child::before { display: none; }
.proc-n {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--amber); border: 1px solid rgba(11,118,188,.35);
  font-weight: var(--w-semi); font-size: 14px;
}
.proc-step b { display: block; font-family: var(--display); font-weight: var(--w-semi); font-size: 16.5px; color: var(--ink); margin: 6px 0 3px; }
.proc-step p { font-size: var(--t-small); color: var(--body); line-height: 1.55; max-width: 46ch; }
.proc-photo { min-height: 280px; background: var(--paper-3); }
.proc-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ── Dark rounded services block: numbered photo cards + repair rows ── */
.dsvc { color: var(--on-dark-body); padding-block: var(--s11); }
@media (min-width: 768px) { .dsvc { padding-block: 96px 88px; } }
.dsvc .chead h2 { color: #fff; }
.dsvc .chead .lead { color: var(--on-dark-body); }
.ds-grid { display: grid; gap: var(--s4); }
@media (min-width: 640px) { .ds-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1120px) { .ds-grid { grid-template-columns: repeat(4, 1fr); } }
.ds-card {
  position: relative; display: block; border-radius: 16px; overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--ink-2); text-decoration: none;
}
.ds-card img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-move) var(--ease); }
.ds-card:hover img { transform: scale(var(--zoom)); }
/* Same fault as the why-choose-us cards: the ramp was down to 18% by 42% of
   the height, so a division name landed on a sunlit warehouse or a busy quay
   and disappeared. Held strong across the lower third instead. */
.ds-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(8,12,17,.92) 0%,
    rgba(8,12,17,.78) 26%,
    rgba(8,12,17,.42) 50%,
    rgba(8,12,17,.12) 74%,
    transparent 100%);
}
.ds-num {
  position: absolute; top: 14px; right: 16px; z-index: 1;
  font-size: 13px; font-weight: var(--w-med); color: rgba(255,255,255,.72);
  font-variant-numeric: tabular-nums;
}
.ds-name { position: absolute; left: 18px; right: 18px; bottom: 15px; z-index: 1; }
.ds-name b { display: block; font-family: var(--display); font-weight: var(--w-semi); font-size: 18px; letter-spacing: var(--tr-card); color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.55); }
.ds-rows-label {
  margin: var(--s8) 0 var(--s2);
  font-size: var(--t-label); letter-spacing: var(--tr-label); text-transform: uppercase;
  color: var(--on-dark-body); font-weight: var(--w-semi);
}
.dsvc .svc-rows { margin-top: 0; border-top-color: var(--on-dark-rule); }
.dsvc .svc-row { border-bottom-color: var(--on-dark-rule); }
.dsvc .svc-row:hover { background: rgba(255,255,255,.05); }
.dsvc .svc-row .sr-n { color: #6FD0FA; }
.dsvc .svc-row .sr-name { color: #fff; }
.dsvc .svc-row .sr-scope { color: var(--on-dark-body); }
.dsvc .svc-row .sr-go { color: #6FD0FA; }
.dsvc-foot { margin-top: var(--s7); text-align: center; }
.dsvc-foot .btn-ghost { border-color: rgba(255,255,255,.32); color: #fff; }
.dsvc-foot .btn-ghost:hover { border-color: #fff; color: #fff; }

/* ── Coverage band: dotted-map field with city pins, then the brands row ── */
.covr { padding-block: var(--s12) var(--s11); background: var(--paper); }
@media (min-width: 768px) { .covr { padding-block: 112px 96px; } }
.covr-map {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(21,101,192,.05), transparent 70%),
    radial-gradient(var(--rule-firm) 1.2px, transparent 1.3px);
  background-size: auto, 22px 22px;
  padding: var(--s10) var(--s6); text-align: center; margin-bottom: var(--s9);
}
@media (min-width: 768px) { .covr-map { padding: 88px var(--s8); } }
.covr-quote { max-width: 56ch; margin-inline: auto; font-family: var(--display); font-weight: 450; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; letter-spacing: -.015em; color: var(--ink); }
.covr-src { margin-top: var(--s4); font-size: var(--t-small); color: var(--muted); }
.covr-pin {
  position: absolute; display: inline-flex; align-items: center; gap: 6px;
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--r-pill);
  box-shadow: var(--sh-1); padding: 7px 13px;
  font-size: 12.5px; font-weight: var(--w-semi); color: var(--ink); white-space: nowrap;
}
.covr-pin svg { width: 13px; height: 13px; color: var(--blue); }
.covr-pin { text-decoration: none; transition: border-color var(--dur-state) var(--ease); }
a.covr-pin:hover { border-color: var(--blue); color: var(--blue); }
@media (max-width: 767px) { .covr-pin { min-height: 44px; } }
.covr-pin:nth-of-type(1) { left: 7%;  top: 18%; }
.covr-pin:nth-of-type(2) { left: 13%; bottom: 20%; }
.covr-pin:nth-of-type(3) { right: 8%; top: 22%; }
.covr-pin:nth-of-type(4) { right: 13%; bottom: 16%; }
.covr-pin:nth-of-type(5) { left: 30%; top: 8%; }
.covr-pin:nth-of-type(6) { right: 30%; bottom: 6%; }
@media (max-width: 859px) {
  .covr-pin { position: static; margin: var(--s5) 4px 0; }
  .covr-map { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
  .covr-quote, .covr-src { flex-basis: 100%; }
}

/* ── About: photo split + numbered principle cards on the grey block ── */
.ab-photo { border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-3); }
.ab-photo img { width: 100%; height: 100%; object-fit: cover; }
.ab-body p { color: var(--body); line-height: var(--lh-body); margin-bottom: var(--s4); }
.ab-body p:last-child { margin-bottom: 0; }
.ab-cards { display: grid; gap: var(--s5); }
@media (min-width: 860px) { .ab-cards { grid-template-columns: 1fr 1fr; } }
.ab-card { background: var(--paper); border-radius: var(--r); padding: var(--s6) var(--s7) var(--s7); box-shadow: var(--sh-1); }
.ab-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--amber-tint); color: var(--amber);
  font-weight: var(--w-semi); font-size: 14px; margin-bottom: var(--s4);
}
.ab-card h3 { font-size: 20px; letter-spacing: var(--tr-card); margin-bottom: var(--s3); }
.ab-card p { color: var(--ink-2); font-weight: var(--w-med); font-size: 15.5px; line-height: 1.55; margin-bottom: var(--s4); }
.ab-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ab-card li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.55; color: var(--body); }
.ab-card li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--amber); font-weight: var(--w-semi); }

/* ── FAQ, Uthao style: static two-column rows with a number chip ── */
.faq2 { border-top: 1px solid var(--rule); }
/* Everything top-aligns: the question's and answer's first lines sit on the number chip's centreline, however long the answer runs. */
.faq2-row { display: grid; gap: var(--s2) var(--s6); grid-template-columns: 44px 1fr; align-items: start; padding-block: var(--s6); border-bottom: 1px solid var(--rule); }
@media (min-width: 860px) { .faq2-row { grid-template-columns: 44px 1fr 1.15fr; gap: var(--s6); padding-block: var(--s7); } }
.faq2-n {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper-2); color: var(--ink); font-weight: var(--w-semi); font-size: 14px;
}
.faq2-q { font-family: var(--display); font-weight: var(--w-semi); font-size: 17.5px; letter-spacing: var(--tr-card); color: var(--ink); padding-top: 7px; }
.faq2-a { font-size: 15px; line-height: 1.6; color: var(--body); grid-column: 2; }
@media (min-width: 860px) { .faq2-a { grid-column: auto; padding-top: 8px; } }

/* ── Dark rounded CTA: big light headline left, photo right ── */
.cta2 { color: var(--on-dark-body); overflow: clip; }
.cta2-grid { display: grid; gap: var(--s7); align-items: center; padding-block: var(--s10); }
@media (min-width: 900px) { .cta2-grid { grid-template-columns: 1.15fr .85fr; column-gap: var(--s10); padding-block: 88px; } }
.cta2 h2 { color: #fff; font-weight: 400; font-size: clamp(30px, 3.4vw, 52px); line-height: 1.1; letter-spacing: -.035em; margin-bottom: var(--s4); }
.cta2 p { color: var(--on-dark-body); max-width: 50ch; margin-bottom: var(--s6); }
.cta2-photo { border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; background: var(--ink-2); }
.cta2-photo img { width: 100%; height: 100%; object-fit: cover; }

@media print {
  .site-header, .site-footer, .mbar, .ticket, .breadcrumbs, .btn, .b5 { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .page-hero-media, .stratum-photo { display: none; }
  .b3, .section { padding-block: 12px; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .faq details { display: block; }
  .faq-answer { display: block !important; }
}
