:root {
  --white: #ffffff;
  --ink: #171b19;
  --muted: #59605c;
  --green: #063f31;
  --green-dark: #032d24;
  --coral: #e85c4a;
  --rule: #d8dedb;
  --soft: #f6f8f7;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --content: min(1180px, calc(100vw - 48px));
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: 0; }
h1 { margin-bottom: 28px; font-size: clamp(3rem, 5.2vw, 5.4rem); max-width: 760px; }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 3.6vw, 4rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.25rem); }

.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; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; width: 100%; min-height: var(--header-height); padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid transparent; background: rgba(255, 255, 255, .96); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--rule); box-shadow: 0 8px 28px rgba(12, 35, 28, .06); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 1.2rem; white-space: nowrap; }
.brand__mark { color: var(--green); font-family: var(--serif); font-size: 2.15rem; line-height: 1; }
.brand--small { font-size: .95rem; }
.brand--small .brand__mark { font-size: 1.7rem; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav a, .site-footer nav a { position: relative; color: var(--ink); text-decoration: none; font-size: .9rem; }
.site-nav a::after, .site-footer nav a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-footer nav a:hover::after, .site-footer nav a:focus-visible::after { transform: scaleX(1); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--green); border-radius: 0; text-decoration: none; font-size: .92rem; font-weight: 600; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: var(--white); background: var(--green); }
.button--primary:hover, .button--primary:focus-visible { background: var(--green-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--rule); background: var(--white); }
.menu-button__line { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); width: var(--content); min-height: calc(100svh - var(--header-height)); margin: 0 auto; border-bottom: 1px solid var(--rule); }
.hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(36px, 5vw, 86px) 72px 0; }
.hero__context, .section-label { margin-bottom: 26px; color: var(--green); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.hero__lead { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.28rem); }
.actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration-color: var(--coral); text-underline-offset: 7px; }
.text-link span { color: var(--coral); font-size: 1.35rem; }
.hero__media { min-height: 620px; margin: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }

.ruled-section { width: var(--content); margin: 0 auto; padding: clamp(72px, 9vw, 128px) 0; border-bottom: 1px solid var(--rule); }
.philosophy { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(44px, 8vw, 110px); }
.philosophy h2 em { color: var(--coral); font-style: normal; }
.prose { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.prose p + p { margin-top: 24px; }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: start; margin-bottom: 64px; }
.section-heading h2 { max-width: 720px; }
.spectrum__groups { display: grid; grid-template-columns: 1fr 1fr; }
.spectrum__group { display: grid; grid-template-columns: 78px 1fr; gap: 24px; min-width: 0; padding-right: 54px; }
.spectrum__group + .spectrum__group { padding-right: 0; padding-left: 54px; border-left: 1px solid var(--rule); }
.line-icon svg { width: 60px; height: 82px; fill: none; stroke: var(--green); stroke-linecap: round; stroke-width: 1.3; }
.clean-list { padding: 0; margin: 30px 0 0; list-style: none; }
.two-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.clean-list li { position: relative; padding-left: 20px; color: var(--muted); }
.clean-list li::before { content: ""; position: absolute; top: .75em; left: 0; width: 8px; height: 1px; background: var(--coral); }

.process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 38px; }
.process__steps article { position: relative; min-height: 220px; padding: 0 52px 0 82px; }
.process__steps article + article { border-left: 1px solid var(--rule); }
.process__steps span { position: absolute; top: 0; left: 20px; color: var(--green); font-family: var(--serif); font-size: 2.4rem; }
.process__steps p { color: var(--muted); }

