:root {
  --forest: #103d2d;
  --forest-deep: #082b20;
  --forest-soft: #1a5540;
  --gold: #c8a64b;
  --gold-light: #e5cb7a;
  --cream: #f6f2e8;
  --paper: #fdfbf6;
  --ink: #17221d;
  --muted: #657068;
  --white: #fff;
  --line: rgba(16, 61, 45, 0.14);
  --shadow: 0 24px 80px rgba(8, 43, 32, 0.12);
  --container: min(1160px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

.container {
  margin-inline: auto;
  width: var(--container);
}

.section {
  padding-block: 128px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--gold);
  color: var(--forest-deep);
  font-weight: 700;
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  transition: top 0.2s;
  z-index: 1000;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.site-header.scrolled {
  background: rgba(8, 43, 32, 0.92);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  position: fixed;
  backdrop-filter: blur(14px);
}

.nav-wrap {
  align-items: center;
  display: flex;
  height: 94px;
  justify-content: space-between;
  margin-inline: auto;
  transition: height 0.3s ease;
  width: var(--container);
}

.site-header.scrolled .nav-wrap {
  height: 76px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  height: 53px;
  justify-content: center;
  overflow: hidden;
  width: 53px;
}

.brand-mark img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand strong {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  margin-top: 3px;
  text-transform: uppercase;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 36px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  position: relative;
  transition: color 0.2s ease;
}

.main-nav a:not(.nav-cta)::after {
  background: var(--gold-light);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
  width: 100%;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav .nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  color: var(--white);
  padding: 11px 20px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.main-nav .nav-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--forest-deep);
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 44px;
  position: relative;
  width: 44px;
}

.menu-toggle span:not(.sr-only) {
  background: var(--white);
  height: 1px;
  left: 10px;
  position: absolute;
  transition:
    transform 0.25s,
    top 0.25s,
    opacity 0.25s;
  width: 24px;
}

.menu-toggle span:first-child {
  top: 16px;
}

.menu-toggle span:nth-child(2) {
  top: 22px;
}

.menu-toggle span:nth-child(3) {
  top: 28px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  background:
    radial-gradient(circle at 74% 25%, rgba(211, 179, 91, 0.15), transparent 23%),
    linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 60%, #174c38 100%);
  color: var(--white);
  min-height: 820px;
  overflow: hidden;
  padding: 162px 0 96px;
  position: relative;
}

.hero::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
}

.hero-glow {
  border: 1px solid rgba(229, 203, 122, 0.12);
  border-radius: 50%;
  position: absolute;
}

.hero-glow-one {
  height: 620px;
  right: -180px;
  top: 60px;
  width: 620px;
}

.hero-glow-two {
  height: 420px;
  right: -80px;
  top: 160px;
  width: 420px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.04fr 0.96fr;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--gold-light);
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 11px;
  letter-spacing: 0.19em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.eyebrow-dot {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(200, 166, 75, 0.13);
  height: 6px;
  width: 6px;
}

.hero h1,
.section-heading h2,
.actions-head h2,
.news-head h2,
.join h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(3.6rem, 6.5vw, 6.15rem);
  letter-spacing: -0.055em;
}

.hero h1 em,
.section-heading h2 em,
.actions-head h2 em,
.news-head h2 em,
.join h2 em {
  color: var(--gold-light);
  font-weight: 600;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.04rem;
  line-height: 1.8;
  margin-top: 30px;
  max-width: 540px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-top: 38px;
}

.button {
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.01em;
  padding: 15px 23px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
  width: 18px;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  background: var(--gold);
  box-shadow: 0 12px 32px rgba(200, 166, 75, 0.16);
  color: var(--forest-deep);
}

.button-primary:hover {
  background: var(--gold-light);
  box-shadow: 0 16px 38px rgba(200, 166, 75, 0.22);
}

.button-link {
  color: rgba(255, 255, 255, 0.8);
  padding-inline: 0;
}

.button-link span {
  color: var(--gold-light);
  font-size: 1rem;
}

.hero-proof {
  align-items: center;
  display: flex;
  gap: 26px;
  margin-top: 50px;
}

.proof-item {
  align-items: center;
  display: flex;
  gap: 10px;
}

.proof-item strong {
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  line-height: 1.35;
  max-width: 90px;
}

.proof-divider {
  background: rgba(255, 255, 255, 0.2);
  height: 28px;
  width: 1px;
}

.hero-visual {
  height: 575px;
  position: relative;
}

