/* =============================================================================
   OSH-CORE.CSS — OlympSpinHub Design System
   Theme: Greek / Olympus Light Luxury (White/Cream/Marble + Gold + Azure)
   Version: 1.0.0
   ============================================================================= */

/* =============================================================================
   1. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================================================= */

:root {
  /* Backgrounds */
  --osh-bg:           #FAFAF7;
  --osh-bg-alt:       #F2F0E8;
  --osh-surface:      #FFFFFF;

  /* === NEW v2 tokens (Index Redesign) === */
  --osh-parchment:    #F7F3E8;
  --osh-parchment-2:  #EDE8D5;
  --osh-sky:          #C8DCF0;
  --osh-sky-deep:     #7BA7CC;
  --osh-marble-vein:  #D4CFC0;
  --osh-gold-shine:   #F0D060;
  --osh-shadow:       rgba(26,26,46,0.12);
  --osh-surface-dark: #1A1A2E;
  --osh-marble:       #F8F6F0;

  /* Borders */
  --osh-border:       #E8E4D8;
  --osh-border-dark:  #2E2E4A;

  /* Gold Palette */
  --osh-gold:         #B8962E;
  --osh-gold-light:   #D4AF50;
  --osh-gold-pale:    #F5EDD0;

  /* Azure Palette */
  --osh-azure:        #2B6CB0;
  --osh-azure-light:  #4A90D9;
  --osh-azure-pale:   #EBF4FF;

  /* Typography */
  --osh-text:         #1A1A2E;
  --osh-text-light:   #FFFFFF;
  --osh-muted:        #6B6B8A;
  --osh-muted-dark:   #9090B0;
}


/* =============================================================================
   2. RESET & BASE
   ============================================================================= */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--osh-bg);
  color: var(--osh-text);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
}

button {
  font-family: inherit;
}


/* =============================================================================
   3. CONTAINER
   ============================================================================= */

.osh-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


/* =============================================================================
   4. TYPOGRAPHY
   ============================================================================= */

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  line-height: 1.1;
  color: var(--osh-text);
  font-weight: 700;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--osh-text);
  font-weight: 700;
}

h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--osh-text);
  font-weight: 700;
}

h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--osh-text);
  font-weight: 700;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

/* Eyebrow label above headings */
.osh-eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--osh-gold);
  margin-bottom: 0.75rem;
}

/* Small disclaimer copy, used inline within sections */
.osh-section-disclaimer {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--osh-muted);
  border-left: 3px solid var(--osh-gold);
  padding-left: 1rem;
  margin: 1rem 0;
  line-height: 1.6;
}


/* =============================================================================
   5. HEADER & TOP NAV
   ============================================================================= */

.osh-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--osh-surface);
  border-bottom: 1px solid var(--osh-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.osh-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* Logo */
.osh-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.osh-logo__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.osh-logo__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  line-height: 1;
}

.osh-logo__olymp {
  font-weight: 700;
  color: var(--osh-text);
}

.osh-logo__spin {
  font-weight: 400;
  color: var(--osh-gold);
}

/* Desktop navigation */
.osh-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.osh-nav__link {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--osh-text);
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.osh-nav__link:hover {
  color: var(--osh-gold);
}

/* Header right cluster */
.osh-header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* 18+ badge */
.osh-badge-18 {
  background: var(--osh-gold);
  color: #FFFFFF;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

/* Hamburger — hidden on desktop, shown via media query */
.osh-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.osh-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--osh-text);
  display: block;
  transition: 0.3s;
}


/* =============================================================================
   6. MOBILE NAV (NO overflow:hidden on body)
   ============================================================================= */

#osh-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#osh-mobile-nav.is-open {
  pointer-events: all;
  opacity: 1;
}

.osh-mobile-nav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.osh-mobile-nav__drawer {
  position: absolute;
  right: 0;
  top: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: var(--osh-surface);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

#osh-mobile-nav.is-open .osh-mobile-nav__drawer {
  transform: translateX(0);
}

.osh-mobile-nav__close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--osh-text);
  line-height: 1;
  padding: 0.25rem;
}

.osh-mobile-nav__links {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.osh-mobile-nav__links a {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: var(--osh-text);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--osh-border);
  display: block;
  transition: color 0.2s ease;
}

.osh-mobile-nav__links a:hover {
  color: var(--osh-gold);
}


/* =============================================================================
   7. BUTTONS
   ============================================================================= */

.osh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  line-height: 1;
  white-space: nowrap;
}

/* Primary — gold fill */
.osh-btn--primary {
  background: var(--osh-gold);
  color: #FFFFFF;
  border-color: var(--osh-gold);
}

.osh-btn--primary:hover {
  background: var(--osh-gold-light);
  border-color: var(--osh-gold-light);
}

/* Outline — gold border, transparent fill */
.osh-btn--outline {
  background: transparent;
  border-color: var(--osh-gold);
  color: var(--osh-gold);
}

.osh-btn--outline:hover {
  background: var(--osh-gold);
  color: #FFFFFF;
}

