:root {
  --paper: #f8f4ed;
  --paper-soft: #fffaf2;
  --ink: #24211e;
  --muted: #6f665f;
  --burgundy: #6d1527;
  --burgundy-dark: #3e0d18;
  --gold: #c99b4a;
  --flag-yellow: #f2c94c;
  --flag-blue: #173f8a;
  --flag-red: #c9353e;
  --forest: #24483b;
  --sage: #78917d;
  --clay: #b8694a;
  --line: rgba(36, 33, 30, 0.14);
  --shadow: 0 24px 80px rgba(44, 22, 18, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.share-rail {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 18;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.share-rail a,
.share-button {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  background: rgba(62, 13, 24, 0.72);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.share-button span {
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.share-rail a {
  font-size: 13px;
  font-weight: 900;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 58px);
  color: #fff;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(248, 244, 237, 0.92);
  box-shadow: 0 8px 30px rgba(36, 33, 30, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.main-nav a {
  opacity: 0.82;
}

.main-nav a:hover {
  opacity: 1;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.language-switcher button {
  min-width: 34px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.language-switcher button.is-active {
  color: var(--burgundy-dark);
  background: #fff;
}

.site-header.is-scrolled .language-switcher button.is-active {
  color: #fff;
  background: var(--burgundy);
}

.nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  inset: 76px 16px auto 16px;
  z-index: 19;
  display: none;
  padding: 18px;
  background: var(--paper-soft);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: clamp(24px, 6vw, 80px);
  overflow: hidden;
  padding: 132px clamp(20px, 5vw, 76px) 58px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(31, 10, 15, 0.93) 0%, rgba(64, 16, 28, 0.68) 34%, rgba(22, 49, 78, 0.12) 60%, rgba(16, 18, 18, 0) 100%),
    linear-gradient(0deg, rgba(31, 10, 15, 0.48), rgba(31, 10, 15, 0) 50%, rgba(31, 10, 15, 0.2)),
    radial-gradient(circle at 8% 18%, rgba(242, 201, 76, 0.2), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(23, 63, 138, 0.12), transparent 30%),
    radial-gradient(circle at 62% 80%, rgba(201, 53, 62, 0.1), transparent 28%),
    radial-gradient(circle at 74% 18%, rgba(201, 155, 74, 0.18), transparent 32%),
    url("https://images.squarespace-cdn.com/content/v1/5ceb0beab672d800014e7342/c7dfd22c-0427-4d2b-b70b-5fd94da090a8/MariaGuinand%2B%281%29.JPG?format=1500w"),
    var(--burgundy-dark);
  background-position: center, center, center, center, center, center, 66% center;
  background-size: cover, cover, cover, cover, cover, cover, cover;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.68;
}

.venezuela-ribbon {
  position: absolute;
  left: clamp(20px, 5vw, 76px);
  right: clamp(20px, 5vw, 76px);
  top: 86px;
  height: 4px;
  background: linear-gradient(90deg, var(--flag-yellow) 0 33.333%, var(--flag-blue) 33.333% 66.666%, var(--flag-red) 66.666% 100%);
  box-shadow: 0 0 22px rgba(242, 201, 76, 0.28);
  opacity: 0.82;
}

.origin-stars {
  position: absolute;
  left: clamp(22px, 5vw, 78px);
  top: 108px;
  display: flex;
  gap: clamp(9px, 1.1vw, 15px);
  opacity: 0.78;
}

.origin-stars span {
  width: 9px;
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 69%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.24);
}

.origin-stars span:nth-child(2),
.origin-stars span:nth-child(7) {
  transform: translateY(5px);
}

.origin-stars span:nth-child(3),
.origin-stars span:nth-child(6) {
  transform: translateY(9px);
}

.origin-stars span:nth-child(4),
.origin-stars span:nth-child(5) {
  transform: translateY(12px);
}

.score-lines {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 17%;
  height: 42%;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 36px,
    rgba(255, 255, 255, 0.11) 37px,
    rgba(255, 255, 255, 0.11) 39px
  );
  transform: rotate(-5deg);
}

.gesture {
  position: absolute;
  width: 40vw;
  min-width: 280px;
  aspect-ratio: 1.5;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
}

.gesture-one {
  top: 12%;
  left: 40%;
  transform: rotate(-14deg);
}

.gesture-two {
  bottom: 12%;
  left: 4%;
  transform: rotate(155deg);
}

.choir-grid {
  position: absolute;
  right: 3%;
  bottom: 5%;
  width: min(44vw, 560px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  opacity: 0.26;
}

.choir-grid span {
  aspect-ratio: 1;
  border-radius: 50% 50% 44% 44%;
  background: rgba(255, 255, 255, 0.34);
}

.hero-content,
.hero-portrait {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.5);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero h1 {
  margin: 0;
  max-width: 820px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(68px, 11vw, 152px);
  font-weight: 700;
  line-height: 0.82;
}

.hero-kicker {
  margin: 28px 0 0;
  max-width: 720px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 0.98;
}

.hero-kicker-en {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(22px, 2.8vw, 38px);
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.62;
}

.hero-copy.en {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(14px, 1.2vw, 16px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.button-light {
  color: var(--burgundy-dark);
  background: linear-gradient(90deg, #fff 0 72%, rgba(242, 201, 76, 0.92));
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-ghost:hover {
  border-color: rgba(242, 201, 76, 0.76);
  background: rgba(23, 63, 138, 0.18);
}

.button-dark {
  width: 100%;
  color: #fff;
  background: var(--burgundy);
}

.hero-portrait {
  display: none;
}

.hero-portrait img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.hero-portrait p {
  margin: 0;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.quote-band {
  display: grid;
  min-height: 42vh;
  place-items: center;
  padding: 64px 20px;
  text-align: center;
  background: var(--forest);
}

.quote-band p {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 7vw, 104px);
  line-height: 0.95;
}

.quote-band .quote-en {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(28px, 4.5vw, 68px);
}

.section {
  padding: clamp(76px, 10vw, 138px) clamp(20px, 5vw, 76px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
}

.section-heading h2,
.legacy h2,
.contact h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.96;
}

.en-heading {
  margin-top: 12px !important;
  color: var(--muted);
  font-size: clamp(28px, 4vw, 58px) !important;
}

.legacy .en-heading,
.contact .en-heading {
  color: rgba(255, 255, 255, 0.58);
}

.en {
  color: var(--muted);
  opacity: 0.74;
}

.section-copy .en,
article .en,
.timeline-detail .en,
.map-card .en {
  margin-top: 8px;
  font-size: 0.92em;
}

.legacy .en,
.contact .en {
  color: rgba(255, 255, 255, 0.64);
}

.centered {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-copy {
  display: grid;
  gap: 24px;
}

.cultural-note {
  display: grid;
  gap: 6px;
  max-width: 360px;
  margin-top: 28px;
  padding: 16px 0 0 18px;
  border-left: 4px solid var(--flag-yellow);
  box-shadow: inset 2px 0 0 var(--flag-blue), inset 6px 0 0 var(--flag-red);
}

.cultural-note span:first-child {
  color: var(--burgundy);
  font-weight: 800;
}

.cultural-note span:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.section-copy p,
.legacy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.78;
}

.philosophy {
  background: var(--paper-soft);
}

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

.principles article,
.project-grid article,
.calendar-list article,
.tab-panel article {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.78);
}

.principles article::before,
.project-grid article::before,
.calendar-list article::before,
.tab-panel article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--flag-yellow), var(--flag-blue), var(--flag-red));
  opacity: 0.74;
}

.principles span,
.tab-panel span {
  color: var(--gold);
  font-weight: 800;
}

h3 {
  margin: 10px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.04;
}

article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.timeline-section {
  background: #efe5d6;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.timeline-item {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(36, 33, 30, 0.2);
  border-radius: 8px;
  text-align: left;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.timeline-item.is-active {
  color: #fff;
  background: var(--burgundy);
  border-color: var(--burgundy);
}

.timeline-item span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 800;
}

.timeline-detail {
  max-width: 780px;
  margin: 28px 0 0 auto;
  padding: 30px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 250, 242, 0.72);
}

.timeline-detail p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.timeline-detail p {
  margin-bottom: 0;
}

.legacy {
  background: var(--burgundy-dark);
  color: #fff;
}

.legacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 48px;
  align-items: end;
}

.legacy p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
}

.impact-numbers {
  display: grid;
  gap: 12px;
}

.impact-numbers div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.impact-numbers strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 58px;
  line-height: 1;
}

.impact-numbers span {
  color: rgba(255, 255, 255, 0.72);
}

.world-map {
  position: relative;
  min-height: 430px;
  margin-top: 62px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(28deg, transparent 0 42%, rgba(242, 201, 76, 0.2) 42.2%, transparent 42.8%),
    linear-gradient(153deg, transparent 0 46%, rgba(23, 63, 138, 0.16) 46.2%, transparent 46.8%),
    linear-gradient(100deg, transparent 0 57%, rgba(201, 53, 62, 0.16) 57.2%, transparent 57.8%),
    linear-gradient(transparent 49%, rgba(255, 255, 255, 0.12) 50%, transparent 51%),
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.12) 50%, transparent 51%),
    radial-gradient(circle at 30% 50%, rgba(120, 145, 125, 0.38) 0 18%, transparent 19%),
    radial-gradient(circle at 51% 42%, rgba(201, 155, 74, 0.3) 0 24%, transparent 25%),
    radial-gradient(circle at 74% 58%, rgba(184, 105, 74, 0.34) 0 20%, transparent 21%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
}

