:root {
  --ink: #1c2529;
  --ink-2: #3a484d;
  --muted: #6f7a80;
  --brand-orange: #f58121;
  --copper: #a94d16;
  --copper-bright: var(--brand-orange);
  --paper: #f7f7f4;
  --white: #fff;
  --line: #dce0dd;
  --serifless: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: #ffc088; color: var(--ink); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 94px; }

.container { width: min(100% - 88px, 1392px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 20px; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.topline { min-height: 34px; background: var(--ink); color: #ecf0ed; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.topline-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topline-dot { padding-inline: 10px; color: var(--copper-bright); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,247,244,.95); border-bottom: 1px solid rgba(28,37,41,.08); backdrop-filter: blur(20px); }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 166px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 38px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; transition: color .2s; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; height: 1px; bottom: -8px; background: var(--copper); transition: right .2s; }
.desktop-nav a:hover { color: var(--copper); }
.desktop-nav a:hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid transparent; min-height: 53px; padding: 14px 23px; font-size: 12px; font-weight: 800; letter-spacing: .005em; white-space: nowrap; cursor: pointer; transition: transform .25s, background .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(18,37,47,.11); }
.button span:last-child { font-size: 17px; font-weight: 400; line-height: 1; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #39464b; }
.button-copper { background: var(--brand-orange); color: var(--ink); }
.button-copper:hover { background: #e87514; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fff; }
.header-cta { min-height: 43px; padding: 10px 15px; margin-left: 3px; gap: 15px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); align-items: stretch; min-height: 650px; gap: clamp(42px, 5.3vw, 88px); padding-block: 51px 69px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding-block: 38px 29px; }
.eyebrow, .section-kicker { font-family: var(--serifless); font-size: 10px; font-weight: 800; letter-spacing: .19em; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; color: var(--copper); }
.eyebrow-line { width: 31px; height: 1px; background: var(--copper); }
.hero h1 { max-width: 670px; margin: 0; font-family: var(--serifless); font-size: clamp(53px, 5.35vw, 86px); line-height: 1.09; letter-spacing: -.075em; font-weight: 700; }
.hero h1 em { display: block; color: var(--copper); font-weight: 500; font-style: normal; }
.hero-lede { max-width: 510px; margin: 29px 0 0; color: var(--ink-2); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.hero-actions .button { min-height: 59px; padding-inline: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 17px; width: fit-content; border-bottom: 1px solid rgba(22,42,55,.5); padding-bottom: 6px; font-size: 13px; font-weight: 800; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--copper); border-color: var(--copper); }
.text-link span { font-size: 18px; font-weight: 400; }
.hero-facts { display: flex; gap: clamp(18px, 2.5vw, 42px); margin-top: 67px; }
.hero-facts div { display: flex; flex-direction: column; gap: 7px; border-top: 1px solid #bdc5c3; padding-top: 13px; min-width: 143px; }
.hero-facts strong { font-family: var(--serifless); font-size: 24px; font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.hero-facts span { color: var(--muted); font-size: 11px; font-weight: 600; }
.hero-services { display: flex; flex-direction: column; min-height: 650px; padding: 38px 38px 31px; background: var(--ink); color: #fff; }
.hero-services-heading p { margin: 0 0 14px; color: var(--copper-bright); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.hero-services-heading h2 { max-width: 420px; margin: 0 0 27px; font-family: var(--serifless); font-size: clamp(29px, 2.65vw, 39px); font-weight: 600; letter-spacing: -.055em; line-height: 1.2; }
.hero-service-list { border-top: 1px solid rgba(255,255,255,.3); }
.hero-service-list a { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 20px 35px 21px 0; border-bottom: 1px solid rgba(255,255,255,.3); transition: padding .2s, background .2s; }
.hero-service-list a:hover { padding-left: 8px; background: rgba(255,255,255,.045); }
.hero-service-meta { color: var(--copper-bright); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.hero-service-list strong { font-family: var(--serifless); font-size: clamp(20px, 1.8vw, 25px); font-weight: 600; letter-spacing: -.045em; line-height: 1.23; }
.hero-service-desc { color: #bac8ca; font-size: 12px; line-height: 1.5; }
.hero-service-arrow { position: absolute; right: 1px; top: 50%; transform: translateY(-50%); color: var(--copper-bright); font-size: 21px; line-height: 1; }
.hero-services-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; color: #b5c4c8; font-size: 11px; }
.hero-services-footer a { border-bottom: 1px solid var(--copper-bright); padding-bottom: 4px; color: #fff; font-weight: 700; white-space: nowrap; }
.hero-services-footer a span { margin-left: 5px; color: var(--copper-bright); }

.section { padding-block: 147px; }
.services-section { border-top: 1px solid var(--line); padding-top: 114px; }
.section-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--copper); }
.section-kicker span { color: var(--ink); font-size: 11px; letter-spacing: 0; }
.section-heading-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading-row h2, .history-copy h2, .faq-layout h2, .contact-copy h2 { margin: 0; font-family: var(--serifless); font-weight: 600; letter-spacing: -.066em; }
.section-heading-row h2 { max-width: 850px; font-size: clamp(40px, 4.7vw, 68px); line-height: 1.13; }
.section-heading-row p { max-width: 330px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.service-card { display: flex; flex-direction: column; min-height: 425px; background: #efefeb; padding: 25px 28px 30px; transition: transform .3s, background .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); background: #ebe9e3; box-shadow: 0 17px 34px rgba(18,37,47,.08); }
.service-card-feature, .service-card-feature:hover { background: var(--ink); color: #fff; }
.service-card-feature:hover { background: #213d4b; }
.service-card-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.service-number { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card-feature .service-number { color: var(--copper-bright); }
.service-arrow { font-size: 19px; line-height: 1; }
.service-card-body { margin-top: auto; }
.service-symbol { position: relative; display: block; width: 64px; height: 64px; margin-bottom: 29px; color: var(--copper); }
.service-symbol::before, .service-symbol::after, .service-symbol span { content: ""; position: absolute; display: block; border: 1px solid currentColor; }
.symbol-valuation::before { inset: 11px 4px 11px 4px; transform: rotate(-22deg); }
.symbol-valuation::after { inset: 18px 11px 18px 11px; transform: rotate(-22deg); }
.symbol-valuation span { left: 19px; top: 0; width: 1px; height: 63px; border-width: 0 0 0 1px; transform: rotate(-22deg); }
.symbol-pericia::before { left: 8px; top: 8px; width: 47px; height: 47px; border-radius: 50%; }
.symbol-pericia::after { left: 31px; top: 0; width: 1px; height: 64px; border-width: 0 0 0 1px; }
.symbol-pericia span { left: 0; top: 31px; width: 64px; height: 1px; border-width: 1px 0 0; }
.signature-icon { color: var(--copper); overflow: visible; }
.service-card h3 { max-width: 320px; margin: 0 0 14px; font-family: var(--serifless); font-size: clamp(23px, 2vw, 30px); letter-spacing: -.055em; line-height: 1.24; font-weight: 650; }
.service-card p { max-width: 310px; margin: 0; color: #66757b; font-size: 14px; line-height: 1.62; }
.service-card-feature p { color: #c6d0d1; }
.service-action { display: flex; align-items: center; justify-content: space-between; max-width: 310px; margin-top: 28px; border-top: 1px solid rgba(22,42,55,.2); padding-top: 18px; font-size: 11px; font-weight: 800; }
.service-card-feature .service-action { border-color: rgba(255,255,255,.3); }
.service-action span { font-size: 20px; font-weight: 400; }

.method-section { position: relative; isolation: isolate; overflow: hidden; min-height: 630px; background: var(--ink); color: white; }
.method-grid { position: absolute; inset: 0 0 0 45%; z-index: -1; opacity: .2; background-image: repeating-radial-gradient(circle at 78% 47%, transparent 0 68px, #b4c4c5 69px 70px); mask-image: linear-gradient(90deg, transparent, #000 70%); }
.method-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .84fr); gap: 12%; padding-block: 122px; }
.kicker-light, .kicker-light span { color: var(--copper-bright); }
.method-heading h2 { margin: 0; font-family: var(--serifless); font-size: clamp(43px, 4.6vw, 68px); line-height: 1.13; font-weight: 600; letter-spacing: -.066em; }
.method-heading h2 em { color: var(--copper-bright); font-style: normal; font-weight: 500; }
.method-heading > p:not(.section-kicker) { max-width: 445px; margin: 28px 0 35px; color: #c6d0d1; font-size: 16px; line-height: 1.7; }
.method-steps { padding-top: 25px; }
.method-step { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 26px 0 27px; border-top: 1px solid rgba(255,255,255,.27); }
.method-step:last-child { border-bottom: 1px solid rgba(255,255,255,.27); }
.method-step > span { color: var(--copper-bright); font-size: 11px; font-weight: 800; }
.method-step h3 { margin: 0 0 8px; font-family: var(--serifless); font-size: clamp(16px, 1.5vw, 20px); font-weight: 600; letter-spacing: -.025em; }
.method-step p { max-width: 360px; margin: 0; color: #bac8ca; font-size: 13px; line-height: 1.6; }

.history-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; align-items: center; min-height: 650px; }
.history-year { display: flex; align-items: center; font-family: var(--serifless); font-size: clamp(125px, 17vw, 245px); font-weight: 700; line-height: 1; letter-spacing: -.105em; color: #d7dcda; white-space: nowrap; }
.history-year span { align-self: flex-start; margin: 4% 0 0 2%; color: var(--copper); font-size: clamp(32px, 4vw, 60px); font-weight: 300; letter-spacing: 0; }
.history-copy h2 { max-width: 680px; font-size: clamp(37px, 4.2vw, 58px); line-height: 1.2; }
.history-copy > p:not(.section-kicker) { max-width: 590px; margin: 28px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.faq-section { background: #f0f0ec; padding-block: 112px 132px; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 14%; }
.faq-layout h2 { font-size: clamp(50px, 5.4vw, 78px); line-height: 1.08; }
.faq-layout > div:first-child > p:last-child { max-width: 315px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid #bcc7c6; }
.faq-list details { border-bottom: 1px solid #bcc7c6; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 26px 0; list-style: none; cursor: pointer; font-family: var(--serifless); font-size: clamp(15px, 1.35vw, 19px); font-weight: 600; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--copper); font-size: 27px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 540px; margin: -6px 45px 28px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-section { padding-block: 132px 145px; background: #e8e3dc; }
.contact-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9%; align-items: start; }
.contact-copy h2 { max-width: 650px; font-size: clamp(40px, 4.55vw, 65px); line-height: 1.15; }
.contact-copy > p:not(.section-kicker) { max-width: 460px; margin: 30px 0 0; color: #59686e; font-size: 16px; line-height: 1.75; }
.contact-direct { display: flex; flex-direction: column; gap: 13px; margin-top: 84px; }
.contact-direct > span { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-direct a { width: fit-content; border-bottom: 1px solid #b7bbb7; padding-bottom: 5px; font-size: 14px; font-weight: 700; }
.contact-direct a:hover { color: var(--copper); }
.contact-direct a span { padding-left: 8px; }
.contact-form { padding: clamp(27px, 3.5vw, 52px); background: var(--paper); box-shadow: 0 20px 55px rgba(36,51,58,.08); }
.form-header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 38px; font-family: var(--serifless); font-size: 20px; font-weight: 700; letter-spacing: -.045em; }
.form-header span:last-child { color: var(--copper); font-family: var(--body); font-size: 10px; letter-spacing: .12em; }
.contact-form label { display: block; margin-bottom: 21px; color: var(--ink); font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 9px; border: 1px solid #cbd2d0; border-radius: 0; background: #fff; color: var(--ink); padding: 15px 14px; outline: none; font-size: 13px; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 51px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 2px rgba(169,77,22,.15); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9ca5a5; }
.contact-form textarea { min-height: 111px; resize: vertical; }
.form-submit { width: 100%; justify-content: space-between; margin-top: 2px; }
.form-note { margin: 17px 0 0; color: #677276; font-size: 11px; line-height: 1.6; }
.form-note a { color: var(--copper); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { background: #fff; color: var(--ink); padding-top: 75px; }
.footer-main { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 60px; padding-bottom: 96px; }
.brand-footer .brand-logo { width: 205px; }
.footer-main > div:first-child p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-links > span { margin-bottom: 8px; color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.footer-links a, .footer-links p { margin: 0; color: var(--ink-2); font-size: 13px; line-height: 1.5; }
.footer-links a:hover { color: var(--copper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.footer-bottom a:hover { color: var(--copper); }
.mobile-contact { display: none; }

@media (max-width: 1160px) {
  .container { width: min(100% - 60px, 1392px); }
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: 12px; }
  .hero { gap: 35px; }
  .hero h1 { font-size: clamp(50px, 5.3vw, 74px); }
  .hero-services { min-height: 595px; padding: 30px; }
  .hero-facts { margin-top: 47px; }
  .method-content { gap: 7%; }
}

@media (max-width: 900px) {
  .topline { display: none; }
  .header-inner { min-height: 85px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav:not([hidden]) { display: flex; flex-direction: column; padding: 10px 30px 24px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(20,37,44,.1); }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; }
  .mobile-nav a:last-child { color: var(--copper); }
  .hero { grid-template-columns: 1fr 1fr; min-height: 0; padding-block: 39px 55px; gap: 28px; }
  .hero-services { min-height: 565px; padding: 26px; }
  .hero-services-heading h2 { font-size: 30px; margin-bottom: 19px; }
  .hero-service-list a { padding-block: 17px; }
  .hero h1 { font-size: clamp(43px, 5.4vw, 60px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-facts { margin-top: 35px; }
  .hero-facts div { min-width: 100px; }
  .section { padding-block: 105px; }
  .services-section { padding-top: 90px; }
  .section-heading-row { gap: 35px; }
  .service-card { padding: 23px 20px; min-height: 430px; }
  .service-card h3 { font-size: 22px; }
  .method-content { padding-block: 100px; }
  .history-section { min-height: 530px; }
  .history-year { font-size: clamp(110px, 15vw, 160px); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 40px, 1392px); }
  .header-inner { min-height: 75px; }
  .header-inner .brand-logo { width: 136px; }
  .hero { display: flex; flex-direction: column; gap: 32px; padding-block: 45px 51px; }
  .hero-copy { padding: 0; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .hero h1 { max-width: 570px; font-size: clamp(49px, 10.3vw, 70px); line-height: 1.08; }
  .hero-lede { max-width: 500px; margin-top: 24px; font-size: 16px; }
  .hero-actions { margin-top: 30px; }
  .hero-actions .button { min-height: 55px; }
  .hero-facts { margin-top: 37px; }
  .hero-services { width: 100%; min-height: 0; padding: 30px; }
  .hero-services-heading h2 { max-width: 520px; font-size: clamp(31px, 6vw, 39px); }
  .hero-service-list strong { font-size: clamp(21px, 4.5vw, 26px); }
  .section { padding-block: 90px; }
  .services-section { padding-top: 79px; }
  .section-heading-row { display: block; margin-bottom: 37px; }
  .section-heading-row h2 { font-size: clamp(42px, 8.5vw, 56px); }
  .section-heading-row p { max-width: 550px; margin-top: 22px; font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 350px; padding: 24px; }
  .service-card h3 { max-width: 430px; font-size: 27px; }
  .service-card p { max-width: 500px; }
  .service-symbol { margin-bottom: 23px; }
  .method-content { grid-template-columns: 1fr; gap: 56px; padding-block: 88px; }
  .method-heading h2 { font-size: clamp(48px, 9vw, 64px); }
  .method-steps { padding: 0; }
  .method-grid { inset: 40% 0 0; mask-image: linear-gradient(transparent, #000 70%); }
  .history-section { display: flex; flex-direction: column; align-items: flex-start; gap: 35px; min-height: 0; }
  .history-year { font-size: clamp(120px, 28vw, 190px); }
  .history-copy h2 { font-size: clamp(39px, 7.8vw, 55px); }
  .faq-section { padding-block: 86px; }
  .faq-layout { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .faq-layout h2 br { display: none; }
  .faq-layout > div:first-child > p:last-child { max-width: 510px; margin-top: 20px; }
  .contact-section { padding-block: 88px 110px; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-copy h2 { max-width: 630px; font-size: clamp(42px, 8.2vw, 60px); }
  .contact-direct { margin-top: 36px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 47px 30px; padding-bottom: 70px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 90px; }
  .mobile-contact { position: fixed; bottom: 0; left: 0; right: 0; z-index: 35; display: flex; align-items: center; justify-content: space-between; min-height: 60px; padding: 15px 23px; background: var(--brand-orange); color: var(--ink); box-shadow: 0 -8px 25px rgba(20,37,44,.15); font-size: 13px; font-weight: 800; }
  .mobile-contact span { font-size: 18px; font-weight: 400; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: clamp(46px, 11.5vw, 56px); }
  .hero-actions { gap: 17px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-facts { gap: 15px; }
  .hero-facts div { min-width: 0; width: 50%; }
  .hero-services { padding: 26px 24px; }
  .hero-services-footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .section-heading-row h2 { font-size: 41px; }
  .faq-layout h2 { font-size: clamp(42px, 10vw, 50px); }
  .service-card { min-height: 378px; }
  .history-year { font-size: 28vw; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
