@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f6f0e6;
  --bg-soft: #fbf7f1;
  --panel: rgba(255, 252, 247, 0.82);
  --panel-strong: #fffaf2;
  --text: #1f1a14;
  --muted: #65594d;
  --line: rgba(116, 92, 61, 0.18);
  --line-strong: rgba(116, 92, 61, 0.34);
  --accent: #d8a531;
  --accent-deep: #a66d14;
  --accent-soft: rgba(216, 165, 49, 0.16);
  --shadow: 0 24px 64px rgba(102, 74, 34, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1380px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
textarea,
select {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 165, 49, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(166, 109, 20, 0.1), transparent 24%),
    linear-gradient(180deg, #faf5eb 0%, #f6f0e6 100%);
  min-height: 100dvh;
  position: relative;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 50;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--panel-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 14px;
}

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

button {
  font: inherit;
}

.site-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(117, 92, 61, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 92, 61, 0.028) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 36%, transparent 92%);
  opacity: 0.55;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(250, 245, 235, 0.78);
  border-bottom: 1px solid rgba(116, 92, 61, 0.1);
}

.topbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-stack {
  display: grid;
  gap: 2px;
}

.brand-stack span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.84);
  color: var(--text);
  padding: 10px 14px;
  border-radius: 999px;
}

.main-nav {
  justify-self: center;
}

.main-nav ul,
.subnav ul,
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.main-nav a,
.subnav a,
.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
}

.main-nav a:hover,
.subnav a:hover,
.footer-nav a:hover,
.main-nav a[aria-current="page"],
.subnav a[aria-current="page"] {
  background: var(--panel-strong);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(116, 92, 61, 0.12);
}

.subnav {
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.84), rgba(255, 248, 237, 0.94));
  border-radius: 999px;
  box-shadow: var(--shadow);
  width: fit-content;
  max-width: 100%;
}

.page-hero {
  padding: 48px 0 32px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-visual,
.panel,
.section-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(255, 247, 236, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero-copy {
  padding: 42px;
  display: grid;
  gap: 28px;
  min-height: 560px;
  animation: rise-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-copy h1,
.page-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.3rem, 7vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 10ch;
  text-wrap: balance;
}

.hero-copy p,
.lead,
.section-intro {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 62ch;
  text-wrap: pretty;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 249, 240, 0.8);
  border: 1px solid rgba(116, 92, 61, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.mini-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.03em;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.button {
  background: linear-gradient(135deg, var(--accent) 0%, #f2c760 100%);
  color: #2b1900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button-secondary {
  background: rgba(255, 250, 242, 0.84);
  color: var(--text);
  border: 1px solid var(--line);
}

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

.button:active,
.button-secondary:active,
.menu-button:active {
  transform: translateY(1px) scale(0.99);
}

.hero-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fact {
  border-top: 1px solid var(--line-strong);
  padding-top: 18px;
}

.fact strong,
.metric strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.fact span,
.metric span,
.small {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  animation: rise-in 1s cubic-bezier(0.16, 1, 0.3, 1) both 0.08s;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 19, 10, 0.06) 14%, rgba(29, 19, 10, 0.48) 100%);
  pointer-events: none;
}

.hero-visual img.main-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual img.overlay-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 64%;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.floating-note {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 248, 237, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  animation: float-soft 7s ease-in-out infinite;
  z-index: 1;
}

.floating-note strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.12rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.04em;
}

.section {
  padding: 22px 0 56px;
}

.section-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.section-header h2,
.section-header h3,
.panel h2,
.panel h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.05em;
}

.section-header h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  text-wrap: balance;
}

.asymmetric-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.stack {
  display: grid;
  gap: 24px;
}

.feature-card,
.resource-card,
.club-card,
.country-card,
.person-card,
.contact-card,
.faq-card,
.highlight-card,
.story-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.feature-card,
.resource-card,
.club-card,
.contact-card,
.faq-card,
.highlight-card,
.story-card {
  padding: 28px;
}

