:root {
  --blue-900: #0a2e5c;
  --blue-800: #003d82;
  --blue-700: #0a4a99;
  --blue-600: #1e5fb8;
  --blue-100: #dde7f5;
  --blue-50:  #f3f7fc;
  --red:      #c8001e;
  --ink:      #0e1729;
  --ink-2:    #3b4658;
  --ink-3:    #6b7689;
  --line:     #e3e8f0;
  --bg:       #ffffff;
  --bg-soft:  #f7f9fc;

  --shadow-sm: 0 1px 2px rgba(10,46,92,.06), 0 1px 1px rgba(10,46,92,.04);
  --shadow:    0 8px 24px rgba(10,46,92,.08), 0 2px 4px rgba(10,46,92,.04);
  --shadow-lg: 0 24px 60px rgba(10,46,92,.14), 0 4px 12px rgba(10,46,92,.06);

  --radius:    10px;
  --radius-lg: 16px;

  --container: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  margin: 0 0 .4em;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--ink);
}

p { margin: 0 0 1em; color: var(--ink-2); }

a { color: var(--blue-700); text-decoration: none; }
a:hover { text-decoration: underline; }

ul, ol { margin: 0; padding: 0; list-style: none; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}
.brand:hover { text-decoration: none; }
.brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--blue-800);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-size: 17px; letter-spacing: -.01em; font-weight: 700; }
.brand__sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 2px;
}
@media (max-width: 540px) {
  .brand__sub { display: none; }
}

.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a {
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: 6px;
  transition: background .15s, color .15s;
}
.nav a:hover { background: var(--blue-50); color: var(--blue-800); text-decoration: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  font-family: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .08s ease, background .15s, border-color .15s, color .15s;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn--primary { background: var(--blue-800); color: #fff; }
.btn--primary:hover { background: var(--blue-700); }
.btn--ghost { background: transparent; color: var(--blue-800); border-color: var(--blue-100); }
.btn--ghost:hover { background: var(--blue-50); border-color: var(--blue-600); }

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
}
.nav__toggle span {
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform .2s, opacity .2s;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(30,95,184,.12), transparent 60%),
    linear-gradient(180deg, var(--blue-50) 0%, #fff 100%);
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(10,46,92,.04) 1px, transparent 1px),
    linear-gradient(0deg,  rgba(10,46,92,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at top right, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at top right, #000 0%, transparent 70%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue-700);
  background: var(--blue-100);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.eyebrow--center { display: inline-block; }
.hero__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 700;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.025em;
  margin-bottom: 24px;
}
.hero__title .accent { color: var(--blue-800); }
.hero__lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 560px;
  margin-bottom: 32px;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.hero__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  max-width: 520px;
}
.hero__badges li { display: flex; flex-direction: column; }
.hero__badges strong {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--blue-800);
  letter-spacing: -.02em;
}
.hero__badges span { font-size: 13px; color: var(--ink-3); }

.hero__visual { position: relative; }
.hero__card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transform: rotate(.5deg);
}
.hero__avatar { aspect-ratio: 4/5; background: #fff; overflow: hidden; }
.hero__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.hero__avatar svg { display: block; width: 100%; height: 100%; }
.hero__quote { padding: 24px 28px 28px; border-top: 4px solid var(--red); }
.hero__quote p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 12px;
}
.hero__quote span { font-size: 13px; color: var(--ink-3); font-weight: 500; }

/* ---------- Values ---------- */
.values { padding: 60px 0; background: var(--bg); border-bottom: 1px solid var(--line); }
.values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.value:hover { border-color: var(--blue-600); transform: translateY(-2px); box-shadow: var(--shadow); }
.value__icon { font-size: 28px; margin-bottom: 12px; }
.value h3 { font-size: 18px; margin-bottom: 8px; }
.value p { font-size: 14px; margin: 0; color: var(--ink-3); }

/* ---------- Section header ---------- */
.section-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-header h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.section-lead { font-size: 18px; color: var(--ink-2); margin: 0; }

