/*
Theme Name: Normandie Filière Algues
Theme URI: https://normandiefilierealgues.fr/
Author: Normandie Filière Algues
Description: Thème officiel du site Normandie Filière Algues.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: nfa
*/

:root {
  --ink: #123b3d;
  --deep: #0d4243;
  --deepest: #082f31;
  --sea: #1d6a66;
  --kelp: #6f8b52;
  --foam: #f4f1e8;
  --paper: #fbfaf5;
  --mist: #dbe6df;
  --coral: #f38a68;
  --line: rgba(18, 59, 61, 0.18);
  --white-line: rgba(255, 255, 255, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

[hidden] {
  display: none !important;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.section-shell {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  align-items: center;
  background: rgba(251, 250, 245, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 280px 1fr auto;
  height: 84px;
  padding: 0 clamp(24px, 4vw, 72px);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: flex;
  width: fit-content;
}

.brand-logo {
  display: block;
  height: auto;
  object-fit: contain;
  width: auto;
}

.brand-logo-header {
  height: 66px;
}

.desktop-nav {
  display: flex;
  gap: clamp(20px, 2.2vw, 38px);
  justify-content: center;
}

.desktop-nav a {
  font-size: 13px;
  font-weight: 620;
  position: relative;
}

.desktop-nav a::after {
  background: var(--coral);
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 20px;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--sea);
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.mobile-menu summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(8, 47, 49, 0.15);
  display: flex;
  flex-direction: column;
  min-width: 220px;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 34px;
}

.mobile-menu nav a {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
  padding: 11px 12px;
}

.mobile-menu nav a:hover {
  background: var(--foam);
}

.hero {
  background: var(--deep);
  color: white;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: clamp(64px, 8vw, 116px) clamp(24px, 5vw, 80px) 0;
  position: relative;
}

.hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
  position: absolute;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 128px);
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 11px;
  font-weight: 750;
  gap: 10px;
  letter-spacing: 0.16em;
  margin: 0 0 23px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--coral);
  border-radius: 99px;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.eyebrow.dark {
  color: var(--sea);
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.65);
}

.hero h1,
.section-heading h2,
.split-heading h2,
.project-intro h2,
.association h2,
.join h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 {
  font-size: clamp(52px, 5.7vw, 91px);
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0;
}

.hero h1 em {
  color: var(--coral);
  font-weight: 400;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  margin: 34px 0 0;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 32px;
  margin-top: 38px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 740;
  gap: 18px;
  justify-content: center;
  padding: 16px 23px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--coral);
  color: var(--deepest);
}

.button-primary:hover {
  background: #ff9a78;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 18px;
  padding-bottom: 7px;
}

.text-link:hover {
  border-color: var(--coral);
}

.hero-visual {
  aspect-ratio: 0.95;
  background: #0a3436;
  border: 1px solid var(--white-line);
  border-radius: 48% 48% 46% 46%;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  position: relative;
  transform: rotate(2deg);
}

.hero-visual::before,
.hero-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 84%;
  left: 8%;
  position: absolute;
  top: 8%;
  width: 84%;
}

.hero-visual::after {
  height: 62%;
  left: 19%;
  top: 19%;
  width: 62%;
}

.hero-photo,
.hero-photo-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-photo {
  object-fit: cover;
}

.hero-photo-shade {
  background:
    linear-gradient(180deg, rgba(8, 47, 49, 0.05), rgba(8, 47, 49, 0.32)),
    linear-gradient(90deg, rgba(8, 47, 49, 0.26), transparent 58%);
}

.visual-caption {
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  font-size: 9px;
  font-weight: 750;
  gap: 11px;
  left: 50%;
  letter-spacing: 0.13em;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%) rotate(-2deg);
  white-space: nowrap;
}

.visual-caption strong {
  color: var(--coral);
  font-size: 16px;
}

.coast-card {
  align-items: center;
  background: rgba(244, 241, 232, 0.96);
  border-radius: 18px;
  bottom: 14%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  display: flex;
  gap: 13px;
  left: 50%;
  padding: 14px 17px;
  position: absolute;
  transform: translateX(-50%) rotate(-2deg);
  width: 70%;
}

.coast-dot {
  background: var(--coral);
  border: 5px solid rgba(243, 138, 104, 0.18);
  border-radius: 50%;
  height: 24px;
  width: 24px;
}

.coast-card div {
  display: flex;
  flex-direction: column;
}

