* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body-font); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: .25em; }
svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; fill: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading-font); font-weight: var(--heading-weight); letter-spacing: var(--heading-spacing); text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 5.2vw, 4.6rem); line-height: 1.09; }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.25rem); line-height: 1.18; }
h3 { font-size: clamp(1.65rem, 2.4vw, 2.15rem); line-height: 1.25; }
h1 em, h2 em { color: var(--brand); font-style: normal; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
::selection { color: var(--on-accent); background: var(--accent); }
.wrap { width: min(100% - 5rem, 1180px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .5rem; left: 1rem; z-index: 100; padding: .6rem 1rem; color: var(--on-brand); background: var(--brand); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.3rem; color: var(--brand); font-size: .68rem; font-weight: 700; letter-spacing: .115em; line-height: 1.6; text-transform: uppercase; }
.eyebrow-line { width: 1.8rem; height: 1px; flex-shrink: 0; background: currentColor; }
.preview-bar { color: var(--contrast-ink); background: var(--contrast); font-size: .69rem; letter-spacing: .035em; }
.preview-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 2.4rem; }
.preview-inner > span { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.preview-dot { width: .32rem; height: .32rem; border-radius: 50%; background: var(--accent); }
.preview-domain { color: var(--contrast-muted); }
.preview-theme { display: inline-flex; align-items: center; gap: .6rem; padding: .4rem 0; border: 0; color: inherit; background: transparent; font-size: inherit; }
.preview-theme svg { width: .9rem; height: .9rem; }
.preview-theme:focus-visible { outline-color: var(--accent); }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; min-height: 6.3rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.brand img { flex: 0 0 auto; width: 2.75rem; height: 3.44rem; }
.wordmark { font-family: var(--heading-font); font-size: 1.8rem; line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.wordmark small { display: block; margin-top: .5rem; font-family: var(--body-font); font-size: .5rem; letter-spacing: .31em; line-height: 1; font-weight: 600; }
.site-navigation { display: flex; align-items: center; gap: 2rem; font-size: .8rem; font-weight: 500; }
.site-navigation > a:not(.button) { padding-block: .7rem; text-decoration: none; }
.site-navigation > a:not(.button):hover { color: var(--brand); text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 2.9rem; max-width: 100%; padding: .72rem 1.25rem; font-size: .8rem; line-height: 1.4; font-weight: 600; border: 1px solid transparent; border-radius: .35rem; text-decoration: none; text-align: center; transition: background-color .15s, border-color .15s; }
.button svg { width: 1.1rem; height: 1.1rem; }
.button-primary { color: var(--on-brand); background: var(--brand); border-color: var(--brand); }
.button-primary:hover { background: var(--brand-hover); border-color: var(--brand-hover); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--brand-soft); border-color: var(--brand); }
.portal-link { min-height: 2.55rem; padding: .6rem .9rem; font-size: .73rem; gap: .65rem; }
.nav-toggle { display: none; }
.hero { padding-top: clamp(3.25rem, 6vw, 5.5rem); }
.hero-grid { display: grid; grid-template-columns: 1.13fr 1fr; gap: 4.25rem; align-items: center; }
.hero-copy { min-width: 0; padding-block: 1.2rem; }
.hero .eyebrow { margin-bottom: 1.7rem; max-width: 33rem; }
.hero-lead { max-width: 31rem; margin-top: 1.75rem; color: var(--muted); font-size: 1.025rem; line-height: 1.85; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--brand); font-size: .8rem; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link svg { width: 1rem; height: 1rem; }
.hero-footnote { display: flex; align-items: center; gap: .6rem; margin-top: 2.3rem; color: var(--muted); font-size: .71rem; }
.tiny-mark { color: var(--brand); font-size: 1.3rem; }
.hero-visual { min-width: 0; }
.portrait-stage { position: relative; display: flex; align-items: end; justify-content: center; isolation: isolate; aspect-ratio: 1.09; background: var(--hero-field); border-radius: 46% 46% .5rem .5rem; overflow: hidden; }
.portrait-orbit { position: absolute; width: 91%; aspect-ratio: 1; top: 9%; left: 4.5%; border: 1px solid var(--surface); opacity: .5; border-radius: 50%; z-index: -1; }
.portrait-label { position: absolute; top: 13%; left: 22%; right: 10%; z-index: 2; color: var(--ink); font-size: .64rem; letter-spacing: .05em; line-height: 1.7; }
[data-theme="midnatt"] .portrait-label { color: #ffffff; }
.hero-portrait { position: relative; width: 97%; height: auto; z-index: 1; }
.portrait-flower { position: absolute; right: -2%; top: 13%; width: 35%; height: auto; opacity: .14; transform: rotate(17deg); z-index: -1; }
.portrait-caption { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1.05rem .1rem; border-bottom: 1px solid var(--line); }
.portrait-caption strong { display: block; font-size: .75rem; font-weight: 600; }
.portrait-caption span { display: block; margin-top: .13rem; color: var(--muted); font-size: .65rem; }
.hero-bottom { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding-block: 1.4rem; margin-top: 3.6rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-bottom p { color: var(--muted); font-size: .72rem; line-height: 1.6; }
.hero-bottom strong { color: var(--ink); font-weight: 500; }
.scroll-link { display: flex; align-items: center; gap: 1.4rem; color: var(--muted); font-size: .72rem; text-decoration: none; }
.scroll-link svg { width: 2.2rem; height: 2.2rem; padding: .5rem; color: var(--brand); border: 1px solid var(--line); border-radius: 50%; }
.section { padding-block: 6rem; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; margin-bottom: 2.6rem; }
.section-heading > p { max-width: 27rem; color: var(--muted); font-size: .95rem; line-height: 1.9; padding-bottom: .25rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.service-card { display: flex; flex-direction: column; align-items: start; padding: 2.5rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--surface); }
.service-tax { background: var(--wash); }
.card-top { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-bottom: 1.8rem; color: var(--brand); }
.service-number { font-size: .65rem; letter-spacing: .13em; font-weight: 600; }
.card-top svg { width: 1.75rem; height: 1.75rem; }
.service-card h3 { margin-bottom: 1rem; }
.service-card > p { max-width: 30rem; color: var(--muted); font-size: .89rem; line-height: 1.85; }
.service-list { width: 100%; margin: 1.6rem 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding: .8rem 0 .8rem 1rem; color: var(--ink); font-size: .79rem; line-height: 1.7; border-top: 1px solid var(--line); }
.service-list li::before { position: absolute; left: 0; top: 1.4rem; content: ''; width: .26rem; height: .26rem; background: var(--brand); border-radius: 50%; }
.service-card .text-link { margin-top: auto; }
.services-note { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-top: 1.75rem; color: var(--muted); font-size: .75rem; text-align: center; }
.services-note svg { color: var(--brand); }
.approach { background: var(--wash); padding-block: 4.5rem; }
.approach-grid { display: grid; grid-template-columns: .4fr 1fr; align-items: center; gap: 5rem; max-width: 950px; }
.approach-symbol { display: grid; place-items: center; width: 13rem; height: 13rem; margin-inline: auto; border: 1px solid var(--line); border-radius: 50%; }
.approach-symbol img { width: 7rem; height: auto; transform: rotate(-8deg); }
.approach p:last-child { max-width: 34rem; margin-top: 1.4rem; font-size: .95rem; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; }
.about-intro > p:not(.eyebrow) { max-width: 25rem; color: var(--muted); margin-block: 1.7rem; font-size: .9rem; }
.person + .person { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.person-heading { display: flex; gap: 1.1rem; align-items: center; margin-bottom: 1.3rem; }
.person-monogram { display: grid; place-items: center; flex: 0 0 auto; width: 3.25rem; height: 3.6rem; font-family: var(--heading-font); font-size: 1.25rem; border-radius: 2rem 2rem .35rem .35rem; color: var(--brand); background: var(--brand-soft); }
.person-role { margin-bottom: .4rem; font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; color: var(--brand); font-weight: 600; }
.person h3 { font-size: 1.8rem; }
.person > p { margin-bottom: .85rem; color: var(--muted); font-size: .88rem; line-height: 1.9; }
.expertise { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }
.expertise span { padding: .27rem .65rem; color: var(--brand); background: var(--brand-soft); border-radius: .25rem; font-size: .62rem; line-height: 1.7; }
.questions { padding-top: 0; }
.questions-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; padding-top: 4rem; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.8rem; padding-block: 1.1rem; cursor: pointer; font-size: .84rem; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 1rem; height: 1rem; color: var(--brand); transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details > p { padding-bottom: 1.5rem; padding-right: 2rem; color: var(--muted); font-size: .85rem; line-height: 1.85; }
.contact { color: var(--contrast-ink); background: var(--contrast); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.contact .eyebrow, .contact h2 em { color: var(--accent); }
.contact h2 { font-size: clamp(2.8rem, 4.8vw, 4rem); }
.contact-grid > div > p:last-child { max-width: 26rem; margin-top: 1.5rem; color: var(--contrast-muted); font-size: .9rem; }
.contact-card { padding: 2.2rem 0 2.2rem 2.8rem; border-left: 1px solid color-mix(in srgb, var(--contrast-muted) 30%, transparent); min-width: 0; }
.contact-label { font-size: .7rem; color: var(--contrast-muted); margin-bottom: 1rem; }
.phone-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: clamp(1.5rem, 2.4vw, 2.2rem); font-weight: 500; letter-spacing: -.03em; text-decoration: none; }
.phone-link svg { color: var(--accent); width: 1.6rem; height: 1.6rem; }
.phone-link:hover { text-decoration: underline; }
.email-link { display: flex; align-items: flex-start; gap: .7rem; width: fit-content; max-width: 100%; margin-top: 1.2rem; font-size: .8rem; text-decoration: none; }
.email-link span { overflow-wrap: anywhere; }
.email-link svg { width: 1.05rem; height: 1.05rem; margin-top: .17rem; color: var(--accent); }
.email-link:hover span { text-decoration: underline; }
.contact-privacy { display: flex; align-items: flex-start; gap: .7rem; max-width: 28rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--contrast-muted) 30%, transparent); }
.contact-privacy svg { width: 1.1rem; height: 1.1rem; margin-top: .13rem; color: var(--accent); }
.contact-privacy p { font-size: .68rem; color: var(--contrast-muted); line-height: 1.9; }
.contact a:focus-visible { outline-color: var(--accent); }
.site-footer { padding-top: 2.8rem; padding-bottom: 6.5rem; background: var(--paper); }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-bottom: 2.4rem; }
.footer-main p { font-size: .7rem; color: var(--muted); }
.footer-main .wordmark { font-size: 1.5rem; }
.footer-main .brand img { width: 2.2rem; height: 2.75rem; }
.footer-top { display: inline-flex; align-items: center; gap: .7rem; font-size: .7rem; text-decoration: none; }
.footer-top svg { width: .9rem; height: .9rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; align-items: start; padding-top: 1.4rem; color: var(--muted); border-top: 1px solid var(--line); font-size: .62rem; }
.preview-info { max-width: 25rem; }
.preview-info summary { cursor: pointer; }
.preview-info p { padding-top: .8rem; }
.theme-dock { position: fixed; z-index: 20; bottom: 1.15rem; left: 50%; display: flex; align-items: center; max-width: calc(100% - 1.5rem); padding: .4rem; transform: translateX(-50%); border: 1px solid var(--line); border-radius: .75rem; color: var(--ink); background: var(--surface); box-shadow: 0 6px 34px #001e4026; }
.theme-current, .theme-step { display: flex; align-items: center; justify-content: center; gap: .8rem; min-width: 2.75rem; min-height: 2.75rem; padding: .35rem .75rem; color: inherit; background: transparent; border: 0; border-radius: .35rem; }
.theme-current { min-width: 13.4rem; text-align: left; }
.theme-current > span:nth-child(2) { flex: 1; }
.theme-current small { display: block; font-size: .52rem; letter-spacing: .09em; color: var(--muted); }
.theme-current strong { display: block; font-size: .75rem; line-height: 1.4; font-weight: 600; }
.theme-current > svg { width: 1.05rem; height: 1.05rem; color: var(--muted); }
.theme-current-dot { display: block; width: .9rem; height: .9rem; border-radius: 50%; background: var(--brand); border: 1px solid var(--line); }
.theme-step { padding-inline: .6rem; }
.theme-step svg { width: .9rem; height: .9rem; }
.theme-step[data-theme-step="-1"] svg { transform: rotate(180deg); }
.theme-current:hover, .theme-step:hover { background: var(--wash); }
.theme-dialog { width: min(850px, calc(100% - 2rem)); max-height: calc(100dvh - 3rem); margin: auto; padding: 2rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: .8rem; box-shadow: 0 20px 80px #00152e44; overscroll-behavior: contain; }
.theme-dialog::backdrop { background: #091a33a6; }
body:has(.theme-dialog[open]) { overflow: hidden; }
.theme-dialog-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.theme-dialog .eyebrow { margin-bottom: .6rem; font-size: .6rem; }
.theme-dialog h2 { font-size: 2rem; }
.theme-dialog > p { margin-top: 1rem; max-width: 40rem; color: var(--muted); font-size: .8rem; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 2.75rem; height: 2.75rem; padding: .6rem; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: .35rem; }
.theme-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; padding: 0; margin: 1.5rem 0; border: 0; }
.theme-option { display: block; position: relative; padding: .8rem; min-width: 0; border: 1px solid var(--line); border-radius: .5rem; background: var(--surface); cursor: pointer; }
.theme-option:has(input:checked) { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand); }
.theme-option:hover { background: var(--wash); }
.theme-option input { position: absolute; right: .6rem; top: .6rem; width: 1rem; height: 1rem; margin: 0; accent-color: var(--brand); }
.theme-sample { display: flex; align-items: end; gap: .2rem; min-height: 2.8rem; padding-bottom: .75rem; }
.theme-sample > span { flex: 1; font-size: 2rem; line-height: 1; font-family: var(--sample-font); letter-spacing: -.04em; }
.theme-sample i { display: block; width: .6rem; height: .6rem; border-radius: 50%; background: var(--swatch-a); border: 1px solid #00000015; }
.theme-sample i:nth-of-type(2) { background: var(--swatch-b); }
.theme-sample i:nth-of-type(3) { background: var(--swatch-c); }
.theme-option-title { display: block; font-size: .72rem; font-weight: 700; }
.theme-option small { display: block; margin-top: .35rem; font-size: .61rem; line-height: 1.7; color: var(--muted); }
.theme-dialog-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; }
.theme-dialog .theme-status { min-height: 1.3rem; margin-top: .8rem; font-size: .7rem; }
.share-fallback { margin-top: 1rem; }
.share-fallback label { display: block; font-size: .7rem; }
.share-fallback input { width: 100%; margin-top: .3rem; padding: .65rem; border: 1px solid var(--line); border-radius: .3rem; color: var(--ink); background: var(--surface); font-size: .75rem; }
.noscript-notice { padding: 1rem; color: var(--muted); background: var(--wash); font-size: .8rem; text-align: center; }
@media (min-width: 1600px) { .hero-grid { gap: 6rem; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 3rem); }
  .site-navigation { gap: 1.2rem; }
  .hero-grid { gap: 2rem; }
  h1 { font-size: 3.6rem; }
  .hero-lead { font-size: .95rem; }
  .button-row { gap: 1.2rem; }
  .hero-footnote { margin-top: 1.5rem; }
  .section-heading, .about-grid, .questions-grid { gap: 3rem; }
  .service-card { padding: 2rem; }
  .contact-grid { gap: 2rem; }
  .contact-card { padding-left: 2rem; }
  .approach-grid { gap: 3rem; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 1rem; }
  .wrap { width: calc(100% - 2.5rem); }
  .preview-inner { min-height: 2.6rem; }
  .preview-theme { min-height: 2.75rem; font-size: .62rem; }
  .preview-domain { display: none; }
  .header-inner { min-height: 5.2rem; gap: 1rem; flex-wrap: wrap; padding-block: .85rem; }
  .wordmark { font-size: 1.6rem; }
  .brand img { width: 2.3rem; height: 2.88rem; }
  .nav-toggle { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.75rem; padding: .4rem .65rem; border: 1px solid var(--line); border-radius: .35rem; color: var(--ink); background: transparent; font-size: .72rem; }
  .nav-toggle svg { width: 1rem; height: 1rem; }
  .site-navigation { width: 100%; flex-wrap: wrap; gap: .4rem 1.4rem; padding-top: .65rem; padding-bottom: .2rem; border-top: 1px solid var(--line); }
  html.js .site-navigation:not([data-open]) { display: none; }
  .site-navigation > a:not(.button) { min-height: 2.75rem; }
  .site-navigation .portal-link { min-height: 2.75rem; }
  .hero { padding-top: 2.25rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: .6rem; letter-spacing: .075em; margin-bottom: 1.35rem; }
  .eyebrow-line { width: 1rem; }
  h1 { font-size: clamp(2.65rem, 8.8vw, 4.2rem); }
  .hero-lead { max-width: 35rem; margin-top: 1.4rem; font-size: .96rem; }
  .button-row { margin-top: 1.5rem; }
  .button { min-height: 2.9rem; }
  .hero .text-link { padding-block: .45rem; }
  .hero-footnote { margin-top: 1.3rem; font-size: .67rem; }
  .hero-visual { width: min(100%, 450px); margin-inline: auto; }
  .portrait-stage { aspect-ratio: 1.13; }
  .portrait-label { top: 11%; left: 21%; font-size: .61rem; }
  .hero-bottom { margin-top: 2rem; padding-block: 1.1rem; gap: .75rem; }
  .hero-bottom p, .scroll-link { font-size: .63rem; }
  .scroll-link { gap: .65rem; }
  .scroll-link svg { width: 1.8rem; height: 1.8rem; padding: .4rem; }
  .section { padding-block: 3.8rem; }
  .section-heading, .about-grid, .questions-grid, .contact-grid { grid-template-columns: 1fr; gap: 1.7rem; }
  .section-heading { margin-bottom: 1.8rem; }
  .section-heading > p { font-size: .9rem; }
  .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-card { padding: 1.6rem; }
  .service-card h3 { font-size: 1.9rem; }
  .card-top { margin-bottom: 1.3rem; }
  .service-card > p { font-size: .86rem; }
  .service-list { margin-block: 1.2rem; }
  .service-list li { font-size: .76rem; }
  .services-note { align-items: start; text-align: left; font-size: .7rem; }
  .services-note svg { margin-top: .1rem; }
  .approach-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .approach-symbol { width: 6rem; height: 6rem; margin-left: 0; }
  .approach-symbol img { width: 3.5rem; }
  .approach h2 br { display: none; }
  .approach p:last-child { font-size: .9rem; }
  .about-intro h2 br:nth-of-type(2) { display: none; }
  .about-intro { margin-bottom: .8rem; }
  .person h3 { font-size: 1.75rem; }
  .person + .person { margin-top: 2rem; padding-top: 2rem; }
  .questions { padding-top: 0; }
  .questions-grid { padding-top: 2.5rem; }
  .questions h2 br { display: none; }
  .faq-list summary { font-size: .81rem; }
  .contact-grid { gap: 1.7rem; }
  .contact-card { padding: 1.6rem 0 0; border-left: 0; border-top: 1px solid color-mix(in srgb, var(--contrast-muted) 30%, transparent); }
  .phone-link { font-size: 1.85rem; }
  .email-link { font-size: .75rem; }
  .site-footer { padding-top: 2.2rem; padding-bottom: 6.5rem; }
  .footer-main { flex-wrap: wrap; gap: 1.2rem; }
  .footer-main p { order: 3; width: 100%; }
  .footer-bottom { gap: .8rem; flex-direction: column; }
  .theme-dock { bottom: .75rem; }
  .theme-current { min-width: 12rem; padding-inline: .5rem; }
  .theme-dialog { width: calc(100% - 1.25rem); max-height: calc(100dvh - 1.25rem); padding: 1.15rem; border-radius: .65rem; }
  .theme-dialog h2 { font-size: 1.6rem; }
  .theme-dialog .eyebrow { font-size: .54rem; }
  .theme-dialog > p { font-size: .74rem; }
  .theme-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin-block: 1.3rem; }
  .theme-dialog-actions { flex-direction: column-reverse; }
  .theme-dialog-actions .button { width: 100%; }
}
@media (max-width: 350px) {
  .wrap { width: calc(100% - 2rem); }
  h1 { font-size: 2.5rem; }
  .hero .eyebrow { font-size: .55rem; }
  .portrait-caption strong { font-size: .68rem; }
  .portrait-caption span { font-size: .59rem; }
  .scroll-link { max-width: 8rem; }
  .theme-current { min-width: 10.8rem; gap: .5rem; }
  .theme-option { padding: .65rem; }
  .theme-option small { font-size: .59rem; }
  .theme-sample i { width: .5rem; height: .5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
  .preview-bar, .theme-dock, .theme-dialog, .nav-toggle, .site-navigation, .footer-top, .preview-info { display: none !important; }
  :root { color-scheme: light; --paper: white; --ink: #172d4a; --muted: #526174; --surface: white; --brand: #003d8f; }
  body { font-size: 10pt; }
  .wrap { width: 100%; }
  .section { padding-block: 1.5rem; }
  .hero { padding-top: 1rem; }
  .contact { background: white; color: #172d4a; }
  .contact p, .contact .eyebrow, .contact h2 em, .contact svg { color: #172d4a !important; }
  .service-card, .person, .contact-card { break-inside: avoid; }
  .site-footer { padding-bottom: 0; }
}
