:root {
  --ink: #0b0d10;
  --charcoal: #171a1f;
  --slate: #343b44;
  --silver: #b8bec7;
  --mist: #eceff2;
  --white: #fff;
  --text: #252b33;
  --muted: #606873;
  --line: rgba(21, 25, 30, .14);
  --container: 1240px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #f7f8f9; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 600; line-height: 1.03; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--silver); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.container { width: min(calc(100% - 96px), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.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; top: 10px; left: 10px; z-index: 1000; padding: .75rem 1rem; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.intro-section :focus-visible, .approach-section :focus-visible, .contact-section :focus-visible, .legal-section :focus-visible { outline-color: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; color: rgba(255,255,255,.64); font-size: .75rem; font-weight: 700; line-height: 1.2; letter-spacing: .2em; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #5a626d; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .35s var(--ease), border .35s var(--ease); }
.site-header.is-scrolled, .inner-page .site-header, .contact-page .site-header, .legal-page .site-header { background: rgba(11,13,16,.93); border-color: rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; }
.brand-mark { width: 35px; height: 35px; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 1.08rem; letter-spacing: .22em; }
.brand-type small { margin-top: .36rem; font-size: .52rem; letter-spacing: .42em; opacity: .62; }
.site-nav { display: flex; align-items: center; gap: 2.35rem; }
.site-nav > a:not(.button) { position: relative; font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.7); }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 1px; background: #fff; transition: right .25s var(--ease); }
.site-nav > a:not(.button):hover, .site-nav > a.is-active { color: #fff; }
.site-nav > a:not(.button):hover::after, .site-nav > a.is-active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: #fff; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s, opacity .25s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; padding: .85rem 1.35rem; border: 1px solid transparent; font-size: .84rem; font-weight: 700; letter-spacing: .04em; transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease); }
.button span { font-size: 1.05rem; font-weight: 400; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: var(--mist); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #2a2f36; }
.button-small { min-height: 44px; padding: .65rem 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 2rem; padding-bottom: .45rem; color: var(--ink); border-bottom: 1px solid #868d96; font-size: .88rem; font-weight: 700; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: #fff; border-color: rgba(255,255,255,.36); }

.hero { min-height: 780px; height: 100svh; position: relative; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image { position: absolute; inset: 0; background-image: url('../images/rasem-hero.webp'), url('../images/rasem-hero.png'); background-size: cover; background-position: center; animation: hero-reveal 1.4s var(--ease) both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,10,.98) 0%, rgba(6,8,10,.82) 38%, rgba(6,8,10,.16) 72%, rgba(6,8,10,.08) 100%), linear-gradient(0deg, rgba(6,8,10,.76) 0%, transparent 42%); }
.hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding-top: 110px; }
.hero-copy { width: min(680px, 64%); padding-bottom: 5rem; }
.hero h1 { margin-bottom: 2rem; color: #fff; font-size: clamp(4.2rem, 7.4vw, 7.1rem); }
.hero h1 em { color: #bdc1c7; }
.hero-description { max-width: 650px; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.2vw, 1.14rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.35rem; }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 2.3rem; display: flex; justify-content: space-between; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.48); font-size: .78rem; letter-spacing: .03em; }
.scroll-cue { position: absolute; z-index: 3; right: 2.2rem; bottom: 2.25rem; display: none; }
@keyframes hero-reveal { from { opacity: .25; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

.intro-section { background: #f5f6f7; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 8vw; }
.split-intro h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(3rem, 5.2vw, 5.25rem); }
.intro-copy { padding-top: 3.1rem; }
.intro-copy p { margin-bottom: 2.5rem; color: #4e5660; font-size: 1.08rem; line-height: 1.9; }
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-row > div { padding: 2.2rem 2rem; border-right: 1px solid var(--line); }
.fact-row > div:first-child { padding-left: 0; }
.fact-row > div:last-child { border-right: 0; }
.fact-row strong, .fact-row span { display: block; }
.fact-row strong { margin-bottom: .4rem; color: var(--ink); font-size: 1.4rem; font-weight: 600; letter-spacing: -.02em; }
.fact-row span { color: var(--muted); font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }

.principles-section { color: #fff; background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 4.5rem; }
.section-heading h2 { margin: 0; color: #fff; font-size: clamp(3rem, 5vw, 5rem); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.principle-card { min-height: 365px; display: flex; flex-direction: column; padding: 1.7rem 1.8rem 1.8rem 0; border-right: 1px solid rgba(255,255,255,.16); }
.principle-card + .principle-card { padding-left: 1.8rem; }
.principle-card:last-child { border-right: 0; }
.principle-card > span { color: rgba(255,255,255,.4); font-size: .73rem; letter-spacing: .12em; }
.principle-card h3 { margin-top: auto; color: #fff; font-size: 1.65rem; letter-spacing: -.03em; }
.principle-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .94rem; line-height: 1.75; }

.approach-section { background: #fff; }
.approach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.approach-title { position: sticky; top: 130px; align-self: start; }
.approach-title h2 { margin-bottom: 2rem; font-size: clamp(3rem, 4.8vw, 5rem); }
.approach-title > p:not(.eyebrow) { max-width: 570px; margin-bottom: 2.4rem; color: var(--muted); font-size: 1.04rem; line-height: 1.85; }
.approach-title h2 em { color: #858c95; }
.approach-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 1.5rem; padding: 2.35rem 0; border-bottom: 1px solid var(--line); }
.approach-steps li > span { color: #8b929b; font-size: .76rem; letter-spacing: .12em; }
.approach-steps h3 { margin-bottom: .75rem; font-size: 1.65rem; }
.approach-steps p { max-width: 480px; margin: 0; color: var(--muted); }

.cta-section { padding-block: clamp(5rem, 8vw, 8rem); color: #fff; background: #161a1e; background-image: radial-gradient(circle at 85% 0%, rgba(255,255,255,.075), transparent 28%); }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; }
.cta-inner h2 { margin: 0; color: #fff; font-size: clamp(3.2rem, 5.7vw, 5.8rem); }
.cta-inner > div:last-child p { margin-bottom: 2rem; color: rgba(255,255,255,.6); font-size: 1.05rem; }

.site-footer { padding-top: 5rem; color: rgba(255,255,255,.66); background: #080a0c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 7vw; padding-bottom: 4.5rem; }
.footer-brand .brand { color: #fff; margin-bottom: 2.2rem; }
.footer-brand p { color: #fff; font-size: 1.3rem; line-height: 1.5; }
.footer-brand > span { font-size: .8rem; }
.footer-label { color: rgba(255,255,255,.4); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: .6rem; }
.footer-links a, .footer-contact a { color: #fff; }
.footer-links a:hover, .footer-contact a:hover, .footer-bottom a:hover { color: var(--silver); }
.footer-email { display: inline-block; margin-bottom: 1.2rem; font-size: 1.08rem; }
.footer-contact address { font-style: normal; line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 1.6rem; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; }

.page-hero { position: relative; min-height: 700px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.page-hero-art { position: absolute; inset: 0; background: linear-gradient(90deg, #090b0e 0%, rgba(9,11,14,.92) 45%, rgba(9,11,14,.25) 100%), url('../images/rasem-hero.webp'), url('../images/rasem-hero.png') center/cover; filter: contrast(1.05); }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, rgba(6,7,9,.75)); }
.page-hero-inner { position: relative; z-index: 2; padding-top: 190px; padding-bottom: 6rem; }
.page-hero h1 { max-width: 900px; margin-bottom: 2rem; color: #fff; font-size: clamp(4rem, 7vw, 7rem); }
.page-hero-copy { max-width: 710px; margin-left: auto; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 1.08rem; line-height: 1.85; }

.story-section { background: #f5f6f7; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; }
.story-grid h2, .process-intro h2 { font-size: clamp(3rem, 5vw, 5.1rem); }
.story-grid h2 em, .process-intro h2 em { color: #8b929b; }
.prose { padding-top: 3.3rem; }
.prose p { color: var(--muted); font-size: 1.06rem; line-height: 1.9; }
.prose p + p { margin-top: 1.8rem; }
.purpose-section { background: #fff; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.purpose-grid article { min-height: 390px; padding: 3rem; background: #fff; }
.purpose-grid article > span { color: #7b838d; font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.purpose-grid h2 { margin: 6rem 0 1.3rem; font-size: 2.3rem; }
.purpose-grid p { max-width: 490px; color: var(--muted); }
.values-section { color: #fff; background: var(--ink); }
.values-head { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 8vw; align-items: end; }
.values-head .eyebrow { grid-column: 1 / -1; }
.values-head h2 { margin: 0; color: #fff; font-size: clamp(3rem, 5vw, 5rem); }
.values-head > p:last-child { margin: 0; color: rgba(255,255,255,.56); }
.value-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid rgba(255,255,255,.16); }
.value-list > div { min-height: 270px; padding: 1.7rem; border-right: 1px solid rgba(255,255,255,.16); }
.value-list > div:first-child { padding-left: 0; }
.value-list > div:last-child { border: 0; }
.value-list span { color: rgba(255,255,255,.35); font-size: .72rem; }
.value-list h3 { margin: 5rem 0 .8rem; color: #fff; font-size: 1.5rem; }
.value-list p { color: rgba(255,255,255,.5); font-size: .9rem; }

.process-section { background: #f5f6f7; }
.process-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 1rem 8vw; align-items: end; margin-bottom: 5rem; }
.process-intro .eyebrow { grid-column: 1 / -1; }
.process-intro h2 { margin: 0; }
.process-intro > p:last-child { margin: 0; color: var(--muted); }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 80px .8fr 1fr; gap: 3rem; padding: 3.3rem 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: #8b929b; font-size: .74rem; letter-spacing: .14em; }
.process-list h3 { margin: 0; font-size: 2rem; }
.process-list p { margin: 0; color: var(--muted); }
.quote-section { padding-block: clamp(5rem, 9vw, 9rem); color: #fff; text-align: center; background: #191d22; }
.quote-section p { max-width: 980px; margin: 0 auto 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5.2vw, 5.4rem); line-height: 1.12; letter-spacing: -.05em; }
.quote-section span { color: rgba(255,255,255,.42); font-size: .73rem; letter-spacing: .18em; }

.contact-hero { padding: 190px 0 6rem; color: #fff; background: var(--ink); }
.contact-hero-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; }
.contact-hero h1 { margin: 0; color: #fff; font-size: clamp(4rem, 7vw, 7rem); }
.contact-hero-inner > p { margin: 0 0 1rem; color: rgba(255,255,255,.62); font-size: 1.06rem; }
.contact-section { background: #f5f6f7; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.contact-detail { padding: 1.8rem 0; border-top: 1px solid var(--line); }
.contact-detail > span { display: block; margin-bottom: .65rem; color: #7c838c; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-detail a { color: var(--ink); font-size: 1.25rem; font-weight: 600; }
.contact-detail address { color: #4f5761; font-style: normal; line-height: 1.8; }
.map-link { display: inline-flex; gap: 1rem; margin-top: 1.4rem; padding-bottom: .3rem; border-bottom: 1px solid #777f88; font-size: .88rem; font-weight: 700; }
.contact-form-wrap h2 { margin-bottom: 2.5rem; font-size: clamp(2.8rem, 4vw, 4rem); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { margin-bottom: 1.5rem; }
.field label { display: block; margin-bottom: .55rem; color: #404750; font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.field label span { color: #8d3434; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd4da; border-radius: 0; padding: .95rem 1rem; color: var(--ink); background: #fff; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: #606873; box-shadow: 0 0 0 3px rgba(52,59,68,.12); }
.field-help, .field-error { display: block; margin-top: .45rem; font-size: .78rem; }
.field-help { color: #747c86; }
.field-error { color: #8c2929; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: .5rem; }
.form-submit p { max-width: 430px; margin: 0; color: #737b84; font-size: .78rem; }
.form-submit p a { color: var(--ink); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { margin-bottom: 1.5rem; padding: 1rem 1.15rem; border-left: 3px solid; font-size: .9rem; }
.alert-success { color: #214c37; background: #e2f0e8; border-color: #347154; }
.alert-error { color: #662828; background: #f5e4e4; border-color: #9d4949; }

.legal-hero { padding: 190px 0 5rem; color: #fff; background: var(--ink); }
.legal-hero h1 { margin-bottom: 1rem; color: #fff; font-size: clamp(3.6rem, 6vw, 6rem); }
.legal-hero > .container > p:last-child { color: rgba(255,255,255,.52); }
.legal-section { background: #f5f6f7; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 740px); gap: 8vw; }
.legal-layout aside { position: sticky; top: 125px; align-self: start; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.legal-layout aside a { padding: .85rem 0; border-bottom: 1px solid var(--line); color: #616973; font-size: .85rem; }
.legal-copy .legal-intro { color: var(--ink); font-size: 1.25rem; line-height: 1.75; }
.legal-copy h2 { margin-top: 3.5rem; font-size: 2rem; }
.legal-copy p { color: var(--muted); }
.legal-copy a { text-decoration: underline; }
.legal-note { margin-top: 4rem; padding: 1.5rem; border: 1px solid var(--line); }
.legal-note p { margin: .5rem 0 0; font-size: .88rem; }
.error-body { background: var(--ink); }
.error-body .site-header { background: transparent; }
.error-body .site-footer { display: none; }
.error-page { min-height: 100svh; display: grid; align-items: center; padding: 140px 0 5rem; color: #fff; background: radial-gradient(circle at 80% 30%, #30353c 0%, #111419 32%, #080a0c 68%); }
.error-code { color: rgba(255,255,255,.4); font-size: .75rem; letter-spacing: .2em; }
.error-page h1 { margin-bottom: 1.5rem; color: #fff; font-size: clamp(4rem, 8vw, 8rem); }
.error-page .container > p:not(.error-code) { margin-bottom: 2rem; color: rgba(255,255,255,.58); }

@media (max-width: 1024px) {
  .container { width: min(calc(100% - 56px), var(--container)); }
  .site-nav { gap: 1.4rem; }
  .hero-copy { width: 74%; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-card:nth-child(2) { border-right: 0; }
  .principle-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .principle-card:nth-child(3) { padding-left: 0; }
  .value-list { grid-template-columns: repeat(2, 1fr); }
  .value-list > div:nth-child(2) { border-right: 0; }
  .value-list > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .value-list > div:nth-child(3) { padding-left: 0; }
  .process-list article { grid-template-columns: 60px .8fr 1fr; gap: 1.5rem; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding-block: 4.5rem; }
  .header-inner { height: 74px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 2rem 20px; background: #0b0d10; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 1.2rem; }
  .site-nav .button { margin-top: 1.5rem; }
  .hero { min-height: 820px; height: auto; }
  .hero-image { background-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,8,10,.97), rgba(6,8,10,.68)), linear-gradient(0deg, rgba(6,8,10,.92), transparent 65%); }
  .hero-inner { min-height: 820px; padding: 135px 0 120px; }
  .hero-copy { width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .hero-description { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .hero-foot { left: 20px; right: 20px; bottom: 1.6rem; flex-direction: column; gap: .25rem; }
  .split-intro, .approach-layout, .cta-inner, .story-grid, .contact-hero-inner, .contact-layout, .legal-layout, .process-intro, .values-head { grid-template-columns: 1fr; gap: 2.2rem; }
  .split-intro h2, .approach-title h2, .story-grid h2, .process-intro h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .intro-copy, .prose { padding-top: 0; }
  .fact-row { grid-template-columns: 1fr; margin-top: 4rem; }
  .fact-row > div { padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-row > div:last-child { border-bottom: 0; }
  .section-heading { display: block; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card, .principle-card + .principle-card, .principle-card:nth-child(3) { min-height: 280px; padding: 1.5rem 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .approach-title { position: static; }
  .cta-inner > div:last-child { padding-top: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .page-hero { min-height: 660px; }
  .page-hero-inner { padding-top: 150px; padding-bottom: 4rem; }
  .page-hero h1 { font-size: clamp(3.5rem, 14vw, 5rem); }
  .page-hero-copy { font-size: .98rem; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-grid article { min-height: 340px; padding: 2rem; }
  .purpose-grid h2 { margin-top: 4rem; }
  .values-head .eyebrow, .process-intro .eyebrow { grid-column: 1; }
  .value-list { grid-template-columns: 1fr; }
  .value-list > div, .value-list > div:nth-child(3) { min-height: 230px; padding: 1.4rem 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .process-list article { grid-template-columns: 50px 1fr; gap: 1rem; }
  .process-list article p { grid-column: 2; }
  .contact-hero { padding-top: 145px; }
  .contact-hero h1 { font-size: clamp(3.5rem, 14vw, 5rem); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .legal-layout aside { position: static; }
}

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

