:root {
  --bg: #060816;
  --bg-soft: #0d1330;
  --panel: rgba(13, 19, 48, 0.68);
  --panel-strong: rgba(10, 15, 36, 0.92);
  --line: rgba(120, 152, 255, 0.22);
  --text: #eff4ff;
  --muted: #97a8d8;
  --accent: #63e6ff;
  --accent-2: #86ffb4;
  --glow: 0 0 30px rgba(99, 230, 255, 0.22);
  --radius: 24px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(48, 70, 163, 0.28), transparent 32%),
    radial-gradient(circle at 80% 20%, rgba(99, 230, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #03040a 0%, #060816 38%, #040611 100%);
  overflow-x: hidden;
}

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

.site-shell {
  position: relative;
  isolation: isolate;
}

.ambient {
  position: fixed;
  inset: auto;
  pointer-events: none;
  filter: blur(40px);
  opacity: 0.48;
  z-index: -1;
}

.ambient-one {
  top: 12%;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(99, 230, 255, 0.22);
  animation: drift 14s ease-in-out infinite;
}

.ambient-two {
  right: -4rem;
  bottom: 12%;
  width: 20rem;
  height: 20rem;
  background: rgba(134, 255, 180, 0.16);
  animation: drift 18s ease-in-out infinite reverse;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(4, 7, 20, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
.eyebrow,
.timeline-type,
.travel-label,
.role {
  font-family: "SF Mono", "Consolas", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand {
  font-weight: 700;
  color: var(--accent);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

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

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 6rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 2rem;
  min-height: 100vh;
  padding-top: 4rem;
}

.hero h1,
.section-heading h2,
.ending-card h2 {
  margin: 0;
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
  line-height: 0.96;
}

.hero h1 {
  font-size: clamp(3.6rem, 9vw, 7rem);
  max-width: 12ch;
}

.hero-name {
  display: block;
  margin-bottom: 0.45em;
}

.hero-headline-text {
  font-style: italic;
}

.accent {
  display: inline-block;
  color: var(--accent);
  text-shadow: var(--glow);
}

.hero-text,
.glass-card p,
.timeline-content p,
.ending-card p,
.quote-card p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--accent-2);
  font-size: 0.78rem;
}

.hero-tags,
.fun-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-tags {
  margin: 2rem 0;
}

.hero-tags span,
.travel-track span {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(134, 255, 180, 0.22);
  border-radius: 999px;
  background: rgba(134, 255, 180, 0.08);
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--accent), #7b8fff);
  color: #04101e;
  box-shadow: var(--glow);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-card,
.glass-card,
.stats-card,
.travel-card,
.quote-card,
.ending-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.hero-panel {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel-strong);
  border-radius: inherit;
}

.hero-photo-panel {
  display: grid;
  gap: 1rem;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.status-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 14px rgba(134, 255, 180, 0.6);
}

.panel-grid {
  display: grid;
  gap: 1rem;
}

.hero-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 24rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(3, 4, 10, 0.88));
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.label {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.value {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  max-width: none;
  white-space: nowrap;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.about-single {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.about-main-card {
  display: grid;
  grid-template-columns: minmax(15rem, 0.68fr) minmax(0, 1.32fr);
  align-items: stretch;
  gap: 1.5rem;
  width: 100%;
}

.about-photo-wrap {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100%;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-copy {
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  padding: 0.25rem 0;
  min-height: 100%;
}

.about-copy-text {
  display: grid;
  align-content: start;
  gap: 0.25rem;
}

.dino-card {
  padding: 1rem 1.1rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(99, 230, 255, 0.05)),
    rgba(255, 255, 255, 0.02);
}

.dino-hud {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: var(--accent-2);
  font-family: "SF Mono", "Consolas", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dino-scene {
  position: relative;
  height: 6.25rem;
  overflow: hidden;
}

.ground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(99, 230, 255, 0.2), rgba(99, 230, 255, 0.75), rgba(99, 230, 255, 0.2));
}

.stickman {
  position: absolute;
  left: 1rem;
  bottom: 0.45rem;
  width: 4.6rem;
  height: 4rem;
  animation: stickman-run 0.72s linear infinite;
}

.stickman span {
  position: absolute;
  display: block;
}

.stickman-head {
  top: 0.15rem;
  left: 1.1rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(99, 230, 255, 0.15);
}

.stickman-body {
  top: 0.98rem;
  left: 1.52rem;
  width: 2px;
  height: 1.75rem;
  background: var(--accent);
}

.stickman-arm,
.stickman-leg {
  width: 1.3rem;
  height: 2px;
  background: var(--accent);
  transform-origin: 0.1rem center;
}

.stickman-arm {
  top: 1.48rem;
  left: 1.53rem;
}

.stickman-leg {
  top: 2.72rem;
  left: 1.53rem;
}

.arm-front {
  transform: rotate(18deg);
  animation: limb-front 0.72s linear infinite;
}

.arm-back {
  transform: rotate(-42deg);
  animation: limb-back 0.72s linear infinite;
}

.leg-front {
  transform: rotate(48deg);
  animation: run-leg-front 0.72s linear infinite;
}

.leg-back {
  transform: rotate(132deg);
  animation: run-leg-back 0.72s linear infinite;
}

.money-bag {
  position: absolute;
  right: 1.2rem;
  bottom: 0.48rem;
  width: 4.1rem;
  height: 4.1rem;
  object-fit: contain;
  animation: bag-bob 1.4s ease-in-out infinite;
}

.club-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 1.5rem;
}

.glass-card,
.stats-card,
.travel-card,
.quote-card,
.ending-card {
  padding: 1.5rem;
}

.stats-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.stat {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
}

.stat-label {
  color: var(--muted);
}

.timeline {
  position: relative;
  display: grid;
  gap: 1.5rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11.2rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(99, 230, 255, 0.65), transparent);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 10rem 2.4rem 1fr;
  gap: 1rem;
  align-items: start;
  transform: translateY(24px) scale(0.98);
  opacity: 0.45;
  transition:
    transform 700ms ease,
    opacity 700ms ease;
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 10.65rem;
  top: 0.95rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: rgba(99, 230, 255, 0.14);
  transform: scale(0.8);
  transition:
    transform 500ms ease,
    box-shadow 500ms ease,
    background 500ms ease;
  z-index: 0;
}