.coast-card small {
  color: var(--sea);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coast-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 400;
}

.photo-credit {
  bottom: 4.5%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 650;
  left: 50%;
  letter-spacing: 0.04em;
  position: absolute;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  transform: translateX(-50%) rotate(-2deg);
  white-space: nowrap;
}

.hero-stats {
  align-items: center;
  border-top: 1px solid var(--white-line);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  margin: clamp(72px, 8vw, 110px) auto 0;
  max-width: 1280px;
  padding: 27px 0;
  position: relative;
  z-index: 1;
}

.hero-stats div {
  align-items: baseline;
  display: flex;
  gap: 11px;
}

.hero-stats strong {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
}

.hero-stats span,
.hero-stats p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.hero-stats p {
  margin: 0;
  text-align: right;
}

.pathways {
  padding-bottom: 110px;
  padding-top: 118px;
}

.section-heading h2,
.split-heading h2,
.association h2,
.join h2 {
  font-size: clamp(43px, 4.7vw, 70px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.section-heading.compact h2 {
  font-size: clamp(40px, 4.5vw, 64px);
}

.pathway-grid {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
}

.pathway-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 332px;
  padding: 27px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pathway-card:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-5px);
}

.card-number {
  color: var(--sea);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.pathway-card:hover .card-number {
  color: var(--coral);
}

.pathway-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  margin: 54px 0 14px;
}

.pathway-card p {
  color: #5a6e6c;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.pathway-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.card-action {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 730;
  justify-content: space-between;
  margin-top: auto;
}

.card-action b {
  color: var(--coral);
  font-size: 18px;
}

.value-section {
  background: var(--deep);
  color: white;
  padding: 118px 0 0;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.35fr 0.65fr;
}

.split-heading > p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.value-chain {
  border-bottom: 1px solid var(--white-line);
  border-left: 1px solid var(--white-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 76px;
}

.value-chain article {
  border-right: 1px solid var(--white-line);
  border-top: 1px solid var(--white-line);
  min-height: 210px;
  padding: 25px 22px;
}

.value-chain article > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 760;
}

.value-chain h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  margin: 65px 0 8px;
}

.value-chain p {
  color: rgba(255, 255, 255, 0.53);
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}

.markets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 31px 0;
}

.markets span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.roadmap {
  padding-bottom: 118px;
  padding-top: 118px;
}

.roadmap .split-heading > p {
  color: #5a6e6c;
}

.roadmap-grid {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 62px;
}

.roadmap-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 295px;
  padding: 24px;
}

.roadmap-grid article > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.roadmap-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.08;
  margin: 46px 0 12px;
}

.roadmap-grid small {
  color: var(--sea);
  display: block;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.04em;
  line-height: 1.45;
  min-height: 28px;
  text-transform: uppercase;
}

.roadmap-grid p {
  color: #5a6e6c;
  font-size: 12px;
  line-height: 1.55;
  margin: 23px 0 0;
}

.ecosystem {
  padding-bottom: 120px;
  padding-top: 120px;
}

.ecosystem-heading > p {
  color: #5a6e6c;
}

.filter-bar {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 9px;
  margin-top: 54px;
  overflow-x: auto;
  padding-bottom: 17px;
}

.filter-bar button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 680;
  gap: 8px;
  padding: 10px 16px;
  transition: background 150ms ease, color 150ms ease;
  white-space: nowrap;
}

.filter-bar button.active,
.filter-bar button:hover {
  background: var(--ink);
  color: white;
}

.filter-bar button > span {
  color: #71807f;
  font-size: 9px;
}

.filter-bar button.active > span,
.filter-bar button:hover > span {
  color: rgba(255, 255, 255, 0.65);
}

.member-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.member-card {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 25px;
}

.member-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.member-topline > span:last-child {
  color: #71807f;
  font-size: 10px;
}

.member-type {
  background: var(--mist);
  border-radius: 999px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.09em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.type-producteur {
  background: #e1e8cf;
}

.type-transformateur {
  background: #f5d7c9;
}

.type-territoire {
  background: #d9e8ed;
}

.type-expert {
  background: #e2e0ef;
}

.type-partenaire {
  background: #f4e7bd;
}

.type-consultatif {
  background: #dce9df;
}

.member-identity {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 98px 1fr;
  margin-top: 35px;
}

.member-identity > img {
  height: 76px;
  object-fit: contain;
  width: 98px;
}

.member-monogram {
  align-items: center;
  background: var(--mist);
  border-radius: 50%;
  color: var(--sea);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  height: 72px;
  justify-content: center;
  text-transform: uppercase;
  width: 72px;
}

.member-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 7px;
}

