/*
 * Xv2 refinement — one rounded editorial system for Singapore SME leaders.
 * This layer deliberately contains no chart grids, canvas diagrams or
 * internal guide labels. The page copy is the legend.
 */

:root {
  --accent: #55dc4d;
  --accent-soft: #eaffd8;
  --paper: #f4f7fb;
  --white: #fff;
  --ink: #0b1528;
  --muted: #697386;
  --line: #dce3ed;
  --blue-pale: #eaf2ff;
  --xv2-navy: #012152;
  --xv2-navy-deep: #001735;
  --xv2-blue: #0748a6;
  --xv2-blue-bright: #1769e8;
  --xv2-green: #19c96a;
  --xv2-lime: #c9ff3f;
  --xv2-pale: #f4f7fb;
  --xv2-pale-blue: #eaf2ff;
  --xv2-white: #fff;
  --xv2-ink: #0b1528;
  --xv2-muted: #697386;
  --xv2-line: #dce3ed;
  --xv2-radius: clamp(22px, 2vw, 32px);
  --xv2-radius-sm: clamp(16px, 1.35vw, 22px);
  --xv2-shadow: 0 22px 54px rgba(1, 33, 82, .09);
  --xv2-gradient: linear-gradient(135deg, var(--xv2-green) 0%, var(--xv2-lime) 100%);
  --xv2-serif: "The Daily Midtones", Georgia, "Times New Roman", serif;
  --xv2-sans: "Manrope", Arial, sans-serif;
}

html { scroll-padding-top: 24px; }

body.xv2 {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--xv2-ink);
  font-family: var(--xv2-sans);
}

body.xv2.baseline-editorial {
  --be-deep: var(--xv2-navy);
  --be-deep-2: var(--xv2-navy-deep);
  --be-blue: var(--xv2-blue);
  --be-surface: var(--xv2-pale);
  --be-card: #fff;
  --be-ink: var(--xv2-ink);
  --be-muted: var(--xv2-muted);
  --be-line: var(--xv2-line);
  --be-radius: var(--xv2-radius);
  --be-radius-inner: var(--xv2-radius-sm);
  --be-radius-sm: var(--xv2-radius-sm);
  --radius: var(--xv2-radius-sm);
  --radius-media: var(--xv2-radius-sm);
  background: #fff;
}

.xv2 *, .xv2 *::before, .xv2 *::after { box-sizing: border-box; }
.xv2 img { max-width: 100%; }
.xv2 a { text-underline-offset: .2em; }
.xv2 :focus-visible { outline: 3px solid var(--xv2-green); outline-offset: 4px; }
.xv2 .shell { width: min(100% - 40px, 1560px); margin-inline: auto; }
.xv2 .band-paper, .xv2 .band-pale { background: var(--xv2-pale) !important; }
.xv2 .band-white { background: #fff !important; }
.xv2 .band-blue { background: var(--xv2-blue) !important; }
.xv2 .band-ink { background: var(--xv2-navy) !important; }

.xv2 .t-impact,
.xv2 .t-section,
.xv2 .t-sub,
.xv2 .t-card,
.xv2 h1,
.xv2 h2,
.xv2 h3 { text-wrap: balance; }

.xv2 p, .xv2 li { line-height: 1.65; }
.xv2 .eyebrow, .xv2 .label, .xv2 .tag { font-family: var(--xv2-sans); }

/* ---------------------------------------------------------------- header */
body.xv2.baseline-editorial .site-header {
  position: absolute !important;
  inset: var(--be-inset) var(--be-inset) auto !important;
  width: auto !important;
  min-height: 68px;
  z-index: 1000;
  color: #fff;
  background: transparent !important;
  border: 0 !important;
}

body.xv2.baseline-editorial .site-header .nav-inner {
  width: 100%;
  max-width: none;
  min-height: 68px;
  padding-inline: clamp(16px, 2.5vw, 42px);
}

body.xv2.baseline-editorial .site-header .brand {
  color: #fff !important;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.xv2.baseline-editorial .site-header .brand-mark {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--xv2-gradient) !important;
  box-shadow: 0 0 0 5px rgba(113, 232, 80, .14) !important;
}

body.xv2.baseline-editorial .site-header .brand-mark::after { display: none; }
body.xv2.baseline-editorial .site-header .nav-links { display: none !important; }

body.xv2.baseline-editorial .site-header .menu-button {
  display: grid !important;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: #fff !important;
  background: rgba(0, 19, 48, .2);
  backdrop-filter: blur(14px);
}

body.xv2.baseline-editorial .site-header .menu-button:hover { background: rgba(255, 255, 255, .16); }
body.xv2.baseline-editorial .site-header .menu-button i {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  -webkit-mask: none;
  mask: none;
}
body.xv2.baseline-editorial .site-header .menu-button i::before,
body.xv2.baseline-editorial .site-header .menu-button i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
}
body.xv2.baseline-editorial .site-header .menu-button i::before { top: -6px; }
body.xv2.baseline-editorial .site-header .menu-button i::after { top: 6px; }

