﻿/* === tokens.css === */
/**
 * Skill Shot design tokens
 * Set data-theme="light" | "dark" on <html>
 */

:root {
	/* Brand primitives */
	--primitive-green-300: #72e9ad;
	--primitive-green-400: #48dc7d;
	--primitive-green-500: #31d072;
	--primitive-green-600: #28b461;
	--primitive-green-700: #1b9449;
	--primitive-green-800: #145a32;
	--primitive-green-900: #031208;
	--primitive-gold-400: #f5d565;

	/* Layout primitives */
	--radius-sm: 4px;
	--radius-md: 6px;
	--radius-lg: 10px;
	--radius-xl: 16px;
	--radius-full: 999px;

	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-5: 1.25rem;
	--space-6: 1.5rem;
	--space-8: 2rem;
	--space-10: 2.5rem;
	--space-12: 3rem;

	/** Vertical rhythm for page sections (top + bottom of each block) */
	--section-padding-y: clamp(3rem, 4.5vw, 4.5rem);

	--font-body: "Barlow", system-ui, sans-serif;
	/* Condensed: headings and eyebrows only (h1â€“h4, .eyebrow) */
	--font-display: "Barlow Condensed", "Barlow", sans-serif;
	--layout-max: 1140px;
	/* Documented stack breakpoint â€” layouts.css uses literal 48rem in @media */
	--layout-split-break: 48rem;
	/** Image + copy two-column rows (see layouts.css .split--2) */
	--split-gap: var(--space-8);
	--header-height: 76px;
	--btn-height: 3rem;
	--btn-padding-x: 1.5rem;
	--btn-padding-x-lg: 1.75rem;
	--btn-font-size: 0.95rem;
	--btn-font-size-lg: 1rem;
	--sticky-cta-pad-y: 0.75rem;
	--sticky-cta-offset: calc(var(--btn-height) + 2 * var(--sticky-cta-pad-y));
	--nav-drawer-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--nav-drawer-duration: 0.45s;
	--hero-backdrop-scale: 1.06;
	--transition-fast: 0.15s ease;
	--transition-theme: 0.2s ease;

	--motion-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--motion-duration-reveal: 0.55s;
	--motion-distance-reveal: 1rem;
	--motion-stagger-step: 0.07s;
	--motion-stagger-max-steps: 6;

	/* Heading scale (page hero > section > in-content) */
	--type-page-title: clamp(2rem, 4.2vw, 2.75rem);
	--type-section-title: clamp(1.55rem, 3vw, 2rem);
	--type-h2: clamp(1.25rem, 2.2vw, 1.5rem);
	--type-h3: clamp(1.05rem, 1.8vw, 1.2rem);
	--type-h4: clamp(0.95rem, 1.5vw, 1.05rem);
	--type-cta-title: clamp(1.5rem, 2.8vw, 2rem);

}

[data-theme="dark"] {
	color-scheme: dark;

	--color-brand: var(--primitive-green-500);
	--color-brand-bright: var(--primitive-green-400);
	--color-brand-dim: rgba(49, 208, 114, 0.14);
	--color-brand-glow: rgba(49, 208, 114, 0.35);
	--color-brand-on: var(--primitive-green-900);
	--color-accent-warm: var(--primitive-gold-400);

	--color-surface-base: #070809;
	--color-surface-raised: #0e1014;
	--color-surface-panel: #141a22;
	--color-surface-footer: #050607;
	--color-surface-header: rgba(7, 8, 9, 0.94);
	--color-surface-overlay: rgba(0, 0, 0, 0.75);
	--color-surface-inset: rgba(0, 0, 0, 0.4);
	--color-surface-media: #0a0c0e;

	--color-text-primary: #ffffff;
	--color-text-secondary: #b4bcc8;
	--color-text-tertiary: #7a8494;
	--color-border-default: rgba(255, 255, 255, 0.1);
	--color-border-accent: rgba(49, 208, 114, 0.4);
	--color-shadow: rgba(0, 0, 0, 0.4);
	--color-shadow-strong: rgba(0, 0, 0, 0.55);

	--color-backdrop-scrim-solid: rgba(7, 8, 9, 0.45);
	--color-hero-scanlines: repeating-linear-gradient(
		-12deg,
		transparent,
		transparent 3px,
		rgba(255, 255, 255, 0.022) 3px,
		rgba(255, 255, 255, 0.022) 4px
	);
	/** Main nav surfaces (header bar, mobile drawer, dropdown) */
	--color-nav-surface: #0e1014;
	--color-header-bar: var(--color-nav-surface);
	--color-header-solid: var(--color-nav-surface);
	--color-header-scrolled: var(--color-nav-surface);
	--color-header-boxed: var(--color-nav-surface);
	--color-card-scrim: linear-gradient(0deg, rgba(7, 8, 9, 0.96) 0%, transparent 58%);
	--color-prize: var(--primitive-green-400);
	--color-shimmer-highlight: var(--primitive-green-300);
	--color-danger: #e85d5d;
	--color-logo-ink: #ffffff;

	--color-map-full: var(--color-brand);
	--color-map-free: var(--primitive-green-700);
	--color-map-inactive: var(--primitive-green-800);
	--color-map-label: #0c1018;

	--color-mobile-nav-bg: var(--color-nav-surface);
	--color-mobile-nav-link: #ffffff;
	--color-mobile-nav-link-hover: var(--primitive-green-400);
	--color-mobile-nav-link-active: var(--primitive-green-400);
	--color-mobile-nav-control-bg: rgba(255, 255, 255, 0.1);
	--color-mobile-nav-control-border: rgba(255, 255, 255, 0.25);
	--color-mobile-nav-control-fg: #ffffff;
	--color-mobile-nav-social: rgba(255, 255, 255, 0.85);
	--color-mobile-nav-social-hover: var(--primitive-green-400);
}

[data-theme="light"] {
	color-scheme: light;

	--color-brand: var(--primitive-green-700);
	--color-brand-bright: var(--primitive-green-600);
	--color-brand-dim: rgba(27, 148, 73, 0.14);
	--color-brand-glow: rgba(27, 148, 73, 0.28);
	--color-brand-on: #ffffff;
	--color-accent-warm: #b8921a;

	--color-surface-base: #eef1f5;
	--color-surface-raised: #f8f9fb;
	--color-surface-panel: #ffffff;
	--color-surface-footer: #e2e7ed;
	--color-surface-header: rgba(255, 255, 255, 0.96);
	--color-surface-overlay: rgba(12, 18, 28, 0.45);
	--color-surface-inset: rgba(255, 255, 255, 0.9);
	--color-surface-media: #dde3ea;

	--color-text-primary: #0c1018;
	--color-text-secondary: #3a4556;
	--color-text-tertiary: #667085;
	--color-border-default: rgba(12, 16, 24, 0.12);
	--color-border-accent: rgba(27, 148, 73, 0.5);
	--color-shadow: rgba(16, 24, 40, 0.1);
	--color-shadow-strong: rgba(16, 24, 40, 0.18);

	--color-backdrop-scrim-solid: rgba(238, 241, 245, 0.55);
	--color-hero-scanlines: repeating-linear-gradient(
		-12deg,
		transparent,
		transparent 3px,
		rgba(12, 16, 24, 0.04) 3px,
		rgba(12, 16, 24, 0.04) 4px
	);
	--color-nav-surface: #ffffff;
	--color-header-bar: var(--color-nav-surface);
	--color-header-solid: var(--color-nav-surface);
	--color-header-scrolled: var(--color-nav-surface);
	--color-header-boxed: var(--color-nav-surface);
	--color-card-scrim: linear-gradient(0deg, rgba(248, 249, 251, 0.98) 0%, transparent 58%);
	--color-prize: var(--primitive-green-700);
	--color-shimmer-highlight: var(--primitive-green-400);
	--color-danger: #c94a4a;
	--color-logo-ink: #0c1018;

	--color-map-full: var(--color-brand);
	--color-map-free: var(--primitive-green-800);
	--color-map-inactive: var(--primitive-green-900);
	--color-map-label: #ffffff;

	--color-mobile-nav-bg: var(--color-nav-surface);
	--color-mobile-nav-link: #0c1018;
	--color-mobile-nav-link-hover: var(--primitive-green-700);
	--color-mobile-nav-link-active: var(--primitive-green-700);
	--color-mobile-nav-control-bg: rgba(12, 16, 24, 0.06);
	--color-mobile-nav-control-border: rgba(12, 16, 24, 0.12);
	--color-mobile-nav-control-fg: #0c1018;
	--color-mobile-nav-social: #3a4556;
	--color-mobile-nav-social-hover: var(--primitive-green-700);
}

/* Semantic aliases (used in main.css / sections.css) */
[data-theme="dark"],
[data-theme="light"] {
	--bg: var(--color-surface-base);
	--bg-elevated: var(--color-surface-raised);
	--bg-panel: var(--color-surface-panel);
	--border: var(--color-border-default);
	--border-accent: var(--color-border-accent);
	--green: var(--color-brand);
	--green-bright: var(--color-brand-bright);
	--green-dim: var(--color-brand-dim);
	--green-glow: var(--color-brand-glow);
	--text: var(--color-text-primary);
	--text-secondary: var(--color-text-secondary);
	--text-muted: var(--color-text-secondary);
	--text-dim: var(--color-text-tertiary);
	--radius: var(--radius-md);
	--max: var(--layout-max);
	--header-h: var(--header-height);
	--shadow-sm: 0 2px 10px var(--color-shadow);
	--shadow-md: 0 10px 28px var(--color-shadow);
	--shadow-lg: 0 18px 48px var(--color-shadow-strong);
}


/* === layouts.css === */
/**
 * Responsive split layouts (mobile-first). At 48rem+: two-column modifiers.
 * Keep min-width in sync with --layout-split-break in tokens.css.
 *
 * Image + copy (marketing):
 *   split--2 + split--media-leading|trailing â€” 50/50 desktop, image on top mobile
 *   Use split_row_classes() in guide.php for class string
 *
 * Homepage tiers only: split--stack-media-first â€” copy left, visual right at desktop
 *
 * Download CTA band: split--content-end (not image + copy)
 */

.split {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--split-gap);
	align-items: start;
}

.split > * {
	min-width: 0;
	max-width: 100%;
}

.split-copy,
.split-media {
	width: 100%;
}

