/* ===========================================================================
   SUVATECH — combined stylesheet (index-v6.html + contact-us-v6.html)
   Merged from: styles-v2.css, styles-v3-home.css, styles-v4-home.css, styles-v7-home.css
   =========================================================================== */

/* ==========================================================================
   SUVATECH — Editorial / industrial design system (v2, Fleet-inspired)
   Cream ground · black grotesque type · mono microlabels · navy & red brand
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --cream: #f3f2ef;
  --cream-2: #eceae6;
  --ink: #121210;
  --ink-soft: #3c3c38;
  --ink-faint: #77766f;
  --hairline: #d8d6cf;
  --hairline-dark: rgba(255, 255, 255, 0.18);

  --navy: #062158;
  --navy-deep: #041538;
  --red: #c4281c;

  --btn-gray: #e2e0da;
  --btn-gray-hover: #d7d5ce;
  --btn-dark: #171715;
  --btn-dark-hover: #2b2b28;

  --font-sans: 'Space Grotesk', 'Archivo', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  --header-h: 72px;
  --gutter: clamp(20px, 3vw, 48px);
  --maxw: 1440px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 500ms;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.v6-snap { scroll-snap-type: y proximity; }

body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }

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

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--ink); color: var(--cream); padding: 12px 24px;
  font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase;
}
.skip-link:focus { left: 0; }

[id] { scroll-margin-top: var(--header-h); }

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

/* ---------- Layout ---------- */
.fwrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.fsection { padding-block: clamp(72px, 9vw, 140px); }
.fsection--tight { padding-block: clamp(48px, 6vw, 88px); }
.fsection--alt { background: var(--cream-2); }
/* v6: full-screen sections + native scroll-snap, so Space/PageDown steps one section at a time */
html.v6-snap .fsection {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  scroll-snap-align: start; scroll-margin-top: var(--header-h);
}
#contact.fsection {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
}

/* Compact layout for the contact page: everything fits within one screen */
.page-contact-v6 #contact.fsection { padding-block: clamp(16px, 2.4vw, 32px); }
.page-contact-v6 .fcontact { gap: clamp(28px, 4vw, 56px); }
.page-contact-v6 .sec-head-row { margin-bottom: 0; }
.page-contact-v6 .sec-statement {
  margin-top: 10px; white-space: normal; font-size: clamp(1.1rem, 1.7vw, 1.5rem);
}
.page-contact-v6 .sec-body { margin-top: 8px; font-size: 0.85rem; line-height: 1.4; max-width: 50ch; }
.page-contact-v6 .fcontact__info > div { padding-block: 10px; }
.page-contact-v6 .fcontact__info h4 { font-size: 0.68rem; margin-bottom: 4px; }
.page-contact-v6 .fcontact__info p { font-size: 0.82rem; line-height: 1.4; }
.page-contact-v6 .ffield { gap: 4px; margin-bottom: 10px; }
.page-contact-v6 .fform-row { gap: clamp(12px, 1.6vw, 22px); }
.page-contact-v6 .ffield textarea { min-height: 42px; }
.page-contact-v6 .fform__status { margin-top: 8px; }
/* Nudge these three sections' content up from dead-center — increase the
   px value (more negative) to push higher, decrease to push less. */
html.v6-snap #capabilities > .fwrap,
html.v6-snap #impact > .fwrap,
html.v6-snap #industries > .fwrap {
  transform: translateY(-40px);
}

/* Mono microlabel — "[logo] WHAT WE DO" */
.flabel {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink);
}
.flabel::before {
  content: "";
  display: inline-block; width: 13px; height: 13px; flex-shrink: 0;
  background-image: url("../assets/brand/suvatech-symbol-accent-black.svg");
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.flabel--light:not(.flabel--star)::before { background-image: url("../assets/brand/suvatech-symbol-accent-white.svg"); }
.flabel--star::before { content: "⊹"; background-image: none; width: auto; height: auto; color: var(--red); font-weight: 400; font-size: 1rem; }
.flabel--light { color: #fff; }
.flabel--light.flabel--logo-plain-white::before { content: ""; background-image: url("../assets/brand/suvatech-symbol-plain-white.svg"); width: 13px; height: 13px; }
.flabel--light.flabel--logo-accent-white::before { content: ""; background-image: url("../assets/brand/suvatech-symbol-accent-white.svg"); width: 13px; height: 13px; }

.fhairline { border: none; border-top: 1px solid var(--hairline); margin-block: 20px 0; }

/* ---------- Type ---------- */
h1, h2, h3 { font-weight: 500; line-height: 1.02; letter-spacing: -0.025em; color: inherit; }

.fdisplay { font-size: clamp(2.7rem, 6vw, 5.5rem); }
.fdisplay-2 { font-size: clamp(2.3rem, 4.6vw, 4rem); letter-spacing: -0.02em; }
.fstatement {
  font-size: clamp(1.55rem, 2.6vw, 2.6rem);
  line-height: 1.18; letter-spacing: -0.015em; font-weight: 500;
}
.fh3 { font-size: clamp(1.25rem, 1.6vw, 1.6rem); letter-spacing: -0.01em; line-height: 1.15; }

.fbody { color: var(--ink-soft); font-size: 1rem; }
.fbody--sm { font-size: 0.92rem; }
.fmuted { color: var(--ink-faint); }
.fmono { font-family: var(--font-mono); }

/* Bracketed mono step number — "[01]" */
.fstep-num { font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.08em; color: inherit; }

/* Circled number chip — "01" */
.fnum-chip {
  display: inline-grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px dashed currentColor; font-family: var(--font-mono); font-size: 0.8rem;
}

/* ---------- Buttons ---------- */
.fbtn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0.85rem 1.6rem; border: none; cursor: pointer; border-radius: 2px;
  font-size: 0.95rem; font-weight: 500; white-space: nowrap;
  transition: background-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}
.fbtn:active { transform: translateY(1px); }
.fbtn--gray { background: var(--btn-gray); color: var(--ink); }
.fbtn--gray:hover { background: var(--btn-gray-hover); }
.fbtn--dark { background: var(--btn-dark); color: #fff; }
.fbtn--dark:hover { background: var(--btn-dark-hover); }
.fbtn--navy { background: var(--navy); color: #fff; }
.fbtn--navy:hover { background: #0a2f77; }
.fbtn--glass { background: rgba(235, 233, 228, 0.85); color: var(--ink); }
.fbtn--glass:hover { background: #f3f2ef; }

/* Mono text link — "CONTACT SUVATECH" */
.fmono-link {
  font-family: var(--font-mono); font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink);
  transition: color 150ms var(--ease);
}
.fmono-link:hover { color: var(--red); }

/* Arrow link — "→ Title" */
.farrow-link { display: inline-flex; align-items: center; gap: 10px; transition: color 150ms var(--ease); }
.farrow-link:hover { color: var(--navy); }
.farrow-link .arr { color: var(--red); transition: transform 180ms var(--ease); }
.farrow-link:hover .arr { transform: translateX(4px); }

/* ---------- Header ---------- */
.fheader {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--header-h); background: var(--cream);
  border-bottom: 1px solid var(--hairline);
}
.fheader__inner {
  height: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.fheader__brand { justify-self: start; display: inline-flex; align-items: center; }
.fheader__brand img { height: 42px; width: auto; mix-blend-mode: multiply; margin-left: -9px; }

.fburger {
  justify-self: center; width: 56px; height: 40px; background: none; border: none; cursor: pointer;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px;
}
.fburger span {
  width: 30px; height: 2px; background: var(--ink); display: block;
  transition: transform 300ms var(--ease), opacity 200ms var(--ease);
}
.nav-open .fburger span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.nav-open .fburger span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }

.fheader__cta { justify-self: end; }

/* ---------- Overlay nav ---------- */
.fnav {
  position: fixed; inset: 0; z-index: 150; background: var(--cream);
  padding-top: var(--header-h);
  display: flex; flex-direction: column; justify-content: space-between;
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease), visibility 0s 320ms;
}
.nav-open .fnav {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease), visibility 0s;
}
.fnav__list { padding: clamp(32px, 6vh, 64px) var(--gutter) 0; max-width: var(--maxw); margin-inline: auto; width: 100%; }
.fnav__list li { border-bottom: 1px solid var(--hairline); }
.fnav__list a {
  display: flex; align-items: baseline; gap: 18px;
  font-size: clamp(2rem, 5.5vw, 4rem); font-weight: 500; letter-spacing: -0.02em;
  padding-block: clamp(12px, 2.4vh, 24px);
  transition: color 180ms var(--ease), padding-left 220ms var(--ease);
}
.fnav__list a:hover { color: var(--navy); padding-left: 12px; }
.fnav__list .idx { font-family: var(--font-mono); font-size: 0.85rem; color: var(--red); letter-spacing: 0.05em; }
.fnav__foot {
  padding: 24px var(--gutter) 40px; max-width: var(--maxw); margin-inline: auto; width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}

/* ---------- Hero ---------- */
.fhero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: var(--header-h);
  color: #fff; isolation: isolate;
}
html.v6-snap .fhero { scroll-snap-align: start; }
.fhero__bg { position: absolute; inset: 0; z-index: -2; }
.fhero__bg img { width: 100%; height: 100%; object-fit: cover; }
.fhero__slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1100ms var(--ease);
}
.fhero__slide.is-active { opacity: 1; }