/* Azure — solid blue */
.osh-btn--azure {
  background: var(--osh-azure);
  color: #FFFFFF;
  border-color: var(--osh-azure);
}

.osh-btn--azure:hover {
  background: var(--osh-azure-light);
  border-color: var(--osh-azure-light);
}

/* Outline light — for dark backgrounds */
.osh-btn--outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.osh-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}


/* =============================================================================
   8. HERO SECTION
   ============================================================================= */

.osh-hero {
  padding: 6rem 0;
  background: var(--osh-marble);
  position: relative;
  overflow: hidden;
}

.osh-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.osh-hero__badge {
  display: inline-flex;
  align-items: center;
  background: var(--osh-gold-pale);
  border: 1px solid var(--osh-gold);
  color: var(--osh-gold);
  padding: 0.4rem 1rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.osh-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.osh-hero__sub {
  font-size: 1.1rem;
  color: var(--osh-muted);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.osh-hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.osh-hero__stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.osh-stat-pill {
  background: var(--osh-surface);
  border: 1px solid var(--osh-border);
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--osh-text);
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
}

.osh-hero__disclaimer {
  font-size: 0.75rem;
  color: var(--osh-muted);
  margin-top: 1rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}

.osh-hero__visual {
  position: relative;
}

.osh-hero__card-stack {
  position: relative;
  height: 400px;
}

.osh-hero__card-stack .osh-game-card {
  position: absolute;
  width: 220px;
}


/* =============================================================================
   9. SECTION UTILITIES
   ============================================================================= */

.osh-section {
  padding: 5rem 0;
}

.osh-section--alt {
  background: var(--osh-bg-alt);
}

.osh-section--dark {
  background: var(--osh-surface-dark);
  color: var(--osh-text-light);
}

.osh-section__header {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.osh-section--dark .osh-section__header h2 {
  color: var(--osh-text-light);
}

.osh-section--dark .osh-section__header p {
  color: var(--osh-muted-dark);
}


/* =============================================================================
   10. GREEK MEANDER DIVIDER
   ============================================================================= */

.osh-divider {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.osh-divider svg {
  width: 100%;
  max-width: 800px;
  height: 20px;
}


/* =============================================================================
   11. GAME CARDS
   ============================================================================= */

.osh-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.osh-game-card {
  background: var(--osh-surface);
  border: 1px solid var(--osh-border);
  border-top: 3px solid var(--osh-gold);
  border-radius: 6px;
  padding: 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.osh-game-card:hover {
  box-shadow: 0 6px 30px rgba(184, 150, 46, 0.2);
  transform: translateY(-3px);
  border-color: var(--osh-gold);
}

.osh-game-card__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.osh-game-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--osh-text);
}

.osh-game-card__genre {
  display: inline-block;
  background: var(--osh-azure-pale);
  color: var(--osh-azure);
  padding: 0.2rem 0.7rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.osh-game-card__desc {
  color: var(--osh-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1.5rem;
}

.osh-game-card__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.osh-game-card__tag {
  background: var(--osh-gold-pale);
  color: var(--osh-gold);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.osh-game-card__disclaimer {
  font-size: 0.72rem;
  color: var(--osh-muted);
  margin-top: 0.5rem;
  font-style: italic;
  line-height: 1.5;
}


/* =============================================================================
   12. WHY SECTION (3-COLUMN, DARK BACKGROUND)
   ============================================================================= */

.osh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.osh-why-card {
  text-align: center;
  padding: 2rem;
}

.osh-why-card__icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.osh-why-card h3 {
  font-family: 'Libre Baskerville', serif;
  color: var(--osh-text-light);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.osh-why-card p {
  color: var(--osh-muted-dark);
  line-height: 1.7;
  font-size: 0.95rem;
}


/* =============================================================================
   13. RESPONSIBLE PLAY SECTION
   ============================================================================= */

/* 2-column pillar grid (use 4 numbered items) */
.osh-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.osh-pillar {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--osh-surface);
  border-radius: 6px;
  border: 1px solid var(--osh-border);
}

.osh-pillar__num {
  width: 40px;
  height: 40px;
  background: var(--osh-gold);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.osh-pillar__content h4 {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.osh-pillar__content p {
  font-size: 0.9rem;
  color: var(--osh-muted);
  line-height: 1.7;
}

/* Warning/info box */
.osh-warn-box {
  background: #FFF3CD;
  border-left: 4px solid var(--osh-gold);
  padding: 1.5rem;
  border-radius: 0 6px 6px 0;
  margin: 2rem 0;
}

.osh-warn-box__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-family: 'Inter', sans-serif;
  color: var(--osh-text);
}

.osh-warn-box p {
  font-size: 0.95rem;
  color: var(--osh-text);
  line-height: 1.7;
}

/* Support organisation grid (3 cols) */
.osh-org-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.osh-org-card {
  background: var(--osh-surface);
  border: 1px solid var(--osh-border);
  border-radius: 6px;
  padding: 1.25rem;
  text-align: center;
}

.osh-org-card__name {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  color: var(--osh-text);
}

.osh-org-card__phone {
  font-size: 0.9rem;
  color: var(--osh-azure);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0.25rem;
}

.osh-org-card__link a {
  color: var(--osh-azure);
  font-size: 0.85rem;
  text-decoration: none;
  transition: text-decoration 0.2s;
}

.osh-org-card__link a:hover {
  text-decoration: underline;
}


/* =============================================================================
   14. FAQ ACCORDION
   ============================================================================= */

.osh-faq {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.osh-faq__item {
  border-bottom: 1px solid var(--osh-border);
}

.osh-faq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: var(--osh-text);
  gap: 1rem;
  transition: color 0.2s ease;
}

.osh-faq__q:hover {
  color: var(--osh-gold);
}

.osh-faq__q::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--osh-gold);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  line-height: 1;
}

.osh-faq__item.is-open .osh-faq__q::after {
  content: '\2212'; /* minus sign */
}

.osh-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.osh-faq__item.is-open .osh-faq__a {
  max-height: 400px;
}

.osh-faq__a-inner {
  padding: 0 0 1.25rem;
  color: var(--osh-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}


/* =============================================================================
   15. SUPPORT ASIDE (required on every page)
   ============================================================================= */

.osh-support {
  background: var(--osh-azure-pale);
  border-top: 3px solid var(--osh-azure);
  padding: 2.5rem 0;
}

.osh-support__title {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--osh-azure);
  margin-bottom: 0.5rem;
  text-align: center;
}

.osh-support__sub {
  text-align: center;
  color: var(--osh-muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.osh-support__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.osh-support__links a {
  background: var(--osh-surface);
  border: 1px solid var(--osh-azure);
  color: var(--osh-azure);
  padding: 0.4rem 1rem;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.osh-support__links a:hover {
  background: var(--osh-azure);
  color: #FFFFFF;
}


/* =============================================================================
   16. FOOTER
   ============================================================================= */

.osh-footer {
  background: var(--osh-surface-dark);
  color: var(--osh-text-light);
  padding: 4rem 0 0;
}

.osh-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--osh-border-dark);
}

.osh-footer__brand p {
  color: var(--osh-muted-dark);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.osh-footer__col-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--osh-gold);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.osh-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
}

.osh-footer__links a {
  color: var(--osh-muted-dark);
  text-decoration: none;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  transition: color 0.2s ease;
}

.osh-footer__links a:hover {
  color: var(--osh-gold-light);
}

.osh-footer__badge {
  display: inline-block;
  background: var(--osh-border-dark);
  color: var(--osh-muted-dark);
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.osh-footer__bottom {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  color: var(--osh-muted-dark);
  font-family: 'Inter', sans-serif;
}

.osh-footer__disclaimer {
  font-size: 0.75rem;
  color: var(--osh-muted-dark);
  line-height: 1.7;
  max-width: 800px;
  text-align: center;
  border-top: 1px solid var(--osh-border-dark);
  padding-top: 1.5rem;
  margin-top: 1rem;
}


/* =============================================================================
   17. GAME PAGE SPECIFIC
   ============================================================================= */

/* Disclaimer strip alongside game content */
.osh-game-disclaimer {
  font-size: 0.8rem;
  color: var(--osh-muted);
  font-style: italic;
  border-left: 3px solid var(--osh-gold);
  padding-left: 1rem;
  margin: 1.5rem 0;
  line-height: 1.6;
}

/* Skill-based game badge */
.osh-skill-badge {
  background: var(--osh-azure-pale);
  border: 1px solid var(--osh-azure);
  color: var(--osh-azure);
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin: 1.5rem 0;
}

/* Payout / odds table */
.osh-payout-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-family: 'Inter', sans-serif;
}

.osh-payout-table th {
  background: var(--osh-gold);
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
}

.osh-payout-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--osh-border);
  font-size: 0.9rem;
  color: var(--osh-text);
}

.osh-payout-table tr:nth-child(even) td {
  background: var(--osh-bg-alt);
}

/* Coin balance display */
.osh-coin-balance {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--osh-gold-pale);
  border: 1px solid var(--osh-gold);
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  color: var(--osh-text);
}

/* Game canvas / play area */
.osh-game-canvas {
  background: var(--osh-marble);
  border: 2px solid var(--osh-border);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Result boxes */
.osh-result-box {
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.5rem 0;
  font-family: 'Inter', sans-serif;
}

.osh-result-box--win {
  background: #D4EDDA;
  color: #155724;
  border: 1px solid #C3E6CB;
}

.osh-result-box--lose {
  background: #F8D7DA;
  color: #721C24;
  border: 1px solid #F5C6CB;
}

.osh-result-box--neutral {
  background: var(--osh-gold-pale);
  color: var(--osh-gold);
  border: 1px solid var(--osh-gold);
}


/* =============================================================================
   18. BREADCRUMB (inner pages)
   ============================================================================= */

.osh-breadcrumb {
  padding: 1rem 0;
  font-size: 0.85rem;
  color: var(--osh-muted);
  background: var(--osh-bg-alt);
  font-family: 'Inter', sans-serif;
}

.osh-breadcrumb a {
  color: var(--osh-azure);
  text-decoration: none;
  transition: text-decoration 0.2s;
}

.osh-breadcrumb a:hover {
  text-decoration: underline;
}

.osh-breadcrumb span {
  margin: 0 0.5rem;
  color: var(--osh-muted);
}


/* =============================================================================
   19. LEGAL PAGES
   ============================================================================= */

.osh-legal {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem;
}

.osh-legal h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--osh-text);
  font-weight: 700;
}

