@font-face { font-family: Raleway; src: url('./assets/raleway-400.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Raleway; src: url('./assets/raleway-500.ttf') format('truetype'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: Raleway; src: url('./assets/raleway-600.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Raleway; src: url('./assets/raleway-700.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
:root {
  --navy: #263851;
  --navy-deep: #17283d;
  --navy-soft: #8391a4;
  --ice: #e8ebef;
  --paper: #f6f7f8;
  --white: #ffffff;
  --gold: #d2a52e;
  --ink: #202d3d;
  --muted: #657184;
  --line: rgba(38, 56, 81, 0.17);
  --font: Raleway, Arial, sans-serif;
  --page: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { font: inherit; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { text-wrap: pretty; }

.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; background: var(--gold); color: var(--navy-deep); padding: 12px 18px; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 20px; }
.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; }
.section { width: var(--page); margin: 0 auto; }

.site-header { position: relative; z-index: 20; min-height: 112px; display: grid; grid-template-columns: 30.5% 69.5%; align-items: center; }
.site-header-home { position: absolute; inset: 0 0 auto; color: var(--white); }
.brand-cell { height: 100%; display: flex; align-items: center; padding-left: max(42px, calc((100vw - 1440px) / 2)); }
.site-header-home .brand-cell { background: var(--ice); }
.brand { display: block; width: 128px; }
.brand img { width: 100%; height: auto; }
.site-nav { height: 100%; padding: 0 max(48px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px, 2.2vw, 38px); background: transparent; font-size: .78rem; font-weight: 600; }
.site-nav a { position: relative; padding: 8px 0; text-decoration: none; white-space: nowrap; }
.site-nav a[aria-current="page"]::after, .site-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--gold); transition: right 180ms ease; }
.site-nav a[aria-current="page"]::after, .site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-contact { border-bottom: 1px solid currentColor; }
.site-header-internal { grid-template-columns: minmax(220px, 30.5%) 1fr; background: var(--navy-deep); color: var(--white); }
.menu-button { display: none; position: absolute; right: 20px; top: 23px; z-index: 30; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: transform 180ms ease; }

.hero-home { min-height: 820px; display: grid; grid-template-columns: 30.5% 69.5%; background: var(--navy); }
.hero-panel { min-width: 0; padding: 205px clamp(34px, 4.2vw, 68px) 45px max(42px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: space-between; background: var(--ice); color: var(--ink); }
.hero-copy { max-width: 390px; }
.eyebrow { margin: 0 0 20px; color: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-gold { color: var(--gold); }
.hero-copy h1 { margin: 0; color: var(--navy-deep); font-size: clamp(2.05rem, 3.1vw, 3.75rem); line-height: 1.07; letter-spacing: -.035em; font-weight: 600; }
.hero-copy > p:not(.eyebrow) { margin: 26px 0 32px; color: var(--muted); font-size: .94rem; line-height: 1.65; }
.hero-contact { display: flex; flex-direction: column; gap: 14px; margin-top: 64px; font-style: normal; font-size: .76rem; line-height: 1.45; font-weight: 600; }
.hero-contact a { display: block; padding-left: 23px; position: relative; text-decoration: none; }
.hero-contact a span { position: absolute; left: 0; top: 1px; color: var(--navy); font-size: .65rem; }
.hero-contact a:hover, .hero-contact a:focus-visible { color: var(--gold); }
.hero-visual { min-width: 0; min-height: 820px; position: relative; overflow: hidden; border-radius: 0 0 0 34px; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,40,61,.2), rgba(23,40,61,.18) 42%, rgba(11,25,42,.64)); }
.hero-wordmark { position: absolute; left: 6%; bottom: 7%; display: flex; flex-direction: column; color: var(--white); font-size: clamp(2.4rem, 4.5vw, 5.2rem); line-height: .98; letter-spacing: -.045em; font-weight: 600; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 0; text-decoration: none; font-size: .78rem; font-weight: 700; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover, .button-gold:focus-visible { background: #dfb638; }
.button-navy { background: var(--navy-deep); color: var(--white); }
.button-navy:hover, .button-navy:focus-visible { background: var(--navy); }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; color: var(--navy); font-size: .78rem; font-weight: 700; text-underline-offset: 6px; }

.area-shortcuts { min-height: 94px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy-deep); color: var(--white); }
.area-shortcuts a { padding: 22px clamp(24px, 4vw, 62px); display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; font-size: .75rem; font-weight: 600; }
.area-shortcuts a:last-child { border: 0; }
.area-shortcuts span { color: var(--gold); }
.area-shortcuts b { margin-left: auto; font-weight: 400; }
.area-shortcuts a:hover, .area-shortcuts a:focus-visible { background: rgba(255,255,255,.06); }

.about { padding: 135px 0 145px; display: grid; grid-template-columns: 110px minmax(280px, .9fr) minmax(300px, .75fr); gap: clamp(34px, 6.5vw, 95px); align-items: start; }
.section-kicker > span { display: block; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy-soft); font-size: .72rem; }
.section-kicker .eyebrow { margin-top: 38px; }
.section-heading h2, .practices h2, .culture h2, .online-section h2, .contact h2, .page-hero h1, .service-content h2, .profile-copy h2, .page-cta h2 { margin: 0; font-family: var(--font); font-weight: 500; line-height: 1.06; letter-spacing: -.04em; }
.section-heading h2 { font-size: clamp(2.6rem, 4.8vw, 5rem); }
.about-copy { max-width: 480px; color: var(--muted); }
.about-copy > p { margin: 0 0 23px; }
.about-copy .arrow-link { margin-top: 18px; }