/* Carousel controls (hero) */
.fhero__topline-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fcarousel-ctrl { display: flex; align-items: center; gap: 12px; }
.fcarousel-count { font-size: 0.78rem; letter-spacing: 0.12em; color: rgba(255,255,255,0.75); }
.fcarousel-btn {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: rgba(235, 233, 228, 0.16); border: 1px solid rgba(255,255,255,0.28);
  color: #fff; cursor: pointer; border-radius: 2px; font-size: 1.05rem;
  transition: background-color 180ms var(--ease), border-color 180ms var(--ease);
}
.fcarousel-btn:hover { background: rgba(235, 233, 228, 0.32); border-color: rgba(255,255,255,0.5); }
.fhero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(10,10,10,0.25) 0%, rgba(10,10,10,0.35) 55%, rgba(8,8,8,0.72) 100%);
}
.fhero__content { padding-bottom: clamp(40px, 6vh, 72px); }
.fhero__topline { margin-bottom: 18px; }
.fhero__topline .fhairline { border-top-color: rgba(255,255,255,0.35); }
.fhero__grid {
  display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 72px); align-items: end; margin-top: 26px;
  container-type: inline-size;
}
.fhero__title-line { display: block; white-space: nowrap; }
.fhero__note { font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.4; max-width: 34ch; }
.fhero__note .lead-in { color: var(--red); margin-right: 6px; }
.fhero__note .fbtn { margin-top: 22px; }

/* ---------- Split (label | content) ---------- */
.fsplit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.15fr); gap: clamp(28px, 4vw, 72px); align-items: start; }
.fsplit__content > .fstatement { max-width: 24em; }

/* ---------- 3-col service list with hairline dividers ---------- */
.fcols {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(40px, 5vw, 72px);
}
.fcols__item { border-left: 1px solid var(--hairline); padding: 6px clamp(18px, 2vw, 32px) 12px; }
.fcols__item:first-child { border-left: none; padding-left: 0; }
.fcols__chip {
  width: 34px; height: 34px; background: var(--cream-2); display: grid; place-items: center;
  margin-bottom: 22px; color: var(--red); font-size: 1.1rem;
}
.fcols__item h3 { margin-bottom: 12px; }
.fcols__item .fmeta { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-bottom: 14px; }
.fcols__item p { color: var(--ink-soft); font-size: 0.95rem; }
.fcols__item .farrow-link { margin-top: 16px; font-size: 0.95rem; font-weight: 500; }

/* ---------- Navy accent block ---------- */
.faccent {
  background: var(--navy); color: #fff; text-align: center;
  padding-block: clamp(88px, 11vw, 160px);
}
.faccent .flabel { color: #fff; }
.faccent .flabel:not(.flabel--star)::before { background-image: url("../assets/brand/suvatech-symbol-accent-white.svg"); }
.faccent__statement {
  font-size: clamp(1.8rem, 3.6vw, 3.3rem); line-height: 1.16; letter-spacing: -0.02em; font-weight: 500;
  max-width: 21em; margin: 28px auto 40px;
}
.faccent__chip {
  display: inline-block; vertical-align: middle; height: 1.05em; width: 2.1em;
  border-radius: 999px; object-fit: cover; margin-inline: 0.12em; transform: translateY(-0.06em);
}

/* ---------- Full-bleed 3-panel strip ---------- */
.fpanels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fpanel {
  position: relative; min-height: min(88vh, 760px); color: #fff; isolation: isolate;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 2.6vw, 44px);
  display: flex; flex-direction: column; gap: 18px;
}
.fpanel__bg { position: absolute; inset: 0; z-index: -2; }
.fpanel__bg img { width: 100%; height: 100%; object-fit: cover; }
.fpanel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(10, 10, 12, 0.52); }
.fpanel + .fpanel { border-left: 1px solid rgba(255,255,255,0.16); }
.fpanel h3 { font-size: clamp(1.4rem, 1.8vw, 1.85rem); }
.fpanel p { color: rgba(255,255,255,0.82); font-size: 0.98rem; max-width: 36ch; }
.fpanel .fmeta-sm { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: auto; }

/* ---------- Statement over photo + steps ---------- */
.fhow {
  position: relative; color: #fff; isolation: isolate;
  padding-block: clamp(88px, 12vw, 170px);
}
.fhow__bg { position: absolute; inset: 0; z-index: -2; }
.fhow__bg img { width: 100%; height: 100%; object-fit: cover; }
.fhow::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8, 9, 14, 0.66); }
.fhow .fstatement { max-width: 24em; margin-top: 26px; }
.fhow__steps {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: clamp(16px, 2.4vw, 40px); align-items: start;
  margin-top: clamp(64px, 9vw, 130px);
}
.fhow__step .fstep-num { color: rgba(255,255,255,0.65); display: block; margin-bottom: 16px; }
.fhow__step h4 { font-size: 1.1rem; font-weight: 500; margin-bottom: 8px; }
.fhow__step p { color: rgba(255,255,255,0.78); font-size: 0.92rem; max-width: 32ch; }
.fhow__arrow { color: rgba(255,255,255,0.55); font-family: var(--font-mono); padding-top: 42px; font-size: 1.1rem; }

/* ---------- Horizontal industry cards ---------- */
.fcards-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 56px); }
.fcards-head h2 { margin-top: 18px; }
.fcards {
  display: grid; grid-auto-flow: column; grid-auto-columns: clamp(260px, 30vw, 440px);
  gap: clamp(14px, 1.6vw, 24px);
  overflow-x: auto; padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.fcards::-webkit-scrollbar { height: 6px; }
.fcards::-webkit-scrollbar-thumb { background: var(--hairline); border-radius: 3px; }
.fcard { scroll-snap-align: start; }
.fcard__media { aspect-ratio: 4 / 4.6; overflow: hidden; background: var(--cream-2); }
.fcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.fcard:hover .fcard__media img { transform: scale(1.035); }
.fcard__date { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.08em; color: var(--ink-faint); margin-top: 16px; text-transform: uppercase; }
.fcard__title { display: flex; gap: 10px; align-items: baseline; font-size: 1.15rem; font-weight: 500; margin-top: 6px; }
.fcard__title .arr { color: var(--red); }

/* ---------- Numbered editorial list (phases) ---------- */
.fphases { margin-top: clamp(40px, 5vw, 72px); }
.fphase {
  display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(18px, 2.6vw, 48px); padding-block: clamp(24px, 3vw, 40px);
  border-top: 1px solid var(--hairline);
}
.fphase:last-child { border-bottom: 1px solid var(--hairline); }
.fphase__num { font-family: var(--font-mono); font-size: 0.85rem; color: var(--red); letter-spacing: 0.06em; padding-top: 6px; }
.fphase h3 { font-size: clamp(1.3rem, 1.8vw, 1.7rem); }
.fphase h3 span { display: block; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); margin-top: 10px; font-weight: 400; }
.fphase p { color: var(--ink-soft); font-size: 0.98rem; }
.fphase .fout { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.05em; color: var(--navy); display: block; margin-top: 14px; }

