:root {
  color-scheme: light;
  --paper: #f7f3eb;
  --paper-strong: #fffaf0;
  --ink: #171512;
  --soft-ink: #4d4840;
  --muted: #756d61;
  --forest: #12352d;
  --forest-2: #1f5246;
  --champagne: #d7b56d;
  --clay: #a35f45;
  --smoke: #e6ded1;
  --line: rgba(23, 21, 18, .13);
  --line-strong: rgba(18, 53, 45, .3);
  --shadow: 0 24px 80px rgba(32, 25, 15, .14);
  --radius: 8px;
  font-family: Avenir Next, Avenir, Montserrat, Corbel, Segoe UI, system-ui, sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(18, 53, 45, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 53, 45, .05) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 250, 240, .9), rgba(247, 243, 235, .72) 28%, rgba(247, 243, 235, .98));
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.72;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Optima, Candara, Segoe UI, system-ui, sans-serif;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 4.9rem);
  line-height: .96;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.02;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.14;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 21, 18, .09);
  background: rgba(247, 243, 235, .86);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(215, 181, 109, .72);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .95), rgba(215, 181, 109, .16)),
    var(--paper-strong);
  color: var(--forest);
  box-shadow: 0 14px 34px rgba(18, 53, 45, .12);
  font-family: Optima, Candara, Segoe UI, system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 800;
}

.brand-mark::before {
  position: absolute;
  width: 1px;
  height: 25px;
  content: "";
  background: rgba(18, 53, 45, .28);
}

.brand-mark.small {
  width: 34px;
  height: 34px;
  font-size: .72rem;
}

.brand-mark.small::before {
  height: 18px;
}

.brand-name strong {
  display: block;
  font-size: 1rem;
  line-height: 1.05;
}

.brand-name small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .74rem;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--soft-ink);
  font-size: .92rem;
  font-weight: 650;
}

.nav-links a,
.footer-links a {
  transition: color .18s ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--forest-2);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(105deg, rgba(18, 53, 45, .92), rgba(18, 53, 45, .76) 42%, rgba(23, 21, 18, .54)),
    linear-gradient(180deg, #efe4d1, #b78f55);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(115deg, rgba(18, 53, 45, .94), rgba(18, 53, 45, .54) 48%, rgba(23, 21, 18, .16)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23d7b56d'/%3E%3Cpath d='M0 650 C240 560 300 400 540 450 C760 496 830 690 1080 605 C1280 536 1330 330 1600 390 L1600 900 L0 900 Z' fill='%2312352d' fill-opacity='.48'/%3E%3Cpath d='M0 0 L1600 0 L1600 342 C1370 292 1260 210 1050 245 C760 294 620 140 360 178 C190 203 95 274 0 312 Z' fill='%23fffaf0' fill-opacity='.5'/%3E%3Cpath d='M185 318 L455 206 L748 344 L1045 222 L1352 342' fill='none' stroke='%23fffaf0' stroke-width='12' stroke-linecap='round' stroke-opacity='.34'/%3E%3Crect x='143' y='276' width='84' height='84' rx='8' fill='%23fffaf0' fill-opacity='.46'/%3E%3Crect x='423' y='174' width='64' height='64' rx='8' fill='%2312352d' fill-opacity='.7'/%3E%3Crect x='710' y='306' width='76' height='76' rx='8' fill='%23fffaf0' fill-opacity='.42'/%3E%3Crect x='1011' y='188' width='68' height='68' rx='8' fill='%2312352d' fill-opacity='.64'/%3E%3Crect x='1306' y='296' width='92' height='92' rx='8' fill='%23fffaf0' fill-opacity='.42'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(18, 53, 45, .58));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 186px);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 134px) 0 clamp(126px, 17vw, 190px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero .kicker,
.hero h1,
.hero-copy {
  color: var(--paper-strong);
  text-shadow: 0 12px 42px rgba(0, 0, 0, .28);
}

.hero-copy {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255, 250, 240, .86);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.62;
}

.kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: .82rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--paper-strong);
  color: var(--forest);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
}

.button.ghost {
  border-color: rgba(255, 250, 240, .46);
  color: var(--paper-strong);
  background: rgba(255, 250, 240, .08);
}

.hero-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 250, 240, .24);
  background: rgba(16, 38, 33, .82);
  backdrop-filter: blur(14px);
}

.hero-strip div {
  min-height: 108px;
  padding: 24px clamp(18px, 4vw, 54px);
  border-right: 1px solid rgba(255, 250, 240, .18);
}