.highlight-card,
.feature-card,
.resource-card,
.club-card,
.story-card {
  display: grid;
  align-content: start;
}

.feature-card:hover,
.resource-card:hover,
.club-card:hover,
.country-card:hover,
.person-card:hover,
.contact-card:hover,
.highlight-card:hover,
.story-card:hover,
.map-list a:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(102, 74, 34, 0.16);
  border-color: rgba(166, 109, 20, 0.24);
}

.feature-card {
  display: grid;
  gap: 14px;
}

.feature-card h3,
.resource-card h3,
.club-card h3,
.country-card h3,
.person-card h3,
.contact-card h3,
.faq-card h3,
.highlight-card h3,
.story-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.42rem;
  letter-spacing: -0.04em;
}

.split-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}

.split-card .content {
  background:
    radial-gradient(circle at top right, rgba(216, 165, 49, 0.1), transparent 34%),
    rgba(255, 248, 237, 0.82);
}

.split-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-card .content {
  padding: 34px;
  display: grid;
  gap: 16px;
  align-content: center;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.metric {
  padding: 22px;
  border-top: 1px solid var(--line-strong);
  border-radius: 22px;
  background: rgba(255, 248, 237, 0.72);
}

.country-grid,
.resource-grid,
.club-grid,
.people-grid,
.contact-grid,
.bento-grid {
  display: grid;
  gap: 18px;
}

.country-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.resource-grid,
.club-grid,
.people-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bento-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.bento-stack {
  display: grid;
  gap: 18px;
}

.bento-card {
  min-height: 220px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(216, 165, 49, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(255, 247, 236, 0.94));
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  align-content: start;
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(102, 74, 34, 0.16);
  border-color: rgba(166, 109, 20, 0.24);
}

.bento-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.bento-card.wide {
  min-height: 300px;
}

.bento-card.dark {
  background:
    radial-gradient(circle at top left, rgba(255, 213, 121, 0.16), transparent 26%),
    linear-gradient(180deg, #312519 0%, #251b12 100%);
  color: #f7efe4;
  border-color: rgba(255, 216, 153, 0.16);
}

.bento-card.dark p,
.bento-card.dark .small {
  color: rgba(247, 239, 228, 0.78);
}

.bento-card .image-band {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(116, 92, 61, 0.14);
}

.bento-card.dark .image-band {
  border-top-color: rgba(255, 216, 153, 0.16);
}

.bento-card .image-band img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-chip {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 249, 240, 0.72);
  border: 1px solid rgba(116, 92, 61, 0.12);
}

.stat-chip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.03em;
}

.country-card {
  padding: 0;
  overflow: hidden;
}

.country-card .content {
  padding: 28px;
  display: grid;
  gap: 14px;
  background:
    radial-gradient(circle at top right, rgba(216, 165, 49, 0.12), transparent 36%),
    rgba(255, 249, 240, 0.92);
}

.country-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.pill-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(216, 165, 49, 0.12);
  color: var(--accent-deep);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.person-card {
  overflow: hidden;
}

.person-card img,
.story-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.person-card .content {
  padding: 20px 22px 24px;
  display: grid;
  gap: 8px;
}

.person-role {
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  font-weight: 800;
}

.check-list,
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.check-list li,
.link-list li {
  padding-left: 24px;
  position: relative;
  color: var(--muted);
  line-height: 1.7;
}

.check-list li::before,
.link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateY(-50%);
}

.accordion {
  display: grid;
  gap: 14px;
}

.accordion details {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.76);
  padding: 18px 22px;
  transition:
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.accordion details:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(102, 74, 34, 0.08);
  border-color: rgba(166, 109, 20, 0.22);
}

.accordion summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 1.02rem;
}

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

.accordion p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.quote {
  padding: 26px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 249, 240, 0.92);
  border-radius: 0 24px 24px 0;
}

.quote p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
}

.footer {
  padding: 28px 0 46px;
}

.footer-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: var(--shadow);
}

.footer-copy {
  display: grid;
  gap: 10px;
}

