/* Homepage 2026-08-27: one measurable Phygital journey, three ways to buy. */

.home {
  --f-serif: "Literata", Georgia, "Times New Roman", serif;
  --home-accent-text: #087563;
  --home-inverse: #0e141b;
  --home-inverse-text: #faf8f3;
  --home-inverse-muted: #b9c1c8;
}

body.home.dark { --home-accent-text: var(--mint); }

.home .section-number {
  margin: 0 0 20px;
  color: var(--home-accent-text);
  font-family: var(--f-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home .section-number-dark { color: var(--mint); }

/* Header: fewer choices, clearer commercial action. */
.home .nav-links { gap: 4px; }
.home .nav-links a { padding-inline: 13px; }
.home .nav-cta { white-space: nowrap; }
.home .lang-toggle { white-space: nowrap; flex: none; }
.home .lang-toggle b { display: inline; }

/* First viewport: copy plus a literal customer-journey map. */
.home .hero {
  min-height: calc(100svh - 80px);
  padding: clamp(62px, 8vw, 116px) 0 clamp(58px, 7vw, 96px);
  overflow: hidden;
  color: #faf8f3;
  background: #0e141b;
}

.home.dark .hero { background: #0b1118; }
body.home:not(.dark) .hero { background: #0e141b; }

.home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 520px;
  height: 520px;
  inset: 8% 2% auto auto;
  border: 1px solid rgba(0, 201, 167, .12);
  border-radius: 50%;
  background: rgba(0, 201, 167, .025);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(480px, .98fr) minmax(500px, 1.02fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
}

.home-hero-copy { max-width: 720px; }

.home-signal {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: #cbd2d8;
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-signal span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(0,201,167,.12);
}

.home-hero-title {
  max-width: 12ch;
  color: #faf8f3;
  font-family: var(--f-display);
  font-size: clamp(3rem, 5.6vw, 6.6rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.home-hero-title strong {
  display: block;
  color: var(--mint);
  font-weight: 700;
}

.home-hero-lead {
  max-width: 63ch;
  margin-top: 30px;
  color: #c8cdd2;
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.home .hero .btn-ghost {
  color: #faf8f3;
  border-color: rgba(255,255,255,.24);
}

.home .hero .btn-primary { background: var(--mint); color: #04241d; }

.home .hero .btn-ghost:hover { border-color: var(--mint); }

.home-hero-assurance {
  margin-top: 22px;
  color: #8f9aa4;
  font-family: var(--f-mono);
  font-size: .68rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.home .journey-board {
  width: 100% !important;
  top: auto !important;
  right: auto !important;
  aspect-ratio: auto;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(9, 15, 22, .9);
  box-shadow: 0 30px 90px rgba(0,0,0,.3);
  transform-style: preserve-3d;
}

.journey-board::after {
  content: "CHẠM NETWORK / LIVE HANDOFF MAP";
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: #55616b;
  font-family: var(--f-mono);
  font-size: .58rem;
  letter-spacing: .14em;
}

.journey-board figcaption {
  position: absolute;
  z-index: 4;
  top: 26px;
  left: 28px;
  display: grid;
  gap: 3px;
}

.journey-board figcaption span,
.journey-status {
  color: #84909a;
  font-family: var(--f-mono);
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.journey-board figcaption b {
  color: #faf8f3;
  font-size: 1rem;
}

.journey-status {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.journey-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(0,201,167,.12);
}

.journey-lines {
  position: absolute;
  inset: 94px 18px 86px;
  width: calc(100% - 36px);
  height: calc(100% - 180px);
  overflow: visible;
}

.journey-lines path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-ghost,
.home.dark .journey-board .journey-ghost { stroke: #25313b !important; stroke-width: 17; }
.journey-live,
.home.dark .journey-board .journey-live { stroke: var(--mint) !important; stroke-width: 4; stroke-dasharray: 1; }
.journey-return,
.home.dark .journey-board .journey-return { stroke: #c36b45 !important; stroke-width: 3; stroke-dasharray: 7 9; opacity: .8; }

@media (prefers-reduced-motion: no-preference) {
  .journey-live {
    animation: journey-draw 2.2s var(--ease) both .25s;
  }
  @keyframes journey-draw {
    from { stroke-dashoffset: 1; }
    to { stroke-dashoffset: 0; }
  }
}

.journey-stations {
  list-style: none;
  margin: 0;
  padding: 0;
}

.station {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  min-width: 150px;
}

.station-node {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--mint);
  border-radius: 50%;
  background: #0e141b;
  color: #faf8f3;
  font-family: var(--f-mono);
  font-size: .62rem;
}

.station b { color: #faf8f3; font-size: .8rem; line-height: 1.2; }
.station small { margin-top: 3px; color: #808b94; font-size: .66rem; line-height: 1.35; }
.station.s1 { top: 129px; left: 30px; }
.station.s2 { top: 129px; left: 43%; }
.station.s3 { top: 232px; left: 35%; }
.station.s4 { top: 232px; left: 68%; }
.station.s5 { right: 110px; bottom: 156px; }
.station.s6 { left: 57%; bottom: 43px; }
.station.s6 .station-node { border-color: var(--terracotta); }

.journey-alert {
  position: absolute;
  z-index: 4;
  left: 28px;
  bottom: 28px;
  width: min(330px, 48%);
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 10px;
  padding: 14px 16px;
  border: 1px solid rgba(195,107,69,.46);
  border-radius: 12px;
  background: rgba(195,107,69,.08);
}

.journey-alert > span {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--ink);
  font-family: var(--f-mono);
  font-weight: 700;
}

.journey-alert b { color: #efc3ac; font-size: .7rem; }
.journey-alert small { color: #9ea8b0; font-size: .65rem; line-height: 1.4; }

/* Compact answer before depth. */
.home-summary {
  padding: 26px 0;
  border-bottom: 1px solid var(--rule);
  background: var(--mint-soft);
}

.home-summary-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.home-summary h2 {
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-summary p { max-width: 86ch; font-size: .92rem; line-height: 1.65; }
.home-summary a { color: var(--home-accent-text); font-size: .84rem; font-weight: 700; white-space: nowrap; }

/* The handoff is the core product mechanism. */
.handoff { padding: var(--section-py) 0; background: var(--paper); }

.handoff-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 128px);
  align-items: start;
}

.handoff-intro { position: sticky; top: 128px; }
.handoff-intro > p:last-child { max-width: 52ch; margin-top: 26px; color: var(--fg-muted); }

.handoff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hairline-2);
}

.handoff-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid var(--hairline-2);
}

.handoff-code {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hairline-2);
  border-radius: 50%;
  color: var(--home-accent-text);
  font-family: var(--f-mono);
  font-size: .7rem;
}

.handoff-list b { display: block; margin-bottom: 6px; font-size: 1.03rem; }
.handoff-list p { max-width: 62ch; color: var(--fg-muted); font-size: .9rem; line-height: 1.65; }
.handoff-list small { color: var(--fg-muted); font-family: var(--f-mono); font-size: .62rem; letter-spacing: .04em; white-space: nowrap; }
.handoff-list .handoff-risk { margin-inline: -22px; padding-inline: 22px; background: var(--terracotta-soft); }
.handoff-risk .handoff-code { border-color: var(--terracotta); background: var(--terracotta); color: var(--ink); }

.handoff-visual {
  margin-top: clamp(54px, 8vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .55fr);
  padding-inline: var(--pad-x);
  overflow: hidden;
  border-radius: 24px;
  background: var(--home-inverse);
}

.handoff-visual img {
  width: 100%;
  min-height: 460px;
  height: 100%;
  object-fit: cover;
}

.handoff-visual figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(28px, 4vw, 52px);
  color: var(--home-inverse-text);
}

.handoff-visual figcaption b { font-family: var(--f-serif); font-size: clamp(1.45rem, 2.4vw, 2.35rem); font-weight: 500; line-height: 1.14; }
.handoff-visual figcaption span { color: #b9c1c8; font-size: .86rem; line-height: 1.65; }
.handoff-visual figcaption small { color: #929da7; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }

/* Offers are a ledger, not an agency-card wall. */
.home-offers { padding: var(--section-py) 0; background: var(--bone); border-block: 1px solid var(--rule); }

.offers-head,
.labs-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 76px);
}

.offers-head > p,
.labs-head > p { color: var(--fg-muted); font-size: .92rem; line-height: 1.7; }

.offer-ledger { border-top: 1px solid var(--ink); }

.offer-row {
  display: grid;
  grid-template-columns: 110px minmax(240px, .85fr) minmax(260px, 1fr) 190px;
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  min-height: 220px;
  padding: 34px 0;
  border-bottom: 1px solid var(--hairline-2);
}

.offer-id { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
.offer-id span { font-family: var(--f-serif); font-size: 2.7rem; line-height: 1; }
.offer-id small { color: var(--fg-muted); font-family: var(--f-mono); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.offer-copy h3 { margin-bottom: 12px; font-family: var(--f-serif); font-size: clamp(1.6rem, 2.5vw, 2.45rem); font-weight: 500; }
.offer-copy p { color: var(--fg-muted); font-size: .9rem; line-height: 1.65; }
.offer-row ul { list-style: none; margin: 0; padding: 0; }
.offer-row li { padding: 7px 0 7px 18px; position: relative; color: var(--fg-soft); font-size: .82rem; }
.offer-row li::before { content: ""; position: absolute; left: 0; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.offer-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; }
.offer-link span { color: var(--home-accent-text); font-size: 1.15rem; transition: transform .25s var(--ease); }
.offer-link:hover span { transform: translateX(5px); }

/* Existing resource and Agent now serve the focused narrative. */
.home .resource-feature { padding-block: clamp(72px, 9vw, 112px); }
.home .agent { padding-block: var(--section-py); }
.home .agent-intro .eyebrow { display: none; }
.home .agent-intro .section-title { margin-top: 0 !important; }

/* Honest proof: three real products, clearly labeled internal. */
.home-labs { padding: var(--section-py) 0; background: var(--paper); }
.labs-list { border-top: 1px solid var(--ink); }

.lab-project {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(300px, .85fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding: clamp(40px, 6vw, 72px) 0;
  border-bottom: 1px solid var(--hairline-2);
}

.lab-project:nth-child(even) .lab-shot { order: 2; }
.lab-project:nth-child(even) .lab-copy { order: 1; }

.lab-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hairline-2);
  border-radius: 18px;
  background: var(--ink);
}

.lab-shot::before {
  content: "";
  display: block;
  height: 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #141b23;
}

.lab-shot::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 13px 0 var(--ochre), 26px 0 var(--mint);
}

.lab-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  transition: transform .7s var(--ease);
}
.lab-shot:hover img { transform: scale(1.015); }

.lab-live {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(14,20,27,.88);
  color: var(--home-inverse-text);
  font-family: var(--f-mono);
  font-size: .58rem;
  letter-spacing: .05em;
  backdrop-filter: blur(8px);
}

.lab-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.lab-copy > span { color: var(--home-accent-text); font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.lab-copy h3 { margin: 16px 0 18px; font-family: var(--f-serif); font-size: clamp(2rem, 3.3vw, 3.5rem); font-weight: 500; line-height: 1; }
.lab-copy p { max-width: 55ch; color: var(--fg-muted); font-size: .92rem; line-height: 1.7; }
.lab-copy > a { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 700; }

.labs-foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 38px; }
.labs-foot p { color: var(--fg-muted); }

/* People are evidence too: one editorial roster, not a wall of generic cards. */
.home-team { padding: var(--section-py) 0; background: var(--bone); }
.team-roster-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(560px, 1.28fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
}
.team-roster-intro { position: sticky; top: 112px; }
.team-roster-intro > p:not(.section-number) { max-width: 50ch; margin-top: 24px; color: var(--fg-muted); line-height: 1.7; }
.team-roster-intro > a { display: inline-flex; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 700; }
.team-roster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  border-top: 1px solid var(--ink);
}
.team-person {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--hairline-2);
  color: var(--ink);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}
.team-person:first-child { grid-column: 1 / -1; grid-template-columns: 76px minmax(0, 1fr) auto; padding-block: 20px; }
.team-person img { width: 56px; height: 56px; border-radius: 14px; object-fit: cover; background: var(--paper); }
.team-person:first-child img { width: 76px; height: 76px; border-radius: 18px; }
.team-person b { display: block; overflow: hidden; font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }
.team-person small { display: block; margin-top: 4px; color: var(--fg-muted); font-size: .68rem; line-height: 1.45; }
.team-person > span:last-child { color: var(--home-accent-text); font-size: 1.1rem; transition: transform .2s ease; }
.team-person:hover { color: var(--home-accent-text); border-color: var(--home-accent-text); }
.team-person:hover > span:last-child { transform: translateX(4px); }
.team-person:focus-visible { outline: 2px solid var(--home-accent-text); outline-offset: 4px; }

/* Delivery is the human-operating image the old homepage lacked. */
.delivery-story { padding: var(--section-py) 0; color: var(--home-inverse-text); background: var(--home-inverse); }
.delivery-grid { display: grid; grid-template-columns: minmax(420px, 1.12fr) minmax(320px, .88fr); gap: clamp(46px, 7vw, 106px); align-items: center; }
.delivery-media { margin: 0; }
.delivery-media img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; }
.delivery-media figcaption { margin-top: 10px; color: #707d87; font-family: var(--f-mono); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; }
.delivery-copy .section-title { color: var(--home-inverse-text); }
.delivery-copy > p:not(.section-number) { max-width: 57ch; margin-top: 24px; color: #abb4bc; }
.delivery-copy ol { list-style: none; margin: 34px 0 0; padding: 0; border-top: 1px solid #35414c; }
.delivery-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #35414c; }
.delivery-copy li > span { color: var(--mint); font-family: var(--f-mono); font-size: .65rem; }
.delivery-copy li b { display: block; margin-bottom: 3px; }
.delivery-copy li p { color: #89949d; font-size: .82rem; }

/* FAQ and lead form receive the same operational clarity. */
.home .faq { padding-block: var(--section-py); }
.home .faq-aside .eyebrow { display: none; }
.home .faq-aside .section-title { margin-top: 0 !important; }
.home .faq-aside time { display: block; margin-top: 20px; color: var(--fg-muted); font-family: var(--f-mono); font-size: .63rem; letter-spacing: .05em; }

.home .cta-audit-note { margin-top: 12px !important; color: #aab4bc !important; font-size: .87rem !important; }
.home .cta-audit-note a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.home .cta-quick { margin-top: 24px; }
.home .cta-method { color: var(--mint); font-family: var(--f-mono); font-size: .62rem; letter-spacing: .08em; }
.home .cta-or { margin: 18px 0 10px; }
.home .cta-form { gap: 12px; }
.home .cta-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid #3c4750;
  border-radius: 10px;
  background: #171e26;
  color: var(--paper);
  font: inherit;
}
.home .cta-form select:focus { outline: 2px solid var(--mint); outline-offset: 2px; }

/* Dark mode retains hierarchy without turning every light section black. */
.home.dark .home-summary { background: #15342f; border-color: #294941; }
.home.dark .home-summary p,
.home.dark .home-summary h2 { color: #e5ecea; }
.home.dark .handoff,
.home.dark .home-labs { background: var(--paper); }
.home.dark .home-offers { background: var(--bone); }

@media (max-width: 1180px) {
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 920px; }
  .home-hero-title { max-width: 14ch; font-size: clamp(3.4rem, 8vw, 6.5rem); }
  .home .journey-board { min-height: 600px; max-width: 850px; width: 100%; }
  .offer-row { grid-template-columns: 84px minmax(220px, .85fr) minmax(220px, 1fr); }
  .offer-link { grid-column: 2 / -1; max-width: 240px; }
}

@media (max-width: 900px) {
  .home-summary-grid { grid-template-columns: 1fr; gap: 10px; }
  .home-summary a { justify-self: start; margin-top: 4px; }
  .handoff-layout,
  .offers-head,
  .labs-head,
  .team-roster-layout,
  .delivery-grid { grid-template-columns: 1fr; }
  .handoff-intro { position: static; }
  .handoff-visual { grid-template-columns: 1fr; padding-inline: 0; }
  .handoff-visual img { min-height: 0; height: clamp(240px, 62vw, 420px); aspect-ratio: auto; }
  .lab-project { grid-template-columns: 1fr; }
  .lab-project:nth-child(even) .lab-shot,
  .lab-project:nth-child(even) .lab-copy { order: initial; }
  .team-roster-intro { position: static; }
  .delivery-media img { height: clamp(240px, 62vw, 420px); aspect-ratio: auto; }
}

@media (max-width: 720px) {
  .home .hero { min-height: 0; padding-top: 52px; }
  .home-hero-grid { gap: 40px; }
  .home-hero-title { max-width: none; font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .home-hero-lead { margin-top: 24px; }
  .home-hero-actions { display: grid; }
  .home-hero-actions .btn { width: 100%; justify-content: space-between; }
  .home .journey-board { min-height: 610px; border-radius: 18px; }
  .journey-board figcaption { top: 20px; left: 20px; }
  .journey-status { top: 72px; left: 20px; right: auto; }
  .journey-lines { display: none; }
  .journey-stations { position: absolute; inset: 118px 20px 122px; display: grid; gap: 0; }
  .station { position: relative !important; inset: auto !important; min-width: 0; grid-template-columns: 38px 1fr; align-content: center; padding-left: 2px; border-left: 2px solid #28333d; }
  .station::before { content: ""; position: absolute; left: -2px; top: 50%; width: 2px; height: 50%; background: var(--mint); }
  .station:last-child::before { background: var(--terracotta); }
  .station-node { transform: translateX(-19px); }
  .journey-alert { left: 20px; right: 20px; bottom: 22px; width: auto; }
  .journey-board::after { display: none; }
  .handoff-list li { grid-template-columns: 38px minmax(0, 1fr); }
  .handoff-list small { grid-column: 2; }
  .handoff-list .handoff-risk { margin-inline: -14px; padding-inline: 14px; }
  .handoff-visual { border-radius: 16px; }
  .offer-row { grid-template-columns: 52px 1fr; min-height: 0; gap: 18px; }
  .offer-id { grid-row: 1 / span 3; }
  .offer-copy,
  .offer-row ul,
  .offer-link { grid-column: 2; }
  .offer-id span { font-size: 2rem; }
  .offer-link { max-width: none; }
  .labs-foot { align-items: stretch; flex-direction: column; }
  .labs-foot .btn { justify-content: space-between; }
}

@media (max-width: 520px) {
  .home .nav-right { gap: 6px; }
  .home .nav-right .lang-toggle { padding-inline: 10px; }
  .home-signal { font-size: .62rem; }
  .home-hero-assurance { min-height: 42px; padding-right: 68px; font-size: .76rem; line-height: 1.55; }
  .home .journey-board { min-height: 640px; }
  .handoff-visual figcaption { padding: 24px 20px 28px; }
  .offer-row { grid-template-columns: 1fr; }
  .offer-id { grid-row: auto; flex-direction: row; align-items: baseline; }
  .offer-copy,
  .offer-row ul,
  .offer-link { grid-column: 1; }
  .lab-shot::before { height: 24px; }
  .lab-live { left: 10px; right: 10px; bottom: 10px; justify-content: center; }
  .team-roster { grid-template-columns: 1fr; }
  .team-person { padding-right: 64px; }
  .team-person:first-child { grid-column: auto; grid-template-columns: 64px minmax(0, 1fr) auto; }
  .team-person:first-child img { width: 64px; height: 64px; border-radius: 16px; }
}
