	.page-content { }

    .page-content .tab-btn {display: flex; margin: 60px 0;}
    .page-content .tab-btn span {flex: 1; height: 60px; background: #fafafa; border: 1px solid #ddd; font-size: 22px; font-weight: 600; letter-spacing: -.04em; line-height: 1.2em; color: #505050; display: flex; align-items: center; justify-content: center; border-right: 0; border-bottom: 1px solid #162e6f; cursor: pointer;}
    .page-content .tab-btn span.on {background: #fff; border: 1px solid #162e6f; border-bottom: 1px solid #fff; color: #162e6f;}
	.page-content .tab-btn span:last-child {border-right:1px solid #ddd}
	.page-content .tab-btn span.on:last-child {border-right:1px solid #162e6f}

    .page-content .tab-con { position:relative; }
    .page-content .tab-con > div:not(.on) { position:absolute; left:0; top:0; opacity:0; height:0; overflow:hidden; visibility:hidden; z-index:-9999; }

	.busi_top{}
	.busi_top .busi_img{aspect-ratio:2/0.6; overflow: hidden;}
	.busi_top .busi_img img{display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0 70px 0px 0px;}
	.busi_top .busi_info{position: relative; z-index: 9; top:-60px; display: flex; align-items: flex-start;}
	.busi_top .busi_info dt{width: 345px; box-sizing:border-box; padding: 60px 10px; border-radius: 0px 100px 100px 100px; background:url('<?php echo G5_THEME_IMG_URL?>/sub_busi_bg.jpg') no-repeat center/cover; text-align:center; overflow: hidden; position: relative;	}
	.busi_top .busi_info dt:after{content:''; display: block; width: 193px; height: 193px; background:url('<?php echo G5_THEME_IMG_URL?>/sub_busi_ci.png') no-repeat center/auto 100%; position: absolute; right: 0; bottom: -23px; opacity: 0.1;}
	.busi_top .busi_info dt .in{position: relative; z-index: 9;}
	.busi_top .busi_info dt {color:#fff; line-height: 120%; font-weight: 700;}
	.busi_top .busi_info dt .fs16{letter-spacing:0; color:rgba(255,255,255,.7); font-family:var(--eng); font-weight: 600; padding:5px 0 0;}
	.busi_top .busi_info dd{width: calc(100% - 345px); box-sizing:border-box; padding: 100px 0 0 40px;}


	@media (max-width: 1024px) {
        .page-content .tab-btn { margin-bottom:30px; }
	    .page-content .tab-btn span {font-size:16px}

		.busi_top{margin: 0 0 40px;}
		.busi_top .busi_info{top:0; align-items: stretch;}
		.busi_top .busi_info dt{width: 250px; padding: 40px 10px; border-radius: 0px 0 0 50px; display: flex; flex-direction: column; justify-content: center;}
		.busi_top .busi_info dt:after{width: 120px; height: 120px; bottom: -10px;}
		.busi_top .busi_info dt .fs16{padding:5px 0 0;}
		.busi_top .busi_info dd{width: calc(100% - 250px); padding: 30px 0 30px 30px; display: flex; flex-direction: column; justify-content: center;}

	}

	@media (max-width: 767px) {
		.page-content .tab-btn span {font-size:14px}
		.page-content .tab-btn {margin: 20px 0}

		.busi_top{margin: 0 0 30px;}
		.busi_top .busi_info {flex-wrap:wrap;}
		.busi_top .busi_info dt{width: 100%; padding: 20px 10px; border-radius: 0;}
		.busi_top .busi_info dt:after{width: 100px; height: 100px; bottom: -10px;}
		.busi_top .busi_info dt .fs16{padding:3px 0 0;}
		.busi_top .busi_info dd{width: 100%; padding: 15px 0 0; text-align:center;}	
	}




:root {
  --bg: #ffffff;
  --fg: #0d1017;
  --fg-muted: #6d7280;
  --line: #e8eaee;
  --accent: #394c9b;
  --accent-ink: #ffffff;
  --accent-light: #7fa8ff;       /* hero highlight on dark bg */
  --card-bg-1: #f1f5ff;
  --card-bg-2: #e8eefb;
  --card-border: #dee6f5;

  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;

  --container-max: 1420px;
  --container-pad: 20px;         /* mobile-first */
}

::selection { background: var(--accent); color: var(--accent-ink); }

/* ---------- Layout ---------- */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  width:100%;
  padding:0;
}

/* Screen-reader only helper (unused but available) */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* ---------- Shared accents ---------- */
.accent-text { color: var(--accent); }

.accent-highlight {
  color: var(--accent);
  font-weight: 500;
  padding: 0 2px;
  background-image: linear-gradient(
    180deg,
    transparent 78%,
    rgba(31, 75, 255, 0.13) 78%,
    rgba(31, 75, 255, 0.13) 96%,
    transparent 96%
  );
}

/* ---------- Kicker (small mono uppercase label) ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.kicker__line {
  display: inline-block;
  width: 32px; height: 1px;
  background: currentColor;
}
.kicker__line--short { width: 8px; }
.kicker__sub {
  opacity: 0.5;
  letter-spacing: 0.14em;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  height: 68vh;
  min-height: 420px;
  overflow: hidden;
  background: #0a0d14;
  color: #ffffff;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('assets/hero-bg.jpg');
  background-size: cover;
  background-position: 65% 40%;   /* mobile: bias building right so text sits over sky */
  filter: saturate(0.7) contrast(1.05);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(10, 13, 20, 0.82) 0%,
      rgba(10, 13, 20, 0.62) 38%,
      rgba(10, 13, 20, 0.28) 70%,
      rgba(10, 13, 20, 0.10) 100%),
    linear-gradient(180deg,
      rgba(10, 13, 20, 0.15) 0%,
      rgba(10, 13, 20, 0.00) 30%,
      rgba(10, 13, 20, 0.55) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero__body {
  padding-bottom: 48px;
}
.hero__title {
  font-size: clamp(34px, 9.5vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 400;
  color: #ffffff;
  max-width: 1400px;
  text-wrap: balance;
  margin-bottom: 40px;
}
.hero__title-accent { color: var(--accent-light); }
.hero__lede {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  padding-left: 20px;
  border-left: 2px solid var(--accent);
  text-wrap: pretty;
}

/* ============================================================
   INTRO SECTION 1 — Sourcing statement
   ============================================================ */
.intro-1 {
  position: relative;
  overflow: hidden;
  padding: 72px 0 56px;
  color: var(--accent);      /* SVGs inherit currentColor */
}
.intro-1__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  color: var(--fg);
}
.intro-1__statement {
  font-size: clamp(22px, 6vw, 30px);
  line-height: 1.32;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--fg);
  text-wrap: balance;
  max-width: 1400px;
}
/* Hide the explicit <br>s on very small screens — let text wrap naturally */
.intro-1__statement br { display: none; }

/* Decorative graphics */
.intro-1__watermark {
  position: absolute;
  right: -40px;
  top: 40px;
  font-size: clamp(160px, 32vw, 480px);
  line-height: 0.85;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: var(--accent);
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.intro-1__dotgrid {position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 100px; height: 180px; background-image: radial-gradient(circle, rgb(31 75 255 / 62%) 1px, transparent 1px); background-size: 16px 16px; opacity: 0.7; mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%); pointer-events: none; z-index: 0;}
.intro-1__cross {
  position: absolute;
  width: 16px;
  height: 16px;
  pointer-events: none;
  z-index: 0;
}
.intro-1__cross--tl { left: 16px; top: 40px; }
.intro-1__cross--tr { right: 40%; top: 24px; }
.intro-1__cross--bm { left: 40%; bottom: 32px; }

/* ============================================================
   INTRO SECTION 2 — End-to-End card
   ============================================================ */
.intro-2 {
  padding: 0 0 0px;
}
.intro-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--card-bg-1) 0%, var(--card-bg-2) 100%);
  border: 1px solid var(--card-border);
  border-radius: 6px;
  padding: 36px 22px;
  color: var(--accent);           /* SVGs inherit */
}
.intro-card__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(31,75,255,0.13) 1px, transparent 1.5px);
  background-size: 24px 24px;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, black 0%, transparent 90%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, transparent 90%);
  pointer-events: none;
}
.intro-card__stripe {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg,
    transparent 45%,
    rgba(31, 75, 255, 0.09) 45%,
    rgba(31, 75, 255, 0.09) 55%,
    transparent 55%);
  pointer-events: none;
}
.intro-card__watermark {
  position: absolute;
  right: -12px;
  bottom: -20px;
  font-family: var(--mono);
  font-size: clamp(120px, 24vw, 220px);
  font-weight: 300;
  color: var(--accent);
  opacity: 0.05;
  line-height: 0.8;
  letter-spacing: -0.06em;
  pointer-events: none;
  user-select: none;
}
.intro-card__corner {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
  color: var(--accent);
}
.intro-card__corner--tl { top: 12px; left: 12px; }
.intro-card__corner--tr { top: 12px; right: 12px; }
.intro-card__corner--bl { bottom: 12px; left: 12px; }
.intro-card__corner--br { bottom: 12px; right: 12px; }

