:root {
  --ink: #0b1720;
  --muted: #60717b;
  --navy: #123e52;
  --navy-deep: #082c3e;
  --teal: #3f7081;
  --cloud: #eef6f9;
  --cloud-2: #f6fafc;
  --line: #dce8ed;
  --white: #fff;
  --shadow: 0 24px 55px rgba(8, 44, 62, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { scroll-padding-top: 98px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h2 {
  font-size: 40px !important;
  letter-spacing: 0 !important;
}
.container { width: min(100% - 72px, 1180px); margin-inline: auto; }

.topbar {
  background: var(--navy-deep);
  color: rgba(255,255,255,.78);
  font-size: 12px;
}
.topbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar__meta { display: flex; align-items: center; gap: 12px; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.45); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 78px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 218px; flex: 0 0 auto; }
.brand img { height: 54px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.main-nav li { list-style: none; margin: 0; padding: 0; }
.main-nav a:not(.button) { position: relative; }
.main-nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--teal);
  transition: right .25s ease;
}
.main-nav a:not(.button):hover::after,
.main-nav .current-menu-item > a:not(.button)::after,
.main-nav .current_page_item > a:not(.button)::after,
.main-nav a[aria-current="page"]:not(.button)::after { right: 0; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 4px;
  padding: 10px;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--white);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--navy-deep); box-shadow: 0 14px 28px rgba(8,44,62,.18); }
.button--small { min-height: 42px; padding: 0 18px; }
.button--full { width: 100%; border: 0; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 13px; font-weight: 500; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  background:
    linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)),
    url("../images/hero-lab-background.png") center / cover no-repeat,
    linear-gradient(110deg, #f6fbfd 0%, #e6f2f6 100%);
}
.hero__grid {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 780px;
  padding: 86px 0 56px;
}
.hero__copy {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 0 0 34px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.hero__eyebrow::after {
  content: "";
  position: absolute;
  top: 156px;
  left: 50%;
  width: 66px;
  height: 1px;
  background: rgba(18,62,82,.18);
  transform: translateX(-50%);
}
.hero__eyebrow span { color: rgba(18,62,82,.52); letter-spacing: 0; }
.hero h1 {
  margin: 0;
  color: #08192d;
  font-size: clamp(54px, 5.45vw, 74px);
  line-height: .94;
  letter-spacing: 0;
  max-width: 1180px;
  margin-inline: auto;
  white-space: nowrap;
}
.hero h1 span {
  display: block;
  color: var(--navy);
}
.hero h1 .hero__title-main {
  color: #08192d;
  font-size: calc(1em + 6px);
}
.hero__subhead {
  margin: 22px auto 0;
  color: #08192d;
  font-size: clamp(30px, calc(4.5vw - 8px), 56px);
  line-height: 1;
  font-weight: 500;
}
.hero__lead {
  max-width: 760px;
  margin: 28px auto 0;
  color: #4d6375;
  font-size: 16px;
  line-height: 1.38;
}
.hero__actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 34px; }
.hero__actions .button {
  min-height: 62px;
  padding: 0 24px;
  font-size: 23px;
  font-weight: 500;
}
.hero__actions .text-link { font-size: 23px; font-weight: 500; }
.hero__proof {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1080px;
  margin-top: 54px;
  margin-inline: auto;
  padding-top: 30px;
  border-top: 1px solid rgba(18,62,82,.17);
  text-align: center;
}
.hero__proof-item {
  min-height: 116px;
  padding: 0 18px;
  border-left: 1px solid rgba(18,62,82,.16);
  color: var(--navy);
}
.hero__proof-item:first-child { border-left: 0; }
.hero__proof svg {
  width: 38px;
  height: 38px;
  margin: 0 auto 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50% 60%;
  transition: transform .35s ease, color .35s ease, filter .35s ease;
}
.hero__proof-item:hover svg,
.hero__proof-item:focus-within svg {
  color: #0f6178;
  filter: drop-shadow(0 10px 15px rgba(18,62,82,.18));
  animation: proof-icon-hover .72s ease both;
}
.hero__proof strong { display: block; font-size: 20px; line-height: 1.1; color: var(--navy); }
.hero__proof span { display: block; margin-top: 8px; color: #4d6375; font-size: 15px; line-height: 1.25; }
@keyframes proof-icon-hover {
  0% { transform: translateY(0) scale(1) rotate(0deg); }
  42% { transform: translateY(-10px) scale(1.08) rotate(-4deg); }
  72% { transform: translateY(2px) scale(.99) rotate(2deg); }
  100% { transform: translateY(-3px) scale(1.03) rotate(0deg); }
}
.hero__glow { position: absolute; border-radius: 999px; filter: blur(28px); opacity: .55; }
.hero__glow--one { width: 420px; height: 420px; right: 2%; top: 8%; background: rgba(255,255,255,.8); }
.hero__glow--two { width: 320px; height: 320px; left: 45%; bottom: -70px; background: rgba(188,217,226,.6); }
.hero-visual { position: relative; height: 560px; }
.visual-card {
  position: absolute;
  top: 105px;
  right: 32px;
  width: 440px;
  padding: 28px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(18,62,82,.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.visual-card__label { margin: 0 0 18px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-stage { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center; }
.stage-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #c9d8de;
  color: var(--navy);
  font-weight: 900;
  background: #eef5f7;
}
.product-stage span { display: block; color: var(--teal); font-size: 10px; font-weight: 900; }
.product-stage strong { display: block; color: var(--navy); font-size: 17px; }
.product-stage small { display: block; color: var(--muted); font-size: 12px; }
.progress-line { width: 1px; height: 34px; margin: 8px 0 8px 24px; background: #cbdbe1; }
.progress-line span { display: block; width: 1px; height: 60%; background: var(--teal); }
.status-row { display: flex; justify-content: flex-end; gap: 18px; margin-top: 18px; color: var(--muted); font-size: 11px; }
.status-row strong { color: var(--navy); }
.bottle {
  position: absolute;
  background: linear-gradient(155deg, rgba(255,255,255,.92), rgba(185,211,220,.55));
  border: 1px solid rgba(18,62,82,.1);
  box-shadow: 0 24px 40px rgba(18,62,82,.09);
}
.bottle--one { width: 78px; height: 190px; right: 8px; top: 83px; border-radius: 12px 12px 22px 22px; transform: rotate(9deg); }
.bottle--two { width: 66px; height: 160px; left: 2px; bottom: 46px; border-radius: 8px 8px 18px 18px; transform: rotate(-9deg); }
.bottle--three { width: 150px; height: 220px; left: 120px; top: 80px; border-radius: 24px; transform: rotate(-12deg); opacity: .62; }

.category-strip { background: var(--navy-deep); color: rgba(255,255,255,.75); }
.category-strip__inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 44px; }
.category-strip span { font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }

.section { padding: 112px 0; }
#about, #services, #process, #capabilities, #contact, #services-list,
.service-detail {
  scroll-margin-top: 98px;
}
.section--intro { background: var(--white); }
.intro-grid, .section-heading, .audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 58px;
}
.intro-grid h2, .section-heading h2, .capability-copy h2, .contact-copy h2, .audience h2, .process h2 {
  margin: 0;
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}
.intro-copy p, .section-heading > p, .capability-copy > p, .why-card p, .process-step p, .contact-copy > p {
  color: var(--muted);
}
.intro-copy p { margin: 0 0 18px; font-size: 16px; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.value-card { min-height: 175px; padding: 28px 24px; border-left: 1px solid var(--line); }
.value-card:first-child { border-left: 0; }
.value-card span, .service-card span { color: #a4b7c0; font-size: 11px; font-weight: 900; }
.value-card h3, .why-card h3 { color: var(--navy); font-size: 21px; line-height: 1.15; margin: 26px 0 7px; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }

.services {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 95% 0%, rgba(63,112,129,.45), transparent 34%), linear-gradient(135deg, var(--navy-deep), #14556a);
  color: var(--white);
}
.section-heading--dark .eyebrow { color: #9ec4d1; }
.section-heading--dark > p { color: rgba(255,255,255,.68); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.14); }
.service-card {
  min-height: 320px;
  padding: 30px 25px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .3s ease, transform .3s ease;
}
.service-card:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }
.service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 44px;
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 900;
}
.service-card h3 { margin: 10px 0 12px; font-size: 18px; line-height: 1.2; }
.service-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }

.capabilities { background: var(--cloud-2); }
.capability-grid {
  width: min(100% - 96px, 1480px);
  display: grid;
  grid-template-columns: minmax(720px, .96fr) 1fr;
  gap: 70px;
  align-items: center;
}
.capability-visual {
  min-height: 760px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--navy);
  overflow: visible;
}
.bubble-lab {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1;
  margin: auto;
  isolation: isolate;
}
.bubble-lab__center,
.bubble-lab__bubble {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 24%, rgba(255,255,255,1) 0 12%, rgba(255,255,255,.74) 13% 27%, transparent 28%),
    radial-gradient(circle at 68% 70%, rgba(255,255,255,.7), transparent 34%),
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.82), rgba(224,240,247,.66) 58%, rgba(197,224,237,.38) 100%);
  border: 1px solid rgba(112, 157, 178, .42);
  box-shadow:
    inset 12px 15px 20px rgba(255,255,255,.88),
    inset -18px -22px 34px rgba(111,157,178,.2),
    inset 0 0 18px rgba(121,174,199,.18),
    0 26px 34px rgba(38, 82, 102, .16);
  backdrop-filter: blur(12px) saturate(1.18);
  -webkit-backdrop-filter: blur(12px) saturate(1.18);
}
.bubble-lab__center::before,
.bubble-lab__bubble::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow:
    inset 0 0 25px rgba(255,255,255,.62),
    0 0 0 1px rgba(133,184,207,.18);
  pointer-events: none;
}
.bubble-lab__center::after,
.bubble-lab__bubble::after {
  content: "";
  position: absolute;
  inset: 12% 11% 13% 10%;
  border-radius: 50%;
  background:
    linear-gradient(128deg, rgba(255,255,255,.78), transparent 34%),
    radial-gradient(circle at 85% 84%, rgba(104,158,184,.2), transparent 26%);
  box-shadow: inset 10px 8px 18px rgba(255,255,255,.34);
  opacity: .82;
  pointer-events: none;
  transform: rotate(-12deg);
}
.bubble-lab__center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translate(-50%, -50%);
  color: #071927;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  animation: bubble-center-float 7.5s ease-in-out infinite;
}
.bubble-lab__center small {
  display: block;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}
