:root {
  --ink: #10263d;
  --ink-soft: #526477;
  --navy: #0f2c46;
  --green: #0a9b69;
  --green-dark: #05724e;
  --green-pale: #daf5e6;
  --sky: #8ad9ef;
  --sky-pale: #e8f8fc;
  --coral: #ff715f;
  --coral-pale: #fff0eb;
  --cream: #f8f6ee;
  --paper: #fffef9;
  --white: #fff;
  --line: #dfe7e4;
  --shadow-sm: 0 10px 30px rgba(21, 57, 74, .08);
  --shadow-md: 0 22px 65px rgba(19, 65, 76, .14);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shell: 1240px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }

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

button,
input,
select { font: inherit; }

button { color: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  color: white;
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.play-notice {
  color: #fff;
  background: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.play-notice__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.play-notice__inner span { display: inline-flex; align-items: center; gap: 8px; }

.play-notice__inner span + span::before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 26px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .4);
}

.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #46e6a7; box-shadow: 0 0 0 4px rgba(70, 230, 167, .13); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(15, 44, 70, .08);
  background: rgba(255, 254, 249, .9);
  backdrop-filter: blur(18px);
}

.header-inner { height: 78px; display: flex; align-items: center; gap: 30px; }

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); flex-shrink: 0; }

.brand-mark { width: 42px; height: 42px; color: var(--green); }

.brand > span { display: flex; flex-direction: column; line-height: .84; letter-spacing: -.04em; }

.brand strong { font-size: 16px; font-weight: 950; }

.brand em { margin-top: 5px; color: var(--green); font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .28em; }

.site-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 32px); margin-left: auto; }

.site-nav a { position: relative; color: #40576b; font-size: 14px; font-weight: 700; }

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--green);
  transition: right .25s var(--ease);
}

.site-nav a:hover { color: var(--navy); }
.site-nav a:hover::after { right: 0; }

.button {
  border: 0;
  border-radius: 13px;
  min-height: 51px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(10, 155, 105, .18);
  font-weight: 850;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s;
}

.button:hover { background: var(--green-dark); box-shadow: 0 14px 28px rgba(10, 155, 105, .25); transform: translateY(-2px); }

.button--small { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: 13px; }