/* ---------- CTA ---------- */
.fcta {
  position: relative; color: #fff; text-align: center; isolation: isolate;
  padding-block: clamp(120px, 16vw, 230px);
}
html.v6-snap .fcta .flabel { display: flex; }
html.v6-snap .closing-screen {
  scroll-snap-align: start; scroll-margin-top: var(--header-h);
}
.fcta__bg { position: absolute; inset: 0; z-index: -2; }
.fcta__bg img { width: 100%; height: 100%; object-fit: cover; }
.fcta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8, 9, 13, 0.72); }
.fcta .fdisplay-2 { max-width: 14em; margin: 22px auto 36px; }

/* ---------- Footer ---------- */
.ffooter { background: #0d0d0b; color: #fff; padding-top: clamp(48px, 6vw, 80px); }
.ffooter__rule { border: none; border-top: 1px solid var(--hairline-dark); margin: 0 var(--gutter); max-width: calc(var(--maxw) - 2 * var(--gutter)); margin-inline: auto; }
.ffooter__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px);
  padding-block: clamp(40px, 5vw, 72px);
}
.ffooter__linkgroup {
  display: flex; gap: clamp(32px, 4vw, 64px);
  margin-left: clamp(16px, 3vw, 40px);
  padding-left: clamp(32px, 4vw, 64px);
  border-left: 1px solid var(--hairline-dark);
}
.ffooter__linkgroup .ffooter__col { flex: 1 1 0; }
.ffooter .flabel { color: rgba(255,255,255,0.7); }
.ffooter .flabel--icon-linkedin::before { background-image: url("../assets/brand/favicon-32-white-on-transparent.svg"); }
.flabel--icon-linkedin-jpg::before,
.flabel--light.flabel--icon-linkedin-jpg::before {
  border-radius: 2px; background-size: cover; background-position: center;
  background-image: url("../assets/brand/suvatech-linkedin-logo-21a.jpeg");
}
.flabel--icon-favicon-black::before,
.flabel--light.flabel--icon-favicon-black::before { background-image: url("../assets/brand/favicon-32-black-on-transparent.svg"); }
.flabel--icon-favicon-white::before,
.flabel--light.flabel--icon-favicon-white::before { background-image: url("../assets/brand/favicon-32-white-on-transparent.svg"); }
.ffooter__start { display: flex; align-items: center; gap: 24px; flex-wrap: nowrap; margin-top: 24px; }
.ffooter__start h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); flex: 1 1 auto; min-width: 0; }
.ffooter__start h3 .nowrap { white-space: nowrap; }
.ffooter__start .fbtn { flex-shrink: 0; white-space: nowrap; }
.ffooter__start .divider { width: 1px; height: 42px; background: var(--hairline-dark); }
.ffooter .fhairline { border-top-color: var(--hairline-dark); }
.ffooter__col .fhairline { margin-bottom: 22px; }
.ffooter__col-label--ghost { visibility: hidden; }
.ffooter__col ul { display: flex; flex-direction: column; gap: 12px; }
.ffooter__col a { font-family: var(--font-mono); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.85); transition: color 150ms var(--ease); }
.ffooter__col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.ffooter__bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-block: 28px;
  font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.ffooter__wordmark { height: 34px; width: auto; }
.ffooter__note { display: block; margin-top: 12px; font-family: var(--font-mono); font-size: 0.8rem; color: rgba(255,255,255,0.5); }

/* ---------- Contact page ---------- */
.fcontact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: clamp(40px, 6vw, 100px); align-items: start; }
.fcontact__info > div { padding-block: 22px; border-top: 1px solid var(--hairline); }
.fcontact__info > div:first-child { border-top: none; padding-top: 0; }
.fcontact__info h4 { font-family: var(--font-mono); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 10px; }
.fcontact__info p { color: var(--ink-soft); font-size: 0.95rem; }
.fcontact__info a { color: var(--navy); }
.fcontact__info a:hover { text-decoration: underline; }