/* ---------- Program ---------- */
.program { padding: 100px 0; background: var(--bg-soft); }
.program__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  counter-reset: program;
}
.program__item {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.program__item:hover {
  border-color: var(--blue-600);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.program__num {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--blue-800);
  line-height: 1;
  letter-spacing: -.02em;
  min-width: 56px;
}
.program__item h3 { font-size: 18px; margin-bottom: 6px; }
.program__item p { font-size: 15px; margin: 0; color: var(--ink-2); }

/* ---------- Leadership ---------- */
.leadership { padding: 100px 0; background: #fff; }
.leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.leaders--four { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.leader {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.leader:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--blue-600);
}
.leader__photo {
  aspect-ratio: 4/5;
  background: #f0f3f8;
  position: relative;
  overflow: hidden;
}
.leader__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  display: block;
  transition: transform .35s ease;
}
.leader:hover .leader__photo img {
  transform: scale(1.03);
}
.leader h3 { font-size: 18px; padding: 20px 22px 0; margin-bottom: 2px; }
.leader__role {
  display: block;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--blue-700);
  margin-bottom: 10px;
}
.leader p { padding: 0 22px 22px; font-size: 14px; color: var(--ink-3); margin: 0; }

.leaders__pending {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.leaders__pending-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(200, 0, 30, .08);
  border: 1px solid rgba(200, 0, 30, .2);
  padding: 6px 14px;
  border-radius: 999px;
}
.leader--candidate {
  max-width: 320px;
  width: 100%;
  border-style: dashed;
  border-color: var(--ink-3);
  position: relative;
}
.leader--candidate:hover { border-color: var(--red); }
.leader--candidate .leader__photo::after {
  content: "?";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(200, 0, 30, .35);
  z-index: 2;
}

.candidates {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.candidates__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 800;
  font-size: 28px;
  color: var(--red);
  letter-spacing: .04em;
  min-width: 48px;
  align-self: center;
}

.poll {
  margin: 16px 22px 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.poll__bar {
  height: 8px;
  background: var(--blue-50);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 10px;
}
.poll__fill {
  height: 100%;
  background: linear-gradient(90deg, #c8001e 0%, #e0223f 100%);
  border-radius: 999px;
  transition: width .6s ease;
}
.poll--leading .poll__fill {
  background: linear-gradient(90deg, var(--blue-800) 0%, var(--blue-600) 100%);
}
.poll__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  color: var(--ink-3);
}
.poll__meta strong {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
}
.poll--leading .poll__meta strong { color: var(--blue-800); }

.leaders__pending-note {
  margin: 18px 0 0;
  font-size: 13px;
  color: var(--ink-3);
  font-style: italic;
  text-align: center;
}

@media (max-width: 720px) {
  .candidates { flex-direction: column; align-items: center; }
  .candidates__vs { padding: 4px 0; font-size: 22px; }
  .leader--candidate { max-width: 320px; }
}

/* ---------- Gallery ---------- */
.gallery { padding: 100px 0; background: #fff; border-top: 1px solid var(--line); }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery__item {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.gallery__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--blue-600);
}
.gallery__media {
  position: relative;
  aspect-ratio: 4/3;
  background:
    repeating-linear-gradient(135deg, rgba(10,46,92,.04) 0 10px, transparent 10px 20px),
    linear-gradient(135deg, var(--blue-50) 0%, var(--blue-100) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-700);
}
.gallery__media svg { width: 44px; height: 44px; opacity: .55; }
.gallery__media--photo {
  background: #000;
  padding: 0;
}
.gallery__media--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gallery__item:hover .gallery__media--photo img {
  transform: scale(1.03);
}
.gallery__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue-800);
  background: rgba(255, 255, 255, .92);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--blue-100);
}
.gallery__item figcaption {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gallery__item figcaption strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.gallery__item figcaption span {
  font-size: 13px;
  color: var(--ink-3);
}
.gallery__note {
  text-align: center;
  margin: 40px auto 0;
  max-width: 640px;
  font-size: 14px;
  color: var(--ink-3);
  font-style: italic;
}
.gallery__item { cursor: zoom-in; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(6, 18, 38, .94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 8vw;
  animation: lightbox-in .2s ease-out;
}
.lightbox[hidden] { display: none; }
@keyframes lightbox-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.lightbox__figure {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lightbox__figure img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
  display: block;
}
.lightbox__figure figcaption {
  color: #fff;
  font-size: 15px;
  text-align: center;
  max-width: 720px;
  line-height: 1.4;
}
.lightbox__figure figcaption strong {
  display: block;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.lightbox__figure figcaption span { opacity: .7; font-size: 14px; }
.lightbox__close,
.lightbox__nav {
  position: absolute;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .15s, border-color .15s, transform .15s;
  font-family: inherit;
}
.lightbox__close:hover,
.lightbox__nav:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .35);
}
.lightbox__close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
  padding-bottom: 4px;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
}
.lightbox__nav:hover { transform: translateY(-50%) scale(1.08); }
.lightbox__nav--prev { left: 24px; padding-right: 4px; }
.lightbox__nav--next { right: 24px; padding-left: 4px; }
.lightbox__counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}
body.lightbox-open { overflow: hidden; }

