:root {
  --navy: #183440;
  --navy-2: #244753;
  --ink: #263a43;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --gold: #9a793f;
  --gold-light: #d7c08c;
  --muted: #657277;
  --line: #d7d8d2;
  --content: 1180px;
  --side: max(24px, calc((100vw - var(--content)) / 2));
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
html { font-size: 16px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 1rem/1.68 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(3rem, 4.5vw, 4.25rem); line-height: 1.08; letter-spacing: -.035em; }
h2 { font-size: clamp(2.3rem, 3.1vw, 3.05rem); line-height: 1.18; letter-spacing: -.025em; }
h3 { font-size: 1.42rem; line-height: 1.34; }
em { color: var(--gold); font-weight: 400; }
p + p { margin-top: .9rem; }
section[id] { scroll-margin-top: 88px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.eyebrow, .person-role, .contact-name { font: 600 .78rem/1.45 Arial, Helvetica, sans-serif; letter-spacing: .1em; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; }
.skip:focus { top: 12px; }

.header { min-height: 84px; padding: 12px var(--side); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(247,245,239,.97); }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.2; }
.brand-text span { font-size: .67rem; letter-spacing: .09em; }
.brand-text strong { font: 1.28rem/1.25 Georgia, "Times New Roman", serif; letter-spacing: .13em; }
.header nav { display: flex; align-items: center; gap: 23px; font-size: .91rem; }
.header nav a { padding: 9px 0; }
.header nav a:hover { color: var(--gold); }
.nav-contact { display: flex; gap: 18px; border-bottom: 1px solid var(--gold); }
.menu-toggle { display: none; }

.button { min-height: 46px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--navy); font-size: .91rem; font-weight: 600; line-height: 1.2; }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { background: transparent; color: var(--navy); }
.button-secondary:hover { border-color: var(--gold); color: var(--gold); }

.hero { padding: 28px var(--side) 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr); align-items: stretch; }
.hero-copy { padding: clamp(42px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-right: 0; background: var(--paper); }
.hero-copy .eyebrow { margin-bottom: 20px; color: var(--gold); }
.hero h1 { max-width: 590px; }
.hero-bottom { max-width: 510px; margin-top: 26px; }
.hero-bottom > p { color: var(--muted); font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-photo { position: relative; overflow: hidden; min-height: 540px; background: var(--navy); }
.hero-photo img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center top; }
.hero-photo:after { content: ""; position: absolute; inset: 68% 0 0; background: linear-gradient(transparent, rgba(12,30,38,.7)); }
.hero-photo figcaption { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 1; display: flex; justify-content: space-between; gap: 18px; color: #fff; font-size: .78rem; letter-spacing: .08em; }
.hero-photo figcaption span { font: italic .98rem/1.4 Georgia, "Times New Roman", serif; letter-spacing: 0; }
.hero-foot { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; padding: 18px 22px; border: 1px solid var(--line); border-top: 0; background: #fff; }
.hero-foot > div { display: flex; flex-direction: column; gap: 2px; }
.hero-foot span { color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .09em; }
.hero-foot strong { font-size: .88rem; font-weight: 500; line-height: 1.45; }
.hero-foot > a { display: flex; align-items: center; gap: 14px; color: var(--navy); font-size: .82rem; font-weight: 600; }

.section { padding: 72px var(--side); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 54px; align-items: end; margin-bottom: 40px; }
.section-heading h2, .intro h2, .contact h2 { max-width: 650px; margin-top: 14px; }
.section-heading > p { max-width: 470px; color: var(--muted); }

.intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px 56px; }
.intro-content { max-width: 600px; color: var(--muted); }
.intro-content .lead { margin-bottom: 18px; color: var(--ink); font: 1.28rem/1.52 Georgia, "Times New Roman", serif; }
.principles { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--gold); font-size: .76rem; letter-spacing: .1em; }
.about-story { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(230px, .68fr) minmax(0, 1.32fr); gap: 56px; padding-top: 36px; border-top: 1px solid var(--line); }
.about-story-heading h3 { max-width: 340px; margin-top: 12px; }
.about-story-copy { max-width: 760px; color: var(--muted); }
.about-story-copy p + p { margin-top: 17px; }
.about-story-copy .about-motto { padding: 12px 0 12px 18px; border-left: 2px solid var(--gold); color: var(--ink); font: 1.3rem/1.5 Georgia, "Times New Roman", serif; }
.office-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr 1fr; gap: 22px; }
.office-gallery img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.office-gallery figcaption { display: flex; gap: 12px; margin-top: 10px; color: var(--muted); font-size: .86rem; }
.office-gallery figcaption span { color: var(--gold); }

