:root {
  --paper: #f7f6f1;
  --ink: #202522;
  --muted: #737a73;
  --line: #dddcd3;
  --green: #dce8de;
  --green-dark: #203a32;
  --orange: #e58052;
  --serif: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.page-wrap { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { 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:focus { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 16px; color: white; background: var(--green-dark); }

.site-header { position: relative; z-index: 5; background: var(--paper); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #aeb8ac; border-radius: 50%; color: var(--green-dark); }
.brand-mark svg { width: 26px; height: 26px; }
.brand-name { font-size: 15px; font-weight: 700; letter-spacing: -.045em; }
.brand-name span { display: block; margin-top: -2px; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 40px; font-size: 12px; font-weight: 500; }
.main-nav a:not(.nav-cta) { transition: color .2s; }
.main-nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 12px 17px; border: 1px solid #c8cbc1; border-radius: 3px; transition: color .2s, background .2s, border-color .2s; }
.nav-cta:hover { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.nav-cta span { margin-left: 13px; color: var(--orange); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 670px; padding-top: 56px; padding-bottom: 84px; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 560px; padding: 15px 24px 0 7.4%; }
.eyebrow { margin: 0 0 21px; color: #646c65; font-size: 10px; font-weight: 700; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--orange); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.055em; }
h1 { max-width: 510px; margin-bottom: 22px; font-size: clamp(56px, 6.5vw, 88px); line-height: .99; }
h1 em, h2 em, .intro-statement em { color: #547465; font-family: var(--serif); font-weight: 500; }
.hero-intro { max-width: 390px; margin: 0; color: #6d746e; font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 26px; padding: 0 20px; border-radius: 3px; font-size: 11px; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.button:hover, .contact-button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--green-dark); }
.button-dark:hover { background: #325646; }
.button-dark span { color: #e7a17d; }
.text-link { color: #5d655e; font-size: 11px; font-weight: 600; }
.text-link span { margin-left: 7px; color: var(--orange); }
.hero-note { display: flex; gap: 13px; align-items: center; margin-top: 57px; }
.note-rule { width: 27px; height: 1px; background: var(--orange); }
.hero-note p { margin: 0; color: #858b83; font-family: var(--serif); font-size: 12px; font-style: italic; line-height: 1.5; }
.hero-visual { position: relative; height: 520px; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 50%; }
.hero-visual::after { position: absolute; inset: 0; border: 1px solid rgba(40,50,42,.1); content: ''; pointer-events: none; }
.image-caption { position: absolute; right: 0; bottom: -25px; left: 0; display: flex; justify-content: space-between; color: #858b83; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.image-caption span:first-child { color: var(--orange); }
.hero-stamp { position: absolute; top: 28px; right: -34px; width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); }
.hero-stamp svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; animation: rotate 24s linear infinite; }
.hero-stamp text { fill: var(--ink); font-family: var(--sans); font-size: 7px; font-weight: 700; letter-spacing: 1.15px; }
.hero-stamp > span { margin-top: -5px; font-family: var(--serif); font-size: 32px; }
@keyframes rotate { to { transform: rotate(360deg); } }
.hero-index { position: absolute; bottom: 38px; left: 0; color: #959b92; font-size: 9px; letter-spacing: .16em; }
.hero-index span { margin: 0 8px; color: var(--orange); }

.service-area { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfaf6; }
.service-area-inner { display: flex; min-height: 98px; align-items: center; justify-content: space-between; gap: 24px; }
.service-area .eyebrow { margin: 0; }
.service-area-inner > p:not(.eyebrow) { display: flex; align-items: center; gap: 19px; margin: 0; font-family: var(--serif); font-size: 18px; }
.service-area-inner i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.service-area-note { color: #838980; font-size: 10px; }

.intro-band { padding: 78px 0 86px; background: var(--green); }
.intro-band-inner { display: grid; grid-template-columns: 1fr 1.25fr .95fr; align-items: center; gap: 40px; }
.intro-band .eyebrow { margin: 0; color: #67796c; }
.intro-statement { max-width: 440px; margin: 0; font-size: clamp(30px, 3.7vw, 48px); letter-spacing: -.05em; line-height: 1.13; }
.intro-statement em { color: #526f60; }
.intro-support { max-width: 290px; margin: 0 0 0 auto; color: #66776b; font-size: 12px; line-height: 1.9; }

.section-pad { padding-top: 126px; padding-bottom: 132px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading .eyebrow { margin-bottom: 22px; }
h2 { margin-bottom: 0; font-size: clamp(43px, 5vw, 63px); line-height: 1.03; }
.section-lede { max-width: 340px; margin: 0 8% 7px 0; color: #737a73; font-size: 13px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.service-card { min-width: 0; border: 1px solid var(--line); background: #fbfaf6; }
.card-art { position: relative; display: grid; height: 255px; place-items: center; overflow: hidden; }
.art-label { position: absolute; z-index: 2; top: 19px; left: 19px; display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--serif); font-size: 15px; }
.art-label span { color: #606b62; font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.clinical-art { background: #d9e6dd; }
.focus-ring { position: absolute; width: 154px; height: 154px; border: 1px solid #6e9180; border-radius: 50%; }
.clinical-shape { position: absolute; width: 172px; height: 132px; border-radius: 44% 50% 48% 45%; transform: rotate(-17deg); }
.shape-one { background: #f8f6ed; box-shadow: inset 0 -12px 0 rgba(206,195,176,.25); }
.shape-two { width: 45px; height: 89px; border-radius: 48%; background: #e8a285; transform: translate(1px, 2px) rotate(-17deg); }
.crosshair { position: absolute; width: 25px; height: 25px; color: #547465; }
.crosshair::before, .crosshair::after { position: absolute; background: currentColor; content: ''; }
.crosshair::before { top: 12px; left: 0; width: 25px; height: 1px; }
.crosshair::after { top: 0; left: 12px; width: 1px; height: 25px; }
.crosshair-one { top: 76px; left: 21%; }
.crosshair-two { right: 18%; bottom: 39px; transform: scale(.7); }
.portrait-art { background: #e9dfd5; }
.portrait-orbit { position: absolute; width: 205px; height: 205px; border: 1px solid rgba(110,80,65,.35); border-radius: 50%; }
.orbit-two { width: 245px; height: 245px; border-color: rgba(110,80,65,.18); }
.portrait-person { position: absolute; top: 77px; width: 100px; height: 155px; }
.portrait-head { position: absolute; top: 0; left: 24px; width: 55px; height: 68px; border-radius: 45% 47% 46% 46%; background: #c98d69; }
.portrait-head::before { position: absolute; top: -3px; left: -4px; width: 63px; height: 36px; border-radius: 60% 48% 32% 32%; background: #34463c; content: ''; }
.portrait-body { position: absolute; top: 62px; left: 0; width: 100px; height: 105px; border-radius: 50% 50% 0 0; background: #728879; }
.portrait-body::before { position: absolute; top: 0; left: 43px; width: 14px; height: 76px; background: #f6f3e9; content: ''; }
.portrait-spark { position: absolute; right: 21%; bottom: 21%; color: #b8774d; font-size: 24px; }
.brand-art { background: #dfe7df; }
.brand-window { position: absolute; top: 88px; width: 80px; height: 110px; border: 5px solid #f6f4ec; background: #b3c2b3; transform: skewY(-9deg); }
.window-one { left: 18%; }
.window-two { left: calc(50% - 40px); background: #c9d3c5; }
.window-three { right: 18%; background: #a3b5a6; }
.brand-sun { position: absolute; top: 67px; right: 25%; width: 26px; height: 26px; border-radius: 50%; background: #e6a37a; }
.brand-word { position: absolute; bottom: 33px; left: 26px; color: #fffdf5; font-size: 12px; font-weight: 600; letter-spacing: .16em; line-height: 1.5; }
.brand-word em { font-family: var(--serif); font-size: 14px; font-weight: 500; }
.service-card-copy { padding: 24px 25px 28px; }
.service-number { color: #969b93; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.service-card h3 { margin: 14px 0 10px; font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.service-card-copy p { max-width: 305px; min-height: 60px; margin-bottom: 18px; color: #747b74; font-size: 11px; line-height: 1.8; }
.arrow-link { color: var(--green-dark); font-size: 10px; font-weight: 700; }
.arrow-link span { padding-left: 8px; color: var(--orange); }

.approach { position: relative; overflow: hidden; color: #f5f3eb; background: var(--green-dark); }
.approach-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.eyebrow-light { color: #a8b9a9; }
.approach-heading { padding: 8px 0 0 6%; }
.approach-heading h2 { color: #f7f4eb; }
.approach-heading h2 em { color: #a9c3ac; }
.approach-heading > p:not(.eyebrow) { max-width: 300px; margin: 22px 0 28px; color: #bcc7bc; font-size: 12px; line-height: 1.9; }
.button-light { color: var(--ink); background: #e1e9de; }
.button-light:hover { background: white; }
.button-light span { color: #c86d49; }
.steps { position: relative; z-index: 1; border-top: 1px solid rgba(222,233,218,.2); }
.step { display: grid; grid-template-columns: 46px 1fr 33px; gap: 18px; align-items: start; padding: 30px 0 28px; border-bottom: 1px solid rgba(222,233,218,.2); }
.step-number { color: #e48a61; font-family: var(--serif); font-size: 20px; }
.step h3 { margin: 1px 0 8px; color: #f4f1e7; font-size: 14px; font-weight: 600; letter-spacing: -.02em; }
.step p { max-width: 400px; margin: 0; color: #b9c4b9; font-size: 11px; line-height: 1.8; }
.step-symbol { justify-self: end; color: #a9c3ac; font-size: 18px; }
.approach-index { position: absolute; right: 1.5%; bottom: -11px; color: rgba(235,240,228,.045); font-family: var(--serif); font-size: 86px; font-style: italic; white-space: nowrap; pointer-events: none; }

.about { display: grid; grid-template-columns: .75fr 1.25fr .8fr; align-items: center; gap: 8%; }
.about-mark { justify-self: center; text-align: center; }
.about-mark-inner { position: relative; display: grid; width: 202px; height: 202px; place-items: center; overflow: hidden; border-radius: 50%; background: #e5eae1; }
.about-mark-inner span { position: relative; z-index: 1; color: #52715f; font-family: var(--serif); font-size: 88px; font-style: italic; }
.about-mark-inner i { position: absolute; top: 40%; left: -10%; width: 120%; height: 1px; background: #9db09c; transform: rotate(-38deg); }
.about-mark-inner i:nth-of-type(2) { top: 57%; transform: rotate(29deg); }
.about-mark-inner i:nth-of-type(3) { top: 70%; transform: rotate(-12deg); }
.about-mark > p { margin: 18px 0 0; color: #7d847c; font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.35; }
.about-copy .eyebrow { margin-bottom: 18px; }
.about-copy h2 { margin-bottom: 23px; font-size: clamp(40px, 4.4vw, 57px); }
.about-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 13px; color: #737a73; font-size: 12px; line-height: 1.95; }
.about-aside { position: relative; max-width: 220px; margin: 28px 0 0 auto; padding: 0 0 0 22px; border-left: 1px solid #d8d8cd; }
.aside-mark { color: var(--orange); font-family: var(--serif); font-size: 49px; line-height: .8; }
.about-aside p { margin: 10px 0 19px; color: #596c5e; font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.42; }
.aside-line { display: block; width: 27px; height: 1px; margin-bottom: 9px; background: var(--orange); }
.aside-caption { color: #90968e; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.contact { position: relative; overflow: hidden; color: white; background: #d47d54; }
.contact::before { position: absolute; top: -250px; right: 3%; width: 670px; height: 670px; border: 1px solid rgba(44,52,42,.13); border-radius: 50%; content: ''; }
.contact::after { position: absolute; top: -205px; right: 7%; width: 580px; height: 580px; border: 1px solid rgba(44,52,42,.11); border-radius: 50%; content: ''; }
.contact-inner { position: relative; z-index: 1; padding-top: 58px; padding-bottom: 30px; }
.contact-topline, .contact-bottom { display: flex; justify-content: space-between; align-items: center; }
.contact-topline .eyebrow { margin: 0; color: rgba(34,39,34,.68); }
.contact-number { color: rgba(34,39,34,.6); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.contact-content { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 69px 6% 88px; }
.contact h2 { margin-bottom: 21px; color: #202522; font-size: clamp(55px, 6.5vw, 82px); }
.contact h2 em { color: #fff5e9; }
.contact-content > div:first-child > p { max-width: 350px; margin: 0; color: rgba(32,37,34,.72); font-size: 12px; line-height: 1.9; }
.contact-form { width: min(100%, 510px); padding: 24px; background: rgba(248,246,237,.95); color: var(--ink); box-shadow: 0 18px 50px rgba(74,48,34,.1); }
.form-notice { margin: 0 0 17px; padding: 9px 11px; border-left: 2px solid var(--orange); background: #f4ebe3; color: #6c6157; font-size: 10px; line-height: 1.5; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { display: block; margin-bottom: 14px; color: #586257; font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 11px; border: 1px solid #d9d9cf; border-radius: 2px; outline: none; background: #fffefa; color: var(--ink); font: 12px var(--sans); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #547465; box-shadow: 0 0 0 2px rgba(84,116,101,.13); }
.contact-form textarea { resize: vertical; }
.contact-button { display: inline-flex; min-width: 165px; height: 48px; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 3px; background: var(--green-dark); color: white; font: 600 10px var(--sans); cursor: pointer; transition: transform .2s, background .2s; }
.contact-button:hover { background: #315646; transform: translateY(-2px); }
.contact-button span { color: #e6a17e; }
.contact-detail { min-height: 15px; margin: 9px 0 0; color: #5e6d5f; font-size: 10px; line-height: 1.5; }
.contact-bottom { padding-top: 16px; border-top: 1px solid rgba(40,46,38,.23); color: rgba(32,37,34,.66); font-size: 9px; letter-spacing: .05em; }
.contact-bottom a { color: var(--ink); font-weight: 700; }
.contact-bottom a span { margin-left: 8px; }
.site-footer { background: var(--paper); }
.footer-inner { display: flex; min-height: 98px; align-items: center; justify-content: space-between; }
.brand-footer .brand-mark { width: 33px; height: 33px; }
.brand-footer .brand-mark svg { width: 22px; height: 22px; }
.brand-footer .brand-name { font-size: 13px; }
.brand-footer .brand-name span { font-size: 8px; }
.footer-inner > p, .footer-top { margin: 0; color: #898f87; font-size: 9px; }
.footer-top { color: #57665a; font-weight: 600; }

@media (max-width: 1050px) {
  .page-wrap { width: min(100% - 64px, 1320px); }
  .hero { min-height: 600px; grid-template-columns: .93fr 1.07fr; }
  .hero-copy { padding-left: 2%; }
  .hero-visual { height: 450px; }
  .main-nav { gap: 25px; }
  .intro-band-inner { gap: 24px; }
  .service-area-inner { flex-wrap: wrap; justify-content: flex-start; padding-top: 19px; padding-bottom: 19px; }
  .service-area-inner > p:not(.eyebrow) { margin-left: auto; font-size: 15px; }
  .service-area-note { margin-left: auto; }
  .about { grid-template-columns: .65fr 1.35fr .7fr; gap: 5%; }
  .about-mark-inner { width: 165px; height: 165px; }
  .about-mark-inner span { font-size: 75px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .page-wrap { width: calc(100% - 40px); }
  .header-inner { height: 72px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-name { font-size: 14px; }
  .menu-toggle { display: flex; width: 43px; height: 43px; flex-direction: column; justify-content: center; gap: 6px; align-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 16px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 20px 21px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { align-self: flex-start; margin-top: 15px; }
  .hero { grid-template-columns: 1fr; gap: 28px; min-height: auto; padding-top: 55px; padding-bottom: 68px; }
  .hero-copy { padding: 0; }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  h1 { max-width: 460px; margin-bottom: 18px; font-size: clamp(55px, 12vw, 80px); }
  .hero-intro { max-width: 445px; font-size: 13px; }
  .hero-actions { margin-top: 25px; }
  .hero-note { display: none; }
  .hero-visual { height: min(77vw, 480px); min-height: 290px; margin-right: 10px; }
  .hero-visual > img { object-position: 57% 50%; }
  .hero-stamp { top: 16px; right: -13px; width: 78px; height: 78px; }
  .hero-stamp > span { font-size: 27px; }
  .image-caption { bottom: -20px; font-size: 8px; }
  .hero-index { bottom: 25px; font-size: 8px; }
  .intro-band { padding: 52px 0 56px; }
  .intro-band-inner { grid-template-columns: 1fr 1fr; gap: 18px; }
  .service-area-inner { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .service-area-inner > p:not(.eyebrow) { flex-wrap: wrap; gap: 10px; margin-left: 0; font-size: 16px; }
  .service-area-note { margin-left: 0; }
  .intro-band .eyebrow { grid-column: 1 / -1; }
  .intro-statement { font-size: clamp(30px, 7vw, 43px); }
  .intro-support { align-self: end; font-size: 11px; }
  .section-pad { padding-top: 78px; padding-bottom: 82px; }
  .section-heading { display: block; margin-bottom: 35px; }
  h2 { font-size: clamp(42px, 10vw, 58px); }
  .section-lede { max-width: 390px; margin: 21px 0 0; }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .card-art { height: 240px; }
  .service-card-copy { padding: 22px 23px 25px; }
  .service-card-copy p { min-height: auto; }
  .approach-inner { grid-template-columns: 1fr; gap: 45px; }
  .approach-heading { padding-left: 0; }
  .approach-heading > p:not(.eyebrow) { margin: 19px 0 24px; }
  .step { grid-template-columns: 34px 1fr 24px; gap: 12px; padding: 24px 0; }
  .step p { font-size: 10px; }
  .step h3 { font-size: 13px; }
  .approach-index { right: -8%; bottom: -5px; font-size: 49px; }
  .about { grid-template-columns: 1fr; gap: 34px; }
  .about-mark { justify-self: start; display: flex; align-items: center; gap: 15px; text-align: left; }
  .about-mark-inner { width: 85px; height: 85px; }
  .about-mark-inner span { font-size: 47px; }
  .about-mark > p { margin: 0; }
  .about-copy h2 { font-size: clamp(40px, 9vw, 54px); }
  .about-aside { max-width: 280px; margin: 0 0 0 auto; }
  .contact-inner { padding-top: 38px; padding-bottom: 23px; }
  .contact-number { font-size: 8px; }
  .contact-content { display: grid; gap: 25px; padding: 48px 0 62px; }
  .contact h2 { margin-bottom: 16px; font-size: clamp(53px, 12vw, 72px); }
  .contact-content > div:first-child > p { max-width: 390px; }
  .contact-form { padding: 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-detail { position: static; width: auto; text-align: left; }
  .contact-bottom { align-items: start; gap: 20px; font-size: 8px; }
  .site-footer .footer-inner { min-height: 120px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding-top: 18px; padding-bottom: 18px; }
  .footer-inner > p { grid-column: 1; }
  .footer-top { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
}

@media (max-width: 390px) {
  .page-wrap { width: calc(100% - 32px); }
  .hero-actions { gap: 17px; }
  .button { gap: 17px; padding: 0 15px; }
  .text-link { font-size: 10px; }
  .intro-band-inner { grid-template-columns: 1fr; }
  .intro-support { margin: 0; }
  .contact-number { letter-spacing: .08em; }
  .contact-bottom { flex-direction: column; }
}

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