.osh-legal h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--osh-text);
  font-weight: 700;
}

.osh-legal p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--osh-text);
}

.osh-legal ul {
  margin: 1rem 0 1rem 1.5rem;
}

.osh-legal li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.osh-legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
}

.osh-legal table th {
  background: var(--osh-bg-alt);
  padding: 0.75rem;
  border: 1px solid var(--osh-border);
  font-weight: 700;
  text-align: left;
  color: var(--osh-text);
}

.osh-legal table td {
  padding: 0.75rem;
  border: 1px solid var(--osh-border);
  color: var(--osh-text);
}

.osh-legal .osh-last-updated {
  font-size: 0.85rem;
  color: var(--osh-muted);
  font-style: italic;
  margin-bottom: 2rem;
}


/* =============================================================================
   20. RESPONSIVE BREAKPOINTS
   ============================================================================= */

/* --- Large desktops / narrow desktop --- */
@media (max-width: 1200px) {
  .osh-hero h1 {
    font-size: 3rem;
  }
}

/* --- Tablet landscape --- */
@media (max-width: 992px) {
  .osh-hero__grid {
    grid-template-columns: 1fr;
  }

  .osh-hero__visual {
    display: none;
  }

  .osh-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .osh-why-grid {
    grid-template-columns: 1fr 1fr;
  }

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

/* --- Tablet portrait / large mobile --- */
@media (max-width: 768px) {
  .osh-games-grid {
    grid-template-columns: 1fr;
  }

  /* Hide desktop nav, show hamburger */
  .osh-nav {
    display: none;
  }

  .osh-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
  }

  .osh-hamburger span {
    width: 24px;
    height: 2px;
    background: var(--osh-text);
    display: block;
    transition: 0.3s;
  }

  /* Footer single column */
  .osh-footer__grid {
    grid-template-columns: 1fr;
  }

  /* Hero adjustments */
  .osh-hero h1 {
    font-size: 2.5rem;
  }

  .osh-hero {
    padding: 4rem 0;
  }

  /* Layout simplifications */
  .osh-why-grid {
    grid-template-columns: 1fr;
  }

  .osh-pillars-grid {
    grid-template-columns: 1fr;
  }

  .osh-org-grid {
    grid-template-columns: 1fr;
  }

  /* Section spacing */
  .osh-section {
    padding: 3.5rem 0;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.3rem;
  }
}