.intro-card__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  color: var(--fg);
}
.intro-card__head {
  font-size: clamp(24px, 6.4vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 500;
  text-wrap: balance;
}
.intro-card__head br { display: none; }
.intro-card__diagram {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 32px;
  color: var(--accent);
}
.intro-card__body {
  font-size: 22px;
  line-height: 1.75;
  color: var(--fg);
  opacity: 1;
  margin-bottom: 32px;
  text-wrap: pretty;
}
.intro-card__body br { display: none; }
.intro-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 75, 255, 0.13);
}

/* Tag pill */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 10px;
  background: #ffffff;
  border: 1px solid rgba(31, 75, 255, 0.2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: -0.005em;
  box-shadow:
    0 1px 0 0 rgba(31, 75, 255, 0.05),
    0 8px 20px -12px rgba(31, 75, 255, 0.27);
  white-space: nowrap;
}
.tag__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(31, 75, 255, 0.13);
  flex-shrink: 0;
}
.tag__num {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(31, 75, 255, 0.6);
  letter-spacing: 0.08em;
}

/* ============================================================
   SHARED SECTION HEADER (Audience / Process)
   ============================================================ */
.section {
  padding: 72px 0;
  position: relative;
}
.section__h2 {
  font-size: clamp(24px, 6.4vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
  max-width: 900px;
  margin-bottom: 24px;
}
.section__h2 br { display: none; }
.section__lede {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg);
  opacity: 0.7;
  max-width: 620px;
  margin-bottom: 40px;
}

