/**
 * Product / solution detail — enterprise-style narrative layout (hero split, section rhythm,
 * capability grid, split delivery band). Brand blues (#071426 → #094bb8 → #0B6BFF).
 */

.offering-page .offering-hero {
  position: relative;
  isolation: isolate;
  padding: 2rem clamp(16px, 4vw, 40px) 2.5rem;
  background: linear-gradient(145deg, #061222 0%, #0a2344 38%, #0c4a8a 78%, #0b5fd4 100%);
  color: #e8f4fc;
  overflow: hidden;
}

/* Full-bleed looping video (e.g. Cybersecurity) — replaces themed gradients */
.offering-page .offering-hero.offering-hero--hero-video {
  background:
    radial-gradient(ellipse 90% 60% at 80% 20%, rgba(86, 182, 249, 0.12), transparent 55%),
    linear-gradient(145deg, #061222 0%, #0a2344 38%, #0c4a8a 78%, #0b5fd4 100%);
  /* Tall hero on all viewports so the video layer has room before first frame paints */
  min-height: min(58vh, 640px);
}

.offering-page .offering-hero.offering-hero--hero-video::after {
  display: none;
}

.offering-hero__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  /* Hero band gradient shows through until the first decoded video frame */
  background: transparent;
}

.offering-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Edge-to-edge (no side gaps); standard tradeoff: slight top/bottom crop on wide heroes */
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

/* Missing/blocked MP4 on server: do not leave a black video box over the hero gradient */
.offering-hero__video.offering-hero__video--failed,
.offering-hero__video-bg--failed .offering-hero__video {
  display: none !important;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.offering-hero__video-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(3, 8, 20, 0.92) 0%, rgba(4, 14, 32, 0.58) 48%, rgba(6, 18, 42, 0.42) 100%),
    radial-gradient(ellipse 85% 65% at 72% 18%, rgba(9, 75, 184, 0.14), transparent 55%);
}

/* Laptops / desktops: lighter scrim so background video reads clearly; copy gets shadow for contrast */
@media (min-width: 900px) {
  .offering-page .offering-hero.offering-hero--hero-video {
    min-height: min(68vh, 720px);
    padding-top: clamp(2rem, 4vh, 3.25rem);
    padding-bottom: clamp(2.75rem, 5vh, 4rem);
  }

  .offering-hero.offering-hero--hero-video .offering-hero__video {
    filter: brightness(1.08) saturate(1.06);
    object-fit: cover;
    object-position: center;
  }

  .offering-hero.offering-hero--hero-video .offering-hero__video-scrim {
    background:
      linear-gradient(
        118deg,
        rgba(5, 14, 32, 0.48) 0%,
        rgba(8, 22, 44, 0.28) 42%,
        rgba(10, 26, 52, 0.14) 72%,
        rgba(12, 30, 58, 0.06) 100%
      ),
      radial-gradient(ellipse 120% 85% at 82% 45%, transparent 35%, rgba(2, 8, 20, 0.15) 100%);
  }

  .offering-hero.offering-hero--hero-video .offering-hero__copy h1 {
    text-shadow:
      0 0 40px rgba(0, 0, 0, 0.75),
      0 2px 12px rgba(0, 0, 0, 0.9),
      0 1px 2px rgba(0, 0, 0, 0.95);
  }

  .offering-hero.offering-hero--hero-video .offering-hero__tagline {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.8), 0 0 1px rgba(0, 0, 0, 0.95);
  }

  .offering-hero.offering-hero--hero-video .offering-breadcrumb,
  .offering-hero.offering-hero--hero-video .offering-breadcrumb a,
  .offering-hero.offering-hero--hero-video .offering-kind,
  .offering-hero.offering-hero--hero-video .offering-hero__copy .offering-hero__icon {
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
  }
}

.offering-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 60% at 80% 20%, rgba(86, 182, 249, 0.18), transparent 55%);
  pointer-events: none;
}

.offering-hero--no-photo .offering-hero__grid {
  grid-template-columns: 1fr;
  max-width: 900px;
}

.offering-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem 2.5rem;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .offering-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem 3rem;
  }

  /* Video-background heroes: no side image — single column copy over full-bleed video */
  .offering-hero__grid--video-copy {
    grid-template-columns: 1fr;
    max-width: min(720px, 100%);
  }
}

.offering-breadcrumb {
  font-size: 0.88rem;
  margin-bottom: 1.25rem;
  color: rgba(232, 244, 252, 0.85);
}

.offering-breadcrumb a {
  color: #7dd3fc;
  text-decoration: none;
}

