/*
Theme Name: GameGround Signal
Theme URI: https://gameground.ee/
Author: GameGround
Description: A compact, high-contrast editorial escape-room theme built for Easy Appointments, Polylang and Loco Translate.
Version: 1.7.2
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: gameground-card
Domain Path: /languages
License: GNU General Public License v2 or later
*/

@font-face {
  font-family: "GG Narrow";
  src: url("assets/fonts/NimbusSansNarrow-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
	font-family: "Stormfaze";
	src: url("assets/fonts/Stormfaze.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
  --gg-black: #070707;
  --gg-ink: #0b0b0b;
  --gg-panel: #121212;
  --gg-paper: #eeeae0;
  --gg-white: #fff;
  --gg-yellow: #ffd000;
  --gg-yellow-dark: #bd9200;
  --gg-red: #ff3a36;
  --gg-muted: #a6a6a0;
  --gg-line: rgba(255, 255, 255, .16);
  --gg-max: 1320px;
  --gg-display: "Stormfaze", "Times New Roman", Georgia, serif;
  --gg-sans: Arial, Helvetica, sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--gg-white);
  background: var(--gg-black);
  font-family: var(--gg-sans);
  font-size: 18px;
  line-height: 1.55;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .22;
  background:
    repeating-linear-gradient(2deg, transparent 0 11px, rgba(255,255,255,.025) 12px, transparent 13px),
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.055), transparent 28%),
    #050505;
  pointer-events: none;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus, .skip-link:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto;
  padding: 12px 16px; clip: auto; background: var(--gg-yellow); color: #000;
}
.skip-link { position: fixed; top: -100px; left: 8px; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  display: grid;
  grid-template-columns: 218px 1fr auto;
  align-items: center;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 66px);
  border-bottom: 1px solid var(--gg-line);
  background: rgba(4,4,4,.94);
  backdrop-filter: blur(14px);
}
.site-brand { display: inline-flex; align-items: center; text-decoration: none; }
.site-brand img, .custom-logo { width: 162px; max-height: 42px; object-fit: contain; object-position: left center; }
.primary-nav { justify-self: center; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.primary-nav a {
  position: relative;
  display: block;
  padding: 27px 13px 23px;
  color: #d8d8d5;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}
.primary-nav a::after {
  position: absolute;
  right: 11px;
  bottom: 13px;
  left: 11px;
  height: 6px;
  content: "";
  transform: scaleX(0) rotate(-2deg);
  background: var(--gg-yellow);
  transition: transform .2s ease;
}
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav a[aria-current="page"] { color: #fff; }
.primary-nav .current-menu-item > a::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1) rotate(-2deg); }
.primary-nav .menu-item-booking > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-left: 12px;
  padding: 0 20px;
  color: #000;
  background: var(--gg-yellow);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}
