:root {
  --olive: #26352f;
  --olive-dark: #1d2925;
  --ivory: #f5f1e8;
  --parchment: #eee8dc;
  --sage: #949775;
  --gold: #b59258;
  --graphite: #222724;
  --muted: #666b66;
  --line: rgba(38, 53, 47, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ivory);
}

body {
  margin: 0;
  color: var(--graphite);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ivory);
  background: var(--olive-dark);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 241, 232, 0.96);
}

.header-inner {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  width: 166px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-header nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.site-header nav a,
.site-footer nav a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a {
  padding-block: 8px;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover,
.site-header nav a:focus-visible { border-color: var(--gold); }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 83% 22%, rgba(154, 155, 120, 0.14), transparent 29rem),
    linear-gradient(145deg, var(--ivory), #f8f5ee 64%, #ece7d9);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(181, 146, 88, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 520px;
  height: 520px;
  right: -310px;
  top: -260px;
}

.hero::after {
  width: 340px;
  height: 340px;
  right: -200px;
  top: -165px;
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: clamp(70px, 10vw, 145px);
  padding-block: 110px;
}

.eyebrow,
.section-number,
.card-label,
.small-note {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2,
.hero-line,
.lead,
.statement p {
  font-family: var(--serif);
  font-weight: 400;
}

h1 {
  margin-bottom: 38px;
  color: var(--olive);
  font-size: clamp(4.1rem, 8.5vw, 7.5rem);
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero-line {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  line-height: 1.22;
}

.hero-line em {
  color: var(--gold);
  font-weight: 400;
}

.hero-intro {
  position: relative;
  padding: 42px 0 42px 42px;
  border-left: 1px solid var(--gold);
}

.hero-intro .lead {
  margin-bottom: 24px;
  color: var(--olive-dark);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.42;
}

.hero-intro > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.botanical-mark {
  position: absolute;
  top: -24px;
  left: -6px;
  width: 12px;
  height: 48px;
  border-radius: 80% 0 80% 0;
  background: var(--sage);
  transform: rotate(28deg);
}

.section { padding-block: clamp(90px, 11vw, 150px); }

.split {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(60px, 11vw, 155px);
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--olive);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.section-number { margin-bottom: 16px; }

.section-copy {
  padding-top: 29px;
  max-width: 720px;
}

.section-copy .lead {
  margin-bottom: 28px;
  color: var(--olive-dark);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.45;
}

.section-copy > p:last-child {
  max-width: 630px;
  margin-bottom: 0;
  color: var(--muted);
}

.participation {
  color: var(--ivory);
  background: var(--olive);
}

.horizontal-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 65px;
}

.participation .section-heading h2,
.participation .small-note { color: var(--ivory); }
.participation .small-note { margin-bottom: 8px; opacity: 0.65; }

.participation-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  padding: clamp(35px, 5vw, 68px);
  border: 1px solid rgba(245, 241, 232, 0.25);
  background: rgba(255, 255, 255, 0.035);
}

.participation-index {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 4.7rem;
  line-height: 1;
}

.participation-content { max-width: 790px; }
.participation-content h3 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.13;
}