.map-pin {
  position: absolute;
  min-width: 44px;
  min-height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: transparent;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(201, 155, 74, 0.2);
  cursor: pointer;
}

.map-pin.is-active {
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.16);
}

.origin-pin {
  min-width: 54px;
  min-height: 54px;
  border: 0;
  border-radius: 0;
  color: transparent;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 69%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  background: var(--flag-yellow);
  box-shadow: 0 0 0 10px rgba(242, 201, 76, 0.18), 0 0 40px rgba(242, 201, 76, 0.35);
}

.origin-pin.is-active {
  background: #fff4b6;
  box-shadow: 0 0 0 12px rgba(242, 201, 76, 0.2), 0 0 48px rgba(242, 201, 76, 0.42);
}

.pin-caracas { left: 31%; top: 56%; }
.pin-london { left: 49%; top: 31%; }
.pin-sydney { left: 82%; top: 69%; }
.pin-oregon { left: 17%; top: 36%; }
.pin-buenos { left: 36%; top: 75%; }

.map-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 24px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper-soft);
}

.map-card span {
  color: var(--burgundy);
  font-weight: 800;
}

.map-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.projects,
.media,
.video-gallery {
  background: var(--paper-soft);
}

.project-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.calendar {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
}

.calendar-list {
  display: grid;
  gap: 14px;
}