.offering-breadcrumb a:hover {
  text-decoration: underline;
  color: #bae6fd;
}

.offering-kind {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 0.75rem;
}

.offering-hero__copy .offering-hero__icon {
  font-size: 2rem;
  color: #56b6f9;
  margin-bottom: 1rem;
  display: block;
}

.offering-hero__copy h1 {
  font-family: var(--shell-display, "DM Sans", sans-serif);
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 0.65rem;
  color: #fff;
}

.offering-hero__tagline {
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  color: rgba(186, 230, 253, 0.96);
  margin: 0;
  max-width: 38ch;
  line-height: 1.45;
}

.offering-hero__figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(0, 12, 40, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  aspect-ratio: 4 / 3;
  background: rgba(0, 0, 0, 0.25);
}

.offering-hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 899px) {
  .offering-hero__figure {
    max-height: 280px;
    aspect-ratio: 16 / 10;
  }
}

/* ----- Body & sections ----- */
.offering-body {
  padding: 0 0 4rem;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 14%);
}

.offering-section {
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(16px, 4vw, 40px);
}

.offering-section--overview {
  padding-bottom: 0.5rem;
}

.offering-section--capabilities {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-top: 1px solid rgba(9, 75, 184, 0.08);
}

.offering-section__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.offering-section__inner--readable {
  max-width: min(920px, 100%);
}

.offering-section__inner--narrow {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}

.offering-section-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--shell-accent-deep, #094bb8);
}

.offering-section-kicker--block {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.offering-intro-columns {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 880px) {
  .offering-intro-columns {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem 2.75rem;
    align-items: start;
  }

  .offering-intro-columns .offering-lead:first-child {
    margin-top: 0;
  }
}

/* Knowledge-hub solution pages: avoid empty right-side whitespace on laptops */
.offering-page--knowledge .offering-intro-columns {
  grid-template-columns: 1fr;
  max-width: 100%;
}

/* Knowledge-hub style (inspired by educational portals) */
.offering-page--knowledge .offering-body {
  background: linear-gradient(180deg, #f8fffb 0%, #ffffff 14%);
}

.offering-page--knowledge .offering-section-kicker {
  color: #166534;
}

.cyber-knowledge {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  border-top: 1px solid rgba(34, 197, 94, 0.22);
  border-bottom: 1px solid rgba(34, 197, 94, 0.18);
}

.cyber-pill-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0 1.9rem;
}

@media (min-width: 900px) {
  .cyber-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cyber-pill {
  background: #ecfdf3;
  color: #14532d;
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
}

.cyber-domain-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1100px) {
  .cyber-domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cyber-domain-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-left: 4px solid #16a34a;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 1.05rem 1.05rem 1.15rem;
}

.cyber-domain-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: #14532d;
  letter-spacing: -0.01em;
}

.cyber-domain-card ul,
.cyber-domain-card ol {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.42rem;
}

.cyber-domain-card li {
  color: #1f2937;
  font-size: 0.94rem;
  line-height: 1.5;
}

.cyber-sources {
  margin-top: 1.5rem;
}

.cyber-sources h3 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  color: #14532d;
}

.cyber-source-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .cyber-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cyber-source-card {
  background: #ffffff;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 12px;
  padding: 0.95rem 1rem 1.05rem;
}

.cyber-source-card h4 {
  margin: 0 0 0.4rem;
  color: #14532d;
  font-size: 1rem;
}

.cyber-source-card p {
  margin: 0 0 0.65rem;
  color: #334155;
  font-size: 0.93rem;
  line-height: 1.5;
}

.cyber-source-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #166534;
  font-weight: 700;
  text-decoration: none;
}

.cyber-source-card a:hover {
  text-decoration: underline;
}

.offering-lead {
  font-size: 1.07rem;
  line-height: 1.78;
  color: var(--shell-text, #0f172a);
  margin: 0;
}

.offering-section-head {
  max-width: 640px;
  margin-bottom: 2rem;
}

.offering-section-head h2 {
  font-family: var(--shell-display, "DM Sans", sans-serif);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--shell-text, #0f172a);
  margin: 0 0 0.65rem;
  line-height: 1.2;
}

.offering-section-deck {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--shell-muted, #475569);
}

.offering-cap-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .offering-cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .offering-cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 1.5rem;
  }
}

.offering-cap-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.35rem 1.45rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(9, 75, 184, 0.12);
  box-shadow: 0 12px 36px rgba(9, 75, 184, 0.06);
}