.hero-strip div:last-child {
  border-right: 0;
}

.hero-strip strong,
.hero-strip span {
  display: block;
}

.hero-strip strong {
  color: var(--paper-strong);
  font-size: .98rem;
}

.hero-strip span {
  margin-top: 8px;
  color: rgba(255, 250, 240, .7);
  font-size: .88rem;
  line-height: 1.45;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.art-line {
  position: absolute;
  right: 8%;
  width: min(44vw, 560px);
  height: 1px;
  background: rgba(255, 250, 240, .38);
  transform-origin: center;
}

.line-one {
  top: 38%;
  transform: rotate(-16deg);
}

.line-two {
  top: 54%;
  transform: rotate(11deg);
}

.art-node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, .42);
  border-radius: var(--radius);
  background: rgba(18, 53, 45, .42);
  color: rgba(255, 250, 240, .82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(10px);
  font-size: .82rem;
  font-weight: 800;
}

.node-one {
  right: 15%;
  top: 25%;
  width: 96px;
  height: 96px;
  font-size: 1.2rem;
}

.node-two {
  right: 35%;
  top: 45%;
  width: 58px;
  height: 58px;
}

.node-three {
  right: 8%;
  top: 56%;
  width: 76px;
  height: 76px;
}

.node-four {
  right: 26%;
  top: 68%;
  width: 70px;
  height: 70px;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 122px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: start;
}

.section-heading h2 {
  max-width: 680px;
}

.section-heading.wide h2 {
  max-width: 860px;
}

.intro-copy {
  display: grid;
  gap: 20px;
  padding-top: 10px;
}

.feature-band {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) minmax(0, 500px) minmax(0, 680px) minmax(24px, 1fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  border-block: 1px solid var(--line);
  background: #fff8ea;
}

.feature-content {
  grid-column: 2;
}

.feature-content p {
  margin-top: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--forest);
  font-weight: 850;
  border-bottom: 1px solid var(--champagne);
}

.feature-list {
  grid-column: 3;
  display: grid;
  gap: 12px;
}

.feature-list article,
.member-card,
.standard-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, .78);
  box-shadow: var(--shadow);
}

.feature-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 24px;
}

.feature-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: var(--paper-strong);
  font-size: .82rem;
  font-weight: 800;
}

.feature-list p,
.standard-grid p,
.member-card p {
  margin-top: 12px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.member-card {
  min-height: 292px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.member-type {
  margin-bottom: 18px;
  color: var(--clay);
  font-size: .78rem;
  font-weight: 850;
}

.member-card a {
  margin-top: auto;
  color: var(--forest);
  font-size: .93rem;
  font-weight: 850;
  border-bottom: 1px solid var(--champagne);
}

.standards {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 72px);
  border-top: 1px solid var(--line);
}

.standard-grid {
  display: grid;
  gap: 14px;
}

.standard-grid article {
  padding: 24px;
}

.cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  background: var(--forest);
}

.cta h2,
.cta p,
.cta .kicker {
  color: var(--paper-strong);
}

.cta p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 250, 240, .78);
}

.cta .button {
  margin-top: 28px;
}

.footer {
  border-top: 1px solid rgba(255, 250, 240, .14);
  background: #10251f;
  color: rgba(255, 250, 240, .76);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-links {
  color: rgba(255, 250, 240, .7);
}

.footer-links a:hover {
  color: var(--paper-strong);
}

@media (max-width: 1060px) {
  .member-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .art-node,
  .art-line {
    opacity: .48;
  }
}

@media (max-width: 820px) {
  .nav {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 620px;
    padding-top: 70px;
  }

  .hero-strip,
  .intro,
  .standards {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    position: relative;
  }

  .hero-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 240, .16);
  }

  .hero-strip div:last-child {
    border-bottom: 0;
  }

  .feature-band {
    grid-template-columns: minmax(16px, 1fr) minmax(0, 1180px) minmax(16px, 1fr);
  }

  .feature-content,
  .feature-list {
    grid-column: 2;
  }

  .member-grid {
    grid-template-columns: 1fr;
  }

  .member-card {
    min-height: 236px;
  }

  .footer-inner {
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .brand-name small {
    display: none;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 4.7rem);
  }

  .hero-copy {
    font-size: 1.04rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 48px;
  }

  .feature-list article {
    grid-template-columns: 1fr;
  }

  .art-node,
  .art-line {
    display: none;
  }
}