/* Mobile: image above copy for image+text splits */
.split--media-leading > .split-media,
.split--media-trailing > .split-media,
.split--stack-media-first > .split-media {
	order: -1;
}

.split--media-leading > .split-copy,
.split--media-trailing > .split-copy {
	order: 0;
}

@media (min-width: 48rem) {
	.split--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.split--2:has(.split-media) {
		align-items: center;
	}

	.split--media-leading > .split-media,
	.split--media-trailing > .split-media,
	.split--media-leading > .split-copy,
	.split--media-trailing > .split-copy,
	.split--stack-media-first > .split-media,
	.split--stack-media-first > .split-copy {
		order: unset;
	}

	.split--content-end {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}
}

/* Standard image + copy media treatment */
.split--2:has(.split-media) .split-media {
	margin: 0;
}

.split--2:has(.split-media) .split-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius-lg);
	border: 1px solid var(--border);
}
.split--2:has(.split-media--plain) .split-media--plain img {
	border: none;
	border-radius: 0;
}

.split--2:has(.split-media) .split-copy .section-lead {
	max-width: 42ch;
}

.media-embed {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border);
	background: var(--bg-elevated);
}

.media-embed iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	vertical-align: top;
}

.card > .split {
	--split-gap: var(--space-6);
}


/* === core.css === */
/* Design tokens: assets/css/tokens.css */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  transition: background-color var(--transition-theme), color var(--transition-theme);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-bright); }
ul { padding: 0; list-style: none; }
h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
}
h1 { font-size: var(--type-page-title); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
h4 { font-size: var(--type-h4); }
p { margin: 0 0 1rem; color: var(--text-muted); }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.u-mt-5 { margin-top: var(--space-5); }
.u-mb-4 { margin-bottom: var(--space-4); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.85rem;
}
.site-main > section:not(.page-hero):not(.hero),
.section {
	padding-block: var(--section-padding-y);
	position: relative;
	z-index: 1;
}

/**
 * Alternating section surfaces (light + dark themes).
 * Hero is excluded; order follows DOM in .site-main.
 */
.site-main > section:nth-of-type(odd):not(.hero):not(.page-hero) {
	background: var(--bg);
	border-block-color: transparent;
}
.site-main > section:nth-of-type(even) {
	background: var(--bg-elevated);
	border-block: 1px solid var(--border);
}
[data-theme="light"] .site-main > section:nth-of-type(even) {
	background: var(--bg-panel);
}

/** @deprecated Striping handles contrast; class kept for hooks only */
.section--dark,
.section--alt {
	background: inherit;
	border-block: inherit;
}
.section-head {
	margin-bottom: var(--space-8);
	max-width: 40rem;
}
.section-head--center {
	margin-inline: auto;
	text-align: center;
}
.section-head--center .section-lead {
	margin-inline: auto;
}
.section-title {
  font-size: var(--type-section-title);
  margin-bottom: 0.65rem;
}
.section-lead { font-size: 1.1rem; max-width: 52ch; color: var(--text-muted); }

.card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  transition: background-color var(--transition-theme), border-color var(--transition-theme), color var(--transition-theme);
}
.card:hover { border-color: var(--border-accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--btn-font-size);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-lg {
  padding-inline: var(--btn-padding-x-lg);
  font-size: var(--btn-font-size-lg);
}
.btn-primary {
  background: var(--green);
  color: var(--color-brand-on);
  box-shadow: 0 4px 14px var(--green-glow);
}
.btn-primary:hover {
  background: var(--green-bright);
  color: var(--color-brand-on);
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: currentColor;
}
.btn-secondary:hover {
  border-color: var(--green);
  background: var(--green-dim);
  color: var(--text);
}

/* Header chrome (header bar + nav overlay) */
.site-chrome {
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0.75rem 1rem 0;
  transition: padding 0.25s ease;
}
.site-chrome.is-hidden {
  pointer-events: none;
}
.site-chrome.is-hidden .header-inner {
  transform: translateY(calc(-100% - 1.25rem));
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .site-chrome.is-hidden .header-inner {
    transform: none;
    opacity: 1;
  }
  .site-chrome.is-hidden {
    pointer-events: auto;
  }
  .site-chrome.is-hidden .site-nav__sheet {
    transform: translateX(-50%);
    opacity: 1;
  }
}
/* Home + sub-page heroes: header floats over media backdrop */
body.page-home .site-chrome,
body.page-hero-overlay .site-chrome {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 0;
}
body.page-home .site-header,
body.page-hero-overlay .site-header {
  padding: 0;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1.25rem;
  max-width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  padding: 0.35rem 1.25rem;
  border-radius: var(--radius-lg);
  background: transparent;
  transition:
    transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease,
    border-color var(--transition-theme),
    box-shadow 0.25s ease;
}
.header-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--color-header-solid);
  border: 0px solid var(--border);
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.brand-logo-wrap.brand-logo .brand-logo__svg,
.brand-logo-wrap.brand-logo .brand-logo__img {
  height: 40px;
  width: auto;
  max-width: min(42vw, 200px);
}
.brand-logo-wrap.footer-logo .brand-logo__svg,
.brand-logo-wrap.footer-logo .brand-logo__img {
  height: 36px;
  max-width: min(40vw, 180px);
}
.brand-logo__svg {
  display: block;
}
.brand-logo__img--for-light-theme {
  display: none;
}
.brand-logo__img--for-dark-theme {
  display: block;
}
[data-theme="light"] .brand-logo__img--for-light-theme {
  display: block;
}
[data-theme="light"] .brand-logo__img--for-dark-theme {
  display: none;
}
.header-end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-panel);
  color: var(--text);
  cursor: pointer;
  transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-theme);
}
.theme-toggle:hover {
  border-color: var(--green);
  color: var(--green);
}
.theme-toggle__icon { display: none; width: 20px; height: 20px; }
[data-theme="dark"] .theme-toggle__icon--sun { display: block; }
[data-theme="light"] .theme-toggle__icon--moon { display: block; }
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
  transform-origin: center;
  transition:
    transform var(--nav-drawer-duration) var(--nav-drawer-ease),
    opacity 0.2s ease,
    background var(--transition-theme);
}
.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.site-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  margin-right: 0.5rem;
}

/* Desktop: nav overlays the header bar */
@media (min-width: 769px) {
  .site-chrome {
    position: relative;
  }
  body.page-home .site-chrome,
  body.page-hero-overlay .site-chrome {
    position: fixed;
  }
  .site-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: visible;
    z-index: 2;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
  }
  .site-nav__backdrop,
  .site-nav__social {
    display: none;
  }
  .site-nav__sheet {
    position: absolute;
    top: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 2rem), var(--max));
    max-width: var(--max);
    height: var(--header-h);
    margin: 0;
    padding: 0.35rem 4.75rem 0.35rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
    opacity: 1;
    transition:
      transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.25s ease;
  }
  .site-chrome.is-hidden .site-nav__sheet {
    transform: translateX(-50%) translateY(calc(-100% - 1.25rem));
    opacity: 0;
    pointer-events: none;
  }
  .site-nav .nav-list {
    pointer-events: auto;
  }
  .site-nav .nav-list a.nav-link--btn.btn:not(.btn--download) {
    min-height: auto;
    padding: 0.5rem 1.1rem;
    font-size: 0.88rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    width: auto;
    box-shadow: none;
  }
  body.page-home .site-nav__sheet,
  body.page-hero-overlay .site-nav__sheet {
    top: 0.75rem;
  }
}
.nav-item--home-mobile {
  display: none;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  align-items: center;
  justify-content: flex-end;
}
.nav-list a,
.nav-dropdown__toggle {
  font-family: var(--font-body);
  color: var(--text-secondary);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 0.35rem 0;
  border-bottom: none;
}
.nav-list a:hover,
.nav-list a.is-active,
.nav-dropdown__toggle:hover,
.nav-item--dropdown.is-open .nav-dropdown__toggle {
  color: var(--text);
}
.nav-list a.is-active {
  box-shadow: inset 0 -2px 0 var(--green);
}
.nav-list a.nav-link--btn:not(.btn--download),
.nav-list a.nav-link--btn:not(.btn--download):hover {
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--color-brand-on);
  box-shadow: none;
  font-family: var(--font-body);
  font-size: var(--btn-font-size);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}
.nav-list a.nav-link--btn:not(.btn--download):hover {
  background: var(--green-bright);
}

/* Nav dropdown â€” Play Modes */
.nav-item--dropdown { position: relative; }
.nav-dropdown__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	background: none;
	border: none;
	cursor: pointer;
}
.nav-dropdown__chevron { transition: transform 0.2s; }
.nav-item--dropdown.is-open .nav-dropdown__chevron { transform: rotate(180deg); }
.nav-dropdown__menu {
	display: none;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	min-width: 210px;
	margin: 0;
	padding: 0.35rem;
	list-style: none;
	background: var(--color-nav-surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-md);
	z-index: 120;
}
.site-header.is-scrolled .nav-dropdown__menu {
	background: var(--color-nav-surface);
}
.nav-item--dropdown.is-open .nav-dropdown__menu { display: block; }
@media (min-width: 769px) {
  .nav-item--dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.6rem;
  }
  .nav-item--dropdown:hover .nav-dropdown__menu,
  .nav-item--dropdown:focus-within .nav-dropdown__menu {
    display: block;
  }
  .nav-item--dropdown:hover .nav-dropdown__chevron,
  .nav-item--dropdown:focus-within .nav-dropdown__chevron {
    transform: rotate(180deg);
  }
}
.nav-dropdown__menu a {
	display: block;
	padding: 0.5rem 0.75rem;
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--text-secondary);
	border-bottom: none;
	border-radius: calc(var(--radius) - 2px);
}
.nav-dropdown__menu a:hover {
	color: var(--text);
	background: var(--green-dim);
}