/* --- Mobile --- */
@media (max-width: 480px) {
  .osh-hero h1 {
    font-size: 2rem;
  }

  .osh-hero__ctas {
    flex-direction: column;
  }

  .osh-btn {
    width: 100%;
    text-align: center;
  }

  .osh-hero__stats {
    justify-content: center;
  }

  .osh-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .osh-section {
    padding: 2.5rem 0;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .osh-footer__grid {
    gap: 2rem;
  }

  .osh-why-card {
    padding: 1.5rem 1rem;
  }

  .osh-games-grid {
    gap: 1.25rem;
  }

  .osh-faq__q {
    font-size: 0.95rem;
  }
}

/* =============================================================================
   21. HERO V2 — Cinematic fullscreen (Index Redesign)
   ============================================================================= */

.osh-hero-v2 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--osh-parchment);
}

/* Background container */
.osh-hero-v2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Sky gradient */
.osh-hero-v2__sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    var(--osh-sky) 0%,
    var(--osh-sky-deep) 35%,
    var(--osh-parchment) 70%,
    var(--osh-parchment-2) 100%
  );
  opacity: 0.4;
}

/* Mountain layers */
.osh-hero-v2__mountains {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
}

.osh-hero-v2__mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.osh-hero-v2__mountain--far {
  height: 100%;
  background: var(--osh-sky-deep);
  opacity: 0.12;
  clip-path: polygon(0% 100%, 8% 30%, 18% 55%, 30% 15%, 45% 60%, 55% 25%, 68% 50%, 80% 10%, 92% 45%, 100% 20%, 100% 100%);
}

.osh-hero-v2__mountain--mid {
  height: 75%;
  background: var(--osh-parchment-2);
  opacity: 0.6;
  clip-path: polygon(0% 100%, 5% 50%, 15% 70%, 28% 25%, 42% 65%, 58% 30%, 72% 60%, 85% 20%, 95% 55%, 100% 40%, 100% 100%);
}

