:root {
  --ink: #183033;
  --ink-deep: #102a2e;
  --paper: #f8f6f0;
  --paper-2: #efece4;
  --white: #fffefb;
  --accent: #a96946;
  --muted: #647477;
  --line: #d9d7cf;
  --focus: #8c4b2d;
  --radius: 22px;
  --shadow: 0 20px 70px rgba(16, 42, 46, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-180%); background: var(--ink-deep); color: white; padding: .7rem 1rem; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(24,48,51,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 1.18rem; letter-spacing: .01em; }
.brand-text small { color: var(--muted); margin-top: 5px; font-size: .73rem; letter-spacing: .04em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: .93rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .65rem 1rem; }
.nav-cta:hover { background: var(--ink-deep); color: white; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { padding: 80px 0 94px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .65fr); gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; }
h1 { font-size: clamp(3.1rem, 7.3vw, 6.9rem); line-height: .95; margin: 0; max-width: 930px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.2rem); line-height: 1.03; margin: 0 0 28px; max-width: 860px; }
h3 { font-size: 1.65rem; margin: 0 0 10px; }
.hero-lead { max-width: 700px; font-size: 1.19rem; color: #405456; margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border-radius: 999px; text-decoration: none; font-weight: 650; }
.button-primary { background: var(--ink-deep); color: white; }
.button-primary:hover { background: #193b40; }
.button-secondary { border: 1px solid var(--line); background: var(--white); }
.button-secondary:hover { border-color: var(--ink); }
.microcopy { font-size: .8rem; color: var(--muted); margin-top: 20px; max-width: 630px; }
.hero-card { background: var(--ink-deep); color: var(--white); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); position: relative; }
.hero-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; top: -70px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.card-kicker { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; margin: 0 0 28px; }
.hero-card dl { margin: 0; }
.hero-card dl div { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 85px 1fr; gap: 14px; }
.hero-card dt { color: #b9c7c8; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-card dd { margin: 0; }

.section { padding: 110px 0; }
.section-tint { background: var(--paper-2); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; }
.prose { font-size: 1.06rem; color: #405456; }
.prose p:first-child { margin-top: 0; }
.cards { display: grid; gap: 18px; margin-top: 50px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 300px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; }
.service-number { color: var(--accent); font-size: .78rem; letter-spacing: .12em; margin-bottom: auto; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 78px; align-items: center; }
.portrait-placeholder { min-height: 520px; border-radius: var(--radius); background: linear-gradient(145deg, #d8d0c4, #ece7dd); display: grid; place-items: center; align-content: center; gap: 12px; color: #7a6d63; overflow: hidden; }
.portrait-placeholder span { font-family: Georgia, "Times New Roman", serif; font-size: 6rem; opacity: .4; }
.portrait-placeholder small { text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; text-underline-offset: 5px; }
.quote-section { background: var(--ink-deep); color: var(--white); }
.quote-wrap { max-width: 980px; }
blockquote { font-size: clamp(2.2rem, 5vw, 4.7rem); line-height: 1.05; margin: 0; }
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; }
.contact-intro { max-width: 650px; color: var(--muted); }
.contact-list { border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.contact-list span { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.contact-list a { text-underline-offset: 4px; }
address { font-style: normal; }

.site-footer { padding: 70px 0; background: #0d2225; color: #dce4e4; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr; gap: 60px; }
.brand-footer { color: white; margin-bottom: 20px; }
.brand-footer .brand-mark { border-color: rgba(255,255,255,.65); }
.brand-footer .brand-text small { color: #aebbbb; }
.site-footer p { color: #9eacad; max-width: 440px; }
.site-footer a:not(.brand) { display: block; color: #dce4e4; margin: 7px 0; text-underline-offset: 4px; }
.footer-title { font-family: inherit; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 17px; color: #9eacad; }
.needs-data { color: #f1b998; }

.legal-header { border-bottom: 1px solid var(--line); padding: 22px 0; }
.legal-main { padding: 80px 0 100px; }
.legal-article { max-width: 840px; }
.legal-article h1 { font-size: clamp(3rem, 7vw, 5.8rem); margin-bottom: 12px; }
.legal-article h2 { font-family: inherit; font-size: 1.25rem; font-weight: 750; letter-spacing: 0; line-height: 1.3; margin: 45px 0 12px; }
.legal-article p { color: #405456; }
.legal-updated { color: var(--muted) !important; font-size: .88rem; margin-bottom: 40px; }
.legal-notice { margin-top: 50px; padding: 20px 22px; background: #fff1e8; border-left: 4px solid var(--accent); }
.legal-footer { border-top: 1px solid var(--line); padding: 28px 0 45px; }
.legal-footer a { text-underline-offset: 4px; }

@media (max-width: 900px) {
  .header-inner { min-height: 74px; }
  .nav-toggle { display: block; cursor: pointer; }
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 24px 20px 30px; background: var(--paper); border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: 16px; }
  .site-nav.is-open { display: flex; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .hero { padding-top: 55px; }
  .hero-grid, .split, .profile-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { gap: 50px; }
  .hero-card { max-width: 560px; }
  .cards.three { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .portrait-placeholder { min-height: 420px; max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand-text small { display: none; }
  .hero { padding: 42px 0 64px; }
  h1 { font-size: clamp(3rem, 15.6vw, 5.1rem); }
  h2 { font-size: 2.6rem; }
  .section { padding: 78px 0; }
  .hero-card { padding: 25px; }
  .hero-card dl div { grid-template-columns: 1fr; gap: 4px; }
  .profile-grid { gap: 35px; }
  .portrait-placeholder { min-height: 360px; }
  .contact-list > div { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .legal-main { padding-top: 55px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