/* Hero */
body.page-home .hero {
  margin-top: 0;
  padding-top: calc(var(--header-h) + 5rem);
}
.hero {
  position: relative;
  min-height: min(82vh, 720px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 5rem 0 3.5rem;
  isolation: isolate;
}
/* Shared hero / page backdrop: media + scrim + bottom fade */
.media-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.media-backdrop__asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.media-backdrop::before {
  content: none;
}
.media-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}
.hero-bg.media-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  isolation: isolate;
}
/* Color hero photo: theme overlay (home + sub-page headers) */
.hero-backdrop--color.media-backdrop::after {
  background: rgba(3, 12, 8, 0.25);
  transition: background var(--transition-theme);
}
[data-theme="light"] .hero-backdrop--color.media-backdrop::after {
  background: rgba(245, 247, 250, 0.65);
}
.page-hero--capture.hero-backdrop--color.media-backdrop::after {
  background: rgba(3, 12, 8, 0.25);
}
[data-theme="light"] .page-hero--capture.hero-backdrop--color.media-backdrop::after {
  background: rgba(245, 247, 250, 0.65);
}
.hero-backdrop--color .media-backdrop__asset {
  filter: blur(1.5px);
}
.page-hero.hero-backdrop--color .media-backdrop__asset {
  transform: scale(1.06);
}
/* Home hero background: side-to-side pan */
body.page-home .hero-bg.media-backdrop .media-backdrop__asset {
  --hero-pan-left: -58%;
  --hero-pan-right: -42%;
  left: 50%;
  width: 132%;
  max-width: none;
  animation: hero-bg-pan 45s linear infinite;
  will-change: transform;
}
@media (min-width: 769px) {
  body.page-home .hero-bg.media-backdrop .media-backdrop__asset {
    --hero-pan-left: -54%;
    --hero-pan-right: -46%;
    width: 118%;
  }
}
@keyframes hero-bg-pan {
  0% {
    transform: translateX(var(--hero-pan-left)) scale(var(--hero-backdrop-scale));
    animation-timing-function: linear;
  }
  42% {
    transform: translateX(calc(var(--hero-pan-right) - 1%)) scale(var(--hero-backdrop-scale));
    animation-timing-function: ease-out;
  }
  48% {
    transform: translateX(var(--hero-pan-right)) scale(var(--hero-backdrop-scale));
  }
  56% {
    transform: translateX(var(--hero-pan-right)) scale(var(--hero-backdrop-scale));
    animation-timing-function: ease-in;
  }
  62% {
    transform: translateX(calc(var(--hero-pan-right) - 1%)) scale(var(--hero-backdrop-scale));
    animation-timing-function: linear;
  }
  94% {
    transform: translateX(calc(var(--hero-pan-left) + 1%)) scale(var(--hero-backdrop-scale));
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(var(--hero-pan-left)) scale(var(--hero-backdrop-scale));
  }
}
@media (prefers-reduced-motion: reduce) {
  body.page-home .hero-bg.media-backdrop .media-backdrop__asset {
    animation: none;
    left: 0;
    width: 100%;
    max-width: none;
    transform: none;
    will-change: auto;
  }
}
@media (max-width: 768px) {
  body.page-home .hero-bg.media-backdrop .media-backdrop__asset {
    object-position: right center;
  }
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: end;
  width: 100%;
  max-width: 1060px;
  margin-inline: auto;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  align-self: center;
}
.hero-spokesperson {
  position: absolute;
  left: clamp(43%, 48vw, 51%);
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.hero-spokesperson__figure {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.hero-spokesperson__img {
  display: block;
  width: auto;
  max-width: min(54vw, 620px);
  max-height: min(88vh, 780px);
  object-fit: contain;
  object-position: bottom center;
}
[data-theme="dark"] .hero-spokesperson__img {
  filter:
    brightness(0.86)
    contrast(1.04)
    saturate(0.92);
}
/* Upper-right of spokesperson image; offsets and type scale with viewport */
.hero-endorsement {
  position: absolute;
  top: clamp(2.5rem, 5.5vw, 5.25rem);
  right: clamp(0.2rem, 1.75vw, 1.1rem);
  left: auto;
  width: max-content;
  max-width: min(40vw, 10.5rem);
  text-align: center;
  z-index: 1;
  color: var(--text);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}
[data-theme="light"] .hero-endorsement {
  text-shadow:
    0 0 12px rgba(238, 241, 245, 0.9),
    0 1px 3px rgba(16, 24, 40, 0.12);
}
.hero-endorsement__name {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 3.5vw, 2.35rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 0.45rem;
}
.hero-endorsement__rule {
  width: clamp(2.15rem, 4.5vw, 2.9rem);
  height: 2px;
  margin: 0 auto 0.5rem;
  padding: 0;
  border: 0;
  background: var(--green);
}
.hero-endorsement__role {
  font-family: var(--font-body);
  font-size: clamp(0.7rem, 1.5vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
  color: inherit;
  margin: 0;
}
.hero-endorsement__role + .hero-endorsement__role {
  margin-top: 0.12rem;
}
.hero-title {
  font-size: clamp(2.75rem, 6.5vw, 4.25rem);
  font-weight: 800;
  color: var(--green);
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin-bottom: 0.75rem;
}
.hero-title em {
  font-style: normal;
  color: var(--text);
  display: block;
  font-size: 0.92em;
}
.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2.1vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  line-height: 1.45;
  color: var(--text);
  margin-bottom: 0.5rem;
  max-width: 42ch;
}
.hero-desc {
  font-size: clamp(0.95rem, 1.75vw, 1.05rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  max-width: 48ch;
  color: var(--text-muted);
}
[data-theme="dark"] body.page-home .hero-desc {
  color: #fff;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.25rem;
}
.hero-actions .btn-lg {
  min-width: 10.5rem;
}

/* Mobile: full-width stacked CTAs in page content (not home hero) */
@media (max-width: 768px) {
  .site-main .section-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
    max-width: 100%;
  }

  .site-main .section-actions .btn,
  .site-main .section-actions .btn.btn--download {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
  }

  .site-main .contact-form .btn[type="submit"],
  .site-main .prose-block .btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Desktop hero: Download (primary) left, How to play (outline) right */
@media (min-width: 769px) {
  .hero-actions .btn-secondary.btn-lg {
    background: transparent;
    color: var(--text);
    border-color: currentColor;
    box-shadow: none;
  }
  .hero-actions .btn-secondary.btn-lg:hover {
    border-color: var(--green);
    background: var(--green-dim);
    color: var(--text);
  }
}



/* === motion.css === */
/**
 * Standardized motion: scroll reveals + marketing card hovers.
 * Requires html.motion-ready (set by main.js). Respects prefers-reduced-motion.
 */

/* --- Scroll reveals (JS adds .is-revealed) --- */
html.motion-ready [data-reveal]:not(.is-revealed) {
	opacity: 0;
	transform: translateY(var(--motion-distance-reveal));
}

html.motion-ready [data-reveal].is-revealed {
	opacity: 1;
	transform: none;
	transition:
		opacity var(--motion-duration-reveal) var(--motion-ease-out),
		transform var(--motion-duration-reveal) var(--motion-ease-out);
}

html.motion-ready [data-reveal-stagger]:not(.is-revealed) > * {
	opacity: 0;
	transform: translateY(var(--motion-distance-reveal));
}

html.motion-ready [data-reveal-stagger].is-revealed > * {
	opacity: 1;
	transform: none;
	transition:
		opacity var(--motion-duration-reveal) var(--motion-ease-out),
		transform var(--motion-duration-reveal) var(--motion-ease-out);
}

html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(1) {
	transition-delay: 0s;
}
html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(2) {
	transition-delay: var(--motion-stagger-step);
}
html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(3) {
	transition-delay: calc(2 * var(--motion-stagger-step));
}
html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(4) {
	transition-delay: calc(3 * var(--motion-stagger-step));
}
html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(5) {
	transition-delay: calc(4 * var(--motion-stagger-step));
}
html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(6) {
	transition-delay: calc(5 * var(--motion-stagger-step));
}
html.motion-ready [data-reveal-stagger].is-revealed > *:nth-child(n + 7) {
	transition-delay: calc((var(--motion-stagger-max-steps) - 1) * var(--motion-stagger-step));
}

@media (prefers-reduced-motion: reduce) {
	html.motion-ready [data-reveal]:not(.is-revealed),
	html.motion-ready [data-reveal-stagger]:not(.is-revealed) > * {
		opacity: 1;
		transform: none;
	}

	html.motion-ready [data-reveal].is-revealed,
	html.motion-ready [data-reveal-stagger].is-revealed > * {
		transition: none;
	}
}

/* --- Card hover (marketing main only) --- */
@media (hover: hover) {
	.site-main .card {
		transition:
			border-color var(--transition-fast),
			box-shadow var(--transition-fast),
			transform var(--transition-fast);
	}

	.site-main .card:hover {
		transform: translateY(-2px);
		border-color: var(--border-accent);
		box-shadow: var(--shadow-md);
	}
}

.site-main .path-card {
	transition: border-color var(--transition-fast), color var(--transition-fast);
}

.site-main .path-card img {
	transition: transform var(--motion-duration-reveal) var(--motion-ease-out);
}

@media (hover: hover) {
	.site-main .path-card:hover {
		border-color: var(--green);
	}

	.site-main .path-card:hover img {
		transform: scale(1.02);
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-main .card,
	.site-main .path-card img {
		transition: none;
	}

	.site-main .card:hover {
		transform: none;
	}

	.site-main .path-card:hover img {
		transform: none;
	}
}


/* === components.css === */
.card-media {
  margin: -1.35rem -1.5rem 1rem -1.47rem;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.card-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.card-body { display: flex; flex-direction: column; gap: 0.35rem; }
.step-card,
.team-card { padding: 0; overflow: hidden; }
.step-card .card-body,
.team-card .card-body { padding: 1.25rem 1.5rem; }
.step-card .card-media { margin: 0; border-bottom: 1px solid var(--border); }
.step-card .card-media img { height: 160px; }

.team-card .card-media { margin: 0; }
.team-card .card-media img { height: 260px; object-position: top center; }
.team-card .role {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
.store-badges img {
  display: block;
  height: 44px;
  width: auto;
  opacity: 1;
  filter: none;
}

body.page-hero-overlay .page-hero__content {
  padding: calc(var(--header-h) + 2.25rem) 1rem var(--section-padding-y);
}
.page-hero--backdrop {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: block;
  padding: 0;
  background: none;
  isolation: isolate;
}
.page-hero--backdrop.media-backdrop {
  position: relative;
  inset: auto;
  isolation: isolate;
}
.page-hero__content {
  position: relative;
  z-index: 3;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}
.page-hero-title {
  font-size: var(--type-page-title);
  margin-bottom: 0.45rem;
}
.page-hero-lead {
  font-size: 1rem;
  max-width: 48ch;
  margin-bottom: 0;
  text-transform: none;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
color: var(--text-muted);
}
.page-hero__content .section-actions {
  margin-top: 1.25rem;
}
.page-hero__eyebrow {
  margin-bottom: 0.5rem;
}
.page-hero--capture {
  min-height: 0;
}
.page-hero--capture .page-hero__content {
  padding: calc(var(--header-h) + 2.25rem) 1rem var(--section-padding-y);
}
.page-hero--capture .page-hero-title {
  margin-bottom: 0.55rem;
}
.page-hero--capture .page-hero-lead {
  font-size: 1.02rem;
  max-width: 52ch;
color: var(--text-muted);
}
[data-theme="dark"] .page-hero-lead,
[data-theme="dark"] .page-hero--capture .page-hero-lead {
  color: #fff;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item.card {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition:
    border-color var(--transition-fast),
    background-color var(--transition-theme);
}
.faq-item.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--green);
  pointer-events: none;
  z-index: 1;
}
.faq-item.card:hover {
  border-color: var(--border);
}
.faq-item[open].card {
  border-color: var(--border);
  background: color-mix(in srgb, var(--bg-panel) 98%, var(--text) 2%);
}
.faq-item summary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--text);
  list-style: none;
  padding: 1.35rem 2.75rem 1.35rem 1.75rem;
  position: relative;
  background: transparent;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 0.45em;
  height: 0.45em;
  margin-top: -0.3em;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(45deg);
  transition: transform var(--transition-fast), margin-top var(--transition-fast);
  pointer-events: none;
}
.faq-item[open] summary {
  padding-bottom: 1.15rem;
  background: transparent;
}
.faq-item[open] summary::after {
  margin-top: -0.1em;
  transform: rotate(-135deg);
}
.faq-answer {
  padding: 1.25rem 1.5rem 1.35rem 1.75rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-transform: none;
  font-family: var(--font-body);
  letter-spacing: 0;
  border-top: 1px solid var(--border);
}
.faq-answer > :first-child {
  margin-top: 0;
}
.faq-item:not([open]) .faq-answer {
  border-top-color: transparent;
}

.cta-band {
  position: relative;
  text-align: center;
}
.cta-band .section-title { font-size: var(--type-cta-title); }
.cta-band__copy .section-lead,
.cta-band__copy .store-badges {
  margin-inline: auto;
  justify-content: center;
}
.section--download {
  padding-block: var(--section-padding-y);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.js-forms-ready .form-alert--server-only {
  display: none;
}
.form-message {
  margin-top: 1rem;
margin-bottom: 0;
  font-size: 0.95rem;
}
.form-message--success { color: var(--green); }
.form-message--error { color: var(--color-danger); }
.form-message--warning { color: var(--color-accent-warm, #e8a84a); }
.form-alert {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-lg, 10px);
  margin-top: 1rem;
margin-bottom: 0;
  font-size: 0.95rem;
}
.form-alert--success {
  background: color-mix(in srgb, var(--green) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--green) 35%, transparent);
}
.form-alert--error {
  background: color-mix(in srgb, var(--color-danger) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-danger) 35%, transparent);
}
.form-alert--warning {
  background: color-mix(in srgb, var(--color-accent-warm, #e8a84a) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-accent-warm, #e8a84a) 35%, transparent);
}
.form-recaptcha { margin: 1rem 0; border: none; padding: 0; min-width: 0; }
.form-recaptcha__legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form input.is-invalid,
.contact-form textarea.is-invalid,
.contact-form select.is-invalid {
  border-color: var(--color-danger);
  outline-color: var(--color-danger);
}
.contact-form label,
.form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}
.form-block {
  margin: 0;
  padding: 0;
  border: none;
}
.form-block__legend {
  display: block;
  width: 100%;
  margin: 0 0 var(--space-5);
  padding: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
}
.form-block--nested {
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border);
}
.form-field {
  margin-bottom: var(--space-5);
}
.form-field:last-child {
  margin-bottom: 0;
}
.form-hint {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.form-row {
  display: grid;
  gap: var(--space-5);
}
.form-row--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 36rem) {
  .form-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.75rem 1rem;
  margin: 0;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font: inherit;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--green);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.section--legal .legal-content {
	max-width: 72ch;
	margin-inline: auto;
	padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2rem);
}
.legal-meta {
	margin: 0 0 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--border);
	font-size: 0.95rem;
	color: var(--text-muted);
}
.legal-intro {
	margin-bottom: 0.5rem;
}
.legal-content p {
	margin: 0 0 1.1rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--text-muted);
}
.legal-intro p:first-child {
	margin-bottom: 1rem;
	font-size: 1.15rem;
	color: var(--text);
}
.legal-content h2 {
	font-size: clamp(1.15rem, 2.5vw, 1.35rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--text);
	margin: 2.25rem 0 0.85rem;
	padding-top: 2rem;
	border-top: 1px solid var(--border);
}
.legal-content h3 {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--text);
	margin: 1.35rem 0 0.65rem;
}
.legal-intro + h2 {
	margin-top: 1.5rem;
	padding-top: 0;
	border-top: none;
}
.legal-content ul ul {
	margin: 0.4rem 0 0.65rem;
	padding-left: 1.25rem;
	list-style: circle;
}
.legal-content ul ul ul {
	list-style: square;
}
.legal-content ul {
	margin: 0 0 1.25rem;
	padding: 0 0 0 1.35rem;
	list-style: disc;
}
.legal-content li {
	margin-bottom: 0.55rem;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--text-muted);
}
.legal-content li::marker {
	color: var(--green);
}
.legal-content a {
	color: var(--green);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.legal-content a:hover {
	color: var(--green-bright);
}
.legal-footer {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--border);
}
.section--sitemap .sitemap-content {
	max-width: 52rem;
	margin-inline: auto;
	padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2rem);
}
.sitemap-intro {
	margin: 0 0 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--border);
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--text-muted);
}
.sitemap-group h2 {
	font-size: clamp(1.1rem, 2.5vw, 1.25rem);
	font-weight: 700;
	color: var(--text);
	margin: 2rem 0 0.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--border);
}
.sitemap-intro + .sitemap-group h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.sitemap-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap-group li {
	margin-bottom: 0.5rem;
}
.not-found-panel {
	max-width: 40rem;
	margin-inline: auto;
	padding: clamp(1.5rem, 4vw, 2rem);
}
.not-found-panel p {
	margin: 0 0 1rem;
	color: var(--text-muted);
}
.not-found-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.not-found-links li {
	margin-bottom: 0.5rem;
}
.not-found-links a {
	font-weight: 600;
	color: var(--green);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.not-found-links a:hover {
	color: var(--green-bright);
}
.legal-footer p {
	margin: 0;
}

.site-footer {
  background: var(--color-surface-footer);
  border-top: 1px solid var(--border);
  padding: 3rem 0 1.5rem;
  margin-top: 0;
  transition: background-color var(--transition-theme);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.75rem;
}
.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  display: block;
  padding: 0.2rem 0;
}
.footer-tagline {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-dim);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--text-dim);
}
.footer-bottom__copy {
  margin: 0;
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.45rem 0.65rem;
  color: var(--text-dim);
}
.footer-credit__by {
  font-size: 0.85rem;
}
.footer-credit__logo-link {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
  color: inherit;
  transition: color var(--transition-fast);
}
.footer-credit__logo-link:hover {
  color: var(--text-secondary);
}
.footer-credit__logo-svg,
img.footer-credit__logo {
  display: block;
  width: 6.25rem;
  height: auto;
  max-width: none;
}
img.footer-credit__logo {
  opacity: 0.85;
}
.muted { color: var(--text-dim); font-size: 0.85rem; }

