:root {
  --ink: #17201b;
  --muted: #627166;
  --field: #f5f2e9;
  --paper: #fffdf7;
  --moss: #435c3b;
  --leaf: #79a35b;
  --gold: #d2a44a;
  --clay: #bb6f4d;
  --line: rgba(23, 32, 27, 0.14);
  --shadow: 0 22px 60px rgba(23, 32, 27, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 253, 247, 0.88);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 5vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand,
.nav-links,
.hero-actions,
.market-card-header,
.site-footer {
  align-items: center;
  display: flex;
}

.brand {
  font-weight: 800;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--paper);
  display: inline-flex;
  font-size: 0.74rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-links {
  color: var(--muted);
  gap: 22px;
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-action,
.primary-button,
.secondary-button,
.join-form button,
.market-card button {
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
}

.header-action {
  background: var(--moss);
  color: white;
  padding: 10px 17px;
}

.hero {
  min-height: calc(100vh - 68px);
  overflow: hidden;
  position: relative;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(23, 32, 27, 0.78), rgba(23, 32, 27, 0.5), rgba(23, 32, 27, 0.18)),
    url("https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=2200&q=82") center / cover;
  inset: 0;
  position: absolute;
}

.hero-content {
  color: white;
  max-width: 760px;
  padding: clamp(88px, 15vw, 168px) clamp(20px, 6vw, 80px) 96px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4cf72;
}

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

h1 {
  font-size: clamp(3.2rem, 8vw, 7.3rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 24px;
  max-width: 860px;
}

h2 {
  font-size: clamp(2rem, 4.3vw, 4rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
  line-height: 1.55;
  max-width: 660px;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  padding: 14px 19px;
}

.primary-button {
  background: #f2c85d;
  color: #1d1a12;
}

.secondary-button {
  border-color: rgba(255, 255, 255, 0.38);
  color: white;
}

.intro-band {
  background: var(--ink);
  color: var(--paper);
  padding: 36px clamp(20px, 6vw, 80px);
}

.intro-band p {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.35;
  margin: 0;
  max-width: 1160px;
}

.community-tie,
.section,
.split-section,
.product-band,
.webinar-section,
.join-section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 80px);
}

.community-tie {
  background: #f5f2e9;
  display: grid;
  gap: clamp(28px, 6vw, 64px);
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
}

.community-tie > div:first-child p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.tie-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.tie-grid span {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tie-grid h3 {
  margin: 10px 0 8px;
}

.tie-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.section-heading {
  max-width: 760px;
}

.pillar-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(230px, 0.36fr) 1fr;
  margin-top: 34px;
}

.pillar-tabs {
  display: grid;
  gap: 10px;
}

.pillar-tab {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 56px;
  padding: 16px 18px;
  text-align: left;
}

.pillar-tab.active {
  background: var(--moss);
  border-color: var(--moss);
  color: white;
}

.pillar-panel {
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 350px;
  padding: clamp(28px, 5vw, 56px);
}

.panel-kicker {
  color: var(--clay);
  font-weight: 900;
  margin-bottom: 16px;
}

.pillar-panel h3 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  max-width: 720px;
}

.pillar-panel p,
.media-copy p,
.webinar-section p,
.join-section p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.pillar-panel ul {
  color: var(--ink);
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding-left: 20px;
}

.split-section {
  background: #edf2e7;
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
}

.offer-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.offer-grid article,
.market-card,
.product-card,
.join-form {
  background: rgba(255, 253, 247, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.offer-grid article {
  padding: 22px;
}

.offer-grid span {
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 900;
}

.offer-grid p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.market-card {
  align-self: start;
  box-shadow: var(--shadow);
  padding: 22px;
}

.market-card-header {
  justify-content: space-between;
  margin-bottom: 16px;
}

.market-card-header p {
  font-weight: 900;
  margin: 0;
}

.market-card button {
  background: var(--ink);
  color: white;
  padding: 9px 13px;
}

.market-list {
  display: grid;
  gap: 10px;
}

.market-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.market-item strong {
  display: block;
  margin-bottom: 5px;
}

.market-item span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 1.25;
  object-fit: cover;
  width: 100%;
}

.product-card div {
  padding: 22px;
}

.product-card p {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.product-card span {
  color: var(--muted);
  line-height: 1.5;
}

.webinar-section {
  background: var(--ink);
  color: white;
  display: grid;
  gap: clamp(28px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
}

.webinar-section .eyebrow {
  color: #f2c85d;
}

.webinar-section p {
  color: rgba(255, 255, 255, 0.76);
}

.agenda {
  counter-reset: agenda;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.agenda li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 20px;
}

.agenda span {
  color: #f2c85d;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.agenda strong {
  display: block;
  font-size: 1.16rem;
  line-height: 1.3;
}

.join-section {
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
}

.join-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.join-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 8px;
}

.join-form input,
.join-form select {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 0 12px;
}

.join-form button {
  background: var(--moss);
  color: white;
  min-height: 50px;
}

.form-note {
  color: var(--moss);
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0;
  min-height: 22px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  justify-content: space-between;
  padding: 22px clamp(20px, 6vw, 80px);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .pillar-layout,
  .community-tie,
  .split-section,
  .webinar-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .pillar-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .header-action {
    display: none;
  }

  .hero-content {
    max-width: calc(100vw - 36px);
    padding: 92px 18px 76px;
    width: calc(100vw - 36px);
  }

  h1 {
    font-size: 2.82rem;
    line-height: 0.98;
    max-width: 8.2ch;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.52;
    max-width: 34ch;
  }

  .hero .eyebrow {
    max-width: 28ch;
  }

  .primary-button,
  .secondary-button {
    font-size: 0.92rem;
    padding: 13px 16px;
  }

  .intro-band,
  .community-tie,
  .section,
  .split-section,
  .product-band,
  .webinar-section,
  .join-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pillar-tabs,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
