:root {
  --ink: #18322d;
  --ink-soft: #53645f;
  --paper: #f4f1eb;
  --paper-light: #fbfaf7;
  --sage: #ccd4c8;
  --sage-light: #e4e8df;
  --accent: #9b7041;
  --accent-light: #e5d5c2;
  --line: rgba(24, 50, 45, 0.16);
  --shadow: 0 24px 70px rgba(24, 50, 45, 0.12);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Instrument Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.03; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; top: 0; left: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 24px clamp(20px, 5vw, 76px); background: linear-gradient(to bottom, rgba(251, 250, 247, .94), rgba(251, 250, 247, 0)); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; }
.brand-mark { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: .9rem; }
.site-header nav { display: flex; gap: 28px; color: var(--ink-soft); font-size: .86rem; }
.site-header nav a, .footer-links a, .text-link { transition: color 180ms ease; }
.site-header nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--accent); }
.header-cta { justify-self: end; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(251, 250, 247, .76); font-size: .82rem; font-weight: 600; transition: color 180ms ease, border-color 180ms ease, background 180ms ease; }
.header-cta:hover { border-color: var(--accent); background: var(--paper-light); color: var(--accent); }

.hero { position: relative; display: grid; min-height: 100svh; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); padding: 118px clamp(20px, 5vw, 76px) 52px; background: radial-gradient(circle at 10% 78%, rgba(204, 212, 200, .58), transparent 25%), var(--paper-light); }
.hero::before { position: absolute; top: 18%; left: -90px; width: 220px; height: 220px; border: 1px solid var(--accent-light); border-radius: 50%; content: ""; pointer-events: none; }
.hero-copy { z-index: 1; align-self: center; max-width: 760px; padding: 48px clamp(0px, 5vw, 80px) 48px 0; }
.eyebrow { margin-bottom: 26px; color: var(--accent); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(3.3rem, 6.2vw, 6.8rem); letter-spacing: -.045em; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.22rem); }
.hero-actions, .location-actions, .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-size: .88rem; font-weight: 600; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 28px rgba(24, 50, 45, .16); }
.button-primary:hover { background: #25463f; box-shadow: 0 16px 34px rgba(24, 50, 45, .22); }
.button-light { background: var(--paper-light); color: var(--ink); }
.text-link { border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 600; }
.availability { display: flex; align-items: center; gap: 9px; margin: 34px 0 0; color: var(--ink-soft); font-size: .78rem; }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: #678a74; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 660px; margin: 38px 0 0; border-top: 1px solid var(--line); }
.hero-facts div { padding: 17px 18px 0 0; }
.hero-facts dt { margin-bottom: 4px; color: var(--accent); font-size: .64rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-facts dd { margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.4; }
.hero-portrait { position: relative; overflow: hidden; min-height: 660px; margin: 0; background: var(--sage); box-shadow: var(--shadow); }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.88); transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.hero-portrait:hover img { transform: scale(1.015); }
.hero-portrait figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 20px; padding: 52px 28px 24px; background: linear-gradient(transparent, rgba(18,34,30,.76)); color: white; font-size: .75rem; }
.portrait-note { position: absolute; top: 30px; left: 0; display: grid; width: min(250px, 68%); gap: 4px; padding: 18px 22px; border-left: 4px solid var(--accent); background: rgba(244, 241, 235, .94); color: var(--ink); box-shadow: 0 16px 36px rgba(24, 50, 45, .14); }
.portrait-note span { color: var(--accent); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.portrait-note strong { font-family: var(--serif); font-size: 1.14rem; font-weight: 500; line-height: 1.15; }

.intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: clamp(72px, 10vw, 148px) clamp(20px, 10vw, 160px); border-bottom: 1px solid var(--line); background: linear-gradient(110deg, var(--paper) 0 74%, var(--sage-light) 74%); }
.intro p:first-child { color: var(--accent); font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.intro p:last-child { max-width: 850px; margin-bottom: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.3rem); line-height: 1.12; }

.section { padding: clamp(88px, 11vw, 160px) clamp(20px, 8vw, 128px); }
.section-heading { max-width: 820px; margin-bottom: clamp(54px, 7vw, 100px); }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.3rem); letter-spacing: -.035em; }
.section-description { max-width: 520px; margin: 26px 0 0; color: rgba(255,255,255,.66); }

.service-list { display: grid; grid-template-columns: .94fr 1.06fr; gap: 22px; }
.service { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 24px; min-height: 320px; padding: clamp(28px, 4vw, 48px); overflow: hidden; border: 1px solid var(--line); background: var(--paper-light); transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease; }
.service:nth-child(2) { background: var(--sage-light); }
.service:nth-child(3) { grid-column: 1 / -1; grid-template-columns: 58px minmax(0, 720px); min-height: 260px; background: var(--ink); color: var(--paper); }
.service::after { position: absolute; right: -54px; bottom: -74px; width: 190px; height: 190px; border: 1px solid var(--accent-light); border-radius: 50%; content: ""; opacity: .66; }
.service:hover { z-index: 1; border-color: rgba(155, 112, 65, .45); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-number, .process-list > li > span, .location-grid span { color: var(--accent); font-size: .72rem; letter-spacing: .1em; }
.service-number { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.service h3 { margin-bottom: 20px; font-size: clamp(1.9rem, 3vw, 3.1rem); }
.service p { max-width: 620px; margin-bottom: 24px; color: var(--ink-soft); }
.service:nth-child(3) p { color: rgba(255,255,255,.68); }
.service-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.service-topics li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .7rem; }
.service:nth-child(3) .service-topics li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.72); }