.fform-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); }
.ffield { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.ffield label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); }
.ffield label .req { color: var(--red); }
.ffield input, .ffield textarea {
  background: transparent; border: none; border-bottom: 1px solid var(--hairline);
  border-radius: 0; padding: 10px 2px; font-size: 1.05rem; color: var(--ink);
  transition: border-color 180ms var(--ease);
}
.ffield input::placeholder, .ffield textarea::placeholder { color: #b4b2aa; }
.ffield input:focus, .ffield textarea:focus { outline: none; border-bottom-color: var(--ink); }
.ffield textarea { resize: vertical; min-height: 90px; }
.fform__status { font-family: var(--font-mono); font-size: 0.85rem; margin-top: 22px; padding: 14px 16px; display: none; }
.fform__status.is-visible { display: block; }
.fform__status--success { background: rgba(18, 128, 90, 0.1); color: #0d6647; }
.fform__status--error { background: rgba(196, 40, 28, 0.08); color: var(--red); }

/* ---------- Contact modal ---------- */
html.contact-modal-open { overflow: hidden; }
.fmodal {
  position: fixed; inset: 0; z-index: 400; visibility: hidden;
}
html.contact-modal-open .fmodal { visibility: visible; }
.fmodal__backdrop {
  position: absolute; inset: 0; background: rgba(18, 18, 16, 0.45);
  opacity: 0; transition: opacity 280ms var(--ease);
}
html.contact-modal-open .fmodal__backdrop { opacity: 1; }
.fmodal__panel {
  position: absolute; inset: 0; background: var(--cream); overflow-y: auto;
  opacity: 0; transform: translateY(18px);
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}
html.contact-modal-open .fmodal__panel { opacity: 1; transform: translateY(0); }
.fmodal__close {
  position: fixed; top: 26px; left: var(--gutter); z-index: 1;
  width: 40px; height: 40px; display: grid; place-items: center;
  background: none; border: none; cursor: pointer; color: var(--ink); font-size: 1.6rem; line-height: 1;
}
.fmodal__inner { max-width: 760px; margin-inline: auto; padding: clamp(84px, 12vw, 120px) var(--gutter) clamp(60px, 8vw, 100px); }
.fmodal__logo { height: 46px; width: auto; mix-blend-mode: multiply; margin-left: -9px; }
.fmodal__title { margin-top: 20px; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.15; color: var(--ink); max-width: 16em; }
.fmodal .sec-body { margin-top: 16px; }
.fmodal form { margin-top: clamp(28px, 4vw, 44px); }

/* ---------- Page hero (subpages) ---------- */
.fpage-hero { padding-top: calc(var(--header-h) + clamp(48px, 7vw, 100px)); padding-bottom: clamp(40px, 5vw, 72px); }
.fpage-hero .fdisplay-2 { margin-top: 24px; max-width: 14em; }
.fpage-hero .fintro { margin-top: 26px; font-size: clamp(1.05rem, 1.4vw, 1.3rem); color: var(--ink-soft); max-width: 46ch; line-height: 1.5; }
.fpage-hero__meta { display: flex; gap: clamp(20px, 3vw, 48px); flex-wrap: wrap; margin-top: 36px; }
.fpage-hero__meta div { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
.fpage-hero__meta strong { display: block; color: var(--ink); font-weight: 500; margin-top: 4px; }

/* Banner image band */
.fband { height: clamp(260px, 44vw, 560px); overflow: hidden; }
.fband img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Reveal ---------- */
[data-freveal] { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
[data-freveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { [data-freveal] { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .fhero__grid { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .fsplit { grid-template-columns: 1fr; }
  .fcols { grid-template-columns: 1fr; gap: 0; }
  .fcols__item { border-left: none; border-top: 1px solid var(--hairline); padding: 24px 0; }
  .fcols__item:first-child { border-top: none; padding-top: 0; }
  .fpanels { grid-template-columns: 1fr; }
  .fpanel { min-height: 64vh; }
  .fpanel + .fpanel { border-left: none; border-top: 1px solid rgba(255,255,255,0.16); }
  .fhow__steps { grid-template-columns: 1fr; gap: 32px; }
  .fhow__arrow { display: none; }
  .fphase { grid-template-columns: 56px minmax(0, 1fr); }
  .fphase > p, .fphase__body { grid-column: 2; }
  .fcontact { grid-template-columns: 1fr; }
  .ffooter__grid { grid-template-columns: 1fr 1fr; }
  .ffooter__grid > :first-child { grid-column: span 2; }
}

@media (max-width: 767px) {
  :root { --header-h: 64px; }
  .fhero h1 br { display: none; }
  .fheader__brand img { height: 34px; margin-left: -9px; }
  .fheader__cta .fmono-link { font-size: 0.7rem; letter-spacing: 0.08em; }
  .fhero { min-height: 92svh; }
  .fform-row { grid-template-columns: 1fr; gap: 0; }
  .ffooter__grid { grid-template-columns: 1fr; }
  .ffooter__grid > :first-child { grid-column: span 1; }
  .ffooter__linkgroup { margin-left: 0; padding-left: 0; border-left: none; margin-top: 24px; }
  .ffooter__start { flex-wrap: wrap; }
  .fcards { grid-auto-columns: 78vw; }
}

/* ---------- from styles-v3-home.css ---------- */
/* ==========================================================================
   SUVATECH — v3 homepage additions, layered on styles-v2.css
   The System diagram (navy), Outcomes, simplified Industries, compact Approach.
   ========================================================================== */

/* ---------- The System (navy accent section) ---------- */
.oi {
  background: var(--navy); color: #fff;
  padding-block: clamp(76px, 9vw, 130px);
}
.oi .flabel { color: #fff; }
.oi .flabel:not(.flabel--star)::before { background-image: url("../assets/brand/suvatech-symbol-accent-white.svg"); }
.oi__head { max-width: 60ch; }
.oi__head h2 { margin-top: 20px; }
.oi__head .oi__lede { margin-top: 18px; color: rgba(255, 255, 255, 0.78); font-size: clamp(1.02rem, 1.3vw, 1.2rem); line-height: 1.5; max-width: 52ch; }

.oi__domains {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px;
  margin-top: clamp(40px, 5vw, 60px);
}
.oi__domain {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 14px 14px; border-radius: 2px;
}
.oi__domain .idx {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.55); display: block; margin-bottom: 10px;
}
.oi__domain h3 { font-size: 1rem; font-weight: 500; margin-bottom: 8px; }
.oi__domain ul { display: flex; flex-direction: column; gap: 4px; }
.oi__domain li {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.72); display: flex; gap: 7px; align-items: baseline;
}
.oi__domain li::before { content: "▸"; font-size: 0.55rem; color: rgba(255, 255, 255, 0.45); }

.oi__flow { display: block; width: 100%; height: clamp(44px, 6vw, 80px); }
.oi__flow path { fill: none; stroke: rgba(255, 255, 255, 0.3); stroke-width: 1.4; }
.oi__flow .dash {
  stroke: #fff; stroke-dasharray: 4 14; opacity: 0.5;
  animation: oi-flow 2.8s linear infinite;
}
@keyframes oi-flow { to { stroke-dashoffset: -72; } }
@media (prefers-reduced-motion: reduce) { .oi__flow .dash { display: none; } }
.oi__connector { display: none; }

.oi__layer {
  border: 1px solid rgba(255, 255, 255, 0.85); border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center; padding: clamp(24px, 3vw, 40px) 20px;
}
.oi__layer .flabel { justify-content: center; }
.oi__layer h3 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); margin-top: 8px; }
.oi__layer p { color: rgba(255, 255, 255, 0.75); margin-top: 8px; font-size: 0.95rem; }

.oi__loop {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px); margin-top: clamp(28px, 3.5vw, 44px);
}
.oi__step { border-top: 1px solid rgba(255, 255, 255, 0.28); padding-top: 14px; }
.oi__step .num {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: #ff6b5e;
}
.oi__step h4 { font-size: 0.95rem; font-weight: 500; margin-top: 8px; }
.oi__step p { font-size: 0.78rem; color: rgba(255, 255, 255, 0.68); margin-top: 5px; }

.oi__chips {
  margin-top: clamp(30px, 4vw, 48px);
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center;
}
.oi__chips li {
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px;
  padding: 8px 16px; color: rgba(255, 255, 255, 0.85);
}
.oi__chips .lead { border: none; color: rgba(255, 255, 255, 0.55); padding-inline: 2px; }

/* ---------- Operational Impact (cream editorial stat tiles) ---------- */
.imp-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 clamp(24px, 3vw, 48px); margin-top: clamp(36px, 4.4vw, 56px);
}
.imp { border-top: 1px solid var(--hairline); padding: 18px 0 28px; }
.imp__fig {
  font-size: clamp(2rem, 3.1vw, 3rem); font-weight: 500;
  letter-spacing: -0.025em; line-height: 1; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.imp h3 { font-size: 0.98rem; font-weight: 500; margin-top: 12px; }
.imp__desc { font-size: 0.85rem; color: var(--ink-soft); margin-top: 4px; max-width: 30ch; }
.imp-note {
  margin-top: clamp(18px, 2.4vw, 28px);
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-faint);
}

/* ---------- Industries (simple list) ---------- */
.ind-list { margin-top: clamp(32px, 4vw, 52px); }
.ind-row {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) auto;
  gap: clamp(14px, 2.2vw, 40px); align-items: center;
  border-top: 1px solid var(--hairline); padding-block: clamp(16px, 2vw, 24px);
}
.ind-row:last-child { border-bottom: 1px solid var(--hairline); }
.ind-row h3 { font-size: clamp(1.15rem, 1.6vw, 1.45rem); display: flex; align-items: center; gap: 16px; }
.ind-row h3::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex: none; }
.ind-row p { color: var(--ink-soft); font-size: 0.92rem; }
a.ind-row { transition: background-color 180ms var(--ease); }
a.ind-row:hover { background: rgba(6, 33, 88, 0.045); }
a.ind-row:hover .farrow-link .arr { transform: translateX(4px); }

/* ---------- Approach (compact flow strip) ---------- */
.appr {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: clamp(14px, 1.8vw, 32px); align-items: start;
  margin-top: clamp(32px, 4vw, 52px);
}
.appr__step { border-top: 1px solid var(--hairline); padding-top: 14px; }
.appr__step h4 { font-size: 1.05rem; font-weight: 500; margin-bottom: 6px; }
.appr__step p { color: var(--ink-soft); font-size: 0.88rem; max-width: 30ch; }
.appr__arrow {
  font-family: var(--font-mono); font-size: 1.1rem; color: var(--red);
  padding-top: 14px; line-height: 1.4;
}
.appr__closing {
  margin-top: clamp(26px, 3.4vw, 40px);
  font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-faint);
}
.appr__closing b { color: var(--ink); font-weight: 500; }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .oi__domains { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oi__flow { display: none; }
  .oi__connector {
    display: block; text-align: center; color: rgba(255, 255, 255, 0.55);
    font-family: var(--font-mono); font-size: 1.1rem; padding-block: 16px;
  }
  .oi__loop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .imp-grid { grid-template-columns: 1fr 1fr; }
  .ind-row { grid-template-columns: 1fr; gap: 6px; }
  .appr { grid-template-columns: 1fr; gap: 10px; }
  .appr__arrow { transform: rotate(90deg); justify-self: center; padding-top: 0; }
}