.xv2 .baseline-menu { background: rgba(0, 13, 32, .55); }
.xv2 .baseline-menu__panel {
  border: 1px solid rgba(255, 255, 255, .12);
  background: var(--xv2-navy-deep);
  box-shadow: 0 34px 90px rgba(0, 11, 29, .38);
}
.xv2 .baseline-menu__link:hover { color: var(--xv2-lime); }
.xv2 .baseline-menu__pill {
  background: var(--xv2-gradient);
  color: var(--xv2-navy-deep);
}
.xv2 .baseline-menu__pill i { background: var(--xv2-navy-deep); }

/* --------------------------------------------------------------- canvas */
body.xv2.baseline-editorial .home-v28 {
  width: 100%;
  padding: var(--be-inset);
  background: #fff;
}

body.xv2.baseline-editorial .home-v28 > section,
body.xv2.baseline-editorial main:not(.home-v28) > section,
body.xv2.baseline-editorial article[data-article] > .article-hero,
body.xv2.baseline-editorial article[data-article] > .article-hero-media,
body.xv2.baseline-editorial article[data-article] > .band-white,
body.xv2.baseline-editorial article[data-article] > .band-paper,
body.xv2.baseline-editorial article[data-article] > .band-blue,
body.xv2.baseline-editorial article[data-article] > .band-ink {
  border-radius: var(--xv2-radius) !important;
}

body.xv2.baseline-editorial .site-footer {
  margin: 0 var(--be-inset) var(--be-inset);
  border-radius: var(--xv2-radius) !important;
  overflow: hidden;
}

/* --------------------------------------------------------------- controls */
.xv2 .button,
.xv2 a.button,
.xv2 .nav-cta,
.xv2 .tag {
  border-radius: 999px !important;
}

.xv2 .button,
.xv2 a.button {
  min-height: 50px;
  padding-inline: 22px;
  font-size: .78rem;
  font-weight: 780;
  box-shadow: none;
}

.xv2 .button:not(.secondary),
.xv2 a.button:not(.secondary) {
  border-color: transparent !important;
  background: var(--xv2-gradient) !important;
  color: var(--xv2-navy-deep) !important;
}

.xv2 .button:not(.secondary):hover,
.xv2 a.button:not(.secondary):hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(57, 205, 88, .2); }

/* ------------------------------------------------------------------ hero */
.xv2-hero {
  position: relative;
  min-height: calc(100svh - (var(--be-inset) * 2));
  overflow: hidden;
  border-radius: var(--xv2-radius);
  background: var(--xv2-navy-deep);
  color: #fff;
}

.xv2-hero__grid {
  display: grid;
  min-height: inherit;
  align-content: end;
  gap: 32px;
  padding-top: clamp(116px, 22vw, 152px);
  padding-bottom: clamp(42px, 10vw, 84px);
}

.xv2-hero__copy { position: relative; z-index: 2; }
.xv2-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--xv2-lime);
  font-size: .68rem;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.xv2-hero__kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--xv2-gradient);
}
.xv2-hero h1 {
  max-width: 9.6ch;
  margin: 0;
  color: #fff;
  font-family: var(--xv2-serif);
  font-size: clamp(3.35rem, 15vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .89;
}
.xv2-hero h1 em {
  display: block;
  color: var(--xv2-lime);
  font-style: normal;
}
.xv2-hero__lead {
  max-width: 55ch;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 4vw, 1.24rem);
  line-height: 1.62;
}
.xv2-hero__actions { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.xv2-hero__actions .button.secondary { border-color: rgba(255,255,255,.35) !important; color: #fff !important; background: rgba(255,255,255,.05) !important; }
.xv2-hero__media {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--xv2-radius-sm);
  background: #052458;
}
.xv2-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.xv2-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0, 16, 43, .55)); pointer-events: none; }
.xv2-hero__note {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 16px;
  background: rgba(0, 20, 52, .76);
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}
.xv2-hero__note b { color: var(--xv2-lime); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }

