/* AldSports Core Stylesheet - High Performance & Modern CSS */
:root {
  --page: #f8faf7;
  --ink: #132018;
  --muted: #68756c;
  --green: #15803d;
  --green-bright: #22c55e;
  --green-soft: #e6f5ea;
  --line: #dfe7e1;
  --dark: #0a100c;
  --surface: #fff;
  --surface-soft: #f1f5f2;
  --header-bg: rgba(248, 250, 247, 0.86);
  --accent-ink: #355340;
  --accent-ink-strong: #143c20;
  --chip-ink: #315a3c;
  --chip-line: #c4e1cc;
  --step-arrow-bg: #e5f5ea;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-display: 'Outfit', var(--font-sans);
}

[data-theme="dark"],
body.dark-theme {
  --page: #0c120e;
  --ink: #edf5ef;
  --muted: #a5b3a9;
  --green: #62df89;
  --green-bright: #35cf6b;
  --green-soft: #173321;
  --line: #2b3a30;
  --dark: #070b08;
  --surface: #141d17;
  --surface-soft: #101813;
  --header-bg: rgba(12, 18, 14, 0.91);
  --accent-ink: #f0d993;
  --accent-ink-strong: #fff0b5;
  --chip-ink: #f5dc8a;
  --chip-line: #716238;
  --step-arrow-bg: #28331f;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--page);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  transition: color 220ms ease, background-color 220ms ease;
  overflow-x: hidden;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #06200e;
  background: #86e8a4;
}

/* Icon utility */
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: -0.15em;
  flex-shrink: 0;
}

/* Container */
.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section-block {
  padding-block: 112px;
}

/* Eyebrows */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 5px var(--green-soft);
}

.eyebrow.light {
  color: #9ae8b3;
}

.eyebrow.light > span {
  box-shadow: 0 0 0 5px rgba(38, 183, 91, 0.17);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn:active {
  transform: scale(0.98);
}

.primary-cta {
  min-height: 52px;
  padding-inline: 25px;
  color: #04210f !important;
  background: var(--green-bright) !important;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.21);
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(34, 197, 94, 0.29);
}

.secondary-cta {
  min-height: 52px;
  padding-inline: 22px;
  color: var(--ink) !important;
  border: 1px solid var(--line);
  background: var(--surface) !important;
  font-weight: 750;
}

.secondary-cta:hover {
  border-color: var(--green);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: var(--ink);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.site-header.hero-header {
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 16, 10, 0.6), transparent);
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-header .site-brand small,
.hero-header .desktop-nav a {
  color: rgba(238, 245, 240, 0.8);
}

.hero-header .desktop-nav a:hover {
  color: #fff;
}

.header-inner {
  width: min(1220px, calc(100% - 30px));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-align: left;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  background: url('../logo-mark.png') center / 80% auto no-repeat;
}

[data-theme="dark"] .brand-mark,
body.dark-theme .brand-mark,
.hero-header .brand-mark {
  background-image: url('../logo-mark-white.png');
}

.site-brand b,
.site-brand small {
  display: block;
}

.site-brand b {
  font-family: var(--font-display);
  font-weight: 760;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.site-brand small {
  margin-top: -1px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  gap: 24px;
  margin-left: 55px;
}

.desktop-nav a {
  color: #4c5c51;
  font-size: 11px;
  font-weight: 700;
  transition: color 0.15s ease;
}

.desktop-nav a:hover {
  color: var(--green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.theme-toggle {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, 0.07);
  transition: background-color 0.2s ease;
  font-size: 18px;
}

.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}

.site-header:not(.hero-header) .theme-toggle {
  background: var(--surface-soft);
}

.site-header:not(.hero-header) .theme-toggle:hover {
  background: var(--line);
}

.header-cta {
  min-height: 40px;
  padding-inline: 17px;
  color: #05200d !important;
  background: var(--green-bright) !important;
  font-size: 11px;
  font-weight: 800;
}

.mobile-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: inherit;
  font-size: 20px;
}

