@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/ibm-plex-mono-latin.woff2") format("woff2"); }
@font-face {
  font-family: Manrope; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: Manrope; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --color-ink: #0f2a33;
  --color-primary: #12414f;
  --color-accent: #c05a2b;
  --color-muted: #5a6a70;
  --color-border: #e0e5e5;
  --color-surface: #fff;
  --color-tinted: #f6f8f8;
  --font-body: Manrope, Arial, sans-serif;
  --font-label: "IBM Plex Mono", monospace;
  --text-body: 16px;
  --text-small: 14px;
  --text-label: 11px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --section-space: clamp(56px, 7.22vw, 104px);
  --gutter: clamp(20px, 6.12vw, 88px);
  --content-width: 1264px;
  --button-radius: 2px;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--color-ink); background: var(--color-surface); font: 400 var(--text-body)/1.65 var(--font-body); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 4px; }
h1, h2, h3, p, dl, dd, ol, ul { margin: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.045em; }
h1 { font-size: clamp(38px, 4.45vw, 64px); line-height: 1; }
h2 { font-size: clamp(30px, 3.06vw, 44px); line-height: 1.12; }
h3 { font-size: 24px; line-height: 1.22; letter-spacing: -.035em; }
h2 { letter-spacing: -.035em; }
address { font-style: normal; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--content-width)); margin-inline: auto; }
.section-tinted { background: var(--color-tinted); }
.label, .eyebrow, .brand-caption { font-family: var(--font-label); font-size: var(--text-label); line-height: 1.5; font-weight: 400; text-transform: uppercase; letter-spacing: .075em; color: var(--color-muted); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; flex: 0 0 26px; background: #9d785f; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 13px 26px; font-size: 16px; line-height: 1.5; font-weight: 600; border: 1px solid transparent; border-radius: var(--button-radius); text-align: center; }
.button:hover { text-decoration: none; }
.button-primary { background: var(--color-primary); color: #fff; }
.button-accent { background: var(--color-accent); color: #fff; }
.button-outline { border-color: #c5cccc; color: var(--color-primary); background: var(--color-surface); }
.button-primary:hover { background: #0d3541; }
.button-accent:hover { background: #a94c22; }
.button-outline:hover { border-color: var(--color-primary); }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--color-primary); font-weight: 600; font-size: 15px; }
.phone { display: flex; flex-direction: column; justify-content: center; min-height: 44px; line-height: 1.3; }
.phone strong { font-size: 16px; }
.phone .label { font-size: 10px; }
.site-header { border-bottom: 1px solid var(--color-border); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; min-height: 44px; line-height: 1.2; }
.brand:hover { text-decoration: none; }
.brand strong { display: block; font-size: 18px; font-weight: 700; }
.brand-caption { display: block; font-size: 11px; }
.brand-mark { width: 21px; height: 28px; display: flex; align-items: end; gap: 2px; }
.brand-mark i { display: block; width: 3px; background: #a9b6ba; height: 10px; }
.brand-mark i:nth-child(2) { height: 16px; }
.brand-mark i:nth-child(3) { height: 21px; }
.brand-mark i:nth-child(4) { height: 25px; background: var(--color-primary); }
.brand-mark i:nth-child(5) { height: 30px; background: var(--color-accent); }
.primary-nav { display: flex; gap: 30px; align-items: center; }
.primary-nav a { display: flex; align-items: center; min-height: 44px; font-size: 15px; white-space: nowrap; }
.header-contact { display: flex; gap: 22px; align-items: center; }
.header-phone { text-align: right; white-space: nowrap; }
.header-contact .button { min-height: 44px; padding: 10px 20px; font-size: 14px; }
.menu-toggle { width: 46px; height: 46px; border: 1px solid var(--color-border); border-radius: 2px; background: #fff; color: var(--color-primary); padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 5px 0; }
[hidden] { display: none !important; }
.hero { background-image: linear-gradient(#f0f1f1 1px, transparent 1px),linear-gradient(90deg,#f0f1f1 1px,transparent 1px); background-size: 88px 88px; }
.hero-grid { padding-block: 88px 62px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; grid-template-areas: "heading image" "copy image" "actions image" "region image"; align-items: start; }
.hero-heading { grid-area: heading; }
.hero .eyebrow { margin-bottom: 28px; }
.hero-image { grid-area: image; width: 100%; align-self: center; }
.hero-copy { grid-area: copy; font-size: 20px; line-height: 1.5; color: var(--color-muted); margin-top: 32px; }
.hero-actions { grid-area: actions; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.hero-region { grid-area: region; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--color-border); padding-top: 24px; margin-top: 44px; }
.hero-region p { font-size: 14px; font-weight: 500; }
.trust { border-block: 1px solid var(--color-border); }
.trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.trust-grid > div { padding: 40px 34px; border-left: 1px solid var(--color-border); }
.trust-grid > div:first-child { padding-left: 0; border-left: 0; }
.trust dt { font-size: clamp(25px,2.64vw,38px); color: var(--color-primary); font-weight: 700; letter-spacing: -.045em; white-space: nowrap; line-height: 1.4; }
.trust dd { color: var(--color-muted); font-size: 14px; }
.services { padding-block: calc(var(--section-space) - 8px) var(--section-space); }
.services h2 { font-size: clamp(30px,2.78vw,40px); margin-bottom: 48px; }
.services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.service { padding: 30px; background: #fff; border: 1px solid var(--color-border); border-top: 3px solid var(--color-border); display: flex; flex-direction: column; min-height: 454px; }
.service-featured { border-top-color: var(--color-accent); }
.service-featured > .label { color: #a3512c; }
.service > img { width: 100%; margin-block: 24px 30px; }
.service > p:not(.label) { font-size: 16px; line-height: 1.65; color: var(--color-muted); margin-top: 12px; }
.service .text-link { margin-top: auto; padding-top: 34px; }
.visit { padding-block: var(--section-space); }
.visit-intro { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; margin-bottom: 40px; }
.visit-intro h2 { max-width: 600px; font-size: clamp(32px,3.61vw,52px); }
.visit-intro > p { color: var(--color-muted); font-size: 17px; line-height: 1.65; }
.photo-placeholder { width: 100%; display: grid; place-items: center; border: 1px solid var(--color-border); background: repeating-linear-gradient(135deg,#f4f7f7 0 10px,#eaefef 10px 20px); text-align: center; }
.photo-placeholder > span { padding: 14px 16px; border: 1px solid var(--color-border); background: #fff; color: var(--color-muted); font: 12px/1.5 var(--font-label); letter-spacing: .025em; }
.visit-photo-frame { display: block; width: 100%; height: 324px; border: 1px solid var(--color-border); overflow: hidden; }
.visit-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.process { list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 24px; border: 1px solid var(--color-border); }
.process li { padding: 24px 28px; border-left: 1px solid var(--color-border); font-size: 16px; font-weight: 600; }
.process li:first-child { border-left: 0; }
.process .label { display: block; color: #a3512c; margin-bottom: 8px; }
.about { padding-block: 96px; border-block: 1px solid var(--color-border); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; }
.portrait-frame { display: block; width: 100%; min-height: 600px; }
.portrait { display: block; width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; border: 1px solid var(--color-border); }
.about-copy { padding-block: 4px; }
.about-copy h2 { margin-bottom: 22px; }
.about-copy > p:not(.eyebrow) { margin-top: 18px; color: var(--color-muted); }
.about-copy > p.lead { font-size: 23px; line-height: 1.5; font-weight: 600; color: var(--color-primary); }
.about-copy strong { color: var(--color-ink); font-weight: 700; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; margin-block: 36px; background: #fff; }
.credentials > div { padding: 18px 24px; border: 1px solid var(--color-tinted); border-left-color: var(--color-primary); }
.credentials > div:nth-child(n+3) { border-left-color: var(--color-accent); }
.credentials dt { font-size: 10px; margin-bottom: 6px; }
.credentials dd { font-weight: 700; font-size: 18px; line-height: 1.4; }
.about-copy .button { font-size: 14px; }
.region { padding-block: 96px; }
.region-grid { display: grid; grid-template-columns: .92fr 1.08fr; column-gap: 80px; grid-template-areas: "title map" "copy map"; grid-template-rows: auto 1fr; align-items: start; }
.region h2 { grid-area: title; font-size: clamp(30px,2.78vw,40px); margin-bottom: 24px; }
.region-map { grid-area: map; width: 100%; }
.region-copy { grid-area: copy; color: var(--color-muted); }
.districts { display: grid; grid-template-columns: 1fr 1fr; list-style: none; margin-block: 24px; border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
.districts li { border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 18px 20px; display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--color-ink); }
.districts li::before { content: ""; width: 6px; height: 6px; background: var(--color-accent); flex-shrink: 0; }
.office { padding: 30px; border: 1px solid var(--color-border); background: var(--color-tinted); }
.office-title { color: var(--color-ink); font-weight: 600; margin-block: 14px 18px; }
.consultation { background: var(--color-primary); color: #fff; padding-block: 88px; }
.consultation-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: end; }
.consultation .eyebrow { color: #b8c5c9; }
.consultation h2 { font-size: clamp(30px,2.92vw,42px); max-width: 650px; }
.consultation h2 + p { font-size: 16px; color: #d3dee1; margin-top: 24px; }
.consultation-actions { display: flex; justify-content: end; align-items: center; gap: 28px; padding-bottom: 8px; }
.consultation .phone { flex-shrink: 0; }
.consultation .phone strong { font-size: 24px; }
.consultation .phone .label { color: #b8c5c9; }
.site-footer { padding-top: 64px; color: var(--color-muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 48px; padding-bottom: 50px; }
.footer-grid .label { font-size: 10px; margin-bottom: 16px; }
.footer-brand { flex-direction: column; align-items: start; align-self: start; color: var(--color-ink); }
.footer-brand .brand-mark { transform: scale(.8); transform-origin: left bottom; height: 24px; }
.footer-brand strong { font-size: 16px; }
.footer-brand .brand-caption { font-size: 10px; margin-top: 5px; }
.footer-contact > a { min-height: 44px; display: block; width: fit-content; font-weight: 600; color: var(--color-primary); }
.footer-contact > a:first-of-type { font-size: 22px; }
.footer-contact > a + a { margin-top: 8px; }
.footer-bottom { border-top: 1px solid var(--color-border); min-height: 82px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom .label { text-transform: none; font-size: 10px; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 10; top: 8px; left: 8px; padding: 12px; background: #fff; color: var(--color-ink); }
@media (max-width: 1199px) {
  .header-inner { flex-wrap: wrap; gap: 0; padding-top: 16px; }
  .primary-nav { order: 3; width: 100%; justify-content: center; gap: 30px; padding-block: 8px; }
  .hero-grid { column-gap: 28px; }
  .desktop-break { display: none; }
  .trust-grid > div { padding-inline: 20px; }
  .service { padding: 24px; }
  .visit-intro { gap: 50px; }
  .about-grid { gap: 40px; }
  .region-grid { column-gap: 40px; }
  .consultation-grid { gap: 40px; }
  .consultation-actions { flex-wrap: wrap; justify-content: start; }
}
@media (max-width: 899px) {
  :root { --gutter: 20px; --section-space: 56px; --content-width: 640px; }
  body { font-size: 16px; }
  h1 { font-size: clamp(34px,9.49vw,48px); line-height: 1.06; }
  h2 { font-size: 32px; line-height: 1.15; }
  h3 { font-size: 22px; }
  .header-inner { width: 100%; min-height: 0; display: grid; grid-template-columns: 1fr auto; padding: 0; }
  .header-inner > .brand { margin: 10px 20px; min-height: 54px; gap: 10px; }
  .brand strong { font-size: 16px; }
  .brand-caption { font-size: 10px; }
  .brand-mark { height: 24px; }
  .brand-mark i:nth-child(5) { height: 26px; }
  .menu-toggle { grid-column: 2; grid-row: 1; margin-right: 20px; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px; border-top: 1px solid var(--color-border); }
  .primary-nav a { min-height: 48px; }
  .header-contact { grid-column: 1 / -1; grid-row: 3; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--color-border); }
  .header-phone { text-align: left; padding: 10px 20px; justify-content: center; }
  .header-phone strong { font-size: 16px; }
  .header-contact .button { border-radius: 0; min-height: 56px; font-size: 16px; }
  .hero { background-size: 65px 65px; }
  .hero-grid { padding-block: 36px 42px; grid-template-columns: minmax(0,1fr); grid-template-areas: "heading" "image" "copy" "actions" "region"; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .045em; gap: 10px; margin-bottom: 20px; }
  .eyebrow::before { width: 22px; flex-basis: 22px; }
  .hero-image { margin-top: 24px; }
  .hero-copy { font-size: 16px; line-height: 1.65; margin-top: 24px; }
  .hero-actions { display: grid; gap: 10px; margin-top: 26px; }
  .button { min-height: 56px; padding-inline: 20px; }
  .hero-region { display: block; margin-top: 30px; padding-top: 20px; }
  .hero-region .label { display: block; margin-bottom: 6px; }
  .hero-region p { font-size: 14px; line-height: 1.6; letter-spacing: -.025em; }
  .trust-grid { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-grid > div, .trust-grid > div:first-child { padding: 20px 20px 24px; border-left: 0; }
  .trust-grid > div:nth-child(even) { border-left: 1px solid var(--color-border); }
  .trust-grid > div:nth-child(n+3) { border-top: 1px solid var(--color-border); }
  .trust dt { font-size: clamp(24px,6.15vw,32px); line-height: 1.4; }
  .trust-grid > div:nth-child(-n+2) dt { font-size: 32px; }
  .trust dd { font-size: 14px; margin-top: 1px; letter-spacing: -.03em; }
  .services { padding-block: 56px; }
  .services h2 { font-size: 30px; margin-bottom: 26px; }
  .services-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .service { min-height: 0; padding: 22px; }
  .service > .label { font-size: 10px; }
  .service > img { width: 339px; max-width: calc(100% + 34px); align-self: center; margin: 16px -17px 24px; }
  .service > p:not(.label) { font-size: 16px; line-height: 1.55; margin-top: 14px; }
  .service .text-link { margin-top: 20px; padding-block: 10px; font-size: 16px; }
  .visit-intro { grid-template-columns: minmax(0,1fr); gap: 20px; margin-bottom: 28px; }
  .visit .eyebrow { margin-bottom: 16px; }
  .visit-intro h2 { font-size: 32px; }
  .visit-intro > p { font-size: 16px; line-height: 1.65; }
  .visit-photo-frame { height: auto; max-height: 324px; aspect-ratio: 350 / 272; }
  .process { grid-template-columns: minmax(0,1fr); margin-top: 16px; }
  .process li { min-height: 63px; display: flex; align-items: center; gap: 18px; border-left: 0; border-top: 1px solid var(--color-border); padding: 16px 22px; }
  .process li:first-child { border-top: 0; }
  .process .label { margin-bottom: 0; }
  .about { padding-block: 52px 56px; }
  .about-grid { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .portrait-frame { min-height: 0; max-height: 600px; aspect-ratio: 350 / 455; }
  .portrait { min-height: 0; max-height: 600px; }
  .about-copy { padding: 0; }
  .about .eyebrow { margin-bottom: 14px; }
  .about-copy h2 { font-size: 34px; margin-bottom: 16px; }
  .about-copy > p.lead { max-width: 290px; font-size: 20px; line-height: 1.4; margin-top: 0; }
  .about-copy > p:not(.eyebrow):not(.lead) { font-size: 16px; line-height: 1.65; margin-top: 20px; }
  .credentials { grid-template-columns: minmax(0,1fr); margin-block: 30px 22px; }
  .credentials > div { padding: 18px 20px; border-bottom-color: var(--color-border); }
  .credentials dt { font-size: 11px; margin-bottom: 6px; }
  .credentials dd { font-size: 18px; }
  .about-copy .button { width: 100%; font-size: 16px; }
  .region { padding-block: 56px; }
  .region-grid { grid-template-columns: minmax(0,1fr); grid-template-areas: "title" "map" "copy"; gap: 26px; }
  .region h2 { font-size: 30px; margin: 0; }
  .region-copy > p { font-size: 16px; }
  .districts { margin-block: 16px; }
  .districts li { padding: 15px 16px; font-size: 14px; gap: 10px; }
  .office { padding: 28px 20px; }
  .office-title { font-size: 16px; line-height: 1.5; margin-block: 14px 18px; }
  .office address { font-size: 16px; line-height: 1.55; }
  .consultation { padding-block: 56px 64px; }
  .consultation-grid { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .consultation .eyebrow { margin-bottom: 18px; }
  .consultation h2 { font-size: 32px; }
  .consultation h2 + p { margin-top: 16px; font-size: 16px; line-height: 1.55; }
  .consultation-actions { display: grid; gap: 30px; padding: 0; justify-content: stretch; }
  .consultation .phone .label { margin-bottom: 6px; }
  .consultation .phone { width: fit-content; min-height: 48px; }
  .consultation .phone strong { font-size: 24px; }
  .site-footer { padding-top: 54px; }
  .footer-grid { grid-template-columns: minmax(0,1fr); gap: 0; padding-bottom: 22px; }
  .footer-grid > * { padding-block: 30px; border-bottom: 1px solid var(--color-border); }
  .footer-grid > :first-child { padding-top: 0; }
  .footer-grid > :last-child { border-bottom: 0; padding-bottom: 0; }
  .footer-grid .label { margin-bottom: 12px; }
  .footer-contact > a { min-height: 44px; }
  .footer-contact > a:first-of-type { font-size: 24px; }
  .footer-contact > a + a { margin-top: 0; }
  .footer-bottom { min-height: 84px; flex-wrap: wrap; gap: 12px; padding-block: 14px; align-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}