/* ============================================================
   AUDIENCE
   ============================================================ */
.audience__list {
  border-top: 1px solid var(--line); padding: 0 0 100px 0;
}
.audience__row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.audience__num { display: none; }     /* hidden on mobile */
.audience__check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  color: var(--accent);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.audience__text {
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.audience__arrow { display: none; }   /* hidden on mobile */

/* ============================================================
   PROCESS (5 steps)
   ============================================================ */
.process__list { display: block; padding-bottom: 70px;}
.process__step {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto;
  gap: 12px 16px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.process__step:first-child { border-top: 0; }
.process__num-wrap {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.process__num {
  font-size: clamp(48px, 12vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  font-weight: 300;
  color: var(--accent);
  font-family:'Montserrat'
}
.process__dash {
  display: none;   /* hide short dash on mobile — number alone */
}
.process__icon {grid-column: 1; grid-row: 2; width: 56px; height: 56px; border: 1px solid var(--accent); background: linear-gradient(135deg, rgba(31,75,255,0.05) 0%, rgba(31,75,255,0) 100%); display: grid; place-items: center; color: var(--accent); border-radius: 50%;}
.process__icon span {font-size: 45px;}
.icon-placeholder {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--accent);
  opacity: 0.55;
  text-transform: uppercase;
}
.process__body {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-top: 8px;
}
.process__title {
  font-size: clamp(18px, 4.4vw, 22px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.2;
}
.process__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg);
  opacity: 0.7;
  max-width: 560px;
}
.process__tag {
  display: none;    /* hidden on mobile */
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--fg-muted);
  text-transform: uppercase;
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  padding:72px 0 0 0;
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.cta__glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(31,75,255,0.13) 0%, transparent 60%);
  pointer-events: none;
}
.cta__inner {
  position: relative;
  text-align: center;
}
.cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.cta__eyebrow-line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
}
.cta__head {
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 auto 24px;
  text-wrap: balance;
  max-width: 640px;
}
/* Always hide the explicit <br> — let text-wrap: balance do the work */
.cta__head br { display: none !important; }
.cta__body {
  font-size: 16px;
  color: var(--fg-muted);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.5;
}
.cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn_c {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 999px;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.btn--primary:hover { background: #1a3fd6; }
.btn--primary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.btn--secondary {
  border: 1px solid var(--fg-muted);
  color: var(--fg);
}
.btn--secondary:hover {
  border-color: var(--fg);
  background: rgba(13, 16, 23, 0.03);
}
.btn--secondary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* =========================================================================
   BREAKPOINT: ≥ 520px — small tablet / large phone landscape
   ========================================================================= */
@media (min-width: 370px) {
  .intro-card__body { font-size: 17px;}
  .audience__list { padding: 30px 0 0 0; }  
  .intro-1 { padding: 30px 0 36px;}
  .section { padding: 60px 0 0 0; position: relative; }
  .section__lede {margin-bottom:0}
}
@media (min-width: 520px) {
  :root { --container-pad: 24px; }

  .hero__body { padding-bottom: 60px; }
  .hero__lede { font-size: 18px; }

  .intro-1 { padding: 20px 0 72px; }
  .intro-1__statement br { display: inline; }
  .intro-1__dotgrid { width: 160px; height: 200px; right: 24px; }

  .intro-card { padding: 48px 32px; }
  .intro-card__stripe { width: 220px; height: 220px; }
  .intro-card__grid { gap: 40px; }
  .intro-card__body br { display: inline; }
  .intro-card__body { font-size: 17px; margin-bottom: 40px; }

  .section { padding: 60px 0 0 0; }
  .section__lede { font-size: 17px; margin-bottom: 10px; }

  /* Audience: reveal numeric prefix column */
  .audience__row {
    grid-template-columns: 40px 32px 1fr;
    gap: 16px;
    padding: 24px 0;
  }
  .audience__num {
    display: inline-block;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    color: var(--fg-muted);
  }

  /* Process: slightly larger icon and body */
  .process__step {
    grid-template-columns: 96px 1fr;
    padding: 40px 0;
  }
  .process__icon { width: 64px; height: 64px; }

  .cta { padding: 96px 0; }
}

/* =========================================================================
   BREAKPOINT: ≥ 768px — tablet portrait
   ========================================================================= */
@media (min-width: 768px) {
  :root { --container-pad: 28px; }

  .hero { height: min(72vh, 620px); min-height: 480px; }
  .hero__bg { background-position: 60% 40%; }
  .hero__title { font-size: clamp(40px, 8vw, 68px); margin-bottom: 44px; }
  .hero__body { padding-bottom: 72px; }
  .hero__lede { font-size: 19px; }

  .intro-1__statement { font-size: clamp(24px, 4.6vw, 38px); }

  .intro-card { padding: 56px 44px; border-radius: 4px; }
  .intro-card__head { font-size: clamp(28px, 5vw, 40px); }
  .intro-card__stripe { width: 240px; height: 240px; }

  .section { padding: 60px 0 0 0; }
  .section__kicker {
    /* move kicker to top-right corner like chapter marker */
    position: absolute;
    top: 40px;
    right: 28px;
    margin-bottom: 0;
  }
  .section__h2 { font-size: clamp(32px, 5vw, 52px); margin-bottom: 32px; }

  /* Audience: full 4-column layout with trailing arrow */
  .audience__row {
    grid-template-columns: 60px 40px 1fr auto;
    gap: 24px;
    padding: 28px 0;
  }
  .audience__text { font-size: clamp(18px, 2.4vw, 22px); }
  .audience__arrow {
    display: inline;
    color: var(--fg-muted);
    font-family: var(--mono);
    font-size: 14px;
    opacity: 0.4;
  }

  /* Process: 3-column with icon in own column */
  .process__step {
    grid-template-columns: 160px 72px 1fr;
    grid-template-rows: auto;
    gap: 28px;
    padding: 48px 0;
    align-items: start;
  }
  .process__num-wrap {
    grid-column: 1;
    grid-row: 1;
  }
  .process__num { font-size: clamp(64px, 8vw, 96px); }
  .process__dash {
    display: block;
    width: 32px;
    height: 1px;
    background: var(--fg-muted);
    align-self: center;
  }
  .process__icon {
    grid-column: 2;
    grid-row: 1;
    width: 72px;
    height: 72px;
    margin-top: 12px;
  }
  .process__body {
    grid-column: 3;
    grid-row: 1;
    padding-top: 12px;
  }
  .process__title { font-size: clamp(20px, 2.6vw, 24px); }
  .process__text { font-size: 16px; }

  .cta { padding: 120px 0; }
  .cta__head { font-size: clamp(32px, 5.8vw, 56px); max-width: 720px; }
  .cta__body { font-size: 17px; }
  .btn_c { padding: 16px 28px; font-size: 15px; }
}

/* =========================================================================
   BREAKPOINT: ≥ 1024px — desktop
   ========================================================================= */
@media (min-width: 1024px) {
  :root { --container-pad: 32px; }

  .hero { height: min(88vh, 820px); min-height: 640px; }
  .hero__bg { background-position: center 40%; }
  .hero__title { font-size: clamp(56px, 7.6vw, 120px); line-height: 0.96; margin-bottom: 44px; }
  .hero__body { padding-bottom: 88px; }
  .hero__lede { font-size: 19px; }

  .intro-1 { padding: 0px 0 120px; }
  .intro-1__statement { font-size: clamp(30px, 3.6vw, 52px); line-height: 1.28; }
  .intro-1__dotgrid { width: 380px; height: 320px; right: 32px; }
  .intro-1__watermark { right: -40px; top: 80px; font-size: clamp(220px, 32vw, 480px); }

  .intro-2 { padding: 0 0 100px; }
  .intro-card { padding: 72px 64px; }
  .intro-card__stripe { width: 240px; height: 240px; }
  .intro-card__watermark { font-size: 220px; right: -20px; bottom: -30px; }

  /* Card: 2-column layout with sticky left */
  .intro-card__grid {
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
  }
  .intro-card__left {
    position: sticky;
    top: 24px;
  }
  .intro-card__head { font-size: clamp(32px, 3.4vw, 48px); }
  .intro-card__body {font-size: 22px; margin-bottom: 40px; font-weight: 400;}
  .intro-card__tags {
    padding-top: 32px;
  }
  .tag { font-size: 15px; }

  .section { padding: 0 0 0px; }
  .audience__list {padding:0 0 100px 0}
  .section__kicker { top: 40px; right: 32px; }
  .section__h2 { font-size: clamp(40px, 5vw, 52px); margin-bottom: 32px; }
  .section__lede { font-size: 18px; }

  /* Audience: full desktop grid */
  .audience__row {
    padding: 32px 0;
  }
  .audience__text { font-size: clamp(20px, 2vw, 26px); }

  /* Process: full desktop with tag */
  .process__step {
    grid-template-columns: 220px 88px 1fr auto;
    gap: 40px;
    padding: 56px 0;
  }
  .process__num { font-size: clamp(72px, 8vw, 90px); }
  .process__dash { width: 40px; }
  .process__icon {width: 85px; height: 85px; margin-top: 0px;}
  .process__body { padding-top: 0px; }
  .process__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .process__text { font-size: 17px; line-height: 1.6; }
  .process__tag {
    display: inline-block;
    align-self: start;
    padding-top: 32px;
  }

  .cta { padding: 100px 0; }
  .cta__glow { width: 800px; height: 800px; }
  .cta__head {
    font-size: clamp(44px, 6vw, 80px);
    line-height: 1.1;
    max-width: 900px;
  }
  .cta__body { font-size: 18px; margin-bottom: 56px; }
  .cta__eyebrow-line { width: 40px; }
  .btn_c { padding: 18px 32px; font-size: 22px; }
}

/* =========================================================================
   Reduce motion — respect user preference
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