/* Mobile Nav Drawer */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 80vw);
  background: var(--surface);
  border-left: 1px solid var(--line);
  z-index: 1100;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
}

body.mobile-nav-open .mobile-nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.mobile-nav-open .mobile-nav-drawer {
  transform: translateX(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-close-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  font-size: 18px;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.mobile-nav-links a {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
}

.mobile-nav-links a:hover {
  color: var(--green);
}

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  min-height: max(680px, 94svh);
  padding: 0;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #0a120d;
}

.hero-media,
.hero-media > img,
.hero-media > picture > img,
.hero-media > video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
  background: #101a13;
}

.hero-media > img,
.hero-media > picture > img,
.hero-media > video {
  display: block;
  object-fit: cover;
  object-position: 57% center;
}

.hero-media > video {
  z-index: 1;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 16, 12, 0.91) 0%, rgba(7, 16, 12, 0.69) 37%, rgba(7, 16, 12, 0.21) 70%, rgba(7, 16, 12, 0.07) 100%),
    linear-gradient(180deg, rgba(7, 16, 12, 0.33) 0%, transparent 35%, rgba(7, 16, 12, 0.45) 100%);
}

.hero-content {
  padding-top: 90px;
  padding-bottom: 72px;
}

.hero-content.reveal {
  transform: translateY(12px);
}

.hero-content.reveal.is-visible {
  transform: none;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(239, 250, 242, 0.85);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #67ec91;
  box-shadow: 0 0 0 6px rgba(103, 236, 145, 0.14);
}

.hero-content h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(52px, 6.5vw, 92px);
  font-weight: 790;
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-wrap: balance;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.38);
}

.hero .hero-lead {
  max-width: 610px;
  margin: 26px 0 32px;
  color: rgba(241, 246, 242, 0.88);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.5);
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.hero-primary {
  min-height: 56px;
  padding-inline: 27px;
}

.hero-secondary {
  min-height: 56px;
  padding-inline: 25px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(7, 16, 12, 0.27) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.hero-together {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 30px 0 0;
  color: rgba(238, 245, 240, 0.72);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.hero-together i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #80e9a1;
}

.hero-scroll-cue {
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-scroll-cue .svg-icon {
  font-size: 16px;
}

/* Intent Strip */
.intent-strip {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 16px 30px;
  color: #c6d3ca;
  background: var(--dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.intent-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3ac269;
}

/* Section Headings */
.section-heading {
  margin-bottom: 46px;
}

.section-heading.centered {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.workflow-copy h2,
.privacy-copy h2,
.connection-heading h2,
.future-copy h2,
.final-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 780;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.section-heading p,
.workflow-copy > p,
.future-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-heading.split {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr;
  gap: 80px;
  align-items: end;
}

.section-heading.split p {
  margin: 0;
}

/* Intent Grid */
.intent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.intent-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 10px 35px rgba(27, 52, 34, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.intent-card:hover {
  transform: translateY(-5px);
  border-color: #7dd799;
  box-shadow: 0 18px 44px rgba(27, 52, 34, 0.09);
}

.intent-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 22px;
}

.intent-card p {
  min-height: 42px;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 12px;
}

.intent-card h3 {
  min-height: 48px;
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.intent-card > span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

/* Experience Section */
.experience-section {
  background: var(--surface-soft);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.experience-card {
  position: relative;
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 18px 40px rgba(36, 58, 43, 0.09);
}

.experience-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.experience-card:hover img {
  transform: scale(1.045);
}

.experience-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 11, 6, 0) 20%, rgba(6, 17, 10, 0.91) 100%);
}

.experience-type {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 9px;
  border-radius: 99px;
  color: #dff8e7;
  background: rgba(10, 26, 16, 0.72);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.experience-copy {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.experience-copy > small {
  color: #8ff0ad;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.experience-copy h3 {
  margin: 7px 0 8px;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 720;
  line-height: 1.08;
}

.experience-copy p {
  min-height: 42px;
  margin: 0 0 17px;
  color: #c4d1c8;
  font-size: 12px;
  line-height: 1.5;
}

.experience-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #cfe0d3;
  font-size: 10px;
}

.experience-copy b {
  color: #89e8a6;
}

.section-action {
  margin-top: 34px;
  text-align: center;
}

/* Workflow Section */
.workflow-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.workflow-copy > p {
  margin-block: 24px;
}

.workflow-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-radius: 14px;
  color: var(--accent-ink);
  background: var(--green-soft);
  font-size: 12px;
}

.workflow-note .svg-icon {
  color: var(--green);
  font-size: 22px;
}

.workflow-note b {
  display: block;
  color: var(--accent-ink-strong);
}

.workflow {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface-soft);
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 18px;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(22, 39, 27, 0.04);
}

.workflow-step + .workflow-step {
  margin-top: 12px;
}

.step-number {
  color: #90a298;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.workflow-step > div:nth-child(2) > .svg-icon {
  color: var(--green);
  font-size: 22px;
}

.workflow-step h3 {
  display: inline;
  margin-left: 7px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
}

.workflow-step p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.step-arrow {
  position: absolute;
  right: 17px;
  bottom: -18px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--step-arrow-bg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Privacy Section */
.privacy-section {
  color: #f0f7f2;
  background: var(--dark);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.privacy-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.privacy-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.22), transparent 67%);
  filter: blur(10px);
}

.privacy-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 34, 28, 0.86);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.privacy-card.main {
  width: min(370px, 80%);
  padding: 34px;
  border-radius: 28px;
}