.process { position: relative; display: grid; grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr); gap: 8vw; padding: clamp(88px, 11vw, 160px) clamp(20px, 8vw, 128px); overflow: hidden; background: var(--ink); color: var(--paper); }
.process::after { position: absolute; right: -140px; bottom: -140px; width: 390px; height: 390px; border: 1px solid rgba(229, 213, 194, .22); border-radius: 50%; content: ""; }
.process .eyebrow { color: #d2b490; }
.process-list { z-index: 1; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding 220ms ease; }
.process-list li:hover { padding-left: 12px; }
.process-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(210, 180, 144, .48); border-radius: 50%; color: #d2b490; }
.process-list h3 { margin-bottom: 8px; font-size: 2rem; }
.process-list p { max-width: 500px; margin-bottom: 0; color: rgba(255,255,255,.68); }

.about { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(360px, 1.22fr); gap: 10vw; align-items: center; background: linear-gradient(90deg, var(--sage-light) 0 31%, var(--paper) 31%); }
.about-photo { position: relative; max-width: 520px; }
.about-photo::before { position: absolute; top: -22px; right: -22px; width: 42%; height: 36%; border-top: 1px solid var(--accent); border-right: 1px solid var(--accent); content: ""; }
.about-photo img { position: relative; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(.82); box-shadow: var(--shadow); }
.about-copy { max-width: 760px; }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.about-copy h2 { margin-bottom: 34px; }
.about-copy blockquote { margin: 34px 0 0; padding: 6px 0 6px 24px; border-left: 2px solid var(--accent); color: var(--ink); font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.25; }
.credentials { margin: 42px 0 0; border-top: 1px solid var(--line); }
.credentials div { display: grid; grid-template-columns: 140px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credentials dt { color: var(--ink-soft); font-size: .78rem; }
.credentials dd { margin: 0; font-weight: 600; }

.locations { background: var(--paper-light); }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.location-grid > div { position: relative; min-height: 250px; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: transform 220ms ease, background 220ms ease; }
.location-grid > div:nth-child(even) { background: var(--sage-light); }
.location-grid > div:hover { z-index: 1; background: var(--accent-light); transform: translateY(-5px); }
.location-grid > div::after { position: absolute; right: -42px; bottom: -52px; width: 130px; height: 130px; border: 1px solid rgba(155, 112, 65, .36); border-radius: 50%; content: ""; }
.location-grid .location-type { margin: 38px 0 0; color: var(--accent); font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.location-grid h3 { margin: 10px 0 8px; font-size: clamp(1.5rem, 2vw, 2.2rem); }
.location-grid p:last-child { color: var(--ink-soft); font-size: .82rem; }
.location-actions { margin-top: 38px; }

.contact { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(420px, 1.3fr); gap: clamp(48px, 9vw, 140px); align-items: center; padding: clamp(90px, 12vw, 170px) clamp(20px, 9vw, 140px); background: linear-gradient(120deg, #102520, var(--ink)); color: var(--paper); }
.contact-profile { display: grid; grid-template-columns: 92px 1fr; gap: 20px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.contact-profile img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; filter: grayscale(.15); }
.contact-profile span, .contact-profile small { display: block; }
.contact-profile span { font-family: var(--serif); font-size: 1.25rem; line-height: 1.15; }
.contact-profile small { margin-top: 5px; color: rgba(255,255,255,.54); font-size: .7rem; letter-spacing: .08em; }
.contact .eyebrow { color: #d2b490; }
.contact h2 { max-width: 760px; margin: 0 0 24px; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.68); }
.contact .text-link { border-color: rgba(255,255,255,.22); }

footer { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; padding: 58px clamp(20px, 5vw, 76px) 30px; background: #0d201c; color: white; }
.footer-brand { margin-bottom: 18px; }
footer > div > p { color: rgba(255,255,255,.58); font-size: .85rem; }
.footer-links { display: flex; justify-content: flex-end; align-items: start; gap: 28px; color: rgba(255,255,255,.74); font-size: .86rem; }
.legal { grid-column: 1 / -1; margin: 42px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

@media (max-width: 1050px) {
  .site-header nav { gap: 18px; }
  .service-list { grid-template-columns: 1fr; }
  .service:nth-child(3) { grid-column: auto; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 110px; }
  .hero-copy { max-width: none; padding: 50px 0 58px; }
  .hero-portrait { min-height: 70svh; }
  .intro, .process, .about, .contact { grid-template-columns: 1fr; }
  .about { background: linear-gradient(180deg, var(--sage-light) 0 30%, var(--paper) 30%); }
  .about-photo { max-width: 470px; }
  .contact-profile { max-width: 390px; }
}

@media (max-width: 560px) {
  .site-header { padding: 18px 20px; }
  .brand > span:last-child { max-width: 120px; line-height: 1.15; }
  .header-cta { padding: 8px 13px; font-size: .76rem; }
  .hero { padding-right: 20px; padding-left: 20px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .hero-portrait { min-height: 520px; }
  .hero-portrait figcaption { flex-direction: column; gap: 3px; }
  .portrait-note { top: 18px; }
  .intro { gap: 24px; background: var(--paper); }
  .service, .service:nth-child(3) { grid-template-columns: 1fr; min-height: 0; }
  .service-number { margin-bottom: 8px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 16px; }
  .process-list li:hover { padding-left: 0; }
  .about-photo { max-width: 88%; }
  .credentials div { grid-template-columns: 1fr; gap: 2px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid > div { min-height: 220px; }
  .contact-profile { grid-template-columns: 72px 1fr; }
  .contact-profile img { width: 72px; height: 72px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .legal { grid-column: auto; margin-top: 10px; }
}

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