@media (max-width: 767px) {
  .oi__domains { grid-template-columns: 1fr; }
  .oi__loop { grid-template-columns: 1fr; }
  .imp-grid { grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .imp__fig { font-size: 1.9rem; }
}

/* ---------- from styles-v4-home.css ---------- */
/* ==========================================================================
   SUVATECH — v4 homepage additions (mission-oriented narrative)
   Layered on styles-v2.css + styles-v3-home.css. New sections only:
   The Reality (pain), The Turn (fix). Everything else reuses existing systems.
   ========================================================================== */

/* ---------- The Reality (pain) ---------- */
.pain {
  background: #0d0d0b; color: #fff;
  min-height: 100svh;
  display: flex; align-items: center;
  padding-block: clamp(32px, 4.5vh, 52px);
}
html.v6-snap .pain { scroll-snap-align: start; scroll-margin-top: var(--header-h); }
.pain > .fwrap { width: 100%; }
.pain .flabel { color: #fff; }

/* Section head — hero-style topline: label row, hairline, full-width statement */
.pain__head-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.pain__count {
  font-size: 0.78rem; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.5);
}
.pain .fhairline { border-top-color: rgba(255, 255, 255, 0.22); margin-block: 16px 0; }
.pain__statement {
  margin-top: clamp(20px, 3vh, 32px);
  /* sized to hold one line at any desktop width */
  font-size: clamp(1.3rem, calc((100vw - 100px) / 30), 2.5rem);
  font-weight: 500; line-height: 1.1; letter-spacing: -0.018em;
  color: #fff; white-space: nowrap;
}

/* Secondary: the evidence — hairline rows whose columns align with the
   fsplit grid above (same proportions as The Unlock / The Arena),
   red phrases remain the only chroma (the scan path) */
.pain__list { margin-top: clamp(28px, 4.5vh, 56px); }
/* Logo red, nudged brighter for the dark ground */
.pain { --logo-red: #e42a1a; }
.pain__item {
  display: grid; grid-template-columns: 200px minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px); align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-block: clamp(16px, 2.6vh, 28px);
}
.pain__item:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.pain__item .when {
  display: block; font-family: var(--font-mono); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.pain__item p {
  /* sized so the longest statement stays on one line at any desktop width */
  font-size: clamp(0.95rem, calc((100vw - 350px) / 54), 1.36rem);
  font-weight: 500;
  line-height: 1.3; letter-spacing: -0.012em; max-width: none;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.85);
}
.pain__item p em { font-style: normal; color: var(--logo-red); }

/* Primary: the diagnosis — biggest, brightest, isolated by whitespace */
.pain__closing {
  margin-top: clamp(36px, 6vh, 72px); width: 100%;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center;
  gap: clamp(24px, 4vw, 48px);
}
.pain__closing .fstatement {
  max-width: none;
  /* matches .sec-statement, for consistent statement-line sizing across sections */
  font-size: clamp(1.35rem, calc((100vw - 100px) / 34), 2.5rem);
  font-weight: 500; letter-spacing: -0.018em;
  line-height: 1.15; color: #fff; text-wrap: balance;
}
/* The pivot: the answer beat — clearly readable, subordinate only to the diagnosis */
.pain__closing .sub {
  margin-top: 14px; color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 500;
}
.pain__closing-cta { justify-self: start; }

/* ---------- The Turn (fix, on navy .oi ground) ---------- */
.oi { padding-block: clamp(56px, 7vw, 96px); }
.fix-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px); margin-top: clamp(26px, 3.4vw, 44px);
}
.fix { border-top: 1px solid rgba(255, 255, 255, 0.28); padding-top: 16px; }
.fix .k {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: #ff6b5e;
}
.fix h3 { font-size: clamp(1.2rem, 1.7vw, 1.5rem); margin-top: 10px; }
.fix p { font-size: 0.94rem; color: rgba(255, 255, 255, 0.72); margin-top: 8px; max-width: 36ch; }
.fix p.kick { font-size: 1rem; font-weight: 500; color: #fff; margin-top: 10px; }
.fix p.res { font-size: 0.92rem; font-weight: 500; color: #fff; margin-top: 12px; }

/* Secondary paragraph under an fstatement (cream sections) */
.sec-body {
  margin-top: 18px; font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.55; color: var(--ink-soft); max-width: 58ch;
}
.sec-body b { color: var(--ink); font-weight: 500; }
/* Sentence held to a single line on the desktop split layout; the sentence
   measures ~57.5em in Space Grotesk, the content column ~61vw (capped ~884px),
   so the size tracks the viewport to always fit. Wraps normally on mobile. */
@media (min-width: 1024px) {
  .sec-body .oneline { white-space: nowrap; font-size: min(1.02vw, 0.92rem); }
  .sec-body:has(.oneline) { max-width: none; }
}

/* Cream-ground topline head — mirrors The Reality's header interface */
.sec-head .sec-body { max-width: none; }
/* Mission statement uses The Turn's exact type; the longer sentence
   wraps instead of shrinking to fit one line. */
#mission .sec-statement { white-space: normal; text-wrap: balance; }
#mission .sec-statement__line { white-space: nowrap; }

/* The Mission — context anchor in three beats: fragmentation (system
   names typeset as isolated tokens inside the sentence), the stakes,
   then the answer at statement scale with the hero's red lead-in. */
.mission__body { margin-top: clamp(26px, 3.4vw, 44px); }
.mission__line {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.8;
  color: var(--ink-soft); max-width: none;
}
.mission__line + .mission__line { margin-top: 16px; }
.mission__line b { color: var(--ink); font-weight: 500; }
.mission__line .sys { color: var(--ink); font-weight: 500; }
.mission__closing {
  margin-top: clamp(36px, 5vw, 64px);
  /* matches .sec-statement, for consistent statement-line sizing across sections */
  font-size: clamp(1.35rem, calc((100vw - 100px) / 34), 2.5rem);
  line-height: 1.15; letter-spacing: -0.018em; font-weight: 500;
  color: var(--ink); text-wrap: balance;
}
.mission__closing b { font-weight: 600; }
.mission__closing .lead-in { color: var(--red); margin-right: 12px; }
.sec-head-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sec-count { font-size: 0.78rem; letter-spacing: 0.12em; color: var(--ink-faint); }
.sec-head .fhairline { margin-block: 16px 0; }
.sec-statement {
  margin-top: clamp(20px, 3vh, 32px);
  /* sized to hold one line at any desktop width */
  font-size: clamp(1.35rem, calc((100vw - 100px) / 34), 2.5rem);
  font-weight: 500; line-height: 1.1; letter-spacing: -0.018em;
  color: var(--ink); white-space: nowrap;
}

/* Bridge link out of The Turn */
.oi__next {
  margin-top: clamp(26px, 3.4vw, 44px);
  color: #fff; font-size: 0.98rem;
}
.oi__next .arr { color: #ff6b5e; }
.oi__next:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }

/* CTA subline + actions (compact vertical rhythm) */
.fcta { padding-block: clamp(64px, 8vw, 112px); }
.fcta .fdisplay-2 { margin-top: 14px; margin-bottom: 18px; }
.fcta__sub {
  margin: 0 auto 26px; max-width: 44ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.5;
}
.fcta__actions {
  display: flex; align-items: center; justify-content: center;
  gap: 12px 22px; flex-wrap: wrap;
}
.fcta__alt {
  font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.7);
}
.fcta__alt a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.fcta__alt a:hover { color: rgba(255, 255, 255, 0.85); }
.fcta__note {
  margin: 18px auto 0; max-width: 52ch;
  font-size: 0.88rem; color: rgba(255, 255, 255, 0.6);
}

/* Path step internals (kicker + body + result) */
.appr__step .kick { font-size: 0.95rem; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.appr__step .res { margin-top: 8px; font-size: 0.85rem; font-weight: 500; color: var(--ink); max-width: 30ch; }

/* Header: burger grouped on the right, beside the CTA (same pattern
   as the v7 page) instead of centered */
.fheader__inner { grid-template-columns: 1fr auto auto; column-gap: clamp(14px, 2vw, 26px); }
.fheader__cta { grid-column: 2; grid-row: 1; }
.fburger {
  grid-column: 3; grid-row: 1; width: 40px; justify-self: end;
  /* drop the icon onto the CTA text's optical center line — the text
     baseline sits ~1px below the row's geometric center */
  transform: translateY(1px);
}

/* ---------- Capability rows (same system as the v7 page) ---------- */
.v7caps { margin-top: clamp(32px, 4vw, 52px); }
.v7cap-row {
  display: grid; grid-template-columns: 64px minmax(0, 2fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 56px); align-items: start;
  border-top: 1px solid var(--hairline); padding-block: clamp(22px, 3vw, 36px);
}
.v7cap-row:last-child { border-bottom: 1px solid var(--hairline); }
.v7cap-row__num { font-size: 0.75rem; letter-spacing: 0.12em; color: var(--red); padding-top: 6px; }
.v7cap-row__main h3 { font-size: clamp(1.2rem, 1.8vw, 1.6rem); letter-spacing: -0.01em; }
.v7cap-row__main p {
  margin-top: 8px; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; max-width: 56ch;
}
.v7cap-row__res {
  font-size: 0.95rem; font-weight: 500; color: var(--ink); padding-top: 6px; max-width: 30ch;
}
.v7caps__note {
  margin-top: 26px; font-size: 0.7rem; letter-spacing: 0.16em; color: var(--ink-faint);
}

/* Compact footer */
.ffooter { padding-top: clamp(16px, 2vw, 28px); }
.ffooter__grid { padding-top: clamp(12px, 1.6vw, 24px); padding-bottom: clamp(26px, 3.2vw, 44px); gap: clamp(24px, 3vw, 48px); }
.ffooter__start { margin-top: 16px; }
.ffooter__col h4 { margin-bottom: 14px; }
.ffooter__bottom { padding-block: 16px; }

/* Footer contact line */
.ffooter__contactline {
  margin-top: 16px; font-size: 0.92rem; line-height: 1.7;
  color: rgba(255, 255, 255, 0.62); max-width: 44ch;
}
.ffooter__contactline a {
  font-family: var(--font-mono); font-size: 0.85rem; letter-spacing: 0.04em;
  color: #fff; text-decoration: underline; text-underline-offset: 4px;
}
.ffooter__contactline a:hover { color: rgba(255, 255, 255, 0.85); }

/* Hero: longer headline gets more of the row (note column narrows).
   Desktop only — below 1024px the base stylesheet stacks the grid to
   one column, and this later-loaded rule must not override that. */
@media (min-width: 1024px) {
  .fhero__grid { grid-template-columns: minmax(0, 2.6fr) minmax(0, 1fr); }
  /* CTA sits flush with the layout's right edge, in line with the
     carousel controls above */
  .fhero__note { justify-self: end; }
  /* Headline holds exactly two lines (break set by the <br> in the
     markup); sized so the longer line always fits the 2.6fr column */
  .fhero .fdisplay { font-size: min(3.8vw, 3.35rem); }
  /* v6 headline: sized via container query units against .fhero__grid's
     own inline size so each line always fits the 2.6fr column,
     regardless of viewport — tuned for this page's specific copy. */
  .fhero--v6 .fdisplay { font-size: 3.5cqi; }
}

/* Header hairline fades away while at the very top of hero pages,
   so the bar and the hero's white fade read as one surface. */
.fheader--fade { transition: border-color 200ms var(--ease); }
.fheader--fade:not(.is-scrolled) { border-bottom-color: transparent; }

/* ---------- Hero: white fade at the top of the welcome view ----------
   Mirrors suvatech.fr's hero images, which fade to white under the
   header. Solid cream at the very top (seamless with the header bar),
   dissolving into the photo ~40% down; the base bottom-weighted scrim
   still anchors the headline. Applies to every carousel slide. */
.fhero__scrim {
  background:
    linear-gradient(to bottom, #f3f2ef 0%, #f3f2ef 8%, rgba(243, 242, 239, 0.55) 24%, rgba(243, 242, 239, 0) 46%),
    linear-gradient(to bottom, rgba(10, 10, 10, 0) 55%, rgba(10, 10, 10, 0.35) 64%, rgba(8, 8, 8, 0.72) 100%);
}

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  /* Below the two-column hero the headline wraps naturally */
  .fhero h1 br { display: none; }
  /* v6 headline: below the two-column hero, size each headline line via
     container query units against .fhero__grid so it still holds one
     line (mirrors the >=1024px rule, scaled for the single-column
     layout) — tuned for this page's specific copy. */
  .fhero--v6 .fdisplay { font-size: min(5.062cqi, 3.5rem); }
  .pain__item { grid-template-columns: 1fr; gap: 8px; align-items: start; }
  .pain__item p { white-space: normal; font-size: clamp(1.05rem, 2.4vw, 1.3rem); }
  .pain__statement { white-space: normal; font-size: clamp(1.35rem, 3.6vw, 1.9rem); }
  .sec-statement { white-space: normal; font-size: clamp(1.3rem, 3.4vw, 1.8rem); }
  .mission__closing, .pain__closing .fstatement { font-size: clamp(1.3rem, 3.4vw, 1.8rem); }
  #mission .sec-statement__line { white-space: normal; }
  .v7cap-row { grid-template-columns: 40px minmax(0, 1fr); }
  .v7cap-row__res { grid-column: 2; padding-top: 0; }
}

@media (max-width: 767px) {
  .pain__closing { grid-template-columns: 1fr; }
  .pain__closing-cta { justify-self: start; margin-top: 4px; }
  .fix-grid { grid-template-columns: 1fr; }
  #mission .sec-count { display: none; }
  /* Capabilities on phones: keep the claim and the outcome, drop the explainer */
  #capabilities .sec-count { display: none; }
  .v7cap-row { grid-template-columns: 32px minmax(0, 1fr); gap: 4px 12px; padding-block: 16px; }
  .v7cap-row__num { padding-top: 3px; }
  .v7cap-row__main h3 { font-size: 1.1rem; }
  .v7cap-row__main p { display: none; }
  .v7cap-row__res { font-size: 0.9rem; max-width: none; }
}

/* ---------- from styles-v7-home.css ---------- */
/* ==========================================================================
   SUVATECH — v7 homepage (enterprise narrative)
   Layered on styles-v2/v3/v4. New: dark system-diagram hero, approach
   chain, capability rows, use-case flows, final CTA. Reuses pain, sec-head,
   ind-list, imp-grid, fix-grid, ffooter systems.
   ========================================================================== */

/* ---------- Accessibility ---------- */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--red); outline-offset: 3px; border-radius: 2px;
}