.privacy-card.main .svg-icon {
  color: #78e79a;
  font-size: 38px;
}

.privacy-card.main small {
  display: block;
  margin: 28px 0 11px;
  color: #7fe59e;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.privacy-card.main h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 730;
  line-height: 1.15;
}

.privacy-card.main p {
  margin: 14px 0 0;
  color: #a9b8ae;
}

.privacy-card.chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 13px;
  color: #cfe0d3;
  font-size: 11px;
  font-weight: 750;
}

.privacy-card.chip .svg-icon {
  color: #72e093;
}

.privacy-card.one {
  top: 40px;
  right: 0;
}

.privacy-card.two {
  left: 0;
  bottom: 95px;
}

.privacy-card.three {
  right: 12px;
  bottom: 30px;
}

.privacy-copy h2 {
  color: #f1f7f3;
}

.privacy-points {
  margin-top: 30px;
}

.privacy-points article {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.privacy-points article > .svg-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #7ce39b;
  background: #1b3524;
  padding: 9px;
}

.privacy-points h3 {
  margin: 1px 0 5px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 680;
}

.privacy-points p {
  margin: 0;
  color: #9daca2;
  font-size: 12px;
  line-height: 1.55;
}

/* People Section */
.people-section {
  padding-bottom: 125px;
}

.discovery-lanes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.discovery-lane {
  min-height: 360px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--surface);
  box-shadow: 0 16px 45px rgba(26, 48, 32, 0.05);
}

.people-lane {
  background: var(--surface-soft);
}

.lane-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.lane-top .svg-icon {
  font-size: 22px;
}

.discovery-lane h3 {
  margin: 42px 0 24px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 740;
  line-height: 1.12;
}