.offering-cap-card__index {
  flex-shrink: 0;
  font-family: var(--shell-display, "DM Sans", sans-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: rgba(9, 75, 184, 0.35);
  line-height: 1;
  padding-top: 0.15rem;
}

.offering-cap-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--shell-text, #0f172a);
  line-height: 1.35;
}

.offering-cap-card__text {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--shell-muted, #475569);
}

.offering-cap-card__text--solo {
  font-size: 1rem;
  line-height: 1.68;
}

/* Delivery split band */
.offering-section--delivery {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.offering-split {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 2rem 2.5rem;
  align-items: center;
  padding: 0 clamp(16px, 4vw, 40px);
}

@media (min-width: 880px) {
  .offering-split {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
  }

  .offering-split--text-only {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.offering-split__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(9, 75, 184, 0.1);
}

.offering-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 42%;
  display: block;
  filter: saturate(1.02);
}

@media (max-width: 879px) {
  .offering-split__media {
    order: 2;
    max-height: 240px;
  }

  .offering-split__content {
    order: 1;
  }
}

.offering-split__content .offering-section-kicker {
  margin-bottom: 0.4rem;
}

.offering-split__content h2 {
  font-family: var(--shell-display, "DM Sans", sans-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  color: var(--shell-text, #0f172a);
}

.offering-prose-block {
  font-size: 1.05rem;
  line-height: 1.78;
  color: var(--shell-muted, #475569);
  margin: 0;
  max-width: 62ch;
}

.offering-section--ideal {
  padding-top: 0.5rem;
}

.offering-ideal-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(9, 75, 184, 0.06) 0%, rgba(11, 107, 255, 0.05) 100%);
  border: 1px solid rgba(9, 75, 184, 0.14);
}

.offering-ideal-panel .offering-section-kicker {
  margin-bottom: 0.35rem;
}

.offering-ideal-panel h2 {
  font-family: var(--shell-display, "DM Sans", sans-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--shell-accent-deep, #094bb8);
}

.offering-ideal-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--shell-text, #0f172a);
}

.offering-cta-bar {
  margin-top: 2.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-lg, 18px);
  background: linear-gradient(135deg, rgba(9, 75, 184, 0.08) 0%, rgba(11, 107, 255, 0.06) 100%);
  border: 1px solid rgba(9, 75, 184, 0.18);
  text-align: center;
}

.offering-cta-bar p {
  margin: 0 0 1rem;
  font-weight: 600;
  color: var(--shell-accent-deep, #094bb8);
}

.offering-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2rem;
  font-weight: 600;
  color: var(--shell-accent-deep, #094bb8);
  text-decoration: none;
}

.offering-back:hover {
  text-decoration: underline;
}

/* Visual strip — three unique SVG / motion assets per offering */
.offering-section-head--center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.offering-section--visual-strip {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 55%, #eef4fc 100%);
  border-top: 1px solid rgba(9, 75, 184, 0.08);
}

.offering-visual-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .offering-visual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.offering-visual-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.offering-visual-card__frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(9, 75, 184, 0.14);
  background: linear-gradient(145deg, #f8fafc 0%, #e8f0fa 100%);
  aspect-ratio: 16 / 10;
  box-shadow: 0 14px 42px rgba(9, 75, 184, 0.09);
}

.offering-visual-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.offering-visual-card__object {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: block;
  pointer-events: none;
}

.offering-visual-card--motion .offering-visual-card__frame {
  background: linear-gradient(145deg, #071426 0%, #0c4a8a 100%);
}

.offering-visual-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(7, 20, 38, 0.82);
  color: #e8f4fc;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.offering-visual-card__badge i {
  font-size: 0.75rem;
  opacity: 0.95;
}

.offering-visual-card__cap {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--shell-muted, #475569);
  line-height: 1.45;
  margin: 0;
  text-align: center;
}

.offering-section--delivery-prose {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 45%, #ffffff 100%);
}

.offering-split--delivery-inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* ========= Per-theme heroes (distinct gradients — not one navy slab for all pages) ========= */
.offering-hero.offering-hero--theme-studio {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 42%, #4338ca 88%);
}

.offering-hero.offering-hero--theme-trust {
  background: linear-gradient(145deg, #042f2e 0%, #0f766e 48%, #134e4a 100%);
}

.offering-hero.offering-hero--theme-signal {
  background: linear-gradient(145deg, #1c1917 0%, #92400e 45%, #ea580c 92%);
}

.offering-hero.offering-hero--theme-mesh {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 40%, #334155 100%);
}

.offering-hero.offering-hero--theme-device {
  background: linear-gradient(145deg, #3b0764 0%, #6d28d9 42%, #7c3aed 100%);
}

.offering-hero.offering-hero--theme-rf {
  background: linear-gradient(145deg, #042f2e 0%, #0e7490 38%, #0891b2 92%);
}

.offering-hero.offering-hero--theme-defense {
  background: linear-gradient(145deg, #450a0a 0%, #991b1b 42%, #1e3a5f 100%);
}

.offering-hero.offering-hero--theme-board {
  background: linear-gradient(145deg, #1e293b 0%, #334155 50%, #854d0e 100%);
}

.offering-hero.offering-hero--theme-neural {
  background: linear-gradient(145deg, #164e63 0%, #7c3aed 44%, #06b6d4 100%);
}

.offering-hero.offering-hero--theme-rack {
  background: linear-gradient(155deg, #0c1829 0%, #1e3a55 45%, #475569 100%);
}

.offering-hero.offering-hero--theme-advisory {
  background: linear-gradient(145deg, #292524 0%, #57534e 38%, #78716c 100%);
}

/* ========= Visual strip bands (background rhythm differs per offering) ========= */
.offering-section--visual-strip--light {
  background: linear-gradient(180deg, #fafbff 0%, #eef2ff 55%, #ffffff 100%);
}

.offering-section--visual-strip--mint {
  background: linear-gradient(180deg, #f0fdfa 0%, #ccfbf1 45%, #ffffff 100%);
}

.offering-section--visual-strip--amber {
  background: linear-gradient(180deg, #fffbeb 0%, #fde68a 35%, #ffffff 100%);
}

.offering-section--visual-strip--graph {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
}

.offering-section--visual-strip--violet {
  background: linear-gradient(180deg, #faf5ff 0%, #ede9fe 50%, #ffffff 100%);
}

.offering-section--visual-strip--field {
  background: linear-gradient(180deg, #ecfeff 0%, #cffafe 42%, #ffffff 100%);
}

.offering-section--visual-strip--alert {
  background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 38%, #f8fafc 100%);
}

.offering-section--visual-strip--ledger {
  background: linear-gradient(180deg, #f8fafc 0%, #e7e5e4 40%, #fafaf9 100%);
}

.offering-section--visual-strip--pulse {
  background: linear-gradient(180deg, #ecfeff 0%, #ddd6fe 44%, #f5f3ff 100%);
}

.offering-section--visual-strip--cool {
  background: linear-gradient(180deg, #f1f5f9 0%, #dbeafe 48%, #ffffff 100%);
}

.offering-section--visual-strip--paper {
  background: linear-gradient(180deg, #fafaf9 0%, #f5f5f4 55%, #ffffff 100%);
}

/* ========= Visual grid compositions (same three assets, different layout choreography) ========= */
@media (min-width: 900px) {
  .offering-visual-grid--stagger .offering-visual-card:nth-child(2) {
    transform: translateY(14px);
  }

  .offering-visual-grid--spotlight .offering-visual-card:nth-child(2) .offering-visual-card__frame {
    box-shadow: 0 22px 56px rgba(79, 70, 229, 0.22);
    border-color: rgba(79, 70, 229, 0.35);
  }

  .offering-visual-grid--mesh {
    gap: 1.75rem;
  }

  .offering-visual-grid--mesh .offering-visual-card__frame {
    border-radius: 12px;
    border-width: 2px;
    border-color: rgba(15, 23, 42, 0.22);
    background: linear-gradient(165deg, #f8fafc 0%, #e2e8f0 100%);
  }

  .offering-visual-grid--cards-rise .offering-visual-card {
    transition: transform 0.2s ease;
  }

  .offering-visual-grid--cards-rise .offering-visual-card:hover {
    transform: translateY(-4px);
  }

  .offering-visual-grid--terrain .offering-visual-card:nth-child(1) .offering-visual-card__frame {
    aspect-ratio: 16 / 11;
  }

  .offering-visual-grid--terrain .offering-visual-card:nth-child(3) .offering-visual-card__frame {
    aspect-ratio: 16 / 9;
  }

  .offering-visual-grid--layers .offering-visual-card__frame {
    box-shadow: 0 18px 44px rgba(185, 28, 28, 0.12);
  }

  .offering-visual-grid--ledger .offering-visual-card__cap {
    font-family: ui-monospace, monospace;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
  }

  .offering-visual-grid--pulse .offering-visual-card:nth-child(3) .offering-visual-card__frame {
    border-color: rgba(6, 182, 212, 0.45);
  }

  .offering-visual-grid--rack .offering-visual-card__frame {
    border-radius: 10px;
  }

  .offering-visual-grid--advisory .offering-visual-card__cap {
    font-style: italic;
    color: #57534e;
  }
}

@media (max-width: 899px) {
  .offering-visual-grid--film {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }

  .offering-visual-grid--film .offering-visual-card {
    flex: 0 0 min(88vw, 420px);
    scroll-snap-align: start;
  }
}

/* ========= Capability layout variants ========= */
.offering-cap-timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 1.5rem;
  border-left: 3px solid rgba(9, 75, 184, 0.25);
}

.offering-cap-timeline__item {
  position: relative;
  padding-bottom: 1.75rem;
}

.offering-cap-timeline__item:last-child {
  padding-bottom: 0;
}

.offering-cap-timeline__marker {
  position: absolute;
  left: calc(-1.5rem - 7px);
  top: 0.35rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--shell-accent, #0b6bff);
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(11, 107, 255, 0.25);
}

.offering-cap-timeline__title {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--shell-text, #0f172a);
}

.offering-cap-timeline__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--shell-muted, #475569);
}

.offering-cap-rail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.offering-cap-rail__card {
  padding: 1.25rem 1.35rem 1.35rem 1.5rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(9, 75, 184, 0.12);
  border-left-width: 5px;
  box-shadow: 0 10px 32px rgba(9, 75, 184, 0.06);
}

.offering-cap-rail__card--0 {
  border-left-color: #0ea5e9;
}
.offering-cap-rail__card--1 {
  border-left-color: #8b5cf6;
}
.offering-cap-rail__card--2 {
  border-left-color: #10b981;
}
.offering-cap-rail__card--3 {
  border-left-color: #f59e0b;
}

.offering-cap-rail__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.offering-cap-rail__text {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--shell-muted, #475569);
}

.offering-cap-layers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.offering-cap-layer {
  position: relative;
  padding: 1.35rem 1.4rem 1.45rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(9, 75, 184, 0.1);
  box-shadow: calc(var(--layer, 1) * 3px) calc(var(--layer, 1) * 3px) 0 rgba(15, 23, 42, 0.06);
  margin-left: calc((var(--layer, 1) - 1) * 8px);
}

.offering-cap-layer__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #991b1b;
  margin-bottom: 0.5rem;
}

.offering-cap-layer__title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.offering-cap-layer__text {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--shell-muted, #475569);
}

.offering-cap-pillars {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .offering-cap-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.offering-cap-pillar {
  text-align: center;
  padding: 1.5rem 1.15rem 1.65rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(9, 75, 184, 0.12);
  border-top: 4px solid var(--shell-accent, #0b6bff);
}

.offering-cap-pillar__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.offering-cap-pillar__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--shell-muted, #475569);
}

.offering-cap-matrix {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .offering-cap-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.offering-cap-matrix__cell {
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(51, 65, 85, 0.15);
  min-height: 120px;
}

.offering-cap-matrix__title {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #334155;
}

.offering-cap-matrix__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--shell-muted, #475569);
}

.offering-cap-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .offering-cap-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .offering-cap-bento__cell--hero {
    grid-column: 1 / -1;
    padding: 1.65rem 1.5rem;
    background: linear-gradient(135deg, rgba(11, 107, 255, 0.08) 0%, rgba(99, 102, 241, 0.06) 100%);
    border: 1px solid rgba(99, 102, 241, 0.2);
  }
}

.offering-cap-bento__cell {
  padding: 1.35rem 1.3rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(9, 75, 184, 0.12);
}

.offering-cap-bento__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.offering-cap-bento__text {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--shell-muted, #475569);
}

/* ========= Delivery bullet rhythm ========= */
.offering-section--delivery-bullets {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 40%, #ffffff 100%);
}

.offering-delivery-list {
  margin: 0;
  padding: 0 0 0 1.15rem;
  max-width: 62ch;
  color: var(--shell-muted, #475569);
  font-size: 1.04rem;
  line-height: 1.75;
}

.offering-delivery-list li {
  margin-bottom: 0.65rem;
}

.offering-delivery-list li:last-child {
  margin-bottom: 0;
}

/* ========= Ideal — quote treatment ========= */
.offering-ideal-quote {
  margin: 0 auto;
  max-width: 720px;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 20px;
  border-left: 5px solid var(--shell-accent-deep, #094bb8);
  background: linear-gradient(135deg, rgba(9, 75, 184, 0.06) 0%, #ffffff 65%);
  box-shadow: 0 16px 48px rgba(9, 75, 184, 0.08);
}

.offering-ideal-quote__text {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.72;
  font-style: italic;
  color: var(--shell-text, #0f172a);
}

.offering-ideal-quote__meta {
  margin-top: 1.15rem;
}