.primary-nav .menu-item-booking > a::after { display: none; }
.primary-nav .menu-item-booking > a:hover,
.primary-nav .menu-item-booking > a:focus-visible { color: #000; background: #fff; }
.language-switcher { margin-left: 22px; }
.language-switcher ul { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.language-switcher a { color: var(--gg-muted); text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.language-switcher .current-lang a { color: var(--gg-yellow); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--gg-line); background: transparent; color: #fff; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 22px; height: 2px; background: currentColor; content: ""; }
.menu-toggle span { position: relative; margin: auto; }
.menu-toggle span::before { position: absolute; top: -7px; }
.menu-toggle span::after { position: absolute; top: 7px; }

.wrap { width: min(calc(100% - 42px), var(--gg-max)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.25fr .9fr; min-height: 660px; border-bottom: 9px solid var(--gg-yellow); }
.hero-media, .page-hero__media, .image-band, .reviews-photo, .booking-banner { position: relative; overflow: hidden; }
.hero-media::after, .page-hero__media::after, .booking-banner::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 44%, rgba(0,0,0,.72)); }
.hero-media img, .page-hero__media img, .image-band img, .reviews-photo img, .booking-banner img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.16); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(34px, 6vw, 94px); background: #050505; }
.hero-copy::before, .page-hero__copy::before, .gift-hero::after {
  position: absolute; z-index: -1; width: 190px; height: 85px; content: ""; background: var(--gg-yellow); clip-path: polygon(0 25%, 88% 0, 100% 78%, 11% 100%); opacity: .92;
}
.hero-copy::before { top: 54px; right: -24px; }
.eyebrow { margin: 0 0 18px; color: var(--gg-yellow); font-size: 15px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow--red { color: var(--gg-red); }
.display, .section-title {
  margin: 0;
  color: #fff;
  font-family: var(--gg-display);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.display { font-size: clamp(62px, 7.4vw, 126px); }
.display--medium { font-size: clamp(48px, 5.8vw, 92px); }
.section-title { font-size: clamp(43px, 5vw, 76px); }
.rule-red { width: 112px; height: 8px; margin: 26px 0; transform: rotate(-2deg); background: var(--gg-red); }
.lead { max-width: 670px; margin: 0 0 28px; color: #dfded9; font-family: var(--gg-display); font-size: clamp(21px, 2vw, 31px); line-height: 1.35; }
.facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 34px; }
.facts span, .facts-label { padding: 8px 12px; border: 1px solid #fff; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.btn,
.wp-element-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px;
  border: 2px solid #fff; border-radius: 0 !important; color: #fff !important; background: transparent !important;
  text-decoration: none; text-transform: uppercase; font-size: 15px; font-weight: 800; letter-spacing: .08em; cursor: pointer;
}
.btn:hover, .wp-element-button:hover { color: #000 !important; background: var(--gg-yellow) !important; border-color: var(--gg-yellow); }
.btn--red { border-color: var(--gg-red); background: var(--gg-red) !important; box-shadow: 7px 7px 0 var(--gg-yellow); }
.btn--red:hover { transform: translate(2px,2px); box-shadow: 5px 5px 0 var(--gg-yellow); }
.btn--large { min-height: 56px; padding-inline: 28px; }
.proof-strip { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.3fr 240px; min-height: 126px; color: #000; background: var(--gg-yellow); }
.proof-item { display: flex; align-items: center; padding: 24px clamp(22px, 4vw, 52px); border-right: 2px solid #000; }
.rating, .quote { font-family: var(--gg-display); font-size: 21px; font-weight: 700; }
.stars { display: block; color: var(--gg-red); letter-spacing: .12em; }
.proof-photo { padding: 0; }
.proof-photo img { width: 100%; height: 126px; object-fit: cover; }

.section { padding: clamp(76px, 10vw, 145px) 0; }
.section--paper { color: #111; background: var(--gg-paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 65px; }
.section--paper .section-title { color: #111; }
.feature-rows { border-top: 1px solid var(--gg-line); }
.feature-row { display: grid; grid-template-columns: 78px 1fr 1.2fr; gap: 25px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--gg-line); }
.feature-row > span { color: var(--gg-yellow); font-size: 30px; font-weight: 800; }
.feature-row strong { font-family: var(--gg-display); font-size: 27px; line-height: 1.1; text-transform: uppercase; }
.feature-row p { margin: 0; color: #b9b8b3; }

.page-hero { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 590px; border-bottom: 9px solid var(--gg-yellow); }
.page-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 75px clamp(26px, 6vw, 90px); }
.page-hero__copy::before { top: 45px; left: 58%; }
.details-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(48px, 9vw, 130px); }
.body-copy { max-width: 760px; color: #c9c8c3; font-size: 21px; }
.about-body { max-width: 760px; margin-bottom: 30px; color: #c9c8c3; font-size: 21px; }
.about-body p:first-child { margin-top: 0; }
.data-list { margin: 0; border-top: 2px solid var(--gg-yellow); }
.data-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--gg-line); }
.data-row dt { color: var(--gg-muted); text-transform: uppercase; font-size: 14px; letter-spacing: .12em; }
.data-row dd { margin: 0; font-family: var(--gg-display); font-size: 21px; }
.image-band { height: min(46vw, 570px); border-top: 8px solid var(--gg-yellow); }

.reviews-hero { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 470px; border-bottom: 8px solid var(--gg-yellow); }
.reviews-score { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); color: #000; background: var(--gg-yellow); }
.review { min-height: 285px; padding: clamp(30px, 4vw, 60px); border-right: 2px solid #000; }
.review blockquote { margin: 0 0 30px; font-family: var(--gg-display); font-size: clamp(22px, 2.3vw, 32px); line-height: 1.25; }
.review cite { font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 9vw, 130px); padding-block: clamp(76px, 9vw, 130px); }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-list { border-top: 2px solid var(--gg-yellow); }
.faq-list details { border-bottom: 1px solid var(--gg-line); }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; font-family: var(--gg-display); font-size: 25px; font-weight: 700; list-style: none; }
.faq-list summary::after { position: absolute; right: 6px; content: "+"; color: var(--gg-yellow); font-family: var(--gg-sans); font-size: 34px; }
.faq-list details[open] summary::after { content: "−"; }
.answer { max-width: 760px; padding: 0 30px 28px 0; color: #c5c4be; }

.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 120px); }
.contact-list { margin-top: 18px; border-top: 1px solid var(--gg-line); }
.contact-line { display: flex; justify-content: space-between; gap: 30px; padding: 16px 0; border-bottom: 1px solid var(--gg-line); }
.contact-line span { color: var(--gg-muted); text-transform: uppercase; font-size: 13px; letter-spacing: .12em; }
.map-panel { position: relative; min-height: 520px; overflow: hidden; color: #000; background: var(--gg-yellow); }
.map-panel::before, .map-panel::after { position: absolute; width: 145%; height: 28px; content: ""; background: #050505; }
.map-panel::before { top: 35%; left: -20%; transform: rotate(16deg); }
.map-panel::after { top: 62%; left: -15%; transform: rotate(-10deg); }
.map-road { position: absolute; width: 24px; height: 120%; top: -10%; background: #fff; transform: rotate(34deg); }
.road-a { left: 24%; } .road-b { left: 52%; transform: rotate(-24deg); } .road-c { left: 76%; transform: rotate(8deg); }
.pin { position: absolute; z-index: 2; top: 42%; left: 48%; display: grid; width: 84px; height: 84px; place-items: center; border: 8px solid #fff; border-radius: 50% 50% 50% 0; color: #fff; background: var(--gg-red); font-size: 38px; font-weight: 900; transform: rotate(-45deg); }
.pin span { transform: rotate(45deg); }
.map-label { position: absolute; z-index: 2; right: 30px; bottom: 30px; padding: 16px 20px; color: #fff; background: #000; font-family: var(--gg-display); font-size: 22px; }

.gift-hero { position: relative; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(38px, 7vw, 100px); align-items: center; padding: clamp(72px, 9vw, 130px) clamp(24px, 7vw, 110px); overflow: hidden; }
.gift-hero::after { top: 34px; right: 2%; width: 270px; height: 120px; }
.gift-art { padding: 14px; transform: rotate(1.3deg); background: #111; box-shadow: 18px 18px 0 var(--gg-yellow); }
.gift-art img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.gift-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	color: #000;
	background: var(--gg-yellow);
	border-block: 2px solid #000;
}

.gift-meta div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	text-align: center;
	border-right: 2px solid #000;
}

.gift-meta strong,
.gift-meta span {
	display: block;
}

.gift-meta strong {
	font-family: var(--gg-display);
	font-size: 29px;
	text-transform: uppercase;
}

.gift-meta span {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.gift-lower { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 110px); padding: clamp(70px, 9vw, 125px) clamp(24px, 7vw, 110px); }
.coupon-panel h2, .gift-form h2 { font-family: var(--gg-display); font-size: 38px; text-transform: uppercase; }
.coupon-crop { max-height: 455px; overflow: hidden; border: 8px solid var(--gg-yellow); }
.coupon-crop img { width: 100%; transform: translateY(0); }
.coupon-note, .form-note { color: var(--gg-muted); font-size: 14px; }

.booking-banner { display: grid; min-height: 330px; place-items: center; border-bottom: 8px solid var(--gg-yellow); }
.booking-banner img { position: absolute; inset: 0; }
.booking-banner h1 { position: relative; z-index: 2; margin: 0; font-family: var(--gg-display); font-size: clamp(54px, 8vw, 118px); line-height: .9; text-align: center; text-transform: uppercase; }
.booking-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(42px, 7vw, 100px); padding-block: clamp(66px, 8vw, 115px); }
.booking-rules { align-self: start; padding: 30px; color: #000; background: var(--gg-yellow); box-shadow: 10px 10px 0 #fff; }
.booking-rules h2 { margin-top: 0; font-family: var(--gg-display); font-size: 32px; text-transform: uppercase; }
.booking-rules ul { margin: 0; padding-left: 22px; }
.booking-rules li + li { margin-top: 12px; }
.gift-form input,
.gift-form textarea,
.entry-content input,
.entry-content select,
.entry-content textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.48) !important; border-radius: 0 !important;
  color: #fff !important; background: #0a0a0a !important; box-shadow: none !important;
}

.gift-form .field { margin-bottom: 16px; }
.gift-form label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gift-form textarea { min-height: 130px; }

.entry-shell { padding: clamp(70px, 9vw, 125px) 0; }
.entry-header { max-width: 950px; margin-bottom: 46px; }
.entry-content { max-width: 950px; color: #d4d3ce; }
.entry-content h2, .entry-content h3 { color: #fff; font-family: var(--gg-display); text-transform: uppercase; }
.entry-content a:not(.btn) { color: var(--gg-yellow); }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 36px clamp(20px, 5vw, 72px); border-top: 8px solid var(--gg-yellow); color: #b8b7b2; background: #020202; font-size: 14px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #fff; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.side-cta {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 0;
  display: flex;
  width: 46px;
  height: 200px;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translateY(-50%);
  color: #000;
  background: var(--gg-yellow);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}
.side-cta span { display: block; transform: rotate(-90deg); white-space: nowrap; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 174px 1fr auto; }
  .primary-nav a { padding-inline: 8px; font-size: 12px; }
  .site-brand img, .custom-logo { width: 142px; }
  .hero { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto auto; min-height: 66px; }
  .site-brand img, .custom-logo { width: 132px; max-height: 34px; }
  .primary-nav { position: fixed; z-index: 999; top: 66px; right: 0; left: 0; display: none; padding: 12px 22px 25px; border-bottom: 7px solid var(--gg-yellow); background: #050505; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; }
  .primary-nav a { padding: 15px 5px; border-bottom: 1px solid var(--gg-line); font-size: 15px; }
  .primary-nav a::after { display: none; }
  .menu-toggle { display: block; margin-left: 12px; }
  .language-switcher { justify-self: end; margin-left: 14px; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-media { height: 58vw; min-height: 350px; order: 1; }
  .hero-copy { order: 2; }
  .proof-strip { order: 3; grid-template-columns: 1fr 1fr; }
  .proof-photo { display: none; }
  .page-hero, .reviews-hero, .gift-hero, .location-grid, .gift-lower, .booking-layout, .faq-layout, .details-grid { grid-template-columns: 1fr; }
  .page-hero__media, .reviews-photo { min-height: 440px; order: -1; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review { min-height: 0; border-right: 0; border-bottom: 2px solid #000; }
  .faq-intro { position: static; }
  .map-panel { min-height: 500px; }
  .gift-art { margin-top: 25px; }
  .side-cta { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 17px; }
  .site-header { padding-inline: 15px; }
  .site-brand img, .custom-logo { width: 112px; max-height: 31px; }
  .language-switcher { margin-left: 8px; }
  .hero-copy, .page-hero__copy, .reviews-score, .location-copy { padding: 54px 22px; }
  .hero-copy::before, .page-hero__copy::before { width: 120px; height: 55px; }
  .display { font-size: clamp(51px, 16vw, 78px); }
  .display--medium { font-size: clamp(46px, 14vw, 68px); }
  .lead { font-size: 21px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 2px solid #000; }
  .section-head { align-items: start; flex-direction: column; }
  .feature-row { grid-template-columns: 48px 1fr; }
  .feature-row p { grid-column: 2; }
  .gift-meta { grid-template-columns: 1fr; }
  .gift-meta div { border-right: 0; border-bottom: 2px solid #000; }
  .gift-art { box-shadow: 9px 9px 0 var(--gg-yellow); }
  .contact-line { flex-direction: column; gap: 4px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Google review proof and current leaderboard. */
.rating strong { font-family: var(--gg-display); font-size: 34px; }
.proof-item { text-decoration: none; }
.google-proof {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) 1.45fr;
  border-bottom: 1px solid var(--gg-line);
  background: var(--gg-yellow);
  color: #050505;
}
.google-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: clamp(30px, 4vw, 54px);
  border-right: 2px solid #050505;
}
.google-score .eyebrow { margin: 0; background: #050505; color: #fff; }
.google-score .eyebrow::before { background: var(--gg-yellow); }
.google-score .btn { margin-top: 14px; border-color: #050505; color: #050505 !important; }
.google-score .btn:hover { background: #050505 !important; color: #fff !important; }
.google-rating-number { font-family: var(--gg-display); font-size: clamp(76px, 9vw, 124px); font-weight: 700; line-height: .82; }
.google-stars { color: #050505; font-size: 26px; letter-spacing: .12em; }
.google-quotes { display: grid; grid-template-columns: repeat(3, 1fr); }
.google-quotes blockquote {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid rgba(0,0,0,.45);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.28;
}
.google-quotes cite { margin-top: 20px; font-family: var(--gg-sans); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reviews-score .btn { margin-top: 24px; align-self: flex-start; }
.leaderboard-table { max-width: 820px; margin: 0; padding: 0; list-style: none; counter-reset: leaderboard; border-top: 2px solid var(--gg-yellow); }
.leaderboard-table li { display: grid; grid-template-columns: 58px 1fr auto; gap: 16px; align-items: center; padding: 13px 10px; border-bottom: 1px solid var(--gg-line); counter-increment: leaderboard; }
.leaderboard-table li::before { content: counter(leaderboard, decimal-leading-zero); color: var(--gg-yellow); font-weight: 800; }
.leaderboard-table strong { color: #fff; font-family: var(--gg-display); font-size: 21px; }
.booking-banner h1,
.booking-rules h2,
.coupon-panel h2,
.gift-form h2,
.faq-list summary { line-height: 1.08; }

@media (max-width: 920px) {
  .google-proof { grid-template-columns: 1fr; }
  .google-score { border-right: 0; border-bottom: 2px solid #050505; }
  .google-quotes { grid-template-columns: 1fr; }
  .google-quotes blockquote { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.45); }
}
@media (max-width: 640px) {
  .display, .section-title { line-height: 1.04; }
}

/* -------------------------------------------------------------------------
   GAMEGROUND SIGNAL: a separate visual system that keeps the same templates.
   ------------------------------------------------------------------------- */



body {
  background: #070707;
  font-size: 17px;
  letter-spacing: .005em;
}

body::before {
  opacity: .32;
  background:
    linear-gradient(90deg, rgba(255,208,0,.025) 1px, transparent 1px),
    linear-gradient(rgba(255,208,0,.018) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(255,208,0,.08), transparent 24%),
    #070707;
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.site-header {
  grid-template-columns: 188px 1fr auto auto;
  min-height: 68px;
  padding-inline: clamp(18px, 3.5vw, 54px);
  border-top: 5px solid var(--gg-yellow);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: rgba(7,7,7,.97);
}

.site-brand img, .custom-logo {
  width: 145px;
  max-height: 32px;
}

.primary-nav a {
  padding: 23px 12px 20px;
  font-size: 12px;
  letter-spacing: .13em;
}

.primary-nav a::after {
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 3px;
  transform: scaleX(0);
}

.primary-nav .current-menu-item > a::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.display,
.section-title {
  font-family: var(--gg-display);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
}

.display { font-size: clamp(72px, 9vw, 150px); }
.display--medium { font-size: clamp(62px, 7vw, 112px); }
.section-title { font-size: clamp(54px, 6.2vw, 94px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 10px 6px;
  color: #000;
  background: var(--gg-yellow);
  font-size: 11px;
  letter-spacing: .17em;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #000;
}

.eyebrow--red {
  color: #000;
  background: #fff;
}

.rule-red {
  width: 84px;
  height: 6px;
  margin-block: 24px;
  transform: none;
  background: var(--gg-yellow);
}

.lead {
  max-width: 620px;
  color: #e7e4dc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 28px);
}

.facts span, .facts-label {
  border: 0;
  border-left: 4px solid var(--gg-yellow);
  padding: 4px 13px 4px 10px;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  letter-spacing: .11em;
}

.btn,
.wp-element-button {
  min-height: 46px;
  padding: 10px 19px;
  border-width: 1px;
  font-size: 12px;
  letter-spacing: .14em;
}

.btn--red {
  border-color: var(--gg-yellow);
  color: #000 !important;
  background: var(--gg-yellow) !important;
  box-shadow: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.btn--red:hover {
  transform: none;
  color: #000 !important;
  background: #fff !important;
  box-shadow: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 720px;
  border-bottom: 0;
  isolation: isolate;
}

.hero-media {
  z-index: -2;
  grid-area: 1 / 1;
  min-height: 720px;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.86) 38%, rgba(0,0,0,.18) 78%),
    linear-gradient(0deg, rgba(0,0,0,.68), transparent 55%);
}

.hero-media img { object-position: center 43%; }

.hero-copy {
  grid-area: 1 / 1;
  align-self: stretch;
  justify-content: center;
  width: 62%;
  padding: 84px clamp(24px, 7vw, 105px) 110px;
  background: transparent;
}

.hero-copy::before {
  z-index: -1;
  top: 56px;
  right: auto;
  left: clamp(24px, 7vw, 105px);
  width: 310px;
  height: 18px;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
}

.hero-copy::after {
  display: none;
  content: none;
}

.proof-strip {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  grid-template-columns: 1fr 1.5fr 210px;
  min-height: 98px;
  background: rgba(7,7,7,.95);
  border-top: 1px solid rgba(255,255,255,.25);
}

.proof-item {
  padding: 18px clamp(20px, 3vw, 42px);
  border-right: 1px solid rgba(255,255,255,.22);
  color: #fff;
}

.proof-photo img { height: 98px; }
.rating, .quote { font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.stars { color: var(--gg-yellow); }

.section { padding-block: clamp(82px, 10vw, 145px); }
.section-head { align-items: center; }

.feature-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--gg-line);
  background: var(--gg-line);
}

.feature-row {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
  padding: clamp(25px, 3vw, 44px);
  border: 0;
  background: #0b0b0b;
}

.feature-row > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #000;
  background: var(--gg-yellow);
  font-size: 20px;
}

.feature-row strong { font-family: var(--gg-display); font-size: 34px; line-height: .9; }
.feature-row p { margin: 0; }

.page-hero {
  grid-template-columns: 1.05fr .95fr;
  min-height: 600px;
  border-bottom: 1px solid var(--gg-line);
}

.page-hero__copy {
  order: 2;
  padding: 78px clamp(30px, 6vw, 90px);
  background: #0a0a0a;
}

.page-hero__media { order: 1; }
.page-hero__media::after { background: linear-gradient(90deg, transparent 60%, rgba(0,0,0,.5)); }
.page-hero__copy::before { top: 62px; left: -54px; width: 115px; height: 14px; clip-path: none; }

.data-list { border-top: 6px solid var(--gg-yellow); }
.data-row { padding: 17px 0; }
.data-row dd { font-family: var(--gg-display); font-size: 24px; text-transform: uppercase; }
.image-band { height: min(36vw, 470px); border-top: 1px solid var(--gg-line); }

.reviews-hero { grid-template-columns: .9fr 1.1fr; border-bottom: 0; }
.reviews-score { background: var(--gg-yellow); }
.reviews-score .eyebrow { color: #fff; background: #000; }
.reviews-score .display, .reviews-score .lead { color: #000; }
.reviews-score .stars { color: #000; }
.reviews-grid { gap: 1px; padding: 1px; color: #fff; background: rgba(255,255,255,.2); }
.review { min-height: 300px; border: 0; background: #0b0b0b; }
.review blockquote { font-family: Georgia, "Times New Roman", serif; }
.review cite { color: var(--gg-yellow); }

.faq-list { border-top: 6px solid var(--gg-yellow); }
.faq-list summary { font-family: var(--gg-display); font-size: 29px; text-transform: uppercase; }

.location-grid { min-height: 650px; }
.map-panel { background: #dedbd2; }
.map-panel::before, .map-panel::after { background: #141414; }
.map-road { background: var(--gg-yellow); }

/* Gift card deliberately stays compact on large screens. */
.gift-hero {
  grid-template-columns: minmax(0, 1fr) clamp(280px, 40vw, 510px);
  gap: clamp(45px, 8vw, 120px);
  min-height: 620px;
  padding: clamp(76px, 9vw, 126px) clamp(24px, 8vw, 125px);
  border-bottom: 1px solid var(--gg-line);
}

.gift-hero::after {
  top: 34px;
  right: 5%;
  width: 185px;
  height: 14px;
  clip-path: none;
}

.gift-art {
  width: 100%;
  max-width: 510px;
  justify-self: end;
  padding: 8px;
  transform: rotate(1deg);
  background: #171717;
  box-shadow: 12px 12px 0 var(--gg-yellow);
}

.gift-art img {
  width: 100%;
  height: auto;
}

.gift-meta {
  width: min(calc(100% - 42px), 1120px);
  margin: 0 auto;
  color: #fff;
  background: #0b0b0b;
  border: 1px solid var(--gg-line);
}

.gift-meta div { border-right-color: var(--gg-line); }
.gift-meta strong { color: var(--gg-yellow); font-family: var(--gg-display); font-size: 30px; }

.gift-lower {
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 60px);
}

.coupon-panel { max-width: 440px; }
.coupon-crop { max-height: none; border-width: 4px; }
.gift-form { align-self: center; max-width: 590px; }
.coupon-panel h2, .gift-form h2 { font-family: var(--gg-display); font-size: 48px; line-height: .9; }

.booking-banner { min-height: 285px; border-bottom: 0; }
.booking-banner::after { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.3)); }
.booking-banner h1 { font-family: var(--gg-display); font-size: clamp(72px, 10vw, 150px); }
.booking-rules { background: #fff; box-shadow: 10px 10px 0 var(--gg-yellow); }
.booking-rules h2 { font-family: var(--gg-display); font-size: 43px; line-height: .9; }

.site-footer {
  clear: both;
  grid-column: 1 / -1;
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  border-top-width: 1px;
  border-top-color: var(--gg-line);
  box-shadow: inset 0 6px 0 var(--gg-yellow);
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 160px 1fr auto auto; }
  .primary-nav a { padding-inline: 7px; }
  .hero-copy { width: 68%; }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto auto; min-height: 64px; }
  .primary-nav { top: 64px; }
  .hero { min-height: 670px; }
  .hero-media { min-height: 670px; }
  .hero-copy { width: 78%; padding-bottom: 130px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .feature-rows { grid-template-columns: 1fr; }
  .feature-row { min-height: 230px; }
  .page-hero, .reviews-hero, .gift-hero, .location-grid, .gift-lower, .booking-layout, .faq-layout, .details-grid { grid-template-columns: 1fr; }
/**/
  .page-hero {
    position: relative;
    display: block;
  }

  .page-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 28px;
background: linear-gradient(
  0deg,
  rgba(0, 0, 0, .98) 0%,
  rgba(0, 0, 0, .90) 35%,
  rgba(0, 0, 0, .45) 75%
);
  }
	/**/
  .gift-hero { min-height: 0; }
  .gift-art { width: min(100%, 470px); justify-self: start; }
  .gift-art img { max-height: 235px; }
  .gift-lower { width: 100%; }
}

@media (max-width: 640px) {
  .site-header { border-top-width: 4px; }
  .site-brand img, .custom-logo { width: 112px; }
  .hero { min-height: auto; display: flex; }
  .hero-media { min-height: 510px; height: 510px; }
  .hero-copy { width: 100%; margin-top: -175px; padding: 45px 22px 140px; background: linear-gradient(0deg, #070707 65%, transparent); }
  .hero-copy::before { display: none; }
  .hero-copy::after { display: none; }
  .proof-strip { position: relative; grid-template-columns: 1fr; }
  .display { font-size: clamp(64px, 20vw, 94px); }
  .display--medium { font-size: clamp(58px, 18vw, 82px); }
  .feature-row { min-height: 210px; }
  .gift-hero { padding-inline: 22px; }
  .gift-art { width: min(100%, 360px); padding: 5px; box-shadow: 7px 7px 0 var(--gg-yellow); }
  .gift-art img { max-height: 180px; }
  .gift-meta { width: calc(100% - 32px); }
  .gift-lower { padding-inline: 22px; }
}

/* Pricing note beneath the compact game facts. */
.extra-player-note {
  margin: -20px 0 30px;
  color: var(--gg-yellow);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.page-hero__actions {
  display: flex;
  align-items: center;
}

.page-hero__actions .btn { min-width: 180px; }

/* The Google review button needs strong contrast on its yellow panel. */
.reviews-score .btn.btn--red {
  border-color: #050505 !important;
  color: #fff !important;
  background: #050505 !important;
}
.reviews-score .btn.btn--red:hover {
  border-color: #fff !important;
  color: #050505 !important;
  background: #fff !important;
}

/* Real Roosi 16 house photograph and live map. */
.location-grid {
  grid-template-columns: minmax(360px, .78fr) minmax(540px, 1.22fr);
}
.location-visuals {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) minmax(310px, .9fr);
  min-width: 0;
  background: #0b0b0b;
}
.house-photo {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--gg-line);
  border-bottom: 6px solid var(--gg-yellow);
}
.house-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.house-photo figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 13px 16px;
  color: #fff;
  background: rgba(5,5,5,.9);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.gate-note {
  display: grid;
  gap: 4px;
  margin: 0 0 24px;
  padding: 14px 16px;
  border-left: 6px solid var(--gg-yellow);
  color: #111;
  background: #fff;
}
.gate-note strong {
  font-family: var(--gg-display);
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}
.gate-note span { font-size: 14px; line-height: 1.45; }
.map-panel {
  min-height: 310px;
  background: #ddd;
}
.map-panel::before,
.map-panel::after { display: none; }
.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  border: 0;
  filter: grayscale(1) contrast(1.06);
}

@media (max-width: 920px) {
  .location-grid { grid-template-columns: 1fr; }
  .location-visuals { grid-template-rows: minmax(360px, 52vw) 420px; }
  .house-photo { border-left: 0; }
  .map-panel,
  .map-panel iframe { min-height: 420px; }
}

@media (max-width: 640px) {
  .facts { gap: 7px; }
  .facts span { padding-inline: 9px; }
  .extra-player-note { margin-top: -18px; font-size: 13px; }
  .location-visuals { grid-template-rows: 300px 360px; }
  .map-panel,
  .map-panel iframe { min-height: 360px; }
  .house-photo figcaption { right: 12px; bottom: 12px; left: 12px; }
}

/* Compact page openings and responsive layout refinements. */
main { margin: 0; padding: 0; }
.hero,
.hero-media { min-height: 720px; }
.hero-copy {
  justify-content: flex-start;
  padding-top: clamp(68px, 6vw, 92px);
}
.hero-copy::before { display: none; }
.hero .display { font-size: clamp(62px, 7vw, 118px); line-height: .94; }
.page-hero__copy,
.reviews-score,
.location-copy { justify-content: flex-start; }
.page-hero__copy,
.reviews-score { padding-top: clamp(52px, 6vw, 76px); }
.location-copy { padding-top: clamp(52px, 6vw, 82px); }
.section { padding-block: clamp(52px, 7vw, 96px); }
.faq-layout,
.entry-shell,
.booking-layout { padding-block: clamp(48px, 6vw, 86px); }
.gift-hero { padding-block: clamp(54px, 7vw, 92px); }

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.story-copy { max-width: 830px; }
.story-copy > p:not(.eyebrow):not(.difficulty) {
  margin: 0 0 22px;
  color: #d1d0ca;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.68;
}
.story-copy .difficulty {
  width: fit-content;
  margin: 0 0 30px;
  padding: 7px 10px;
  border-left: 4px solid var(--gg-yellow);
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.story-copy .story-question {
  padding: 20px 22px;
  border-left: 6px solid var(--gg-yellow);
  color: #fff !important;
  background: #111;
  font-weight: 700;
}
.story-layout aside { position: sticky; top: 96px; }

/* The live map appears before the house photograph. */
.map-panel { border-bottom: 6px solid var(--gg-yellow); }
.house-photo { border-bottom: 0; }

@media (max-width: 1120px) {
  .hero .display { font-size: clamp(60px, 8vw, 100px); }
  .hero-copy { width: 72%; }
  .story-layout { grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr); }
}

@media (max-width: 920px) {
  .hero,
  .hero-media { min-height: 660px; }
  .hero-copy { width: 82%; padding-top: 62px; }
  .hero .display { font-size: clamp(58px, 10vw, 86px); }
  .page-hero { min-height: 0; }
  .page-hero__media,
  .reviews-photo { min-height: 360px; }
  .page-hero__copy,
  .reviews-score,
  .location-copy { padding: 48px 28px; }
  .story-layout { grid-template-columns: 1fr; }
  .story-layout aside { position: static; }
  .faq-layout,
  .booking-layout { gap: 42px; }
  .faq-intro { position: static; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review { min-height: 240px; }
  .location-visuals { grid-template-rows: 420px minmax(340px, 52vw); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .language-switcher { margin-left: 4px; }
  .language-switcher ul { gap: 5px; }
  .language-switcher a { font-size: 12px; }
  .menu-toggle { margin-left: 6px; }
  .hero { display: flex; }
  .hero-media { min-height: 360px; height: 360px; }
  .hero-copy {
    width: 100%;
    margin-top: -95px;
    padding: 28px 18px 36px;
    background: linear-gradient(0deg, #070707 82%, transparent);
  }
  .hero .display {
    font-size: clamp(48px, 15vw, 66px);
    line-height: .98;
    overflow-wrap: anywhere;
  }
  .display--medium { font-size: clamp(44px, 14vw, 62px); }
  .section-title { font-size: clamp(40px, 13vw, 58px); }
  .lead { font-size: 19px; line-height: 1.42; }
  .facts { margin-bottom: 26px; }
  .facts span { flex: 1 1 auto; text-align: center; }
  .extra-player-note { margin: -14px 0 24px; }
  .page-hero__actions .btn { width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .proof-strip { position: static; }
  .proof-item { min-height: 88px; padding: 16px 18px; }
  .google-score { padding: 38px 20px; }
  .google-quotes blockquote { padding: 28px 20px; font-size: 20px; }
  .page-hero__media,
  .reviews-photo { min-height: 280px; }
  .page-hero__copy,
  .reviews-score,
  .location-copy { padding: 38px 18px; }
  .page-hero__copy::before { display: none; }
  .section,
  .faq-layout,
  .entry-shell,
  .booking-layout,
  .gift-hero,
  .gift-lower { padding-block: 44px; }
  .wrap { width: min(calc(100% - 30px), var(--gg-max)); }
  .story-copy > p:not(.eyebrow):not(.difficulty) { font-size: 17px; line-height: 1.62; }
  .story-copy .story-question { padding: 17px; }
  .data-row { grid-template-columns: .9fr 1.1fr; gap: 12px; }
  .data-row dd { font-size: 20px; overflow-wrap: anywhere; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review { min-height: 0; padding: 30px 20px; }
  .faq-list summary { padding-block: 21px; font-size: 23px; line-height: 1.15; }
  .gift-meta strong { font-size: 24px; }
  .gift-lower { gap: 36px; }
  .coupon-panel h2,
.gift-form h2,
.booking-rules h2 { font-size: 34px; line-height: 1.05; }
  .booking-banner { min-height: 210px; }
  .booking-banner h1 { font-size: clamp(50px, 15vw, 70px); }
  .booking-rules { padding: 22px 18px; box-shadow: 6px 6px 0 var(--gg-yellow); }
  .location-visuals { grid-template-rows: 350px 280px; }
  .map-panel,
  .map-panel iframe { min-height: 350px; }
  .house-photo { min-height: 280px; }
  .contact-line strong { overflow-wrap: anywhere; }
  .leaderboard-head,
  .leaderboard-table li { grid-template-columns: 42px minmax(0, 1fr) 62px 44px; gap: 8px; padding-inline: 4px; }
  .leaderboard-table span { overflow-wrap: anywhere; }
  .site-footer { padding: 30px 18px; }
}

/* Version 1.5: wide brand logo, clear booking controls and live leaderboard. */
.site-header { grid-template-columns: 210px 1fr auto auto; }
.site-brand .site-header-logo {
  display: block;
  width: 178px;
  max-height: 34px;
  object-fit: contain;
  object-position: left center;
}

.leaderboard-lead { max-width: 760px; }
.leaderboard-head,
.leaderboard-table li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 90px 70px;
  gap: 16px;
  align-items: center;
  max-width: 900px;
  padding-inline: 10px;
}
.leaderboard-head {
  padding-block: 10px;
  border-bottom: 2px solid var(--gg-yellow);
  color: #aaa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.leaderboard-table { max-width: 900px; border-top: 0; }
.leaderboard-time { text-align: right; }
.leaderboard-hints {
  color: #fff;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.leaderboard-marker { color: var(--gg-yellow); font-size: 16px; vertical-align: top; }
.leaderboard-note { max-width: 900px; margin: 20px 0 0; color: #c9c8c3; font-size: 14px; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 170px 1fr auto auto; }
  .site-brand .site-header-logo { width: 148px; }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-brand .site-header-logo { width: 128px; max-height: 30px; }
}

@media (max-width: 640px) {
  .site-brand .site-header-logo { width: 116px; max-height: 28px; }
  .leaderboard-head,
  .leaderboard-table li { grid-template-columns: 38px minmax(0, 1fr) 58px 38px; gap: 7px; }
  .leaderboard-head { font-size: 10px; letter-spacing: .04em; }
  .leaderboard-table strong { font-size: 17px; }
}

/* Version 1.5.3: compact gift card layout and true mobile hero overlay. */
.gift-card-panel { align-self: center; max-width: 440px; }
.gift-card-repeat {
  overflow: hidden;
  border: 4px solid var(--gg-yellow);
  box-shadow: 7px 7px 0 var(--gg-red);
}
.gift-card-repeat img { display: block; width: 100%; height: auto; }

/* Keep the primary menu on one line until the hamburger breakpoint. */
.primary-nav ul { flex-wrap: nowrap; }
.primary-nav a { white-space: nowrap; }
/* The theme-generated booking item is the final menu CTA. */

@media (max-width: 1320px) {
  .site-header { grid-template-columns: 1fr auto auto; min-height: 68px; }
  .primary-nav {
    position: fixed;
    z-index: 999;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 68px);
    padding: 12px 22px 25px;
    overflow-y: auto;
    border-bottom: 7px solid var(--gg-yellow);
    background: #050505;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; }
  .primary-nav a { padding: 15px 5px; border-bottom: 1px solid var(--gg-line); font-size: 15px; }
  .primary-nav a::after { display: none; }
  .primary-nav .menu-item-booking > a {
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 18px 0 0;
    padding: 0 16px;
    color: #000 !important;
    background: var(--gg-yellow);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .primary-nav .menu-item-booking > a:hover,
  .primary-nav .menu-item-booking > a:focus-visible { color: #000 !important; background: #fff; }
  .menu-toggle { display: block; margin-left: 12px; }
  .language-switcher { justify-self: end; margin-left: 14px; }
}

@media (max-width: 640px) {
  .site-header { min-height: 70px; }
  .site-brand .site-header-logo { width: 144px; max-height: 36px; }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(540px, auto) auto;
    isolation: isolate;
  }
  .hero-media {
    z-index: 0;
    grid-area: 1 / 1;
    min-height: 540px;
    height: min(150vw, 570px);
  }
  .hero-copy {
    z-index: 1;
    grid-area: 1 / 1;
    align-self: stretch;
    width: 100%;
    margin: 0;
    padding: 36px 18px 30px;
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(7,7,7,.98) 12%, rgba(7,7,7,.72) 58%, rgba(7,7,7,.1) 100%);
  }
  .hero .lead { margin-bottom: 16px; }
  .hero .facts { margin-bottom: 18px; }
  .hero .extra-player-note { margin: -8px 0 18px; }
  .hero .hero-actions { margin-top: 0; }
  .proof-strip { grid-row: 2; }
}

/* Version 1.5.18: unified homepage Google review design. */
.proof-strip {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 5vw, 72px);
  bottom: 30px;
  left: auto;
  display: block;
  grid-column: auto;
  width: min(350px, calc(100% - 48px));
  min-height: 0;
  border: 0;
  background: transparent;
}
.proof-card {
  display: grid;
  grid-template-areas:
    "score label arrow"
    "score stars arrow"
    "score count arrow";
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1px 15px;
  align-items: center;
  min-height: 105px;
  padding: 15px 17px;
  border: 2px solid #050505;
  color: #050505;
  background: var(--gg-yellow);
  box-shadow: 8px 8px 0 var(--gg-red);
  text-decoration: none;
  transform: rotate(-.4deg);
  transition: box-shadow .18s ease, transform .18s ease;
}
.proof-card:hover,
.proof-card:focus-visible {
  box-shadow: 5px 5px 0 var(--gg-red);
  transform: translate(2px, 2px) rotate(0);
}
.proof-card__score {
  grid-area: score;
  padding-right: 15px;
  border-right: 2px solid #050505;
  font-family: var(--gg-display);
  font-size: 58px;
  line-height: .82;
}
.proof-card__label {
  grid-area: label;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.15;
  text-transform: uppercase;
}
.proof-card .stars {
  grid-area: stars;
  color: var(--gg-red);
  font-size: 15px;
  line-height: 1;
}
.proof-card__count {
  grid-area: count;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}
.proof-card__arrow {
  grid-area: arrow;
  font-size: 27px;
  font-weight: 800;
}

.google-proof {
  position: relative;
  display: grid;
  grid-template-columns: minmax(245px, .46fr) minmax(0, 1.54fr);
  gap: clamp(34px, 5vw, 72px);
  padding: clamp(42px, 5vw, 68px) clamp(24px, 6vw, 92px);
  overflow: hidden;
  border-top: 1px solid var(--gg-line);
  border-bottom: 7px solid var(--gg-yellow);
  color: #fff;
  background: #090909;
}
.google-proof::before {
  position: absolute;
  top: 0;
  left: clamp(24px, 6vw, 92px);
  width: 125px;
  height: 8px;
  content: "";
  background: var(--gg-red);
}
.google-proof__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.google-proof__intro .eyebrow {
  margin: 0 0 18px;
  color: #050505;
  background: var(--gg-yellow);
}
.google-proof__intro .eyebrow::before { background: var(--gg-red); }
.google-proof__title {
  max-width: 390px;
  margin: 0;
  font-family: var(--gg-display);
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .94;
  text-transform: uppercase;
}
.google-proof__intro .btn { margin-top: 26px; }
.google-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  align-items: stretch;
  counter-reset: google-review;
}
.google-quotes blockquote {
  position: relative;
  display: flex;
  min-height: 195px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 30px 24px 23px;
  border: 1px solid rgba(0,0,0,.32);
  color: #101010;
  background: var(--gg-paper);
  box-shadow: 7px 7px 0 var(--gg-yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.3;
  counter-increment: google-review;
}
.google-quotes blockquote:nth-child(1) { transform: rotate(-.35deg); }
.google-quotes blockquote:nth-child(2) { transform: translateY(5px) rotate(.25deg); }
.google-quotes blockquote:nth-child(3) { transform: rotate(-.2deg); }
.google-quotes blockquote::before {
  position: absolute;
  top: 9px;
  right: 12px;
  content: counter(google-review, decimal-leading-zero);
  color: var(--gg-red);
  font-family: var(--gg-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.google-quotes cite {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.35);
  font-family: var(--gg-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .proof-strip { right: 26px; bottom: 24px; width: 320px; }
  .proof-card__score { font-size: 52px; }
  .google-proof { grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr); gap: 34px; padding-inline: 32px; }
  .google-quotes blockquote { padding-inline: 20px; }
}

@media (max-width: 920px) {
  .google-proof { grid-template-columns: 1fr; gap: 28px; padding: 42px 26px 48px; }
  .google-proof__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 24px;
    align-items: end;
  }
  .google-proof__intro .eyebrow { grid-column: 1 / -1; margin-bottom: 2px; }
  .google-proof__intro .btn { margin: 0; }
  .google-proof__title { font-size: clamp(42px, 8vw, 60px); }
  .google-quotes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .google-quotes blockquote { min-height: 185px; padding: 27px 19px 20px; font-size: 17px; }
}

@media (max-width: 760px) {
  .google-proof__intro { display: flex; align-items: flex-start; }
  .google-proof__intro .btn { margin-top: 20px; }
  .google-quotes { grid-template-columns: 1fr; gap: 15px; }
  .google-quotes blockquote {
    min-height: 0;
    padding: 25px 22px 19px;
    box-shadow: 5px 5px 0 var(--gg-yellow);
    font-size: 18px;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .proof-strip {
    position: static;
    grid-row: 2;
    width: 100%;
  }
  .proof-card {
    min-height: 88px;
    padding: 13px 18px;
    border-inline: 0;
    box-shadow: none;
    transform: none;
  }
  .proof-card:hover,
  .proof-card:focus-visible { box-shadow: none; transform: none; }
  .proof-card__score { font-size: 48px; }
  .proof-card__label { font-size: 12px; }
  .proof-card__count { font-size: 13px; }
  .google-proof { padding: 38px 18px 43px; }
  .google-proof::before { left: 18px; width: 88px; }
  .google-proof__title { font-size: clamp(40px, 13vw, 54px); }
  .google-proof__intro .btn { width: 100%; }
  .google-quotes blockquote { font-size: 17px; }
}

/* Version 1.5.19: cap the complete desktop hero below the sticky header. */
@media (min-width: 641px) {
  .hero {
    height: calc(100vh - 68px);
    min-height: min(720px, calc(100vh - 68px));
    max-height: calc(100vh - 68px);
  }
  .hero-media {
    height: 100%;
    min-height: 0;
  }
}

/* On smaller screens, show the booking form before the preparation card. */
@media (max-width: 920px) {
  .booking-layout > .booking-rules { order: 2; }
	.gift-lower > .gift-card-panel {
		order: 2;
	}
		.gift-lower > .gift-card-form {
		order: 1;
	}
	.gift-art {
		
		display: none;
	}
}

/* Keep room-name diacritics clear and match the room-page title scale. */
.hero .display.display--medium {
  font-size: clamp(48px, 5.8vw, 92px);
  line-height: 1.04;
}

@media (max-width: 640px) {
  .hero .display.display--medium {
    font-size: clamp(44px, 14vw, 62px);
    line-height: 1.08;
  }
}

.display,
.section-title,
.booking-banner h1,
.booking-rules h2,
.gift-form h2,
.faq-list summary {
	font-weight: 400;
}

.display,
.section-title,
.google-proof__title {
	line-height: 1.08;
}

.hero .display.display--medium {
	line-height: 1.12;
}

.gift-card-repeat {
	box-shadow: 7px 7px 0 #171717;
}

@media (min-width: 921px) {
	.page-template-template-room-php .page-hero {
		grid-template-columns: 40% 60%;
	}
}

.page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews-hero {
	display: grid;
	grid-template-columns: 38% 62%;
	height: 340px;
	min-height: 0;
	border-bottom: 1px solid var(--gg-line);
	background: #050505;
}

.reviews-score {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px clamp(34px, 6vw, 94px);
	color: #fff;
	background: #050505;
}

.reviews-score::after {
	position: absolute;
	right: 0;
	bottom: 28px;
	width: 48px;
	height: 7px;
	content: "";
	background: var(--gg-red);
}

.reviews-score .eyebrow {
	width: fit-content;
	margin: 0 0 12px;
	padding: 0;
	color: var(--gg-yellow);
	background: transparent;
}

.reviews-score .display {
	margin: 0;
	color: var(--gg-yellow);
	font-size: clamp(82px, 9vw, 130px);
	line-height: .8;
}

.reviews-score .lead {
	margin: 12px 0 4px;
	color: #fff;
	font-size: 19px;
}

.reviews-score .stars {
	color: var(--gg-yellow);
	font-size: 25px;
	line-height: 1;
	letter-spacing: .1em;
}

.reviews-score .btn.btn--red {
	margin-top: 16px;
	padding: 12px 19px;
	border-color: var(--gg-yellow) !important;
	color: #000 !important;
	background: var(--gg-yellow) !important;
}

.reviews-score .btn.btn--red:hover {
	border-color: #fff !important;
	color: #000 !important;
	background: #fff !important;
}

.reviews-photo {
	position: relative;
	min-width: 0;
	overflow: hidden;
}

.reviews-photo::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, .35),
		transparent 45%
	);
	pointer-events: none;
}

.reviews-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(.75) contrast(1.15);
}

.reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: min(calc(100% - 48px), 1320px);
	margin: 0 auto;
	padding: 28px 0 60px;
	color: #fff;
	background: transparent;
}

.review {
	position: relative;
	display: flex;
	min-height: 230px;
	flex-direction: column;
	padding: clamp(25px, 3vw, 38px);
	overflow: hidden;
	border: 1px solid var(--gg-line);
	border-top: 5px solid var(--gg-yellow);
	background: #0b0b0b;
}

.review:nth-child(3n + 2) {
	border-top-color: var(--gg-red);
}

.review::before {
	position: absolute;
	top: 4px;
	right: 18px;
	content: "“";
	color: rgba(255, 212, 0, .14);
	font-family: Georgia, serif;
	font-size: 90px;
	line-height: 1;
}

.review blockquote {
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 1.6vw, 23px);
	line-height: 1.4;
}

.review cite {
	position: relative;
	z-index: 1;
	margin-top: auto;
	color: var(--gg-yellow);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

@media (max-width: 920px) {
	.reviews-hero {
		grid-template-columns: 1fr;
		height: auto;
	}

	.reviews-score {
		padding: 28px;
		order: 1;
	}

	.reviews-score .display {
		font-size: 90px;
	}

	.reviews-photo {
		height: 150px;
		min-height: 150px;
		order: 2;
	}

	.reviews-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 24px;
	}
}

@media (max-width: 640px) {
	.reviews-score {
		padding: 24px 22px;
		min-width: 0;
		overflow: hidden;
	}

	.reviews-score .eyebrow {
		margin-bottom: 8px;
	}

	.reviews-score .display {
		max-width: 100%;
		font-size: 62px;
		overflow-wrap: anywhere;
	}

	.reviews-score .lead {
		margin-top: 9px;
		font-size: 17px;
	}

	.reviews-score .stars {
		font-size: 21px;
	}

	.reviews-score .btn.btn--red {
		width: 100%;
		margin-top: 13px;
	}

	.reviews-photo {
		height: 105px;
		min-height: 105px;
	}

	.reviews-grid {
		grid-template-columns: 1fr;
		width: calc(100% - 30px);
		padding: 20px 0 42px;
	}

	.review {
		min-height: 0;
		padding: 26px 20px;
	}

	.review blockquote {
		max-width: 100%;
		font-size: 16px;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.review cite {
		max-width: 100%;
		font-size: 11px;
		overflow-wrap: anywhere;
	}
}
@media (max-width: 640px) {
	.display,
	.display--medium,
	.section-title,
	.google-proof__title {
		font-size: clamp(28px, 8.5vw, 40px) !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		hyphens: none;
	}
}