/* ------------------------------------------------------------- soft cards */
.xv2 .v28-panel,
.xv2 .article-item,
.xv2 .case-fact,
.xv2 .metric-card,
.xv2 .profile-card,
.xv2 .resume-card,
.xv2 .tile,
.xv2 .case-card,
.xv2 .feature-article,
.xv2 .enquiry-panel {
  border: 1px solid rgba(20, 57, 107, .08) !important;
  border-radius: var(--xv2-radius-sm) !important;
  box-shadow: var(--xv2-shadow);
}

.xv2 .v28-panel,
.xv2 .article-item,
.xv2 .tile,
.xv2 .case-card { background: #fff; }

.xv2 .v28-panel:hover,
.xv2 .article-item:hover,
.xv2 .tile:hover,
.xv2 .case-card:hover,
.xv2 .feature-article:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(25, 201, 106, .35) !important;
  box-shadow: 0 28px 62px rgba(1, 33, 82, .12) !important;
}

.xv2 .editorial-thumb,
.xv2 .article-hero-media,
.xv2 .image-chapter,
.xv2 .media-story img,
.xv2 .portrait-figure__frame,
.xv2 .portrait-frame,
.xv2 .v28-case__media,
.xv2 .v28-people__media {
  border-radius: var(--xv2-radius-sm) !important;
  overflow: hidden;
}

/* Symptom cards are one calm set. No arbitrary active card. */
.xv2 .v34-symptoms { gap: clamp(14px, 2vw, 22px); }
.xv2 .v34-symptoms .v28-panel,
.xv2 .v34-symptoms .v28-panel.is-ink {
  min-height: 0;
  padding: clamp(22px, 2.5vw, 34px);
  border: 0 !important;
  background: var(--xv2-pale) !important;
  color: var(--xv2-ink) !important;
  box-shadow: none;
}
.xv2 .v34-symptoms .v28-panel p { color: var(--xv2-muted) !important; }
.xv2 .v34-symptoms .v28-panel__label {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--xv2-gradient);
  color: var(--xv2-navy-deep) !important;
  font-size: .62rem;
}

/* ------------------------------------------------------- insight stories */
.xv2-insight__head { display: grid; gap: 20px; margin-bottom: clamp(34px, 5vw, 68px); }
.xv2-insight__head h2 { max-width: 15ch; margin: 12px 0 0; }
.xv2-insight__head > p { max-width: 55ch; margin: 0; color: var(--xv2-muted); }
.band-ink .xv2-insight__head > p { color: rgba(255,255,255,.7); }
.band-ink .xv2-insight__head .eyebrow { color: var(--xv2-lime); }