.hero-photo-frame {
  border-radius: 220px 220px 14px 14px;
  height: 535px;
  overflow: hidden;
  position: absolute;
  right: 22px;
  top: 0;
  width: min(390px, 82%);
}

.hero-photo-frame::before {
  border: 1px solid rgba(229, 203, 122, 0.42);
  border-radius: inherit;
  content: "";
  inset: 13px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-photo-frame img {
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.hero-photo-frame:hover img {
  transform: scale(1.035);
}

.photo-shade {
  background: linear-gradient(180deg, transparent 50%, rgba(6, 32, 24, 0.9));
  inset: 0;
  position: absolute;
}

.photo-caption {
  bottom: 34px;
  display: flex;
  flex-direction: column;
  left: 36px;
  position: absolute;
  z-index: 3;
}

.photo-caption span {
  color: var(--gold-light);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.photo-caption strong {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 3px;
}

.logo-orbit {
  bottom: 8px;
  left: 3px;
  position: absolute;
  z-index: 5;
}

.logo-card {
  background: var(--white);
  border: 6px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
  height: 142px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.logo-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.orbit-line {
  border: 1px solid rgba(229, 203, 122, 0.42);
  border-radius: 50%;
  height: 174px;
  left: -16px;
  position: absolute;
  top: -16px;
  width: 174px;
}

.orbit-line::after {
  background: var(--gold-light);
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: 13px;
  top: 21px;
  width: 6px;
}

.hero-badge {
  align-items: center;
  background: rgba(8, 43, 32, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 11px;
  padding: 13px 16px;
  position: absolute;
  right: -7px;
  top: 220px;
  backdrop-filter: blur(12px);
}

.hero-badge svg {
  fill: none;
  height: 25px;
  stroke: var(--gold-light);
  stroke-width: 1.4;
  width: 25px;
}

.hero-badge span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.scroll-note {
  align-items: center;
  bottom: 38px;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  font-size: 0.58rem;
  font-weight: 600;
  gap: 10px;
  left: 38px;
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.scroll-note span {
  background: rgba(255, 255, 255, 0.32);
  height: 1px;
  width: 42px;
}

.section-kicker {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-heading h2,
.actions-head h2,
.news-head h2,
.join h2 {
  color: var(--forest-deep);
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
}

.section-heading h2 em,
.actions-head h2 em,
.news-head h2 em {
  color: var(--gold);
}

.manifesto {
  background:
    linear-gradient(rgba(16, 61, 45, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 61, 45, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 80px 80px;
}

.manifesto-grid {
  align-items: start;
  display: grid;
  gap: 100px;
  grid-template-columns: 0.85fr 1.15fr;
  margin-top: 72px;
}

.manifesto-copy {
  padding-top: 12px;
}

.manifesto-copy .lead {
  color: var(--forest-deep);
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  line-height: 1.45;
}

.manifesto-copy > p:not(.lead) {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.8;
  margin-top: 24px;
}

.text-link {
  align-items: center;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 14px;
  margin-top: 28px;
  position: relative;
}

.text-link::after {
  background: var(--gold);
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.25s ease;
  width: 35%;
}

.text-link:hover::after {
  width: 100%;
}

.text-link span {
  color: var(--gold);
  font-size: 1rem;
}

.values-stack {
  border-top: 1px solid var(--line);
}

.value-card {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 42px 1fr 52px;
  padding: 29px 12px 29px 0;
  transition:
    padding 0.25s ease,
    background 0.25s ease;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.72);
  padding-left: 16px;
}

.value-number {
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
}

.value-card h3 {
  color: var(--forest-deep);
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.value-card p {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 4px;
}

.value-card svg {
  fill: none;
  height: 30px;
  justify-self: end;
  stroke: var(--forest);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
  width: 30px;
}

.impact-band {
  background: var(--gold);
  overflow: hidden;
  padding: 18px 0;
  transform: rotate(-1deg) scale(1.02);
}

.impact-track {
  align-items: center;
  animation: marquee 26s linear infinite;
  display: flex;
  gap: 32px;
  width: max-content;
}

.impact-track span {
  color: var(--forest-deep);
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.impact-track i {
  background: var(--forest);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.actions {
  background: var(--forest-deep);
  color: var(--white);
}

.actions-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.actions-head h2 {
  color: var(--white);
}

.actions-head > p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.75;
  max-width: 365px;
}

.action-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
}

.action-card {
  background: #0d3327;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 360px;
  overflow: hidden;
  padding: 32px 28px;
  position: relative;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.action-card:hover {
  background: #124433;
  transform: translateY(-8px);
  z-index: 2;
}

.action-card-featured {
  background: var(--gold);
  color: var(--forest-deep);
}

.action-card-featured:hover {
  background: var(--gold-light);
}

.card-index {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.64rem;
  font-weight: 700;
  position: absolute;
  right: 25px;
  top: 24px;
}

.action-card-featured .card-index {
  color: rgba(8, 43, 32, 0.48);
}

.action-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 65px;
  width: 52px;
}

.action-card-featured .action-icon {
  border-color: rgba(8, 43, 32, 0.22);
}

.action-icon svg {
  fill: none;
  height: 24px;
  stroke: var(--gold-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
  width: 24px;
}

.action-card-featured .action-icon svg {
  stroke: var(--forest-deep);
}

.action-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
}

.action-card p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.77rem;
  line-height: 1.65;
  margin-top: 16px;
}

.action-card-featured p {
  color: rgba(8, 43, 32, 0.66);
}

.action-decoration {
  border: 1px solid rgba(8, 43, 32, 0.13);
  border-radius: 50%;
  bottom: -88px;
  height: 190px;
  position: absolute;
  right: -75px;
  width: 190px;
}

.action-decoration::before {
  border: 1px solid rgba(8, 43, 32, 0.13);
  border-radius: 50%;
  content: "";
  inset: 23px;
  position: absolute;
}

.quote-section {
  align-items: center;
  display: flex;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.quote-photo,
.quote-overlay {
  inset: 0;
  position: absolute;
}

.quote-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 70% 34%;
  width: 100%;
}

.quote-overlay {
  background:
    linear-gradient(90deg, rgba(8, 43, 32, 0.98) 0%, rgba(8, 43, 32, 0.9) 42%, rgba(8, 43, 32, 0.18) 85%),
    linear-gradient(180deg, rgba(8, 43, 32, 0.12), rgba(8, 43, 32, 0.4));
}

.quote-content {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.quote-logo {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 74px;
  margin-bottom: 35px;
  object-fit: cover;
  width: 74px;
}

.quote-content blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.quote-content blockquote em {
  color: var(--gold-light);
}

.quote-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  margin-top: 25px;
  text-transform: uppercase;
}

.news {
  background: var(--cream);
}

.news-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.news-head .text-link {
  margin-bottom: 10px;
}

.news-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.05fr 0.95fr;
  margin-top: 60px;
}

.news-grid-single {
  grid-template-columns: minmax(0, 760px);
}

.news-card {
  background: var(--white);
  display: block;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.news-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.news-image {
  height: 380px;
  overflow: hidden;
  position: relative;
}

.news-image img,
.news-thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  width: 100%;
}

.news-image img {
  object-position: center 38%;
}

.news-card:hover img {
  transform: scale(1.04);
}

.news-category {
  background: var(--gold);
  bottom: 18px;
  color: var(--forest-deep);
  font-size: 0.6rem;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.06em;
  padding: 7px 11px;
  position: absolute;
  text-transform: uppercase;
}

.news-body {
  padding: 27px 30px 31px;
}

.news-body time {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-body h3 {
  color: var(--forest-deep);
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 9px;
}

.read-more {
  color: var(--forest);
  display: inline-block;
  font-size: 0.67rem;
  font-weight: 700;
  margin-top: 20px;
}

.read-more b {
  color: var(--gold);
  margin-left: 5px;
}

.news-side {
  display: grid;
  gap: 28px;
}

.news-card-horizontal {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 260px;
}

.news-thumb {
  min-height: 260px;
  overflow: hidden;
}

.news-card-horizontal:first-child .news-thumb img {
  object-position: center 28%;
}

.news-card-horizontal .news-body {
  align-self: center;
  padding: 24px;
}

.news-card-horizontal .news-body h3 {
  font-size: 1.18rem;
}

.join {
  background: var(--gold);
  overflow: hidden;
  position: relative;
}

.join::before {
  border: 1px solid rgba(8, 43, 32, 0.12);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -180px;
  top: -250px;
  width: 520px;
}

.join-inner {
  align-items: center;
  display: grid;
  gap: 110px;
  grid-template-columns: 0.65fr 1.35fr;
  position: relative;
}

.join-symbol svg {
  fill: none;
  stroke: rgba(8, 43, 32, 0.19);
  stroke-width: 0.5;
  width: 100%;
}

.join .section-kicker {
  color: rgba(8, 43, 32, 0.62);
}

.join h2 em {
  color: var(--forest);
}

.join-copy > p:not(.section-kicker) {
  color: rgba(8, 43, 32, 0.67);
  font-size: 0.92rem;
  line-height: 1.75;
  margin-top: 25px;
  max-width: 530px;
}

.button-light {
  background: var(--forest-deep);
  color: var(--white);
  margin-top: 32px;
}

.button-light:hover {
  background: var(--forest);
}

.site-footer {
  background: #061f18;
  color: var(--white);
  padding: 85px 0 26px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
}

.brand-light .brand-mark {
  height: 62px;
  width: 62px;
}

.footer-brand > p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
  line-height: 1.65;
  margin-top: 22px;
  max-width: 270px;
}

.footer-links {
  display: flex;
  gap: 100px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links h3 {
  color: var(--gold-light);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.74rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  font-size: 0.6rem;
  justify-content: space-between;
  letter-spacing: 0.05em;
  margin-top: 70px;
  padding-top: 23px;
  text-transform: uppercase;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .hero-grid {
    gap: 32px;
  }

  .hero h1 {
    font-size: 4.7rem;
  }

  .hero-visual {
    height: 520px;
  }

  .hero-photo-frame {
    height: 485px;
  }

  .action-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .action-card {
    min-height: 320px;
  }

  .action-icon {
    margin-bottom: 52px;
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100% - 36px, 680px);
  }

  .section {
    padding-block: 90px;
  }

  .menu-toggle {
    display: block;
    z-index: 2;
  }

  .main-nav {
    align-items: flex-start;
    background: var(--forest-deep);
    flex-direction: column;
    gap: 26px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 90px 36px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-15px);
    transition:
      opacity 0.25s,
      transform 0.25s;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav a {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
  }

  .main-nav .nav-cta {
    font-family: "DM Sans", sans-serif;
    font-size: 0.85rem;
    margin-top: 10px;
  }

  .hero {
    padding-top: 135px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 640px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 12vw, 5.3rem);
  }

  .hero-visual {
    height: 570px;
    margin: 26px auto 0;
    max-width: 530px;
    width: 100%;
  }

  .hero-photo-frame {
    height: 530px;
    right: 0;
    width: 82%;
  }

  .hero-badge {
    right: -8px;
  }

  .scroll-note {
    display: none;
  }

  .manifesto-grid {
    gap: 55px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .actions-head,
  .news-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .quote-section {
    min-height: 620px;
  }

  .quote-overlay {
    background: rgba(8, 43, 32, 0.84);
  }

  .quote-photo img {
    object-position: 65% center;
  }

  .join-inner {
    gap: 55px;
    grid-template-columns: 0.5fr 1.5fr;
  }
}

@media (max-width: 600px) {
  :root {
    --container: calc(100% - 28px);
  }

  .nav-wrap {
    height: 78px;
  }

  .brand-mark {
    height: 44px;
    width: 44px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 120px 0 72px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-copy {
    font-size: 0.92rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .hero-proof {
    gap: 15px;
    margin-top: 34px;
  }

  .proof-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .hero-visual {
    height: 480px;
    margin-top: 35px;
  }

  .hero-photo-frame {
    border-radius: 160px 160px 10px 10px;
    height: 450px;
    width: 87%;
  }

  .logo-card {
    height: 105px;
    width: 105px;
  }

  .orbit-line {
    height: 129px;
    left: -12px;
    top: -12px;
    width: 129px;
  }

  .hero-badge {
    padding: 10px 12px;
    right: -4px;
    top: 205px;
  }

  .hero-badge span {
    font-size: 0.56rem;
  }

  .section-heading h2,
  .actions-head h2,
  .news-head h2,
  .join h2 {
    font-size: 2.85rem;
  }

  .manifesto-copy .lead {
    font-size: 1.38rem;
  }

  .value-card {
    gap: 14px;
    grid-template-columns: 28px 1fr 32px;
  }

  .value-card h3 {
    font-size: 1.2rem;
  }

  .value-card svg {
    height: 24px;
    width: 24px;
  }

  .actions-head > p {
    max-width: 100%;
  }

  .action-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .action-card {
    min-height: 285px;
  }

  .news-image {
    height: 330px;
  }

  .news-card-horizontal {
    grid-template-columns: 1fr;
  }

  .news-thumb {
    height: 260px;
  }

  .news-card-horizontal .news-body {
    padding: 25px;
  }

  .join-inner {
    grid-template-columns: 1fr;
  }

  .join-symbol {
    display: none;
  }

  .footer-main {
    flex-direction: column;
    gap: 55px;
  }

  .footer-links {
    gap: 60px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.action-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.4rem;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.action-card-featured .action-link {
  color: var(--forest-deep);
}

.detail-page {
  background: var(--cream);
}

.detail-page .site-header {
  background: rgba(249, 247, 240, 0.96);
  border-bottom-color: rgba(18, 63, 46, 0.1);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 9.5rem 0 5.5rem;
  background:
    radial-gradient(circle at 10% 15%, rgba(205, 169, 91, 0.16), transparent 30%),
    linear-gradient(135deg, #f8f5eb 0%, #edf2e9 100%);
}

.detail-hero::after {
  position: absolute;
  right: -10rem;
  bottom: -14rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(18, 63, 46, 0.1);
  border-radius: 50%;
  content: "";
}

.detail-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 3rem;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.detail-breadcrumb span {
  color: var(--gold);
}

.detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 0.72fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.detail-hero-copy time {
  display: block;
  margin: 1rem 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.detail-hero-copy h1,
.detail-not-found h1 {
  max-width: 12ch;
  margin: 1rem 0 1.7rem;
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.detail-hero-copy > p:last-child {
  max-width: 38rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.75;
}

.detail-cover {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  border-radius: 14rem 14rem 1.5rem 1.5rem;
  box-shadow: 0 2rem 5rem rgba(18, 63, 46, 0.18);
}

.detail-cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 36, 26, 0.28));
  content: "";
}

.detail-cover img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.detail-content {
  background: #fff;
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.detail-article {
  max-width: 48rem;
}

.detail-article p {
  margin: 0 0 1.6rem;
  color: #42544c;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.9;
}

.detail-article p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  line-height: 0.75;
}

.detail-source {
  margin-top: 1.2rem;
}

.detail-aside {
  position: sticky;
  top: 7.5rem;
  padding: 2rem;
  color: #fff;
  border-radius: 1.25rem;
  background: var(--forest);
  box-shadow: 0 1.5rem 4rem rgba(18, 63, 46, 0.15);
}

.detail-aside > span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.detail-aside strong {
  display: block;
  margin: 1rem 0 1.5rem;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  line-height: 1.25;
}

.detail-aside a {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.detail-gallery,
.detail-not-found {
  background: var(--cream);
}

.detail-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.detail-section-heading h2 {
  margin: 0;
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
}

.detail-section-heading h2 em {
  color: var(--gold);
  font-weight: inherit;
}

.detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.detail-gallery-grid figure {
  grid-column: span 4;
  min-height: 24rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #dfe7dc;
}

.detail-gallery-grid figure:nth-child(5n + 1),
.detail-gallery-grid figure:nth-child(5n + 4) {
  grid-column: span 7;
}

.detail-gallery-grid figure:nth-child(5n + 2),
.detail-gallery-grid figure:nth-child(5n + 5) {
  grid-column: span 5;
}

.detail-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.detail-gallery-grid figure:hover img {
  transform: scale(1.035);
}

.detail-related {
  color: #fff;
  background: var(--forest);
}

.detail-related .section-kicker,
.detail-related .detail-section-heading h2 {
  color: #fff;
}

.detail-related .detail-section-heading h2 em {
  color: var(--gold-light);
}

.detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.detail-related-card {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  padding: 1.75rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  transition:
    background 250ms ease,
    transform 250ms ease;
}

.detail-related-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-0.3rem);
}

.detail-related-card > span {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.detail-related-card h3 {
  margin: auto 0 1.4rem;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  line-height: 1.25;
}

.detail-related-card b {
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.detail-not-found {
  min-height: 75vh;
  padding: 12rem 0 6rem;
}

@media (max-width: 900px) {
  .detail-hero-grid,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .detail-hero-grid {
    gap: 3rem;
  }

  .detail-cover {
    min-height: 28rem;
    border-radius: 10rem 10rem 1.25rem 1.25rem;
  }

  .detail-cover img {
    min-height: 28rem;
  }

  .detail-aside {
    position: static;
    max-width: 28rem;
  }

  .detail-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .detail-hero {
    padding: 7.5rem 0 4rem;
  }

  .detail-breadcrumb {
    margin-bottom: 2rem;
  }

  .detail-hero-copy h1,
  .detail-not-found h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .detail-cover,
  .detail-cover img {
    min-height: 23rem;
  }

  .detail-section-heading {
    display: block;
  }

  .detail-gallery-grid,
  .detail-related-grid {
    grid-template-columns: 1fr;
  }

  .detail-gallery-grid figure,
  .detail-gallery-grid figure:nth-child(n) {
    grid-column: auto;
    min-height: 20rem;
  }

  .detail-related-card {
    min-height: 12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
