:root {
  --navy: #173b57;
  --text: #273b48;
  --link: #145781;
  --red: #96313b;
  --line: #ccd7df;
  --soft: #f1f5f8;
  --max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 20px; }
body { margin: 0; background: #fff; color: var(--text); font: 18px/1.65 Arial, Helvetica, sans-serif; }
a { color: var(--link); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: #08344f; text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #b85f00; outline-offset: 4px; border-radius: 2px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { color: var(--navy); line-height: 1.25; margin: 0 0 16px; }
h1 { font-size: 2.4rem; letter-spacing: -.025em; }
h2 { font-size: 1.75rem; letter-spacing: -.012em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 18px; }
ul, ol { padding-left: 24px; margin: 0 0 20px; }
li { margin-bottom: 10px; }
strong { font-weight: 700; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 48px 0; }
.section-intro { max-width: 830px; margin-bottom: 26px; }
.soft-background, .office-section { background: var(--soft); }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; background: #fff; color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 12px; }
.brand-row { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 8px; }
.brand { flex: 0 0 200px; }
.brand img { width: 200px; height: auto; }
.brand-row p { margin: 0; font-size: .94rem; text-align: right; line-height: 1.55; }
.primary-nav { background: var(--navy); }
.nav-links { display: flex; justify-content: space-between; gap: 3px; }
.nav-links a { color: #fff; padding: 12px 16px; font-size: .94rem; font-weight: 700; text-decoration: none; text-align: center; }
.nav-links a:hover, .nav-links a[aria-current] { background: #315870; text-decoration: underline; text-underline-offset: 5px; }
.nav-links a:focus-visible { outline-color: #ffd58a; outline-offset: -4px; }
.contact-strip { background: #f7f9fb; border-bottom: 1px solid var(--line); }
.phone-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.office-phone { display: flex; flex-direction: column; justify-content: center; padding: 13px 16px; color: var(--navy); text-align: center; text-decoration: none; line-height: 1.5; }
.office-phone + .office-phone { border-left: 1px solid var(--line); }
.office-name, .office-number { display: block; min-height: 28px; color: var(--navy); }
.office-name { font-size: .89rem; }
.office-number { font-size: 1rem; font-weight: 700; white-space: nowrap; }
.office-phone:hover { background: #e8eff4; color: var(--navy); }
.home-intro { padding: 40px 0; background: #fff; border-bottom: 1px solid var(--line); }
.home-intro-grid { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 40px; }
.lead { font-size: 1.14rem; color: var(--navy); line-height: 1.55; }
.home-photo { width: 100%; height: 280px; object-fit: cover; object-position: 65% center; border-radius: 4px; }
.actions { display: flex; flex-wrap: wrap; gap: 16px 22px; align-items: center; margin-top: 24px; }
.actions > a:not(.button) { padding-block: 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 2px solid var(--red); border-radius: 4px; background: var(--red); color: #fff; font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 1.4; text-align: center; }
.button:hover { background: #76232c; border-color: #76232c; color: #fff; text-decoration: underline; }
.header-cta { flex-shrink: 0; }
.brand-row p { margin-left: auto; }
.service-card .card-detail { margin-top: 14px; padding-block: 5px; }
.office-call { width: 100%; padding-inline: 8px; font-size: .94rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.service-card { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--navy); border-radius: 3px; display: flex; flex-direction: column; }
.service-card p { flex: 1; }
.service-card a { font-weight: 700; }
.office-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.office-card { background: #fff; border: 1px solid var(--line); border-radius: 3px; padding: 22px 19px; }
.office-card h2, .office-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.office-card address { font-style: normal; font-size: .94rem; margin-bottom: 18px; }
.call-link { display: block; font-weight: 700; padding: 9px 0; font-size: .98rem; white-space: nowrap; }
.directions { display: block; padding: 9px 0 0; font-size: .94rem; }
.two-column { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; }
.information-box { padding: 26px; background: var(--soft); border: 1px solid var(--line); border-radius: 3px; }
.information-box h2 { font-size: 1.4rem; }
.information-box > :last-child { margin-bottom: 0; }
.profile-photo { margin: 0 0 26px; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 1; width: 100%; max-width: 340px; border-radius: 4px; background: #e5e8e9; }
.portrait-frame img { position: absolute; width: 185%; max-width: none; height: auto; left: -24%; top: -14%; }
.profile-photo figcaption { margin-top: 12px; color: var(--navy); line-height: 1.5; }
.profile-photo figcaption span { display: block; font-size: .9rem; }
.steps { padding-left: 26px; }
.steps > li { padding-left: 6px; margin-bottom: 24px; }
.steps > li::marker { color: var(--navy); font-weight: 700; }
.steps h3 { margin: 0 0 8px; font-size: 1.1rem; }
.steps p { margin-bottom: 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 44px; margin-top: 28px; }
.faq-grid article { border-top: 1px solid var(--line); padding-top: 20px; }
.faq-grid p { margin-bottom: 0; }
.page-intro { padding: 36px 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-intro h1 { font-size: 2.2rem; }
.page-intro p { max-width: 850px; margin-bottom: 0; font-size: 1.1rem; }
.page-links { display: flex; flex-wrap: wrap; gap: 12px 28px; padding-top: 28px; }
.page-links a { padding: 7px 0; }
.reading-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.content-section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.content-section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.content-section > :last-child { margin-bottom: 0; }
.contact-prompt { padding: 34px 0; background: var(--soft); border-top: 1px solid var(--line); }
.prompt-inner { display: flex; justify-content: space-between; gap: 36px; align-items: center; }
.prompt-inner > div { max-width: 730px; }
.prompt-inner h2 { font-size: 1.45rem; }
.prompt-inner p { margin-bottom: 0; }
.prompt-inner .button { flex: 0 0 auto; }
.brand-list { display: flex; flex-wrap: wrap; list-style: none; gap: 12px; padding: 0; margin-bottom: 36px; }
.brand-list li { margin: 0; padding: 9px 22px; border: 1px solid var(--line); border-radius: 3px; background: var(--soft); font-weight: 700; color: var(--navy); }
.product-overview { margin-bottom: 40px; align-items: center; }
.product-photo { width: 100%; height: 270px; object-fit: cover; border: 1px solid var(--line); border-radius: 3px; }
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 22px; text-align: left; }
.comparison-table caption { text-align: left; padding-bottom: 12px; }
.comparison-table th, .comparison-table td { border: 1px solid var(--line); padding: 18px 22px; vertical-align: top; }
.comparison-table thead th { background: var(--navy); color: #fff; }
.comparison-table tbody th { width: 28%; background: var(--soft); color: var(--navy); }
.style-list { margin: 24px 0; }
.style-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; border-top: 1px solid var(--line); padding: 18px 0; }
.style-list dt { color: var(--navy); font-weight: 700; }
.style-list dd { margin: 0; }
.office-directory { list-style: none; padding: 0; margin: 0; }
.office-directory li { margin: 0; padding: 13px 0; border-top: 1px solid var(--line); }
.office-directory a { display: inline-block; padding: 3px 0; }
.plain-list li { padding-left: 6px; margin-bottom: 16px; }
.site-footer { padding: 38px 0 22px; background: #fff; border-top: 3px solid var(--navy); }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 36px; margin-bottom: 25px; }
.footer-top h2 { font-size: 1.25rem; }
.footer-top p { margin-bottom: 0; font-size: .94rem; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.footer-top nav a { padding: 6px 0; }
.footer-phones { border: 1px solid var(--line); background: var(--soft); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; font-size: .89rem; }
@media (max-width: 1000px) {
  .brand-row { flex-wrap: wrap; gap: 12px 24px; }
  .nav-links a { padding-inline: 10px; }
  .office-grid { grid-template-columns: repeat(2, 1fr); }
  .home-intro-grid { gap: 26px; }
  .home-photo { height: 250px; }
  .service-grid { gap: 14px; }
  .service-card { padding: 20px; }
  .reading-layout { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 760px) {
  .header-cta { width: 100%; }
  .container { width: calc(100% - 32px); }
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.5rem; }
  .section { padding: 32px 0; }
  .brand-row { padding-block: 6px; }
  .brand, .brand img { width: 155px; flex-basis: 155px; }
  .brand-row p { font-size: .8rem; }
  .nav-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; width: 100%; }
  .nav-links a { padding: 10px 6px; font-size: .89rem; display: flex; align-items: center; justify-content: center; }
  .home-intro { padding: 30px 0; }
  .home-intro-grid, .two-column, .reading-layout { grid-template-columns: 1fr; gap: 28px; }
  .home-photo { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 22px; }
  .service-card p { margin-bottom: 12px; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-intro { padding: 28px 0; }
  .page-intro h1 { font-size: 1.9rem; }
  .page-intro p { font-size: 1rem; }
  .prompt-inner, .footer-top { flex-direction: column; align-items: start; gap: 24px; }
  .product-photo { max-width: 480px; height: 230px; }
}
@media (max-width: 620px) {
  .phone-grid { grid-template-columns: repeat(2, 1fr); }
  .office-phone { padding: 8px 7px; }
  .office-number { font-size: .94rem; }
  .style-list > div { grid-template-columns: 1fr; gap: 8px; }
  .office-phone:nth-child(3) { border-left: 0; }
  .office-phone:nth-child(n+3) { border-top: 1px solid var(--line); }
  .brand-row p { max-width: 190px; }
  .office-grid { grid-template-columns: 1fr; }
  .office-card { padding: 22px; }
  .office-card address { margin-bottom: 10px; }
  .actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .actions .button { width: 100%; }
  .comparison-table th, .comparison-table td { padding: 13px 10px; overflow-wrap: anywhere; }
  .comparison-table tbody th { width: 34%; }
  .information-box { padding: 22px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}
@media (max-width: 380px) {
  .brand-row p { font-size: .72rem; }
  .brand, .brand img { width: 135px; flex-basis: 135px; }
  .nav-links a { font-size: .84rem; }
}
@media print {
  .primary-nav, .home-photo, .actions, .contact-prompt { display: none; }
  .section { padding: 20px 0; }
  .container { width: 100%; }
  .office-card, .content-section { break-inside: avoid; }
}