.team { background: var(--navy); color: var(--cream); }
.team em, .team .eyebrow { color: var(--gold-light); }
.team .section-heading > p { color: #c5d0d3; }
.team-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.person { position: relative; min-height: 190px; padding: 20px; display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 20px; border: 1px solid #4b626b; }
.person-lead { grid-column: 1 / -1; min-height: 260px; grid-template-columns: 190px 1fr; gap: 34px; background: var(--navy-2); }
.leader-photo, .person-photo { object-fit: cover; border: 1px solid rgba(255,255,255,.2); }
.leader-photo { width: 190px; height: 220px; }
.person-photo { width: 118px; height: 145px; }
.person-photo-wide { height: 88px; object-position: 64% center; }
.person-role { max-width: 420px; color: #bfccd0; }
.person h3 { margin-top: 9px; color: #fff; }
.person-note { max-width: 520px; margin-top: 12px; color: #c5d0d3; }
.person-number { position: absolute; right: 18px; top: 14px; color: #91a4ab; font-size: .76rem; }

.expertise { background: #fff; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 28px; }
.services article { padding: 23px 0 26px; border-top: 1px solid var(--line); }
.service-index, .prepare-grid article > span { display: block; margin-bottom: 14px; color: var(--gold); font-size: .78rem; }
.services h3, .prepare-grid h3 { margin-bottom: 10px; }
.services p, .prepare-grid p { color: var(--muted); font-size: .94rem; }

.prepare { background: #eef0ec; border-top: 1px solid var(--line); }
.prepare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.prepare-grid article { min-height: 220px; padding: 24px; border: 1px solid var(--line); background: #fff; }
.prepare-contact { margin-top: 18px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-left: 3px solid var(--gold); background: #fff; }
.prepare-contact p { color: var(--muted); }
.prepare-contact strong { color: var(--navy); }

.updates { background: var(--cream); border-top: 1px solid var(--line); }
.updates-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 54px; align-items: end; margin-bottom: 38px; }
.updates-heading h2 { margin-top: 14px; }
.updates-heading > p { max-width: 470px; color: var(--muted); }
.news-list { border-top: 1px solid #bdc2bf; }
.news-item { display: grid; grid-template-columns: 170px minmax(250px, .9fr) minmax(280px, 1.1fr); gap: 34px; padding: 25px 20px 26px 0; border-bottom: 1px solid #bdc2bf; }
.news-item-featured { padding-left: 22px; background: #fff; box-shadow: inset 3px 0 0 var(--gold); }
.news-meta { display: flex; flex-direction: column; gap: 6px; color: var(--gold); font-size: .75rem; font-weight: 600; line-height: 1.4; letter-spacing: .08em; }
.news-meta time { color: var(--muted); font-weight: 400; letter-spacing: .02em; }
.news-item h3 { color: var(--navy); font-size: 1.3rem; }
.news-item > p { color: var(--muted); font-size: .93rem; }
.updates-note { max-width: 850px; margin-top: 24px; padding-left: 16px; border-left: 2px solid var(--gold); color: var(--muted); font-size: .84rem; }

.contact { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; border-top: 1px solid var(--line); background: #fff; }
.contact-hours { margin-top: 24px; color: var(--muted); }
.contact-details { padding-top: 2px; }
.contact-name { margin-bottom: 14px; color: var(--gold); }
.contact address { max-width: 540px; font: normal 1.35rem/1.48 Georgia, "Times New Roman", serif; }
.contact-phones { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; margin-top: 18px; }
.contact-phone { border-bottom: 1px solid var(--gold); color: var(--navy); font: 1.65rem/1.4 Georgia, "Times New Roman", serif; }
.contact-landline { color: var(--ink); }
.contact-qr-group { max-width: 390px; margin-top: 22px; }
.contact-qr-title { color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .1em; }
.contact-qr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 9px; }
.contact-qr-grid figure { min-width: 0; padding: 5px; border: 1px solid var(--line); background: #fff; }
.contact-qr-grid img { width: 100%; height: auto; }
.contact-qr-grid figcaption { margin-top: 5px; color: var(--muted); font-size: .7rem; text-align: center; }
.contact-details > p:not(.contact-name) { max-width: 500px; margin-top: 18px; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

footer { padding: 32px var(--side) 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--navy); color: #c5d0d3; font-size: .83rem; }
.footer-name { display: flex; align-items: center; gap: 12px; font-size: .68rem; letter-spacing: .08em; }
.footer-logo { width: 52px; height: 52px; object-fit: contain; }
.footer-name strong { display: block; color: #fff; font: 1.2rem/1.4 Georgia, "Times New Roman", serif; letter-spacing: .1em; }
.footer-phone { display: inline-block; margin-top: 5px; color: #fff; font-size: .95rem; }
.footer-landline { display: inline-block; margin-top: 1px; }
.back-top { border-bottom: 1px solid #7c8c92; }

@media (max-width: 1050px) {
  :root { --side: 4.5vw; }
  .header nav { gap: 14px; font-size: .86rem; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); }
  .hero-copy { padding: 36px; }
  .hero-photo, .hero-photo img { min-height: 480px; }
  .hero-foot { grid-template-columns: 1fr 1fr; }
  .hero-foot > a { grid-column: 1 / -1; }
  .intro, .section-heading, .updates-heading { grid-template-columns: 1fr; gap: 20px; }
  .intro-content { max-width: 760px; }
  .about-story { grid-template-columns: 1fr; gap: 16px; }
  .about-story-heading h3 { max-width: 650px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .prepare-grid { grid-template-columns: repeat(2, 1fr); }
  .news-item { grid-template-columns: 145px minmax(220px, .9fr) minmax(240px, 1.1fr); gap: 24px; }
}

@media (max-width: 760px) {
  :root { --side: 6vw; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(2rem, 8.5vw, 2.5rem); }
  h3 { font-size: 1.3rem; }
  .header { min-height: 80px; flex-wrap: wrap; gap: 8px; }
  .brand-logo { width: 50px; height: 50px; }
  .brand-text span { font-size: .58rem; }
  .brand-text strong { font-size: 1.08rem; }
  .menu-toggle { display: flex; align-items: center; gap: 7px; padding: 10px 0; border: 0; background: transparent; color: var(--ink); }
  .header nav { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-top: 8px; }
  .header nav.is-open { display: flex; }
  .header nav a { padding: 11px 0; border-top: 1px solid var(--line); }
  .nav-contact { justify-content: space-between; border-bottom: 0; }
  .hero { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { padding: 38px 0 32px; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
  .hero-copy .eyebrow { margin-bottom: 17px; }
  .hero-bottom { margin-top: 21px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-photo { min-height: 0; }
  .hero-photo img { height: auto; min-height: 0; }
  .hero-photo figcaption { left: 16px; right: 16px; bottom: 14px; flex-wrap: wrap; }
  .hero-foot { grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .hero-foot > a { grid-column: auto; padding-top: 12px; border-top: 1px solid var(--line); }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .section-heading, .updates-heading { margin-bottom: 28px; }
  .intro { grid-template-columns: 1fr; gap: 26px; }
  .intro-content .lead { font-size: 1.18rem; }
  .about-story { grid-column: auto; padding-top: 30px; }
  .about-story-copy .about-motto { font-size: 1.18rem; }
  .office-gallery { grid-column: auto; grid-template-columns: 1fr; gap: 24px; }
  .office-gallery img { height: clamp(220px, 60vw, 310px); aspect-ratio: auto; }
  .team-list { grid-template-columns: 1fr; gap: 14px; }
  .person, .person-lead { grid-column: auto; min-height: 0; grid-template-columns: 92px 1fr; gap: 16px; padding: 17px; }
  .leader-photo, .person-photo { width: 92px; height: 116px; }
  .person-photo-wide { height: 70px; }
  .person-note { display: none; }
  .services, .prepare-grid { grid-template-columns: 1fr; }
  .prepare-grid { gap: 12px; }
  .prepare-grid article { min-height: 0; padding: 20px; }
  .prepare-contact { align-items: stretch; flex-direction: column; }
  .news-item { grid-template-columns: 1fr; gap: 10px; padding: 21px 0 22px; }
  .news-item-featured { padding: 21px 16px 22px; }
  .news-meta { flex-direction: row; justify-content: space-between; gap: 14px; }
  .contact { grid-template-columns: 1fr; gap: 28px; }
  .contact address { font-size: 1.25rem; }
  .contact-phone { font-size: 1.5rem; }
  .contact-qr-group { max-width: 100%; }
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  footer { display: block; }
  footer > p { margin-top: 18px; }
  .back-top { display: inline-block; margin-top: 20px; }
}

@media (max-width: 390px) {
  .brand-text span { max-width: 145px; line-height: 1.4; }
  .hero-actions, .contact-actions { grid-template-columns: 1fr; }
  .contact-qr-grid { gap: 5px; }
  .contact-qr-grid figure { padding: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