.discovery-lane ul {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.discovery-lane li {
  padding: 8px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.discovery-lane a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.interest-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.interest-cloud span {
  padding: 7px 10px;
  border: 1px solid var(--chip-line);
  border-radius: 99px;
  color: var(--chip-ink);
  background: var(--surface);
  font-size: 11px;
  font-weight: 650;
}

/* Connection Section */
.connection-section {
  color: #f0f6f1;
  background: #0d1711;
}

.connection-heading {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 48px;
}

.connection-heading h2 {
  max-width: 700px;
  margin: 17px 0 0;
  color: #f2f8f4;
}

.connection-heading > div:last-child > p {
  margin: 0;
  color: #aebbb2;
  font-size: 16px;
  line-height: 1.7;
}

.connection-heading blockquote {
  margin: 22px 0 0;
  padding-left: 17px;
  color: #c8f0d3;
  border-left: 3px solid var(--green-bright);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

.connection-section .eyebrow {
  color: #78e79a;
}

.connection-stories {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  grid-template-rows: 560px;
  gap: 15px;
}

.connection-story {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  overflow: hidden;
  background: #17221b;
}

.connection-story img,
.story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connection-story img {
  transition: transform 0.75s ease;
}

.connection-story:hover img {
  transform: scale(1.035);
}

.story-shade {
  background: linear-gradient(180deg, rgba(3, 8, 5, 0.02) 32%, rgba(6, 16, 11, 0.91) 100%);
}

.story-copy {
  position: absolute;
  right: 24px;
  bottom: 25px;
  left: 24px;
}

.story-copy span {
  color: #8ce7a6;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.story-copy h3 {
  margin: 8px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 720;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.dance-story .story-copy h3 {
  font-size: 30px;
}

.story-copy p {
  margin: 0;
  color: #c5d2c9;
  font-size: 11px;
  line-height: 1.55;
}

.connection-position {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  max-width: 830px;
  margin: 40px auto 0;
  padding: 19px 23px;
  color: #b8c5bc;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
}

.connection-position .svg-icon {
  margin-top: 2px;
  color: #80e39c;
  font-size: 23px;
}

.connection-position p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.connection-position b {
  display: block;
  margin-bottom: 2px;
  color: #ecf5ef;
  font-size: 13px;
}

/* Motivation Section */
.motivation-section {
  background: var(--surface-soft);
}

.motivation-heading {
  align-items: end;
}

.motivation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.motivation-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  color: #fff;
  background: #132019;
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(26, 48, 33, 0.1);
}

.motivation-card img,
.motivation-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motivation-card img {
  transition: transform 0.75s ease;
}

.motivation-card:hover img {
  transform: scale(1.035);
}

.motivation-shade {
  background: linear-gradient(180deg, rgba(2, 8, 4, 0.03) 24%, rgba(7, 17, 11, 0.91) 100%);
}

.motivation-copy {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.motivation-copy > span {
  color: #9becb2;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.motivation-copy h3 {
  max-width: 520px;
  margin: 10px 0 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(31px, 3.4vw, 46px);
  font-weight: 740;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.motivation-copy p {
  max-width: 500px;
  margin: 0 0 23px;
  color: #c4d1c8;
  font-size: 12px;
  line-height: 1.65;
}

.motivation-copy a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 3px;
  color: #a3efb9;
  border-bottom: 1px solid rgba(132, 217, 156, 0.5);
  font-size: 11px;
  font-weight: 800;
}

/* Universe Section */
.universe-section {
  background: var(--page);
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 310px;
  gap: 16px;
}

.universe-card {
  position: relative;
  padding: 25px;
  border-radius: 25px;
  overflow: hidden;
  color: #fff;
}

.universe-card.wide {
  grid-column: span 2;
}

.universe-card img,
.universe-card > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.universe-card > div {
  background: linear-gradient(180deg, rgba(2, 8, 4, 0.15), rgba(7, 16, 11, 0.91));
}

.universe-card > .svg-icon,
.universe-card h3,
.universe-card p {
  position: relative;
  z-index: 1;
}

.universe-card > .svg-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #a1f0b9;
  background: rgba(7, 20, 12, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 21px;
  padding: 9px;
}

.universe-card h3 {
  margin: 145px 0 7px;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 720;
}

.universe-card h3 small {
  margin-left: 7px;
  padding: 4px 7px;
  border-radius: 99px;
  color: #291e09;
  background: #e1b867;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.07em;
  vertical-align: 3px;
}

.universe-card p {
  margin: 0;
  color: #c7d4cb;
  font-size: 11px;
}

/* Future Section */
.future-section {
  color: #f1f7f3;
  background: linear-gradient(135deg, #0a100c, #102418);
}

.future-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}

.future-copy h2 {
  color: #f1f7f3;
}

.future-copy > p {
  color: #9faea4;
}

.future-callout {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
  padding: 15px;
  border: 1px solid #31533b;
  border-radius: 15px;
  color: #b9c8be;
  background: #17301f;
  font-size: 12px;
}

.future-callout .svg-icon {
  color: #80e49e;
  font-size: 23px;
}

.future-callout b {
  display: block;
  color: #e7f2e9;
}

.future-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.future-features span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  color: #c1cec5;
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 650;
}

.future-features .svg-icon {
  color: #6fd68e;
}

/* Final CTA */
.final-cta {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  color: #fff;
}

.final-bg,
.final-bg::after,
.final-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-bg img {
  object-fit: cover;
}

.final-bg::after {
  content: '';
  background: linear-gradient(90deg, rgba(6, 16, 11, 0.91) 25%, rgba(6, 16, 11, 0.5) 100%);
}

.final-content {
  position: relative;
  z-index: 1;
}

.final-content h2 {
  max-width: 730px;
  color: #fff;
  font-size: clamp(54px, 7vw, 88px);
}

.final-content p {
  max-width: 560px;
  margin: 22px 0 30px;
  color: #cfdbd2;
  font-size: 18px;
}

.light-button {
  background: #f0f8f2 !important;
  color: #04210f !important;
}

/* Footer */
.site-footer {
  padding: 54px max(20px, calc((100vw - 1180px) / 2)) 26px;
  color: #aebbb2;
  background: #090d0b;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(480px, 1.4fr);
  gap: 70px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: inherit;
}

.footer-brand .brand-mark {
  width: 40px;
  height: 40px;
  background: url('../logo-mark-white.png') center / 80% auto no-repeat;
}

.footer-brand b,
.footer-brand small {
  display: block;
}

.footer-brand b {
  color: #eef6f0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 750;
}

.footer-brand small {
  margin-top: 3px;
  font-size: 10px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer-nav div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-nav strong {
  margin-bottom: 3px;
  color: #eff7f1;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav a {
  color: #aebbb2;
  font-size: 11px;
  transition: color 0.15s ease;
}

.footer-nav a:hover {
  color: #81e59f;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
}

/* Animations */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive Queries */
@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu-btn {
    display: inline-flex;
  }
  .hero {
    min-height: max(650px, 94svh);
  }
  .hero-content {
    padding-top: 108px;
  }
  .hero-content h1 {
    max-width: 760px;
  }
  .hero-media > img,
  .hero-media > video {
    object-position: 62% center;
  }
  .intent-grid {
    grid-template-columns: 1fr 1fr;
  }
  .experience-grid {
    grid-template-columns: 1fr 1fr;
  }
  .workflow-section,
  .privacy-grid,
  .connection-heading,
  .future-grid {
    grid-template-columns: 1fr;
  }
  .privacy-grid,
  .future-grid {
    gap: 45px;
  }
  .privacy-visual {
    order: 2;
  }
  .connection-heading {
    gap: 28px;
  }
  .connection-stories {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px 420px;
  }
  .dance-story {
    grid-row: span 1;
  }
  .pool-story {
    grid-column: 1 / -1;
  }
  .universe-grid {
    grid-template-columns: 1fr 1fr;
  }
  .motivation-grid {
    grid-template-columns: 1fr;
  }
  .motivation-card {
    min-height: 560px;
  }
  .future-features {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .footer-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 650px) {
  .section-shell {
    width: min(100% - 28px, 1180px);
  }
  .section-block {
    padding-block: 78px;
  }
  .hero {
    min-height: max(650px, 94svh);
    align-items: flex-end;
  }
  .hero-media > img,
  .hero-media > video {
    min-height: 100%;
    height: 100%;
    border-radius: 0;
    object-position: 61% center;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 16, 12, 0.4) 0%, rgba(7, 16, 12, 0.12) 24%, rgba(7, 16, 12, 0.77) 64%, rgba(7, 16, 12, 0.95) 100%),
      linear-gradient(90deg, rgba(7, 16, 12, 0.32) 0%, transparent 75%);
  }
  .hero-content {
    width: min(100% - 28px, 1180px);
    padding-top: 130px;
    padding-bottom: 82px;
    text-align: left;
  }
  .hero-kicker {
    justify-content: flex-start;
    margin-bottom: 16px;
    font-size: 9px;
  }
  .hero-content h1 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(42px, 12.8vw, 58px);
    line-height: 0.98;
  }
  .hero .hero-lead {
    margin: 20px 0 25px;
    font-size: 16px;
    line-height: 1.5;
  }
  .hero .hero-actions {
    align-items: stretch;
  }
  .hero .hero-actions .btn {
    width: 100%;
  }
  .hero-together {
    gap: 7px;
    margin-top: 21px;
    font-size: 10px;
  }
  .hero-scroll-cue {
    display: none;
  }
  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading h2,
  .workflow-copy h2,
  .privacy-copy h2,
  .connection-heading h2,
  .future-copy h2 {
    font-size: 39px;
  }
  .intent-grid,
  .experience-grid,
  .discovery-lanes,
  .universe-grid,
  .future-features {
    grid-template-columns: 1fr;
  }
  .intent-card h3,
  .intent-card p {
    min-height: auto;
  }
  .experience-card {
    min-height: 410px;
  }
  .workflow-section {
    gap: 42px;
  }
  .workflow {
    padding: 12px;
  }
  .privacy-visual {
    min-height: 460px;
  }
  .privacy-card.one {
    right: 4px;
  }
  .privacy-card.two {
    left: 4px;
  }
  .privacy-card.three {
    right: 4px;
  }
  .discovery-lane {
    padding: 25px;
  }
  .connection-heading {
    gap: 24px;
  }
  .connection-stories {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 470px);
  }
  .pool-story {
    grid-column: auto;
  }
  .dance-story .story-copy h3 {
    font-size: 26px;
  }
  .connection-position {
    margin-top: 25px;
  }
  .motivation-card {
    min-height: 520px;
    border-radius: 24px;
  }
  .motivation-copy {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }
  .motivation-copy h3 {
    font-size: 34px;
  }
  .universe-grid {
    grid-auto-rows: 300px;
  }
  .universe-card.wide {
    grid-column: span 1;
  }
  .future-grid {
    gap: 45px;
  }
  .final-cta {
    min-height: 610px;
  }
  .final-content h2 {
    font-size: 52px;
  }
}