.practices { padding: 125px 0 0; background: var(--navy); color: var(--white); }
.practices-intro { padding-bottom: 70px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.practices h2 { max-width: 780px; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.practices-intro > p { margin: 0 0 5px; color: rgba(255,255,255,.66); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.practice-card { min-height: 470px; padding: 42px clamp(28px, 4vw, 62px) 48px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); }
.practice-card:last-child { border: 0; }
.card-number { color: var(--gold); font-size: .72rem; }
.practice-card h3 { margin: 54px 0 23px; font-size: clamp(1.8rem, 2.45vw, 2.75rem); line-height: 1.12; letter-spacing: -.035em; font-weight: 500; }
.practice-card p { max-width: 370px; margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.card-actions { margin-top: auto; padding-top: 35px; display: flex; flex-wrap: wrap; gap: 16px 26px; }
.card-actions a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.38); color: var(--white); text-decoration: none; font-size: .72rem; font-weight: 700; }
.card-actions a:first-child { color: var(--gold); border-color: var(--gold); }

.culture { padding: 130px 0 140px; background: var(--navy-deep); color: var(--white); }
.culture-head { display: grid; grid-template-columns: 190px 1fr; gap: clamp(40px, 7vw, 105px); }
.section-kicker-light > span { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.5); }
.culture h2 { max-width: 880px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.culture-lead { max-width: 720px; margin: 34px 0 0; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.culture-statements { margin-top: 90px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.culture-statements article { padding: 34px 40px 28px 0; border-right: 1px solid rgba(255,255,255,.16); }
.culture-statements article + article { padding-left: 40px; border: 0; }
.culture-statements span { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.culture-statements p { max-width: 500px; margin: 20px 0 0; font-size: 1.22rem; line-height: 1.55; }
.value-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); }
.value-grid article { padding: 28px 28px 10px 0; border-top: 2px solid var(--gold); }
.value-grid article + article { margin-left: 28px; }
.value-grid b { font-size: .85rem; }
.value-grid p { margin: 10px 0 0; color: rgba(255,255,255,.58); font-size: .8rem; }

.online-section { padding: 120px 0; background: var(--ice); }
.online-layout { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(55px, 10vw, 145px); align-items: end; }
.online-section h2 { max-width: 680px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.online-layout > div:last-child > p { margin: 0 0 34px; color: var(--muted); }

.contact { padding: 105px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.25fr .65fr; gap: clamp(65px, 10vw, 150px); background: var(--gold); color: var(--navy-deep); }
.contact h2 { max-width: 760px; font-size: clamp(2.7rem, 5vw, 5.4rem); }
.contact-main > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 37px; }
.contact-details { align-self: end; border-top: 1px solid rgba(23,40,61,.32); font-style: normal; }
.contact-details > div { padding: 20px 0; border-bottom: 1px solid rgba(23,40,61,.32); }
.contact-details span { display: block; margin-bottom: 7px; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-details p { margin: 0; font-size: .86rem; line-height: 1.55; }
.contact-details a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

.site-footer { padding: 60px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 145px 1fr auto; align-items: end; gap: 52px; background: #111f30; color: rgba(255,255,255,.58); font-size: .7rem; }
.site-footer > img { width: 140px; }
.footer-legal p { margin: 4px 0; }
.copyright { margin: 0; white-space: nowrap; }

.page-hero { min-height: 485px; padding: 125px max(32px, calc((100vw - 1240px) / 2)) 95px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--navy); color: var(--white); }
.page-hero h1 { max-width: 960px; font-size: clamp(3rem, 6vw, 6.6rem); }
.page-hero > p:last-child { max-width: 660px; margin: 30px 0 0; color: rgba(255,255,255,.68); }
.area-page-nav { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
.area-page-nav a { display: flex; align-items: center; justify-content: center; padding: 20px; border-right: 1px solid var(--line); color: var(--navy); text-align: center; text-decoration: none; font-size: .78rem; font-weight: 700; }
.area-page-nav a:last-child { border: 0; }
.area-page-nav a:hover, .area-page-nav a:focus-visible { background: var(--ice); }
.service-section { width: var(--page); min-height: 700px; margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: clamp(40px, 8vw, 120px); scroll-margin-top: 30px; }
.service-section + .service-section { border-top: 1px solid var(--line); }
.service-number { padding-top: 15px; border-top: 1px solid var(--line); color: var(--navy-soft); font-size: .75rem; }
.service-content { max-width: 900px; }
.service-content h2 { max-width: 860px; color: var(--navy-deep); font-size: clamp(2.7rem, 5vw, 5.25rem); }
.service-content > p:not(.eyebrow) { max-width: 720px; margin: 32px 0; color: var(--muted); font-size: 1.05rem; }
.service-content ul { margin: 45px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); }
.service-content li { padding: 17px 18px 17px 0; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 600; }
.service-content li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.service-content .benefit-grid li, .service-content .benefit-grid li:nth-child(even) { padding-top: 23px; padding-bottom: 23px; font-size: 1rem; font-weight: 400; }
.benefit-grid h3 { margin: 0 0 7px; color: var(--navy-deep); font-size: 1rem; line-height: 1.4; font-weight: 700; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.contact-phone { color: var(--navy); font-size: .84rem; font-weight: 600; text-underline-offset: 5px; }
.service-actions, .profile-actions { margin-top: 44px; display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.page-cta { padding: 105px max(32px, calc((100vw - 1240px) / 2)); background: var(--navy-deep); color: var(--white); text-align: center; }
.page-cta .eyebrow { color: var(--gold); }
.page-cta h2 { max-width: 780px; margin: 0 auto 40px; font-size: clamp(2.6rem, 4.5vw, 4.8rem); }

.profile { width: var(--page); min-height: 760px; margin: 0 auto; padding: 115px 0; display: grid; grid-template-columns: minmax(300px, .85fr) minmax(340px, 1fr); gap: clamp(55px, 9vw, 135px); align-items: center; scroll-margin-top: 30px; }
.profile + .profile { border-top: 1px solid var(--line); }
.profile-reverse .profile-photo { order: 2; }
.profile-photo { min-height: 610px; overflow: hidden; background: var(--ice); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.72) contrast(1.02); }
.profile-copy h2 { max-width: 650px; color: var(--navy-deep); font-size: clamp(2.7rem, 4.8vw, 5rem); }
.profile-copy .oab { margin: 18px 0 28px; color: var(--navy); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-copy > p:not(.eyebrow):not(.oab) { max-width: 650px; color: var(--muted); font-size: 1.02rem; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (min-width: 1041px) {
  .site-header, .site-header-internal { grid-template-columns: 42% 58%; }
  .site-nav { padding-left: 30px; padding-right: max(42px, calc((100vw - 1440px) / 2)); gap: clamp(14px, 1.6vw, 28px); font-size: .8rem; }
  .hero-home { min-height: 760px; grid-template-columns: 42% 58%; }
  .hero-panel { padding: 195px clamp(38px, 4vw, 64px) 54px max(42px, calc((100vw - 1440px) / 2)); }
  .hero-copy { max-width: 550px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 4vw, 4.25rem); line-height: 1.09; }
  .hero-copy > p:not(.eyebrow) { max-width: 490px; font-size: 1rem; }
  .hero-contact { margin-top: 42px; font-size: .82rem; }
  .hero-visual { min-height: 760px; }
  .hero-wordmark { font-size: clamp(2.7rem, 4.2vw, 4.8rem); }
  .about { padding-top: 110px; padding-bottom: 115px; }
  .practices { padding-top: 105px; }
  .culture { padding-top: 110px; padding-bottom: 115px; }
  .online-section { padding-top: 105px; padding-bottom: 105px; }
}

@media (max-width: 1040px) {
  :root { --page: min(100% - 44px, 820px); }
  .site-header, .site-header-internal { min-height: 90px; grid-template-columns: 1fr; padding: 0 22px; background: var(--navy-deep); color: var(--white); }
  .site-header-home .brand-cell, .brand-cell { width: auto; padding: 0; background: transparent; }
  .site-header-home .brand img { filter: brightness(0) invert(1); }
  .brand { width: 108px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 0; z-index: 25; height: auto; padding: 110px 11vw 70px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; background: var(--navy-deep); font-size: 1.25rem; opacity: 0; visibility: hidden; transition: opacity 180ms ease, visibility 180ms ease; }
  .site-nav[data-open="true"] { opacity: 1; visibility: visible; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero-home { grid-template-columns: 1fr; }
  .hero-panel { min-height: 650px; padding: 150px max(22px, calc((100vw - 820px) / 2)) 50px; }
  .hero-copy { max-width: 760px; }
  .hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 5rem); }
  .hero-visual { min-height: 700px; border-radius: 0; }
  .area-shortcuts { grid-template-columns: 1fr; }
  .area-shortcuts a { min-height: 74px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .about { grid-template-columns: 80px 1fr; }
  .about-copy { grid-column: 2; }
  .practices-intro, .online-layout { grid-template-columns: 1fr; gap: 35px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 365px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .culture-head { grid-template-columns: 120px 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .value-grid article:nth-child(3) { margin-left: 0; }
  .contact { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 145px 1fr; }
  .copyright { grid-column: 2; }
  .profile { min-height: auto; grid-template-columns: 1fr 1fr; gap: 50px; }
  .profile-photo { min-height: 540px; }
}

@media (max-width: 700px) {
  :root { --page: calc(100% - 32px); }
  .site-header-home { background: transparent; }
  .hero-home { position: relative; display: block; min-height: 100svh; }
  .hero-visual { position: absolute; inset: 0; min-height: 0; border-radius: 0; }
  .hero-visual > img { object-position: 50% 42%; }
  .hero-visual-shade { background: linear-gradient(180deg, rgba(11,25,42,.48), rgba(11,25,42,.16) 43%, rgba(11,25,42,.83)); }
  .hero-wordmark { left: 24px; top: 112px; bottom: auto; right: 20px; font-size: clamp(1.85rem, 8vw, 2.9rem); text-shadow: 0 2px 16px rgba(0,0,0,.28); }
  .hero-panel { position: relative; z-index: 1; min-height: 100svh; padding: 220px 24px 34px; justify-content: flex-end; background: transparent; color: var(--white); }
  .hero-copy { max-width: 560px; }
  .hero-copy .eyebrow { margin-bottom: 14px; color: var(--gold); }
  .hero-copy h1 { color: var(--white); font-size: clamp(1.9rem, 8vw, 2.8rem); line-height: 1.12; text-shadow: 0 2px 16px rgba(0,0,0,.28); }
  .hero-copy > p:not(.eyebrow), .hero-contact { display: none; }
  .hero-copy .button { margin-top: 24px; }
  .button { width: 100%; }
  .about { padding: 95px 0 105px; grid-template-columns: 1fr; }
  .about-copy { grid-column: 1; }
  .section-kicker { width: 90px; }
  .section-heading h2, .practices h2, .culture h2, .online-section h2, .contact h2, .page-hero h1, .service-content h2, .profile-copy h2, .page-cta h2 { font-size: clamp(2.35rem, 11vw, 3.65rem); }
  .practices { padding-top: 90px; }
  .practices-intro { padding-bottom: 50px; }
  .practice-card { padding: 34px 24px 42px; min-height: 390px; }
  .culture { padding: 95px 0 100px; }
  .culture-head { grid-template-columns: 1fr; }
  .culture-statements { margin-top: 65px; grid-template-columns: 1fr; }
  .culture-statements article, .culture-statements article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article + article { margin-left: 0; }
  .online-section { padding: 90px 0; }
  .contact { padding-top: 85px; padding-bottom: 90px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .copyright { grid-column: 1; }
  .page-hero { min-height: 440px; padding-top: 125px; padding-bottom: 70px; }
  .area-page-nav { width: 100%; grid-template-columns: 1fr; }
  .area-page-nav a { min-height: 64px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-section { min-height: auto; padding: 95px 0; grid-template-columns: 1fr; gap: 45px; }
  .service-number { width: 80px; }
  .service-content ul { grid-template-columns: 1fr; }
  .service-content li:nth-child(even) { padding-left: 0; border-left: 0; }
  .service-content .benefit-grid li, .service-content .benefit-grid li:nth-child(even) { padding: 20px 0; border-left: 0; }
  .service-actions, .profile-actions { align-items: stretch; flex-direction: column; }
  .profile, .profile-reverse { padding: 90px 0; grid-template-columns: 1fr; gap: 45px; }
  .profile-reverse .profile-photo { order: 0; }
  .profile-photo { min-height: 0; aspect-ratio: 4 / 5; }
  .page-cta { padding-top: 85px; padding-bottom: 90px; }
}

@media (max-width: 700px) and (max-height: 680px) {
  .hero-wordmark { top: 92px; font-size: clamp(1.65rem, 7.4vw, 2.4rem); }
  .hero-panel { padding-top: 190px; padding-bottom: 22px; }
  .hero-copy h1 { font-size: clamp(1.7rem, 7.5vw, 2.3rem); }
  .hero-copy .button { min-height: 48px; margin-top: 16px; }
}

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