:root {
  --ink: #111214;
  --ink-2: #191b1f;
  --paper: #f2f2ec;
  --white: #fffef8;
  --muted: #77786f;
  --line: rgba(17,18,20,.14);
  --yellow: #f7d94c;
  --yellow-2: #ffe978;
  --radius: 24px;
  --shell: min(1240px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -80px; background: var(--yellow); padding: 12px 18px; border-radius: 99px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--yellow); border-bottom: 1px solid rgba(17,18,20,.12); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; align-items: center; gap: 12px; }
.topbar a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(242,242,236,.86); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(17,18,20,.06); }
.header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: var(--yellow); border-radius: 12px; }
.brand__mark svg { width: 24px; }
.brand__type { display: grid; line-height: .9; }
.brand__type strong { font-size: 24px; letter-spacing: -.06em; }
.brand__type small { margin-top: 6px; font-size: 9px; letter-spacing: .17em; font-weight: 850; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ink); transition: right .25s; }
.nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; background: var(--ink); border: 0; border-radius: 12px; padding: 13px 11px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { height: 2px; display: block; margin: 4px 0; background: var(--yellow); transition: transform .25s, opacity .25s; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; }
.button--small { min-height: 44px; padding-inline: 19px; }
.button--primary { background: var(--yellow); color: var(--ink); }
.button--primary:hover { background: var(--yellow-2); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #2b2e34; }
.button--ghost { border-color: rgba(255,255,255,.22); color: var(--white); }
.button--ghost:hover { border-color: var(--yellow); color: var(--yellow); }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero__glow { position: absolute; width: 640px; height: 640px; left: -260px; top: 110px; border-radius: 50%; background: rgba(247,217,76,.11); filter: blur(100px); pointer-events: none; }
.hero__grid { min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; padding-block: 76px 88px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.68); }
.eyebrow span { width: 34px; height: 1px; background: var(--yellow); }
.hero h1 { max-width: 720px; margin: 25px 0 25px; font-size: clamp(56px, 6.15vw, 94px); line-height: .91; letter-spacing: -.075em; font-weight: 850; }
.hero h1 em { position: relative; color: var(--yellow); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 5px; background: var(--yellow); opacity: .35; }
.hero__lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.hero__meta span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero__visual { position: relative; isolation: isolate; aspect-ratio: 1 / .98; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.hero__visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(247,217,76,.11), transparent 45%); z-index: -1; }
.visual__topline, .visual__footer { position: absolute; z-index: 3; left: 24px; right: 24px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.visual__topline { top: 22px; }
.status { display: flex; align-items: center; gap: 7px; color: var(--yellow); }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(247,217,76,.12); animation: status-pulse 2s infinite; }
.visual__footer { bottom: 20px; justify-content: center; gap: 13px; }
.visual__footer i { width: 24px; height: 1px; background: rgba(255,255,255,.22); }
.circuit { width: 100%; height: 100%; }
.circuit__grid path { stroke: #fff; stroke-width: 1; }
.circuit__lines path { fill: none; stroke: url(#fadeLine); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 10 8; }
.circuit__nodes circle { fill: var(--ink); stroke: var(--yellow); stroke-width: 3; filter: url(#softGlow); }
.core rect { fill: #111214; stroke: rgba(247,217,76,.55); stroke-width: 2; }
.core path { fill: var(--yellow); filter: url(#softGlow); }
.pulse circle { fill: var(--yellow); filter: url(#softGlow); }
.pulse { animation: node-pulse 2.8s ease-in-out infinite; }
.pulse--two { animation-delay: .8s; }.pulse--three { animation-delay: 1.6s; }
.visual__labels .label { position: absolute; z-index: 4; padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(17,18,20,.82); backdrop-filter: blur(8px); border-radius: 7px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.label--one { left: 5%; top: 20%; }.label--two { right: 3%; top: 16%; }.label--three { right: 1%; top: 52%; }.label--four { right: 15%; bottom: 12%; }
.ticker { overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); background: var(--yellow); color: var(--ink); }
.ticker__track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 15px 0; font-size: 12px; font-weight: 900; letter-spacing: .13em; animation: marquee 26s linear infinite; }
.ticker__track b { font-size: 13px; }

.section { padding-block: 126px; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.section-head h2, .process h2, .company h2, .faq h2 { margin: 16px 0 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; }
.section-head > p { max-width: 490px; margin: 0 0 4px auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.kicker { color: #65665f; }
.kicker--light { color: rgba(255,255,255,.52); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.44); transition: transform .3s, background .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: 0 24px 55px rgba(17,18,20,.09); }
.service-card--large { grid-row: span 2; min-height: 694px; background: var(--ink); color: var(--white); }
.service-card--large:hover { background: var(--ink-2); }
.service-card--yellow { background: var(--yellow); }
.service-card--yellow:hover { background: var(--yellow-2); }
.service-card--wide { grid-column: span 2; min-height: 280px; }
.service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 16px; }
.service-card__icon svg { width: 28px; }
.service-card__number { position: absolute; right: 28px; top: 30px; font-size: 11px; font-weight: 850; letter-spacing: .12em; opacity: .5; }
.service-card h3 { margin: auto 0 13px; font-size: 27px; line-height: 1.05; letter-spacing: -.045em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-card--large p { color: rgba(255,255,255,.61); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 25px 0 0; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 11px; }
.service-card--yellow p { color: rgba(17,18,20,.72); }
.service-card--yellow > a { margin-top: 22px; font-size: 13px; font-weight: 850; }
.service-card--yellow > a span { margin-left: 8px; }
.service-card__content { margin-top: auto; }
.service-card__content--row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.service-card__content--row h3 { margin-top: 20px; }
.round-link { width: 64px; height: 64px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--yellow); font-size: 24px; transition: transform .25s; }
.round-link:hover { transform: rotate(45deg); }

.process { background: var(--ink); color: var(--white); }
.process__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 130px; align-items: start; }
.process__sticky { position: sticky; top: 150px; }
.process__sticky p { max-width: 470px; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--yellow); color: var(--yellow); font-size: 13px; font-weight: 850; }
.steps { padding: 0; margin: 0; list-style: none; }
.step { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 38px 0 44px; border-top: 1px solid rgba(255,255,255,.13); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.step > span { color: var(--yellow); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.step h3 { margin: -7px 0 12px; font-size: 33px; letter-spacing: -.045em; }
.step p { max-width: 620px; margin: 0; color: rgba(255,255,255,.56); line-height: 1.7; }

.company__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.company__visual { position: relative; min-height: 620px; padding: 38px; overflow: hidden; border-radius: 28px; background: var(--yellow); }
.company__visual::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -150px; border: 80px solid rgba(17,18,20,.06); border-radius: 50%; }
.company__monogram { position: absolute; left: -15px; top: 95px; font-size: clamp(170px, 20vw, 310px); font-weight: 900; letter-spacing: -.15em; line-height: .7; white-space: nowrap; }
.company__monogram span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.company__badge { position: absolute; right: 34px; top: 34px; width: 118px; height: 118px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--ink); color: var(--yellow); transform: rotate(7deg); }
.company__badge svg { width: 26px; margin-bottom: 4px; }
.company__badge span { font-size: 9px; line-height: 1.4; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.company__line { position: absolute; left: 38px; right: 38px; bottom: 114px; height: 1px; background: rgba(17,18,20,.3); }
.company__visual > p { position: absolute; left: 38px; bottom: 36px; margin: 0; font-size: 20px; line-height: 1.2; font-weight: 800; letter-spacing: -.035em; }
.company__copy .large-copy { margin: 38px 0 20px; font-size: 21px; line-height: 1.55; letter-spacing: -.025em; }
.company__copy > p:not(.large-copy) { color: var(--muted); line-height: 1.7; }
.company__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.company__facts > div { display: flex; align-items: center; gap: 15px; }
.company__facts strong { font-size: 34px; letter-spacing: -.06em; }
.company__facts span { color: var(--muted); font-size: 12px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }

.quote-section { padding-top: 0; }
blockquote { position: relative; margin: 0; padding: 70px 80px; overflow: hidden; border-radius: 28px; background: var(--white); }
blockquote::after { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; bottom: -240px; border-radius: 50%; background: var(--yellow); }
.quote-mark { display: block; color: var(--yellow); font-family: Georgia, serif; font-size: 80px; line-height: .7; }
blockquote p { max-width: 950px; margin: 25px 0 28px; font-size: clamp(34px, 4vw, 58px); line-height: 1.06; letter-spacing: -.055em; font-weight: 780; }
blockquote footer { font-size: 11px; font-weight: 850; letter-spacing: .15em; }

.contact { background: var(--yellow); }
.section-head--contact > p { color: rgba(17,18,20,.66); }
.contact__grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 14px; align-items: stretch; }
.inquiry-form, .contact-card { border-radius: 26px; }
.inquiry-form { padding: 38px; background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label:not(.checkbox) { display: grid; gap: 9px; margin-bottom: 20px; font-size: 12px; font-weight: 850; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #f8f8f3; color: var(--ink); outline: 0; transition: border-color .2s, box-shadow .2s; }
.inquiry-form input, .inquiry-form select { height: 52px; padding: 0 15px; }
.inquiry-form textarea { resize: vertical; min-height: 128px; padding: 15px; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(17,18,20,.07); }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; max-width: 310px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.checkbox input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--ink); }
.checkbox a { text-decoration: underline; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.contact-card { display: flex; flex-direction: column; justify-content: space-between; padding: 38px; background: var(--ink); color: var(--white); }
.contact-card__label { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 850; letter-spacing: .17em; }
.contact-card__phone { display: block; margin: 25px 0; color: var(--yellow); font-size: clamp(58px, 7vw, 88px); line-height: .76; letter-spacing: -.075em; font-weight: 900; }
.contact-card__mail { font-size: 15px; font-weight: 700; }
.contact-card__details { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 70px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-card__details span { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.contact-card__details p { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.map-link { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 3px; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.15); color: var(--yellow); font-size: 13px; font-weight: 800; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq__head { position: sticky; top: 150px; align-self: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 750; letter-spacing: -.025em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-size: 22px; font-weight: 400; transition: transform .25s, background .25s; }
.accordion details[open] summary span { transform: rotate(45deg); background: var(--yellow); }
.accordion details p { max-width: 690px; margin: -4px 0 28px; color: var(--muted); line-height: 1.7; }

.footer { padding: 70px 0 26px; background: var(--ink); color: var(--white); }
.footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 65px; }
.brand--footer .brand__mark { background: var(--yellow); color: var(--ink); }
.footer__top > p { margin: 0; color: rgba(255,255,255,.52); line-height: 1.5; }
.footer__arrow { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; font-size: 22px; }
.footer__arrow:hover { background: var(--yellow); color: var(--ink); }
.footer__bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer__bottom nav { display: flex; justify-content: center; gap: 25px; }
.footer__bottom > span:last-child { text-align: right; }
.footer__bottom a:hover { color: var(--yellow); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .13s; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-hero { padding: 80px 0 54px; background: var(--ink); color: var(--white); }
.legal-hero h1 { margin: 14px 0 0; font-size: clamp(54px, 8vw, 105px); letter-spacing: -.075em; line-height: .9; }
.legal-content { padding: 75px 0 120px; }
.legal-content__inner { max-width: 860px; }
.legal-content h2 { margin: 48px 0 14px; font-size: 26px; letter-spacing: -.035em; }
.legal-content h3 { margin: 30px 0 10px; font-size: 18px; }
.legal-content p, .legal-content li { color: #5f6059; line-height: 1.75; }
.legal-content a { text-decoration: underline; }
.legal-back { display: inline-flex; gap: 10px; margin-top: 30px; color: var(--yellow); font-weight: 750; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes node-pulse { 0%,100% { opacity: .35; transform: scale(.7); transform-origin: center; } 50% { opacity: 1; transform: scale(1.5); } }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 9px rgba(247,217,76,0); } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 900px); }
  .nav { gap: 18px; }
  .nav > a:not(.button) { display: none; }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; padding-top: 70px; }
  .hero__visual { min-height: 520px; max-width: 700px; width: 100%; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--large { grid-row: auto; min-height: 420px; }
  .service-card--wide { grid-column: auto; }
  .process__grid { gap: 70px; }
  .company__grid { gap: 50px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 540px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); --radius: 19px; }
  .topbar__inner { min-height: 32px; justify-content: center; }
  .topbar p { display: none; }
  .topbar__links { gap: 8px; font-size: 10px; }
  .header__inner { min-height: 74px; }
  .brand__mark { width: 38px; height: 38px; border-radius: 10px; }
  .brand__type strong { font-size: 21px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 100px 28px 40px; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .nav.is-open { transform: translateX(0); }
  .nav > a:not(.button) { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 28px; letter-spacing: -.04em; }
  .nav .button { margin-top: 18px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero__grid { min-height: auto; padding: 58px 0 64px; }
  .hero h1 { margin-top: 20px; font-size: clamp(50px, 15vw, 72px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 400px; border-radius: 22px; }
  .visual__labels { display: none; }
  .section { padding-block: 86px; }
  .section-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .section-head > p { margin-left: 0; }
  .section-head h2, .process h2, .company h2, .faq h2 { font-size: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--large, .service-card--wide { min-height: 320px; }
  .process__grid { grid-template-columns: 1fr; gap: 55px; }
  .process__sticky, .faq__head { position: static; }
  .step { grid-template-columns: 52px 1fr; }
  .company__grid { grid-template-columns: 1fr; }
  .company__visual { min-height: 480px; }
  .company__monogram { font-size: 180px; top: 120px; }
  .company__badge { width: 96px; height: 96px; }
  .company__facts { grid-template-columns: 1fr; }
  blockquote { padding: 48px 28px; }
  blockquote p { font-size: 34px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form, .contact-card { padding: 26px; }
  .form-bottom { flex-direction: column; align-items: stretch; }
  .form-bottom .button { width: 100%; }
  .contact-card { min-height: 500px; }
  .contact-card__details { grid-template-columns: 1fr; gap: 20px; }
  .map-link { grid-column: auto; }
  .faq__grid { grid-template-columns: 1fr; gap: 42px; }
  .accordion summary { font-size: 17px; }
  .footer__top { grid-template-columns: 1fr auto; }
  .footer__top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer__bottom { grid-template-columns: 1fr; gap: 17px; text-align: left; }
  .footer__bottom nav { justify-content: flex-start; }
  .footer__bottom > span:last-child { text-align: left; }
}

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