.xv2-insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.xv2-insight-grid li {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(20,57,107,.08);
  border-radius: var(--xv2-radius-sm);
  background: #fff;
  box-shadow: var(--xv2-shadow);
}
.xv2-insight-grid li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--xv2-gradient);
}
.xv2-insight-grid li > span {
  display: block;
  margin-bottom: 18px;
  color: var(--xv2-blue);
  font-size: .66rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.xv2-insight-grid li > b {
  display: block;
  font-family: var(--xv2-serif);
  font-size: clamp(1.65rem, 6vw, 2.35rem);
  font-weight: 400;
  line-height: 1.02;
}
.xv2-insight-grid li > p { margin: 14px 0 0; color: var(--xv2-muted); }
.xv2-insight-grid--dark li { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); box-shadow: none; color: #fff; }
.xv2-insight-grid--dark li > span { color: var(--xv2-lime); }
.xv2-insight-grid--dark li > p { color: rgba(255,255,255,.68); }

/* --------------------------------------------------------- infographics */
.xv2 .html-ig {
  --ig-fg: var(--xv2-ink);
  --ig-muted: var(--xv2-muted);
  --ig-line: var(--xv2-line);
  --ig-soft: var(--xv2-pale);
  --ig-core: var(--xv2-blue);
  width: 100%;
  margin-top: clamp(30px, 5vw, 66px);
  padding: clamp(22px, 4vw, 56px);
  border: 1px solid rgba(20,57,107,.08);
  border-radius: var(--xv2-radius) !important;
  background: #fff;
  box-shadow: var(--xv2-shadow) !important;
}

.xv2 :is(.band-blue,.band-ink) .html-ig {
  --ig-fg: #fff;
  --ig-muted: rgba(255,255,255,.68);
  --ig-line: rgba(255,255,255,.15);
  --ig-soft: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  box-shadow: none !important;
}

.xv2 .html-ig__head { row-gap: 12px; margin-bottom: clamp(28px,4vw,48px); }
.xv2 .html-ig__kicker { color: var(--xv2-blue); }
.xv2 :is(.band-blue,.band-ink) .html-ig__kicker { color: var(--xv2-lime); }
.xv2 .html-ig__head h3 { max-width: 17ch; font-size: clamp(2rem, 7vw, 3.7rem); }
.xv2 .html-ig figcaption { margin-top: 24px; border-top: 0; padding-top: 0; }

.xv2 .html-ig__stats,
.xv2 .html-ig__steps,
.xv2 .html-ig__cards,
.xv2 .html-ig__spine,
.xv2 .html-ig__journey,
.xv2 .html-ig__blueprint,
.xv2 .html-ig__before-after {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.xv2 .html-ig__stats article,
.xv2 .html-ig__steps li,
.xv2 .html-ig__cards article,
.xv2 .html-ig__spine-col,
.xv2 .html-ig__journey article,
.xv2 .html-ig__blueprint article,
.xv2 .html-ig__before-after > section {
  grid-column: auto !important;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 0;
  border-radius: 18px;
  background: var(--ig-soft);
}

.xv2 .html-ig__stats strong { color: var(--ig-fg); }
.xv2 .html-ig__steps li { position: relative; }
.xv2 .html-ig__num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--xv2-gradient);
  color: var(--xv2-navy-deep);
}

.xv2 .html-ig__radial-wrap,
.xv2 .html-ig__hub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.xv2 .html-ig__core {
  grid-column: auto !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 20px;
  background: var(--xv2-gradient);
  color: var(--xv2-navy-deep);
}
.xv2 .html-ig__radial-nodes,
.xv2 .html-ig__hub-nodes {
  grid-column: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.xv2 .html-ig__radial-nodes .html-ig__node,
.xv2 .html-ig__hub-nodes span,
.xv2 .html-ig__node {
  grid-column: auto !important;
  padding: 18px 20px;
  border: 0;
  border-radius: 16px;
  background: var(--ig-soft);
}

.xv2 .html-ig__sync-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.xv2 .html-ig__sync-grid > * { grid-column: auto !important; grid-row: auto !important; }
.xv2 .html-ig__sync-grid .html-ig__core { order: -1; }
.xv2 .html-ig__sync-grid article {
  padding: 20px;
  border: 0;
  border-radius: 16px;
  background: var(--ig-soft);
}

.xv2 .html-ig__timeline-row { border-top: 0; padding: 22px; border-radius: 18px; background: var(--ig-soft); }
.xv2 .html-ig__weeks--3::before,
.xv2 .html-ig__weeks--3 i { background: var(--xv2-green); }
.xv2 .html-ig__note { border: 0; background: rgba(92, 225, 75, .12); }
.xv2 .html-ig__trust-core { background: var(--xv2-gradient); color: var(--xv2-navy-deep); }
.xv2 .html-ig__trust-nodes span { border-top-color: var(--ig-line); }

.xv2 .html-ig__stack { gap: 10px; }
.xv2 .html-ig__stack > div {
  padding: 18px 20px;
  border: 0;
  border-radius: 16px;
  background: var(--ig-soft);
}
.xv2 .html-ig__stack > div > span { color: var(--xv2-green); font-weight: 780; }
.xv2 .html-ig__lost-line { height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--xv2-blue), var(--xv2-green), var(--xv2-lime)); }
.xv2 .html-ig__lost-end { background: var(--xv2-lime); }