/* Social icon links */
.social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.85rem;
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
}
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.15rem;
	min-width: 1.75rem;
	min-height: 1.75rem;
	border: none;
	background: none;
	color: var(--text-secondary);
	transition: color var(--transition-fast), transform var(--transition-fast);
}
.social-links a:hover {
	color: var(--green);
	transform: translateY(-1px);
}
.social-links__icon {
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	overflow: visible;
	flex-shrink: 0;
}
.social-links--menu {
	margin-top: 0;
	gap: 0.85rem;
}
.social-links--menu a {
	color: var(--color-mobile-nav-social);
}
.social-links--menu a:hover {
	color: var(--color-mobile-nav-social-hover);
}

/* Desktop: boxed nav sits below top edge (hero flush behind) â€” home + sub-page heroes */
@media (min-width: 769px) {
  body.page-home .site-header,
  body.page-hero-overlay .site-header {
    padding: 0 1rem 0;
  }
  body.page-home .header-inner,
  body.page-hero-overlay .header-inner {
    margin-top: 0.75rem;
  }
}

@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .site-chrome {
    width: 100%;
  }
  .site-header,
  body.page-home .site-header,
  body.page-hero-overlay .site-header {
    padding: 0;
    width: 100%;
  }
  .site-header .container.header-inner,
  .site-header .header-inner {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    border-radius: 0;
    padding-inline: 1rem;
  }
  body.page-home .hero {
    padding-top: calc(var(--header-h) + 2rem);
  }
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 300;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
  }
  .site-nav__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    background: var(--color-nav-surface);
    opacity: 0;
    transition: opacity 0.4s ease, background-color var(--transition-theme);
    pointer-events: none;
  }
  .site-nav.is-open .site-nav__backdrop,
  .site-nav.is-open .site-nav__sheet {
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav__sheet {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--color-nav-surface);
    padding:
      max(5rem, calc(env(safe-area-inset-top, 0px) + 4rem))
      max(1.5rem, env(safe-area-inset-right, 0px))
      max(2rem, env(safe-area-inset-bottom, 0px))
      max(1.5rem, env(safe-area-inset-left, 0px));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  body.nav-open .site-chrome {
    z-index: 301;
  }
  body.nav-open .site-header {
    position: relative;
    z-index: 310;
    background: transparent;
    pointer-events: none;
  }
  body.nav-open .header-inner {
    pointer-events: none;
  }
  body.nav-open .header-inner::before {
    opacity: 0;
  }
  body.nav-open .brand {
    visibility: hidden;
    pointer-events: none;
  }
  body.nav-open .header-end {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    z-index: 311;
    pointer-events: auto;
    gap: 0.65rem;
  }
  body.nav-open .theme-toggle,
  body.nav-open .nav-toggle {
    display: inline-flex;
  }
  body.nav-open .nav-toggle {
    background: var(--color-mobile-nav-control-bg);
    border-color: var(--color-mobile-nav-control-border);
  }
  body.nav-open .nav-toggle span {
    background: var(--color-mobile-nav-control-fg);
  }
  body.nav-open .theme-toggle {
    background: var(--color-mobile-nav-control-bg);
    border-color: var(--color-mobile-nav-control-border);
    color: var(--color-mobile-nav-control-fg);
  }
  .nav-item--home-mobile {
    display: list-item;
  }
  .nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
    text-align: center;
  }
  .site-nav__sheet .nav-list > li {
    opacity: 0;
    transform: translateY(1.25rem);
    transition:
      opacity 0.4s var(--nav-drawer-ease),
      transform 0.45s var(--nav-drawer-ease);
  }
  .site-nav.is-open .site-nav__sheet .nav-list > li {
    opacity: 1;
    transform: translateY(0);
  }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(1) { transition-delay: 0.05s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(2) { transition-delay: 0.1s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(3) { transition-delay: 0.15s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(4) { transition-delay: 0.2s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(5) { transition-delay: 0.25s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(6) { transition-delay: 0.3s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(7) { transition-delay: 0.35s; }
  .site-nav.is-open .site-nav__sheet .nav-list > li:nth-child(8) { transition-delay: 0.4s; }
  .site-nav:not(.is-open) .site-nav__sheet .nav-list > li,
  .site-nav:not(.is-open) .site-nav__social {
    transition-delay: 0s;
  }
  .site-nav .nav-list a:not(.nav-link--btn),
  .site-nav .nav-dropdown__toggle {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 7.25vw, 2.35rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-mobile-nav-link);
    padding: 0.75rem 0;
    box-shadow: none;
    transition: color var(--transition-theme);
  }
  .site-nav .nav-list a:not(.nav-link--btn).is-active {
    color: var(--color-mobile-nav-link-active);
    box-shadow: none;
  }
  .site-nav .nav-list a:not(.nav-link--btn):hover,
  .site-nav .nav-dropdown__toggle:hover {
    color: var(--color-mobile-nav-link-hover);
  }
  .site-nav .nav-list li:has(.nav-link--btn) {
    width: 100%;
    max-width: 22rem;
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
  }
  .site-nav__social {
    width: 100%;
    max-width: 22rem;
    margin-top: 1.75rem;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(1rem);
    transition:
      opacity 0.4s var(--nav-drawer-ease),
      transform 0.45s var(--nav-drawer-ease);
  }
  .site-nav.is-open .site-nav__social {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }
  .site-nav .nav-list a.nav-link--btn.btn:not(.btn--download) {
    width: 100%;
    margin-top: 0;
    min-height: auto;
    padding: 0.9rem 1.25rem;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 7.25vw, 2.35rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 4px 14px var(--green-glow);
  }
  .nav-item--dropdown { width: 100%; }
  .site-nav .nav-dropdown__menu {
    position: static;
    display: none;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.35rem 0;
    background: var(--color-nav-surface);
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .nav-item--dropdown.is-open .nav-dropdown__menu { display: block; }
  body.page-home .hero {
    padding-top: calc(var(--header-h) + 1.35rem);
  }
  .hero {
    min-height: 620px;
    align-items: stretch;
    padding: 0 0 0;
  }
  .hero .container {
    width: min(100% - 3rem, var(--max));
  }
  .hero-inner {
    display: flex;
    align-items: stretch;
  }
  .hero-layout {
    position: relative;
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 100%;
    padding-bottom: clamp(13.5rem, 56vw, 18.5rem);
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-title {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
    margin-bottom: 0.5rem;
  }
  .hero-sub {
    font-size: 1.02rem;
    max-width: 36ch;
    margin-bottom: 0.85rem;
  }
  .hero-desc {
    display: none;
  }
  .hero .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0;
  }
  .hero .hero-actions .btn,
  .hero .hero-actions .btn-lg {
    width: auto;
    min-width: 10.5rem;
  }
  .hero-spokesperson {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -0.75rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    pointer-events: none;
    transform: translateX(-42%) translateY(1.25rem);
  }
  .hero-spokesperson__img {
    max-width: min(78vw, 28rem);
    max-height: min(52vh, 28rem);
  }
  .hero-endorsement {
    top: clamp(2rem, 4.75vw, 3.35rem);
    right: clamp(0.1rem, 1.25vw, 0.65rem);
    max-width: min(36vw, 9rem);
  }
  .hero-endorsement__name {
    font-size: clamp(1rem, 3.25vw, 1.5rem);
  }
  .hero-endorsement__rule {
    width: clamp(1.9rem, 4vw, 2.35rem);
  }
  .hero-endorsement__role {
    font-size: clamp(0.65rem, 1.4vw, 0.8rem);
  }
  :root {
    --section-padding-y: var(--space-10);
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .footer-bottom__copy {
    width: 100%;
    text-align: center;
  }
  .footer-credit {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.35rem;
  }
  .footer-credit__logo-svg,
  img.footer-credit__logo {
    width: min(7.125rem, 58.5vw);
  }
  .page-hero--capture .page-hero__content {
    width: min(100% - 2rem, var(--max));
    padding: calc(var(--header-h) + 2rem) 1rem var(--section-padding-y);
  }
  .page-hero--backdrop .page-hero__content {
    width: min(100% - 2rem, var(--max));
    padding-inline: 1rem;
  }

}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 88;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--color-brand-on);
  cursor: pointer;
  box-shadow: 0 4px 14px var(--green-glow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.back-to-top:hover {
  background: var(--green-bright);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top svg {
  display: block;
}

/* Sticky mobile download CTA */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: var(--sticky-cta-pad-y) 1rem;
  padding-bottom: max(var(--sticky-cta-pad-y), env(safe-area-inset-bottom, 0px));
  background: var(--color-surface-header);
  border-top: 1px solid var(--border);
  transition: transform 0.35s var(--nav-drawer-ease), opacity 0.25s ease;
}
.sticky-cta .btn {
  width: 100%;
  min-height: var(--btn-height);
}

@media (max-width: 768px) {
  .sticky-cta { display: block; }
  body { padding-bottom: var(--sticky-cta-offset); }
  .back-to-top {
    bottom: calc(var(--sticky-cta-offset) + 2rem);
  }
  body.nav-open { overflow: hidden; }
  body.nav-open .sticky-cta {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav__backdrop,
  .site-nav__sheet,
  .site-nav__sheet .nav-list > li,
  .site-nav__social,
  .nav-toggle span,
  .sticky-cta {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}



/* === button-download.css === */
/**
 * Download button â€” .btn.btn--download + .btn--download__label
 * Border sheen uses --color-shimmer-highlight (light brand green, not white).
 */

.btn.btn--download {
	--btn-download-ring: 2px;
	--btn-download-fill: var(--green);
	--btn-download-fill-hover: var(--green-bright);
	--btn-download-border-gradient: linear-gradient(
		135deg,
		var(--green) 0%,
		var(--green-bright) 38%,
		var(--color-shimmer-highlight) 50%,
		var(--green-bright) 62%,
		var(--green) 100%
	);
	position: relative;
	display: inline-flex;
	align-items: stretch;
	min-height: auto;
	padding: var(--btn-download-ring);
	border: 0;
	background: var(--btn-download-border-gradient);
	background-size: 260% 260%;
	background-position: 100% 100%;
	animation: btn-download-border-pan 2.2s linear infinite;
	box-shadow: 0 4px 14px var(--green-glow);
	overflow: hidden;
	border-radius: var(--radius);
}

.btn--download__label {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: calc(var(--btn-height) - 2 * var(--btn-download-ring));
	padding: 0 calc(var(--btn-padding-x) - var(--btn-download-ring));
	border-radius: max(0px, calc(var(--radius) - var(--btn-download-ring)));
	background: var(--btn-download-fill);
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	transition: background 0.2s ease;
}

.btn--download:not(.btn-primary):hover .btn--download__label {
	background: var(--btn-download-fill-hover);
}

.btn-primary.btn--download,
.btn-primary.btn--download:hover {
	color: var(--color-brand-on);
	background: var(--btn-download-border-gradient);
	background-size: 260% 260%;
}

.btn-primary.btn--download:hover .btn--download__label {
	background: var(--btn-download-fill-hover);
}

.btn-secondary.btn--download {
	--btn-download-fill: var(--bg-panel);
	--btn-download-fill-hover: var(--green-dim);
	color: var(--text);
	box-shadow: none;
}

.btn-lg.btn--download .btn--download__label {
	padding-inline: calc(var(--btn-padding-x-lg) - var(--btn-download-ring));
	font-size: var(--btn-font-size-lg);
}

/* Nav download */
.nav-list a.nav-link--btn.btn--download,
.nav-list a.nav-link--btn.btn--download:hover {
	display: inline-flex;
	align-items: stretch;
	min-height: auto;
	width: auto;
	padding: var(--btn-download-ring);
	border-color: transparent;
	color: var(--color-brand-on);
	box-shadow: 0 4px 14px var(--green-glow);
	background: var(--btn-download-border-gradient);
	background-size: 260% 260%;
	animation: btn-download-border-pan 2.2s linear infinite;
}

.nav-list a.nav-link--btn.btn--download .btn--download__label {
	flex: 0 1 auto;
	width: auto;
	min-height: auto;
	padding: 0.5rem 1.1rem;
	font-family: var(--font-body);
	font-size: var(--btn-font-size);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
}

@media (min-width: 769px) {
	.hero-actions .btn-primary.btn--download {
		box-shadow: 0 4px 14px var(--green-glow);
	}
}

@media (max-width: 768px) {
	.site-nav .nav-list a.nav-link--btn.btn--download {
		--btn-download-ring: 1.5px;
		width: 100%;
		max-width: 20rem;
		margin-top: 0;
		box-shadow: 0 4px 14px var(--green-glow);
	}

	.site-nav .nav-list a.nav-link--btn.btn--download .btn--download__label {
		width: 100%;
		padding: 0.6rem 0.95rem;
		font-family: var(--font-display);
		font-size: clamp(1.4rem, 6.75vw, 2.15rem);
		font-weight: 700;
		line-height: 1.05;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}
}

@keyframes btn-download-border-pan {
	0% {
		background-position: 100% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btn.btn--download,
	.nav-list a.nav-link--btn.btn--download {
		animation: none;
		background-position: 50% 50%;
	}
}


/* === text-shimmer.css === */
/**
 * Green text â€” quick 45deg highlight pan, then a long pause before repeat.
 */

.text-shimmer {
	--text-shimmer-base: var(--green);
	--text-shimmer-highlight: var(--color-shimmer-highlight);
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	background-image: linear-gradient(
		135deg,
		var(--text-shimmer-base) 0%,
		var(--text-shimmer-base) 42%,
		var(--text-shimmer-highlight) 50%,
		var(--text-shimmer-base) 58%,
		var(--text-shimmer-base) 100%
	);
	background-size: 300% 300%;
	background-position: 150% 150%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: text-shimmer-pan 5.5s linear infinite;
}

.text-shimmer--prize {
	--text-shimmer-base: var(--color-prize);
}

/* ~0.6s sweep (10% of cycle), ~4.9s idle between */
@keyframes text-shimmer-pan {
	0%,
	82% {
		background-position: 150% 150%;
	}
	92% {
		background-position: -50% -50%;
	}
	100% {
		background-position: -50% -50%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.text-shimmer {
		animation: none;
		background-position: 50% 50%;
	}
}


/* === product.css === */
/* Product sections: home, guide, how-to */

/* Homepage & product-focused sections */

/* Home showcase: tournaments (left) + latest winner (right) */
.home-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
	grid-template-rows: auto 1fr;
	gap: var(--space-6) var(--space-4);
	align-items: stretch;
}
.home-showcase__main,
.home-showcase__aside {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
	min-width: 0;
}
.home-showcase__header {
	margin-bottom: var(--space-4);
	max-width: none;
}
.home-showcase__header--aside {
	text-align: center;
}
.home-showcase__list {
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
	min-height: 0;
}
.home-showcase__list .tournament-row {
	flex: 1;
	min-height: 0;
	align-self: stretch;
}
.home-showcase__list .tournament-row__body {
	padding: var(--space-5) var(--space-6);
	gap: var(--space-3);
}
.home-showcase__list .tournament-row__title {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}
.home-showcase__list .tournament-row__facts span {
	font-size: 0.72rem;
}
.home-showcase__list .tournament-row__facts strong {
	font-size: 1.05rem;
}
.home-showcase__list .tournament-row__rules {
	font-size: 0.98rem;
	line-height: 1.5;
	-webkit-line-clamp: 3;
}
.home-showcase__list .tournament-row__payout {
	font-size: 0.82rem;
}
.home-showcase__aside {
	min-height: 0;
}
.home-showcase__aside .winner-panel {
	min-height: 0;
	align-self: stretch;
}

.tournament-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0;
	align-items: stretch;
	background: var(--bg-panel);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.tournament-row:hover:not(.tournament-row--pending) {
	border-color: var(--border-accent);
	box-shadow: var(--shadow-sm);
}
.tournament-row.is-featured {
	border-color: var(--border);
	box-shadow: var(--shadow-sm);
}
.tournament-row--poster {
	display: block;
	grid-template-columns: none;
	padding: 0;
	background: var(--bg-panel);
}
.tournament-row--poster.is-featured {
	box-shadow: var(--shadow-sm);
}
.tournament-row__poster {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.tournament-row--pending {
	border-style: dashed;
	background: transparent;
}
.tournament-row__media {
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	background: var(--color-surface-media);
}
.tournament-row__media img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(360px, 44vw);
	object-fit: contain;
}
.tournament-row__media--pending {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-elevated);
}
.tournament-row__pending-label {
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-dim);
}
.tournament-row__badge {
	position: absolute;
	top: var(--space-2);
	left: var(--space-2);
	padding: 0.15rem 0.5rem;
	font-family: var(--font-body);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: var(--green);
	color: var(--color-brand-on);
	border-radius: var(--radius-sm);
}
.tournament-row__body {
	padding: var(--space-3) var(--space-4);
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
	justify-content: center;
	min-width: 0;
}
.tournament-row__title {
	font-size: 1.1rem;
	margin: 0;
	color: var(--text);
}
.tournament-row__facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3) var(--space-5);
}
.tournament-row__facts li {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
}
.tournament-row__facts span {
	font-family: var(--font-body);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-dim);
}
.tournament-row__facts strong {
	font-size: 0.85rem;
	color: var(--text);
}
.tournament-row__rules {
	font-size: 0.82rem;
	line-height: 1.4;
	margin: 0;
	color: var(--text-muted);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tournament-row__payout {
	margin: 0;
	font-family: var(--font-body);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--green);
}

.winner-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: var(--space-5) var(--space-4);
	background: var(--bg-panel);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
}
.winner-panel__hero {
	margin-bottom: var(--space-3);
}
.winner-panel__amount {
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0 0 var(--space-2);
}
.winner-panel__name {
	font-family: var(--font-body);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--text);
	margin: 0;
}
.winner-panel__photo {
	width: 100px;
	height: 100px;
	border-radius: var(--radius-full);
	overflow: hidden;
	border: 2px solid var(--border-accent);
	margin-bottom: var(--space-4);
	flex-shrink: 0;
}
.winner-panel__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.winner-panel__location {
	margin: 0;
}
.winner-panel__course,
.winner-panel__hole {
	font-family: var(--font-body);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.45;
	margin: 0;
	color: var(--text-muted);
}
.winner-panel__hole {
	color: var(--text-dim);
	margin-top: 0.35rem;
}

@media (max-width: 900px) {
	.home-showcase {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: var(--space-8);
	}
	.home-showcase__main,
	.home-showcase__aside {
		display: block;
		grid-row: auto;
	}
	.home-showcase__list .tournament-row {
		flex: none;
		min-height: 0;
		align-self: auto;
	}
	.home-showcase__header--aside {
		text-align: left;
	}
	.home-showcase__aside .winner-panel {
		min-height: 0;
		align-self: auto;
	}
	.tournament-row {
		grid-template-columns: 1fr;
	}
	.tournament-row__media {
		justify-content: center;
		width: 100%;
	}
	.tournament-row__media img {
		width: 100%;
		max-width: 100%;
	}
	.tournament-row__body {
		border-top: 1px solid var(--border);
	}
}

@media (max-width: 768px) {
	.winner-panel__amount {
		font-size: clamp(3.15rem, 14vw, 4rem);
	}

	.winner-panel__photo {
		width: 120px;
		height: 120px;
	}
}

.text-link {
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--green);
}

/* Win tiers â€” tier list + visual (cards left, visual right on desktop) */
.section--tiers {
	position: relative;
}

.tiers-split__cards {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: var(--bg-panel);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.tier-card.tier-card--stack {
	display: block;
	padding: var(--space-5) var(--space-6);
	border-bottom: 1px solid var(--border);
	background: transparent;
}

.tier-card.tier-card--stack:last-child {
	border-bottom: 0;
}

.tier-card.tier-card--stack .tier-card__tag {
	margin: 0 0 var(--space-2);
}

.tier-card.tier-card--stack .tier-card__title {
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--text);
	margin: 0 0 var(--space-2);
}

.tier-card.tier-card--stack .tier-card__desc {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--text-muted);
	max-width: 42ch;
}