.timeline-date {
  padding-top: 0.25rem;
  color: var(--accent-2);
  font-family: "SF Mono", "Consolas", monospace;
  font-size: 0.92rem;
}

.timeline-dot {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 20px rgba(99, 230, 255, 0.7);
}

.timeline-content {
  position: relative;
  z-index: 1;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  transition:
    border-color 500ms ease,
    transform 500ms ease,
    box-shadow 500ms ease,
    background 500ms ease;
}

.timeline-item.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.timeline-item.is-active::after {
  background: rgba(99, 230, 255, 0.3);
  transform: scale(1.55);
  box-shadow: 0 0 30px rgba(99, 230, 255, 0.35);
}

.timeline-item.is-active .timeline-content {
  border-color: rgba(99, 230, 255, 0.42);
  background: rgba(99, 230, 255, 0.08);
  box-shadow: 0 18px 38px rgba(5, 10, 28, 0.34);
  transform: translateX(0.2rem);
}

.timeline-type {
  margin: 0 0 0.5rem;
  color: var(--accent-2);
  font-size: 0.76rem;
}

.timeline-content h3 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
}

.fun-list {
  margin: 1.25rem 0;
}

.fun-list div {
  flex: 1 1 14rem;
  padding: 1rem;
  border: 1px solid rgba(99, 230, 255, 0.16);
  border-radius: 18px;
  background: rgba(99, 230, 255, 0.06);
  line-height: 1.6;
}

.exchange-stack {
  display: grid;
  gap: 4.5rem;
  width: 100%;
  min-width: 0;
}

.exchange-panel {
  padding: 1.5rem;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.exchange-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  padding: 0 0.5rem;
}

.exchange-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 230, 255, 0.55), transparent);
}