@media (max-width: 720px) {
  .lightbox { padding: 8vh 4vw 12vh; }
  .lightbox__close { top: 12px; right: 12px; width: 40px; height: 40px; }
  .lightbox__nav { width: 44px; height: 44px; font-size: 28px; }
  .lightbox__nav--prev { left: 8px; }
  .lightbox__nav--next { right: 8px; }
  .lightbox__figure img { max-height: 70vh; }
}

/* ---------- Tour ---------- */
.tour {
  padding: 100px 0;
  background:
    linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%);
}
.tour__list {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  counter-reset: tour;
}
.tour__item {
  border-bottom: 1px solid var(--line);
}
.tour__item:last-child { border-bottom: 0; }
.tour__item > summary {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 18px 32px;
  cursor: pointer;
  list-style: none;
  transition: background .15s, padding .15s;
  user-select: none;
}
.tour__item > summary::-webkit-details-marker { display: none; }
.tour__item > summary:hover {
  background: var(--blue-50);
}
.tour__item[open] > summary {
  background: var(--blue-50);
  border-bottom: 1px solid var(--line);
}
.tour__date {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-800);
  min-width: 90px;
  letter-spacing: -.01em;
}
.tour__city {
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  flex: 1;
}
.tour__chevron {
  color: var(--blue-100);
  font-size: 28px;
  line-height: 1;
  transition: color .2s, transform .2s;
  display: inline-block;
}
.tour__item > summary:hover .tour__chevron { color: var(--blue-600); }
.tour__item[open] > summary .tour__chevron {
  transform: rotate(90deg);
  color: var(--blue-700);
}
.tour__body {
  padding: 20px 32px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  background: #fff;
}
.tour__info {
  margin: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4px 18px;
}
.tour__info dt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-3);
  align-self: center;
}
.tour__info dd {
  margin: 0;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.45;
}
.tour__info dd em {
  color: var(--ink-2);
  font-style: italic;
}
.tour__note {
  text-align: center;
  margin: 32px auto 0;
  max-width: 640px;
  font-size: 14px;
  color: var(--ink-3);
  font-style: italic;
}

@media (max-width: 720px) {
  .tour { padding: 60px 0; }
  .tour__item > summary { padding: 14px 18px; gap: 16px; }
  .tour__date { font-size: 18px; min-width: 60px; }
  .tour__city { font-size: 15px; }
  .tour__body {
    padding: 16px 18px 20px;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
  }
  .tour__info { grid-template-columns: 1fr; gap: 2px 0; }
  .tour__info dt { margin-top: 6px; }
}