.calendar-list time {
  color: var(--burgundy);
  font-weight: 800;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
}

.tabs button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.tabs button.is-active {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.tab-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 940px;
  margin: 0 auto;
}

.video-gallery {
  padding-top: clamp(64px, 8vw, 112px);
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 18px;
}

.video-feature {
  grid-row: span 2;
  display: grid;
  gap: 22px;
  padding: 0;
  overflow: hidden;
}

.video-feature iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #111;
}

.video-feature div {
  padding: 0 28px 28px;
}

.video-feature span,
.video-link-card span,
.social-card span {
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.video-link-card {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(62, 13, 24, 0.9), rgba(23, 63, 138, 0.78)),
    radial-gradient(circle at 20% 15%, rgba(242, 201, 76, 0.35), transparent 34%);
}

.video-link-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  clip-path: polygon(36% 26%, 36% 74%, 76% 50%);
  opacity: 0.88;
}

.video-link-card span,
.video-link-card p {
  color: rgba(255, 255, 255, 0.78);
}

.video-link-card h3 {
  color: #fff;
}

.social-section {
  background: #efe5d6;
}

.social-section .section-heading {
  max-width: 820px;
}

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

.social-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 300px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(36, 33, 30, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--flag-yellow), var(--flag-blue), var(--flag-red));
}