.participation-content > p:not(.card-label) {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(245, 241, 232, 0.76);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  color: var(--ivory);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span { color: var(--gold); font-size: 1.1rem; transition: transform 160ms ease; }
.text-link:hover span,
.text-link:focus-visible span { transform: translateX(4px); }

.approach { background: var(--parchment); }
.approach .small-note { margin-bottom: 8px; color: var(--muted); }

.principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.principles article {
  min-height: 310px;
  padding: 36px 30px 25px 0;
  border-right: 1px solid var(--line);
}

.principles article:not(:first-child) { padding-left: 30px; }
.principles article:last-child { border-right: 0; }
.principles span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.principles h3 {
  margin: 52px 0 20px;
  color: var(--olive);
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.15;
}

.principles p { margin-bottom: 0; color: var(--muted); font-size: 0.93rem; }

.statement {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: var(--olive-dark);
}

.statement > img {
  position: absolute;
  width: min(570px, 70vw);
  left: 50%;
  top: 50%;
  opacity: 0.055;
  transform: translate(-50%, -50%);
  filter: grayscale(1) brightness(3);
}

.statement-inner {
  position: relative;
  z-index: 1;
  padding-block: 110px;
}

.statement p {
  max-width: 930px;
  margin: 0 auto;
  font-size: clamp(2.7rem, 5.8vw, 5.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-align: center;
}

.company { background: var(--ivory); }
.company-details {
  display: grid;
  align-content: start;
  gap: 7px;
  padding-top: 32px;
  font-style: normal;
  font-size: 1.12rem;
}

.company-details strong {
  margin-bottom: 13px;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
}

.company-details a {
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: var(--olive);
  font-weight: 700;
  text-decoration: none;
}

.site-footer {
  padding-block: 45px;
  color: rgba(245, 241, 232, 0.7);
  background: var(--olive-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  align-items: center;
  gap: 35px;
}

.site-footer p { margin: 0; font-size: 0.82rem; }
.site-footer .footer-name { color: var(--ivory); font-family: var(--serif); font-size: 1.25rem; }
.site-footer > .shell > a { font-size: 0.85rem; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.site-footer nav { gap: 22px; }

.legal-main { min-height: calc(100vh - 260px); }
.legal-hero {
  padding-block: 95px 70px;
  border-bottom: 1px solid var(--line);
  background: var(--parchment);
}
.legal-hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 7vw, 6.3rem);
  line-height: 0.95;
  text-transform: none;
}
.legal-content { max-width: 760px; padding-block: 75px 110px; }
.legal-content h2 {
  margin: 55px 0 14px;
  color: var(--olive);
  font-size: 1.7rem;
  letter-spacing: -0.02em;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p,
.legal-content address { color: var(--muted); }
.legal-content address { display: grid; gap: 3px; font-style: normal; }
.legal-content a { color: var(--olive); text-underline-offset: 3px; }

.error-main {
  min-height: calc(100vh - 260px);
  display: grid;
  place-items: center;
  padding-block: 90px;
  text-align: center;
}
.error-code { margin: 0 0 15px; color: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; }
.error-main h1 { font-size: clamp(3.5rem, 8vw, 7rem); text-transform: none; }
.error-main p { color: var(--muted); }
.error-main .text-link { margin-top: 25px; color: var(--olive); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 900px) {
  .header-inner { min-height: 124px; }
  .brand { width: 142px; }
  .site-header nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; min-height: 0; padding-block: 90px; }
  .hero-intro { max-width: 650px; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principles article:nth-child(2) { border-right: 0; }
  .principles article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .site-footer nav { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 0; padding-block: 22px; align-items: flex-start; }
  .brand { width: 118px; }
  .site-header nav { max-width: 190px; justify-content: flex-end; gap: 7px 15px; padding-top: 8px; }
  .site-header nav a { font-size: 0.62rem; }
  .hero-grid { padding-block: 75px 85px; gap: 55px; }
  h1 { font-size: clamp(3.25rem, 16vw, 5rem); line-height: 0.88; }
  .hero-line { font-size: 1.45rem; }
  .hero-intro { padding: 25px 0 10px 24px; }
  .hero-intro .lead { font-size: 1.5rem; }
  .section { padding-block: 80px; }
  .split { grid-template-columns: 1fr; gap: 42px; }
  .section-heading h2 { font-size: 3.1rem; }
  .section-copy, .company-details { padding-top: 0; }
  .horizontal-heading { display: block; margin-bottom: 45px; }
  .small-note { margin-top: 20px; }
  .participation-card { grid-template-columns: 1fr; padding: 32px 24px; }
  .participation-index { font-size: 3.4rem; }
  .participation-content h3 { font-size: 2.1rem; overflow-wrap: anywhere; }
  .principles { grid-template-columns: 1fr; }
  .principles article,
  .principles article:not(:first-child) { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin: 25px 0 12px; }
  .statement { min-height: 430px; }
  .statement p { font-size: 2.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .site-footer nav { grid-column: auto; }
  .legal-hero { padding-block: 70px 55px; }
  .legal-content { padding-block: 60px 85px; }
}

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