.section--tiers .ways-visual {
	margin: 0;
	border-color: var(--border);
	box-shadow: var(--shadow-sm);
}

.checklist li { margin-bottom: 0.35rem; }
.tier-card__tag {
	font-family: var(--font-body);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--green);
}


.ways-visual {
	margin: 0;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border);
}
.ways-visual img {
	display: block;
	width: 100%;
	height: auto;
}

/* Path cards */
.path-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.path-card {
	position: relative;
	display: block;
	min-height: 280px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border);
	color: var(--text);
}
.path-card:hover { color: var(--text); border-color: var(--green); }
.path-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.path-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-card-scrim);
}
.path-card__title {
	position: absolute;
	z-index: 1;
	bottom: 1.25rem;
	left: 0;
	right: 0;
	display: block;
	padding: 0 1.25rem;
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 2.4vw, 1.65rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--text);
	max-width: 100%;
}

.cta-band__device img {
	max-width: 240px;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

@media (max-width: 960px) {
	.path-grid { grid-template-columns: 1fr; }
}

/* Download page */
.section--download .download-layout {
	max-width: 28rem;
	margin-inline: auto;
}

.download-panel {
	padding: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
}

.download-panel__head {
	margin-bottom: var(--space-6);
}

.download-panel__head .section-lead {
	margin-inline: auto;
	max-width: 36ch;
}

.download-qr {
	margin: 0 auto var(--space-6);
	padding: 1rem;
	max-width: 18rem;
	border-radius: var(--radius-lg, 1rem);
	background: var(--bg-elevated, var(--bg-panel));
	border: 1px solid var(--border-accent);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

[data-theme="light"] .download-qr {
	box-shadow: 0 12px 28px rgba(16, 24, 40, 0.1);
}

.download-qr__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.35rem;
}

.download-panel__stores .store-badges {
	justify-content: center;
}

.download-panel__note {
	margin: var(--space-5) 0 0;
	font-size: 0.92rem;
	line-height: 1.5;
	max-width: 32ch;
	margin-inline: auto;
}

.howto-overview__body {
	margin: 0 0 var(--space-5);
	max-width: 42ch;
	color: var(--text-muted);
	line-height: 1.6;
}
.split-copy .section-actions {
	margin-top: var(--space-6);
}
.howto-walkthrough__head {
	margin-bottom: var(--space-8);
}
.howto-walkthrough__layout {
	display: grid;
	gap: var(--space-8);
	align-items: start;
}
.howto-walkthrough__copy {
	order: 2;
}
.howto-walkthrough__device {
	order: 1;
}
.howto-walkthrough__copy .section-actions {
	margin-top: var(--space-6);
}
.howto-walkthrough__steps {
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
}
.howto-walkthrough__step {
	padding: 0;
	overflow: hidden;
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.howto-walkthrough__step.is-active {
	border-color: var(--border-accent);
	box-shadow: var(--shadow-sm);
}
.howto-walkthrough__step-trigger {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	width: 100%;
	padding: var(--space-4);
	border: none;
	background: transparent;
	color: var(--text);
	font-family: var(--font-body);
	text-align: left;
	cursor: pointer;
	transition: background-color var(--transition-fast);
}
.howto-walkthrough__step-trigger:hover {
	background: var(--bg-elevated);
}
.howto-walkthrough__step-trigger:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: -2px;
}
.howto-walkthrough__step-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.85rem;
	height: 1.85rem;
	border-radius: var(--radius-full);
	background: var(--green-dim);
	color: var(--green);
	font-family: var(--font-display);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	transition:
		background-color var(--transition-fast),
		color var(--transition-fast);
}
.howto-walkthrough__step.is-active .howto-walkthrough__step-num {
	background: var(--green);
	color: var(--color-brand-on);
}
.howto-walkthrough__step-label {
	flex: 1;
	font-family: var(--font-display);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.howto-walkthrough__step-body {
	padding: 0 var(--space-4) var(--space-4);
	border-top: 1px solid var(--border);
}
.howto-walkthrough__step:not(.is-active) .howto-walkthrough__step-body {
	display: none;
}
.howto-walkthrough__step-body p {
	margin: 0;
	padding-top: var(--space-3);
	font-size: 1rem;
	line-height: 1.55;
	color: var(--text-muted);
}
.howto-walkthrough__panel-title {
	font-family: var(--font-display);
	font-size: var(--type-h3);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 var(--space-2);
	color: var(--text);
}
.howto-walkthrough__panel-copy {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--text-muted);
	max-width: 36ch;
}
@media (max-width: 47.99rem) {
	.howto-walkthrough__steps {
		display: none;
	}
	.howto-walkthrough__copy {
		display: none;
	}
	.howto-walkthrough__device-inner {
		width: 100%;
		max-width: 20rem;
	}
	.howto-walkthrough__phone-track {
		display: block;
		overflow: hidden;
		width: 100%;
		touch-action: pan-y;
		cursor: grab;
	}
	.howto-walkthrough__phone-track.is-dragging {
		cursor: grabbing;
	}
	.howto-walkthrough__phone-slider {
		display: flex;
		flex-wrap: nowrap;
		transition: transform 0.45s var(--motion-ease-out);
	}
	.howto-walkthrough__phone-slider.is-dragging {
		transition: none;
	}
	.howto-walkthrough__phone-slide {
		display: flex;
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		flex-direction: column;
		gap: var(--space-2);
	}
	.howto-walkthrough__phone-slide .howto-walkthrough__mobile-panel {
		display: block;
		text-align: center;
	}
	.howto-walkthrough__phone-slide .howto-walkthrough__panel-copy {
		margin-inline: auto;
	}
}
@media (max-width: 47.99rem) and (prefers-reduced-motion: reduce) {
	.howto-walkthrough__phone-slider {
		transition: none;
	}
}