/* ---------- Header: burger grouped on the right, beside the CTA ----------
   (this stylesheet loads only on the v7 page, so other pages keep the
   centered burger) */
.fheader__inner { grid-template-columns: 1fr auto auto; column-gap: clamp(14px, 2vw, 26px); }
.fheader__cta { grid-column: 2; grid-row: 1; }
.fburger { grid-column: 3; grid-row: 1; width: 40px; justify-self: end; }

/* ---------- Hero: dark ground, copy left, system diagram right ---------- */
.v7hero {
  background:
    radial-gradient(1100px 500px at 78% 42%, rgba(109, 158, 255, 0.09), transparent 65%),
    #0e131b;
  color: #fff;
  padding-top: calc(var(--header-h) + clamp(48px, 8vh, 110px));
  padding-bottom: clamp(56px, 9vh, 120px);
  min-height: 92svh;
  display: flex; align-items: center;
}
.v7hero__grid {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 88px); align-items: center;
}
.v7hero__copy { min-width: 0; }
.v7hero__eyebrow {
  font-size: 0.72rem; letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}
.v7hero__eyebrow::before { content: "✳ "; color: var(--red); }
.v7hero__h1 {
  margin-top: 18px;
  font-size: clamp(2.3rem, 4.6vw, 4.2rem);
  line-height: 1.04; letter-spacing: -0.025em; font-weight: 500;
}
.v7hero__sub {
  margin-top: 22px; max-width: 56ch;
  font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.v7hero__actions {
  margin-top: 34px;
  display: flex; align-items: center; gap: 14px 28px; flex-wrap: wrap;
}

/* Primary button — solid, high contrast on any ground */
.v7btn {
  display: inline-block; padding: 14px 26px;
  background: #fff; color: #0e131b;
  font-family: var(--font-mono); font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: background-color 160ms var(--ease), color 160ms var(--ease), transform 160ms var(--ease);
}
.v7btn:hover { background: var(--red); color: #fff; transform: translateY(-1px); }

.v7link {
  font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.75);
  text-decoration: underline; text-underline-offset: 5px;
  transition: color 150ms var(--ease);
}
.v7link:hover { color: #fff; }

/* ---------- Hero visual: operations console ---------- */
.v7hero__vis { margin: 0; min-width: 0; }
.v7hero__vis svg { width: 100%; height: auto; display: block; }
.v7bracket path { fill: none; stroke: rgba(255, 255, 255, 0.22); stroke-width: 1; }
.v7meta {
  font-family: var(--font-mono); font-size: 7.5px; letter-spacing: 0.2em;
  fill: rgba(255, 255, 255, 0.35);
}
.v7t6 { font-family: var(--font-mono); font-size: 6.5px; letter-spacing: 0.1em; fill: rgba(255, 255, 255, 0.55); }
.v7t7 { font-family: var(--font-mono); font-size: 7.5px; letter-spacing: 0.12em; fill: rgba(255, 255, 255, 0.65); }
.v7t8 { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.16em; fill: rgba(255, 255, 255, 0.85); }
.v7dim { fill: rgba(255, 255, 255, 0.4); }
.v7acc { fill: #6d9eff; }
.v7alert { fill: #ff5a4e; }
.v7panel rect { fill: url(#v7bandg); stroke: rgba(255, 255, 255, 0.15); }
.v7sparkline { fill: none; stroke: rgba(109, 158, 255, 0.8); stroke-width: 1.3; }
.v7chip rect { fill: rgba(255, 255, 255, 0.03); stroke: rgba(255, 255, 255, 0.24); }
.v7chip text { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.18em; fill: rgba(255, 255, 255, 0.78); }
.v7ctxbox { fill: none; stroke: rgba(255, 255, 255, 0.22); stroke-width: 1; stroke-dasharray: 3 4; }
.v7ctxcap { font-family: var(--font-mono); font-size: 7px; letter-spacing: 0.2em; fill: rgba(255, 255, 255, 0.45); }
.v7ctxmask { fill: #0e131b; }
.v7ctxchip rect { fill: rgba(255, 255, 255, 0.025); stroke: rgba(255, 255, 255, 0.16); }
.v7ctxchip text { font-family: var(--font-mono); font-size: 6.3px; letter-spacing: 0.05em; fill: rgba(255, 255, 255, 0.6); }
.v7ctxchip .v7acc { fill: #6d9eff; }
.v7feed path { stroke: rgba(109, 158, 255, 0.6); stroke-width: 1; stroke-dasharray: 2 3; }

/* Layer stack: numbered tab + row of icon items, ×5 */
.v7ltab--red rect { fill: var(--red); }
.v7ltab--red text { fill: #fff; }
.v7ltab--dark rect { fill: rgba(255, 255, 255, 0.045); stroke: rgba(255, 255, 255, 0.16); }
.v7ltab--dark text { fill: rgba(255, 255, 255, 0.92); }
.v7lnum { font-family: var(--font-sans, 'Space Grotesk'); font-size: 17px; font-weight: 600; }
.v7ltitle { font-family: var(--font-mono); font-size: 6.6px; letter-spacing: 0.08em; }
.v7lrow rect { fill: url(#v7bandg); stroke: rgba(255, 255, 255, 0.14); }
.v7licon { fill: none; stroke: rgba(255, 255, 255, 0.82); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.v7llabel { font-family: var(--font-mono); font-size: 6.1px; letter-spacing: 0.02em; fill: rgba(255, 255, 255, 0.68); }
.v7louts rect { fill: url(#v7coreg); stroke: rgba(109, 158, 255, 0.4); }
.v7loutlabel { font-family: var(--font-mono); font-size: 6.6px; letter-spacing: 0.04em; fill: rgba(255, 255, 255, 0.85); }
@media (prefers-reduced-motion: no-preference) {
  .v7pulse { animation: v7pulse 2.2s ease-in-out infinite; }
  .v7feed path { animation: v7dash 2.4s linear infinite; }
}
@keyframes v7pulse { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
@keyframes v7dash { to { stroke-dashoffset: -20; } }

.v7spine { fill: none; stroke: rgba(109, 158, 255, 0.3); stroke-width: 1; stroke-dasharray: 2 6; }
.v7panel--core rect { fill: url(#v7coreg); stroke: rgba(109, 158, 255, 0.55); }
.v7coretitle {
  font-family: var(--font-sans, 'Space Grotesk'); font-size: 20px; font-weight: 500;
  letter-spacing: 0.05em; fill: #fff;
}
.v7capline {
  font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.18em;
  fill: rgba(255, 255, 255, 0.6);
}
.v7capline--q { fill: rgba(255, 255, 255, 0.75); }
.v7in path {
  fill: none; stroke: rgba(109, 158, 255, 0.5); stroke-width: 1.2;
  stroke-dasharray: 3 6;
}
@media (prefers-reduced-motion: no-preference) {
  .v7in path { animation: v7dash 2.6s linear infinite; }
}
.v7chev circle { fill: #10151d; stroke: rgba(228, 42, 26, 0.6); }
.v7chev path { fill: none; stroke: rgba(255, 255, 255, 0.9); stroke-width: 1.3; }
.v7outdiv line { stroke: rgba(255, 255, 255, 0.12); }
.v7fb path { fill: none; stroke: rgba(228, 42, 26, 0.5); stroke-width: 1.1; stroke-dasharray: 3 7; }
.v7fbnote {
  font-family: var(--font-mono); font-size: 7px; letter-spacing: 0.16em;
  fill: rgba(228, 42, 26, 0.7);
}
@media (prefers-reduced-motion: no-preference) {
  .v7fb path { animation: v7dashback 3.2s linear infinite; }
  .v7spine { animation: v7dash 3s linear infinite; }
}
@keyframes v7dashback { to { stroke-dashoffset: 20; } }

/* ---------- Problem section: thesis wraps (longer than the v6 line) ---------- */
.v7problem { border-top: 1px solid rgba(255, 255, 255, 0.08); }
.v7problem .pain__statement {
  white-space: normal; text-wrap: balance;
  font-size: clamp(1.35rem, 2.9vw, 2.4rem);
}

/* ---------- Approach chain ---------- */
.v7chain {
  list-style: none; padding: 0; margin: clamp(36px, 4.5vw, 60px) 0 0;
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 28px);
}
.v7chain__step { border-top: 1px solid var(--ink); padding-top: 14px; position: relative; }
.v7chain__num { font-size: 0.68rem; letter-spacing: 0.14em; color: var(--red); }
.v7chain__step h3 {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem); margin-top: 8px; letter-spacing: -0.01em;
}
.v7chain__step p {
  margin-top: 8px; font-size: 0.86rem; line-height: 1.5; color: var(--ink-soft);
  max-width: 24ch;
}

/* ---------- Capability rows ---------- */
.v7caps { margin-top: clamp(32px, 4vw, 52px); }
.v7cap-row {
  display: grid; grid-template-columns: 64px minmax(0, 2fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 56px); align-items: start;
  border-top: 1px solid var(--hairline); padding-block: clamp(22px, 3vw, 36px);
}
.v7cap-row:last-child { border-bottom: 1px solid var(--hairline); }
.v7cap-row__num { font-size: 0.75rem; letter-spacing: 0.12em; color: var(--red); padding-top: 6px; }
.v7cap-row__main h3 { font-size: clamp(1.2rem, 1.8vw, 1.6rem); letter-spacing: -0.01em; }
.v7cap-row__main p {
  margin-top: 8px; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; max-width: 56ch;
}
.v7cap-row__res {
  font-size: 0.95rem; font-weight: 500; color: var(--ink); padding-top: 6px;
}
@media (min-width: 1024px) {
  .v7cap-row__res { white-space: nowrap; font-size: clamp(0.78rem, 0.5vw + 0.5rem, 0.95rem); }
}
.v7caps__note {
  margin-top: 26px; font-size: 0.7rem; letter-spacing: 0.16em; color: var(--ink-faint);
}

/* ---------- Use cases (dark) ---------- */
.v7cases {
  background: #0d0d0b; color: #fff;
  padding-block: clamp(72px, 9vw, 130px);
}
.v7cases .flabel { color: #fff; }
.v7cases .fhairline { border-top-color: rgba(255, 255, 255, 0.22); margin-block: 16px 0; }
.v7cases__count { font-size: 0.72rem; letter-spacing: 0.14em; color: rgba(255, 255, 255, 0.45); }
.v7cases__statement {
  margin-top: clamp(20px, 3vh, 32px);
  font-size: clamp(1.35rem, 2.6vw, 2.2rem); font-weight: 500;
  line-height: 1.12; letter-spacing: -0.015em; text-wrap: balance;
}
.v7case { margin-top: clamp(40px, 5vw, 64px); }
.v7case__q {
  font-size: clamp(1.15rem, 1.9vw, 1.6rem); font-weight: 500; letter-spacing: -0.01em;
}
.v7case__q .fmono {
  font-size: 0.72rem; letter-spacing: 0.14em; color: var(--red, #e42a1a);
  margin-right: 14px; vertical-align: middle;
}
.v7case__flow {
  margin-top: 18px;
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: clamp(16px, 2.4vw, 40px); align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 18px;
}
.v7case__flow h4 {
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.45); margin-bottom: 8px;
}
.v7case__flow p { font-size: 0.9rem; line-height: 1.55; color: rgba(255, 255, 255, 0.8); max-width: 34ch; }
.v7case__arr { font-family: var(--font-mono); color: #ff6b5e; padding-top: 22px; }

/* ---------- Why Suvatech (navy .oi ground) ---------- */
.v7why__count { font-size: 0.72rem; letter-spacing: 0.14em; color: rgba(255, 255, 255, 0.5); }
.v7why__rule { border-top-color: rgba(255, 255, 255, 0.28); }
#why .sec-head .fhairline { margin-block: 16px 0; }
.v7why__statement {
  margin-top: clamp(20px, 3vh, 32px);
  color: #fff; font-size: clamp(1.35rem, 2.6vw, 2.2rem); font-weight: 500;
  line-height: 1.12; letter-spacing: -0.015em; text-wrap: balance;
}

/* ---------- Final CTA (dark, technical grid ground — no photo) ---------- */
.v7cta {
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(109, 158, 255, 0.08), transparent 65%),
    repeating-linear-gradient(to right, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
    #0e131b;
  color: #fff; text-align: center;
  padding-block: clamp(72px, 10vw, 140px);
}
.v7cta__h {
  margin: 20px auto 16px; max-width: 16em;
  font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500;
  letter-spacing: -0.02em; line-height: 1.06; text-wrap: balance;
}
.v7cta__sub {
  margin: 0 auto 30px; max-width: 62ch;
  font-size: clamp(0.98rem, 1.25vw, 1.15rem); line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
.v7cta__actions {
  display: flex; align-items: center; justify-content: center;
  gap: 14px 24px; flex-wrap: wrap;
}
.v7cta__alt { font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.65); }
.v7cta__alt a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.v7cta__alt a:hover { color: rgba(255, 255, 255, 0.85); }
.v7cta__note { margin: 24px auto 0; max-width: 58ch; font-size: 0.85rem; color: rgba(255, 255, 255, 0.55); }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .v7hero { min-height: 0; }
  .v7hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .v7hero__vis { max-width: 560px; }
  .v7chain { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .v7chain__step p { max-width: none; }
  .v7cap-row { grid-template-columns: 40px minmax(0, 1fr); }
  .v7cap-row__res { grid-column: 2; padding-top: 0; }
  .v7case__flow { grid-template-columns: 1fr; gap: 16px; }
  .v7case__arr { display: none; }
  .v7case__flow p { max-width: 60ch; }
}

/* ---------- Mobile: tighter copy, less scroll ----------
   Phones get the short read: headlines and outcome lines stay, explainer
   paragraphs collapse. Phrases wrapped in .m-hide in the markup disappear;
   .m-only spans provide the short substitute wording. */
.m-only { display: none; }

@media (max-width: 767px) {
  .m-hide { display: none !important; }
  .m-only { display: inline; }

  /* Let forced line breaks wrap naturally on a narrow column */
  .v7hero__h1 br, .sec-body br, .v7cta__sub br, .ffooter__contactline br { display: none; }

  /* Tighter section rhythm across the page */
  .fsection { padding-block: 56px; }
  .fsection--tight { padding-block: 44px; }

  /* Hero: copy first — the console diagram's micro-labels aren't
     legible at phone scale, so the diagram sits out */
  .v7hero { padding-top: calc(var(--header-h) + 40px); padding-bottom: 52px; }
  .v7hero__grid { gap: 0; }
  .v7hero__vis { display: none; }
  .v7hero__h1 { font-size: clamp(2rem, 8.5vw, 2.6rem); margin-top: 14px; }
  .v7hero__sub { margin-top: 16px; }
  .v7hero__actions { margin-top: 26px; }

  /* Narrow head rows drop their meta counters */
  #approach .sec-count, #capabilities .sec-count, #industries .sec-count,
  #impact .sec-count, .v7cases__count, .v7why__count { display: none; }

  /* Approach chain: the six numbered labels tell the story on their own */
  .v7chain { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
  .v7chain__step { padding-top: 10px; }
  .v7chain__step h3 { font-size: 1rem; margin-top: 4px; }
  .v7chain__step p { display: none; }

  /* Capabilities: keep the claim and the outcome, drop the explainer */
  .v7cap-row { grid-template-columns: 32px minmax(0, 1fr); gap: 4px 12px; padding-block: 16px; }
  .v7cap-row__num { padding-top: 3px; }
  .v7cap-row__main h3 { font-size: 1.1rem; }
  .v7cap-row__main p { display: none; }
  .v7cap-row__res { font-size: 0.9rem; max-width: none; }

  /* Use cases: the question already states the problem — show what
     Suvatech does and the result */
  .v7case { margin-top: 34px; }
  .v7case__flow { gap: 14px; padding-top: 14px; margin-top: 14px; }
  .v7case__flow > div:first-child { display: none; }
  .v7cases { padding-block: 56px; }

  /* Industries: the names carry it */
  .ind-row { padding-block: 13px; }
  .ind-row h3 { font-size: 1.05rem; }
  #industries .ind-row p { display: none; }

  /* Impact tiles: figure + label, no caption */
  .imp { padding: 14px 0 18px; }
  .imp__desc { display: none; }

  /* Final CTA */
  .v7cta { padding-block: 60px; }
  .v7cta__h { max-width: 12em; }
  .v7cta__sub { margin-bottom: 24px; }
}