.osh-hero-v2__mountain--near {
  height: 45%;
  background: var(--osh-marble-vein);
  opacity: 0.4;
  clip-path: polygon(0% 100%, 10% 40%, 25% 70%, 40% 20%, 55% 65%, 70% 35%, 85% 60%, 100% 30%, 100% 100%);
}

/* Temple SVG */
.osh-hero-v2__temple {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  opacity: 0.18;
}

.osh-hero-v2__temple-svg {
  width: 100%;
  height: auto;
}

/* Sunrays */
.osh-hero-v2__sunrays {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 80%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(240, 208, 96, 0.18) 0%,
    rgba(240, 208, 96, 0.08) 40%,
    transparent 70%
  );
}

/* Floating particles */
.osh-hero-v2__particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--osh-gold);
  opacity: 0;
  animation: osh-particle-float 6s ease-in-out infinite;
}

.osh-hero-v2__particles span:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.osh-hero-v2__particles span:nth-child(2) { top: 40%; left: 80%; animation-delay: 1s; }
.osh-hero-v2__particles span:nth-child(3) { top: 60%; left: 25%; animation-delay: 2s; }
.osh-hero-v2__particles span:nth-child(4) { top: 30%; left: 70%; animation-delay: 3s; }
.osh-hero-v2__particles span:nth-child(5) { top: 70%; left: 60%; animation-delay: 1.5s; }
.osh-hero-v2__particles span:nth-child(6) { top: 15%; left: 45%; animation-delay: 2.5s; }

@keyframes osh-particle-float {
  0%, 100% { opacity: 0; transform: translateY(0) scale(1); }
  25%       { opacity: 0.6; }
  50%       { opacity: 0.3; transform: translateY(-30px) scale(1.5); }
}

/* Content */
.osh-hero-v2__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* Eyebrow pill */
.osh-hero-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--osh-gold);
  background: rgba(184, 150, 46, 0.08);
  border: 1px solid rgba(184, 150, 46, 0.25);
  border-radius: 999px;
  padding: 0.45rem 1.25rem;
}

.osh-hero-v2__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--osh-gold);
  flex-shrink: 0;
  animation: osh-pulse 2s ease-in-out infinite;
}

@keyframes osh-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(0.6); opacity: 0.5; }
}

/* Main title */
.osh-hero-v2__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 0.9;
  color: var(--osh-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
  margin: 0;
}

.osh-hero-v2__title-line1 {
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.osh-hero-v2__title-line2 {
  font-size: clamp(4.5rem, 10vw, 9.5rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--osh-gold) 0%, var(--osh-gold-shine) 50%, var(--osh-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */
.osh-hero-v2__sub {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--osh-muted);
  max-width: 520px;
  line-height: 1.7;
  margin: 0;
}

/* CTA row */
.osh-hero-v2__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Large button variant */
.osh-btn--lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* Ghost button */
.osh-btn--ghost {
  background: transparent;
  border: 1.5px solid var(--osh-border);
  color: var(--osh-muted);
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.osh-btn--ghost:hover {
  border-color: var(--osh-gold);
  color: var(--osh-gold);
}

/* Disclaimer */
.osh-hero-v2__disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  color: var(--osh-muted);
  letter-spacing: 0.04em;
  padding-top: 0.5rem;
  border-top: 1px solid var(--osh-border);
  max-width: 560px;
  margin: 0;
  line-height: 1.6;
}

/* Scroll indicator */
.osh-hero-v2__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.osh-hero-v2__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--osh-gold), transparent);
  animation: osh-scroll-line 2s ease-in-out infinite;
}

@keyframes osh-scroll-line {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50%       { transform: scaleY(0.5); opacity: 0.4; }
}

.osh-hero-v2__scroll-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--osh-muted);
}

/* Hero V2 responsive */
@media (max-width: 768px) {
  .osh-hero-v2 { min-height: 100svh; }
  .osh-hero-v2__temple { width: 120%; opacity: 0.12; }
  .osh-hero-v2__ctas { flex-direction: column; align-items: center; }
  .osh-hero-v2__ctas .osh-btn { width: 100%; max-width: 280px; text-align: center; }
  .osh-hero-v2__scroll { display: none; }
}

@media (max-width: 480px) {
  .osh-hero-v2__content { gap: 1.25rem; }
}

/* =============================================================================
   22. GAMES V2 — Cards with illustrated scenes (Index Redesign)
   ============================================================================= */

.osh-section--games-v2 {
  padding-block: 6rem;
  background: var(--osh-bg);
}

.osh-games-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  max-width: 960px;
  margin-inline: auto;
  margin-top: 2.5rem;
}