/* ---------- Shop ---------- */
.shop { padding: 100px 0; background: var(--bg-soft); }
.shop__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--blue-600);
}
.product__media {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, var(--blue-50) 0%, var(--blue-100) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-800);
}
.product__media svg { width: 56%; height: 56%; }
.product__media--photo {
  padding: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.product__media--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.product:hover .product__media--photo img { transform: scale(1.04); }
.product__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--blue-800);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
}
.product__more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 4px 9px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.product__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.product h3 { font-size: 16px; margin: 0; line-height: 1.3; }
.product__desc {
  font-size: 13px;
  color: var(--ink-3);
  margin: 0;
  flex: 1;
}
.product__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  gap: 10px;
}
.product__price {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--blue-800);
  letter-spacing: -.01em;
}
.product .btn--ghost[disabled] {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
  padding: 7px 12px;
  font-size: 12px;
}
.shop__note {
  text-align: center;
  margin: 40px auto 0;
  max-width: 640px;
  font-size: 14px;
  color: var(--ink-3);
  font-style: italic;
}

/* ---------- Archive (vintage) ---------- */
.archive {
  padding: 80px 0;
  background:
    repeating-linear-gradient(135deg, rgba(10,46,92,.025) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  border-top: 1px solid var(--line);
}
.archive .section-header h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
}
.archive__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 780px;
  margin: 0 auto;
}
.archive .product { opacity: .92; }
.archive .product:hover { opacity: 1; }
.archive .product__badge { background: var(--ink-2); }
.archive__note {
  text-align: center;
  margin: 32px auto 0;
  max-width: 640px;
  font-size: 13px;
  color: var(--ink-3);
  font-style: italic;
}
@media (max-width: 720px) {
  .archive__grid { grid-template-columns: 1fr; }
}

/* ---------- Legendary mystery item ---------- */
.legendary {
  padding: 90px 0;
  background:
    radial-gradient(circle at 30% 0%, rgba(212, 175, 55, .18), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(212, 175, 55, .12), transparent 50%),
    linear-gradient(180deg, #1a1408 0%, #0e0a04 100%);
  color: #f4e8c1;
  position: relative;
  overflow: hidden;
}
.legendary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(212,175,55,.04) 0 2px, transparent 2px 60px);
  pointer-events: none;
}
.legendary .section-header h2,
.legendary__title {
  font-family: 'Source Serif 4', Georgia, serif;
  color: #f4d160;
  background: linear-gradient(180deg, #ffe98a 0%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.02em;
}
.legendary .section-lead { color: rgba(244, 232, 193, .7); }
.legendary__eyebrow {
  color: #d4af37 !important;
  background: rgba(212, 175, 55, .12) !important;
  border: 1px solid rgba(212, 175, 55, .35);
}
.legendary__card {
  max-width: 560px;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
  border: 1px solid rgba(212, 175, 55, .55);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, .15),
    0 30px 80px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.legendary__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(212, 175, 55, .15) 50%, transparent 60%);
  background-size: 200% 200%;
  background-position: 100% 100%;
  pointer-events: none;
  transition: background-position .8s ease;
}
.legendary__card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, .35),
    0 40px 100px rgba(212, 175, 55, .2),
    inset 0 1px 0 rgba(255, 255, 255, .15);
}
.legendary__card:hover::before { background-position: 0% 0%; }

.legendary__media {
  aspect-ratio: 4/3;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 175, 55, .35), transparent 70%),
    linear-gradient(135deg, #2a1f0a 0%, #1a1408 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
}
.legendary__q {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  color: #d4af37;
  text-shadow:
    0 0 20px rgba(212, 175, 55, .5),
    0 0 40px rgba(212, 175, 55, .3);
  animation: q-float 2.4s ease-in-out infinite;
}
.legendary__q:nth-child(1) { animation-delay: 0s; }
.legendary__q:nth-child(2) { animation-delay: .4s; }
.legendary__q:nth-child(3) { animation-delay: .8s; }
@keyframes q-float {
  0%, 100% { transform: translateY(0); opacity: .85; }
  50% { transform: translateY(-12px); opacity: 1; }
}
.legendary__star {
  position: absolute;
  width: 28px;
  height: 28px;
  color: #ffe98a;
  top: 18px;
  right: 22px;
  animation: q-twinkle 2s ease-in-out infinite;
}
@keyframes q-twinkle {
  0%, 100% { transform: scale(.85); opacity: .6; }
  50% { transform: scale(1.1); opacity: 1; }
}

