@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: #f7f6f2; --white: #fff; --stone: #eae8e1; --ink: #252b28;
  --muted: #60665f; --line: #dcded5; --brass: #7d6336; --light-brass: #c8b284;
  --dark: #252e29; --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(--brass); outline-offset: 5px; }
::selection { color: var(--ink); background: #e5d7b9; }
[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(247,246,242,.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(--brass); }
.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: #424b40; }
.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(--brass); }
.eyebrow-line { width: 27px; height: 1px; background: var(--brass); }
.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(--brass); 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: #424b40; transform: translateY(-2px); box-shadow: 0 6px 15px #252b2812; }
.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(--brass); 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(--brass); 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(--brass); }
.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%; }
.image-corner { position: absolute; bottom: 22px; right: 22px; border: 1px solid #ffffffb3; padding: 13px 18px; color: #fff; background: #252b28e8; backdrop-filter: blur(6px); font-size: 24px; letter-spacing: -.03em; line-height: 1.15; border-radius: 3px; }
.image-corner > span { font-size: 9px; letter-spacing: .035em; }
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; }
.hero-baseline { margin-top: 42px; padding-block: 23px; border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; font-size: 11px; }
.hero-baseline > span { color: var(--muted); }
.hero-baseline > a { text-decoration: none; font-weight: 600; }
.hero-baseline a span { margin-inline: 15px; color: #a1a697; font-weight: 400; }
.section { padding: 86px 0; }
h2 { font-size: clamp(28px, 2.65vw, 37px); font-weight: 400; line-height: 1.22; letter-spacing: -.037em; }
.section-heading { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; gap: 50px; margin-bottom: 44px; }
.section-heading > .eyebrow { padding-top: 8px; }
.section-heading > div > p { max-width: 530px; margin-top: 19px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: .85fr 1.2fr; gap: 72px; align-items: start; }
.service-visual { min-width: 0; padding-top: 4px; }
.service-visual > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }
.visual-note { display: flex; align-items: flex-start; gap: 20px; margin-top: 33px; }
.note-line { display: block; width: 45px; height: 1px; background: var(--brass); margin-top: 15px; }
.visual-note p { font-size: 24px; line-height: 1.3; letter-spacing: -.03em; }
.service-list { border-top: 1px solid var(--line); }
.service-detail { border-bottom: 1px solid var(--line); }
.service-detail summary { display: grid; grid-template-columns: 26px 1fr 28px; gap: 15px; align-items: center; list-style: none; padding: 24px 0; }
.service-detail summary::-webkit-details-marker { display: none; }
.service-number { font-size: 10px; color: var(--brass); align-self: start; margin-top: 5px; }
.service-detail summary strong { font-size: 22px; line-height: 1.3; font-weight: 400; letter-spacing: -.03em; }
.service-detail summary small { display: block; margin-top: 7px; font-size: 11px; color: var(--muted); line-height: 1.5; }
.plus { position: relative; width: 28px; height: 28px; border: 1px solid #bec3b9; border-radius: 50%; transition: background-color .2s, transform .25s; }
.plus::before, .plus::after { content: ""; position: absolute; left: 8px; top: 12px; width: 10px; height: 1px; background: var(--ink); }
.plus::after { transform: rotate(90deg); transition: transform .25s; }
.service-detail[open] .plus { background: var(--dark); border-color: var(--dark); }
.service-detail[open] .plus::before, .service-detail[open] .plus::after { background: #fff; }
.service-detail[open] .plus::after { transform: rotate(0); }
.service-detail summary:hover strong { color: var(--brass); }
.service-body { padding: 0 44px 25px 41px; }
.service-body > p { font-size: 14px; line-height: 1.85; color: var(--muted); }
.service-body > a { margin-top: 13px; font-size: 11px; }
.audiences { position: relative; color: #f3f3ec; background: var(--dark); }
.audience-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 100px; align-items: end; }
.audiences .eyebrow { color: var(--light-brass); margin-bottom: 25px; }
.audience-heading > p { max-width: 340px; font-size: 13px; line-height: 1.9; color: #c4ccc2; }
.audience-heading h2 { font-size: clamp(28px, 2.65vw, 37px); }
.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 #ffffff26; }
.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-brass); }
.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: #c4ccc2; }
.audience-bottom { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-top: 37px; padding-top: 23px; border-top: 1px solid #ffffff26; font-size: 11px; color: #c4ccc2; }
.audience-bottom a { color: #f4e4c5; }
.audience-bottom a:hover { color: #fff; }
.process { background: #fff; }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin: 0; padding: 0; list-style: none; }
.process-list > li { border-top: 1px solid var(--line); padding-top: 24px; }
.step-number { display: block; margin-bottom: 28px; color: var(--brass); font-size: 29px; font-weight: 400; letter-spacing: -.06em; }
.process-list h3 { font-size: 17px; font-weight: 600; line-height: 1.5; letter-spacing: -.025em; }
.process-list p { margin-top: 12px; font-size: 13px; line-height: 1.9; color: var(--muted); max-width: 320px; }
.contact { background: #eae8e1; border-block: 1px solid #e0dfd7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 80px; align-items: start; }
.contact-copy { padding-top: 9px; }
.contact-copy > .eyebrow { margin-bottom: 25px; }
.contact-copy h2 { font-size: clamp(28px,2.85vw,39px); }
.contact-copy > p:not(.eyebrow):not(.portrait-note) { max-width: 420px; margin-top: 22px; font-size: 14px; line-height: 1.85; color: var(--muted); }
.person-card { display: grid; grid-template-columns: 130px 1fr; gap: 22px; align-items: center; margin-top: 35px; padding-top: 27px; border-top: 1px solid #cbcec2; }
.person-card > img { width: 130px; height: 174px; object-fit: cover; object-position: center 28%; border-radius: 5px; }
.person-info { min-width: 0; }
.person-info > span { color: var(--muted); font-size: 11px; letter-spacing: .035em; }
.person-info h3 { margin-top: 5px; font-size: 21px; letter-spacing: -.03em; line-height: 1.3; }
.person-info p { margin-top: 5px; margin-bottom: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.person-info > a { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 37px; font-size: 13px; text-decoration: none; }
.person-info > a:hover { color: var(--brass); }
.person-info > a > span { font-size: 17px; }
.portrait-note { margin-top: 8px; font-size: 8px; color: #61675f; }
.location-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 30px; padding-top: 24px; border-top: 1px solid #cbcec2; }
.location-note svg { color: var(--brass); flex-shrink: 0; }
.location-note p { display: grid; gap: 6px; font-size: 10px; line-height: 1.6; }
.location-note p > span { color: var(--muted); }
.request-form { padding: 31px; border: 1px solid #ffffff; border-radius: 9px; background: #f9f9f5; 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 #d3d6cc; 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: #939e8c; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brass); }
.field textarea { resize: vertical; min-height: 87px; line-height: 1.6; }
.field textarea::placeholder { color: #747b70; }
.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 #d3d6cc; 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: #939e8c; }
.choice-grid input:checked + span { background: var(--dark); color: #fff; border-color: var(--dark); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--brass); 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: #f7f6f2; }
.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: #ece6d7; border-left: 2px solid var(--brass); }
@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(2), .process-list > li.is-visible:nth-child(2) { animation-delay: .06s; }
  .audience-item.is-visible:nth-child(3), .process-list > li.is-visible:nth-child(3) { animation-delay: .12s; }
  .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; }
  .hero-baseline a span { margin-inline: 8px; }
  .services-grid { gap: 42px; }
  .contact-grid { gap: 45px; }
  .person-card { gap: 16px; grid-template-columns: 115px 1fr; }
  .person-card > img { width: 115px; height: 161px; }
  .audience-heading { gap: 50px; }
  .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; }
  .image-corner { right: 15px; bottom: 15px; padding: 10px 13px; }
  figcaption { font-size: 8px; }
  .review-link { margin-top: 22px; gap: 10px; }
  .review-stars { font-size: 12px; }
  .hero-baseline { font-size: 9px; }
  .section { padding-block: 66px; }
  .section-heading { grid-template-columns: .55fr 1.45fr; gap: 30px; }
  .services-grid { gap: 35px; grid-template-columns: .8fr 1.2fr; }
  .service-detail summary { gap: 10px; grid-template-columns: 18px 1fr 26px; }
  .service-detail summary strong { font-size: 18px; }
  .service-body { padding-left: 28px; padding-right: 15px; }
  .visual-note p { font-size: 21px; }
  .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; }
  .audience-heading { grid-template-columns: 1.25fr .75fr; gap: 28px; }
  .audience-heading > p { font-size: 11px; }
  .process-list { gap: 28px; }
  .process-list h3 { font-size: 15px; }
  .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 30px; }
  .request-form { padding: 23px; }
  .form-heading { display: grid; gap: 2px; }
  .person-card { grid-template-columns: 95px 1fr; gap: 13px; }
  .person-card > img { width: 95px; height: 137px; }
  .person-info h3 { font-size: 18px; }
  .person-info > a { font-size: 9px; }
  .person-info > span, .person-info p { font-size: 8px; }
  .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%; }
  .image-corner { padding: 10px 14px; font-size: 22px; }
  .image-corner > span { font-size: 8px; }
  figcaption { font-size: 8px; }
  .hero-baseline { margin-top: 26px; padding-block: 18px; flex-direction: column; gap: 6px; font-size: 9px; }
  .hero-baseline a span { margin-inline: 11px; }
  .section { padding-block: 55px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 31px; }
  .section-heading > .eyebrow { padding-top: 0; }
  h2, .audience-heading h2 { font-size: clamp(26px,6.8vw,34px); }
  .section-heading > div > p { margin-top: 18px; font-size: 13px; }
  .services-grid { grid-template-columns: 1fr; gap: 31px; }
  .service-visual { max-width: 520px; }
  .visual-note { display: none; }
  .service-detail summary { padding: 21px 0; grid-template-columns: 22px 1fr 28px; gap: 11px; }
  .service-detail summary strong { font-size: 21px; }
  .service-detail summary small { font-size: 10px; }
  .service-body { padding: 0 25px 24px 33px; }
  .service-body > p { font-size: 14px; }
  .audience-heading { grid-template-columns: 1fr; gap: 22px; }
  .audiences .eyebrow { margin-bottom: 20px; }
  .audience-heading > p { max-width: 440px; font-size: 12px; }
  .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; }
  .audience-bottom { flex-direction: column; align-items: start; gap: 12px; margin-top: 29px; padding-top: 22px; font-size: 10px; }
  .process-list { grid-template-columns: 1fr; gap: 22px; }
  .process-list > li { display: grid; grid-template-columns: 37px 1fr; gap: 5px 20px; padding-top: 22px; }
  .step-number { grid-row: span 2; margin: 0; font-size: 26px; line-height: 1.35; }
  .process-list h3 { font-size: 15px; }
  .process-list p { margin-top: 5px; max-width: none; font-size: 12px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-copy { padding-top: 0; }
  .contact-copy > .eyebrow { margin-bottom: 20px; }
  .contact-copy h2 { font-size: clamp(28px,7.4vw,37px); }
  .contact-copy > p:not(.eyebrow):not(.portrait-note) { margin-top: 19px; font-size: 13px; }
  .person-card { max-width: 470px; grid-template-columns: 112px 1fr; gap: 22px; margin-top: 25px; padding-top: 23px; }
  .person-card > img { width: 112px; height: 152px; }
  .person-info h3 { font-size: 21px; }
  .person-info > span { font-size: 10px; }
  .person-info p { font-size: 10px; }
  .person-info > a { min-height: 37px; font-size: 11px; }
  .location-note { margin-top: 23px; padding-top: 20px; }
  .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; }
  .person-card { grid-template-columns: 94px 1fr; gap: 16px; }
  .person-card > img { width: 94px; height: 138px; }
  .person-info h3 { font-size: 20px; }
  .person-info > a { font-size: 9px; }
  .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; }
}
