:root {
  color-scheme: dark;
  --ink: #f4f7fb;
  --muted: #9eabba;
  --muted-2: #748396;
  --night: #07111f;
  --night-2: #0a1627;
  --panel: #0c1b2d;
  --line: rgba(165, 190, 218, 0.16);
  --line-strong: rgba(165, 190, 218, 0.3);
  --cyan: #2060C4;
  --blue: #2060C4;
  --light-blue: #87cefa;
  --shell: 1160px;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--night);
  color: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; min-width: 320px; background: var(--night); color: var(--ink); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--light-blue); outline-offset: 4px; }
.shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; top: .75rem; left: .75rem; padding: .7rem 1rem; transform: translateY(-150%); background: var(--light-blue); color: #07111f; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(7, 17, 31, .96); }
.header-inner { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; padding: 0; border: 0; background: transparent; text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: clamp(9.5rem, 20vw, 14rem); height: auto; }
.header-actions { display: flex; align-items: center; gap: 1.75rem; }
.language-switch { display: flex; align-items: center; gap: .5rem; color: var(--muted-2); font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
.language-switch a { text-decoration: none; color: var(--muted); padding: .4rem .1rem; }
.language-switch a[aria-current="page"] { color: var(--cyan); }
.language-switch a:hover { color: var(--ink); }
.theme-toggle { min-height: 42px; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .75rem; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font: inherit; font-size: .78rem; font-weight: 750; line-height: 1; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.theme-toggle:hover { transform: translateY(-2px); border-color: var(--cyan); background: rgba(32, 96, 196, .1); }
.theme-toggle-icon { color: var(--light-blue); font-size: 1rem; line-height: 1; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: .94rem; font-weight: 750; line-height: 1.3; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem .9rem; font-size: .83rem; }
.button-outline { color: #fff; border-color: #2060C4; background: #2060C4; }
.button-outline:hover { border-color: #1b54ad; background: #1b54ad; }
.button-primary { color: #fff; background: #2060C4; box-shadow: 0 8px 28px rgba(32, 96, 196, .22); }
.button-primary:hover { background: #1b54ad; }

.hero { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 2.25rem; padding-block: 5.2rem 5.5rem; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 2.5rem 0 2.5rem 13%; pointer-events: none; opacity: .45; background-image: linear-gradient(rgba(32, 96, 196, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 96, 196, .06) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.hero-copy, .hero-visual, .hero-index { position: relative; z-index: 1; }
.hero-copy { max-width: 580px; padding-block: 1rem; }
.eyebrow { margin: 0 0 1rem; color: var(--cyan); font-size: .77rem; font-weight: 750; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 1.8rem; height: 1px; margin: 0 .55rem .22rem 0; background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 1.3rem; font-size: clamp(2.8rem, 5vw, 4.9rem); font-weight: 650; line-height: 1.03; letter-spacing: -.055em; }
h1 span { color: var(--cyan); }
.hero-lede { max-width: 590px; margin-bottom: 1.8rem; color: #bcc8d5; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-size: .93rem; font-weight: 700; text-decoration-color: rgba(244, 247, 251, .35); text-underline-offset: .3rem; }
.text-link:hover { color: var(--cyan); }
.hero-note { display: flex; align-items: center; gap: .6rem; margin: 2rem 0 0; color: var(--muted); font-size: .86rem; }
.signal-dot { width: .48rem; height: .48rem; flex: none; border-radius: 50%; background: var(--light-blue); box-shadow: 0 0 16px rgba(135, 206, 250, .65); }
.hero-visual { min-width: 0; border: 1px solid rgba(32, 96, 196, .35); background: #091727; box-shadow: 0 30px 80px rgba(0, 0, 0, .28), 0 0 50px rgba(32, 96, 196, .12); }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7, 17, 31, .02) 55%, rgba(7, 17, 31, .7) 100%); }
.hero-visual img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.visual-caption { position: absolute; z-index: 2; right: 1rem; bottom: .85rem; left: 1rem; display: flex; justify-content: space-between; gap: .5rem; color: #d0e5fa; font-size: .68rem; font-weight: 700; letter-spacing: .15em; }
.hero-index { position: absolute; right: -2.1rem; bottom: 6rem; display: flex; flex-direction: column; align-items: center; gap: .55rem; color: #8191a6; font-size: .7rem; letter-spacing: .12em; }
.hero-index span:first-child { color: var(--cyan); }
.index-rule { width: 1px; height: 3rem; background: linear-gradient(var(--cyan), transparent); }

.signal-band { border-block: 1px solid var(--line); background: #091625; }
.signal-band-inner { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; overflow: hidden; color: #aab9c9; font-size: .72rem; font-weight: 700; letter-spacing: .13em; white-space: nowrap; }
.signal-band-inner i { width: .35rem; height: .35rem; flex: none; border: 1px solid var(--cyan); transform: rotate(45deg); }

.section { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; padding-block: 7.3rem; }
.section-label { display: flex; align-items: center; gap: .6rem; align-self: start; padding-top: .35rem; color: #8c9bae; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.section-label span:first-child { color: var(--cyan); }
.label-rule { width: 24px; height: 1px; background: var(--line-strong); }
.section-main { min-width: 0; }
.section-heading { display: grid; grid-template-columns: .95fr 1.05fr; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.9rem; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 620; line-height: 1.12; letter-spacing: -.04em; }
.section-heading h2 { max-width: 570px; margin-bottom: 0; }
.problem-copy { max-width: 620px; justify-self: end; color: #b4c1ce; }
.problem-copy p { margin-bottom: .75rem; }
.muted-copy { color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.problem-card { min-height: 190px; padding: 1.25rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(15, 34, 55, .8), rgba(9, 21, 36, .7)); }
.card-index { display: block; margin-bottom: 1.4rem; color: var(--cyan); font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.problem-card h3, .pillar-card h3, .process-list h3 { margin-bottom: .45rem; font-size: 1.05rem; font-weight: 650; line-height: 1.4; }
.problem-card p, .pillar-card p, .process-list p { margin-bottom: 0; color: var(--muted); font-size: .94rem; line-height: 1.6; }

.system-section { border-block: 1px solid var(--line); background: radial-gradient(ellipse at 95% 5%, rgba(32, 96, 196, .16), transparent 39%), #091625; }
.system-layout { padding-block: 7.2rem; }
.system-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 2.5rem; margin-bottom: 2.4rem; }
.system-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -1.4rem; }
.system-intro h2 { max-width: 680px; margin-bottom: 0; }
.system-intro > p:last-child { max-width: 490px; margin: 0; color: var(--muted); }
.pillar-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.pillar-card { position: relative; min-height: 194px; display: grid; grid-template-columns: 52px 1fr 18px; gap: 1rem; padding: 1.45rem; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: rgba(8, 21, 36, .56); transition: background .2s ease; }
.pillar-card:hover { background: rgba(20, 49, 77, .62); }
.pillar-number { color: var(--cyan); font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.pillar-card h3 { font-size: 1.08rem; }
.pillar-card p { max-width: 390px; }
.pillar-corner { color: #6d86a0; font-size: 1rem; }

.cadence-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 4rem; }
.cadence-copy h2 { max-width: 540px; }
.cadence-copy > p:not(.eyebrow) { max-width: 550px; color: var(--muted); }
.check-list { display: grid; gap: .58rem; margin: 1.6rem 0 0; padding: 0; list-style: none; color: #d3dce6; }
.check-list li { position: relative; padding-left: 1.45rem; }
.check-list li::before { content: ""; position: absolute; top: .65rem; left: 0; width: .42rem; height: .42rem; border: 1px solid var(--light-blue); transform: rotate(45deg); }
.cadence-card { position: relative; padding: 1.4rem 1.5rem 1.5rem; border: 1px solid rgba(32, 96, 196, .42); background: linear-gradient(145deg, #10243b, #0a1728 75%); box-shadow: 0 22px 60px rgba(0, 0, 0, .22); }
.cadence-card::after { content: ""; position: absolute; top: -1px; right: -1px; width: 58px; height: 58px; border-top: 1px solid var(--cyan); border-right: 1px solid var(--cyan); }
.cadence-card-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); color: #c2d1df; font-size: .7rem; font-weight: 750; letter-spacing: .12em; }
.status-mark { display: inline-flex; align-items: center; gap: .45rem; color: var(--light-blue); white-space: nowrap; }
.status-mark i { width: .4rem; height: .4rem; border-radius: 50%; background: var(--light-blue); }
.cadence-metric { display: grid; grid-template-columns: auto 1fr 1px auto 1fr; align-items: center; column-gap: .85rem; padding-block: 2rem; }
.cadence-metric strong { color: var(--cyan); font-size: clamp(3.1rem, 5vw, 4.4rem); font-weight: 600; letter-spacing: -.07em; line-height: 1; }
.cadence-metric span { color: #d0dce8; font-size: .88rem; line-height: 1.35; }
.metric-rule { height: 3.3rem; margin-inline: .2rem; background: var(--line-strong); }
.cadence-divider { height: 1px; background: var(--line); }
.cadence-card > p { max-width: 390px; margin: 1rem 0 .25rem; color: var(--muted); font-size: .91rem; }
.cadence-card-index { position: absolute; right: 1.5rem; bottom: 1.4rem; color: #71859c; font-size: .65rem; font-weight: 700; letter-spacing: .12em; }

.method-section { border-block: 1px solid var(--line); background: #091625; }
.method-layout { padding-block: 7.1rem; }
.method-heading { max-width: 680px; margin-bottom: 2.2rem; }
.method-heading h2 { margin-bottom: 0; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr 24px; gap: 1.2rem; align-items: start; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.process-no { padding-top: .15rem; color: var(--cyan); font-size: .8rem; font-weight: 700; }
.process-list h3 { margin-bottom: .25rem; }
.process-list p { max-width: 670px; }
.process-arrow { color: var(--blue); font-size: 1.15rem; }

.fit-section { padding-block: 6rem; }
.fit-panel { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid rgba(32, 96, 196, .38); background: radial-gradient(ellipse at 100% 0, rgba(32, 96, 196, .2), transparent 50%), linear-gradient(145deg, #10243a, #0a1728); }
.fit-copy h2 { max-width: 680px; }
.fit-copy > p:last-child { max-width: 650px; margin-bottom: 0; color: #b4c1ce; }
.fit-note { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 2rem; border-left: 1px solid var(--line-strong); }
.fit-note-number { margin-bottom: 1rem; color: var(--light-blue); font-size: .78rem; font-weight: 800; letter-spacing: .17em; }
.fit-note p { color: #c1cdda; font-size: .95rem; }

.faq-section { padding-block: 5rem 7rem; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; }
.faq-layout h2 { max-width: 330px; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.1rem 2rem 1.1rem 0; cursor: pointer; font-size: 1rem; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: .95rem; right: 0; color: var(--cyan); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 690px; margin: 0; padding: 0 1.5rem 1.2rem 0; color: var(--muted); }

.contact-section { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(ellipse at 50% 105%, rgba(32, 96, 196, .24), transparent 50%), #0a1727; text-align: center; }
.contact-inner { display: flex; flex-direction: column; align-items: center; padding-block: 6rem 5.8rem; }
.contact-mark { display: flex; align-items: center; gap: .35rem; margin-bottom: 1.6rem; }
.contact-mark span { display: block; width: .35rem; height: .35rem; border: 1px solid var(--cyan); transform: rotate(45deg); }
.contact-mark span:nth-child(2) { width: .52rem; height: .52rem; border-color: var(--light-blue); background: rgba(135, 206, 250, .15); }
.contact-inner .eyebrow { margin-bottom: .85rem; }
.contact-inner h2 { max-width: 760px; margin-bottom: 1rem; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.contact-inner > p:not(.eyebrow) { max-width: 630px; margin-bottom: 1.7rem; color: #b4c1ce; }
.contact-footnote { display: block; margin-top: 1.1rem; color: #8d9cae; font-size: .85rem; }

.site-footer { border-top: 1px solid var(--line); background: #06101c; }
.footer-inner { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; padding-block: 1.25rem; }
.footer-brand { flex-shrink: 0; }
.footer-inner > p { margin: 0; color: #d3dce6; font-size: .86rem; line-height: 1.55; }
.footer-inner > p span { color: var(--muted-2); font-size: .79rem; }
.footer-link { color: #bdc9d5; font-size: .86rem; text-decoration: none; }
.footer-link:hover { color: var(--cyan); }
.footer-inner small { color: #78889c; font-size: .76rem; }

/* Light mode keeps the same blue signal while making long-form content easier to read. */
html[data-theme="light"] { color-scheme: light; --ink: #10233a; --muted: #50657b; --muted-2: #6c7e91; --night: #f4f8fc; --night-2: #eaf1f8; --panel: #ffffff; --line: rgba(44, 79, 112, .18); --line-strong: rgba(44, 79, 112, .3); }
html[data-theme="light"] body { background: var(--night); color: var(--ink); }
html[data-theme="light"] .site-header { background: #07111f; }
html[data-theme="light"] .site-header .language-switch a { color: #b4c4d6; }
html[data-theme="light"] .site-header .language-switch a[aria-current="page"] { color: var(--light-blue); }
html[data-theme="light"] .site-header .language-switch a:hover { color: #ffffff; }
html[data-theme="light"] .site-header .theme-toggle { color: #f4f7fb; border-color: rgba(165, 190, 218, .3); }
html[data-theme="light"] .hero-visual { background: #dceaf7; box-shadow: 0 30px 80px rgba(39, 76, 112, .14), 0 0 50px rgba(32, 96, 196, .1); }
html[data-theme="light"] .hero-visual::before { background: linear-gradient(180deg, rgba(244, 248, 252, .02) 55%, rgba(7, 17, 31, .42) 100%); }
html[data-theme="light"] .hero-lede { color: #50657b; }
html[data-theme="light"] .text-link { color: var(--ink); text-decoration-color: rgba(16, 35, 58, .35); }
html[data-theme="light"] .signal-band { background: #eaf1f8; }
html[data-theme="light"] .signal-band-inner { color: #52677d; }
html[data-theme="light"] .problem-copy, html[data-theme="light"] .fit-copy > p:last-child, html[data-theme="light"] .contact-inner > p:not(.eyebrow) { color: #50657b; }
html[data-theme="light"] .problem-card { background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(232, 241, 249, .85)); }
html[data-theme="light"] .system-section, html[data-theme="light"] .method-section { background: #eaf1f8; }
html[data-theme="light"] .pillar-card { background: rgba(255, 255, 255, .66); }
html[data-theme="light"] .pillar-card:hover { background: rgba(255, 255, 255, .95); }
html[data-theme="light"] .check-list, html[data-theme="light"] .cadence-metric span { color: #29425c; }
html[data-theme="light"] .cadence-card { background: linear-gradient(145deg, #ffffff, #e8f1f8); box-shadow: 0 22px 60px rgba(39, 76, 112, .12); }
html[data-theme="light"] .cadence-card-top { color: #36516b; }
html[data-theme="light"] .fit-panel { background: radial-gradient(ellipse at 100% 0, rgba(32, 96, 196, .16), transparent 50%), linear-gradient(145deg, #ffffff, #e8f1f8); }
html[data-theme="light"] .fit-note p, html[data-theme="light"] .footer-inner > p { color: #29425c; }
html[data-theme="light"] .contact-section { background: radial-gradient(ellipse at 50% 105%, rgba(32, 96, 196, .18), transparent 50%), #e6eff7; }
html[data-theme="light"] .site-footer { background: #06101c; }
html[data-theme="light"] .site-footer .footer-inner > p { color: #d3dce6; }
html[data-theme="light"] .footer-link { color: #bdc9d5; }

@media (min-width: 1400px) {
  .hero { min-height: 710px; }
}
@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr .85fr; gap: 1.5rem; padding-block: 4.5rem; }
  .hero-index { right: -.85rem; }
  .section { grid-template-columns: 105px 1fr; gap: 1.5rem; padding-block: 5.6rem; }
  .system-layout, .method-layout { padding-block: 5.6rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .problem-copy { justify-self: start; }
  .cadence-layout { gap: 2rem; }
  .fit-panel { gap: 2rem; }
}
@media (max-width: 700px) {
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .header-inner { min-height: 72px; gap: .75rem; }
  .brand-logo { width: clamp(9rem, 40vw, 12rem); }
  .header-actions { gap: .8rem; }
  .header-actions .button { width: 42px; min-width: 42px; height: 42px; padding: 0; overflow: hidden; font-size: 0; }
  .header-actions .button span { font-size: 1rem; }
  .language-switch { gap: .35rem; font-size: .75rem; }
  .theme-toggle { padding-inline: .6rem; }
  .theme-toggle { width: 42px; min-width: 42px; padding-inline: 0; justify-content: center; }
  .theme-toggle-label { display: none; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding-block: 3.7rem 3.2rem; }
  .hero::before { inset: 1rem -1rem 0 2rem; background-size: 34px 34px; }
  h1 { max-width: 600px; font-size: clamp(2.6rem, 11vw, 4.25rem); }
  .hero-lede { font-size: 1.04rem; }
  .hero-actions { align-items: flex-start; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: calc(100% - .8rem); margin-left: auto; }
  .hero-visual img { aspect-ratio: 1.35; }
  .hero-index { right: auto; bottom: 2.7rem; left: -.6rem; flex-direction: row; }
  .index-rule { width: 2rem; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
  .signal-band-inner { min-height: 60px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; font-size: .67rem; }
  .signal-band-inner::-webkit-scrollbar { display: none; }
  .section { grid-template-columns: 1fr; gap: 1.3rem; padding-block: 4.4rem; }
  .section-label { padding-top: 0; }
  .section-heading { margin-bottom: 1.2rem; }
  .problem-grid { grid-template-columns: 1fr; gap: .65rem; }
  .problem-card { min-height: unset; padding: 1.05rem 1.1rem; }
  .card-index { margin-bottom: .75rem; }
  .system-layout, .method-layout { padding-block: 4.4rem; }
  .system-intro { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.6rem; }
  .system-intro .eyebrow { margin-bottom: -.25rem; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: unset; grid-template-columns: 35px 1fr 18px; gap: .7rem; padding: 1.2rem 1rem; }
  .cadence-layout { grid-template-columns: 1fr; gap: 2.2rem; }
  .cadence-card { padding: 1.1rem; }
  .cadence-card-top { align-items: flex-start; font-size: .62rem; }
  .cadence-metric { column-gap: .55rem; padding-block: 1.6rem; }
  .cadence-metric strong { font-size: 3.3rem; }
  .cadence-metric span { font-size: .78rem; }
  .cadence-card-index { right: 1.1rem; bottom: 1rem; font-size: .58rem; }
  .process-list li { grid-template-columns: 36px 1fr 16px; gap: .75rem; padding-block: 1.15rem; }
  .fit-section { padding-block: 3.3rem; }
  .fit-panel { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.3rem; }
  .fit-note { padding: 1.2rem 0 0; border-top: 1px solid var(--line-strong); border-left: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 1rem; }
  .faq-section { padding-block: 3.5rem 4.5rem; }
  .contact-inner { padding-block: 4rem; }
  .footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding-block: 1.3rem; }
  .footer-inner > p { justify-self: end; text-align: right; }
  .footer-link { justify-self: start; }
  .footer-inner small { justify-self: end; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Compact laptop hero; allow natural growth for zoom and narrow windows. */
@media (min-width: 701px) {
 .hero { min-height: 0; grid-template-columns: 1.12fr .88fr; padding-block: clamp(1.5rem, 5svh, 3rem); }
 .hero-copy { padding-block: 0; }
 .hero h1 { font-size: clamp(2.35rem, min(4.4vw, 7.2svh), 4.1rem); }
 .hero-lede { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; }
 .hero-note { margin-top: 1.25rem; }
 .hero-visual img { height: clamp(18rem, 59svh, 32rem); aspect-ratio: auto; object-fit: cover; }
}
@media (min-width: 701px) and (max-height: 700px) {
 .hero { padding-block: 1.25rem; }
 .hero h1 { font-size: clamp(2.2rem, 6.8svh, 3rem); margin-bottom: 1rem; }
 .hero .eyebrow { margin-bottom: .75rem; }
 .hero-lede { margin-bottom: 1rem; line-height: 1.5; }
 .hero-note { margin-top: 1rem; }
 .hero-visual img { height: clamp(16rem, 57svh, 25rem); }
}