@media (max-width: 540px) {
  .site-footer {
    padding-inline: 22px;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .header-cta {
    display: none;
  }
  .header-inner {
    min-height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .experience-card img,
  .connection-story img,
  .motivation-card img,
  .primary-cta {
    transition: none;
  }
  .hero-media > video {
    display: none;
  }
}

/* Activity pages -------------------------------------------------------------
   .section-shell is 1180px and .section-block puts 112px between blocks. Both are
   right for the marketing panels they were written for and wrong for an article:
   1180px is roughly twice a comfortable reading measure, and 112px between every
   paragraph group reads as a series of disconnected slides. */
.activity-copy {
  width: min(720px, calc(100% - 40px));
  padding-block: 52px 0;
}
.activity-copy:last-of-type { padding-bottom: 52px; }

.activity-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.2;
  margin: 0 0 18px;
  text-wrap: balance;
  color: var(--ink);
}
.activity-copy h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 30px 0 6px;
  color: var(--ink);
}
.activity-copy p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 18px;
}
.activity-copy p strong { color: var(--ink); font-weight: 600; }
.activity-copy h3 + p { margin-bottom: 14px; }

@media (max-width: 600px) {
  .activity-copy { padding-block: 36px 0; }
  .activity-copy p { font-size: 16px; }
}
