:root {
  --wine: #820000;
  --wine-dark: #4f0000;
  --blue: #163a8a;
  --blue-dark: #071b43;
  --gold: #e5b62f;
  --ink: #101218;
  --muted: #6f7480;
  --line: #e4e7ed;
  --soft: #f5f6f8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible{outline:3px solid var(--blue);outline-offset:3px}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  height: 84px;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(18, 18, 22, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  box-shadow: 0 12px 40px rgba(30, 14, 18, .06);
}
.brand { height: 64px; display: flex; align-items: center; }
.brand img { width: auto; max-width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
nav > a:not(.nav-cta) { color: #595860; transition: color .2s; }
nav > a:not(.nav-cta):hover { color: var(--wine); }
.nav-cta { padding: 13px 19px; border-radius: 10px; color: white; background: var(--wine); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px max(6vw, 24px) 70px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 5vw;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  right: -18vw;
  top: -20vw;
  border-radius: 50%;
  background: #f3f5fa;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: .92;
  text-transform: uppercase;
}
h1 { font-size: clamp(65px, 8.5vw, 132px); }
.hero-motto { font-size: clamp(52px, 7.1vw, 108px); }
h2 { font-size: clamp(54px, 6vw, 92px); }
h1 em, h2 em { color: var(--wine); font-style: normal; font-weight: 900; }
.hero-text { max-width: 510px; margin: 30px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-slogan { margin: 18px 0 0; color: var(--ink); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; }
.hero-actions, .match-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button {
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--wine); }
.button-ghost { border-color: var(--line); background: white; }
.hero-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-visual::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #b12727, var(--wine) 58%, var(--wine-dark));
  box-shadow: 0 35px 70px rgba(130, 0, 0, .25);
}
.orbit { position: absolute; border: 1px solid #e2ddde; border-radius: 50%; }
.orbit-one { inset: 12%; }
.orbit-two { inset: 2%; border-style: dashed; }
.hero-badge {
  z-index: 2;
  width: 30%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-badge small, .hero-badge span { font-size: 9px; text-transform: uppercase; letter-spacing: 1.4px; }
.hero-badge strong { margin: 4px; color: var(--gold); font-family: "Montserrat", sans-serif; font-size: clamp(28px, 4vw, 58px); font-weight: 900; }
.floating-card {
  position: absolute;
  z-index: 3;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 15px 40px rgba(30, 14, 18, .08);
  font-size: 11px;
  font-weight: 700;
}
.floating-card span { color: var(--wine); }
.floating-card span { margin-right: 7px; }
.card-one { top: 15%; left: 4%; }
.card-two { right: 0; top: 31%; }
.card-three { bottom: 12%; left: 9%; }
.hero-scroll { position: absolute; bottom: 25px; left: max(6vw, 24px); color: #99969c; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.hero-scroll span { margin-left: 8px; color: var(--gold); }

.section { padding: 120px max(6vw, 24px); }
.manifesto {
  border-top: 1px solid var(--line);
  border-bottom: 4px solid var(--gold);
  background: var(--soft);
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 80px 8vw;
}
.manifesto-copy { padding-top: 32px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.video-story { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 7vw; }
.video-story>div:first-child>p:last-child { max-width: 480px; margin-top: 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.video-frame { aspect-ratio: 16/9; border: 1px solid var(--line); border-radius: 18px; background: var(--blue-dark); overflow: hidden; box-shadow: 0 24px 60px rgba(7,27,67,.14); }
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.text-link { display: inline-flex; gap: 16px; margin-top: 18px; color: var(--ink); border-bottom: 1px solid var(--ink); font-weight: 700; font-size: 12px; }
.stat { border-top: 1px solid #d9d5d3; padding-top: 24px; display: flex; align-items: flex-end; gap: 18px; }
.stat strong { color: var(--wine); font-family: "Montserrat", sans-serif; font-size: 74px; font-weight: 900; line-height: .8; }
.stat span { color: var(--muted); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: 1.2px; }

.section-heading { margin-bottom: 55px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.member-tools { margin-bottom: 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.member-tools>p { margin: 0; color: var(--wine); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.search-box { width: min(340px, 100%); padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; display: flex; align-items: center; gap: 9px; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.filters { display: flex; gap: 6px; }
.filter { padding: 10px 13px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 700; }
.filter.active { color: white; background: var(--ink); }
.filter span { margin-left: 5px; opacity: .55; }
.member-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.member-card { min-height: 245px; padding: 18px; border: 1px solid var(--line); border-left: 2px solid transparent; border-radius: 14px; background: white; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .2s; }
.member-card:hover { border-left-color: var(--blue); transform: translateY(-4px); box-shadow: 0 18px 45px rgba(30, 14, 18, .07); }
.member-avatar {
  width: 60px;
  height: 60px;
  margin-bottom: auto;
  border-radius: 50%;
  border: 1px solid #dce3f0;
  color: var(--blue);
  background: #f0f3f8;
  display: grid;
  place-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.member-number { align-self: flex-end; margin-top: -58px; color: #aaa6aa; font-size: 9px; letter-spacing: 1px; }
.member-card h3 { margin: 52px 0 4px; font-family: "Montserrat", sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.4px; }
.member-recognitions { margin-top: 5px; display: flex; gap: 4px; flex-wrap: wrap; }
.member-recognitions span { padding: 4px 7px; border: 1px solid transparent; border-radius: 99px; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .55px; }
.member-recognitions .badge-founder { border-color: #e6c96f; color: #725400; background: #fff7d8; }
.member-recognitions .badge-board { border-color: #cbd8f2; color: var(--blue); background: #edf3ff; }
.member-location { margin: 0 0 14px; color: var(--muted); font-size: 10px; }
.member-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.member-tags span { padding: 5px 7px; border-radius: 5px; color: var(--blue); background: #edf1f9; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.members-footer { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; }
.members-footer p { color: var(--muted); font-size: 11px; }
.protected-members { padding: clamp(28px, 6vw, 75px); border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(135deg, #f5f6f8, #edf2fb); display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 8vw; }
.protected-members>div:first-child { text-align: center; }
.protected-members>div:first-child span { color: var(--blue); font-size: clamp(90px, 15vw, 190px); font-weight: 900; line-height: .8; letter-spacing: -10px; }
.protected-members>div:first-child p { margin: 22px auto 0; max-width: 180px; color: var(--muted); font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: 1.2px; }
.protected-members h3 { max-width: 500px; margin: 0 0 15px; font-size: clamp(25px, 3vw, 40px); letter-spacing: -2px; }
.protected-members>div:last-child>p { max-width: 560px; margin-bottom: 25px; color: var(--muted); font-size: 12px; line-height: 1.8; }

.world { color: var(--ink); background: linear-gradient(180deg, #fff, var(--soft)); }
.world .section-heading.light .eyebrow { color: var(--ink); }
.world .section-heading.light h2 em { color: var(--blue); }
.world-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 35px; align-items: start; }
.world-map { position: relative; min-height: 440px; padding: 20px; border: 1px solid rgba(22,58,138,.14); border-radius: 20px; background: radial-gradient(circle at 25% 30%, rgba(30,58,138,.95), rgba(7,27,67,.95)); overflow: hidden; box-shadow: 0 22px 55px rgba(7,27,67,.14); }
.world-map svg { width: 100%; height: 100%; opacity: .42; }
.world-map path { fill: #fff; stroke: rgba(255,255,255,.25); stroke-width: 2; }
#map-markers { position: absolute; inset: 20px; }
.map-marker { position: absolute; width: 17px; height: 17px; padding: 0; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--wine-dark); background: var(--gold); transform: translate(-50%,-50%); box-shadow: 0 0 0 8px rgba(255,215,0,.12); }
.map-marker span { position: absolute; min-width: 20px; padding: 3px 5px; left: 12px; top: -15px; border-radius: 5px; color: white; background: var(--wine); font-size: 8px; font-weight: 800; }
.country-list { max-height: 440px; overflow: auto; display: grid; gap: 8px; }
.country-list article { padding: 15px; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 10px; background: white; display: grid; grid-template-columns: 1fr auto; gap: 5px; box-shadow: 0 14px 30px rgba(7,27,67,.05); }
.country-list strong { font-size: 11px; }.country-list span { color: var(--wine); font-size: 9px; font-weight: 800; }.country-list small { grid-column: 1/-1; color: var(--muted); font-size: 8px; line-height: 1.5; }
.matches { color: var(--ink); background: #fff; }
.section-heading.light .eyebrow { color: var(--ink); }
.section-heading.light h2 em { color: var(--blue); }
.section-heading.light > p { color: var(--muted); }
.next-match { padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: 20px; background: linear-gradient(180deg, #fff, #f8f9fc); box-shadow: 0 22px 55px rgba(7,27,67,.08); }
.match-meta { padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: 1.3px; }
.teams { padding: 60px 8vw; display: grid; grid-template-columns: 1fr 150px 1fr; align-items: center; text-align: center; }
.team { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.team strong { font-family: "Montserrat", sans-serif; font-size: clamp(20px, 3vw, 36px); font-weight: 800; }
.team-crest { width: 90px; height: 90px; border-radius: 50%; display: grid; place-items: center; font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 900; }
.team-crest.madrid { color: var(--blue); background: white; box-shadow: inset 0 0 0 4px var(--gold); }
.team-crest.rival { border: 1px solid var(--line); color: var(--muted); background: var(--soft); }
.match-center { display: flex; flex-direction: column; gap: 6px; }
.match-center span, .match-center small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: 1.2px; }
.match-center strong { color: var(--wine); font-size: 26px; }
.match-actions { justify-content: center; }
.button-white { border-color: var(--line); color: var(--blue); background: white; }
.button-dark-ghost { border-color: rgba(22,58,138,.18); color: var(--blue); }
.match-note { margin-top: 20px; display: flex; justify-content: center; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #7dd18b; box-shadow: 0 0 0 4px rgba(125, 209, 139, .1); }

.join { text-align: center; background: linear-gradient(135deg, var(--soft), #eef2fa); display: flex; flex-direction: column; align-items: center; }
.join .eyebrow { justify-content: center; }
.join > p:not(.eyebrow) { max-width: 490px; margin: 28px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.shop-preview { border-top: 5px solid var(--wine); display: grid; grid-template-columns: 1fr 1.1fr .9fr; align-items: center; gap: 5vw; }
.shop-preview>div:last-child p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.scarf-art { position: relative; min-height: 190px; padding: 35px 25px; border-radius: 8px; color: white; background: repeating-linear-gradient(90deg,var(--wine) 0 45px,var(--blue-dark) 45px 90px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 25px 60px rgba(130,0,0,.2); transform: rotate(-3deg); }
.scarf-art::before,.scarf-art::after { content:""; position:absolute; left:-15px; right:-15px; height:12px; background:repeating-linear-gradient(90deg,var(--gold) 0 4px,transparent 4px 9px); }.scarf-art::before{top:-9px}.scarf-art::after{bottom:-9px}
.scarf-art span { font-size: clamp(20px,3vw,40px); font-weight:900; letter-spacing:-2px; }.scarf-art b { margin-top:8px; color:var(--gold); font-size:8px; letter-spacing:2px; }
.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.faq-grid article { padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 14px; }
.faq-grid h3 { margin: 0 0 14px; color: var(--blue); font-size: 15px; line-height: 1.4; }
.faq-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
footer { padding: 28px max(6vw, 24px); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
footer p, footer a { color: var(--muted); font-size: 10px; }
footer .brand { color: var(--ink); font-size: 13px; }
footer > div { display: flex; gap: 18px; }

@media (max-width: 900px) {
  nav { display: none; position: absolute; top: 92px; left: 0; width: 100%; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; flex-direction: column; align-items: stretch; box-shadow: 0 18px 40px rgba(30,14,18,.1); }
  nav.open { display: flex; }
  .menu-toggle { display: block; padding: 10px 12px; border: 0; border-radius: 8px; background: var(--soft); font-size: 11px; font-weight: 700; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 140px; }
  .hero-visual { width: min(560px, 100%); margin: auto; }
  .hero-scroll { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 45px; }
  .member-grid { grid-template-columns: repeat(3, 1fr); }
  .protected-members { grid-template-columns: 1fr; }
  .world-layout,.shop-preview { grid-template-columns: 1fr; }
  .video-story { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { height: 74px; }
  .site-header .brand { width: calc(100% - 64px); height: 54px; }
  .section { padding: 85px 20px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  h1, h2 { letter-spacing: -2px; }
  .hero-text { font-size: 14px; }
  .section-heading, .member-tools, .members-footer, footer { align-items: stretch; flex-direction: column; }
  .filters { overflow-x: auto; }
  .filter { white-space: nowrap; }
  .member-grid { grid-template-columns: repeat(2, 1fr); }
  .member-card { min-height: 220px; padding: 14px; }
  .world-map { min-height: 280px; }
  .teams { padding: 42px 0; grid-template-columns: 1fr 55px 1fr; }
  .team-crest { width: 62px; height: 62px; font-size: 18px; }
  .match-meta { gap: 15px; flex-direction: column; text-align: center; }
  footer > div { flex-wrap: wrap; }
}

/* Refined visual balance: royal blue leads, wine signs the identity. */
h1 em,h2 em{color:var(--blue)}.brand-blue{color:var(--blue);font-style:normal}.brand-wine{color:#820000!important;font-style:normal}.button-primary{background:var(--blue)}.hero-visual::after{background:radial-gradient(circle at 30% 25%,#315db7,var(--blue) 58%,var(--blue-dark));box-shadow:0 35px 70px rgba(22,58,138,.25)}.stat strong{color:var(--blue)}.world-map{min-height:400px;border-radius:16px;background:radial-gradient(circle at 25% 30%,rgba(30,58,138,.95),rgba(7,27,67,.95))}.section{padding-top:95px;padding-bottom:95px}
.member-grid{grid-template-columns:repeat(4,1fr);gap:8px}.member-card{min-height:82px;padding:12px;border-radius:10px;align-items:center;flex-direction:row;gap:11px}.member-avatar{width:46px;height:46px;flex:none;margin:0;font-size:13px}.member-photo{object-fit:cover}.member-card h3{margin:0 0 4px;font-size:12px}.member-location,.member-birthplace{margin:0;color:var(--muted);font-size:8px;line-height:1.5}.member-birthplace{color:var(--wine)}.member-tags{display:none}
.scarf-art{padding:20px;min-height:0;border-radius:12px;background:var(--soft);box-shadow:0 18px 45px rgba(7,27,67,.1);transform:rotate(-2deg)}.scarf-art::before,.scarf-art::after{display:none}.scarf-art img{width:100%;height:auto;display:block}
@media(max-width:650px){.section{padding-top:68px;padding-bottom:68px}h1,h2{max-width:100%;font-size:clamp(34px,10vw,46px);line-height:1.04;letter-spacing:-1.5px;overflow-wrap:normal;word-break:normal;hyphens:none}.hero h1{font-size:clamp(42px,13vw,58px);line-height:.98}.member-grid{grid-template-columns:1fr}.member-card{min-height:68px;padding:10px}.world-map{min-height:280px}}
@media(max-width:650px){.floating-card{display:none}}

/* Smartphone-ready refinements */
.brand img{max-height:58px;background:transparent}.site-header .brand img{max-width:280px}.hero-actions .button,.join .button{min-height:46px}.member-card,.faq-grid article,.country-list article,.next-match,.video-frame{content-visibility:auto;contain-intrinsic-size:1px 260px}

@media(max-width:900px){.site-header{top:10px;width:calc(100% - 20px);height:auto;min-height:70px;padding:9px 10px;border-radius:14px}.site-header .brand{height:52px}.site-header .brand img{max-width:min(235px,calc(100vw - 104px));height:auto}.menu-toggle{min-width:52px;min-height:44px;color:var(--blue);background:#eef2fa}.nav-cta{display:flex;justify-content:center;text-align:center}nav{top:78px;max-height:calc(100vh - 96px);overflow:auto}nav a{min-height:44px;display:flex;align-items:center}.hero{padding-top:112px;gap:28px}.hero-copy{order:1}.hero-visual{order:2;max-width:430px}.hero::before{width:85vw;height:85vw;right:-42vw;top:-34vw}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.section-heading{margin-bottom:34px}.member-tools{margin-bottom:20px}.search-box{width:100%;min-height:48px}.world-layout{gap:20px}.country-list{max-height:none}.video-story{gap:28px}.shop-preview{gap:28px}.scarf-art{transform:none}.matches .section-heading{margin-bottom:28px}}
@media(max-width:650px){body{overflow-x:hidden}.site-header{min-height:64px}.site-header .brand{height:46px}.site-header .brand img{max-width:205px}.menu-toggle{font-size:0}.menu-toggle::after{content:"Menu";font-size:11px}.hero{padding-top:96px;padding-bottom:42px}.hero-motto{font-size:clamp(43px,13.5vw,62px);letter-spacing:-3px}.hero-text{margin:20px 0;line-height:1.65}.hero-slogan{font-size:10px;letter-spacing:2px}.hero-actions{grid-template-columns:1fr;gap:9px}.button{width:100%;justify-content:space-between;padding:14px 16px}.hero-visual{width:min(330px,92vw);min-height:330px}.orbit-one{inset:10%}.orbit-two{inset:0}.hero-badge{width:34%}.hero-badge small,.hero-badge span{font-size:7px}.hero-badge strong{font-size:34px}.manifesto{gap:28px}.stat{align-items:center}.stat strong{font-size:52px}.section-heading>p{font-size:12px}.member-card h3{font-size:13px}.member-avatar{width:42px;height:42px}.members-footer{gap:12px}.world-map{padding:12px;border-radius:14px}.teams{gap:7px}.team strong{font-size:14px}.match-actions{display:grid}.join{text-align:left;align-items:stretch}.join .eyebrow{justify-content:flex-start}.shop-preview h2,.faq h2{font-size:clamp(40px,12vw,54px)}footer .brand{height:46px}footer .brand img{max-width:210px}}

/* Ticket-flow inspired polish: compact, card-based, mobile-first. */
.site-header{gap:18px}
.site-header nav{margin-left:auto}
.account-pill{position:relative;min-height:42px;padding:9px 14px;border:1px solid rgba(22,58,138,.14);border-radius:999px;color:var(--blue);background:#fff;display:inline-flex;align-items:center;gap:9px;box-shadow:0 12px 28px rgba(7,27,67,.07);white-space:nowrap}
.account-pill strong{font-size:11px;font-weight:900;letter-spacing:.1px}
.account-status{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(255,201,74,.16)}
.account-pill.is-authenticated{color:#fff;border-color:var(--blue);background:var(--blue)}
.account-pill.is-authenticated .account-status{background:#7dd18b;box-shadow:0 0 0 4px rgba(125,209,139,.18)}
.account-pill.has-alert{padding-right:18px}
.account-notification-badge{position:absolute;top:-7px;right:-7px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;color:#fff;background:#d21f3c;font-size:9px;font-style:normal;font-weight:900;line-height:19px;text-align:center;box-shadow:0 0 0 4px rgba(210,31,60,.14),0 8px 18px rgba(210,31,60,.24)}
.menu-toggle{width:44px;height:42px;padding:0;border:1px solid rgba(22,58,138,.14);border-radius:999px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;box-shadow:0 12px 28px rgba(7,27,67,.07)}
.menu-toggle span{width:17px;height:2px;border-radius:99px;background:var(--blue);transition:transform .2s,opacity .2s}
.menu-toggle::after{content:none!important}
.menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.manifesto-copy,.stat,.member-card,.search-box,.country-list article,.next-match,.faq-grid article,.shop-preview,.video-frame{border-color:var(--line);box-shadow:0 14px 34px rgba(7,27,67,.045)}
.member-card,.country-list article,.faq-grid article,.next-match{position:relative;overflow:hidden}
.member-card::before,.faq-grid article::before,.next-match::before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent,var(--blue));content:""}
.member-card{--accent:var(--blue)}
.faq-grid article{--accent:var(--blue)}
.member-card:hover,.faq-grid article:hover,.country-list article:hover{border-color:#cfd5e1;transform:translateY(-2px);box-shadow:0 16px 38px rgba(7,27,67,.075)}
.member-card,.faq-grid article,.country-list article{transition:transform .2s,border-color .2s,box-shadow .2s}
.session-toast{position:fixed;z-index:80;left:50%;top:92px;max-width:calc(100vw - 32px);padding:11px 15px;border:1px solid rgba(22,58,138,.14);border-left:3px solid var(--blue);border-radius:12px;color:var(--ink);background:#fff;box-shadow:0 18px 45px rgba(7,27,67,.12);font-size:12px;font-weight:800;opacity:0;transform:translate(-50%,-8px);transition:opacity .2s,transform .2s}
.session-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){
  .site-header{gap:8px;justify-content:flex-start}
  .site-header .brand{flex:1;min-width:0}
  .account-pill{order:2;min-height:40px;padding:8px 11px}
  .account-pill strong{font-size:10px}
  .menu-toggle{order:3;display:flex;flex:none}
  .site-header nav{position:absolute;left:10px;right:10px;top:calc(100% + 8px);z-index:20;margin:0;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;display:none;flex-direction:column;gap:2px;box-shadow:0 22px 55px rgba(7,27,67,.12)}
  .site-header nav.open{display:flex}
  .site-header nav a{min-height:42px;padding:10px 12px;border-radius:10px;color:var(--ink);font-size:12px}
  .site-header nav a:hover{background:var(--soft);color:var(--blue)}
}
@media(max-width:650px){
  .site-header .brand img{max-width:min(170px,calc(100vw - 178px))}
  .account-pill{padding:8px 10px}
  .account-pill strong{max-width:72px;overflow:hidden;text-overflow:ellipsis}
}

/* Section rhythm: quiet light surfaces with one intentional dark anchor. */
.members{background:linear-gradient(180deg,#f7f9fd,#eef3fb)}
.members .member-card,.members .search-box{background:#fff}
.world{color:#fff;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 72%,#234ca8)}
.world .section-heading.light .eyebrow{color:var(--gold)}
.world .section-heading.light h2,.world .section-heading.light h2 em{color:#fff}
.world .section-heading.light>p{color:rgba(255,255,255,.68)}
.world-map{border-color:rgba(255,255,255,.14);box-shadow:0 25px 65px rgba(7,27,67,.24)}
.world .country-list article{border-color:rgba(255,255,255,.13);border-left-color:var(--gold);color:#fff;background:rgba(255,255,255,.08);box-shadow:none}
.world .country-list span{color:var(--gold)}
.world .country-list small{color:rgba(255,255,255,.58)}
.faq{background:linear-gradient(180deg,#fff,#f8f9fc)}
.faq-grid article{background:#fff}
.entity-primer{background:linear-gradient(180deg,#fff,#f8f9fc);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.entity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.entity-grid article{position:relative;overflow:hidden;padding:24px;border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:14px;background:#fff;box-shadow:0 14px 34px rgba(7,27,67,.045)}.entity-grid strong{display:block;margin-bottom:10px;color:var(--blue);font-size:12px;text-transform:uppercase;letter-spacing:1px}.entity-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.entity-page-hero{min-height:72vh;padding-top:150px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 85% 10%,rgba(22,58,138,.11),transparent 34%),linear-gradient(180deg,#fff,#f8f9fc)}.entity-page-hero h1{max-width:900px;margin:0;font-size:clamp(58px,10vw,132px);line-height:.86;letter-spacing:-6px}.entity-page-hero h1 em{color:var(--wine);font-style:normal}.entity-lead{max-width:760px;margin:28px 0;color:var(--muted);font-size:17px;line-height:1.8}.entity-lead strong{color:var(--ink)}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start;background:var(--soft)}.contact-copy p:last-child{max-width:440px;color:var(--muted);font-size:13px;line-height:1.7}.contact-form{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:13px;box-shadow:0 18px 45px rgba(7,27,67,.06)}.contact-form label{color:var(--muted);font-size:10px;font-weight:800;display:grid;gap:7px}.contact-form input,.contact-form textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:9px;outline:none;color:var(--ink);background:#fff}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue)}.contact-wide,.contact-form button,.contact-status{grid-column:1/-1}.contact-form button{width:max-content;border:0}.contact-trap{position:absolute!important;left:-10000px!important}.contact-status{margin:0;font-size:11px;font-weight:800}.contact-status.success{color:#18794e}.contact-status.error{color:#9b2335}.creator-credit{flex-basis:100%;color:var(--muted);font-size:8px;letter-spacing:.5px;text-align:right}.creator-credit a{color:#111;font-weight:900;transition:color .2s}.creator-credit a:hover,.creator-credit a:focus-visible{color:#b68b22}@media(max-width:900px){.contact{grid-template-columns:1fr;gap:28px}}@media(max-width:650px){.contact-form{grid-template-columns:1fr}.contact-form button{width:100%}.creator-credit{text-align:left}.contact h2,.manifesto h2{font-size:clamp(32px,9.6vw,44px);overflow-wrap:normal;word-break:normal;hyphens:none}}
@media(max-width:900px){.entity-grid{grid-template-columns:1fr 1fr}.entity-page-hero{padding-top:120px;min-height:auto}.entity-page-hero h1{letter-spacing:-4px}}@media(max-width:650px){.entity-grid{grid-template-columns:1fr}.entity-page-hero h1{font-size:clamp(43px,13vw,62px);letter-spacing:-3px}.entity-lead{font-size:14px;line-height:1.7}.entity-grid article{padding:20px}}