.button-outline {
  width: fit-content;
  color: var(--burgundy);
  border-color: rgba(109, 21, 39, 0.24);
  background: rgba(255, 255, 255, 0.54);
}

.social-live {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(62, 13, 24, 0.92), rgba(36, 72, 59, 0.9)),
    radial-gradient(circle at 12% 12%, rgba(242, 201, 76, 0.24), transparent 38%);
}

.social-live span,
.social-live h3,
.social-live p,
.social-live .en {
  color: #fff;
}

.social-live p,
.social-live .en {
  opacity: 0.72;
}

.pulse-line {
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 62px;
  margin-top: auto;
}

.pulse-line i {
  display: block;
  width: 18px;
  border-radius: 999px;
  background: linear-gradient(var(--flag-yellow), var(--flag-blue), var(--flag-red));
  animation: pulseBars 1.8s ease-in-out infinite;
}

.pulse-line i:nth-child(1) {
  height: 36px;
}

.pulse-line i:nth-child(2) {
  height: 58px;
  animation-delay: 160ms;
}

.pulse-line i:nth-child(3) {
  height: 44px;
  animation-delay: 320ms;
}

@keyframes pulseBars {
  0%, 100% { transform: scaleY(0.7); opacity: 0.55; }
  50% { transform: scaleY(1); opacity: 1; }
}

.ask-section {
  background: var(--burgundy-dark);
  color: #fff;
}

.ask-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 520px);
  gap: 48px;
  align-items: start;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 86% 14%, rgba(242, 201, 76, 0.18), transparent 34%);
}

.ask-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
}

.ask-panel p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.ask-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper-soft);
}

.ask-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.ask-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  background: #fff;
}

.ask-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ask-actions .button-dark {
  width: fit-content;
}

.ask-answer {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted) !important;
  font-size: 14px;
}

.masterclasses {
  background: #ead8c4;
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.topic-cloud span {
  padding: 12px 16px;
  border: 1px solid rgba(36, 33, 30, 0.16);
  border-radius: 999px;
  color: var(--burgundy-dark);
  background: rgba(255, 250, 242, 0.6);
  font-weight: 700;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 520px);
  gap: 60px;
  align-items: start;
  background: var(--forest);
  color: #fff;
}

.contact-copy p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: var(--paper-soft);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  background: #fff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.74);
  background: #171614;
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

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

  .nav-toggle {
    display: block;
  }

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

  .hero,
  .split,
  .legacy-grid,
  .calendar,
  .video-grid,
  .ask-panel,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
  }

  .hero-portrait {
    max-width: 360px;
    margin: 0;
  }

  .principles,
  .project-grid,
  .social-grid,
  .timeline,
  .tab-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 660px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .hero {
    padding: 104px 18px 44px;
  }

  .venezuela-ribbon {
    left: 20px;
    right: 20px;
    top: 86px;
  }

  .origin-stars {
    display: none;
  }

  .hero h1 {
    font-size: clamp(58px, 20vw, 92px);
  }

  .hero-actions,
  .tabs,
  .ask-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .tabs button,
  .ask-actions .button-dark,
  .button-outline {
    width: 100%;
  }

  .section {
    padding: 70px 18px;
  }

  .principles,
  .project-grid,
  .social-grid,
  .timeline,
  .tab-panel {
    grid-template-columns: 1fr;
  }

  .share-rail {
    display: none;
  }

  .video-feature div,
  .video-link-card,
  .social-card,
  .ask-form {
    padding: 22px;
  }

  .world-map {
    min-height: 500px;
  }

  .map-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .site-footer {
    display: grid;
  }
}
