:root {
  --paper: #f4f1eb;
  --paper-deep: #e9e4da;
  --ink: #1d2c2f;
  --muted: #687375;
  --line: rgba(29, 44, 47, 0.16);
  --green: #587066;
  --green-deep: #354b48;
  --blue-pale: #dbe8e6;
  --clay: #b56f58;
  --white: #fffdf8;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.container { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 235, 0.95);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: var(--green-deep); color: var(--white); font-size: 12px; letter-spacing: .04em;
}
.brand-copy { display: grid; gap: 0; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.brand-copy small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; color: var(--muted); }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.nav-cta { color: var(--ink) !important; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; padding: 8px 0; }

.hero { padding-top: 88px; padding-bottom: 90px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 10%; align-items: center; }
.hero-copy { max-width: 640px; }
.section-kicker { margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 7vw, 92px); font-weight: 400; letter-spacing: 0; line-height: .98; }
.hero-role { margin: 22px 0 0; color: var(--clay); font-size: 19px; }
.hero-lead { max-width: 530px; margin: 30px 0 0; color: var(--muted); font-size: 19px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-deep); color: var(--white); }
.button-primary:hover { background: var(--green); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--green-deep); }
.button-light:hover { background: var(--blue-pale); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link:hover { color: var(--clay); border-color: var(--clay); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 34px; margin: 64px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts dt { font-family: var(--serif); font-size: 21px; }
.hero-facts dd { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-portrait { margin: 0; }
.portrait-frame { position: relative; aspect-ratio: .84; overflow: hidden; background: var(--paper-deep); }
.portrait-frame::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--clay); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; filter: grayscale(100%) contrast(.96); }
.split-grid, .boundaries-grid, .experience-grid, .contact-grid { display: grid; grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr); gap: 10%; }
.section-heading h2 { max-width: 420px; margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.4vw, 62px); font-weight: 400; line-height: 1.02; }
#about .section-heading h2 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.08; }
.heading-wide h2 { max-width: 700px; }
.section-body { max-width: 660px; }
.section-body p { color: var(--muted); }
.large-copy { margin: 0 0 24px; color: var(--ink) !important; font-family: var(--serif); font-size: 29px; line-height: 1.2; }
.about-quote { quotes: none; }

.topics-band { background: var(--paper-deep); }
.topics-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 62px; border-top: 1px solid var(--line); }
.topic-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.topic-number { color: var(--clay); font-family: var(--serif); font-size: 22px; }
.topic-item h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.topic-item p { margin: 0; max-width: 410px; color: var(--muted); font-size: 14px; }
.topics-note { max-width: 560px; margin: 34px 0 0 auto; color: var(--muted); font-size: 13px; white-space: pre-line; }

.boundaries-section { background: var(--white); }
.boundaries-copy { display: grid; gap: 0; }
.boundary-block { padding: 28px 0; border-top: 1px solid var(--line); }
.boundary-block:last-child { border-bottom: 1px solid var(--line); }
.boundary-label { display: block; margin-bottom: 10px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.boundary-block p { max-width: 650px; margin: 0; font-family: var(--serif); font-size: 30px; line-height: 1.17; }
.boundary-limit p { color: var(--muted); }
.boundary-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.boundary-list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-family: var(--serif); font-size: 28px; line-height: 1.17; }
.boundary-list li::before { content: "—"; color: var(--clay); }
.boundary-block .boundary-emergency { margin-top: 26px; font-family: var(--sans); font-size: 13px; line-height: 1.55; }

.format-band { background: var(--green-deep); color: var(--white); }
.format-grid { display: grid; grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr); gap: 10%; align-items: end; }
.section-kicker-light { color: var(--blue-pale); }
.format-band h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); font-weight: 400; line-height: 1.02; }
.format-details { max-width: 590px; }
.format-details > p { max-width: 520px; margin: 0; color: rgba(255, 253, 248, .74); font-size: 18px; }
.format-prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 34px 0; border-top: 1px solid rgba(255, 253, 248, .24); }
.format-price { display: grid; gap: 3px; padding: 20px 24px 20px 0; border-bottom: 1px solid rgba(255, 253, 248, .24); }
.format-price + .format-price { padding-left: 24px; border-left: 1px solid rgba(255, 253, 248, .24); }
.format-price strong { font-family: var(--serif); font-size: 39px; font-weight: 400; }
.format-price .format-label { color: var(--blue-pale); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.format-price small { color: rgba(255, 253, 248, .66); font-size: 12px; }

#experience { background: var(--white); }

.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.timeline-year { color: var(--clay); font-family: var(--serif); font-size: 24px; }
.timeline-item h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 14px; }

.project-section { background: var(--blue-pale); }
.project-copy { max-width: 650px; }
.project-copy .large-copy { margin-top: 0; }
.project-link { display: inline-flex; gap: 8px; margin-top: 28px; }

.contact-section { background: var(--paper); }
.contact-copy { max-width: 620px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 20px; }
.contact-note { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0 30px; color: var(--muted); font-size: 11px; }

.not-found {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 100vh;
  width: min(680px, calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0;
}
.not-found h1 { margin: 12px 0 16px; font-family: var(--serif); font-size: clamp(46px, 7vw, 82px); font-weight: 400; line-height: 1; }
.not-found > p:not(.section-index) { margin: 0 0 30px; color: var(--muted); font-size: 18px; }

@media (max-width: 900px) {
  .container { width: min(var(--max), calc(100% - 40px)); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 10px; border-bottom: 0; }
  .hero-grid { gap: 42px; }
  .section-pad { padding: 82px 0; }
  .split-grid, .boundaries-grid, .experience-grid, .contact-grid, .format-grid { grid-template-columns: 1fr; gap: 44px; }
  .topics-list { margin-top: 42px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .container { width: calc(100% - 32px); }
  .hero { padding-top: 56px; padding-bottom: 64px; }
  .hero-grid { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 36px; }
  .hero h1 { font-size: clamp(48px, 17vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-facts { gap: 20px; margin-top: 44px; }
  .hero-facts dt { font-size: 18px; }
  .portrait-frame::after { inset: 12px -10px -10px 12px; }
  .section-heading h2, .format-band h2 { font-size: 44px; }
  #about .section-heading h2 { font-size: 36px; }
  .large-copy { font-size: 25px; }
  .topics-list { grid-template-columns: 1fr; }
  .topic-item { grid-template-columns: 42px 1fr; }
  .topic-item h3 { font-size: 22px; }
  .boundary-block p { font-size: 26px; }
  .timeline-item { grid-template-columns: 80px 1fr; gap: 14px; }
  .timeline-item h3 { font-size: 22px; }
  .format-prices { grid-template-columns: 1fr; }
  .format-price + .format-price { padding-left: 0; border-left: 0; }
  .footer-inner { flex-direction: column; gap: 8px; }
}
