@font-face { font-family: Archivo; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/archivo-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: Archivo; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/archivo-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: Archivo; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/archivo-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: Archivo; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/archivo-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2'); }
:root {
  --paper: #f2f1ed; --ink: #14171e; --muted: #4b5158; --subtle: #5a6068;
  --line: #d8d6cf; --accent: #705014; --accent-hover: #583b00;
  --button-top: #b58a4b; --button-bottom: #b58a4b;
  --button-metal: linear-gradient(180deg,#c19e64 0%,#ad7d3d 100%);
  --button-metal-hover: linear-gradient(180deg,#d0b078 0%,#b88647 100%);
  --button-hover-top: #bb8c4b; --button-hover-bottom: #bb8c4b; --alternate: #eae8e1;
  --body-font: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--body-font); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-weight: 600; line-height: 1.15; }
h2 { font-size: 46px; line-height: 1.08; }
h3 { font-size: 20px; }
ul, ol { padding: 0; }
img { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; transition: color 220ms ease; }
a:hover { color: var(--accent-hover); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a, button, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #5e4001; color: white; }
.container { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.dark { background: var(--ink); color: var(--paper); --muted: #d6dae0; --subtle: #a0a6af; --line: rgba(255,255,255,.14); --accent: #d4af77; --accent-hover: #ecce9f; }
.dark a:hover { color: var(--accent-hover); }
.alternate { background: var(--alternate); }
.section { padding-block: 96px; }
.stack { display: flex; flex-direction: column; gap: 52px; }
.section-heading { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px; align-items: end; }
.section-heading > div, .heading-narrow { display: flex; flex-direction: column; gap: 18px; }
.section-intro { color: var(--muted); font-size: 17px; line-height: 1.65; }
.heading-narrow { max-width: 820px; }
.eyebrow { font: 400 11.5px/1.6 var(--mono); text-transform: uppercase; color: var(--subtle); }
.dark .eyebrow { color: var(--accent); }
.fine { color: var(--subtle); font-size: 14px; line-height: 1.5; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; background: white; color: var(--ink); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.brand img { height: 24px; width: auto; }
#primary-nav { display: flex; gap: 20px; align-items: center; font-size: 13.5px; font-weight: 500; }
#primary-nav > a { min-height: 44px; display: flex; align-items: center; color: #b9bec6; }
#primary-nav > a:hover, #primary-nav > a.is-active { color: white; }
#primary-nav .nav-cta { color: var(--ink); padding: 12px 18px; font-size: 13.5px; }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; color: white; background: transparent; border: 1px solid var(--line); border-radius: 2px; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 20px; height: 2px; background: currentColor; }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; }
.menu-icon::before { top: -6px; } .menu-icon::after { top: 6px; }
.nav-open .menu-icon { background: transparent; }
.nav-open .menu-icon::before { top: 0; transform: rotate(45deg); }
.nav-open .menu-icon::after { top: 0; transform: rotate(-45deg); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 18px 30px; background-color: var(--button-bottom); background-image: var(--button-metal); color: var(--ink); border: 1px solid transparent; border-radius: 2px; font-size: 16px; font-weight: 600; line-height: 1.4; text-align: center; transition: transform 220ms cubic-bezier(.16,1,.3,1), filter 220ms ease; }
.btn:hover, .dark .btn:hover { background-color: var(--button-hover-bottom); background-image: var(--button-metal-hover); color: var(--ink); transform: translateY(1px); }
.btn:disabled { cursor: wait; opacity: .75; transform: none; }
.btn-outline { border-color: transparent; background-color: var(--button-bottom); background-image: var(--button-metal); color: var(--ink); font-weight: 600; }
.btn-outline:hover, .dark .btn-outline:hover { border-color: transparent; background-color: var(--button-hover-bottom); background-image: var(--button-metal-hover); color: var(--ink); }
.hero { position: relative; overflow: hidden; }
.hero canvas, #hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; }
#hero-grain { background: url('/assets/brand/grain.svg') repeat; opacity: .055; mix-blend-mode: overlay; }
.hero-content { position: relative; z-index: 1; padding-top: 96px; display: flex; flex-direction: column; gap: 34px; }
.hero-content > .eyebrow { display: flex; align-items: center; gap: 12px; }
.hero-content > .eyebrow::before { content: ''; width: 28px; height: 1px; background-image: linear-gradient(104deg,#7a5530 0%,#9a713c 22%,#c9a96b 46%,#f2e0ba 62%,#c9a96b 78%,#8a6636 100%); flex-shrink: 0; }
h1 { max-width: 1160px; font-size: 88px; line-height: .98; }
h1 span { color: #969ba4; }
.hero-lead { display: flex; flex-direction: column; gap: 28px; max-width: 800px; }
.hero-lead > p:first-child { font-size: 21px; line-height: 1.55; color: var(--muted); }
.hero-lead strong { color: var(--paper); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.grid > * { background: var(--paper); min-width: 0; }
.dark .grid > * { background: var(--ink); }
.grid-three { display: grid; grid-template-columns: repeat(3, minmax(240px,1fr)); }
.metrics { margin-top: 22px; }
.metrics > div { padding: 22px 24px; }
.metrics dt { font-size: 30px; font-weight: 600; line-height: 1.2; }
.metrics dd { margin-top: 5px; color: var(--subtle); font-size: 13.5px; line-height: 1.45; }
.pillars { position: relative; z-index: 1; margin-top: 80px; border-top: 1px solid var(--line); gap: 1px; background: var(--line); }
.pillars > div { background: var(--ink); padding: 32px 32px 44px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.pillars > div:first-child { padding-left: 0; } .pillars > div:last-child { padding-right: 0; }
.pillars h2 { font-size: 20px; line-height: 1.25; }
.pillars p:not(.eyebrow) { font-size: 14.5px; line-height: 1.55; color: var(--subtle); }
.partners { padding-block: 40px 12px; }
.partners-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.partners-viewport { overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.partners-track { display: flex; gap: 196px; align-items: center; min-height: 70px; will-change: transform; }
.partner { flex: none; width: auto; max-width: none; filter: grayscale(1); opacity: .72; transition: filter 320ms ease, opacity 320ms ease; }
.partner-0 { height: 30px; } .partner-1 { height: 60px; filter: grayscale(1); opacity: .82; } .partner-2 { height: 32px; }
.partner:hover { filter: grayscale(1); opacity: 1; }
.motion-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 2px; }
.pause-icon { height: 14px; width: 11px; border-inline: 3px solid currentColor; }
.motion-toggle[aria-pressed=true] .pause-icon { width: 0; height: 0; border: 7px solid transparent; border-right: 0; border-left: 11px solid currentColor; }
.symptoms { padding-top: 82px; padding-bottom: 0; }
.grid-four { display: grid; grid-template-columns: repeat(4, minmax(280px,1fr)); }
.symptom-grid { grid-template-columns: repeat(4,minmax(285px,1fr)); gap: 32px 28px; }
.symptom-grid article { padding-top: 18px; border-top: 2px solid var(--accent); }
.symptom-grid h3 { font-size: 17.5px; line-height: 1.3; margin-bottom: 10px; }
.symptom-grid p, .deliveries p:not(.eyebrow), .why-grid p { color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.symptom-lines { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.symptom-lines p { display: grid; grid-template-columns: 54px 1fr; align-items: baseline; gap: 20px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: clamp(19px,2.1vw,26px); font-weight: 500; line-height: 1.3; }
.symptom-lines span { color: var(--accent); font: 500 13px/1.3 var(--mono); }
.symptom-close { margin: 0; color: var(--muted); font-size: 18px; }
.deliveries > article { background: white; padding: 30px 26px 34px; display: flex; flex-direction: column; gap: 16px; }
.deliveries .eyebrow { color: var(--accent); }
.deliveries h3 { font-size: 20px; line-height: 1.25; }
.technical-fronts { display: flex; gap: 20px; align-items: baseline; flex-wrap: wrap; }
.technical-fronts ul { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13.5px; font-weight: 500; }
.technical-fronts li { padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.comparison { padding-top: 0; }
.comparison-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.comparison-grid > div { padding: 40px 34px 44px; display: flex; flex-direction: column; gap: 22px; }
.comparison-grid .before { background: var(--alternate); } .comparison-grid .after { background: white; }
.comparison h2 { font-size: 26px; line-height: 1.2; }
.before h2 { color: var(--muted); } .after .eyebrow { color: var(--accent); }
.comparison ul { list-style: none; display: flex; flex-direction: column; gap: 14px; font-size: 15.5px; color: var(--muted); }
.comparison li { position: relative; padding-left: 22px; }
.comparison li::before { content: '\2022'; position: absolute; left: 0; color: var(--subtle); }
.after li::before { content: '\2192'; color: var(--accent); }
.phases, .maturity-levels { grid-template-columns: repeat(5, minmax(215px,1fr)); list-style: none; }
.phases > li { padding: 30px 26px 34px; display: flex; flex-direction: column; gap: 14px; }
.phase-letter { width: fit-content; font-size: 44px; line-height: 1; color: #d4af77; font-weight: 700; background-image: linear-gradient(104deg,#7a5530 0%,#9a713c 22%,#c9a96b 46%,#f2e0ba 62%,#c9a96b 78%,#8a6636 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.phases h3 { font-size: 18px; }
.phases p:not(.eyebrow) { font-size: 14.5px; color: var(--subtle); flex: 1; }
.deliverable { border-top: 1px solid var(--line); padding-top: 14px; font-size: 13px; color: var(--muted); }
.deliverable .eyebrow { color: var(--subtle); font-size: 10.5px; margin-bottom: 5px; }
.maturity-heading { padding: 26px 28px 22px; display: flex; justify-content: space-between; gap: 16px; align-items: baseline; flex-wrap: wrap; border: 1px solid var(--line); border-bottom: 0; }
.maturity-heading p { color: var(--subtle); font-size: 15px; max-width: 560px; }
.maturity-levels > li { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 8px; }
.maturity-levels .eyebrow { color: var(--subtle); }
.maturity-levels p:not(.eyebrow) { font-size: 16px; font-weight: 500; color: var(--muted); flex: 1; }
.maturity-bar { height: 3px; background: var(--accent); display: block; margin-top: 8px; }
.level-1 { width: 20%; } .level-2 { width: 40%; } .level-3 { width: 60%; } .level-4 { width: 80%; } .level-5 { width: 100%; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 15.5px; font-weight: 600; }
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(300px,1fr)); gap: 24px; }
.case { background: white; border: 1px solid var(--line); display: flex; flex-direction: column; min-width: 0; }
.case-image { display: block; border-bottom: 1px solid var(--line); background: white; }
.case-image img { width: 100%; height: auto; aspect-ratio: 1000/481; object-fit: contain; }
.case-body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.case-body h3 { font-size: 19px; line-height: 1.25; }
.case-body > p:not(.eyebrow) { font-size: 14.5px; color: var(--muted); flex: 1; }
.case-result { padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.case-result strong { color: var(--accent); font-size: 24px; line-height: 1.25; font-weight: 600; }
.case-result span { color: var(--subtle); font-size: 13.5px; }
.about-heading { align-items: start; gap: 48px; }
.about-copy { font-size: 16.5px; line-height: 1.68; color: var(--muted); }
.values { gap: 28px; border-top: 1px solid var(--line); padding-top: 30px; }
.values h3 { margin-bottom: 8px; } .values p { font-size: 14.5px; color: var(--muted); }
.why-grid { display: grid; grid-template-columns: repeat(3,minmax(240px,1fr)); gap: 36px 40px; }
.why-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.why-grid h3 { font-size: 18px; margin-bottom: 10px; }
.investment-grid > div { padding: 30px 28px 34px; }
.investment-grid h3 { font-size: 19px; margin-bottom: 10px; }
.investment-grid p { font-size: 15px; color: var(--subtle); line-height: 1.55; }
.faq-layout, .diagnosis-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 56px; align-items: start; }
.faq-layout > div:first-child { display: flex; flex-direction: column; gap: 16px; }
.faq-layout h2 { font-size: 40px; line-height: 1.1; }
.faq-list details { border-top: 1px solid #cfccc4; }
.faq-list details:last-child { border-bottom: 1px solid #cfccc4; }
.faq-list summary { cursor: pointer; padding: 22px 26px 22px 0; font-size: 17px; font-weight: 600; line-height: 1.4; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 20px; font-size: 22px; color: var(--accent); }
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list details p { padding-bottom: 22px; color: var(--muted); font-size: 15px; }
.faq-list details:not([open]) > p { display: none; }
.diagnosis-copy { display: flex; flex-direction: column; gap: 24px; }
.contact-links { font-size: 15px; color: var(--subtle); }
.contact-links a { display: inline-flex; align-items: center; min-height: 44px; }
.diagnosis-panel { border: 1px solid var(--line); background: rgba(255,255,255,.03); padding: 32px 30px 36px; min-width: 0; }
#diagnosis-form { display: flex; flex-direction: column; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font: 400 11px/1.5 var(--mono); text-transform: uppercase; color: var(--subtle); }
.form-field input, .form-field textarea { width: 100%; background: var(--ink); border: 1px solid #636973; color: var(--paper); padding: 14px; border-radius: 2px; font-size: 16px; line-height: 1.5; }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #a0a6af; opacity: 1; }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; line-height: 1.6; min-height: 44px; cursor: pointer; }
.consent input { flex: none; width: 20px; height: 20px; margin: 2px 0 0; accent-color: #5e4001; }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.field-error, .form-error { font-size: 14px; color: #ffb4a6; }
[aria-invalid=true] { border-color: #ffb4a6 !important; }
.honeypot { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-success { padding-block: 30px; min-height: 260px; }
.form-success h3 { font-size: 28px; margin-block: 20px 12px; }
.form-success p { color: var(--muted); }
.success-mark { color: #9bd3b1; font-size: 40px; }
.site-footer { padding-bottom: 36px; }
.site-footer .container { border-top: 1px solid var(--line); padding-top: 28px; display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: 13.5px; color: var(--subtle); }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer .brand img { height: 20px; }
.footer-meta { display: flex; flex-direction: column; gap: 4px; line-height: 1.45; }
.footer-meta strong { color: var(--paper); font-weight: 600; }
.footer-meta span { color: var(--subtle); }
.footer-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--subtle); }
.footer-links a:hover { color: var(--paper); }
.footer-copy { color: var(--subtle); white-space: nowrap; }

/* Shared editorial footer used by the home and Ideas & Trends pages. */
.editorial-footer { padding-block: 72px 40px; }
.footer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; align-items: start; }
.footer-intro, .footer-nav { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.footer-intro img { height: 24px; width: auto; }
.footer-intro p { color: #8A8F98; font-size: 15px; max-width: 40ch; }
.footer-label { color: #9198A1; font: 400 11px/1.5 var(--mono); text-transform: uppercase; }
.footer-nav a { color: #B9BEC6; font-size: 15px; }
.footer-nav a:hover { color: white; }
.footer-nav .footer-cta { color: #D4AF77; font-weight: 600; }
.footer-nav .footer-cta:hover { color: #ECCE9F; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 14px 28px; flex-wrap: wrap; color: #9198A1; font-size: 13px; }
.image-dialog { width: min(1240px,calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 48px 16px 20px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); overflow: auto; }
.image-dialog::backdrop { background: rgba(0,0,0,.8); }
.image-dialog img { width: 100%; height: auto; }
.image-dialog p { margin-top: 16px; font-size: 14px; }
.image-close { position: absolute; top: 0; right: 0; width: 44px; height: 44px; border: 0; background: transparent; font-size: 30px; }
.privacy-content { max-width: 800px; padding-block: 72px 100px; }
.privacy-content h1 { font-size: 48px; line-height: 1.1; margin-bottom: 24px; }
.privacy-content h2 { font-size: 26px; margin-block: 36px 16px; }
.privacy-content p { margin-block: 16px; }
.privacy-content a { text-decoration: underline; }
@media (max-width: 1280px) {
  h1 { font-size: 80px; }
  .grid-four, .symptom-grid { grid-template-columns: repeat(2,minmax(285px,1fr)); }
  .phases, .maturity-levels { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .phases > li, .maturity-levels > li { grid-column: span 2; }
  .phases > li:nth-child(n+4), .maturity-levels > li:nth-child(n+4) { grid-column: span 3; }
}
@media (max-width: 1080px) {
  h1 { font-size: 68px; }
  h2 { font-size: 40px; }
  #primary-nav { gap: 13px; font-size: 12.5px; }
  #primary-nav .nav-cta { font-size: 12.5px; padding-inline: 12px; }
  .nav-inner { gap: 16px; }
  .case-grid { grid-template-columns: 1fr; }
  .case { display: grid; grid-template-columns: minmax(300px,1fr) minmax(300px,1fr); }
  .case-image { border-bottom: 0; border-right: 1px solid var(--line); display: flex; align-items: center; }
  .hero-content { padding-top: 76px; }
  .why-grid { grid-template-columns: repeat(2,minmax(240px,1fr)); }
  .grid-three { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: repeat(3,minmax(240px,1fr)); }
  .pillars > div, .pillars > div:first-child, .pillars > div:last-child { padding: 26px 0; }
  .pillars { background: transparent; }
  .pillars > div + div { border-top: 1px solid var(--line); }
  .values { grid-template-columns: repeat(3,minmax(240px,1fr)); }
}
@media (max-width: 960px) {
  .nav-inner { min-height: 68px; }
  .nav-toggle { display: inline-flex; }
  #primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 28px 24px; background: var(--ink); border-bottom: 1px solid var(--line); font-size: 16px; max-height: calc(100dvh - 68px); overflow-y: auto; }
  .nav-open #primary-nav { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
  #primary-nav .nav-cta { justify-content: center; font-size: 15px; margin-top: 8px; }
  .section-heading { gap: 32px; }
  .faq-layout, .diagnosis-layout { gap: 32px; }
  .phases h3 { font-size: 18px; }
}
@media (max-width: 800px) {
  h1 { font-size: 58px; }
  h2, .faq-layout h2 { font-size: 36px; }
  .section { padding-block: 72px; }
  .section-heading, .faq-layout, .diagnosis-layout { grid-template-columns: 1fr; }
  .symptoms { padding-bottom: 0; }
  .comparison { padding-top: 0; }
  .metrics, .values { grid-template-columns: 1fr; }
  .phases, .maturity-levels { grid-template-columns: repeat(2,minmax(215px,1fr)); }
  .phases > li, .maturity-levels > li, .phases > li:nth-child(n+4), .maturity-levels > li:nth-child(n+4) { grid-column: auto; }
  .phases > li:last-child, .maturity-levels > li:last-child { grid-column: 1 / -1; }
  .comparison-grid { grid-template-columns: 1fr; }
  .hero-lead > p:first-child { font-size: 19px; }
  .hero-content { padding-top: 64px; }
  .case { display: flex; }
  .case-image { display: block; border-right: 0; border-bottom: 1px solid var(--line); }
  .partners-track { gap: 72px; }
  .partner-0 { height: 26px; } .partner-1 { height: 48px; } .partner-2 { height: 28px; }
}
@media (max-width: 660px) {
  h1 { font-size: 44px; }
  h2, .faq-layout h2 { font-size: 32px; }
  .hero-content { padding-top: 52px; gap: 26px; }
  .hero-lead { gap: 24px; }
  .hero-lead > p:first-child { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { padding-inline: 18px; }
  .grid-four, .symptom-grid, .why-grid, .phases, .maturity-levels { grid-template-columns: 1fr; }
  .phases > li:last-child, .maturity-levels > li:last-child { grid-column: auto; }
  .stack { gap: 36px; }
  .section { padding-block: 60px; }
  .symptoms { padding-top: 60px; padding-bottom: 0; }
  .comparison { padding-top: 0; }
  .pillars { margin-top: 48px; }
  .deliveries > article, .comparison-grid > div, .phases > li { padding: 28px 24px; }
  .diagnosis-panel { padding: 28px 22px; }
  .case-body { padding: 24px; }
  .technical-fronts { gap: 14px; }
  .site-footer .container { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .privacy-content h1 { font-size: 36px; }
}
@media (max-width: 374px) {
  .container { width: calc(100% - 40px); }
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .btn:hover { transform: none !important; }
  section > div > * { opacity: 1 !important; transform: none !important; }
}
html.motion-paused { scroll-behavior: auto; }
html.motion-paused *, html.motion-paused *::before, html.motion-paused *::after { animation: none !important; transition: none !important; }
html.motion-paused section > div > * { opacity: 1 !important; transform: none !important; }
html.motion-paused .btn:hover { transform: none; }
html.motion-paused .partners-viewport { mask-image: none; }
html.motion-paused .partners-track { flex-wrap: wrap; gap: 24px; transform: none !important; }
html.motion-paused .partners-track [aria-hidden=true] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .partners-viewport { mask-image: none; }
  .partners-track { flex-wrap: wrap; gap: 24px; transform: none !important; }
  .partners-track [aria-hidden=true] { display: none; }
}