.profile, .art { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 112px); align-items: center; }
.profile__copy p, .art__copy p { color: var(--muted); }
.profile__facts { margin: 34px 0 0; border-top: 1px solid var(--rule); }
.profile__facts div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.profile__facts dt { color: var(--green); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.profile__facts dd { margin: 0; color: var(--muted); }
.profile__media, .art__media { margin: 0; overflow: hidden; }
.profile__media { aspect-ratio: 1.1 / 1; }
.profile__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.art__media { aspect-ratio: 1.45 / 1; }
.art__media img { width: 100%; height: 100%; object-fit: cover; }
.art .text-link { margin-top: 18px; }

.contact { display: grid; grid-template-columns: .55fr 1.45fr; gap: 54px; align-items: end; }
.contact__details { display: grid; grid-template-columns: repeat(3, 1fr); font-style: normal; }
.contact__details a { min-width: 0; padding: 0 28px; text-decoration: none; }
.contact__details a + a { border-left: 1px solid var(--rule); }
.contact__details strong, .contact__details span { display: block; }
.contact__details strong { margin-bottom: 8px; color: var(--green); font-size: .76rem; text-transform: uppercase; }
.contact__details span { overflow-wrap: anywhere; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; width: var(--content); min-height: 96px; margin: 0 auto; color: var(--muted); font-size: .78rem; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer > :last-child { justify-self: end; }

.legal-page { width: min(860px, calc(100vw - 48px)); margin: 0 auto; padding: 88px 0 120px; }
.legal-page__intro { padding-bottom: 36px; margin-bottom: 48px; border-bottom: 1px solid var(--rule); }
.legal-page h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.legal-page h2 { margin-top: 54px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.legal-page h3 { margin-top: 34px; font-family: var(--sans); font-size: 1rem; font-weight: 700; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page address { color: var(--muted); font-style: normal; }
.legal-page a { text-underline-offset: 4px; }
.legal-page ul { padding-left: 20px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --content: min(760px, calc(100% - 36px)); }
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 18px; }
  .menu-button { display: block; justify-self: end; }
  .header-cta { display: none; }
  .site-nav { position: absolute; top: 100%; right: 18px; left: 18px; display: none; flex-direction: column; gap: 0; padding: 12px 20px; border: 1px solid var(--rule); background: var(--white); box-shadow: 0 18px 32px rgba(12, 35, 28, .08); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--rule); }
  .site-nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .hero__copy { min-width: 0; padding: 72px 0 54px; }
  .hero__media { min-height: 0; aspect-ratio: 4 / 3; }
  .philosophy, .profile, .art, .contact { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 0; }
  .spectrum__groups { grid-template-columns: 1fr; gap: 46px; }
  .spectrum__group + .spectrum__group { padding: 46px 0 0; border-top: 1px solid var(--rule); border-left: 0; }
  .spectrum__group { padding-right: 0; }
  .process__steps { grid-template-columns: 1fr; }
  .process__steps article { min-height: 0; padding: 28px 0 28px 70px; }
  .process__steps article + article { border-top: 1px solid var(--rule); border-left: 0; }
  .process__steps span { top: 24px; left: 0; }
  .contact__details { grid-template-columns: 1fr; }
  .contact__details a { padding: 18px 0; }
  .contact__details a + a { border-top: 1px solid var(--rule); border-left: 0; }
  .site-footer { grid-template-columns: 1fr; padding: 30px 0; }
  .site-footer > :last-child { justify-self: start; }
  .legal-page { width: var(--content); padding-top: 64px; }
}

@media (max-width: 620px) {
  :root { --content: calc(100% - 28px); --header-height: 70px; }
  body { font-size: 15px; }
  .site-header { min-height: var(--header-height); padding: 0 14px; }
  .brand { font-size: 1rem; }
  .brand__mark { font-size: 1.8rem; }
  .hero { width: calc(100% - 28px); max-width: calc(100% - 28px); }
  .hero__copy { padding-top: 54px; }
  .hero__copy > * { max-width: 100%; }
  .hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.1rem); overflow-wrap: anywhere; }
  .hero__lead { overflow-wrap: anywhere; }
  .hero__context, .section-label { margin-bottom: 18px; }
  .hero__media { aspect-ratio: 3 / 4; }
  .ruled-section { padding: 66px 0; }
  .two-column-list { grid-template-columns: 1fr; }
  .spectrum__group { grid-template-columns: 50px 1fr; gap: 12px; }
  .line-icon svg { width: 42px; }
  .profile__facts div { grid-template-columns: 1fr; gap: 4px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .site-footer nav { gap: 18px; flex-wrap: wrap; }
}

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