@font-face { font-family: Manrope; src: url("assets/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
:root {
  --paper: #ffffff; --white: #fff; --stone: #f3f6f8; --ink: #202d38;
  --muted: #5b6872; --line: #dce3e8; --accent: #315a79; --light-accent: #54758f;
  --dark: #263f52; --radius: 7px; --ease: cubic-bezier(.2,.7,.2,1);
  font-family: Manrope, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper);
  font-synthesis: none; color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, summary, label { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-underline-offset: 4px; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
strong, b { font-weight: 600; }
h1, h2, h3 { margin: 0; font-weight: 600; }
h1, h2 { text-wrap: balance; }
svg { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { color: var(--ink); background: #dce9f3; }
[hidden] { display: none !important; }
.shell { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 20px; top: -100px; padding: 12px 20px; background: white; color: var(--ink); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(37,43,40,.11); }
.header-inner, .site-header__inner { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; gap: 13px; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand img { width: 62px; height: 46px; object-fit: contain; }
.brand-text, .brand__text { display: grid; gap: 6px; }
.brand-text strong, .brand__text strong { font-size: 23px; line-height: 1; text-transform: uppercase; letter-spacing: .16em; }
.brand-text > span, .brand__text > span { font-size: 8px; line-height: 1; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.main-nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { display: inline-flex; gap: 25px; align-items: center; padding: 12px 20px; min-height: 47px; color: #fff; background: var(--dark); border-radius: 4px; }
.nav-cta:hover { background: #1d3446; }
.nav-cta > span { font-size: 20px; line-height: 1; }
.menu-button { display: none; }
.eyebrow { display: flex; align-items: center; gap: 13px; font-size: 10px; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .16em; color: var(--accent); }
.eyebrow-line { width: 27px; height: 1px; background: var(--accent); }
.hero { position: relative; padding-top: 55px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 55px; align-items: center; }
.hero-copy { padding-bottom: 10px; min-width: 0; }
.hero h1 { margin-top: 25px; font-size: clamp(43px, 4.35vw, 61px); font-weight: 400; letter-spacing: -.052em; line-height: 1.12; }
.hero h1 > span { display: inline-block; margin-top: 4px; color: var(--accent); font-size: .77em; letter-spacing: -.045em; }
.hero-lead { max-width: 480px; margin-top: 25px; font-size: 16px; line-height: 1.8; color: var(--muted); }
.hero-lead strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 35px; min-height: 52px; padding: 14px 23px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 600; text-decoration: none; line-height: 1.35; transition: background-color .22s, transform .22s var(--ease), box-shadow .22s; }
.button-primary, .button--primary { color: #fff; background: var(--dark); }
.button-primary:hover, .button--primary:hover { background: #1d3446; transform: translateY(-2px); box-shadow: 0 6px 15px #202d3812; }
.button > span { font-size: 20px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 42px; font-size: 12px; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; transition: color .2s, gap .2s; }
.text-link:hover { color: var(--accent); gap: 21px; }
.text-link > span { font-size: 18px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 19px; font-size: 11px; color: var(--muted); }
.check { color: var(--accent); font-size: 15px; }
.review-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--line); text-decoration: none; }
.review-stars { font-size: 14px; letter-spacing: 2px; color: var(--accent); }
.review-link strong { display: block; font-size: 11px; line-height: 1.5; }
.review-link small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.review-arrow { margin-left: 10px; color: var(--muted); font-size: 20px; transition: transform .2s; }
.review-link:hover .review-arrow { transform: translate(2px,-2px); }
.hero-visual { position: relative; min-width: 0; }
.hero-image-frame { position: relative; aspect-ratio: 1.08; overflow: hidden; border-radius: var(--radius); background: var(--stone); }
.hero-image-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
figcaption { display: flex; justify-content: space-between; gap: 8px; margin-top: 10px; font-size: 9px; line-height: 1.5; color: var(--muted); }
figcaption > a { white-space: nowrap; }
.section { padding: 86px 0; }
h2 { font-size: clamp(28px, 2.65vw, 37px); font-weight: 400; line-height: 1.22; letter-spacing: -.037em; }
.services { background: var(--paper); }
.audiences { position: relative; color: #202d38; background: var(--dark); }
.audiences .eyebrow { color: var(--light-accent); margin-bottom: 25px; }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 48px; }
.audience-item { min-width: 0; padding: 2px 28px 7px; border-left: 1px solid #dce3e8; }
.audience-item:first-child { padding-left: 0; border-left: 0; }
.audience-item:last-child { padding-right: 0; }
.audience-item > svg { width: 34px; height: 34px; color: var(--light-accent); }
.audience-item h3 { margin-top: 23px; font-size: 15px; line-height: 1.4; font-weight: 600; }
.audience-item p { margin-top: 12px; font-size: 13px; line-height: 1.85; color: #5b6872; }
.process { background: #fff; }
.contact { background: #f3f6f8; border-block: 1px solid #dce3e8; }
.contact-copy { padding-top: 9px; }
.contact-copy > .eyebrow { margin-bottom: 25px; }
.contact-copy h2 { font-size: clamp(28px,2.85vw,39px); }
.request-form { padding: 31px; border: 1px solid #ffffff; border-radius: 9px; background: #ffffff; box-shadow: 0 12px 32px #343e2e04; display: grid; gap: 20px; }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding-bottom: 5px; }
.form-heading h3 { font-size: 19px; letter-spacing: -.025em; }
.form-heading > span { font-size: 8px; color: var(--muted); }
.field { display: grid; gap: 7px; min-width: 0; align-content: start; }
.field label, .choice-field legend { font-size: 12px; font-weight: 600; }
.optional { font-size: 10px; color: var(--muted); font-weight: 400; margin-left: 3px; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #ced9e1; border-radius: 3px; background: #fff; color: var(--ink); font-size: 14px; transition: border-color .2s; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #7893a8; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea { resize: vertical; min-height: 87px; line-height: 1.6; }
.field textarea::placeholder { color: #667581; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.choice-field { border: 0; padding: 0; margin: 0; min-width: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 9px; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.choice-grid span { display: grid; place-items: center; min-height: 44px; padding: 7px 5px; border: 1px solid #ced9e1; border-radius: 3px; background: #fff; font-size: 12px; line-height: 1.5; transition: background-color .2s, border-color .2s; }
.choice-grid label:hover span { border-color: #7893a8; }
.choice-grid input:checked + span { background: var(--dark); color: #fff; border-color: var(--dark); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }
.button-submit { width: 100%; min-height: 50px; justify-content: space-between; margin-top: 1px; }
.form-note { color: var(--muted); font-size: 11px; line-height: 1.7; margin-top: -8px; }
.field-error { color: #9c332c; font-size: 10px; line-height: 1.5; }
.field-error:empty, .form-status:empty { display: none; }
.choice-field > .field-error { display: block; margin-top: 5px; }
[aria-invalid="true"]:not(fieldset) { border-color: #9c332c; }
.choice-field[aria-invalid="true"] .choice-grid span { border-color: #9c332c; }
.form-status { font-size: 11px; color: #9c332c; }
.site-footer { padding: 48px 0 23px; background: #ffffff; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 50px; align-items: start; }
.footer-main > div > p { margin-top: 18px; color: var(--muted); font-size: 10px; }
.footer-contact, .footer-main nav { display: grid; gap: 7px; font-size: 11px; padding-top: 7px; }
.footer-main nav { justify-content: end; }
.footer-main a:not(.brand) { text-decoration: none; }
.footer-main a:not(.brand):hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); }
.image-disclosure { max-width: 500px; }
.image-disclosure summary { text-align: right; }
.image-disclosure > p { margin-top: 13px; }
.image-disclosure:target { scroll-margin-top: 120px; }
.legal-main { min-height: 75vh; padding: 65px 0 90px; }
.legal-main article { max-width: 800px; }
.legal-main h1 { margin: 16px 0 30px; font-size: 48px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2; }
.legal-main h2 { margin: 35px 0 18px; font-size: 24px; }
.legal-main p { margin: 15px 0; }
.legal-notice { padding: 18px; background: #eff3f6; border-left: 2px solid var(--accent); }
@keyframes enter { from { opacity: .15; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-enter { from { transform: translateY(10px); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: hero-enter .75s var(--ease) both; }
  .hero-visual { animation: hero-enter .9s var(--ease) both; }
  .reveal.is-visible { animation: enter .65s var(--ease) both; }
  .audience-item.is-visible:nth-child(4) { animation-delay: .18s; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .main-nav { gap: 23px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: 46px; }
  .hero h1 > span { font-size: .8em; }
  .hero-actions { gap: 19px; }
  .audience-item { padding-inline: 19px; }
}
@media (max-width: 850px) {
  .shell { width: calc(100% - 48px); }
  .header-inner, .site-header__inner { min-height: 77px; }
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: 11px; }
  .nav-cta { padding-inline: 13px; gap: 14px; }
  .brand img { width: 48px; height: 38px; }
  .brand-text strong, .brand__text strong { font-size: 20px; }
  .hero { padding-top: 40px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 28px; }
  .hero h1 { font-size: 37px; }
  .hero h1 > span { font-size: .78em; }
  .hero-lead { font-size: 13px; }
  .hero-actions { gap: 13px; }
  .hero-actions .button { padding-inline: 17px; gap: 18px; font-size: 11px; }
  .hero-actions .text-link { font-size: 10px; gap: 9px; }
  .hero-note { font-size: 9px; }
  .hero-image-frame { aspect-ratio: .76; }
  .hero-image-frame > img { object-position: 48% center; }
  figcaption { font-size: 8px; }
  .review-link { margin-top: 22px; gap: 10px; }
  .review-stars { font-size: 12px; }
  .section { padding-block: 66px; }
  .audience-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .audience-item { padding-inline: 25px; }
  .audience-item:nth-child(3) { border: 0; padding-left: 0; }
  .audience-item:nth-child(2) { padding-right: 0; }
  .request-form { padding: 23px; }
  .form-heading { display: grid; gap: 2px; }
  .form-row { gap: 10px; }
  .choice-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 92px; }
  .shell { width: calc(100% - 40px); }
  .header-inner, .site-header__inner { min-height: 72px; }
  .brand { gap: 10px; }
  .brand img { width: 49px; height: 38px; }
  .brand-text strong, .brand__text strong { font-size: 20px; }
  .brand-text > span, .brand__text > span { font-size: 7px; }
  .menu-button { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; padding: 8px 0 8px 12px; border: 0; background: none; color: var(--ink); font-size: 12px; }
  .menu-lines { display: block; position: relative; width: 22px; height: 14px; border-block: 1px solid var(--ink); }
  .menu-lines::after { content: ""; position: absolute; top: 5px; left: 0; width: 16px; border-top: 1px solid var(--ink); transition: width .2s; }
  .menu-button[aria-expanded="true"] .menu-lines::after { width: 22px; }
  .main-nav { display: grid; position: absolute; top: 100%; left: 0; right: 0; padding: 10px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 22px #2028230c; gap: 0; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; font-size: 14px; padding-inline: 8px; }
  .main-nav .nav-cta { justify-content: space-between; padding-inline: 18px; margin-top: 8px; }
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  .hero h1 { margin-top: 20px; font-size: clamp(34px,10vw,54px); letter-spacing: -.047em; }
  .hero h1 > span { font-size: .8em; margin-top: 6px; }
  .hero-lead { max-width: 510px; margin-top: 20px; font-size: 14px; line-height: 1.85; }
  .hero-actions { gap: 20px; margin-top: 24px; }
  .hero-actions .button { font-size: 12px; min-height: 50px; padding-inline: 18px; gap: 23px; }
  .hero-actions .text-link { font-size: 10px; min-height: 42px; gap: 10px; }
  .hero-note { font-size: 10px; margin-top: 14px; }
  .review-link { padding-top: 17px; margin-top: 20px; gap: 13px; }
  .review-stars { font-size: 12px; }
  .review-link strong { font-size: 10px; }
  .review-link small { font-size: 8px; }
  .hero-image-frame { aspect-ratio: 1.1; }
  .hero-image-frame > img { object-position: center 40%; }
  figcaption { font-size: 8px; }
  .section { padding-block: 55px; }
  .audiences .eyebrow { margin-bottom: 20px; }
  .audience-grid { margin-top: 32px; gap: 30px 0; }
  .audience-item { padding-inline: 19px; }
  .audience-item svg { width: 30px; height: 30px; }
  .audience-item h3 { margin-top: 17px; font-size: 13px; }
  .audience-item p { font-size: 12px; line-height: 1.85; }
  .contact-copy { padding-top: 0; }
  .contact-copy > .eyebrow { margin-bottom: 20px; }
  .contact-copy h2 { font-size: clamp(28px,7.4vw,37px); }
  .request-form { padding: 23px 20px; gap: 19px; }
  .form-heading { display: flex; }
  .form-heading h3 { font-size: 18px; }
  .form-heading > span { font-size: 8px; }
  .field label, .choice-field legend { font-size: 12px; }
  .field input, .field textarea, .field select { font-size: 16px; min-height: 48px; padding-inline: 10px; }
  .field select { font-size: 13px; }
  .field textarea::placeholder { font-size: 12px; }
  .choice-grid { grid-template-columns: repeat(2,1fr); }
  .choice-grid span { min-height: 44px; font-size: 11px; }
  .form-row { gap: 13px; }
  .button-submit { font-size: 12px; }
  .form-note { font-size: 10px; }
  .footer-main { grid-template-columns: 1.2fr .8fr; gap: 24px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main nav { justify-content: start; }
  .footer-contact, .footer-main nav { font-size: 10px; }
  .footer-bottom { flex-direction: column; gap: 12px; margin-top: 27px; }
  .image-disclosure summary { text-align: left; }
}
@media (max-width: 380px) {
  .hero-actions { gap: 16px; }
  .hero-actions .button { padding-inline: 15px; gap: 13px; font-size: 11px; }
  .hero-actions .text-link { font-size: 9px; gap: 8px; }
  .hero-note { font-size: 8px; }
  .form-row { grid-template-columns: 1fr; }
  .form-heading { display: grid; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
/* Revision 4: one visual system and openly visible service photography. */
.hero { padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.hero-image-frame { border-radius: 6px; }
.section { padding-block: 68px; }
.section-heading { display: block; margin-bottom: 32px; max-width: 800px; }
.section-heading > .eyebrow { margin-bottom: 17px; }
.section-heading > p:not(.eyebrow) { max-width: 710px; margin-top: 17px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-tiles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; }
.service-tile { min-width: 0; display: flex; flex-direction: column; align-items: start; }
.service-tile-image { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 5px; background: var(--stone); }
.service-tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .24s var(--ease); }
.service-tile:last-child .service-tile-image img { object-position: 72% center; }
.service-tile h3 { margin-top: 20px; font-size: 20px; letter-spacing: -.035em; line-height: 1.4; font-weight: 600; }
.service-tile > p { margin-top: 10px; padding-bottom: 19px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.service-tile > a { margin-top: auto; font-size: 12px; border-color: var(--line); width: 100%; justify-content: space-between; padding-bottom: 9px; color: var(--accent); }
.service-tile > a > span { transition: transform .2s var(--ease); }
.service-tile:hover .service-tile-image img, .service-tile:focus-within .service-tile-image img { transform: scale(1.025); }
.service-tile:hover > a, .service-tile:focus-within > a { border-color: var(--accent); }
.service-tile:hover > a > span, .service-tile:focus-within > a > span { transform: translate(3px,-3px); }
.service-image-note { margin-top: 22px; font-size: 10px; color: var(--muted); }
.audiences { background: #f3f6f8; color: var(--ink); border-block: 1px solid var(--line); padding-block: 51px; }
.audiences .eyebrow { margin-bottom: 17px; color: var(--accent); }
.audiences .section-heading { margin-bottom: 28px; }
.audiences h2 { font-size: 31px; }
.audience-grid { margin-top: 0; }
.audience-item { padding-block: 0; border-color: var(--line); }
.audience-item h3 { margin-top: 0; font-size: 15px; color: var(--ink); }
.audience-item p { font-size: 13px; color: var(--muted); }
.owner-layout { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 48px; align-items: center; max-width: 900px; margin-inline: auto; }
.owner-portrait img { width: 180px; height: 230px; object-fit: cover; object-position: center 25%; border-radius: 5px; }
.owner-portrait figcaption { font-size: 9px; }
.owner-copy .eyebrow { margin-bottom: 14px; }
.owner-copy h2 { font-size: 34px; }
.owner-role { margin-top: 11px; font-size: 15px; font-weight: 600; line-height: 1.7; }
.owner-copy > p:not(.eyebrow):not(.owner-role) { margin-top: 10px; font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 650px; }
.owner-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 30px; margin-top: 15px; }
.owner-links > a { display: inline-flex; align-items: center; gap: 15px; min-height: 42px; font-size: 13px; font-weight: 600; text-decoration: none; color: var(--accent); border-bottom: 1px solid var(--line); }
.owner-links a > span { transition: transform .2s; }
.owner-links a:hover > span { transform: translate(3px,-3px); }
.owner-links a:hover { border-color: var(--accent); }
.compact-process { padding-top: 33px; margin-top: 36px; border-top: 1px solid var(--line); }
.compact-process > h3 { font-size: 17px; font-weight: 600; }
.process-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; list-style: none; margin: 19px 0 0; padding: 0; }
.process-list > li { position: relative; padding-left: 21px; border-left: 2px solid #bdccd7; }
.process-list h4 { margin: 0; font-size: 14px; font-weight: 600; }
.process-list p { margin-top: 6px; font-size: 13px; line-height: 1.7; color: var(--muted); }
.contact { background: #f3f6f8; }
.contact-shell { max-width: 850px; }
.contact-copy { padding: 0; }
.contact-copy > .eyebrow { margin-bottom: 17px; }
.contact-copy > p:not(.eyebrow) { max-width: 640px; margin: 17px 0 28px; font-size: 14px; color: var(--muted); }
.contact-copy h2 { font-size: 34px; }
.request-form { box-shadow: none; border: 1px solid var(--line); padding: 30px; gap: 18px; }
.request-form > .field:first-of-type { max-width: 100%; }
.choice-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
.form-heading { display: none; }
.form-row { gap: 22px; }
.button-submit { max-width: 340px; }
.form-note { margin-top: -3px; max-width: 680px; }
.site-footer { padding-top: 38px; }
:focus-visible { outline-color: var(--accent); }
@media (max-width: 1199px) {
  .service-tiles { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .service-tile h3 { font-size: 22px; }
}
@media (max-width: 850px) {
  .owner-layout { gap: 32px; }
  .owner-copy h2 { font-size: 30px; }
  .owner-role { font-size: 14px; }
  .owner-links { gap: 10px 22px; }
  .choice-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .hero { padding-bottom: 32px; }
  .section { padding-block: 48px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2, .audiences h2, .contact-copy h2 { font-size: 28px; }
  .section-heading > .eyebrow { margin-bottom: 14px; }
  .audiences .eyebrow { margin-bottom: 14px; }
  .audience-item h3 { margin-top: 0; font-size: 14px; }
  .audience-item p { font-size: 13px; }
  .contact-copy > p:not(.eyebrow) { margin-bottom: 24px; }
  .request-form { padding: 23px 20px; }
}
@media (max-width: 600px) {
  .service-tiles { grid-template-columns: 1fr; gap: 31px; }
  .service-tile h3 { margin-top: 16px; font-size: 22px; }
  .service-tile > p { padding-bottom: 12px; }
  .service-tile > a { font-size: 13px; }
  .owner-layout { grid-template-columns: 144px minmax(0,1fr); gap: 24px; align-items: start; }
  .owner-portrait img { width: 144px; height: 184px; }
  .owner-copy { display: contents; }
  .owner-copy .eyebrow { grid-column: 2; grid-row: 1; padding-top: 5px; max-width: 190px; }
  .owner-copy h2 { grid-column: 2; grid-row: 1; margin-top: 63px; font-size: 29px; }
  .owner-role { grid-column: 1 / -1; margin-top: 0; font-size: 15px; }
  .owner-copy > p:not(.eyebrow):not(.owner-role) { grid-column: 1 / -1; margin-top: -12px; }
  .owner-links { grid-column: 1 / -1; margin-top: -10px; gap: 8px 24px; }
  .owner-links > a { font-size: 12px; }
  .compact-process { margin-top: 28px; padding-top: 26px; }
  .process-list { grid-template-columns: 1fr; gap: 21px; }
  .process-list h4 { font-size: 15px; }
  .process-list p { font-size: 13px; }
}
@media (max-width: 380px) {
  .owner-layout { grid-template-columns: 115px minmax(0,1fr); gap: 20px; }
  .owner-portrait img { width: 115px; height: 155px; }
  .owner-copy h2 { font-size: 27px; margin-top: 61px; }
  .choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .service-tile:hover .service-tile-image img, .service-tile:focus-within .service-tile-image img,
  .service-tile:hover > a > span, .service-tile:focus-within > a > span,
  .owner-links a:hover > span { transform: none; }
}