/* Mobile carousel swipe hint (Shot Capture + How to Play) */
.carousel-swipe-hint {
	display: none;
}
@media (max-width: 47.99rem) {
	.step-cards-grid,
	.howto-walkthrough__phone-track {
		position: relative;
	}
	.carousel-swipe-hint {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-inline: 0.25rem;
		pointer-events: none;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}
	.is-swipe-hint-dismissed .carousel-swipe-hint {
		opacity: 0;
		visibility: hidden;
	}
.carousel-swipe-hint__chev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  border: none;
  background: var(--green);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
  padding-bottom: 0.08em;   /* centers ‹ › visually */
  box-shadow: 0 4px 14px var(--green-glow);
  opacity: 1;
}
	.carousel-swipe-hint__chev--next {
		animation: carousel-swipe-hint-pulse 2.2s ease-in-out infinite;
	}
	.carousel-swipe-hint.is-at-start .carousel-swipe-hint__chev--prev,
	.carousel-swipe-hint.is-at-end .carousel-swipe-hint__chev--next {
		opacity: 0;
		visibility: hidden;
		animation: none;
	}
}
@keyframes carousel-swipe-hint-pulse {
	0%,
	100% {
		transform: translateX(0);
		opacity: 0.85;
	}
	50% {
		transform: translateX(0.4rem);
		opacity: 1;
	}
}
@media (max-width: 47.99rem) and (prefers-reduced-motion: reduce) {
	.carousel-swipe-hint__chev--next {
		animation: none;
		opacity: 0.85;
	}
}
.howto-walkthrough__device {
	width: 100%;
}
.howto-walkthrough__device-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--space-4);
	width: min(100%, 17.5rem);
	margin-inline: auto;
}
.howto-walkthrough__phone {
	width: 100%;
}
.howto-walkthrough__phone-track {
	overflow: hidden;
}
.howto-walkthrough__phone-slide {
	width: 100%;
}
.howto-walkthrough__screen {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.howto-walkthrough__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-4);
	width: 100%;
	max-width: 100%;
}
.howto-walkthrough__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: var(--radius-full);
	background: var(--bg-panel);
	color: var(--text);
	font-size: 1.25rem;
	cursor: pointer;
	transition: border-color var(--transition-fast), background-color var(--transition-fast);
}
.howto-walkthrough__btn:hover:not(:disabled) {
	border-color: var(--green);
	background: var(--bg-elevated);
}
.howto-walkthrough__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}
.howto-walkthrough__btn:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 2px;
}
.howto-walkthrough__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-2);
}
.howto-walkthrough__dot {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	border: none;
	border-radius: var(--radius-full);
	background: var(--border);
	cursor: pointer;
	transition: background-color var(--transition-fast), transform var(--transition-fast);
}
.howto-walkthrough__dot.is-active {
	background: var(--green);
	transform: scale(1.15);
}
.howto-walkthrough__dot:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 2px;
}
@media (min-width: 48rem) {
	.howto-walkthrough__head {
		text-align: left;
		margin-inline: 0;
		max-width: none;
	}
	.howto-walkthrough__head .section-lead {
		margin-inline: 0;
	}
	.howto-walkthrough__layout {
		grid-template-columns: minmax(0, 1.05fr) minmax(260px, 22rem);
		gap: clamp(var(--space-8), 4vw, var(--space-12));
	}
	.howto-walkthrough__copy {
		order: 1;
	}
	.howto-walkthrough__device {
		order: 2;
	}
	.howto-walkthrough__steps {
		display: flex;
	}
	.howto-walkthrough__step-body {
		padding-inline: var(--space-4);
		padding-bottom: var(--space-4);
	}
	.howto-walkthrough__device-inner {
		width: 100%;
		max-width: 20rem;
		gap: var(--space-2);
		position: sticky;
		top: calc(var(--header-h) + 1.5rem);
	}
	.howto-walkthrough__phone-track {
		display: block;
		overflow: hidden;
	}
	.howto-walkthrough__phone-slider {
		display: flex;
		flex-wrap: nowrap;
		transition: transform 0.45s var(--motion-ease-out);
	}
	.howto-walkthrough__phone-slider.is-dragging {
		transition: none;
	}
	.howto-walkthrough__phone-slide {
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		display: block;
	}
	.howto-walkthrough__phone-slide .howto-walkthrough__mobile-panel {
		display: none;
	}
}
@media (min-width: 48rem) and (prefers-reduced-motion: reduce) {
	.howto-walkthrough__phone-slider {
		transition: none;
	}
}