.button--light { color: var(--navy); background: #fff; box-shadow: none; }
.button--light:hover { color: #fff; background: var(--green); }

.button--ghost { color: var(--navy); border: 1px solid #b8c9cd; background: transparent; box-shadow: none; }
.button--ghost:hover { color: #fff; border-color: var(--navy); background: var(--navy); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  padding: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 850;
  cursor: pointer;
}

.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: #fff; }

.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #eff7f4;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 254, 249, .99) 0%, rgba(255, 254, 249, .95) 27%, rgba(255, 254, 249, .36) 50%, rgba(255,255,255,0) 72%);
  pointer-events: none;
}

.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero-inner { position: relative; z-index: 2; min-height: 672px; display: flex; align-items: center; }

.hero-copy { width: min(610px, 52%); padding: 60px 0 90px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { padding: 7px 12px; border: 1px solid rgba(16, 38, 61, .13); border-radius: 99px; color: var(--navy); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span:last-child { color: var(--green-dark); border-color: rgba(10,155,105,.24); background: var(--green-pale); }

h1, h2, h3, p { margin-top: 0; }

h1, h2 { font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.055em; line-height: .98; }

h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(56px, 6vw, 88px); font-weight: 950; }
h1 mark { position: relative; color: var(--green); background: none; white-space: nowrap; }
h1 mark::after { content: ""; position: absolute; left: 2px; right: 0; bottom: 0; height: 9px; border-radius: 99px; background: var(--coral); transform: rotate(-1.5deg); z-index: -1; opacity: .45; }

.hero-lede { max-width: 575px; margin-bottom: 30px; color: #42596c; font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }

.hero-proof {
  width: fit-content;
  margin-top: 42px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(16, 38, 61, .12);
  border-bottom: 1px solid rgba(16, 38, 61, .12);
}

.hero-proof > div { min-width: 123px; display: grid; }
.hero-proof > div + div { padding-left: 20px; border-left: 1px solid rgba(16, 38, 61, .12); }
.hero-proof strong { color: var(--navy); font-size: 24px; line-height: 1.1; }
.hero-proof span { color: var(--ink-soft); font-size: 11px; font-weight: 750; letter-spacing: .04em; }

.microcopy { max-width: 530px; margin: 20px 0 0; display: flex; gap: 9px; color: #687788; font-size: 11px; line-height: 1.45; }
.microcopy svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero-marquee { position: absolute; z-index: 3; bottom: 0; width: 100%; overflow: hidden; color: #fff; background: var(--coral); transform: rotate(-.7deg) scale(1.01); }
.marquee-track { width: max-content; min-height: 45px; display: flex; align-items: center; gap: 30px; animation: marquee 25s linear infinite; font-size: 12px; font-weight: 950; letter-spacing: .2em; }
.marquee-track i { font-style: normal; }

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

.section { padding: 112px 0; }

.section-heading { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { width: min(400px, 38%); margin-bottom: 5px; color: var(--ink-soft); }

.kicker { margin-bottom: 14px; color: var(--green-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(42px, 5vw, 68px); }
h3 { color: var(--navy); line-height: 1.2; }

.weekly { background: var(--cream); }

.weekly-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 270px 270px; gap: 18px; }

.spotlight { position: relative; min-height: 270px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--navy); box-shadow: var(--shadow-sm); }
.spotlight--lead { grid-row: 1 / 3; }
.spotlight > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.spotlight:hover > img { transform: scale(1.045); }
.spotlight-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,17,26,.07), rgba(5,17,26,.18) 30%, rgba(5,17,26,.94) 100%); }
.spotlight-top { position: absolute; inset: 18px 18px auto; display: flex; justify-content: space-between; align-items: start; }
.rank-chip { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: rgba(8,25,35,.42); backdrop-filter: blur(7px); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.score { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; color: var(--green-dark); background: var(--green-pale); font-size: 15px; font-weight: 950; }
.score--light { color: var(--navy); background: #fff; box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.spotlight-body { position: absolute; inset: auto 26px 26px; }
.spotlight-body h3 { margin: 5px 0 8px; color: #fff; font-family: "Arial Black", Inter, sans-serif; font-size: 28px; letter-spacing: -.035em; }
.spotlight--lead .spotlight-body { inset: auto 35px 36px; }
.spotlight--lead .spotlight-body h3 { font-size: 43px; }
.spotlight-body p { max-width: 550px; margin-bottom: 18px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.5; }
.game-type { color: #aaf3d4; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.catalog { background: #fff; }
.section-heading--catalog { margin-bottom: 34px; }

.catalog-tools { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }

.search-field { min-height: 50px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; background: #fff; }
.search-field:focus-within { border-color: var(--green); }
.search-field svg { width: 20px; fill: none; stroke: #728190; stroke-width: 1.8; }
.search-field input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-field input::placeholder { color: #85919b; }

.filter-row { display: flex; align-items: center; gap: 7px; }
.filter-chip { min-height: 38px; padding: 0 13px; border: 1px solid #d6e0de; border-radius: 99px; color: #536677; background: #fff; font-size: 12px; font-weight: 750; cursor: pointer; transition: .2s; }
.filter-chip:hover { border-color: var(--green); color: var(--green-dark); }
.filter-chip.is-active { color: #fff; border-color: var(--navy); background: var(--navy); }

.sort-field { padding: 0 10px; display: flex; align-items: center; gap: 7px; color: #71808d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.sort-field select { border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 12px; font-weight: 800; text-transform: none; }

.catalog-meta { margin: 24px 2px 14px; display: flex; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: 13px; }
.catalog-meta p { margin: 0; }
.favourites-toggle { border: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.favourites-toggle span { margin-right: 6px; color: var(--coral); font-size: 19px; vertical-align: -2px; }
.favourites-toggle.is-active { color: var(--coral); }

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

.game-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 6px 22px rgba(27,67,78,.055); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.game-card:hover { border-color: #bdd5ce; box-shadow: var(--shadow-md); transform: translateY(-7px); }
.game-card__media { position: relative; aspect-ratio: 460/215; overflow: hidden; background: #d9e8ea; }
.game-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.game-card:hover .game-card__media img { transform: scale(1.045); }
.game-card__media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(9,26,38,.55)); pointer-events: none; }
.game-card__media--logo { display: grid; place-items: center; }
.game-card__media--logo img { width: 50%; height: 68%; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 9px 18px rgba(0,0,0,.18)); }
.game-card__media--valorant { background: radial-gradient(circle at 70% 15%, #ff7d89, #d63c54 46%, #1e2530 115%); }
.game-card__media--league { background: radial-gradient(circle at 70% 10%, #254b69, #09233a 55%, #071723 100%); }
.dialog-hero.game-card__media--logo { display: grid; place-items: center; }
.dialog-hero.game-card__media--logo img { position: relative; z-index: 1; width: 38%; height: 68%; object-fit: contain; }

.game-card__rank { position: absolute; z-index: 1; top: 11px; left: 11px; padding: 5px 8px; border-radius: 99px; color: #fff; background: rgba(9,29,41,.62); backdrop-filter: blur(6px); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.save-game { position: absolute; z-index: 2; top: 10px; right: 10px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.92); box-shadow: 0 5px 15px rgba(0,0,0,.13); cursor: pointer; }
.save-game span { font-size: 21px; line-height: 1; transform: translateY(-1px); }
.save-game.is-saved { color: #fff; background: var(--coral); }

.game-card__body { padding: 18px 18px 17px; }
.game-card__head { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.game-card__eyebrow { margin: 0 0 3px; color: var(--green-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.game-card h3 { min-height: 45px; margin: 0; font-size: 18px; letter-spacing: -.025em; }
.game-score { flex: 0 0 auto; color: var(--navy); font-size: 18px; font-weight: 950; line-height: 1; }
.game-score small { display: block; margin-top: 3px; color: #87929c; font-size: 7px; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.game-card__desc { min-height: 57px; margin: 10px 0 14px; color: #667684; font-size: 12px; line-height: 1.52; }
.game-chips { min-height: 31px; display: flex; flex-wrap: wrap; gap: 5px; }
.game-chips span { padding: 4px 7px; border-radius: 7px; color: #556b78; background: #f1f5f3; font-size: 9px; font-weight: 750; }
.game-card__foot { margin-top: 15px; padding-top: 13px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #edf1ef; }
.free-label { display: flex; align-items: center; gap: 6px; color: var(--green-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.free-label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #21bf7f; box-shadow: 0 0 0 3px #dbf5e9; }
.game-card__foot button { border: 0; padding: 3px 0; color: var(--navy); background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }
.game-card__foot button:hover { color: var(--green-dark); }

.empty-state { padding: 65px 20px; border: 1px dashed #bdcec9; border-radius: var(--radius); text-align: center; background: var(--cream); }
.empty-state > span { color: var(--green); font-size: 50px; }
.empty-state h3 { margin: 8px 0 6px; font-size: 23px; }
.empty-state p { color: var(--ink-soft); }
.noscript-note { margin-top: 20px; padding: 18px; border-radius: 12px; background: var(--coral-pale); }

.free-promise { padding: 62px 0; color: #fff; background: var(--navy); overflow: hidden; }
.promise-inner { position: relative; display: grid; grid-template-columns: 110px .8fr 1.2fr; align-items: center; gap: 40px; }
.promise-inner::before { content: ""; position: absolute; left: 45%; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); pointer-events: none; }
.promise-icon { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 28px; color: #88f0c5; background: rgba(118, 239, 190, .1); transform: rotate(-4deg); }
.promise-icon svg { width: 64px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.promise-inner .kicker { color: #81eac0; }
.promise-inner h2 { color: #fff; font-size: clamp(40px, 4.5vw, 62px); }
.promise-copy { position: relative; z-index: 1; padding-left: 40px; border-left: 1px solid rgba(255,255,255,.18); }
.promise-copy > p { color: rgba(255,255,255,.72); font-size: 14px; }
.promise-copy ul { margin: 18px 0 12px; padding: 0; list-style: none; }
.promise-copy li { margin: 8px 0; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 750; }
.promise-copy li span { color: #81eac0; }
.promise-copy small { display: block; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.5; }

.method { background: var(--cream); }
.method-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.method-visual { position: relative; }
.method-visual::before { content: ""; position: absolute; inset: -13px 34px 18px -13px; border-radius: var(--radius-lg); background: var(--sky); transform: rotate(-2.5deg); }
.method-visual img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border: 7px solid #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); transform: rotate(1.5deg); }
.visual-sticker { position: absolute; z-index: 2; right: -8px; bottom: 35px; padding: 13px 18px; border-radius: 12px; color: #fff; background: var(--coral); box-shadow: 0 12px 25px rgba(112,45,37,.2); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-4deg); }
.method-copy .intro { max-width: 600px; margin: 25px 0 32px; color: var(--ink-soft); font-size: 17px; }
.method-list { margin: 0 0 28px; padding: 0; list-style: none; }
.method-list li { padding: 16px 0; display: grid; grid-template-columns: 45px 1fr; gap: 14px; border-top: 1px solid #d9e2de; }
.method-list li > span { color: var(--green); font-size: 12px; font-weight: 950; }
.method-list h3 { margin: 0 0 3px; font-size: 15px; }
.method-list p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.scorecard-section { background: #fff; }
.scorecard-grid { display: grid; grid-template-columns: 1.1fr repeat(5, 1fr); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.score-dial { min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--green); }
.score-dial span { font-family: "Arial Black", sans-serif; font-size: 64px; letter-spacing: -.08em; line-height: 1; }
.score-dial small { margin-top: 8px; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.metric { min-width: 0; padding: 28px 20px; border-left: 1px solid var(--line); background: #fff; }
.metric > div { min-height: 42px; display: flex; justify-content: space-between; gap: 8px; }
.metric span { font-size: 12px; font-weight: 850; line-height: 1.3; }
.metric strong { color: var(--green-dark); font-size: 11px; }
.metric i { position: relative; height: 5px; display: block; overflow: hidden; border-radius: 99px; background: #e9efed; }
.metric i::after { content: ""; position: absolute; inset: 0; right: auto; width: var(--fill); border-radius: inherit; background: var(--coral); }
.metric p { margin: 20px 0 0; color: #6d7c88; font-size: 10px; line-height: 1.5; }

.ireland { padding-top: 60px; background: #fff; }
.ireland-card { position: relative; min-height: 500px; overflow: hidden; display: grid; grid-template-columns: 1fr .75fr; align-items: center; border-radius: var(--radius-lg); background: linear-gradient(135deg, #e2f7ec 0%, #eefaf7 46%, #dcf3f7 100%); }
.ireland-copy { padding: 65px 0 65px 70px; }
.ireland-copy > p:not(.kicker) { max-width: 580px; margin: 24px 0 30px; color: var(--ink-soft); }
.ireland-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ireland-points > div { padding-top: 16px; border-top: 1px solid rgba(16,38,61,.13); }
.mini-icon { width: 38px; height: 38px; margin-bottom: 13px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--navy); font-size: 10px; font-weight: 900; transform: rotate(-3deg); }
.ireland-points div:nth-child(2) .mini-icon { background: var(--coral); transform: rotate(3deg); }
.ireland-points div:nth-child(3) .mini-icon { color: var(--navy); background: var(--sky); }
.ireland-points h3 { margin: 0 0 5px; font-size: 13px; }
.ireland-points p { margin: 0; color: #657685; font-size: 10px; line-height: 1.5; }
.ireland-orbit { position: relative; width: 380px; height: 380px; margin: auto; display: grid; place-items: center; }
.orbit { position: absolute; inset: 45px; border: 1px dashed rgba(15,44,70,.25); border-radius: 50%; animation: orbit-spin 30s linear infinite; }
.orbit--two { inset: 5px; border-style: solid; border-color: rgba(10,155,105,.13); animation-direction: reverse; }
.orbit::after { content: ""; position: absolute; top: 12%; left: 5%; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(255,113,95,.15); }
.orbit--two::after { top: 73%; left: 91%; background: var(--green); box-shadow: 0 0 0 7px rgba(10,155,105,.15); }
.island-shape { width: 170px; height: 210px; display: grid; place-items: center; border-radius: 61% 39% 55% 45% / 49% 53% 47% 51%; color: #fff; background: var(--green); box-shadow: 0 25px 45px rgba(10,155,105,.24); font-size: 50px; transform: rotate(-8deg); }
.orbit-label { position: absolute; padding: 6px 10px; border: 1px solid rgba(15,44,70,.1); border-radius: 99px; background: rgba(255,255,255,.8); box-shadow: var(--shadow-sm); font-size: 9px; font-weight: 850; }
.orbit-label--one { top: 28px; right: 64px; }
.orbit-label--two { right: 12px; bottom: 92px; }
.orbit-label--three { left: 15px; bottom: 75px; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

.player-notes { background: var(--cream); }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.player-note { margin: 0; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.player-note::before { content: "“"; height: 38px; color: var(--green); font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.player-note blockquote { margin: 0 0 30px; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.55; }
.player-note figcaption { padding-top: 18px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; font-size: 10px; font-weight: 950; }
.avatar--green { color: #08734f; background: var(--green-pale); }
.avatar--blue { color: #185675; background: var(--sky-pale); }
.avatar--coral { color: #a53d31; background: var(--coral-pale); }
.player-note figcaption div { display: grid; }
.player-note figcaption strong { font-size: 12px; }
.player-note figcaption small { color: var(--ink-soft); font-size: 10px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p:not(.kicker) { margin: 22px 0 26px; color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 55px 25px 0; list-style: none; color: var(--navy); font-size: 16px; font-weight: 850; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; top: 22px; right: 5px; width: 30px; height: 30px; border: 1px solid #c8d5d2; border-radius: 50%; }
.accordion summary span::before,
.accordion summary span::after { content: ""; position: absolute; top: 14px; left: 8px; width: 12px; height: 1px; background: var(--navy); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span { color: #fff; border-color: var(--green); background: var(--green); }
.accordion details[open] summary span::before,
.accordion details[open] summary span::after { background: #fff; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 760px; margin: -5px 55px 25px 0; color: var(--ink-soft); font-size: 13px; }

.newsletter { padding: 75px 0; color: #fff; background: var(--coral); }
.newsletter-inner { display: grid; grid-template-columns: 85px 1fr minmax(360px, .75fr); align-items: center; gap: 34px; }
.newsletter-badge { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 30px; transform: rotate(-8deg); }
.newsletter .kicker { color: #fff; opacity: .74; }
.newsletter h2 { color: #fff; font-size: clamp(36px, 4vw, 55px); }
.email-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.email-form input { min-width: 0; height: 54px; padding: 0 16px; border: 0; border-radius: 12px; color: var(--ink); background: #fff; outline: 0; }
.email-form .button { color: #fff; background: var(--navy); box-shadow: none; }
.email-form .button:hover { background: #061d30; }
.email-form p { grid-column: 1 / -1; margin: 3px 0 0; color: rgba(255,255,255,.75); font-size: 9px; }

.site-footer { color: rgba(255,255,255,.72); background: #091e31; }
.footer-main { padding: 70px 0 55px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.brand--footer { color: #fff; }
.brand--footer .brand-mark { color: #72e0b4; }
.footer-brand > p { max-width: 300px; margin: 20px 0 26px; font-size: 12px; }
.footer-zero { display: flex; align-items: center; gap: 13px; }
.footer-zero > span { color: #7be7bc; font-family: "Arial Black", sans-serif; font-size: 28px; }
.footer-zero p { margin: 0; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.35; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-links h3 { margin: 7px 0 12px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a,
.footer-links button { border: 0; padding: 0; color: rgba(255,255,255,.62); background: transparent; font-size: 12px; text-align: left; cursor: pointer; }
.footer-links a:hover,
.footer-links button:hover { color: #fff; }
.footer-links p { max-width: 215px; margin: 3px 0; color: rgba(255,255,255,.44); font-size: 10px; }
.location { margin-top: 8px; color: #7be7bc; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { max-width: 900px; margin: 0; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.55; }
.footer-bottom a { flex: 0 0 auto; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; }

.game-dialog { width: min(760px, calc(100% - 32px)); max-height: min(86vh, 900px); padding: 0; overflow: auto; border: 0; border-radius: 25px; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(0, 20, 30, .35); }
.game-dialog::backdrop { background: rgba(7, 25, 39, .72); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; z-index: 3; top: 15px; right: 15px; width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.93); box-shadow: 0 6px 20px rgba(0,0,0,.12); font-size: 24px; cursor: pointer; }
.dialog-hero { position: relative; aspect-ratio: 16/7; overflow: hidden; background: var(--navy); }
.dialog-hero img { width: 100%; height: 100%; object-fit: cover; }
.dialog-hero::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(7,25,39,.83)); }
.dialog-score { position: absolute; z-index: 1; left: 24px; bottom: 18px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #fff; font-size: 18px; font-weight: 950; box-shadow: 0 8px 25px rgba(0,0,0,.17); }
.dialog-body { padding: 30px; }
.dialog-body h2 { margin: 4px 0 12px; font-size: 40px; }
.dialog-body > p { color: var(--ink-soft); font-size: 14px; }
.dialog-facts { margin: 26px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 14px; }
.dialog-facts div { padding: 15px; }
.dialog-facts div + div { border-left: 1px solid var(--line); }
.dialog-facts small { display: block; color: #7b8a96; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dialog-facts strong { font-size: 12px; }
.money-note { margin: 20px 0; padding: 15px; display: flex; gap: 11px; border-radius: 12px; color: #426053; background: var(--green-pale); font-size: 11px; }
.money-note strong { color: var(--green-dark); }
.dialog-actions { display: flex; gap: 12px; align-items: center; }
.dialog-disclaimer { margin: 16px 0 0; color: #84909a; font-size: 9px; }

.cookie-banner { position: fixed; z-index: 300; right: 22px; bottom: 22px; width: min(640px, calc(100% - 44px)); padding: 20px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #fff; background: #0b263c; box-shadow: 0 25px 75px rgba(4,20,32,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: #81e5bd; font-size: 24px; }
.cookie-banner h2 { margin: 0 0 3px; color: #fff; font-family: inherit; font-size: 14px; letter-spacing: 0; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.61); font-size: 10px; line-height: 1.45; }
.cookie-banner p a { color: #8ae9c3; text-decoration: underline; }
.cookie-actions { display: flex; gap: 7px; }
.cookie-actions .button { min-height: 39px; padding: 0 12px; font-size: 10px; }
.cookie-actions .button--ghost { color: #fff; border-color: rgba(255,255,255,.28); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Legal pages */
.legal-body { background: var(--cream); }
.legal-hero { padding: 85px 0 70px; background: linear-gradient(135deg, #eefaf4, #eaf8fb); }
.legal-hero__inner { max-width: 900px; }
.legal-hero h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(48px, 7vw, 82px); }
.legal-hero p { max-width: 720px; margin-bottom: 0; color: var(--ink-soft); font-size: 17px; }
.legal-meta { margin-bottom: 22px; display: flex; gap: 8px; flex-wrap: wrap; }
.legal-meta span { padding: 6px 10px; border: 1px solid rgba(16,38,61,.13); border-radius: 99px; background: rgba(255,255,255,.68); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.legal-layout { padding: 70px 0 110px; display: grid; grid-template-columns: 235px minmax(0, 800px); align-items: start; gap: 80px; }
.legal-toc { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-toc strong { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 6px 0; color: var(--ink-soft); font-size: 11px; }
.legal-toc a:hover { color: var(--green-dark); }
.legal-content { min-width: 0; }
.legal-callout { margin: 0 0 40px; padding: 22px 24px; border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; background: #fff; box-shadow: var(--shadow-sm); }
.legal-callout strong { color: var(--green-dark); }
.legal-content section { scroll-margin-top: 115px; }
.legal-content section + section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 18px; font-family: inherit; font-size: 25px; letter-spacing: -.025em; line-height: 1.2; }
.legal-content h3 { margin: 28px 0 10px; font-size: 16px; }
.legal-content p,
.legal-content li { color: #506373; font-size: 14px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-table { width: 100%; margin: 22px 0; border-collapse: collapse; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 12px; }
.legal-table th,
.legal-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--navy); background: #eff5f2; }
.legal-table td { color: var(--ink-soft); }

@media (max-width: 1100px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero-copy { width: 57%; }
  .catalog-tools { grid-template-columns: 1fr auto; }
  .search-field { grid-column: 1 / -1; }
  .games-grid { grid-template-columns: repeat(3, 1fr); }
  .scorecard-grid { grid-template-columns: repeat(5, 1fr); }
  .score-dial { grid-column: 1 / -1; min-height: 170px; }
  .metric:first-of-type { border-left: 0; }
  .ireland-copy { padding-left: 45px; }
  .newsletter-inner { grid-template-columns: 65px 1fr; }
  .email-form { grid-column: 2; width: 100%; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .play-notice__inner { min-height: 31px; gap: 14px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .play-notice__inner span { flex: 0 0 auto; font-size: 9px; }
  .play-notice__inner span + span::before { margin-right: 8px; }
  .header-inner { height: 68px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; top: 99px; right: 0; bottom: 0; left: 0; padding: 36px 22px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform .3s var(--ease), visibility .3s; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav a { padding: 18px 10px; border-bottom: 1px solid var(--line); font-size: 21px; }
  .site-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-bottom: 44px; }
  .hero::after { background: linear-gradient(180deg, rgba(255,254,249,.99) 0%, rgba(255,254,249,.88) 46%, rgba(255,254,249,.08) 75%); }
  .hero-art { position: relative; height: 430px; object-position: 70% center; }
  .hero-inner { min-height: 0; margin-top: -430px; align-items: start; }
  .hero-copy { width: 100%; min-height: 430px; padding: 45px 0 105px; }
  h1 { max-width: 620px; font-size: clamp(51px, 11vw, 76px); }
  .hero-lede { max-width: 520px; font-size: 17px; }
  .hero-proof { background: rgba(255,254,249,.55); backdrop-filter: blur(5px); }
  .section { padding: 82px 0; }
  .section-heading { display: block; }
  .section-heading > p { width: 100%; max-width: 600px; margin: 18px 0 0; }
  .weekly-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 285px; }
  .spotlight--lead { grid-column: 1 / -1; grid-row: auto; }
  .spotlight--lead .spotlight-body h3 { font-size: 35px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .filter-row { overflow-x: auto; scrollbar-width: none; }
  .filter-chip { flex: 0 0 auto; }
  .sort-field { justify-self: start; }
  .games-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-inner { grid-template-columns: 90px 1fr; }
  .promise-copy { grid-column: 1 / -1; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .method-grid { grid-template-columns: 1fr; }
  .method-visual { width: min(650px, 92%); margin: 0 auto; }
  .scorecard-grid { grid-template-columns: 1fr 1fr; }
  .score-dial { grid-column: 1 / -1; }
  .metric { border-top: 1px solid var(--line); }
  .metric:nth-child(even) { border-left: 0; }
  .ireland-card { grid-template-columns: 1fr; }
  .ireland-copy { padding: 55px 40px 15px; }
  .ireland-orbit { transform: scale(.83); }
  .notes-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; }
  .newsletter-inner { grid-template-columns: 60px 1fr; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .cookie-banner { grid-template-columns: 42px 1fr; }
  .cookie-actions { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: static; }
}

@media (max-width: 560px) {
  .brand-mark { width: 37px; height: 37px; }
  .hero-art { height: 590px; object-position: 67% 100%; }
  .hero-inner { margin-top: -590px; }
  .hero-copy { min-height: 590px; padding-top: 34px; }
  .eyebrow { flex-wrap: wrap; margin-bottom: 18px; }
  .eyebrow span { font-size: 9px; }
  h1 { font-size: clamp(46px, 15.6vw, 68px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { width: 100%; justify-content: space-around; }
  .hero-proof > div { min-width: 0; flex: 1; padding: 0 8px; }
  .hero-proof > div + div { padding-left: 10px; }
  .microcopy { font-size: 9px; }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .weekly-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 390px repeat(2, 270px); }
  .spotlight--lead { grid-column: auto; }
  .spotlight--lead .spotlight-body { inset: auto 22px 25px; }
  .spotlight--lead .spotlight-body h3 { font-size: 31px; }
  .games-grid { grid-template-columns: 1fr; }
  .game-card__desc { min-height: 0; }
  .filter-row { margin-right: -14px; }
  .promise-inner { display: block; }
  .promise-icon { width: 78px; height: 78px; margin-bottom: 25px; }
  .promise-inner::before { left: 25%; }
  .promise-copy { margin-top: 25px; }
  .method-visual { width: 94%; }
  .scorecard-grid { grid-template-columns: 1fr; }
  .score-dial { grid-column: auto; }
  .metric { border-left: 0; }
  .ireland-copy { padding: 45px 24px 5px; }
  .ireland-points { grid-template-columns: 1fr; gap: 15px; }
  .ireland-points > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 10px; }
  .ireland-points .mini-icon { grid-row: 1 / 3; }
  .ireland-orbit { width: 330px; height: 330px; transform: scale(.83); }
  .player-note { padding: 24px; }
  .newsletter-inner { display: block; }
  .newsletter-badge { margin-bottom: 20px; }
  .email-form { margin-top: 25px; grid-template-columns: 1fr; }
  .email-form p { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 25px 0; align-items: start; flex-direction: column; gap: 14px; }
  .dialog-body { padding: 23px; }
  .dialog-body h2 { font-size: 32px; }
  .dialog-facts { grid-template-columns: 1fr; }
  .dialog-facts div + div { border-top: 1px solid var(--line); border-left: 0; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 16px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-hero { padding: 60px 0 50px; }
  .legal-hero h1 { font-size: 47px; }
  .legal-layout { padding-top: 40px; }
  .legal-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
