:root {
  color-scheme: light;
  --ink: #171715;
  --ink-soft: #242320;
  --paper: #f4f2ed;
  --paper-bright: #fbfaf7;
  --accent: #d94034;
  --accent-dark: #a82e28;
  --body: #34332f;
  --muted: #716f69;
  --line: rgba(23, 23, 21, 0.16);
  --line-light: rgba(255, 255, 255, 0.22);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --content: 1320px;
  --gutter: clamp(22px, 6vw, 96px);
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --display: var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
  margin: 0;
  background: var(--paper-bright);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--accent); color: #fff; }

.page-width { width: min(var(--content), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section-pad { padding-block: clamp(80px, 10vw, 148px); }
.skip-link {
  position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 16px;
  transform: translateY(-150%); background: var(--paper-bright); color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffb2a9; outline-offset: 4px; }

.hero {
  position: relative; display: flex; min-height: min(920px, 100svh); min-height: max(700px, 100svh);
  overflow: hidden; align-items: flex-end; isolation: isolate; background: var(--ink);
  color: #fff;
}
.hero::after {
  position: absolute; z-index: -1; inset: 0; border: 1px solid rgba(255,255,255,.12);
  content: ""; pointer-events: none;
}
.hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__shade {
  position: absolute; z-index: -2; inset: 0;
  background: linear-gradient(90deg, rgba(18,18,17,.98) 0%, rgba(18,18,17,.92) 29%, rgba(18,18,17,.60) 50%, rgba(18,18,17,.05) 82%),
    linear-gradient(0deg, rgba(18,18,17,.68), transparent 32%);
}
.site-header {
  position: absolute; z-index: 5; top: 0; left: 0; display: flex; width: 100%; min-height: 78px;
  align-items: center; justify-content: space-between; padding-inline: var(--gutter);
  border-bottom: 1px solid var(--line-light);
}
.brand { display: inline-flex; gap: 12px; align-items: center; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.brand__mark { display: block; width: 28px; height: 28px; flex: 0 0 auto; }
.primary-nav { display: flex; gap: clamp(20px, 3.3vw, 54px); align-items: center; }
.primary-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-cta { display: inline-flex; gap: 20px; align-items: center; padding: 13px 17px; background: #fff; color: var(--ink); }
.nav-cta span { display: grid; width: 28px; height: 28px; place-items: center; background: var(--accent); color: #fff; font-size: 18px; }
.menu-toggle { display: none; }
.hero__content { position: relative; z-index: 1; padding-top: 150px; padding-bottom: clamp(130px, 14vh, 174px); }
.demo-tag { display: inline-flex; gap: 11px; align-items: center; margin: 0 0 22px; color: rgba(255,255,255,.76); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.demo-tag span { width: 7px; height: 7px; background: var(--accent); }
.hero h1 {
  max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(3.7rem, 8.5vw, 7.7rem);
  font-weight: 800; letter-spacing: -.055em; line-height: .98; text-wrap: balance;
}
.hero h1 span { color: #f2d5c8; }
.hero__copy { max-width: 480px; margin: 28px 0 28px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 22px 30px; align-items: center; }
.button { display: inline-flex; min-height: 54px; gap: 28px; align-items: center; justify-content: space-between; padding: 0 17px 0 21px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 600; transition: background .2s ease, color .2s ease, border-color .2s ease, transform 160ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button--bright { background: var(--accent); color: #fff; }
.button--bright:hover, .button--submit:hover { background: var(--accent-dark); }
.button__arrow { display: grid; width: 28px; height: 28px; place-items: center; border-left: 1px solid rgba(255,255,255,.3); font-size: 18px; line-height: 1; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); text-decoration-color: rgba(23,23,21,.35); text-underline-offset: 5px; font-size: 14px; }
.text-link:hover { text-decoration-color: currentColor; }
.text-link--light { color: rgba(255,255,255,.86); text-decoration-color: rgba(255,255,255,.4); }
.hero__bottom { position: absolute; right: 0; bottom: 26px; left: 0; display: flex; gap: 16px; align-items: center; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.hero__bottom-line { width: min(160px, 14vw); height: 1px; background: var(--accent); }

@keyframes hero-copy-arrive {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.motion-enabled .hero__content .demo-tag,
.motion-enabled .hero__content h1,
.motion-enabled .hero__content .hero__copy,
.motion-enabled .hero__content .hero__actions,
.motion-enabled .hero__bottom { animation: hero-copy-arrive 580ms var(--ease-out) both; }
.motion-enabled .hero__content h1 { animation-delay: 65ms; }
.motion-enabled .hero__content .hero__copy { animation-delay: 130ms; }
.motion-enabled .hero__content .hero__actions { animation-delay: 195ms; }
.motion-enabled .hero__bottom { animation-delay: 245ms; }
.hero__image.is-parallax-ready { will-change: transform; }
.motion-ready .motion-reveal { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .motion-reveal.is-revealed { opacity: 1; transform: translate3d(0, 0, 0); }

.intro { background: var(--paper-bright); }
.intro__grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: clamp(48px, 10vw, 160px); align-items: end; }
.intro h2, .section-heading h2, .process h2, .team h2, .faq h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(2.6rem, 5.6vw, 5.3rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.04; text-wrap: balance; }
.intro__aside { max-width: 470px; padding-bottom: 6px; }
.intro__aside p { margin: 0 0 26px; color: var(--body); font-size: 18px; line-height: 1.7; }
.intro__aside .text-link { font-weight: 600; }

.areas { background: var(--paper); }
.section-heading { display: flex; gap: 40px; align-items: end; justify-content: space-between; margin-bottom: 54px; }
.section-label { margin: 0 0 18px; color: var(--accent-dark); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2 { font-size: clamp(2.8rem, 5.8vw, 5.6rem); }
.section-heading h2 span { color: #77716a; }
.provisional-note { max-width: 250px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.areas-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.area { min-width: 0; border-bottom: 1px solid var(--line); }
.area__image-link { position: relative; display: block; overflow: hidden; aspect-ratio: 1.14 / 1; background: #d8d3cb; }
.area__image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms var(--ease-out); }
.area__image-index { position: absolute; right: 0; bottom: 0; display: grid; width: 44px; height: 44px; place-items: center; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; }
.area__body { padding: 24px 0 28px; }
.area h3 { margin: 0 0 11px; font-family: var(--display); font-size: clamp(21px, 2vw, 27px); font-weight: 700; letter-spacing: -.035em; line-height: 1.2; }
.area p { max-width: 340px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.area__link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.area__link span { color: var(--accent); font-size: 17px; transition: transform 160ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
  .area:hover .area__image-link img { transform: scale(1.02); }
  .area__link:hover span { transform: translate(2px, -2px); }
}

.process { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.process::after { position: absolute; top: 0; right: 9%; width: 1px; height: 100%; background: linear-gradient(transparent, rgba(217,64,52,.9), transparent); content: ""; }
.process__grid { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(60px, 12vw, 180px); align-items: center; }
.section-label--light { color: #f08a7f; }
.process h2 { max-width: 560px; font-size: clamp(2.8rem, 5vw, 5rem); }
.process__lead > p:not(.section-label) { max-width: 450px; margin: 24px 0 30px; color: rgba(255,255,255,.7); font-size: 17px; }
.button--outline { border-color: rgba(255,255,255,.52); color: #fff; }
.button--outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.steps { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps::before { position: absolute; top: 28px; bottom: 28px; left: 21px; width: 1px; background: rgba(255,255,255,.25); content: ""; }
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line-light); }
.step:first-child { border-top: 1px solid var(--line-light); }
.step__number { position: relative; z-index: 1; display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #e76b5f; border-radius: 50%; background: var(--ink); color: #f08a7f; font-size: 12px; font-weight: 600; }
.step h3 { margin: 0 0 5px; font-family: var(--display); font-size: 22px; font-weight: 600; letter-spacing: -.025em; }
.step p { max-width: 440px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.55; }

.team { background: var(--paper-bright); }
.team__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(48px, 10vw, 150px); align-items: end; }
.team h2 { max-width: 760px; font-size: clamp(2.7rem, 5.4vw, 5rem); }
.team__detail { max-width: 430px; padding-bottom: 8px; }
.team__rule { width: 70px; height: 3px; margin-bottom: 26px; background: var(--accent); }
.team__detail p { margin: 0 0 24px; color: var(--body); font-size: 17px; line-height: 1.65; }
.team__status { display: inline-flex; gap: 10px; align-items: center; color: var(--muted); font-size: 13px; }
.team__status span { width: 8px; height: 8px; background: var(--accent); }
.team__carousel { margin-top: clamp(54px, 7vw, 88px); }
.team__carousel-head { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.team__note { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.team__controls { display: flex; gap: 10px; align-items: center; }
.team__progress { margin-right: 8px; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.team__arrow { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(23,23,21,.32); background: transparent; color: var(--ink); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform 160ms var(--ease-out); }
.team__arrow svg { width: 18px; height: 18px; }
.team__arrow:hover:not(:disabled) { border-color: var(--ink); background: var(--ink); color: #fff; }
.team__arrow:active:not(:disabled) { transform: scale(.97); }
.team__arrow:disabled { cursor: not-allowed; opacity: .34; }
.team__track { position: relative; display: flex; gap: 22px; overflow-x: auto; padding: 0 0 16px; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-color: var(--accent) rgba(23,23,21,.12); scrollbar-width: thin; }
.team__track:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.team-card { flex: 0 0 clamp(300px, 38vw, 480px); min-width: 0; border: 1px solid rgba(23,23,21,.14); background: var(--paper-bright); scroll-snap-align: start; }
.team-card__portrait { position: relative; overflow: hidden; aspect-ratio: 4 / 4.8; background: #e8e3dc; }
.team-card__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.team-card__sample { position: absolute; bottom: 12px; left: 12px; max-width: calc(100% - 24px); padding: 7px 9px; background: rgba(23,23,21,.88); color: #fff; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.team-card__body { display: flex; gap: 20px; align-items: flex-start; justify-content: space-between; padding: 22px 20px 24px; border-top: 1px solid rgba(23,23,21,.12); }
.team-card__body h3 { margin: 0; font-family: var(--display); font-size: clamp(20px, 2vw, 24px); font-weight: 650; letter-spacing: -.03em; line-height: 1.12; }
.team-card__body p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.team-card__number { color: var(--accent-dark); font-size: 11px; letter-spacing: .08em; }

.faq { background: #eae8e2; }
.faq__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(50px, 11vw, 170px); }
.faq h2 { font-size: clamp(2.6rem, 4.4vw, 4.4rem); }
.faq__heading > p:last-child { max-width: 330px; margin: 20px 0 0; color: var(--muted); }
.faq__list details { border-top: 1px solid rgba(23,23,21,.25); }
.faq__list details:last-child { border-bottom: 1px solid rgba(23,23,21,.25); }
.faq__list summary { display: flex; min-height: 76px; gap: 20px; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-family: var(--display); font-size: 18px; font-weight: 600; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.faq__list summary span::before, .faq__list summary span::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: var(--accent); content: ""; }
.faq__list summary span::after { transform: rotate(90deg); transition: transform 180ms var(--ease-in-out); }
.faq__list details[open] summary span::after { transform: rotate(0); }
.faq__list details p { max-width: 640px; margin: -2px 40px 24px 0; color: var(--muted); font-size: 15px; }
@supports selector(details::details-content) and (interpolate-size: allow-keywords) {
  .faq__list details { interpolate-size: allow-keywords; }
  .faq__list details::details-content { block-size: 0; overflow: clip; opacity: 0; transform: translateY(-4px); transition: block-size 220ms var(--ease-out), opacity 180ms ease, transform 220ms var(--ease-out); transition-behavior: allow-discrete; }
  .faq__list details[open]::details-content { block-size: auto; opacity: 1; transform: translateY(0); }
}

.contact { background: var(--ink-soft); color: #fff; }
.contact__grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(48px, 10vw, 150px); align-items: center; }
.contact h2 { max-width: 650px; font-size: clamp(3rem, 5.8vw, 5.6rem); }
.contact__copy > p:not(.section-label) { max-width: 430px; margin: 24px 0 18px; color: rgba(255,255,255,.68); font-size: 17px; }
.contact__demo-note { display: block; max-width: 430px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.5; }
.contact-form { display: grid; gap: 12px; padding: clamp(24px, 4vw, 48px); background: #f5f3ee; color: var(--ink); }
.contact-form label { margin-top: 5px; font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid #c9c6bf; border-radius: 0; background: #fff; color: var(--ink); }
.contact-form textarea { min-height: 118px; padding-block: 13px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #85827d; opacity: 1; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent-dark); outline: 2px solid rgba(217,64,52,.22); outline-offset: 1px; }
.button--submit { width: 100%; min-height: 56px; margin-top: 10px; background: var(--accent); color: #fff; cursor: pointer; }
.form-status { min-height: 0; margin: 0; color: #29583d; font-size: 14px; line-height: 1.5; opacity: 0; transform: translateY(-4px); transition: opacity 180ms ease, transform 220ms var(--ease-out); }
.form-status.is-visible { opacity: 1; transform: translateY(0); }
.form-status:not(:empty) { padding: 11px 12px; border: 1px solid #92b39a; background: #e9f2e9; }
.contact-form__fineprint { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.site-footer { background: #111110; color: #fff; }
.site-footer__main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: start; padding-block: 42px; }
.brand--footer { align-self: start; }
.site-footer__main p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.footer-top { display: inline-flex; gap: 12px; align-items: center; color: rgba(255,255,255,.78); text-decoration: none; font-size: 13px; }
.footer-top span { color: #f08a7f; font-size: 18px; }
.site-footer__bottom { display: flex; gap: 18px; justify-content: space-between; padding-block: 15px 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .04em; }

@media (max-width: 900px) {
  .primary-nav { gap: clamp(10px, 1.5vw, 14px); }
  .primary-nav a { font-size: 13px; }
  .primary-nav .nav-cta { gap: 10px; padding: 9px 11px; }
  .hero__image { object-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(18,18,17,.97) 0%, rgba(18,18,17,.84) 42%, rgba(18,18,17,.22) 100%), linear-gradient(0deg, rgba(18,18,17,.66), transparent 35%); }
  .intro__grid, .process__grid, .team__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .areas-grid { gap: 18px; }
  .area__body { padding-top: 19px; }
  .area p { font-size: 14px; }
  .process::after { right: 4%; }
}

@media (max-width: 820px) {
  .site-header { min-height: 68px; }
  .menu-toggle { display: inline-flex; gap: 11px; align-items: center; padding: 10px 0 10px 12px; border: 0; background: transparent; color: #fff; cursor: pointer; transition: transform 160ms var(--ease-out); }
  .menu-toggle:active { transform: scale(.97); }
  .menu-toggle__label { font-size: 13px; }
  .menu-toggle__icon { display: grid; gap: 5px; }
  .menu-toggle__icon i { display: block; width: 18px; height: 1px; background: #fff; transition: transform 180ms var(--ease-out); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 67px; right: 0; left: 0; display: grid; gap: 0; align-items: stretch; padding: 10px var(--gutter) 18px; border-bottom: 1px solid var(--line-light); background: rgba(23,23,21,.97); opacity: 0; visibility: hidden; transform: translateY(-4px); pointer-events: none; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 180ms linear; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 15px; }
  .primary-nav .nav-cta { justify-content: space-between; margin-top: 12px; padding: 10px 12px; border: 0; }
}

@media (max-width: 680px) {
  :root { --gutter: 23px; }
  .section-pad { padding-block: 76px; }
  .hero { min-height: 760px; min-height: 100svh; max-height: 900px; }
  .brand { gap: 9px; font-size: 12px; }
  .brand__mark { width: 24px; height: 24px; }
  .hero__image { object-position: 60% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(18,18,17,.95) 0%, rgba(18,18,17,.70) 58%, rgba(18,18,17,.30) 100%), linear-gradient(0deg, rgba(18,18,17,.82), transparent 65%); }
  .hero__content { padding-top: 135px; padding-bottom: 110px; }
  .demo-tag { max-width: 240px; margin-bottom: 19px; font-size: 10px; line-height: 1.5; }
  .hero h1 { max-width: 540px; font-size: clamp(3.35rem, 14vw, 5.3rem); letter-spacing: -.06em; }
  .hero__copy { max-width: 390px; margin-block: 22px 25px; font-size: 17px; }
  .hero__actions { gap: 20px; align-items: flex-start; flex-direction: column; }
  .hero__bottom { bottom: 19px; gap: 10px; font-size: 9px; }
  .hero__bottom-line { width: 36px; }
  .team__grid { gap: 30px; }
  .team__carousel { margin-top: 44px; }
  .team__carousel-head { flex-wrap: wrap; gap: 12px; margin-bottom: 15px; }
  .team__note { flex: 1 1 145px; font-size: 10px; }
  .team__controls { gap: 7px; }
  .team__progress { margin-right: 1px; font-size: 11px; }
  .team__arrow { width: 40px; height: 40px; }
  .team__track { gap: 15px; }
  .team-card { flex-basis: min(84vw, 390px); }
  .team-card__body { padding: 18px 16px 20px; }
  .intro__grid, .process__grid, .team__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; gap: 34px; }
  .intro h2, .section-heading h2, .process h2, .team h2, .faq h2, .contact h2 { font-size: clamp(2.65rem, 11vw, 4rem); }
  .intro__aside p { font-size: 17px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(2.8rem, 11.5vw, 4.25rem); }
  .provisional-note { max-width: 340px; margin-top: 19px; }
  .areas-grid { grid-template-columns: 1fr; gap: 31px; }
  .area__image-link { aspect-ratio: 1.22 / 1; }
  .area__body { padding: 18px 0 22px; }
  .area h3 { font-size: 24px; }
  .area p { font-size: 15px; }
  .process::after { right: 22px; opacity: .45; }
  .process h2 { max-width: 520px; }
  .process__lead > p:not(.section-label) { font-size: 16px; }
  .step { gap: 16px; padding-block: 22px; }
  .step h3 { font-size: 20px; }
  .faq__grid { gap: 30px; }
  .faq__list summary { min-height: 72px; font-size: 16px; }
  .contact-form { padding: 23px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 22px; padding-block: 34px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 7px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .team__track { scroll-behavior: auto; }
  .area:hover .area__image-link img,
  .area__link:hover span,
  .button:active,
  .team__arrow:active:not(:disabled),
  .menu-toggle:active,
  .primary-nav { transform: none; }
  .motion-enabled .hero__content .demo-tag,
  .motion-enabled .hero__content h1,
  .motion-enabled .hero__content .hero__copy,
  .motion-enabled .hero__content .hero__actions,
  .motion-enabled .hero__bottom { animation: none; opacity: 1; transform: none; }
  .motion-ready .motion-reveal { opacity: 1; transform: none; transition: none; }
  .hero__image.is-parallax-ready { will-change: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