.exchange-divider p {
  margin: 0;
  color: var(--accent-2);
  font-family: "SF Mono", "Consolas", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.exchange-label {
  margin: 0 0 1rem;
  color: var(--accent);
  font-family: "SF Mono", "Consolas", monospace;
  font-size: 1.25rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(99, 230, 255, 0.18);
}

.exchange-panel > p:first-of-type {
  max-width: 68ch;
}

.netherlands-gallery-shell {
  margin: 2.8rem 0;
  width: 100%;
  min-width: 0;
}

.netherlands-marquee {
  overflow: hidden;
  border-radius: 18px;
  width: 100%;
  min-width: 0;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.netherlands-track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.netherlands-track img {
  width: 17rem;
  height: 22rem;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  flex: 0 0 auto;
  transition:
    transform 240ms ease,
    filter 240ms ease;
}

.netherlands-track img:hover {
  transform: translateY(-4px);
  filter: saturate(1.08);
}

.country-row {
  margin: 0;
}

.other-marquee {
  overflow: hidden;
  margin: 2rem 0 1.8rem;
  width: 100%;
  min-width: 0;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.other-track {
  display: flex;
  gap: 1.1rem;
  width: max-content;
  animation: marquee 36s linear infinite;
  min-width: 0;
}

.country-card {
  margin: 0;
  width: 17rem;
  flex: 0 0 auto;
  min-width: 0;
}

.country-image {
  width: 100%;
  aspect-ratio: 3 / 4.6;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  object-fit: cover;
  display: block;
}

.country-card figcaption {
  margin-top: 0.65rem;
  color: var(--text);
  text-align: center;
  font-size: 0.95rem;
}

.travel-note {
  margin-top: 1.9rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  line-height: 1.7;
}

.quote-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(134, 255, 180, 0.08), rgba(99, 230, 255, 0.04)),
    var(--panel-strong);
}

.club-copy-card {
  padding: 1.25rem;
}

.club-copy-card p {
  font-size: 0.98rem;
  line-height: 1.7;
}

.club-quote {
  margin-top: 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(99, 230, 255, 0.55);
  border-radius: 12px;
  background: rgba(99, 230, 255, 0.08);
  color: var(--text);
}

.club-marquee {
  overflow: hidden;
  border-radius: 18px;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.club-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.club-photo {
  width: 19rem;
  height: 24rem;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ending {
  padding-bottom: 8rem;
}

.ending-card {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.ending-card h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: var(--accent);
  margin-bottom: 1rem;
}

.footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(6, 10, 26, 0.78);
  backdrop-filter: blur(18px);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
}

.footer-text {
  margin: 0;
  color: var(--muted);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 230, 255, 0.35);
  background: rgba(99, 230, 255, 0.08);
}

.social-link svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 140ms;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.5rem, -1rem, 0) scale(1.08);
  }
}

@keyframes stickman-run {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.15rem);
  }
}

@keyframes limb-front {
  0%,
  100% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(-28deg);
  }
}

@keyframes limb-back {
  0%,
  100% {
    transform: rotate(-44deg);
  }
  50% {
    transform: rotate(18deg);
  }
}

@keyframes run-leg-front {
  0%,
  100% {
    transform: rotate(50deg);
  }
  50% {
    transform: rotate(110deg);
  }
}

@keyframes run-leg-back {
  0%,
  100% {
    transform: rotate(128deg);
  }
  50% {
    transform: rotate(52deg);
  }
}

@keyframes bag-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
}

@media (max-width: 900px) {
  .topbar {
    border-radius: 24px;
  }

  .hero,
  .about-layout,
  .club-layout {
    grid-template-columns: 1fr;
  }

  .about-main-card {
    grid-template-columns: 1fr;
  }

  .about-photo-wrap {
    min-height: 24rem;
  }

  .hero {
    min-height: auto;
    padding-top: 6rem;
  }

  .timeline::before {
    left: 0.45rem;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    padding-left: 2rem;
  }

  .timeline-item::after {
    left: 0;
  }

  .timeline-date {
    padding-top: 0;
  }

  .timeline-dot {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.5rem 0;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .country-card {
    width: 13.75rem;
  }

  .netherlands-track img {
    width: 13.75rem;
    height: 17.75rem;
  }

  .netherlands-gallery-shell {
    margin: 2.2rem 0;
  }

  .other-marquee {
    margin: 1.5rem 0 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ambient,
  .travel-track,
  .reveal {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
