:root {
  color-scheme: light;
  --ink: #273133;
  --ink-soft: #4f5957;
  --muted: #747970;
  --paper: #fffefa;
  --chalk: #f7f3eb;
  --chalk-deep: #eee8dc;
  --green: #33433f;
  --sage: #718078;
  --brass: #a66a2c;
  --line: #d9d3c7;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--chalk);
  color: var(--ink);
  font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 20; background: var(--green); color: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 24px 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.signature { display: grid; width: 154px; justify-items: center; text-decoration: none; }
.signature img { display: block; width: 100%; height: auto; }
.signature-suffix {
  width: 124px;
  margin-top: -1px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}
.signature-suffix::before, .signature-suffix::after { content: ""; height: 1px; flex: 1; background: currentColor; opacity: .65; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 650; }
nav a { text-decoration: none; }
nav a:not(.portal-link):hover { color: var(--brass); }
.portal-link { border: 1px solid var(--green); padding: 10px 14px; transition: background .18s, color .18s; }
.portal-link:hover { background: var(--green); color: white; }

main, footer { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  padding: 76px 0 92px;
}
.eyebrow { margin: 0 0 18px; color: var(--brass); font-size: 11px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 730px; font-size: clamp(52px, 6.4vw, 92px); letter-spacing: -.045em; }
h2 { font-size: clamp(38px, 4.3vw, 64px); letter-spacing: -.035em; }
h3 { font-size: 27px; }
.lead { max-width: 640px; margin: 30px 0 32px; color: var(--ink-soft); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.65; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--green); font-size: 13px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.hero-mark { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; background: #ebe7db; border-radius: 52% 48% 48% 52% / 55% 43% 57% 45%; isolation: isolate; }
.hero-mark::before { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(255,255,255,.82), transparent 45%); }
.sun { position: absolute; width: 27%; aspect-ratio: 1; right: 17%; top: 17%; border: 1px solid rgba(166,106,44,.48); border-radius: 50%; box-shadow: inset 0 0 0 28px rgba(196,151,90,.12); }
.ridge { position: absolute; left: -10%; width: 122%; height: 54%; bottom: 9%; border-radius: 50% 50% 0 0 / 45% 45% 0 0; transform: rotate(-7deg); }
.ridge-back { bottom: 20%; background: #88928a; clip-path: polygon(0 63%, 12% 47%, 26% 55%, 40% 32%, 55% 55%, 70% 38%, 84% 54%, 100% 33%, 100% 100%, 0 100%); }
.ridge-front { background: var(--green); clip-path: polygon(0 49%, 15% 58%, 30% 40%, 47% 59%, 64% 30%, 79% 53%, 100% 40%, 100% 100%, 0 100%); }
.field-line { position: absolute; z-index: 2; left: -15%; width: 135%; height: 42%; border: 1px solid rgba(255,254,250,.58); border-radius: 50%; transform: rotate(-7deg); }
.field-one { bottom: -14%; }.field-two { bottom: -3%; }.field-three { bottom: 8%; }
.coordinate { position: absolute; z-index: 3; right: 12%; bottom: 9%; color: rgba(255,255,255,.7); font: 650 9px/1 system-ui; letter-spacing: .16em; text-transform: uppercase; }

.statement { border-top: 1px solid var(--line); padding: 100px 0 110px; display: grid; grid-template-columns: 80px 1.15fr .85fr; gap: clamp(28px, 5vw, 72px); }
.section-number, .field-index { color: var(--brass); font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.section-number { margin: 8px 0; }
.statement-copy { padding-top: 35px; color: var(--ink-soft); }
.statement-copy p { margin: 0 0 20px; }

.fields { background: var(--green); color: #f7f3eb; padding: 82px clamp(24px, 5vw, 72px) 76px; margin-inline: max(calc((var(--max) - 100vw) / 2), -24px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.section-heading > p { max-width: 290px; color: #bac2bd; }
.field-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.field-grid article { position: relative; min-height: 380px; padding: 26px 26px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.field-grid article + article { padding-left: 26px; }
.field-grid article:last-child { border-right: 0; }
.field-index { color: #d4a66f; }
.field-symbol { height: 100px; width: 100px; margin: 50px 0 42px; position: relative; opacity: .74; }
.symbol-leaf { border: 1px solid #c4cdc7; border-radius: 100% 0 100% 0; transform: rotate(-18deg); }
.symbol-leaf::after { content:""; position:absolute; width:1px; height:122%; background:#c4cdc7; left:50%; top:-10%; transform:rotate(44deg); }
.symbol-angle { border-left: 1px solid #c4cdc7; border-bottom: 1px solid #c4cdc7; transform: rotate(-45deg) scale(.75); }
.symbol-angle::after { content:""; position:absolute; inset:20px; border-left:1px solid #c4cdc7; border-bottom:1px solid #c4cdc7; }
.symbol-spore { border: 1px solid #c4cdc7; border-radius: 50%; box-shadow: 28px 18px 0 -12px var(--green), 28px 18px 0 -11px #c4cdc7, -14px 28px 0 -18px var(--green), -14px 28px 0 -17px #c4cdc7; }
.symbol-orbit { border: 1px solid #c4cdc7; border-radius: 50%; transform: rotate(32deg) scaleY(.42); }
.symbol-orbit::after { content:""; position:absolute; width:10px; height:10px; border-radius:50%; background:#c4cdc7; right:3px; top:42px; }
.field-grid h3 { margin-bottom: 17px; }
.field-grid p { margin: 0; color: #bac2bd; font-size: 14px; line-height: 1.75; }

.closing { padding: 112px 0 120px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.closing > p { max-width: 420px; margin: 0 0 8px; color: var(--ink-soft); }
footer { min-height: 120px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); font: 600 20px/1 Georgia, serif; }
.footer-brand span { display: block; margin-top: 7px; color: var(--muted); font: 700 7px/1 system-ui; letter-spacing: .18em; text-transform: uppercase; }
footer a { color: var(--green); font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-mark { width: min(100%, 580px); justify-self: center; }
  .statement { grid-template-columns: 50px 1fr; }
  .statement-copy { grid-column: 2; padding-top: 0; }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
  .field-grid article:nth-child(2) { border-right: 0; }
  .field-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .field-grid article:nth-child(3) { padding-left: 0; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(calc(100% - 30px), var(--max)); }
  .site-header { align-items: flex-start; }
  .signature { width: 126px; }
  .signature-suffix { width: 101px; font-size: 6px; gap: 4px; }
  nav { gap: 9px; }
  nav > a:not(.portal-link) { display: none; }
  .portal-link { padding: 8px 10px; }
  .hero { min-height: 0; padding: 54px 0 70px; gap: 55px; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  .lead { font-size: 18px; }
  .statement { padding: 72px 0; grid-template-columns: 1fr; gap: 12px; }
  .section-number { display: none; }
  .statement-copy { grid-column: 1; }
  .fields { margin-inline: -15px; padding: 66px 24px 55px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid article, .field-grid article + article { min-height: auto; padding: 28px 0 34px; border-right: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .field-symbol { margin: 38px 0 34px; }
  .closing { grid-template-columns: 1fr; padding: 80px 0; gap: 32px; }
  footer { grid-template-columns: 1fr; align-content: center; gap: 12px; padding: 30px 0; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