.step-cards-carousel + .section-actions {
	margin-top: var(--space-8);
	justify-content: center;
}
.step-cards-footer {
	margin: var(--space-5) 0 0;
	text-align: center;
	font-size: 0.95rem;
	color: var(--text-muted);
}
.step-cards-footer a {
	color: var(--green);
}

.guide-intro .split-copy .section-title { margin-bottom: 0.65rem; }
.guide-intro .split-copy .section-lead { margin-bottom: 0.75rem; }
.step-card__tag {
	font-family: var(--font-body);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green);
	margin: 0 0 0.5rem;
}
.step-card__tag--soon { color: var(--color-accent-warm); }
.guide-intro__text-link {
	margin: 0;
	font-size: 1.05rem;
	color: var(--text-muted);
}
#capture-intro .container {
	display: flex;
	flex-direction: column;
	gap: var(--space-8);
}
.guide-callout.card {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.25rem 1.5rem 1.25rem 1.75rem;
	overflow: hidden;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--text-muted);
}
.guide-callout.card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--green);
	pointer-events: none;
	z-index: 1;
}
.guide-callout__text {
	margin: 0;
	width: 100%;
}
.guide-callout__label {
	color: var(--text);
	font-weight: 600;
}
.guide-callout--in-step {
	margin: 1rem 0 0;
	padding: 0.85rem 1rem 0.85rem 1.15rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--text-muted);
	background: var(--bg-elevated);
	border-left: 3px solid var(--green);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.guide-callout--in-step p {
	margin: 0;
}
.guide-checklist__inner {
	max-width: 40rem;
	margin-inline: auto;
}

.guide-checklist__list {
	margin: 0;
	padding: var(--space-6);
	list-style: none;
	color: var(--text-muted);
	font-size: 1.02rem;
	line-height: 1.6;
}

.guide-checklist__list li {
	position: relative;
	margin-bottom: var(--space-3);
	padding-left: 1.75rem;
}

.guide-checklist__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--green);
	font-weight: 800;
	font-size: 1.05rem;
	line-height: 1.6;
}

.guide-checklist__list li:last-child {
	margin-bottom: 0;
}

.guide-checklist__footer {
	margin: var(--space-6) 0 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--text-muted);
	text-align: center;
}

.guide-checklist__footer a {
	color: var(--green);
}
.prose-block { max-width: 52rem; }
.prose-block p { font-size: 1.05rem; }