/* Card wrapper */
.osh-game-card-v2 {
  background: var(--osh-surface);
  border: 1px solid var(--osh-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.osh-game-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px var(--osh-shadow);
  border-color: var(--osh-gold);
}

.osh-game-card-v2__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* Scene illustration area */
.osh-game-card-v2__scene {
  height: 180px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.osh-game-card-v2__scene--wheel {
  background: linear-gradient(135deg, #2D1B69 0%, #4C2F9F 50%, #1A0F40 100%);
}

.osh-game-card-v2__scene--titans {
  background: linear-gradient(135deg, #1A0A0A 0%, #3D1515 50%, #0D0D0D 100%);
}

.osh-game-card-v2__scene--zeus {
  background: linear-gradient(135deg, #0A1628 0%, #1E3A5F 50%, #0A1628 100%);
}

.osh-game-card-v2__scene--athena {
  background: linear-gradient(135deg, #E8F0F8 0%, #C8D8EC 50%, #D0DFF0 100%);
}

/* Oracle Wheel CSS illustration */
.osh-scene-wheel {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.osh-scene-wheel__ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(240, 208, 96, 0.4);
}

.osh-scene-wheel__ring--outer {
  width: 120px;
  height: 120px;
  animation: osh-spin-slow 12s linear infinite;
}

.osh-scene-wheel__ring--inner {
  width: 80px;
  height: 80px;
  animation: osh-spin-slow 8s linear infinite reverse;
}

.osh-scene-wheel__center {
  font-size: 2.5rem;
  z-index: 1;
}

.osh-scene-wheel__glow {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,208,96,0.3), transparent);
  animation: osh-glow-pulse 3s ease-in-out infinite;
}

@keyframes osh-spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes osh-glow-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50%       { transform: scale(1.3); opacity: 1; }
}

/* Titans VS illustration */
.osh-scene-titans {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.osh-scene-titans__titan {
  font-size: 3rem;
  filter: drop-shadow(0 0 12px rgba(220,38,38,0.5));
}

.osh-scene-titans__vs {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #DC2626;
  letter-spacing: 0.1em;
}

/* Zeus clouds illustration */
.osh-scene-zeus {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.osh-scene-zeus__clouds {
  display: flex;
  gap: 0.75rem;
}

.osh-scene-zeus__clouds span {
  width: 32px;
  height: 20px;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
}

.osh-scene-zeus__bolt {
  font-size: 3rem;
  animation: osh-bolt-flicker 2s ease-in-out infinite;
}

@keyframes osh-bolt-flicker {
  0%, 90%, 100% { opacity: 1; filter: drop-shadow(0 0 8px rgba(255,220,0,0.8)); }
  95%            { opacity: 0.3; }
}

/* Athena grid illustration */
.osh-scene-athena {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.osh-scene-athena__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.osh-scene-athena__grid span {
  width: 32px;
  height: 32px;
  background: rgba(43,108,176,0.12);
  border: 1px solid rgba(43,108,176,0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.osh-scene-athena__label {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--osh-azure);
  background: rgba(43,108,176,0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
}

/* Card body */
.osh-game-card-v2__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.osh-game-card-v2__tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--osh-gold);
  background: var(--osh-gold-pale);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  width: fit-content;
}

.osh-game-card-v2__tag--skill {
  color: var(--osh-azure);
  background: var(--osh-azure-pale);
}

.osh-game-card-v2__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--osh-text);
  margin: 0;
  line-height: 1.2;
}

.osh-game-card-v2__desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: var(--osh-muted);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.osh-game-card-v2__meta {
  display: flex;
  gap: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: var(--osh-muted);
}

.osh-game-card-v2__cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--osh-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-top: 1px solid var(--osh-border);
  padding-top: 0.75rem;
  margin-top: auto;
  transition: letter-spacing 0.2s ease;
}

.osh-game-card-v2__link:hover .osh-game-card-v2__cta {
  letter-spacing: 0.14em;
}

.osh-game-card-v2__disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  color: var(--osh-muted);
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid var(--osh-border);
  margin: 0;
  background: var(--osh-bg-alt);
}

/* Games footer note */
.osh-games-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: var(--osh-muted);
  text-align: center;
  margin-top: 2rem;
}

/* Games V2 responsive */
@media (max-width: 768px) {
  .osh-games-v2-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .osh-game-card-v2__scene {
    height: 150px;
  }
}


/* =============================================================================
   21. HERO V2 — Cinematic fullscreen (Index Redesign)
   ============================================================================= */

.osh-hero-v2 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--osh-parchment);
}

.osh-hero-v2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.osh-hero-v2__sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--osh-sky) 0%, var(--osh-sky-deep) 35%, var(--osh-parchment) 70%, var(--osh-parchment-2) 100%);
  opacity: 0.4;
}

.osh-hero-v2__mountains { position: absolute; bottom: 0; left: 0; right: 0; height: 55%; }
.osh-hero-v2__mountain  { position: absolute; bottom: 0; left: 0; right: 0; }

.osh-hero-v2__mountain--far {
  height: 100%;
  background: var(--osh-sky-deep);
  opacity: 0.12;
  clip-path: polygon(0% 100%, 8% 30%, 18% 55%, 30% 15%, 45% 60%, 55% 25%, 68% 50%, 80% 10%, 92% 45%, 100% 20%, 100% 100%);
}

