:root {
  --olympia-gold: #f2c65d;
  --olympia-gold-soft: rgba(242, 198, 93, 0.14);
  --olympia-red: #8f2b24;
  --olympia-ink: #080a0b;
  --olympia-panel: #111619;
  --olympia-line: rgba(242, 198, 93, 0.22);
}

.olympia-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  min-height: 600px;
  margin: 14px 0 22px;
  overflow: hidden;
  border: 1px solid var(--olympia-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 20%, rgba(242, 198, 93, .16), transparent 30rem),
    linear-gradient(135deg, #17130e 0%, #0b0e10 54%, #15191b 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
}

.olympia-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 7, 8, .98) 0%, rgba(5, 7, 8, .82) 47%, rgba(5, 7, 8, .18) 100%);
  content: "";
}

.olympia-hero-copy {
  z-index: 2;
  align-self: center;
  padding: clamp(34px, 6vw, 72px);
}

.olympia-hero h1,
.olympia-hub-hero h1 {
  max-width: 760px;
  margin: 8px 0 20px;
  color: #fff8e7;
  font-size: clamp(2.65rem, 6vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.olympia-lede {
  max-width: 680px;
  margin: 0;
  color: #e7e0d0;
  font-size: clamp(1.04rem, 1.65vw, 1.28rem);
  line-height: 1.65;
}

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

.olympia-primary-cta,
.olympia-secondary-cta,
.olympia-final-cta > a {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.olympia-primary-cta {
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 18px;
  background: linear-gradient(135deg, #f5d779, #dba83d);
  color: #171005;
  box-shadow: 0 12px 34px rgba(220, 166, 48, .22);
}

.olympia-primary-cta small {
  margin-top: 2px;
  font-size: .69rem;
  font-weight: 700;
  opacity: .72;
}

.olympia-secondary-cta {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.olympia-primary-cta:hover,
.olympia-secondary-cta:hover,
.olympia-final-cta > a:hover {
  transform: translateY(-2px);
}

.olympia-hero-cards {
  position: relative;
  min-height: 600px;
}

.olympia-hero-cards img {
  position: absolute;
  width: clamp(220px, 24vw, 330px);
  height: auto;
  border-radius: 15px;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .64));
}

.olympia-hero-cards img:nth-child(1) { top: 7%; right: 12%; z-index: 3; transform: rotate(4deg); }
.olympia-hero-cards img:nth-child(2) { top: 22%; right: 48%; z-index: 2; transform: rotate(-11deg); }
.olympia-hero-cards img:nth-child(3) { top: 37%; right: -10%; z-index: 1; transform: rotate(13deg); }

.olympia-snapshot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid var(--olympia-line);
  border-radius: 16px;
  background: var(--olympia-line);
}

.olympia-snapshot > div {
  padding: 19px 22px;
  background: #0f1315;
}

.olympia-snapshot span,
.olympia-value-card p,
.olympia-value-card span,
.olympia-guide-tile span {
  display: block;
  color: #9da8a2;
  font-size: .76rem;
  letter-spacing: .025em;
}

.olympia-snapshot strong {
  display: block;
  margin-top: 5px;
  color: #fff5db;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
}

.olympia-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 34px;
  align-items: start;
}

.olympia-article { min-width: 0; }

.olympia-section {
  margin-bottom: 26px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18, 23, 25, .98), rgba(10, 13, 14, .98));
}

.olympia-section h2,
.olympia-final-cta h2 {
  margin: 6px 0 16px;
  color: #fff7e5;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.olympia-section > p:not(.blog-section-label),
.olympia-scenarios p,
.olympia-audience-grid p,
.olympia-final-cta p {
  color: #c1cac5;
  line-height: 1.75;
}

.olympia-section a { color: #f1cc72; }

.olympia-callout {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--olympia-gold);
  border-radius: 0 12px 12px 0;
  background: var(--olympia-gold-soft);
  color: #e8e3d6;
  line-height: 1.65;
}

.olympia-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.olympia-value-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--olympia-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.olympia-value-art {
  display: block;
  min-height: 158px;
  overflow: hidden;
}

.olympia-value-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transition: transform .25s ease;
}

.olympia-value-card:hover img { transform: scale(1.04); }

.olympia-value-card > div {
  align-self: center;
  min-width: 0;
  padding: 15px 15px 15px 0;
}