.legendary__body {
  padding: 26px 28px 28px;
  color: #f4e8c1;
}
.legendary__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #1a1408;
  background: linear-gradient(180deg, #ffe98a 0%, #d4af37 100%);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.legendary__body h3 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 32px;
  color: #f4d160;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.legendary__body p {
  color: rgba(244, 232, 193, .75);
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.legendary__reveal {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  margin-bottom: 22px;
  background: rgba(212, 175, 55, .08);
  border: 1px solid rgba(212, 175, 55, .35);
  border-radius: 10px;
}
.legendary__reveal-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d4af37;
  min-width: 72px;
}
.legendary__reveal-value {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}
.legendary__reveal-value strong {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #f4d160;
  letter-spacing: -.01em;
}
.legendary__reveal-value span {
  font-size: 13px;
  color: rgba(244, 232, 193, .7);
}

.legendary__locked {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(212, 175, 55, .04);
  border: 1px dashed rgba(212, 175, 55, .4);
  border-radius: 10px;
}
.legendary__lock {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #d4af37;
}
.legendary__locked > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.3;
}
.legendary__locked strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #f4d160;
}
.legendary__locked span {
  font-size: 12px;
  color: rgba(244, 232, 193, .65);
}
.legendary__note {
  text-align: center;
  margin: 32px auto 0;
  max-width: 620px;
  font-size: 13px;
  color: rgba(244, 232, 193, .55);
  font-style: italic;
}

@media (max-width: 720px) {
  .legendary { padding: 60px 0; }
  .legendary__q { font-size: 64px; }
  .legendary__body { padding: 22px; }
  .legendary__body h3 { font-size: 26px; }
}

/* ---------- CTA ---------- */
.cta { padding: 80px 0; background: var(--blue-900); color: #fff; }
.cta__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}
.cta h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(28px, 3.4vw, 40px);
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -.02em;
}
.cta p { color: rgba(255,255,255,.78); font-size: 17px; margin: 0; max-width: 540px; }
.cta__actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta .btn--primary { background: #fff; color: var(--blue-900); }
.cta .btn--primary:hover { background: var(--blue-100); }
.cta .btn--ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.cta .btn--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }

/* ---------- Footer ---------- */
.footer { background: #061d3d; color: rgba(255,255,255,.7); padding: 64px 0 0; font-size: 14px; }
.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer__brand .brand { color: #fff; margin-bottom: 16px; }
.footer__brand .brand__sub { color: rgba(255, 255, 255, .55); }
.footer__brand p { color: rgba(255,255,255,.55); max-width: 320px; margin: 0 0 10px; }
.footer__slogan {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(255,255,255,.85) !important;
  line-height: 1.35;
  margin-bottom: 14px !important;
  padding-left: 12px;
  border-left: 3px solid var(--red);
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer__cols h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer__cols ul li { margin-bottom: 8px; }
.footer__cols a { color: rgba(255,255,255,.7); }
.footer__cols a:hover { color: #fff; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__disclaimer { font-style: italic; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero { padding: 56px 0 72px; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { max-width: 420px; }
  .values__grid { grid-template-columns: repeat(2, 1fr); }
  .program__list { grid-template-columns: 1fr; }
  .leaders,
  .leaders--four { grid-template-columns: repeat(2, 1fr); }
  .shop__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .cta__inner { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .nav, .topbar .btn--primary { display: none; }
  .nav__toggle { display: flex; }
  .nav.is-open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0; right: 0;
    flex-direction: column;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 12px 24px 16px;
    gap: 2px;
  }
  .nav.is-open a { padding: 12px 8px; }
  .hero__title { font-size: clamp(36px, 9vw, 52px); }
  .hero__badges { grid-template-columns: 1fr; gap: 16px; }
  .values__grid { grid-template-columns: 1fr; }
  .leaders,
  .leaders--four { grid-template-columns: 1fr; }
  .shop__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; }
  .program__item { padding: 22px; gap: 14px; }
  .program__num { font-size: 26px; min-width: 44px; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
