:root {
  --ink: #17231f;
  --muted: #66716c;
  --paper: #f7f4ed;
  --card: #fffdf8;
  --line: #dcd8cd;
  --accent: #185e53;
  --accent-soft: #dcebe5;
  --warm: #d8754c;
  --radius: 1.25rem;
  --shadow: 0 1.25rem 4rem rgb(37 48 43 / 9%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 20rem; background: var(--paper); color: var(--ink); line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .2rem solid var(--warm); outline-offset: .2rem; }

.skip-link { position: fixed; z-index: 20; top: .75rem; left: .75rem; padding: .75rem 1rem; border-radius: .5rem; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 90rem; margin: 0 auto; padding: 1.1rem clamp(1.25rem, 4vw, 4.5rem); }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; letter-spacing: -.02em; }
.wordmark span { display: grid; place-items: center; width: 2.3rem; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--accent); font-weight: 800; font-size: .8rem; }
.wordmark strong { font-size: 1.05rem; }
.primary-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.8vw, 1.65rem); font-size: .9rem; }
.primary-nav a { padding: .35rem .1rem; color: var(--muted); text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.primary-nav a[aria-current="page"] { box-shadow: 0 2px var(--warm); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .85rem; color: var(--ink); background: var(--card); font: inherit; }

main { min-height: calc(100vh - 14rem); }
.content-section { max-width: 80rem; margin: 0 auto; padding: clamp(3.5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 4.5rem); }
.content-section + .content-section { border-top: 1px solid var(--line); }
.island-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(22rem, 1.12fr); align-items: center; gap: clamp(2rem, 6vw, 6.5rem); padding-top: clamp(2rem, 5vw, 4.5rem); }
.hero-copy h1, .contact-panel h1, .legal-placeholder h1, .not-found h1 { max-width: 13ch; margin: .3rem 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 7vw, 6.5rem); font-weight: 500; line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.hero-summary { max-width: 38rem; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { position: absolute; z-index: -1; inset: 8% -5% -8% 12%; border-radius: 50%; background: var(--accent-soft); content: ""; filter: blur(1px); }
.hero-visual img { border-radius: 48% 48% 1.5rem 1.5rem; box-shadow: var(--shadow); }
.media-placeholder { display: grid; place-items: center; min-height: 18rem; padding: 2rem; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); background: var(--accent-soft); font-weight: 700; text-align: center; }
.eyebrow { margin: 0 0 .8rem; color: var(--accent); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1.15rem; border-radius: 999px; color: white; background: var(--accent); font-weight: 700; text-decoration: none; }
.button:hover { background: #104d44; }
.button-small { min-height: 2.5rem; padding: .5rem .9rem; font-size: .85rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.5rem; }
.section-heading .eyebrow { flex: 0 0 auto; }
.section-heading h2 { width: min(100%, 18ch); margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { min-height: 15rem; padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 .5rem 2rem rgb(37 48 43 / 4%); }
.card h3 { margin: .5rem 0 .75rem; font-size: 1.25rem; line-height: 1.25; }
.card p:last-child { margin-bottom: 0; color: var(--muted); }
.meta { color: var(--accent); font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.service-number { color: var(--warm); font-family: Georgia, serif; font-size: 2rem; }

.list-stack { display: grid; gap: 1rem; }
.list-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.list-card h2 { margin: .25rem 0 .4rem; font-size: clamp(1.35rem, 3vw, 2rem); }
.list-card p { margin: 0; color: var(--muted); }
.text-link { color: var(--accent); font-weight: 800; text-decoration-thickness: .08em; text-underline-offset: .25em; white-space: nowrap; }
.download-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.download-list li { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.25rem 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--card); }
.download-list strong, .download-list span { display: block; }
.download-list span { margin-top: .2rem; color: var(--muted); font-size: .9rem; }

.avatar { display: grid; place-items: center; width: 5rem; aspect-ratio: 1; margin-bottom: 1.5rem; border-radius: 42% 58% 55% 45%; color: white; background: var(--accent); font-family: Georgia, serif; font-size: 1.4rem; }
.person-card:nth-child(2) .avatar { background: var(--warm); }
.person-card:nth-child(3) .avatar { color: var(--ink); background: #e8c867; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--card); }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; min-height: 16rem; object-fit: cover; }
.gallery-grid figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.contact-panel, .legal-placeholder, .not-found { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .5fr); gap: 4rem; max-width: 80rem; margin: 0 auto; padding: clamp(4rem, 10vw, 9rem) clamp(1.25rem, 5vw, 4.5rem); }
.contact-panel h1, .legal-placeholder h1, .not-found h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.contact-panel p, .legal-placeholder p { max-width: 42rem; color: var(--muted); font-size: 1.1rem; }
.contact-panel address { align-self: center; padding: 2rem; border-radius: var(--radius); background: var(--accent); color: white; font-style: normal; }
.contact-panel address a { display: inline-block; margin-top: .35rem; }
.legal-placeholder, .not-found { display: block; }
.legal-placeholder { max-width: 62rem; }
.badge { display: inline-flex; padding: .35rem .65rem; border-radius: 999px; color: #753115 !important; background: #f7d9c9; font-size: .78rem !important; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.site-footer { display: flex; justify-content: space-between; gap: 2rem; max-width: 80rem; margin: 0 auto; padding: 2.5rem clamp(1.25rem, 5vw, 4.5rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.site-footer p { margin: .3rem 0 0; }
.site-footer nav { display: flex; gap: 1.25rem; }

@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; gap: .75rem; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { display: none; flex: 1 0 100%; align-items: stretch; padding: .75rem 0; overflow-x: auto; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { flex: 0 0 auto; padding: .5rem .25rem; }
  .island-hero { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-visual img { max-height: 25rem; width: 100%; object-fit: cover; }
  .section-heading { display: block; }
  .card-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:first-child { grid-row: auto; }
  .list-card { grid-template-columns: 1fr; gap: 1rem; }
  .download-list li { align-items: stretch; flex-direction: column; gap: 1rem; }
  .download-list .button { align-self: flex-start; }
  .contact-panel { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer { flex-direction: column; }
}

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