.footer-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.page-banner {
  padding: 36px 0 20px;
}

.page-banner .panel {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(216, 165, 49, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(255, 247, 236, 0.95));
}

.page-banner h1 {
  margin: 10px 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
}

.breadcrumbs span {
  opacity: 0.7;
}

.two-column {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
}

.longform-panel {
  padding: 34px;
  display: grid;
  gap: 28px;
}

.longform-copy {
  max-width: 880px;
  display: grid;
  gap: 18px;
}

.longform-copy p {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.82;
  color: var(--text);
}

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

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

.app-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.app-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.34rem;
  letter-spacing: -0.04em;
}

.app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.84);
  color: var(--text);
  font-weight: 700;
  font-size: 0.94rem;
}

.app-links a:hover {
  transform: translateY(-1px);
}

.library-mini-grid {
  margin-top: 6px;
}

.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.course-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.82);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.section-panel {
  padding: 30px;
}

.library-pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.library-pathway {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(216, 165, 49, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(255, 247, 236, 0.95));
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  align-content: start;
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.library-pathway:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(102, 74, 34, 0.16);
  border-color: rgba(166, 109, 20, 0.24);
}

.library-pathway h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.42rem;
  letter-spacing: -0.04em;
}

.research-note {
  background:
    radial-gradient(circle at top right, rgba(216, 165, 49, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(255, 247, 236, 0.98));
}

.map-list {
  display: grid;
  gap: 16px;
}

.map-list a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.82);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.map-list a:hover {
  transform: translateY(-1px);
}

.map-number {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-weight: 800;
}

.arrow {
  color: var(--accent-deep);
  font-weight: 800;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.gallery-strip .stack {
  gap: 18px;
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.gallery-mosaic .stack {
  gap: 18px;
}

.gallery-mosaic img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  min-height: 220px;
  max-height: 360px;
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-item strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.03em;
}

.muted {
  color: var(--muted);
}

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

.showcase-card {
  position: relative;
  min-height: 440px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #2f2419;
}

.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 13, 8, 0.02) 20%, rgba(19, 13, 8, 0.78) 100%);
}

.showcase-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 24px;
  display: grid;
  gap: 10px;
  color: #f7efe4;
}

.showcase-copy h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.showcase-copy p {
  margin: 0;
  max-width: 32ch;
  color: rgba(247, 239, 228, 0.84);
  line-height: 1.7;
}

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

.number-card {
  display: grid;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 251, 245, 0.84);
  box-shadow: var(--shadow);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.number-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(102, 74, 34, 0.16);
  border-color: rgba(166, 109, 20, 0.24);
}

.number-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.number-card .content {
  padding: 24px;
  display: grid;
  gap: 12px;
}

.number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-copy::after,
.panel::after,
.section-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: inline-flex;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: none;
    justify-self: stretch;
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    display: grid;
    gap: 8px;
  }

  .main-nav a {
    border-radius: 18px;
    min-height: 48px;
  }

  .hero-grid,
  .section-header,
  .asymmetric-grid,
  .split-card,
  .country-grid,
  .resource-grid,
  .club-grid,
  .people-grid,
  .contact-grid,
  .bento-grid,
  .showcase-grid,
  .numbered-grid,
  .detail-grid,
  .app-grid,
  .two-column,
  .library-pathways,
  .gallery-strip,
  .gallery-mosaic,
  .story-grid,
  .footer-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-visual {
    min-height: initial;
  }

  .hero-facts,
  .metrics,
  .hero-mini-grid,
  .stat-row {
    grid-template-columns: 1fr;
  }

  .subnav {
    border-radius: 24px;
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max));
  }

  .hero-copy,
  .feature-card,
  .resource-card,
  .club-card,
  .contact-card,
  .faq-card,
  .highlight-card,
  .story-card,
  .section-panel,
  .page-banner .panel,
  .country-card .content {
    padding: 22px;
  }

  .hero-copy h1,
  .page-title,
  .page-banner h1 {
    max-width: 100%;
  }
}