.member-identity p {
  color: #617170;
  font-size: 10px;
  line-height: 1.35;
  margin: 0 0 5px;
}

.member-identity small {
  color: #71807f;
  font-size: 10px;
}

.member-card a {
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 730;
  margin-top: auto;
  padding-bottom: 5px;
  width: fit-content;
}

.member-card a span {
  color: var(--coral);
  margin-left: 8px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.button-outline {
  border: 1px solid var(--ink);
}

.button-outline:hover {
  background: var(--ink);
  color: white;
}

.directory-toggle {
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.project-section {
  background: var(--coral);
  color: var(--deepest);
  padding: 114px 0;
}

.project-section .eyebrow {
  color: rgba(8, 47, 49, 0.64);
}

.project-section .eyebrow > span {
  background: var(--deepest);
}

.project-layout {
  display: grid;
  gap: 100px;
  grid-template-columns: 0.8fr 1.2fr;
}

.project-intro h2 {
  font-size: clamp(84px, 11vw, 154px);
  letter-spacing: -0.08em;
  line-height: 0.78;
  margin: 30px 0 35px;
}

.project-subtitle {
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.35;
  max-width: 460px;
}

.button-light {
  background: var(--foam);
  margin-top: 24px;
}

.project-details {
  border-left: 1px solid rgba(8, 47, 49, 0.25);
  padding-left: 65px;
}

.project-meta {
  border-bottom: 1px solid rgba(8, 47, 49, 0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 35px;
}

.project-meta span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 650;
}

.project-meta small {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  opacity: 0.55;
  text-transform: uppercase;
}

.project-steps {
  margin-top: 50px;
}

.project-steps div {
  align-items: center;
  border-bottom: 1px solid rgba(8, 47, 49, 0.22);
  display: grid;
  grid-template-columns: 55px 1fr;
  padding: 20px 0;
}

.project-steps b {
  font-size: 11px;
  opacity: 0.6;
}

.project-steps span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.project-results {
  border-top: 1px solid rgba(8, 47, 49, 0.22);
  display: grid;
  gap: 9px;
  margin-top: 32px;
  padding-top: 28px;
}

.project-results p {
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.project-results span {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 9px;
  line-height: 1.4;
}

.project-results span::before {
  background: var(--sea);
  border-radius: 50%;
  color: white;
  content: "✓";
  display: inline-grid;
  flex: 0 0 17px;
  font-size: 9px;
  height: 17px;
  place-items: center;
  width: 17px;
}

.resources {
  display: grid;
  gap: 100px;
  grid-template-columns: 0.78fr 1.22fr;
  padding-bottom: 120px;
  padding-top: 120px;
}

.resource-heading h2 {
  font-size: clamp(42px, 4.3vw, 63px);
}

.resource-heading > p:last-child {
  color: #617170;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 28px;
  max-width: 400px;
}

.resource-content {
  min-width: 0;
}

.resource-film {
  background: var(--deepest);
  color: white;
  margin-bottom: 24px;
  overflow: hidden;
}

.resource-film-copy {
  padding: 26px 28px 24px;
}

.resource-film .resource-meta small,
.resource-film .resource-meta b {
  color: rgba(255, 255, 255, 0.64);
}

.resource-film h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.12;
  margin: 26px 0 0;
}

.resource-film-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0 0;
  max-width: 620px;
}

.resource-film video {
  aspect-ratio: 16 / 9;
  background: #061f20;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.resource-film-source {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  font-size: 9px;
  letter-spacing: 0.05em;
  padding: 13px 28px 16px;
  text-transform: uppercase;
}

.resource-library {
  background: var(--line);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-library > a {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 25px;
  transition: background 180ms ease, transform 180ms ease;
}

.resource-library > a:hover {
  background: var(--foam);
  transform: translateY(-4px);
}

.resource-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.resource-meta small,
.resource-meta b {
  color: var(--sea);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-meta b {
  color: #71807f;
}

.resource-library > a > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.14;
  margin-top: 38px;
}

.resource-library > a > p {
  color: #5a6e6c;
  font-size: 12px;
  line-height: 1.58;
  margin: 16px 0 28px;
}

.resource-source {
  color: #71807f;
  font-size: 9px;
  line-height: 1.45;
  margin-top: auto;
}

.resource-action {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 11px;
  font-weight: 750;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
}

.resource-action b {
  color: var(--coral);
  font-size: 17px;
}

.agenda {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 104px 0 116px;
}

.agenda-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
}

.agenda-heading > p:last-child {
  color: #536967;
  font-size: 14px;
  line-height: 1.65;
  margin: 20px 0 0;
  max-width: 590px;
}

.agenda-featured {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(8, 47, 49, 0.08);
  margin-top: 48px;
  overflow: hidden;
}

.agenda-banner {
  background: white;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.agenda-banner img {
  display: block;
  height: auto;
  width: 100%;
}

.agenda-featured-body {
  align-items: stretch;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: 1.2fr 0.8fr;
  padding: clamp(30px, 4vw, 52px);
}

.event-status {
  background: rgba(243, 138, 104, 0.2);
  border-radius: 999px;
  color: var(--deepest);
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.agenda-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 51px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0;
}

.agenda-copy > p:last-child {
  color: #536967;
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 600px;
}

.agenda-meta {
  align-items: flex-start;
  border-left: 1px solid var(--line);
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  padding-left: clamp(28px, 4vw, 54px);
}

.agenda-meta > span {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 650;
}

.agenda-meta small {
  color: var(--sea);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.agenda-meta .button {
  align-self: end;
  margin-top: 8px;
}

.agenda-meta .button b {
  color: var(--coral);
}

.past-events-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 86px 0 28px;
}

.past-events-heading > span {
  color: var(--sea);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.past-events-heading h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

.past-events-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.past-event-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  min-height: 410px;
  overflow: hidden;
}

.past-event-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 22px;
}

.salon-event-visual {
  background: #0f8597;
}

.ag-event-visual {
  background: #0c2d4a;
}

.past-event-visual img {
  box-shadow: 0 15px 32px rgba(3, 29, 31, 0.2);
  display: block;
  height: auto;
  max-height: 340px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.past-event-copy {
  display: flex;
  flex-direction: column;
  padding: 32px 30px 28px;
}

.event-kicker {
  color: var(--sea);
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  font-weight: 800;
  gap: 8px 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-kicker span {
  position: relative;
}

.event-kicker span::before {
  content: "·";
  left: -9px;
  position: absolute;
}

.past-event-copy h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 18px 0 14px;
}

.past-event-copy p {
  color: #536967;
  font-size: 11px;
  line-height: 1.58;
  margin: 0 0 12px;
}

.event-link {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 11px;
  font-weight: 760;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
}

.event-link b {
  color: var(--coral);
  font-size: 17px;
}

.event-link:hover {
  color: var(--sea);
}

.association {
  background: var(--deepest);
  color: white;
  padding: 114px 0;
}

.association-grid {
  display: grid;
  gap: 110px;
  grid-template-columns: 1fr 1fr;
}

.association-lead {
  min-width: 0;
}

.association-photo {
  margin: 48px 0 0;
}

.association-photo img {
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.association-photo figcaption {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

.association-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.4;
  margin: 0;
}

.mission-block {
  border-top: 1px solid var(--white-line);
  margin-top: 36px;
  padding-top: 30px;
}

.mission-block h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 19px;
}

.mission-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mission-list span {
  border-top: 1px solid var(--white-line);
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 10px;
  gap: 10px;
  grid-template-columns: 24px 1fr;
  line-height: 1.4;
  padding: 12px 10px 12px 0;
}

.mission-list span:nth-child(odd) {
  border-right: 1px solid var(--white-line);
  margin-right: 12px;
}

.mission-list small {
  color: var(--coral);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.college-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 42px 0;
}

.college-list span {
  border: 1px solid var(--white-line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.governance {
  border-top: 1px solid var(--white-line);
  padding-top: 34px;
}

.governance h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 22px;
}

.bureau-list {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
}

.bureau-list > div {
  border: 1px solid var(--white-line);
  display: flex;
  flex-direction: column;
  margin: 0 -1px -1px 0;
  min-height: 105px;
  padding: 15px;
}

.bureau-list small,
.board-update small {
  color: var(--coral);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bureau-list strong,
.board-update strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 14px;
}

.bureau-list span,
.board-update span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  margin-top: 5px;
}

.board-update {
  border-top: 1px solid var(--white-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  padding-top: 26px;
}

.board-update > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 750;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.board-update > div {
  display: flex;
  flex-direction: column;
}

.light-link {
  color: white;
}

.join {
  padding-bottom: 80px;
  padding-top: 80px;
}

.join-panel {
  align-items: end;
  background: var(--sea);
  border-radius: 32px;
  color: white;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.3fr 0.7fr;
  overflow: hidden;
  padding: clamp(44px, 6vw, 82px);
  position: relative;
}

.join-panel::after {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
  height: 390px;
  position: absolute;
  right: -160px;
  top: -200px;
  width: 390px;
}

.join h2 {
  font-size: clamp(40px, 4.2vw, 62px);
  position: relative;
  z-index: 1;
}

.join-copy > p:last-child {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 25px 0 0;
  max-width: 650px;
}

.join-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.button-coral {
  background: var(--coral);
  color: var(--deepest);
}

footer {
  background: var(--foam);
  border-top: 1px solid var(--line);
  padding: 70px 0 25px;
}

.footer-grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.7fr repeat(3, 1fr);
}

.footer-brand {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}

.brand-logo-footer {
  flex: 0 0 auto;
  width: 132px;
}

.footer-brand p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.footer-grid > div:not(.footer-brand) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-grid strong {
  font-size: 10px;
  letter-spacing: 0.11em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
  color: #617170;
  font-size: 12px;
}

.footer-grid a:hover {
  color: var(--coral);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 22px;
}

.footer-bottom,
.footer-bottom a {
  color: #71807f;
  font-size: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(52px, 6.7vw, 76px);
  }

  .pathway-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-chain {
    grid-template-columns: repeat(3, 1fr);
  }

  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .markets {
    grid-template-columns: repeat(5, 1fr);
  }

  .member-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  .section-shell {
    width: min(100% - 36px, 1280px);
  }

  .site-header {
    height: 72px;
    padding: 0 18px;
  }

  .brand-logo-header {
    height: 54px;
  }

  .hero {
    min-height: auto;
    padding: 72px 18px 0;
  }

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

  .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .hero-visual {
    aspect-ratio: 1;
    border-radius: 46% 46% 42% 42%;
    margin: 10px auto 0;
    max-width: 480px;
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }

  .hero-stats div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .hero-stats p {
    display: none;
  }

  .pathways,
  .roadmap,
  .ecosystem,
  .resources {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .pathway-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .pathway-card {
    min-height: 260px;
  }

  .split-heading,
  .project-layout,
  .association-grid,
  .join-panel,
  .resources,
  .agenda-featured-body {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .project-layout,
  .association-grid,
  .join-panel,
  .resources,
  .agenda-featured-body {
    gap: 42px;
  }

  .value-section,
  .project-section,
  .association {
    padding: 80px 0;
  }

  .value-chain {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .value-chain article {
    min-height: 150px;
  }

  .value-chain h3 {
    margin-top: 36px;
  }

  .markets {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 26px;
    justify-content: center;
  }

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

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

  .project-details {
    border-left: 0;
    border-top: 1px solid rgba(8, 47, 49, 0.25);
    padding-left: 0;
    padding-top: 40px;
  }

  .project-meta {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .resource-library {
    grid-template-columns: 1fr;
  }

  .resource-library > a {
    min-height: 285px;
  }

  .resource-film-copy {
    padding: 24px 22px 22px;
  }

  .resource-film-source {
    padding-left: 22px;
    padding-right: 22px;
  }

  .agenda {
    padding: 78px 0 84px;
  }

  .agenda-meta {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 30px;
  }

  .past-events-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 68px;
  }

  .past-events-grid {
    grid-template-columns: 1fr;
  }

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

  .mission-list span:nth-child(odd) {
    border-right: 0;
    margin-right: 0;
  }

  .join {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .join-panel {
    border-radius: 24px;
    padding: 42px 28px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 440px) {
  .brand-logo-header {
    height: 50px;
  }

  .hero h1 br {
    display: none;
  }

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

  .member-identity > img {
    height: 68px;
    width: 78px;
  }

  .bureau-list,
  .board-update {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 12px;
  }

  .hero-stats strong {
    font-size: 26px;
  }

  .hero-stats span {
    font-size: 9px;
  }

  .project-intro h2 {
    font-size: 82px;
  }

  .agenda-featured {
    border-radius: 19px;
  }

  .agenda-featured-body {
    padding: 26px 22px;
  }

  .past-event-card {
    grid-template-columns: 1fr;
  }

  .past-event-visual {
    max-height: 360px;
  }

  .past-event-copy {
    padding: 26px 22px 24px;
  }

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

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