.osh-hero-v2__mountain--mid {
  height: 75%;
  background: var(--osh-parchment-2);
  opacity: 0.6;
  clip-path: polygon(0% 100%, 5% 50%, 15% 70%, 28% 25%, 42% 65%, 58% 30%, 72% 60%, 85% 20%, 95% 55%, 100% 40%, 100% 100%);
}

.osh-hero-v2__mountain--near {
  height: 45%;
  background: var(--osh-marble-vein);
  opacity: 0.4;
  clip-path: polygon(0% 100%, 10% 40%, 25% 70%, 40% 20%, 55% 65%, 70% 35%, 85% 60%, 100% 30%, 100% 100%);
}

.osh-hero-v2__temple {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  opacity: 0.18;
}

.osh-hero-v2__temple-svg { width: 100%; height: auto; }

.osh-hero-v2__sunrays {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 80%;
  background: radial-gradient(ellipse at 50% 0%, rgba(240,208,96,0.18) 0%, rgba(240,208,96,0.08) 40%, transparent 70%);
}

.osh-hero-v2__particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--osh-gold);
  opacity: 0;
  animation: osh-particle-float 6s ease-in-out infinite;
}

.osh-hero-v2__particles span:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.osh-hero-v2__particles span:nth-child(2) { top: 40%; left: 80%; animation-delay: 1s; }
.osh-hero-v2__particles span:nth-child(3) { top: 60%; left: 25%; animation-delay: 2s; }
.osh-hero-v2__particles span:nth-child(4) { top: 30%; left: 70%; animation-delay: 3s; }
.osh-hero-v2__particles span:nth-child(5) { top: 70%; left: 60%; animation-delay: 1.5s; }
.osh-hero-v2__particles span:nth-child(6) { top: 15%; left: 45%; animation-delay: 2.5s; }

@keyframes osh-particle-float {
  0%, 100% { opacity: 0; transform: translateY(0) scale(1); }
  25%       { opacity: 0.6; }
  50%       { opacity: 0.3; transform: translateY(-30px) scale(1.5); }
}

.osh-hero-v2__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.osh-hero-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--osh-gold);
  background: rgba(184,150,46,0.08);
  border: 1px solid rgba(184,150,46,0.25);
  border-radius: 999px;
  padding: 0.45rem 1.25rem;
}

.osh-hero-v2__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--osh-gold);
  flex-shrink: 0;
  animation: osh-pulse 2s ease-in-out infinite;
}

@keyframes osh-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(0.6); opacity: 0.5; }
}

.osh-hero-v2__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
  margin: 0;
}

.osh-hero-v2__title-line1 {
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--osh-text);
}

.osh-hero-v2__title-line2 {
  font-size: clamp(4.5rem, 10vw, 9.5rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--osh-gold) 0%, var(--osh-gold-shine) 50%, var(--osh-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.osh-hero-v2__sub {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--osh-muted);
  max-width: 520px;
  line-height: 1.7;
  margin: 0;
}

.osh-hero-v2__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.osh-btn--lg   { padding: 1rem 2.5rem; font-size: 1rem; }

.osh-btn--ghost {
  background: transparent;
  border: 1.5px solid var(--osh-border);
  color: var(--osh-muted);
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.osh-btn--ghost:hover { border-color: var(--osh-gold); color: var(--osh-gold); }

.osh-hero-v2__disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  color: var(--osh-muted);
  letter-spacing: 0.04em;
  padding-top: 0.5rem;
  border-top: 1px solid var(--osh-border);
  max-width: 560px;
  margin: 0;
  line-height: 1.6;
}

.osh-hero-v2__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.osh-hero-v2__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--osh-gold), transparent);
  animation: osh-scroll-line 2s ease-in-out infinite;
}

@keyframes osh-scroll-line {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50%       { transform: scaleY(0.5); opacity: 0.4; }
}

.osh-hero-v2__scroll-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--osh-muted);
}

@media (max-width: 768px) {
  .osh-hero-v2 { min-height: 100svh; }
  .osh-hero-v2__temple { width: 120%; opacity: 0.12; }
  .osh-hero-v2__ctas { flex-direction: column; align-items: center; }
  .osh-hero-v2__ctas .osh-btn { width: 100%; max-width: 280px; text-align: center; }
  .osh-hero-v2__scroll { display: none; }
}

@media (max-width: 480px) {
  .osh-hero-v2__content { gap: 1.25rem; }
}

/* =============================================================================
   22. GAMES V2 — Cards with illustrated scenes (Index Redesign)
   ============================================================================= */

.osh-section--games-v2 { padding-block: 6rem; background: var(--osh-bg); }