.bubble-lab__node {
  position: absolute;
  width: 116px;
  height: 116px;
  left: var(--bubble-x);
  top: var(--bubble-y);
  transform: translate(-50%, -50%);
}
.bubble-lab__bubble {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px;
  color: #0b1720;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  animation: bubble-float var(--bubble-duration, 6.5s) ease-in-out var(--bubble-delay, 0s) infinite;
  will-change: transform;
}
.bubble-lab__node--1 { --bubble-x: 50%; --bubble-y: 8%; --bubble-duration: 7.2s; --bubble-delay: -.8s; --float-x: 4px; --float-y: -8px; --float-tilt: 1deg; }
.bubble-lab__node--2 { --bubble-x: 73%; --bubble-y: 18%; --bubble-duration: 6.7s; --bubble-delay: -2.1s; --float-x: -5px; --float-y: -7px; --float-tilt: -1.5deg; }
.bubble-lab__node--3 { --bubble-x: 88%; --bubble-y: 34%; --bubble-duration: 7.9s; --bubble-delay: -1.5s; --float-x: 6px; --float-y: 5px; --float-tilt: .8deg; }
.bubble-lab__node--4 { --bubble-x: 91%; --bubble-y: 55%; --bubble-duration: 6.9s; --bubble-delay: -.2s; --float-x: -5px; --float-y: 7px; --float-tilt: -1deg; }
.bubble-lab__node--5 { --bubble-x: 81%; --bubble-y: 76%; --bubble-duration: 8.1s; --bubble-delay: -2.6s; --float-x: 5px; --float-y: -6px; --float-tilt: 1.2deg; }
.bubble-lab__node--6 { --bubble-x: 63%; --bubble-y: 89%; --bubble-duration: 7.4s; --bubble-delay: -1.1s; --float-x: -4px; --float-y: 8px; --float-tilt: -.8deg; }
.bubble-lab__node--7 { --bubble-x: 38%; --bubble-y: 88%; --bubble-duration: 6.8s; --bubble-delay: -2.3s; --float-x: 5px; --float-y: 6px; --float-tilt: 1deg; }
.bubble-lab__node--8 { --bubble-x: 20%; --bubble-y: 75%; --bubble-duration: 7.7s; --bubble-delay: -.6s; --float-x: -6px; --float-y: -5px; --float-tilt: -1.3deg; }
.bubble-lab__node--9 { --bubble-x: 9%; --bubble-y: 54%; --bubble-duration: 7.1s; --bubble-delay: -1.9s; --float-x: 5px; --float-y: -6px; --float-tilt: .9deg; }
.bubble-lab__node--10 { --bubble-x: 13%; --bubble-y: 34%; --bubble-duration: 8s; --bubble-delay: -3s; --float-x: -4px; --float-y: 7px; --float-tilt: -1.1deg; }
.bubble-lab__node--11 { --bubble-x: 28%; --bubble-y: 19%; --bubble-duration: 6.6s; --bubble-delay: -1.4s; --float-x: 6px; --float-y: -5px; --float-tilt: 1.4deg; }
@keyframes bubble-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(var(--float-x), var(--float-y), 0) rotate(var(--float-tilt)); }
}
@keyframes bubble-small-float {
  0%, 100% { transform: translate(-50%, -50%) translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate(-50%, -50%) translate3d(var(--float-x), var(--float-y), 0) rotate(var(--float-tilt)); }
}
@keyframes bubble-center-float {
  0%, 100% { transform: translate(-50%, -50%) translate3d(0, 0, 0); }
  50% { transform: translate(-50%, -50%) translate3d(0, -10px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .bubble-lab__center,
  .bubble-lab__bubble {
    animation: none;
  }
}
.product-lab {
  width: 100%;
  display: grid;
  place-items: center;
}
.bubble-system {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1;
  margin: auto;
  isolation: isolate;
}
.bubble {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #071927;
  text-align: center;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 32% 23%, rgba(255,255,255,1) 0 12%, rgba(255,255,255,.74) 13% 27%, transparent 28%),
    radial-gradient(circle at 70% 72%, rgba(255,255,255,.72), transparent 33%),
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.84), rgba(224,240,247,.66) 58%, rgba(190,220,235,.42) 100%);
  border: 1px solid rgba(102,151,176,.42);
  box-shadow:
    inset 12px 15px 20px rgba(255,255,255,.9),
    inset -18px -22px 34px rgba(102,151,176,.22),
    inset 0 0 20px rgba(121,174,199,.2),
    0 27px 34px rgba(38,82,102,.18);
  backdrop-filter: blur(12px) saturate(1.18);
  -webkit-backdrop-filter: blur(12px) saturate(1.18);
  will-change: transform;
}
.bubble::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: inset 0 0 25px rgba(255,255,255,.62), 0 0 0 1px rgba(133,184,207,.2);
  pointer-events: none;
}
.bubble::after {
  content: "";
  position: absolute;
  inset: 12% 11% 13% 10%;
  border-radius: 50%;
  background:
    linear-gradient(128deg, rgba(255,255,255,.78), transparent 34%),
    radial-gradient(circle at 86% 84%, rgba(104,158,184,.22), transparent 26%);
  box-shadow: inset 10px 8px 18px rgba(255,255,255,.34);
  opacity: .84;
  pointer-events: none;
  transform: rotate(-12deg);
}
.bubble-main {
  left: 50%;
  top: 50%;
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translate(-50%, -50%);
  animation: bubble-center-float 7.5s ease-in-out infinite;
}
.bubble-main .ksc {
  position: relative;
  z-index: 1;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.bubble-main .lab {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.bubble-small {
  width: 116px;
  height: 116px;
  padding: 12px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  animation: bubble-small-float var(--bubble-duration, 7s) ease-in-out var(--bubble-delay, 0s) infinite;
}
.b1 { left: 50%; top: 8%; --bubble-duration: 7.2s; --bubble-delay: -.8s; --float-x: 4px; --float-y: -8px; --float-tilt: 1deg; }
.b2 { left: 73%; top: 18%; --bubble-duration: 6.7s; --bubble-delay: -2.1s; --float-x: -5px; --float-y: -7px; --float-tilt: -1.5deg; }
.b3 { left: 88%; top: 34%; --bubble-duration: 7.9s; --bubble-delay: -1.5s; --float-x: 6px; --float-y: 5px; --float-tilt: .8deg; }
.b4 { left: 91%; top: 55%; --bubble-duration: 6.9s; --bubble-delay: -.2s; --float-x: -5px; --float-y: 7px; --float-tilt: -1deg; }
.b5 { left: 81%; top: 76%; --bubble-duration: 8.1s; --bubble-delay: -2.6s; --float-x: 5px; --float-y: -6px; --float-tilt: 1.2deg; }
.b6 { left: 63%; top: 89%; --bubble-duration: 7.4s; --bubble-delay: -1.1s; --float-x: -4px; --float-y: 8px; --float-tilt: -.8deg; }
.b7 { left: 38%; top: 88%; --bubble-duration: 6.8s; --bubble-delay: -2.3s; --float-x: 5px; --float-y: 6px; --float-tilt: 1deg; }
.b8 { left: 20%; top: 75%; --bubble-duration: 7.7s; --bubble-delay: -.6s; --float-x: -6px; --float-y: -5px; --float-tilt: -1.3deg; }
.b9 { left: 9%; top: 54%; --bubble-duration: 7.1s; --bubble-delay: -1.9s; --float-x: 5px; --float-y: -6px; --float-tilt: .9deg; }
.b10 { left: 13%; top: 34%; --bubble-duration: 8s; --bubble-delay: -3s; --float-x: -4px; --float-y: 7px; --float-tilt: -1.1deg; }
.b11 { left: 28%; top: 19%; --bubble-duration: 6.6s; --bubble-delay: -1.4s; --float-x: 6px; --float-y: -5px; --float-tilt: 1.4deg; }
@media (prefers-reduced-motion: reduce) {
  .bubble {
    animation: none;
  }
  .bubble-main {
    transform: translate(-50%, -50%);
  }
}
.capability-list { list-style: none; padding: 0; margin: 34px 0 0; counter-reset: capability; }
.capability-list li {
  position: relative;
  padding: 21px 0 21px 58px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.capability-list li::before {
  counter-increment: capability;
  content: "0" counter(capability);
  position: absolute;
  left: 0;
  top: 23px;
  color: #9aadb6;
  font-size: 12px;
  font-weight: 900;
}
.capability-list strong { color: var(--navy); }

.why-us { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why-card { min-height: 212px; padding: 28px 24px; background: #f4f8fa; border: 1px solid #edf3f6; }
.why-card__number { color: #a4b7c0; font-size: 11px; font-weight: 900; margin-bottom: 42px; }
.why-card h3 { margin-top: 0; }

.process { background: var(--cloud); text-align: center; }
.process__inner { max-width: 1060px; }
.process__lead { max-width: 520px; margin: 18px auto 72px; color: var(--muted); }
.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.process-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 31px;
  height: 1px;
  background: #b6c8d0;
}
.process-step { position: relative; z-index: 1; }
.process-dot {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border: 1px solid #b6c8d0;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(18,62,82,.08);
}
.process-step h3 { min-height: 42px; margin: 0 0 9px; color: var(--navy); font-size: 16px; line-height: 1.3; }
.process-step p { margin: 0; font-size: 12px; }

.audience.who-work {
  --visible-cards: 3;
  --card-gap: 24px;
  --card-peek: 0px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(190, 211, 221, .55), transparent 28%),
    linear-gradient(118deg, #fbfdfe 0%, #f3f8fa 48%, #edf5f8 100%);
}
.who-work__grid {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
}
.who-work__copy h2 {
  max-width: 520px;
  font-size: clamp(38px, calc(4.2vw - 4px), 63px);
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0;
}
.who-work__copy p:not(.eyebrow) {
  max-width: 510px;
  margin: 30px 0 0;
  color: #435864;
  font-size: 18px;
  line-height: 1.65;
}
.who-work__carousel { min-width: 0; }
.who-work__viewport {
  width: 100%;
  overflow: hidden;
  padding: 16px 0 28px;
}
.who-work__track {
  display: flex;
  gap: var(--card-gap);
  transition: transform .48s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}
.audience-card {
  flex: 0 0 calc((100% - (var(--card-gap) * (var(--visible-cards) - 1))) / var(--visible-cards));
  min-height: 382px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 18px 28px;
  border: 1px solid #d5e3e9;
  border-radius: 20px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 36px rgba(8, 44, 62, .12);
}
.audience-card__media {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  overflow: hidden;
  border-radius: 14px;
  background: #edf4f7;
}
.audience-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audience-card__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-top: -32px;
  border: 1px solid #cfdee6;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 8px 18px rgba(8, 44, 62, .08);
  position: relative;
  z-index: 1;
}
.audience-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.audience-card h3 {
  min-height: 62px;
  display: grid;
  place-items: center;
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.audience-card__divider {
  width: 74%;
  height: 1px;
  margin: 0;
  background: #dce8ee;
}
.contact-page {
  padding: 92px 0;
  background: radial-gradient(circle at 0% 100%, rgba(63,112,129,.35), transparent 35%), linear-gradient(135deg, var(--navy-deep), #14556a);
  color: var(--white);
}
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-copy .eyebrow { color: #9ec4d1; }
.contact-copy p { max-width: 520px; color: rgba(255,255,255,.72); }
.contact-list { list-style: none; padding: 0; margin: 42px 0 0; }
.contact-list li { margin: 18px 0; }
.contact-list strong { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-list span { display: block; color: rgba(255,255,255,.72); font-size: 13px; }
.project-form {
  background: var(--white);
  color: var(--ink);
  padding: 35px;
  box-shadow: 0 30px 70px rgba(0,0,0,.19);
}
.project-form h3 { margin: 0 0 24px; color: var(--navy); font-size: 26px; line-height: 1.1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.project-form label, .project-form legend {
  display: block;
  color: #48606b;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 16px;
}
.project-form input, .project-form textarea, .project-form select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid #d8e1e5;
  background: #f9fbfc;
  color: var(--ink);
  outline: none;
  transition: border .2s, box-shadow .2s;
}
.upload-field input[type="file"] { padding: 12px; background: #fff; }
.project-form input:focus, .project-form textarea:focus, .project-form select:focus {
  border-color: #6f98a8;
  box-shadow: 0 0 0 3px rgba(63,112,129,.12);
}
fieldset { border: 0; padding: 0; margin: 0 0 8px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card, .pill-option {
  position: relative;
  margin: 0;
}
.choice-card input, .pill-option input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  column-gap: 14px;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid #d8e1e5;
  background: #fbfdfe;
  font-size: 11px;
  line-height: 1.25;
}
.choice-card span::before {
  content: "";
  position: static;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1.5px solid #b5c6cd;
  background: var(--white);
}
.choice-card input:checked + span { border-color: #7ea4b3; background: #f1f7f9; color: var(--navy); }
.choice-card input:checked + span::before { border-color: var(--navy); background: linear-gradient(135deg, var(--navy), var(--teal)); box-shadow: inset 0 0 0 3px var(--white); }
.pill-grid, .formula-row { display: flex; flex-wrap: wrap; gap: 9px; }
.pill-option span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d8e1e5;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}
.pill-option input:checked + span { background: var(--navy); color: var(--white); border-color: var(--navy); }
.formula-row label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #d8e1e5;
  background: #fbfdfe;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}
.formula-row input {
  width: auto;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}
.project-form .formula-row input[type="radio"] {
  width: auto;
  min-width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  accent-color: var(--navy);
}
.formula-row span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.formula-row label:has(input:checked) {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.form-note, .form-success, .form-error { font-size: 11px; text-align: center; }
.form-note { color: #83919a; margin: 13px 0 0; }
.form-success, .form-error { margin: 0 0 18px; padding: 12px; }
.form-success { background: #eaf4ef; color: #316654; }
.form-error { background: #fff0ed; color: #994232; }

.page-hero, .project-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(18,62,82,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,62,82,.035) 1px, transparent 1px),
    linear-gradient(110deg, #f6fbfd 0%, #e6f2f6 100%);
  background-size: 38px 38px, 38px 38px, auto;
}
.page-hero__grid, .project-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
  min-height: 590px;
  padding: 88px 0;
}
.page-hero h1, .project-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}
.page-hero p, .project-hero p {
  max-width: 610px;
  color: var(--muted);
  font-size: 16px;
}
.page-hero-card, .project-steps-card, .contact-sidebar__intro, .sidebar-card, .project-form--detailed {
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(11,23,32,.06);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(8,44,62,.09);
}
.page-hero-card, .project-steps-card { padding: 34px; }
.page-hero-card h3, .project-steps-card h3, .contact-sidebar__intro h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.04;
  letter-spacing: 0;
}
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.metric-grid div { padding: 18px; background: #eef5f7; border: 1px solid var(--line); }
.metric-grid strong { display: block; color: var(--navy); font-size: 30px; line-height: 1; }
.metric-grid span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-list { display: grid; gap: 16px; margin-top: 28px; }
.hero-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding-top: 16px; border-top: 1px solid var(--line); }
.hero-list span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #edf4f7; color: var(--navy); font-size: 11px; font-weight: 900; }
.hero-list strong { display: block; color: var(--navy); font-size: 16px; line-height: 1.25; }
.hero-list small { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.about-role-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.about-role-grid h2 { margin: 0; color: var(--ink); font-size: clamp(35px, 4vw, 56px); line-height: 1.04; letter-spacing: 0; }
.pill-summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.pill-summary-grid div { padding: 18px; border: 1px solid var(--line); background: #f7fbfc; }
.pill-summary-grid strong, .pill-summary-grid span { display: block; }
.pill-summary-grid strong { color: var(--navy); font-size: 14px; }
.pill-summary-grid span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.mission-grid, .route-grid, .info-grid { display: grid; gap: 18px; }
.mission-grid { grid-template-columns: repeat(3, 1fr); }
.route-grid { grid-template-columns: repeat(3, 1fr); }
.info-grid { grid-template-columns: repeat(2, 1fr); }
.mission-card, .route-card, .info-card, .faq-item { background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(8,44,62,.05); }
.mission-card, .route-card, .info-card { padding: 28px; }
.mission-card span, .route-card span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mission-card h3, .route-card h3, .info-card h3 { margin: 14px 0 10px; color: var(--navy); font-size: 24px; line-height: 1.08; }
.mission-card p, .route-card p, .info-card li, .faq-item p { color: var(--muted); }
.route-card ul, .info-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); }
.route-card li, .info-card li { margin: 8px 0; }
.process-track--detailed .process-step span { display: inline-flex; margin-top: 12px; padding: 6px 9px; border: 1px solid #b6c8d0; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 0; }
.faq-item summary { cursor: pointer; padding: 20px 24px; color: var(--navy); font-weight: 900; }
.faq-item p { margin: 0; padding: 0 24px 22px; }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.summary-card {
  display: block;
  min-height: 246px;
  padding: 24px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(8,44,62,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.summary-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(8,44,62,.12); }
.summary-number {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #edf4f7;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.summary-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; line-height: 1.15; }
.summary-card p { margin: 0; color: var(--muted); font-size: 13px; }
.section--soft { background: var(--cloud); }
.service-detail-grid { display: grid; grid-template-columns: 280px 1fr; gap: 42px; align-items: start; }
.toc {
  position: sticky;
  top: 108px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(8,44,62,.06);
}
.toc h3 {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.toc a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #edf3f6;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}
.service-detail-list { display: grid; gap: 20px; }
.service-detail {
  display: grid;
  grid-template-columns: 94px 1fr;
  min-height: 270px;
  background: var(--white);
  border: 1px solid var(--line);
}
.service-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
}
.service-copy { padding: 32px; }
.service-copy h3 { margin: 0 0 10px; color: var(--navy); font-size: 30px; line-height: 1.02; }
.service-copy p { color: var(--muted); }
.service-copy ul { columns: 2; gap: 30px; margin: 22px 0; padding-left: 20px; color: #41545e; }
.service-copy li { break-inside: avoid; margin: 8px 0; }
.mini-card {
  padding: 18px;
  background: #f5f9fb;
  border: 1px solid #e4eef2;
}
.mini-card h4, .client-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
}
.client-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.client-card {
  min-height: 210px;
  padding: 30px;
  background: #f4f8fa;
  border: 1px solid #edf3f6;
}
.client-card p { color: var(--muted); }
.cta-band { padding: 82px 0; background: var(--navy-deep); color: var(--white); }
.cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.cta-band .eyebrow { color: #9ec4d1; }
.cta-band h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; }
.cta-band p { max-width: 630px; color: rgba(255,255,255,.7); }

.project-hero__grid { min-height: 530px; }
.project-hero__copy .button { margin-top: 26px; }
.project-steps-card ol, .steps-list { list-style: none; padding: 0; margin: 22px 0 0; counter-reset: step; }
.project-steps-card li, .steps-list li {
  position: relative;
  min-height: 56px;
  padding-left: 54px;
  margin: 18px 0;
}
.project-steps-card li::before, .steps-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}
.project-steps-card strong, .steps-list strong { display: block; color: var(--navy); font-size: 15px; }
.project-steps-card span, .steps-list span { display: block; color: var(--muted); font-size: 13px; }
.contact-page--detailed { padding: 96px 0; }
.contact-page__body { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; }
.contact-sidebar { display: grid; gap: 18px; }
.contact-sidebar__intro, .sidebar-card { padding: 28px; color: var(--ink); }
.contact-sidebar__intro p, .sidebar-card p { color: var(--muted); }
.sidebar-card__label {
  display: block;
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sidebar-card h4 { margin: 10px 0; color: var(--navy); font-size: 25px; line-height: 1.05; }
.project-form--detailed { padding: 32px; }
.project-form__head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 26px;
}
.project-form__head small {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.project-form__head h3 { margin: 0; font-size: 34px; }
.project-form__head p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { background: #061b26; color: rgba(255,255,255,.63); padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-bottom: 45px; }
.footer-brand img { width: 250px; height: 72px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 330px; font-size: 13px; }
.footer-grid h4 { margin: 15px 0 18px; color: var(--white); font-size: 12px; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; font-size: 12px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.reveal,
.reveal.visible { opacity: 1; transform: none; transition: none; }

@media (max-width: 1040px) {
  .container { width: min(100% - 44px, 1180px); }
  .main-nav { gap: 18px; }
  .brand { width: 205px; }
  .hero__grid { min-height: 760px; padding-top: 64px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(42px, 5.2vw, 54px); }
  .hero__subhead { font-size: clamp(24px, calc(5.6vw - 8px), 44px); }
  .hero__lead { max-width: 680px; font-size: 16px; }
  .hero__proof { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .hero__proof-item:nth-child(4) { border-left: 0; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .value-card:nth-child(4), .value-card:nth-child(5) { border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid, .contact-grid { grid-template-columns: 1fr; }
  .capability-visual { max-width: 640px; width: 100%; margin: auto; }
  .process-track { grid-template-columns: repeat(3, 1fr); row-gap: 45px; }
  .process-track::before { display: none; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero__grid, .project-hero__grid, .service-detail-grid, .contact-page__body { grid-template-columns: 1fr; }
  .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .about-role-grid, .mission-grid, .route-grid, .info-grid { grid-template-columns: 1fr; }
  .toc { position: static; }
  .audience.who-work { --visible-cards: 2; --card-peek: 0px; }
  .who-work__grid { grid-template-columns: 1fr; }
  .who-work__copy h2 { max-width: 720px; }
  .who-work__copy p:not(.eyebrow) { max-width: 640px; }
}

@media (max-width: 760px) {
  .topbar__meta { display: none; }
  .site-header { height: 76px; }
  .brand { width: 190px; }
  .brand img { height: 50px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 22px 24px 28px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 18px 28px rgba(8,44,62,.1);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 6px 0; }
  .main-nav .button { margin-top: 8px; }
  .section { padding: 85px 0; }
  .hero { background-position: 43% center; }
  .hero__grid { min-height: auto; padding: 72px 0 38px; }
  .hero__copy { padding-top: 0; }
  .hero__eyebrow {
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: .2em;
  }
  .hero__eyebrow::after { display: none; }
  .hero h1 { font-size: 42px; line-height: .94; white-space: normal; }
  .hero__subhead { margin-top: 16px; font-size: 20px; }
  .hero__lead { max-width: 430px; font-size: 16px; }
  .hero__actions { flex-direction: column; align-items: center; gap: 18px; }
  .hero__actions .button, .hero__actions .text-link { font-size: 20px; font-weight: 500; }
  .hero__actions .button { width: min(100%, 340px); padding: 0 24px; }
  .hero__proof { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; padding-top: 24px; }
  .hero__proof-item, .hero__proof-item:nth-child(4) { min-height: auto; padding: 0; border: 0; }
  .hero__proof svg { width: 34px; height: 34px; margin-bottom: 8px; }
  .hero__proof strong { font-size: 17px; }
  .hero__proof span { margin-top: 5px; font-size: 13px; }
  .intro-grid, .section-heading, .audience-grid { grid-template-columns: 1fr; gap: 35px; align-items: start; }
  .audience.who-work { --visible-cards: 1; --card-gap: 18px; --card-peek: 0px; }
  .who-work__grid { gap: 28px; }
  .who-work__copy h2 { font-size: 34px; }
  .who-work__copy p:not(.eyebrow) { margin-top: 22px; font-size: 16px; }
  .who-work__viewport { padding-top: 8px; }
  .audience-card { min-height: 350px; padding: 14px 14px 24px; }
  .audience-card h3 { min-height: 54px; font-size: 16px; }
  .values-grid, .why-grid, .process-track, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .value-card { border-left: 1px solid var(--line) !important; border-top: 1px solid var(--line) !important; }
  .value-card:first-child { border-top: 0 !important; }
  .service-card { min-height: auto; }
  .capability-visual { min-height: 480px; padding: 0; }
  .bubble-lab { width: min(100%, 450px); }
  .bubble-lab__center { width: 172px; height: 172px; font-size: 34px; }
  .bubble-lab__center { gap: 9px; }
  .bubble-lab__center small { font-size: 12px; }
  .bubble-lab__node { width: 88px; height: 88px; }
  .bubble-lab__bubble { font-size: 10px; padding: 9px; }
  .bubble-system { width: min(100%, 450px); }
  .bubble-main { width: 172px; height: 172px; gap: 9px; }
  .bubble-main .ksc { font-size: 34px; }
  .bubble-main .lab { font-size: 12px; }
  .bubble-small { width: 88px; height: 88px; font-size: 10px; padding: 9px; }
  .choice-grid { grid-template-columns: 1fr; }
  .summary-grid, .client-grid, .service-detail, .cta-band__inner, .project-form__head, .pill-summary-grid { grid-template-columns: 1fr; }
  .page-hero__grid, .project-hero__grid { min-height: auto; padding: 72px 0; }
  .page-hero h1, .project-hero h1 { font-size: 42px; }
  .page-hero-card, .project-steps-card, .contact-sidebar__intro, .sidebar-card, .project-form--detailed { border-radius: 18px; }
  .service-copy { padding: 24px; }
  .service-copy ul { columns: 1; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 30px, 1180px); }
  .topbar { font-size: 10px; }
  .hero h1 { font-size: 38px; }
  .intro-grid h2, .section-heading h2, .capability-copy h2, .contact-copy h2, .audience h2, .process h2 { font-size: 37px; }
  .category-strip__inner { justify-content: flex-start; overflow-x: auto; }
  .category-strip span { flex: 0 0 auto; }
  .capability-visual { min-height: 410px; }
  .bubble-lab { width: min(100%, 350px); }
  .bubble-lab__center { width: 134px; height: 134px; font-size: 26px; }
  .bubble-lab__center { gap: 6px; }
  .bubble-lab__center small { font-size: 10px; }
  .bubble-lab__node { width: 68px; height: 68px; }
  .bubble-lab__bubble { font-size: 8px; padding: 7px; }
  .bubble-system { width: min(100%, 350px); }
  .bubble-main { width: 134px; height: 134px; gap: 6px; }
  .bubble-main .ksc { font-size: 26px; }
  .bubble-main .lab { font-size: 10px; }
  .bubble-small { width: 68px; height: 68px; font-size: 8px; padding: 7px; }
  .project-form { padding: 24px; }
}

/* Native WordPress editorial experience */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: #fff;
  color: var(--navy-deep);
}

.journal-hero,
.article-hero,
.native-page__hero {
  background:
    linear-gradient(rgba(255,255,255,.42), rgba(255,255,255,.42)),
    linear-gradient(120deg, #f7fafb 0%, #eaf3f6 58%, #f5f2ee 100%);
  border-bottom: 1px solid var(--line);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #60717b;
  font-size: 12px;
  font-weight: 700;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.journal-hero {
  padding: 42px 0 34px;
}

.journal-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 90px;
  align-items: end;
  padding: 78px 0 52px;
}

.journal-hero h1,
.article-hero h1,
.native-page__hero h1,
.not-found-page h1 {
  margin: 0;
  color: #071927;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

.journal-hero__intro > p {
  max-width: 560px;
  margin: 0 0 26px;
  color: #435864;
  font-size: 18px;
  line-height: 1.65;
}

.journal-search label {
  display: block;
  margin-bottom: 9px;
  color: var(--navy-deep);
  font-size: 12px;
  font-weight: 800;
}

.journal-search > div {
  display: grid;
  grid-template-columns: 1fr 52px;
  min-height: 54px;
  border: 1px solid #bfd2da;
  background: #fff;
}

.journal-search input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
}

.journal-search input[type="search"]:focus {
  box-shadow: inset 0 0 0 2px var(--teal);
}

.journal-search button {
  border: 0;
  border-left: 1px solid #bfd2da;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.journal-search button:hover,
.journal-search button:focus-visible {
  background: var(--navy-deep);
}

.journal-category-nav {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.journal-category-nav a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #cfe0e7;
  border-radius: 4px;
  background: rgba(255,255,255,.7);
  color: #31505e;
  font-size: 12px;
  font-weight: 800;
}

.journal-category-nav a:hover,
.journal-category-nav a:focus-visible,
.journal-category-nav a.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.journal-feature {
  padding-top: 78px;
  padding-bottom: 42px;
}

.journal-cover-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  min-height: 570px;
  border-top: 1px solid #b7cdd6;
  border-bottom: 1px solid #b7cdd6;
}

.journal-cover-story__media {
  min-height: 570px;
  overflow: hidden;
  background: #dfeaec;
}

.journal-cover-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.journal-cover-story__media:hover img {
  transform: scale(1.025);
}

.journal-cover-story__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 570px;
  background: linear-gradient(135deg, #d9e7ec, #f4f0e9);
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.journal-cover-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 0 62px 58px;
}

.journal-topic-link {
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.journal-cover-story h2 {
  margin: 16px 0 22px;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.journal-cover-story__copy > p:not(.eyebrow) {
  margin: 0;
  color: #4a5f69;
  font-size: 17px;
  line-height: 1.65;
}

.journal-cover-story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 28px 0;
  color: #71818a;
  font-size: 12px;
  font-weight: 700;
}

.journal-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.journal-section-head h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 0;
}

.journal-section-head > p {
  max-width: 430px;
  margin: 0;
  color: #60717b;
}

.journal-section-head--centered {
  justify-content: center;
  text-align: center;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 28px;
}

.journal-card {
  min-width: 0;
}

.journal-card__media {
  display: block;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  border: 1px solid #d4e1e6;
  border-radius: 6px;
  background: #edf4f6;
}

.journal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.journal-card:hover .journal-card__media img {
  transform: scale(1.03);
}

.journal-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #e6f0f3, #f5f1eb);
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
}

.journal-card__body {
  padding-top: 22px;
}

.journal-card__meta,
.journal-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #71818a;
  font-size: 11px;
  font-weight: 800;
}

.journal-card__meta a {
  color: var(--teal);
  text-transform: uppercase;
}

.journal-card h2 {
  margin: 14px 0 12px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: 0;
}

.journal-card__body > p {
  margin: 0 0 22px;
  color: #536872;
  line-height: 1.65;
}

.journal-card__footer {
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.journal-card__footer .text-link {
  font-size: 12px;
}

.journal-card--text {
  min-height: 310px;
  padding: 28px;
  border: 1px solid #d8e4e8;
  border-radius: 6px;
  background: #fff;
}

.journal-card--text .journal-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 0;
}

.journal-card--text .journal-card__footer {
  margin-top: auto;
}

.journal-pagination {
  margin-top: 54px;
}

.journal-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journal-pagination a,
.journal-pagination span {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid #cfe0e7;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.journal-pagination .current {
  background: var(--navy);
  color: #fff;
}

.journal-empty {
  padding: 70px;
  border: 1px solid var(--line);
  background: #f6fafb;
  text-align: center;
}

.journal-empty h2 {
  margin: 0 0 16px;
  font-size: 40px;
  letter-spacing: 0;
}

.journal-topics {
  background: #f4f1ec;
}

.journal-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d7d3cc;
  border-left: 1px solid #d7d3cc;
}

.journal-topic-grid > a {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid #d7d3cc;
  border-bottom: 1px solid #d7d3cc;
  background: rgba(255,255,255,.45);
}

.journal-topic-grid > a:hover,
.journal-topic-grid > a:focus-visible {
  background: #fff;
}

.journal-topic-grid span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
}

.journal-topic-grid h3 {
  margin: 34px 0 13px;
  font-size: 23px;
  line-height: 1.15;
}

.journal-topic-grid p {
  color: #60717b;
  font-size: 14px;
  line-height: 1.55;
}

.journal-topic-grid strong {
  color: var(--navy);
  font-size: 12px;
}

.journal-newsletter {
  padding: 72px 0;
  background: var(--navy-deep);
  color: #fff;
}

.journal-newsletter__inner {
  display: grid;
  grid-template-columns: 1.2fr .9fr auto;
  gap: 50px;
  align-items: center;
}

.journal-newsletter .eyebrow {
  color: #9ec4d1;
}

.journal-newsletter h2 {
  margin: 0;
  max-width: 650px;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 0;
}

.journal-newsletter p {
  margin: 0;
  color: rgba(255,255,255,.7);
}

.journal-newsletter .button {
  border-color: #fff;
  background: #fff;
  color: var(--navy-deep);
  white-space: nowrap;
}

.article-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 30;
  height: 2px;
  pointer-events: none;
}

.article-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--teal);
}

.article-hero {
  padding: 42px 0 86px;
}

.article-hero__content {
  max-width: 980px;
  margin: 88px auto 0;
  text-align: center;
}

.article-taxonomy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.article-taxonomy a,
.article-taxonomy span {
  padding: 7px 11px;
  border: 1px solid #c9dbe2;
  border-radius: 3px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.article-summary {
  max-width: 800px;
  margin: 30px auto 0;
  color: #4d6375;
  font-size: 22px;
  line-height: 1.55;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 38px;
  margin: 36px 0 0;
}

.article-byline div {
  display: grid;
  gap: 3px;
}

.article-byline dt {
  color: #7b8c94;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.article-byline dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.article-featured-image {
  margin-top: -38px;
}

.article-featured-image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  border-radius: 6px;
}

.article-featured-image figcaption {
  margin-top: 10px;
  color: #71818a;
  font-size: 12px;
}

.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: 76px;
  justify-content: center;
  align-items: start;
  padding-top: 90px;
  padding-bottom: 100px;
}

.article-toc {
  position: sticky;
  top: 145px;
  padding-top: 6px;
}

.article-toc nav {
  display: grid;
  border-top: 1px solid var(--line);
}

.article-toc nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: #536872;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.article-toc nav a:hover,
.article-toc nav a:focus-visible,
.article-toc nav a.is-active {
  color: var(--navy);
}

.article-toc__back {
  display: inline-flex;
  margin-top: 24px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}

.article-toc-mobile {
  display: none;
}

.article-content {
  min-width: 0;
  color: #253942;
  font-size: 18px;
  line-height: 1.82;
}

.article-content > :first-child {
  margin-top: 0;
}

.article-content h2 {
  margin: 66px 0 22px;
  color: #071927;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
  scroll-margin-top: 145px;
}

.article-content h3 {
  margin: 40px 0 16px;
  color: #123e52;
  font-size: 27px;
  line-height: 1.2;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin: 0 0 26px;
}

.article-content a {
  color: #0f6178;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-content blockquote,
.article-content .is-style-kakushin-editorial {
  margin: 54px 0;
  padding: 10px 0 10px 32px;
  border-left: 3px solid var(--teal);
  color: var(--navy-deep);
  font-size: 28px;
  font-weight: 650;
  line-height: 1.4;
}

.article-content figure {
  margin: 50px 0;
}

.article-content figure img {
  border-radius: 6px;
}

.article-content figcaption {
  color: #71818a;
  font-size: 12px;
}

.journal-callout,
.ingredient-definition,
.product-education-module,
.article-trust-note {
  margin: 52px 0;
  padding: 30px 34px;
  border: 1px solid #cfe0e7;
  border-radius: 6px;
  background: #f4f8fa;
}

.journal-callout--takeaways {
  border-color: #d5d2c9;
  background: #f5f2ee;
}

.ingredient-definition {
  border-color: #cadbd4;
  background: #eef4f1;
}

.product-education-module {
  background: #fff;
  box-shadow: 0 18px 40px rgba(8,44,62,.08);
}

.journal-callout h2,
.ingredient-definition h2,
.product-education-module h2,
.article-trust-note h2 {
  margin-top: 0;
}

.article-trust-note dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 26px 0 0;
  padding-top: 20px;
  border-top: 1px solid #cadbe1;
}

.article-trust-note dt {
  color: #71818a;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.article-trust-note dd {
  margin: 5px 0 0;
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 750;
}

.article-product-bridge {
  padding: 70px 0;
  border-top: 1px solid #d7d3cc;
  border-bottom: 1px solid #d7d3cc;
  background: #f5f2ee;
}

.article-product-bridge__inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr auto;
  gap: 44px;
  align-items: center;
}

.article-product-bridge h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 0;
}

.article-product-bridge p {
  margin: 0;
  color: #536872;
}

.related-journal {
  background: #f7fafb;
}

.native-page__hero {
  padding: 42px 0 72px;
}

.native-page__hero-inner > .eyebrow {
  margin-top: 72px;
}

.native-page__hero-inner > p:last-child {
  max-width: 700px;
  color: #536872;
  font-size: 19px;
}

.native-page__content {
  padding-top: 80px;
  padding-bottom: 100px;
}

.native-page__content > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.native-page__content > .alignwide {
  max-width: 1200px;
}

.native-page__content > .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.not-found-page {
  min-height: 72vh;
  display: grid;
  place-items: center;
  background: linear-gradient(125deg, #f7fafb, #eaf3f6 60%, #f5f2ee);
}

.not-found-page__inner {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.not-found-page__inner > p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px auto;
  color: #536872;
  font-size: 18px;
}

.not-found-page__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

@media (max-width: 980px) {
  .journal-hero__grid,
  .journal-cover-story,
  .journal-newsletter__inner,
  .article-product-bridge__inner {
    grid-template-columns: 1fr;
  }

  .journal-hero__grid {
    gap: 34px;
    padding: 58px 0 38px;
  }

  .journal-cover-story__copy {
    padding: 42px 0;
  }

  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: minmax(0, 760px);
    padding-top: 56px;
  }

  .article-toc {
    display: none;
  }

  .article-toc-mobile {
    display: block;
    margin-top: 34px;
    border: 1px solid #cfe0e7;
    border-radius: 6px;
    background: #f7fafb;
  }

  .article-toc-mobile summary {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: var(--navy-deep);
    font-weight: 850;
    cursor: pointer;
  }

  .article-toc-mobile nav {
    display: grid;
    padding: 0 18px 16px;
  }

  .article-toc-mobile a {
    padding: 11px 0;
    border-top: 1px solid var(--line);
    color: #536872;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .journal-hero,
  .article-hero,
  .native-page__hero {
    padding-top: 26px;
  }

  .journal-hero h1,
  .article-hero h1,
  .native-page__hero h1,
  .not-found-page h1 {
    font-size: 42px;
  }

  .journal-cover-story__media,
  .journal-cover-story__placeholder {
    min-height: 340px;
  }

  .journal-cover-story {
    min-height: 0;
  }

  .journal-grid,
  .journal-topic-grid {
    grid-template-columns: 1fr;
  }

  .journal-section-head {
    display: block;
  }

  .journal-section-head h2,
  .journal-newsletter h2,
  .article-product-bridge h2,
  .article-content h2,
  .journal-empty h2 {
    font-size: 34px;
  }

  .journal-section-head > p {
    margin-top: 16px;
  }

  .journal-card h2 {
    font-size: 25px;
  }

  .journal-newsletter__inner,
  .article-product-bridge__inner {
    gap: 24px;
  }

  .article-hero {
    padding-bottom: 66px;
  }

  .article-hero__content {
    margin-top: 58px;
    text-align: left;
  }

  .article-taxonomy,
  .article-byline {
    justify-content: flex-start;
  }

  .article-summary {
    font-size: 18px;
  }

  .article-featured-image {
    margin-top: -26px;
  }

  .article-layout {
    padding-bottom: 72px;
  }

  .article-content {
    font-size: 17px;
    line-height: 1.75;
  }

  .article-content blockquote,
  .article-content .is-style-kakushin-editorial {
    margin: 40px 0;
    padding-left: 22px;
    font-size: 23px;
  }

  .journal-callout,
  .ingredient-definition,
  .product-education-module,
  .article-trust-note {
    padding: 24px;
  }

  .article-trust-note dl {
    grid-template-columns: 1fr;
  }

  .not-found-page__actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-cover-story__media img,
  .journal-card__media img {
    transition: none;
  }
}

/* Template 2 editorial article layout */
.kakushin-journal-article .article-hero {
  padding: 28px 0 48px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82)),
    linear-gradient(110deg, #f7fbfd, #edf5f8);
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  color: #536872;
  font-size: 13px;
  font-weight: 700;
}

.article-back-link:hover,
.article-back-link:focus-visible {
  color: var(--navy);
}

.kakushin-journal-article .article-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 52px;
  align-items: center;
  margin-top: 18px;
}

.kakushin-journal-article .article-hero__content {
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.kakushin-journal-article .article-taxonomy {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.kakushin-journal-article .article-taxonomy a,
.kakushin-journal-article .article-taxonomy span {
  padding: 0;
  border: 0;
  color: var(--teal);
  letter-spacing: .12em;
}

.kakushin-journal-article .article-hero h1 {
  margin: 0;
  color: #0a263b;
  font-size: clamp(44px, 4.1vw, 58px);
  line-height: 1.06;
  letter-spacing: -1px;
}

.kakushin-journal-article .article-summary {
  max-width: 590px;
  margin: 22px 0 0;
  color: #536b7b;
  font-size: 16px;
  line-height: 1.65;
}

.kakushin-journal-article .article-byline {
  justify-content: flex-start;
  gap: 14px 26px;
  margin-top: 25px;
}

.kakushin-journal-article .article-byline div {
  position: relative;
}

.kakushin-journal-article .article-byline div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9aabb4;
}

.kakushin-journal-article .article-featured-image {
  margin: 0;
}

.kakushin-journal-article .article-featured-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 470px;
  border-radius: 3px;
  object-fit: cover;
}

.article-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(260px, 310px);
  gap: 38px;
  align-items: start;
  padding-top: 34px;
  padding-bottom: 92px;
}

.article-main-column {
  min-width: 0;
}

.article-guide-nav.article-toc {
  display: block;
  position: relative;
  top: auto;
  margin: 0 0 30px;
  padding: 0;
  border: 1px solid #cbdde5;
  border-radius: 4px;
  background: linear-gradient(118deg, #fbfdfe, #f3f8fa);
}

.article-guide-nav > summary {
  display: none;
}

.article-guide-nav__body {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 104px;
  gap: 18px;
  align-items: start;
  min-height: 138px;
  padding: 24px 26px;
}

.article-guide-nav__body > .eyebrow {
  margin-top: 2px;
  color: var(--navy-deep);
}

.article-guide-nav ol {
  columns: 2;
  column-gap: 34px;
  margin: 0;
  padding-left: 24px;
}

.article-guide-nav li {
  break-inside: avoid;
  margin: 0 0 8px;
  padding-left: 4px;
  color: #536872;
  font-size: 13px;
  line-height: 1.45;
}

.article-guide-nav a {
  color: #253f4c;
  font-weight: 700;
}

.article-guide-nav a:hover,
.article-guide-nav a:focus-visible,
.article-guide-nav a.is-active {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-guide-nav__mark {
  position: relative;
  width: 74px;
  height: 86px;
  justify-self: end;
  border: 2px solid #9ab5c2;
  border-radius: 4px;
}

.article-guide-nav__mark::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 21px;
  width: 28px;
  height: 14px;
  border: 2px solid #9ab5c2;
  border-radius: 4px 4px 0 0;
  background: #f7fafb;
}

.article-guide-nav__mark::after {
  content: "\2713\A\2713\A\2713";
  position: absolute;
  inset: 19px 16px;
  color: #6d91a2;
  font-size: 15px;
  line-height: 1.45;
  white-space: pre;
}

.kakushin-journal-article .article-content {
  color: #243b47;
  font-size: 16.5px;
  line-height: 1.75;
}

.kakushin-journal-article .article-content h2 {
  margin-top: 54px;
  scroll-margin-top: 132px;
}

.kakushin-journal-article .article-content h3 {
  font-size: 24px;
}

.kakushin-journal-article .journal-callout,
.kakushin-journal-article .ingredient-definition,
.kakushin-journal-article .product-education-module,
.kakushin-journal-article .article-trust-note {
  border-radius: 4px;
}

.article-sidebar {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 20px;
}

.article-sidebar__search {
  position: relative;
}

.article-sidebar__search input {
  width: 100%;
  min-height: 50px;
  padding: 0 48px 0 16px;
  border: 1px solid #cbdde5;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
}

.article-sidebar__search input:focus {
  outline: 3px solid rgba(63, 112, 129, .15);
  border-color: var(--teal);
}

.article-sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 50px;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.article-sidebar__card {
  padding: 18px;
  border: 1px solid #d5e2e8;
  border-radius: 4px;
  background: #fff;
}

.article-sidebar h3 {
  margin: 0 0 15px;
  color: var(--navy-deep);
  font-size: 17px;
  line-height: 1.25;
}

.article-sidebar__image {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 3px;
}

.article-sidebar__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-sidebar__about p,
.article-sidebar__cta p {
  margin: 0 0 15px;
  color: #536872;
  font-size: 13px;
  line-height: 1.6;
}

.article-sidebar__categories {
  display: grid;
}

.article-sidebar__categories a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: #284553;
  font-size: 13px;
  font-weight: 700;
}

.article-sidebar__categories a:last-child {
  border-bottom: 0;
}

.article-sidebar__categories small {
  color: #82939b;
  font-size: 11px;
}

.article-sidebar__popular {
  display: grid;
  gap: 14px;
}

.article-sidebar__popular a {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #284553;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.article-sidebar__popular img {
  width: 66px;
  height: 54px;
  border-radius: 2px;
  object-fit: cover;
}

.article-sidebar__cta {
  overflow: hidden;
  border: 1px solid #d5e2e8;
  border-radius: 4px;
  background: #eef5f8;
}

.article-sidebar__cta > div:first-child {
  padding: 24px 22px 18px;
}

.article-sidebar__cta h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.article-sidebar__cta .button {
  min-height: 44px;
}

.article-sidebar__cta-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-sidebar__contact {
  display: grid;
  gap: 7px;
  color: #536872;
  font-size: 13px;
}

.article-sidebar__contact h3 {
  margin-bottom: 5px;
}

.article-sidebar__contact a {
  color: var(--navy);
  font-weight: 750;
}

.article-author {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 32px;
  padding: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-author__media {
  overflow: hidden;
  border-radius: 50%;
}

.article-author__media:empty {
  display: none;
}

.article-author__media img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.article-author h2 {
  margin: 0 0 10px;
}

.article-author p:last-child {
  margin: 0;
  color: #536872;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .kakushin-journal-article .article-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr);
    gap: 34px;
  }

  .article-page-grid {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar__search,
  .article-sidebar__cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .kakushin-journal-article .article-hero {
    padding: 20px 0 34px;
  }

  .kakushin-journal-article .article-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kakushin-journal-article .article-hero h1 {
    font-size: 42px;
  }

  .kakushin-journal-article .article-byline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kakushin-journal-article .article-byline div::after {
    display: none;
  }

  .article-page-grid {
    width: min(100% - 36px, 1180px);
    padding-top: 26px;
    padding-bottom: 68px;
  }

  .article-guide-nav > summary {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 18px;
    color: var(--navy-deep);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    cursor: pointer;
  }

  .article-guide-nav__body {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 20px 22px;
  }

  .article-guide-nav__body > .eyebrow,
  .article-guide-nav__mark {
    display: none;
  }

  .article-guide-nav ol {
    columns: 1;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .article-sidebar__search,
  .article-sidebar__cta {
    grid-column: auto;
  }

  .article-author {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    padding-inline: 0;
  }

  .article-author__media img {
    width: 96px;
    height: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-sidebar a,
  .article-guide-nav a {
    scroll-behavior: auto;
  }
}

/* KSC FAQ accordion */
.ksc-faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 6%, rgba(190, 211, 221, .48), transparent 30%),
    linear-gradient(118deg, #fbfdfe 0%, #f3f8fa 48%, #edf5f8 100%);
  color: var(--ink);
}

.ksc-faq-section::before {
  content: "";
  position: absolute;
  inset: auto 8% 10% auto;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(18, 62, 82, .06);
  border-radius: 50%;
  opacity: .65;
  pointer-events: none;
}

.ksc-faq-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: start;
}

.ksc-faq-heading {
  position: sticky;
  top: 118px;
}

.ksc-faq-heading h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

.ksc-faq-heading p:not(.eyebrow) {
  max-width: 500px;
  margin: 26px 0 0;
  color: #435864;
  font-size: 17px;
  line-height: 1.7;
}

.ksc-faq-accordion {
  display: grid;
  gap: 14px;
}

.ksc-faq-item {
  overflow: hidden;
  border: 1px solid rgba(168, 199, 214, .48);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow:
    0 2px 6px rgba(7, 28, 54, .04),
    0 18px 38px rgba(7, 52, 78, .08);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.ksc-faq-item:has(.ksc-faq-question[aria-expanded="true"]),
.ksc-faq-item:hover {
  border-color: rgba(107, 154, 174, .58);
  box-shadow:
    0 4px 10px rgba(7, 28, 54, .06),
    0 24px 48px rgba(7, 52, 78, .12);
}

.ksc-faq-item:hover {
  transform: translateY(-2px);
}

.ksc-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.28;
  text-align: left;
  cursor: pointer;
}

.ksc-faq-question:focus-visible {
  outline: 3px solid rgba(18, 85, 106, .28);
  outline-offset: -5px;
}

.ksc-faq-icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfe0e8;
  border-radius: 50%;
  background: #f8fcfd;
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.ksc-faq-icon::before,
.ksc-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--navy);
  transform: translate(-50%, -50%);
  transition: transform .24s ease, opacity .24s ease;
}

.ksc-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ksc-faq-question[aria-expanded="true"] .ksc-faq-icon {
  border-color: rgba(18, 85, 106, .32);
  background: #edf6f9;
  transform: rotate(180deg);
}

.ksc-faq-question[aria-expanded="true"] .ksc-faq-icon::after {
  opacity: 0;
}

.ksc-faq-answer {
  padding: 0 24px 24px;
  color: #435864;
  font-size: 16px;
  line-height: 1.75;
}

.ksc-faq-answer[hidden] {
  display: none;
}

.ksc-faq-answer p {
  max-width: 780px;
  margin: 0;
}

.ksc-faq-card {
  display: grid;
  gap: 16px;
}

.ksc-faq-card h4 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.08;
}

.ksc-faq-card .ksc-faq-accordion {
  gap: 10px;
}

.ksc-faq-card .ksc-faq-item {
  border-radius: 14px;
  box-shadow:
    0 2px 6px rgba(7, 28, 54, .04),
    0 14px 26px rgba(7, 52, 78, .08);
}

.ksc-faq-card .ksc-faq-item:hover {
  transform: translateY(-1px);
}

.ksc-faq-card .ksc-faq-question {
  gap: 14px;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 1.35;
}

.ksc-faq-card .ksc-faq-icon {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
}

.ksc-faq-card .ksc-faq-icon::before,
.ksc-faq-card .ksc-faq-icon::after {
  width: 10px;
}

.ksc-faq-card .ksc-faq-answer {
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 1.62;
}

@media (max-width: 900px) {
  .ksc-faq-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ksc-faq-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .ksc-faq-section {
    padding: 76px 0;
  }

  .ksc-faq-heading h2 {
    font-size: 36px;
  }

  .ksc-faq-heading p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 16px;
  }

  .ksc-faq-question {
    padding: 19px 18px;
    font-size: 16px;
  }

  .ksc-faq-answer {
    padding: 0 18px 20px;
    font-size: 15px;
  }
}
	