.olympia-value-card p { margin: 0 0 4px; }
.olympia-value-card h3 { margin: 0 0 9px; font-size: 1rem; line-height: 1.2; }
.olympia-value-card h3 a { color: #f5f3ec; text-decoration: none; }
.olympia-value-card strong { display: block; color: var(--olympia-gold); font-size: 1.25rem; }

.olympia-scenarios,
.olympia-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.olympia-scenarios article,
.olympia-audience-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

.olympia-scenarios span { color: var(--olympia-gold); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.olympia-scenarios strong,
.olympia-audience-grid h3 { display: block; margin: 7px 0 5px; color: #fff; font-size: 1.12rem; }
.olympia-scenarios p,
.olympia-audience-grid p { margin: 0; font-size: .93rem; }

.olympia-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
}

.olympia-deck-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.olympia-deck-table th { padding: 12px 14px; background: #1b2022; color: #9fa9a4; font-size: .75rem; text-align: left; text-transform: uppercase; letter-spacing: .06em; }
.olympia-deck-table td { padding: 13px 14px; border-top: 1px solid rgba(255, 255, 255, .065); color: #e7ebe8; vertical-align: middle; }
.olympia-deck-table td:first-child { width: 52px; color: var(--olympia-gold); font-weight: 900; }
.olympia-deck-table td:nth-child(3) { min-width: 150px; }
.olympia-deck-table a { text-decoration: none; }
.olympia-deck-table small { display: block; margin-top: 3px; color: #88938d; font-size: .7rem; }
.olympia-unquoted { color: #c3cbc6; font-weight: 700; }
.olympia-shop-mini { display: inline-flex; padding: 7px 11px; border: 1px solid var(--olympia-line); border-radius: 999px; color: #f3d384 !important; font-size: .76rem; font-weight: 900; }

.olympia-toc {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 9px;
  padding: 20px;
  border: 1px solid var(--olympia-line);
  border-radius: 14px;
  background: rgba(13, 17, 18, .96);
}

.olympia-toc strong { margin-bottom: 6px; color: #fff3d3; }
.olympia-toc a { color: #aeb9b3; font-size: .84rem; text-decoration: none; }
.olympia-toc a:hover { color: var(--olympia-gold); }

.olympia-sources ul { margin: 20px 0; padding-left: 20px; color: #bdc6c1; line-height: 1.7; }
.olympia-sources li + li { margin-top: 10px; }
.olympia-disclosure { padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .82rem; }

.olympia-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid var(--olympia-line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(132, 47, 34, .34), rgba(242, 198, 93, .1));
}
.olympia-final-cta h2 { margin-bottom: 8px; }
.olympia-final-cta p { margin: 0; }
.olympia-final-cta > a { padding: 13px 18px; background: var(--olympia-gold); color: #181105; }

.olympia-hub-hero {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: center;
  min-height: 440px;
  margin: 14px 0 30px;
  padding: clamp(34px, 6vw, 70px);
  overflow: hidden;
  border: 1px solid var(--olympia-line);
  border-radius: 22px;
  background: radial-gradient(circle at 15% 25%, rgba(242, 198, 93, .16), transparent 34rem), #0d1012;
}
.olympia-hub-hero h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.olympia-hub-hero p { max-width: 670px; color: #c0c9c4; font-size: 1.08rem; line-height: 1.7; }
.olympia-hub-hero img { width: 280px; height: 390px; object-fit: cover; object-position: center 14%; border-radius: 16px; transform: rotate(5deg); filter: drop-shadow(0 22px 28px rgba(0,0,0,.55)); }
.olympia-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.olympia-guide-tile { position: relative; display: flex; min-height: 230px; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border: 1px solid var(--olympia-line); border-radius: 18px; background: linear-gradient(145deg, rgba(11,14,15,.42), rgba(11,14,15,.96)), url('/images/flesh-and-blood/catalog/708192.jpg') center 22% / cover; color: #fff; text-decoration: none; }
.olympia-guide-tile--data { background: linear-gradient(145deg, rgba(11,14,15,.66), rgba(11,14,15,.98)), url('/images/flesh-and-blood/catalog/709353.jpg') center 18% / cover; }
.olympia-guide-tile strong { margin: 8px 0; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.05; }
.olympia-guide-tile em { color: #c8d0cc; font-style: normal; line-height: 1.55; }

@media (max-width: 920px) {
  .olympia-hero { grid-template-columns: 1fr; min-height: auto; }
  .olympia-hero::after { background: linear-gradient(180deg, rgba(5,7,8,.97) 0%, rgba(5,7,8,.76) 65%, rgba(5,7,8,.28) 100%); }
  .olympia-hero-copy { padding-bottom: 26px; }
  .olympia-hero-cards { min-height: 360px; }
  .olympia-hero-cards img { width: 220px; }
  .olympia-hero-cards img:nth-child(1) { top: 1%; right: 36%; }
  .olympia-hero-cards img:nth-child(2) { top: 14%; right: 59%; }
  .olympia-hero-cards img:nth-child(3) { top: 21%; right: 8%; }
  .olympia-layout { grid-template-columns: 1fr; }
  .olympia-toc { display: none; }
  .olympia-snapshot { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .blog-shell { width: min(100% - 20px, 1180px); }
  .olympia-hero { border-radius: 18px; }
  .olympia-hero-copy { padding: 28px 22px 20px; }
  .olympia-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .olympia-lede { font-size: 1rem; line-height: 1.55; }
  .olympia-hero-actions { display: grid; grid-template-columns: 1fr; }
  .olympia-primary-cta,
  .olympia-secondary-cta { width: 100%; }
  .olympia-hero-cards { min-height: 285px; margin-top: -4px; }
  .olympia-hero-cards img { width: 170px; }
  .olympia-hero-cards img:nth-child(1) { right: 32%; }
  .olympia-hero-cards img:nth-child(2) { right: 58%; }
  .olympia-hero-cards img:nth-child(3) { right: 4%; }
  .olympia-snapshot { grid-template-columns: 1fr 1fr; }
  .olympia-snapshot > div { padding: 15px; }
  .olympia-value-grid,
  .olympia-scenarios,
  .olympia-audience-grid,
  .olympia-hub-grid { grid-template-columns: 1fr; }
  .olympia-value-card { grid-template-columns: 96px 1fr; }
  .olympia-section { padding: 23px 19px; }
  .olympia-final-cta { grid-template-columns: 1fr; }
  .olympia-final-cta > a { width: 100%; }
  .olympia-hub-hero { grid-template-columns: 1fr; padding: 30px 23px; }
  .olympia-hub-hero img { justify-self: center; width: 210px; height: 300px; }
}