.osh-games-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  max-width: 960px;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.osh-game-card-v2 {
  background: var(--osh-surface);
  border: 1px solid var(--osh-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.osh-game-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px var(--osh-shadow);
  border-color: var(--osh-gold);
}

.osh-game-card-v2__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.osh-game-card-v2__scene {
  height: 180px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.osh-game-card-v2__scene--wheel  { background: linear-gradient(135deg, #2D1B69 0%, #4C2F9F 50%, #1A0F40 100%); }
.osh-game-card-v2__scene--titans { background: linear-gradient(135deg, #1A0A0A 0%, #3D1515 50%, #0D0D0D 100%); }
.osh-game-card-v2__scene--zeus   { background: linear-gradient(135deg, #0A1628 0%, #1E3A5F 50%, #0A1628 100%); }
.osh-game-card-v2__scene--athena { background: linear-gradient(135deg, #E8F0F8 0%, #C8D8EC 50%, #D0DFF0 100%); }

.osh-scene-wheel { position: relative; width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; }
.osh-scene-wheel__ring { position: absolute; border-radius: 50%; border: 2px solid rgba(240,208,96,0.4); }
.osh-scene-wheel__ring--outer { width: 120px; height: 120px; animation: osh-spin-slow 12s linear infinite; }
.osh-scene-wheel__ring--inner { width: 80px; height: 80px; animation: osh-spin-slow 8s linear infinite reverse; }
.osh-scene-wheel__center { font-size: 2.5rem; z-index: 1; }
.osh-scene-wheel__glow  { position: absolute; width: 80px; height: 80px; border-radius: 50%; background: radial-gradient(circle, rgba(240,208,96,0.3), transparent); animation: osh-glow-pulse 3s ease-in-out infinite; }

@keyframes osh-spin-slow  { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes osh-glow-pulse { 0%,100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.3); opacity: 1; } }

.osh-scene-titans { display: flex; align-items: center; gap: 1.5rem; }
.osh-scene-titans__titan { font-size: 3rem; filter: drop-shadow(0 0 12px rgba(220,38,38,.5)); }
.osh-scene-titans__vs { font-family: 'Cormorant Garamond',serif; font-size: 1.5rem; font-weight: 700; color: #DC2626; letter-spacing: .1em; }

.osh-scene-zeus { position: relative; display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.osh-scene-zeus__clouds { display: flex; gap: .75rem; }
.osh-scene-zeus__clouds span { width: 32px; height: 20px; background: rgba(255,255,255,.15); border-radius: 999px; border: 1px solid rgba(255,255,255,.3); }
.osh-scene-zeus__bolt { font-size: 3rem; animation: osh-bolt-flicker 2s ease-in-out infinite; }
@keyframes osh-bolt-flicker { 0%,90%,100% { opacity:1; filter: drop-shadow(0 0 8px rgba(255,220,0,.8)); } 95% { opacity:.3; } }

.osh-scene-athena { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.osh-scene-athena__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; }
.osh-scene-athena__grid span { width:32px; height:32px; background:rgba(43,108,176,.12); border:1px solid rgba(43,108,176,.25); border-radius:6px; display:flex; align-items:center; justify-content:center; font-size:.9rem; }
.osh-scene-athena__label { font-family:'Inter',sans-serif; font-size:.6rem; font-weight:800; letter-spacing:.2em; color:var(--osh-azure); background:rgba(43,108,176,.1); padding:.2rem .6rem; border-radius:3px; }

.osh-game-card-v2__body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; gap: .6rem; }

.osh-game-card-v2__tag {
  font-family: 'Inter',sans-serif; font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--osh-gold); background: var(--osh-gold-pale);
  padding: .2rem .6rem; border-radius: 3px; width: fit-content;
}

.osh-game-card-v2__tag--skill { color: var(--osh-azure); background: var(--osh-azure-pale); }

.osh-game-card-v2__title { font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-weight:700; color:var(--osh-text); margin:0; line-height:1.2; }
.osh-game-card-v2__desc  { font-family:'Inter',sans-serif; font-size:.875rem; color:var(--osh-muted); line-height:1.6; margin:0; flex:1; }
.osh-game-card-v2__meta  { display:flex; gap:.75rem; font-family:'Inter',sans-serif; font-size:.72rem; color:var(--osh-muted); }

.osh-game-card-v2__cta {
  display: inline-block; font-family:'Inter',sans-serif; font-size:.8rem; font-weight:700;
  color:var(--osh-gold); text-transform:uppercase; letter-spacing:.08em;
  border-top:1px solid var(--osh-border); padding-top:.75rem; margin-top:auto;
  transition: letter-spacing 0.2s ease;
}

.osh-game-card-v2__link:hover .osh-game-card-v2__cta { letter-spacing: .14em; }

.osh-game-card-v2__disclaimer {
  font-family:'Inter',sans-serif; font-size:.62rem; color:var(--osh-muted);
  text-align:center; padding:.5rem 1.5rem; border-top:1px solid var(--osh-border); margin:0; background:var(--osh-bg-alt);
}

.osh-games-note { font-family:'Inter',sans-serif; font-size:.72rem; color:var(--osh-muted); text-align:center; margin-top:2rem; }

@media (max-width: 768px) {
  .osh-games-v2-grid { grid-template-columns: 1fr; max-width: 480px; }
  .osh-game-card-v2__scene { height: 150px; }
}