/* About — story split + team grid */
.about-story__body {
	margin: 0.85rem 0 0;
	font-size: 1.02rem;
	line-height: 1.6;
	color: var(--text-muted);
}
.about-story__body + .about-story__body {
	margin-top: 0.75rem;
}
.section--team .team-grid {
	gap: var(--space-6);
}
.team-card .card-body h3 {
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--text);
	margin: 0;
}
.team-card .card-body .muted {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
}
.team-card__note + .team-card__company {
	margin-top: 0.15rem;
}
.team-card__company a {
	color: var(--green);
	font-weight: 600;
	text-decoration: none;
}
.team-card__company a:hover {
	text-decoration: underline;
}
@media (max-width: 47.99rem) {
	.team-card .card-body {
		text-align: center;
	}
}
@media (min-width: 48rem) {
	.section--team .team-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 72rem;
		margin-inline: auto;
	}
}
/* Step cards — Shot Capture */
.step-cards-carousel {
	position: relative;
	margin-top: var(--space-6);
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.step-cards-grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-6);
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.step-cards-grid .step-card {
	flex: 1 1 min(100%, 280px);
	max-width: 22rem;
}
.step-cards-carousel .step-card .card-body {
	padding: var(--space-6);
}
.step-cards-carousel .step-card .card-media {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-elevated);
}
.step-cards-carousel .step-card .card-media img {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: center;
}
.step-cards-carousel .step-card .step-num {
	font-family: var(--font-body);
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1;
	color: var(--green);
	margin: 0 0 var(--space-3);
	display: block;
}
.step-cards-carousel .step-card h3 {
	font-size: var(--type-h3);
	margin: 0 0 0.5rem;
}
.step-cards-carousel .step-card__body {
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--text-muted);
}
.step-cards-carousel .step-card__body p {
	margin: 0 0 0.5rem;
}
.step-cards-carousel .step-card__body p:last-child {
	margin-bottom: 0;
}
.step-cards-carousel .step-card__body a {
	color: var(--green);
}
.step-cards-carousel__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-4);
	margin-top: var(--space-5);
}
.step-cards-carousel__controls[hidden] {
	display: none;
}
.step-cards-carousel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: var(--radius-full);
	background: var(--bg-panel);
	color: var(--text);
	font-size: 1.25rem;
	cursor: pointer;
	transition: border-color var(--transition-fast), background-color var(--transition-fast);
}
.step-cards-carousel__btn:hover:not(:disabled) {
	border-color: var(--green);
	background: var(--bg-elevated);
}
.step-cards-carousel__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}
.step-cards-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-2);
}
.step-cards-carousel__dot {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	border: none;
	border-radius: var(--radius-full);
	background: var(--border);
	cursor: pointer;
	transition: background-color var(--transition-fast), transform var(--transition-fast);
}
.step-cards-carousel__dot.is-active {
	background: var(--green);
	transform: scale(1.15);
}
.step-cards-carousel__dot:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 2px;
}
@media (min-width: 48rem) {
	.step-cards-carousel:not(.step-cards-carousel--split-stack) .step-cards-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--space-6);
		max-width: 72rem;
		margin-inline: auto;
	}
	.step-cards-carousel:not(.step-cards-carousel--split-stack) .step-cards-grid .step-card {
		max-width: none;
	}

	/* Shot Capture: full-width stacked rows — image left, copy right */
	.step-cards-carousel--split-stack .step-cards-grid {
		display: block;
		max-width: min(100%, var(--layout-max));
		margin-inline: auto;
	}
	.step-cards-carousel--split-stack .step-cards-track {
		display: flex;
		flex-direction: column;
		gap: var(--space-6);
	}
	.step-cards-carousel--split-stack .step-card {
		display: grid;
		grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
		align-items: stretch;
		width: 100%;
		max-width: none;
	}
	.step-cards-carousel--split-stack .step-card .card-media {
		margin: 0;
		border-bottom: none;
		border-right: 1px solid var(--border);
		min-height: 11rem;
	}
	.step-cards-carousel--split-stack .step-card .card-media img {
		height: 100%;
		min-height: 11rem;
		max-height: none;
		object-fit: contain;
		object-position: center;
	}
	.step-cards-carousel--split-stack .step-card .card-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
/* Mobile: one full-width slide (override base flex-wrap + card flex) */
@media (max-width: 47.99rem) {
	.step-cards-grid {
		display: block;
		gap: 0;
		overflow: hidden;
		touch-action: pan-y;
		cursor: grab;
	}
	.step-cards-grid.is-dragging {
		cursor: grabbing;
	}
	.step-cards-track {
		display: flex;
		flex-wrap: nowrap;
		gap: 0;
		transition: transform 0.45s var(--motion-ease-out);
	}
	.step-cards-track.is-dragging {
		transition: none;
	}
	.step-cards-track .step-card {
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		max-width: none;
		box-sizing: border-box;
	}
}
@media (max-width: 47.99rem) and (prefers-reduced-motion: reduce) {
	.step-cards-track {
		transition: none;
	}
}
@media (min-width: 48rem) {
	.step-cards-carousel:not(.step-cards-carousel--split-stack) .step-cards-track {
		display: contents;
	}
}

/* Brand partnership */
.partnership-intro__body {
	margin: 0.85rem 0 0;
	max-width: 42ch;
	font-size: 1.02rem;
	color: var(--text-muted);
	line-height: 1.6;
}

.partnership-benefits,
.partnership-collab {
	display: grid;
	gap: var(--space-5);
}

.partnership-benefits {
	grid-template-columns: 1fr;
}

.partnership-collab {
	grid-template-columns: 1fr;
}

.partnership-benefit.card,
.partnership-collab__card.card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.partnership-benefit .card-body,
.partnership-collab__card .card-body {
	flex: 1;
	padding: 1.35rem 1.5rem;
}

.partnership-benefit__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.partnership-benefit__body {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.partnership-collab__card h3 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.partnership-collab__card p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.partnership-partners.card {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-5);
	max-width: 56rem;
	margin-inline: auto;
	padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.35rem, 4vw, 2.75rem);
	list-style: none;
}

.partnership-partners__item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.partnership-partners__mark {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.12rem;
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	color: var(--green);
	background: color-mix(in srgb, var(--green) 14%, transparent);
}

.partnership-partners__label {
	flex: 1;
	min-width: 0;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--text);
}

@media (min-width: 42rem) {
	.partnership-partners.card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, auto);
		grid-auto-flow: column;
		column-gap: clamp(2rem, 5vw, 3.5rem);
		row-gap: var(--space-5);
		max-width: 52rem;
	}
}

.partnership-cta {
	padding: clamp(2rem, 4vw, 2.75rem);
	text-align: center;
	max-width: 44rem;
	margin-inline: auto;
}

.partnership-cta__eyebrow {
	margin-bottom: 0.65rem;
}

.partnership-cta .section-title {
	margin: 0 0 0.75rem;
}

.partnership-cta__body {
	margin: 0 auto var(--space-6);
	max-width: 52ch;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--text-muted);
}

.partnership-cta .section-actions {
	justify-content: center;
}

@media (max-width: 768px) {
	.partnership-cta .section-actions {
		justify-content: flex-start;
	}
}

/* Contact */
.section--contact .contact-layout {
	display: grid;
	gap: var(--space-8);
	align-items: start;
}

.contact-form-panel {
	order: 1;
}

.contact-sidebar {
	order: 2;
}

@media (min-width: 56rem) {
	.section--contact .contact-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
		gap: clamp(2rem, 4vw, 3rem);
	}
}

.contact-sidebar__head {
	margin-bottom: var(--space-6);
}

.contact-channels {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-channel {
	padding: 1.25rem 1.35rem;
}

.contact-channel__eyebrow {
	margin: 0 0 0.35rem;
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--green);
}

.contact-channel__title {
	margin: 0 0 0.5rem;
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--text);
}

.contact-channel__hint {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--text-muted);
}

.contact-channel__email {
	margin: 0 0 0.65rem;
	font-size: 1rem;
	font-weight: 600;
}

.contact-channel__email a {
	word-break: break-all;
}

.contact-form-panel {
	padding: clamp(1.5rem, 3vw, 2rem);
}

.contact-form-panel__head {
	margin-bottom: var(--space-6);
}

.contact-form-panel .section-head {
	max-width: none;
}

.contact-form__actions {
	margin-top: var(--space-6);
}

/* News & press */
.press-index__list {
	display: flex;
	flex-direction: column;
	gap: var(--space-6);
}

.press-index__contact {
	margin: var(--space-8) 0 0;
	text-align: center;
}

.press-index__empty {
	margin: 0;
	text-align: center;
}

.press-card {
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.press-card__media {
	display: block;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.press-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
}

.press-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.35rem 1.5rem;
}

.press-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	font-size: 0.82rem;
}

.press-card__topic {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green);
}

.press-card__date {
	color: var(--text-muted);
}

.press-card__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: none;
}

.press-card__title a {
	color: var(--text);
	text-decoration: none;
}

.press-card__title a:hover {
	color: var(--green-bright);
}

.press-card__excerpt {
	margin: 0;
	flex: 1;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--text-muted);
}

.press-card__more {
	align-self: flex-start;
	margin-top: 0.35rem;
	font-weight: 600;
	font-size: 0.95rem;
}

.press-breadcrumb {
	margin-bottom: var(--space-6);
	font-size: 0.95rem;
}

.press-breadcrumb a {
	font-weight: 600;
}

.press-article__inner {
	max-width: 46rem;
	margin-inline: auto;
}

.press-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	margin-bottom: var(--space-4);
	font-size: 0.85rem;
}

.press-article__topic {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green);
}

.press-article__date {
	color: var(--text-muted);
}

.press-article__title {
	margin: 0 0 var(--space-6);
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 4vw, 2.1rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--text);
}

.press-article__figure {
	margin: 0 0 var(--space-8);
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border);
}

.press-article__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.press-prose {
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--text-muted);
}

.press-prose h2 {
	margin: 2rem 0 0.85rem;
	font-size: clamp(1.15rem, 2.5vw, 1.4rem);
	text-transform: uppercase;
	color: var(--text);
}

.press-prose h3 {
	margin: 1.5rem 0 0.65rem;
	font-size: 1.05rem;
	text-transform: uppercase;
	color: var(--text);
}

.press-prose p {
	margin: 0 0 1.1rem;
}

.press-prose .press-dateline {
	color: var(--text);
}

.press-prose em {
	font-style: italic;
	color: var(--text-muted);
}

.press-contact {
	margin-top: 2rem;
	padding: 1.25rem 1.5rem;
	background: var(--bg-elevated);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.press-contact h3 {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
}

.press-contact p {
	margin: 0 0 0.5rem;
}

.press-source {
	margin-top: 0.75rem !important;
	font-size: 0.9rem;
}

.press-article__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--space-4);
	margin-top: var(--space-8);
	padding-top: var(--space-6);
	border-top: 1px solid var(--border);
}

.press-article__footer .section-actions {
	margin: 0;
}

@media (max-width: 768px) {
	.press-card {
		grid-template-columns: 1fr;
	}

	.press-card__media img {
		min-height: 180px;
	}

	.press-article__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.press-article__footer .btn,
	.press-article__footer .section-actions {
		width: 100%;
	}

	.press-article__footer .section-actions .btn {
		width: 100%;
	}
}

@media (min-width: 40rem) {
	.partnership-benefits,
	.partnership-collab {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