/* ------------------------------------------------------- selected cases */
.xv2-case-stories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.xv2-case-stories .v28-case {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20,57,107,.08);
  border-radius: var(--xv2-radius-sm);
  background: #fff;
  box-shadow: var(--xv2-shadow);
}
.xv2-case-stories .v28-case__media { aspect-ratio: 16 / 9; border: 0; border-radius: 0 !important; }
.xv2-case-stories .v28-case__body { flex: 1; padding: clamp(22px, 3vw, 34px); background: #fff; border: 0; }
.xv2-case-stories .v28-case h3 { font-size: clamp(2rem, 7vw, 3.6rem); }
.xv2-case-stories .v28-case p { color: var(--xv2-muted); }
.xv2-case-stories .v28-case .label { color: var(--xv2-blue); }

/* ----------------------------------------------------------- profile home */
.xv2 .v34-profile { gap: clamp(18px, 3vw, 38px); align-items: stretch; }
.xv2 .v34-profile .v28-people__media {
  min-height: 420px;
  border: 0;
  box-shadow: 0 28px 64px rgba(0,0,0,.25);
}
.xv2 .v34-profile .v28-people__grid {
  align-content: center;
  grid-template-columns: 1fr;
  gap: 0;
  padding: clamp(10px, 1.4vw, 16px) clamp(22px, 3vw, 38px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--xv2-radius-sm);
  background: rgba(255,255,255,.055);
}
.xv2 .v34-profile .v28-panel {
  display: grid;
  grid-template-columns: minmax(96px, .34fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 18px;
  padding: clamp(18px, 2vw, 25px) 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}
.xv2 .v34-profile .v28-panel:last-child { border-bottom: 0 !important; }
.xv2 .v34-profile .v28-panel:hover { transform: none !important; box-shadow: none !important; }
.xv2 .v34-profile .v28-panel__label { color: var(--xv2-lime) !important; }
.xv2 .v34-profile .v28-panel p { margin: 0; color: rgba(255,255,255,.78) !important; }

/* --------------------------------------------------------- work index */
.xv2 .focus-sequence .fs-head { display: none; }
.xv2 .focus-sequence .fs-viewport { overflow: visible; border: 0; }
.xv2 .focus-sequence .fs-track {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: 1fr;
  gap: 16px;
  transform: none !important;
}
.xv2 .focus-sequence .fs-item,
.xv2 .focus-sequence .fs-item.is-active {
  min-height: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(20,57,107,.08);
  border-radius: var(--xv2-radius-sm);
  background: #fff;
  color: var(--xv2-ink);
  box-shadow: var(--xv2-shadow);
}
.xv2 .focus-sequence .fs-item.is-active .label,
.xv2 .focus-sequence .fs-item.is-active p,
.xv2 .focus-sequence .fs-item.is-active .meta { color: var(--xv2-muted); }
.xv2 .focus-sequence .fs-item.is-active .t-card { color: var(--xv2-ink); }
.xv2 .focus-sequence .fs-item.is-active .tag { border-color: var(--xv2-line); color: var(--xv2-blue); }
.xv2 .focus-sequence .fs-item.is-active .text-link { color: var(--xv2-blue); }

/* --------------------------------------------------------- article index */
.xv2 .feature-article--media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: var(--xv2-pale) !important;
}
.xv2 .feature-article--media .editorial-thumb {
  width: 100%;
  min-width: 0;
  min-height: 320px;
  overflow: hidden;
  border: 0;
  border-radius: 0 !important;
}
.xv2 .feature-article--media .editorial-thumb img { width: 100%; height: 100%; object-fit: cover; }
.xv2 .feature-article--media .feature-article__body { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: clamp(26px, 5vw, 60px); }
.xv2 .feature-article--media .t-impact { max-width: 12ch; margin: 0; font-size: clamp(2.6rem, 9vw, 5.2rem); line-height: .95; }
.xv2 .article-list { gap: 16px !important; border: 0 !important; }
.xv2 .article-item { overflow: hidden; }

/* -------------------------------------------------------------- contact */
.xv2 .form-grid { gap: clamp(18px, 2vw, 26px); }
.xv2 .field input,
.xv2 .field textarea,
.xv2 .field select {
  min-height: 58px;
  border: 1px solid var(--xv2-line);
  border-radius: 18px;
  background: #fff;
}
.xv2 .field textarea { min-height: 190px; }
.xv2 .field input:focus,
.xv2 .field textarea:focus,
.xv2 .field select:focus { border-color: var(--xv2-green); box-shadow: 0 0 0 4px rgba(25,201,106,.12); }
.xv2 .field input:focus-visible,
.xv2 .field textarea:focus-visible,
.xv2 .field select:focus-visible { outline: 0; }

/* ----------------------------------------------------------- mobile CTA */
.xv2-mobile-cta {
  position: fixed;
  z-index: 900;
  inset: auto 12px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 56px;
  padding: 8px 8px 8px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(0,23,53,.94);
  color: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
}
.xv2-mobile-cta[hidden] { display: none !important; }
.xv2-mobile-cta span { font-size: .7rem; font-weight: 650; line-height: 1.35; }
.xv2-mobile-cta a { display: grid; place-items: center; min-height: 40px; padding-inline: 14px; border-radius: 12px; background: var(--xv2-gradient); color: var(--xv2-navy-deep); font-size: .68rem; font-weight: 800; text-decoration: none; }
.xv2 .site-footer { padding-bottom: 82px; }

@media (min-width: 640px) {
  .xv2 .shell { width: min(100% - 60px, 1560px); }
  .xv2-hero__actions { flex-direction: row; align-items: center; }
  .xv2-insight-grid--four, .xv2-insight-grid--timeline { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .xv2-insight-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .xv2 .html-ig__stats,
  .xv2 .html-ig__cards,
  .xv2 .html-ig__before-after { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .xv2 .html-ig__steps,
  .xv2 .html-ig__spine,
  .xv2 .html-ig__journey,
  .xv2 .html-ig__blueprint { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
  .xv2 .html-ig__radial-nodes, .xv2 .html-ig__hub-nodes { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .xv2 .html-ig__sync-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .xv2 .html-ig__sync-grid .html-ig__core { grid-column: 1 / -1 !important; }
}

@media (min-width: 900px) {
  .xv2-hero__grid { grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: clamp(44px, 6vw, 96px); padding-top: clamp(110px, 10vw, 150px); padding-bottom: clamp(58px, 6vw, 84px); }
  .xv2-hero h1 { font-size: clamp(4.7rem, 7.25vw, 7.5rem); }
  .xv2-hero__media { min-height: 0; aspect-ratio: 4 / 3; }
  .xv2-insight__head { grid-template-columns: minmax(0,1.2fr) minmax(280px,.6fr); align-items: end; gap: clamp(40px,6vw,90px); }
  .xv2-insight-grid--timeline { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .xv2 .html-ig__stats { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .xv2 .html-ig__radial-wrap, .xv2 .html-ig__hub { grid-template-columns: minmax(220px,.62fr) minmax(0,1.38fr); align-items: stretch; }
  .xv2-case-stories { grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); grid-template-rows: repeat(2, auto); }
  .xv2-case-stories .v28-case:first-child { grid-row: 1 / 3; }
  .xv2-case-stories .v28-case:first-child .v28-case__media { aspect-ratio: 16 / 10; }
  .xv2-case-stories .v28-case:not(:first-child) { display: grid; grid-template-columns: minmax(150px,.42fr) minmax(0,.58fr); }
  .xv2-case-stories .v28-case:not(:first-child) .v28-case__media { min-height: 100%; aspect-ratio: auto; }
  .xv2-case-stories .v28-case:not(:first-child) .v28-case__body { padding: clamp(20px,2vw,28px); }
  .xv2-case-stories .v28-case:not(:first-child) h3 { font-size: clamp(1.75rem,2.5vw,2.5rem); }
  .xv2 .focus-sequence .fs-track { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .xv2 .feature-article--media { grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); }
  .xv2 .feature-article--media .editorial-thumb { min-height: 520px; }
  .xv2-mobile-cta { display: none; }
  .xv2 .site-footer { padding-bottom: 0; }
}

@media (min-width: 1200px) {
  .xv2 .shell { width: min(100% - clamp(72px, 7vw, 116px), 1560px); }
}

@media (max-width: 760px) {
  body.xv2.baseline-editorial .baseline-menu__panel { padding: 20px; }
  .xv2 .baseline-menu__link { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .xv2 .baseline-menu__bottom { align-items: flex-end; }
  .xv2 .baseline-menu__social { gap: 16px; }
  .xv2 .v34-profile .v28-panel { grid-template-columns: 1fr; gap: 7px; }
  .xv2 .v34-profile .v28-people__media { min-height: 0; aspect-ratio: 4 / 5; }
}

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

@media print {
  .xv2-mobile-cta, .xv2 .site-header, .xv2 .site-footer { display: none !important; }
}
