:root {
  --ink: #25211f;
  --ink-soft: #5e5752;
  --navy: #451723;
  --navy-2: #642238;
  --signal: #8f213a;
  --signal-dark: #6f152b;
  --paper: #f7f3eb;
  --white: #ffffff;
  --mist: #eee8df;
  --line: #d9d0c5;
  --line-dark: rgba(255,255,255,.17);
  --success: #a9a17a;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(69, 23, 35, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
img, svg { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(3.1rem, 6.3vw, 6.65rem); font-weight: 570; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4.2vw, 4.5rem); font-weight: 550; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 590; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 132px 0; }
.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;
}
.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px;
  color: var(--white); background: var(--navy); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 22px;
  color: var(--signal-dark); font-size: .75rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 24px;
  min-height: 54px; padding: 14px 22px; border: 1px solid var(--signal);
  color: var(--white); background: var(--signal); font-size: .92rem; font-weight: 680;
  text-decoration: none; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.button:hover { background: var(--signal-dark); border-color: var(--signal-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 15px; gap: 8px; font-size: .78rem; }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-weight: 680; text-decoration: none; }
.text-link span { color: var(--signal); }
.text-link:hover { text-decoration: underline; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 78px;
  border-bottom: 1px solid rgba(20,37,44,.1); background: rgba(247,247,244,.92);
  backdrop-filter: blur(12px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .92rem; letter-spacing: .08em; text-decoration: none; }
.brand strong { color: var(--signal-dark); font-weight: 750; }
.brand-mark {
  display: grid; width: 36px; height: 36px; place-items: center;
  color: var(--white); background: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: 0;
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { font-size: .82rem; font-weight: 620; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--signal-dark); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { padding: 162px 0 88px; min-height: min(900px, 100vh); display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 58px; align-items: center; }
.hero-lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.65vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin: 38px 0 46px; }
.trust-line { margin-bottom: 0; color: #65747a; font-size: .75rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.trust-line span { padding: 0 8px; color: var(--signal); }
.system-map { padding: 22px; color: #dbe5e3; background: var(--navy); box-shadow: var(--shadow); }
.map-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); font-size: .62rem; letter-spacing: .12em; }
.status { color: #a9d8c4; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(134,189,166,.12); }
.map-flow { padding: 28px 0; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; }
.map-node { min-height: 130px; padding: 14px 12px; border: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.map-node small, .control-layer span { color: #94a5a8; font-size: .56rem; letter-spacing: .1em; }
.map-node strong { margin: auto 0 7px; color: var(--white); font-size: .86rem; line-height: 1.25; }
.map-node > span { color: #aab8b9; font-size: .63rem; line-height: 1.35; }
.map-node-core { border-color: rgba(217,94,50,.75); background: rgba(217,94,50,.08); }
.map-arrow { padding: 0 6px; color: var(--signal); }
.control-layer { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(134,189,166,.35); }
.control-layer div { padding: 13px 11px; border-right: 1px solid var(--line-dark); }
.control-layer div:last-child { border-right: 0; }
.control-layer span, .control-layer strong { display: block; }
.control-layer strong { margin-top: 5px; color: #d9e7e3; font-size: .65rem; font-weight: 570; }
.map-caption { margin: 14px 0 0; color: #96a8aa; font-size: .64rem; }
.map-caption span { color: var(--success); }

.problem { border-top: 1px solid var(--line); background: var(--white); }
.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; }
.problem h2 { max-width: 700px; }
.problem-copy { padding-top: 32px; color: var(--ink-soft); font-size: 1.05rem; }
.callout-line { margin: 36px 0 0; padding: 22px 0 0 22px; border-top: 1px solid var(--line); border-left: 3px solid var(--signal); color: var(--ink); font-weight: 680; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 68px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { max-width: 460px; margin-bottom: 8px; color: var(--ink-soft); }
.services { background: var(--paper); }
.service-list { border-top: 1px solid var(--ink); }
.service-item {
  display: grid; grid-template-columns: 64px 1.05fr 1fr 1fr; gap: 34px;
  padding: 46px 0; border-bottom: 1px solid var(--line); align-items: start;
}
.service-number { padding-top: 5px; color: var(--signal-dark); font-size: .72rem; font-weight: 750; letter-spacing: .1em; }
.service-main p, .service-item ul { color: var(--ink-soft); }
.service-main h3 { margin-bottom: 16px; }
.service-item ul { margin: 0; padding-left: 18px; font-size: .9rem; }
.service-item li { margin-bottom: 7px; }
.result { margin: 0; padding: 18px; border-left: 2px solid var(--signal); background: var(--mist); font-size: .86rem; line-height: 1.55; }
.result span { display: block; margin-bottom: 6px; color: var(--signal-dark); font-size: .62rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.result a { font-weight: 700; }
.service-security { background: rgba(10,38,51,.025); }

.process { color: var(--white); background: #3b151f; }
.section-heading-light > p, .process-steps p { color: #aebdc0; }
.section-heading-light .eyebrow { color: #e98967; }
.process-steps { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.process-steps > li:not(.step-gate) { display: grid; grid-template-columns: 100px 1fr; padding: 36px 0; border-bottom: 1px solid var(--line-dark); }
.step-no { color: #e98967; font-size: .72rem; font-weight: 750; letter-spacing: .12em; }
.process-steps h3 { margin-bottom: 10px; color: var(--white); }
.process-steps p { max-width: 710px; margin-bottom: 0; }
.step-gate { display: flex; align-items: center; gap: 16px; padding: 14px 20px; color: #bce0d0; background: rgba(134,189,166,.1); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }

.use-cases { background: var(--white); }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.case-grid article { padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-tag { display: inline-block; margin-bottom: 26px; color: var(--signal-dark); font-size: .62rem; font-weight: 750; letter-spacing: .12em; }
.case-grid h3 { max-width: 450px; margin-bottom: 28px; }
.case-grid dl, .case-grid dd { margin: 0; }
.case-grid dl > div { display: grid; grid-template-columns: 125px 1fr; gap: 15px; padding: 12px 0; border-top: 1px solid var(--line); }
.case-grid dt { font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.case-grid dd { color: var(--ink-soft); font-size: .88rem; }
.more-examples { margin: 28px 0 0; color: #65747a; font-size: .78rem; letter-spacing: .02em; }

.security { color: var(--white); background: #2d1d20; }
.security-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.security-copy > p:not(.eyebrow):not(.remediation) { max-width: 690px; color: #b4c1c3; font-size: 1.05rem; }
.security .eyebrow { color: #e98967; }
.security-model { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; margin: 48px 0 28px; }
.security-model > div:not(.model-connector) { padding: 24px; border: 1px solid var(--line-dark); }
.security-model span { display: block; margin-bottom: 28px; color: #8fa3a7; font-size: .62rem; letter-spacing: .12em; }
.security-model strong { display: block; font-size: 1rem; line-height: 1.35; }
.security-model p { margin: 12px 0 0; color: #9fb0b3; font-size: .78rem; line-height: 1.55; }
.model-connector { display: grid; width: 40px; place-items: center; color: var(--signal); }
.remediation { padding-left: 18px; border-left: 2px solid var(--signal); font-weight: 650; }
.light-link { margin-top: 25px; color: var(--white); }
.security-checks { align-self: start; padding: 18px 26px 12px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.025); }
.checks-head { display: flex; justify-content: space-between; padding: 5px 0 16px; color: #92a4a7; font-size: .6rem; letter-spacing: .12em; }
.security-checks ul { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.security-checks li { padding: 16px 0; border-bottom: 1px solid var(--line-dark); color: #e0e6e6; font-size: .9rem; }
.security-checks li span { display: inline-block; width: 45px; color: #e98967; font-size: .65rem; }

.fit { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; }
.fit-positive { padding: 44px; border: 1px solid var(--line); background: var(--white); }
.fit-positive h3 { max-width: 550px; }
.fit-positive ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin: 34px 0 0; padding: 0; list-style: none; }
.fit-positive li { position: relative; padding: 17px 0 17px 27px; border-top: 1px solid var(--line); font-size: .9rem; }
.fit-positive li::before { content: ""; position: absolute; left: 2px; top: 25px; width: 7px; height: 7px; background: var(--success); }
.fit-honest { padding: 44px; color: #ede4e5; background: var(--navy); }
.honest-label { display: block; margin-bottom: 42px; color: #e98967; font-size: .62rem; font-weight: 750; letter-spacing: .12em; }
.fit-honest p { color: #aebdc0; }

.entry-offer { border-top: 1px solid var(--line); background: var(--mist); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.offer-grid > div:first-child > p:last-child { max-width: 540px; color: var(--ink-soft); font-size: 1.05rem; }
.offer-card { padding: 44px; border-top: 3px solid var(--signal); background: var(--white); box-shadow: var(--shadow); }
.offer-card > span { color: var(--signal-dark); font-size: .65rem; font-weight: 750; letter-spacing: .12em; }
.offer-card ul { margin: 28px 0; padding-left: 20px; }
.offer-card li { margin-bottom: 11px; }
.offer-card p { color: var(--ink-soft); font-size: .82rem; }
.offer-card .button { margin-top: 10px; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: var(--ink-soft); }
.contact-prompts { margin: 40px 0; border-top: 1px solid var(--line); }
.contact-prompts span { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: #5b6b70; font-size: .82rem; }
.contact-prompts span::before { content: "—"; margin-right: 12px; color: var(--signal); }
.contact-form { padding: 34px; border: 1px solid var(--line); background: var(--paper); }
.form-head { display: flex; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-head > div span, .form-head > span { color: #758387; font-size: .6rem; letter-spacing: .12em; }
.form-head strong { display: block; margin-top: 6px; font-size: 1.1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
.field { position: relative; }
.field-wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 670; }
.field label span { color: #758387; font-weight: 450; }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%; border: 1px solid #c8cecb; border-radius: 0; padding: 12px 13px;
  color: var(--ink); background: var(--white); transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:not([type="checkbox"]) { height: 48px; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy-2); outline: none; box-shadow: 0 0 0 3px rgba(16,56,70,.12); }
.field [aria-invalid="true"] { border-color: #b33e29 !important; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: #a33220; font-size: .7rem; }
.checkbox-field { display: grid; grid-template-columns: 20px 1fr; gap: 0 9px; align-items: start; }
.checkbox-field input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--navy); }
.checkbox-field label { margin: 0; color: var(--ink-soft); font-weight: 450; line-height: 1.5; }
.checkbox-field .field-error { grid-column: 2; }
.submit-button { width: 100%; }
.form-status { display: none; margin: 18px 0 0; padding: 13px; border-left: 2px solid var(--signal); background: rgba(217,94,50,.08); font-size: .82rem; }
.form-status.is-visible { display: block; }
.form-note { margin: 13px 0 0; color: #6d7b80; font-size: .68rem; line-height: 1.5; }

.site-footer { padding-top: 70px; color: #ddd2d3; background: #241216; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 80px; padding-bottom: 62px; }
.brand-footer { color: var(--white); }
.footer-main > div:first-child p { max-width: 340px; margin: 24px 0 0; color: #8fa2a5; font-size: .88rem; }
.footer-label { display: block; margin-bottom: 20px; color: #718a8f; font-size: .6rem; letter-spacing: .13em; }
.footer-main > div:nth-child(2) a { display: block; margin-bottom: 9px; font-size: .83rem; text-decoration: none; }
.footer-main > div:nth-child(3) p { margin: 0; color: #93a6a9; font-size: .82rem; }
.footer-main a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--line-dark); color: #6f878c; font-size: .65rem; letter-spacing: .04em; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 19px; }
  .main-nav .button { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .system-map { max-width: 720px; }
  .service-item { grid-template-columns: 50px 1fr 1fr; }
  .service-item .result { grid-column: 2 / -1; }
  .security-grid, .contact-grid { gap: 48px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 88px 0; }
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.6rem); }
  .site-header { height: 68px; }
  .menu-toggle { z-index: 2; display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 68px 0 auto; display: none; padding: 24px 16px 30px;
    flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line);
    background: var(--paper); box-shadow: 0 20px 40px rgba(10,38,51,.12);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .main-nav .button { display: inline-flex; margin-top: 18px; }
  .hero { padding: 132px 0 76px; }
  .hero-grid, .split-intro, .section-heading, .security-grid, .fit-grid, .offer-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-line { line-height: 2; }
  .split-intro, .section-heading { gap: 22px; }
  .problem-copy { padding-top: 0; }
  .service-item { grid-template-columns: 40px 1fr; gap: 22px; }
  .service-item ul, .service-item .result { grid-column: 2; }
  .section-heading { margin-bottom: 48px; }
  .case-grid { grid-template-columns: 1fr; }
  .security-copy { order: 1; }
  .security-model { grid-template-columns: 1fr; }
  .model-connector { width: auto; height: 40px; }
  .fit-positive ul { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  h1 { letter-spacing: -.045em; }
  .map-flow { grid-template-columns: 1fr; gap: 7px; }
  .map-arrow { transform: rotate(90deg); text-align: center; }
  .map-node { min-height: 105px; }
  .control-layer { grid-template-columns: 1fr; }
  .control-layer div { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .control-layer div:last-child { border-bottom: 0; }
  .service-item { grid-template-columns: 1fr; }
  .service-item ul, .service-item .result { grid-column: 1; }
  .service-number { padding-bottom: 0; }
  .process-steps > li:not(.step-gate) { grid-template-columns: 50px 1fr; }
  .case-grid article, .fit-positive, .fit-honest, .offer-card, .contact-form { padding: 27px 22px; }
  .case-grid dl > div { grid-template-columns: 1fr; gap: 4px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 44px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

/* Editorial illustration system */
.hero-visual { position: relative; margin: 0; border: 1px solid #cfc4b8; background: #e9e0d3; box-shadow: var(--shadow); }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 12px; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.hero-visual img { display: block; width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; object-position: center; filter: saturate(.88) contrast(.98); }
.hero-visual figcaption { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 15px 18px; color: #f5ede4; background: var(--navy); font-size: .74rem; line-height: 1.4; }
.hero-visual figcaption span { color: #d8a5b1; font-size: .59rem; letter-spacing: .12em; white-space: nowrap; }
.hero-visual figcaption strong { font-weight: 560; }
.security-illustration { margin-top: 72px; border: 1px solid rgba(255,255,255,.2); background: #eae1d4; }
.security-illustration img { display: block; width: 100%; aspect-ratio: 2.05 / 1; object-fit: cover; filter: saturate(.84) contrast(.98); }
.security-illustration figcaption { display: flex; justify-content: space-between; gap: 30px; padding: 15px 18px; color: #bdb0ae; background: #211416; font-size: .72rem; }
.security-illustration figcaption span { color: #d79bac; font-size: .59rem; letter-spacing: .13em; white-space: nowrap; }
@media (max-width: 1080px) { .hero-visual { max-width: 760px; } }
@media (max-width: 800px) { .security-illustration { margin-top: 48px; } }
@media (max-width: 520px) {
  .hero-visual img { aspect-ratio: 1 / 1.08; }
  .hero-visual figcaption, .security-illustration figcaption { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; gap: 6px; }
}
/* Numbered editorial story chapters */
.story-chapter { padding: 42px 0 118px; background: var(--paper); }
.story-pilot { padding-top: 0; background: #3b151f; }
.story-operations { padding: 104px 0; border-top: 1px solid var(--line); background: var(--mist); }
.story-chapter figure { margin: 0; border: 1px solid #cfc4b8; background: #e9e0d3; box-shadow: var(--shadow); }
.story-chapter img { display: block; width: 100%; aspect-ratio: 2.02 / 1; object-fit: cover; filter: saturate(.86) contrast(.98); }
.story-chapter figcaption { display: grid; grid-template-columns: 230px 1fr; gap: 38px; padding: 24px 28px; color: #eee5df; background: var(--navy); }
.story-chapter figcaption > span { padding-top: 3px; color: #d8a5b1; font-size: .62rem; letter-spacing: .13em; white-space: nowrap; }
.story-chapter figcaption strong { display: block; max-width: 720px; font-size: 1.08rem; line-height: 1.35; }
.story-chapter figcaption p { max-width: 760px; margin: 8px 0 0; color: #c5b9b7; font-size: .82rem; line-height: 1.55; }
@media (max-width: 800px) {
  .story-chapter { padding-bottom: 78px; }
  .story-operations { padding: 78px 0; }
  .story-chapter figcaption { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
}
@media (max-width: 520px) {
  .story-chapter img { aspect-ratio: 1 / .78; }
}