:root {
  --ink: #0f1f25;
  --ink-2: #172b33;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --line: rgba(15, 31, 37, 0.14);
  --coral: #f07c68;
  --mint: #68bea5;
  --purple: #9a82cf;
  --yellow: #f2c55e;
  --white: #ffffff;
  --muted: #6b767b;
  --shadow: 0 24px 70px rgba(9, 24, 29, 0.16);
  --radius: 24px;
  --header-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ink);
  line-height: 1.5;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.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;
  left: 16px;
  top: -60px;
  z-index: 999;
  background: white;
  color: black;
  padding: 12px 16px;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.hidden { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 4vw;
  background: rgba(14, 30, 36, 0.94);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
}
.wordmark {
  text-decoration: none;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  text-decoration: none;
  font-size: .86rem;
  font-weight: 600;
  opacity: .84;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { opacity: 1; color: #ffd9d1; }
.menu-button {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: white;
  font-size: 1.35rem;
}

.sponsor-ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  background: var(--yellow);
  color: #2d2410;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}
.sponsor-ribbon a { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.sponsor-ribbon img { height: 22px; max-width: 120px; object-fit: contain; }

.page { display: none; min-height: 70vh; }
.page.is-active { display: block; }
.light-page { background: var(--cream); }

.hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #33576b 0%, #c98569 56%, #20353b 100%);
  color: white;
}
.bridge-art { position: absolute; inset: 0; overflow: hidden; }
.sun {
  position: absolute;
  top: 13%;
  right: 13%;
  width: 128px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,236,181,.95), rgba(255,179,112,.6) 43%, transparent 70%);
  filter: blur(.2px);
}
.skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  height: 160px;
  opacity: .7;
  background:
    linear-gradient(90deg,
      transparent 0 2%, #19313a 2% 6%, transparent 6% 8%,
      #1b3540 8% 12%, transparent 12% 14%, #17303a 14% 20%,
      transparent 20% 23%, #203b44 23% 25%, transparent 25% 28%,
      #17313b 28% 34%, transparent 34% 38%, #203a43 38% 41%,
      transparent 41% 46%, #18313b 46% 53%, transparent 53% 56%,
      #17323c 56% 60%, transparent 60% 64%, #213b44 64% 69%,
      transparent 69% 73%, #19343d 73% 78%, transparent 78% 81%,
      #17313b 81% 88%, transparent 88% 91%, #1d3740 91% 97%, transparent 97%);
  clip-path: polygon(0 100%, 0 45%, 3% 45%, 3% 15%, 6% 15%, 6% 58%, 9% 58%, 9% 34%, 12% 34%, 12% 70%, 15% 70%, 15% 28%, 20% 28%, 20% 65%, 24% 65%, 24% 10%, 26% 10%, 26% 54%, 30% 54%, 30% 38%, 34% 38%, 34% 70%, 39% 70%, 39% 18%, 42% 18%, 42% 62%, 47% 62%, 47% 30%, 53% 30%, 53% 54%, 58% 54%, 58% 12%, 61% 12%, 61% 66%, 65% 66%, 65% 39%, 69% 39%, 69% 65%, 74% 65%, 74% 24%, 79% 24%, 79% 59%, 83% 59%, 83% 35%, 88% 35%, 88% 68%, 92% 68%, 92% 20%, 97% 20%, 97% 48%, 100% 48%, 100% 100%);
}
.skyline-back { opacity: .36; transform: scaleY(.76); transform-origin: bottom; bottom: 130px; }
.bridge-tower {
  position: absolute;
  bottom: 62px;
  width: 108px;
  height: 270px;
  background: linear-gradient(90deg,#273c40,#5a5248 48%,#263a3e);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.05);
}
.bridge-tower::before,
.bridge-tower::after {
  content: "";
  position: absolute;
  top: 60px;
  width: 33px;
  height: 90px;
  border: 7px solid rgba(12,28,32,.7);
  border-bottom: 0;
  border-radius: 19px 19px 0 0;
}
.bridge-tower::before { left: 12px; }
.bridge-tower::after { right: 12px; }
.bridge-tower span {
  position: absolute;
  left: -9px;
  right: -9px;
  top: 35px;
  height: 17px;
  background: #283b3d;
  box-shadow: 0 40px 0 #283b3d, 0 125px 0 #283b3d;
}
.tower-left { left: 39%; }
.tower-right { right: 39%; }
.bridge-deck {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 69px;
  height: 22px;
  background: #14282e;
  box-shadow: 0 8px 0 rgba(10,20,24,.5);
}
.bridge-cables { position: absolute; inset: 0; width: 100%; height: 100%; }
.bridge-cables path { fill: none; stroke: rgba(24,43,48,.9); stroke-width: 8; }
.bridge-cables path.thin { stroke-width: 2.2; opacity: .7; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,26,.54), rgba(7,21,26,.12) 55%, rgba(7,21,26,.38)); }
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(980px, 92vw);
  padding: 72px 0 30px;
  text-shadow: 0 4px 30px rgba(0,0,0,.42);
}
.eyebrow {
  margin: 0 0 6px;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 600;
  font-size: .78rem;
}
.hero .eyebrow { font-size: 1.3rem; }
.hero h1,
.page-banner h1 {
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(4rem, 11vw, 8.8rem);
  line-height: .95;
  letter-spacing: -.02em;
}
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.3rem); }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
  font-size: .78rem;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.14); }
.button-coral { background: var(--coral); color: white; }
.button-mint { background: var(--mint); color: #102d27; }
.button-purple { background: var(--purple); color: white; }
.button-yellow { background: var(--yellow); color: #302609; }
.button-light { background: rgba(255,255,255,.94); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-outline { background: transparent; color: var(--ink); border-color: rgba(15,31,37,.35); }
.button-outline-light { background: transparent; color: white; border-color: rgba(255,255,255,.45); }
.button-large { width: 100%; min-height: 54px; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.section-pad { padding: 64px max(4vw, 24px); }
.feature-launcher {
  position: relative;
  z-index: 4;
  margin-top: -80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.launcher-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px;
  color: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.launcher-card h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; text-transform: uppercase; font-size: 1.75rem; margin: 10px 0; }
.launcher-card p { max-width: 340px; margin: 0 0 26px; opacity: .9; }
.launcher-icon { font-size: 3.5rem; line-height: 1; }
.coral-card { background: linear-gradient(145deg, #e66b58, #f0947f); }
.mint-card { background: linear-gradient(145deg, #4ea88f, #75cbb2); }
.purple-card { background: linear-gradient(145deg, #8066b7, #a38ad6); }

.dark-panel { background: #0b171b; color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); text-transform: uppercase; }
.fire::before { content: "🔥 "; }
.text-link { text-decoration: none; font-weight: 700; color: #efb2a6; }
.trending-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.trending-card {
  min-height: 210px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #1b313a;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.08);
}
.trending-card .card-art { height: 138px; }
.trending-card h3 { margin: 12px 14px 14px; font-size: .96rem; }


.page-banner {
  min-height: 340px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 72px 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(104,190,165,.22), transparent 32%),
    radial-gradient(circle at 82% 100%, rgba(240,124,104,.22), transparent 34%),
    linear-gradient(135deg, #0e222a, #1b3d48);
  color: white;
}
.page-banner h1 { font-size: clamp(3.2rem, 8vw, 6.5rem); }
.page-banner p { max-width: 720px; margin: 14px auto 0; color: rgba(255,255,255,.78); }
.compact-banner { min-height: 280px; }
.roulette-hero { background: radial-gradient(circle at 50% 20%, rgba(240,124,104,.3), transparent 30%), linear-gradient(135deg,#153544,#0f2028); }
.quiz-banner { background: radial-gradient(circle at 15% 50%, rgba(242,197,94,.24), transparent 30%), radial-gradient(circle at 85% 30%, rgba(154,130,207,.25), transparent 30%), #101f25; }
.events-banner { background: radial-gradient(circle at 20% 20%, rgba(154,130,207,.28), transparent 30%), linear-gradient(135deg,#11242c,#241d32); }
.advertise-banner { background: radial-gradient(circle at 70% 30%, rgba(242,197,94,.25), transparent 32%), linear-gradient(135deg,#17262c,#312b1c); }

.explore-shell { max-width: 1480px; margin: auto; }
.filter-bar {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(150px,.75fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  margin-top: -98px;
  position: relative;
  background: white;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.filter-bar label,
.control-card label,
.contact-card label { display: grid; gap: 7px; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.filter-bar input,
.filter-bar select,
.control-card select,
.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 10px 12px;
  color: var(--ink);
}
.contact-card textarea { resize: vertical; }
.explore-status-row { display: flex; justify-content: space-between; align-items: center; margin: 34px 0 18px; }
.explore-status-row p { font-weight: 700; color: var(--muted); }
.place-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.place-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(18,38,45,.08);
  border: 1px solid rgba(15,31,37,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.place-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(18,38,45,.14); }
.card-art {
  min-height: 160px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  font-size: 4rem;
  isolation: isolate;
}
.card-art::before,
.dialog-art::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 48% 52% 68% 32%;
  border: 1px solid rgba(255,255,255,.35);
  transform: rotate(26deg);
  z-index: -1;
}
.card-art::after,
.dialog-art::after {
  content: "BROOKLYN";
  position: absolute;
  bottom: 7px;
  right: 10px;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: .7rem;
  letter-spacing: .22em;
  opacity: .5;
}
.card-body { padding: 18px; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .76rem; }
.card-body h3 { margin: 8px 0 6px; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.35rem; }
.card-body p { margin: 0 0 16px; color: #59666b; font-size: .9rem; }
.card-footer { display: flex; gap: 8px; }
.card-footer .button { flex: 1; padding-inline: 10px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(15,31,37,.07); font-size: .72rem; font-weight: 700; }
.empty-state { text-align: center; padding: 70px 20px; }
.empty-icon { font-size: 4rem; }

.theme-sky { background: linear-gradient(135deg,#8fc4dc,#3d7893); }
.theme-sunset { background: linear-gradient(135deg,#f3b17e,#94566b); }
.theme-green { background: linear-gradient(135deg,#9ac87d,#3d775b); }
.theme-violet { background: linear-gradient(135deg,#b59ce8,#65509b); }
.theme-rose { background: linear-gradient(135deg,#ffc0cc,#c05a76); }
.theme-amber { background: linear-gradient(135deg,#f5ca6b,#c17829); }
.theme-coral { background: linear-gradient(135deg,#ffad91,#eb6654); }
.theme-blue { background: linear-gradient(135deg,#8ac6dc,#2f7189); }
.theme-forest { background: linear-gradient(135deg,#9ab783,#334f3f); }
.theme-neon { background: linear-gradient(135deg,#6bd7dd,#f6689d 60%,#f8c65b); }
.theme-mint { background: linear-gradient(135deg,#9ce3c9,#4d9a85); }
.theme-orange { background: linear-gradient(135deg,#f3b06d,#b75b35); }
.theme-sand { background: linear-gradient(135deg,#d9c9a7,#896f54); }
.theme-red { background: linear-gradient(135deg,#ff9d76,#b93636); }
.theme-brick { background: linear-gradient(135deg,#be795f,#704238); }
.theme-tomato { background: linear-gradient(135deg,#ffb067,#c7472e); }
.theme-mustard { background: linear-gradient(135deg,#f2d068,#9a6c21); }
.theme-lavender { background: linear-gradient(135deg,#d7c0f2,#8b68b8); }
.theme-coffee { background: linear-gradient(135deg,#c4996f,#5e4031); }
.theme-purple { background: linear-gradient(135deg,#ab76dd,#542e86); }
.theme-magenta { background: linear-gradient(135deg,#fd6cc8,#6e2b83); }
.theme-navy { background: linear-gradient(135deg,#5680a2,#172c4c); }
.theme-gold { background: linear-gradient(135deg,#f2cf6c,#927022); }
.theme-slate { background: linear-gradient(135deg,#9aaab4,#465763); }
.theme-leaf { background: linear-gradient(135deg,#b6d57c,#4c7540); }
.theme-steel { background: linear-gradient(135deg,#9eb3bd,#415862); }
.theme-aqua { background: linear-gradient(135deg,#85d8d3,#287783); }
.theme-midnight { background: linear-gradient(135deg,#5d6a91,#1c203c); }
.theme-harbor { background: linear-gradient(135deg,#8abec7,#375f69); }
.theme-indigo { background: linear-gradient(135deg,#8a9bd5,#3b467d); }

.roulette-layout { max-width: 1280px; margin: auto; display: grid; grid-template-columns: 420px 1fr; gap: 28px; align-items: start; }
.control-card,
.mission-card {
  background: white;
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.control-card { display: grid; gap: 18px; }
.control-heading { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 8px; }
.control-heading h2 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.8rem; }
.step-pill { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); color: white; font-weight: 800; }
.skip-option { text-align: center; font-size: .82rem; color: var(--muted); }
.mission-card { min-height: 600px; }
.mission-placeholder { min-height: 540px; display: grid; place-content: center; text-align: center; max-width: 580px; margin: auto; }
.mission-placeholder h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 2.4rem; margin: 8px 0; }
.roulette-orbit {
  width: 130px;
  aspect-ratio: 1;
  border: 2px dashed rgba(15,31,37,.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  animation: rotate 12s linear infinite;
}
.roulette-orbit span { font-size: 3rem; animation: rotate-reverse 12s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotate-reverse { to { transform: rotate(-360deg); } }
.mission-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.mission-heading h2 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(2rem,4vw,3.4rem); text-transform: uppercase; }
.icon-button { border: 1px solid var(--line); background: white; width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.mission-stops { margin: 28px 0; }
.mission-stop { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); align-items: center; }
.stop-number { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--purple); color: white; font-weight: 800; }
.mission-stop h3 { margin: 0 0 4px; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.35rem; }
.mission-stop p { margin: 0; color: var(--muted); }
.stop-emoji { font-size: 2.2rem; }
.mission-meter { display: flex; justify-content: space-between; gap: 20px; background: #fde3de; padding: 13px 16px; border-radius: 10px; font-size: .8rem; text-transform: uppercase; font-weight: 800; }
.mission-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.fine-print { font-size: .74rem; color: var(--muted); }

.quiz-shell { min-height: 580px; display: grid; place-items: center; background: linear-gradient(180deg,#101f25,#172d35); color: white; }
.quiz-card { width: min(900px, 100%); min-height: 450px; padding: clamp(28px,6vw,70px); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: radial-gradient(circle at 80% 20%, rgba(154,130,207,.18), transparent 30%), rgba(255,255,255,.035); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.quiz-card h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(2rem,5vw,4rem); line-height: 1.05; margin: 10px 0 14px; }
.quiz-card p { color: rgba(255,255,255,.75); }
.quiz-symbols { font-size: 2.6rem; letter-spacing: .2em; margin-bottom: 20px; }
.quiz-progress { height: 8px; background: rgba(255,255,255,.11); border-radius: 999px; overflow: hidden; margin-bottom: 24px; }
.quiz-progress span { display: block; height: 100%; width: 0; background: var(--yellow); transition: width .2s ease; }
.answer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.answer-button { text-align: left; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: white; border-radius: 12px; padding: 18px; cursor: pointer; font-weight: 700; }
.answer-button:hover { background: rgba(242,197,94,.16); border-color: var(--yellow); }
.text-button { margin-top: 22px; color: rgba(255,255,255,.68); background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.result-title-row { display: flex; align-items: center; gap: 14px; }
.result-title-row span { font-size: 3rem; }
.quiz-result h2 { color: var(--yellow); }

.event-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.event-card { background: white; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 34px rgba(15,31,37,.09); }
.event-card .card-art { min-height: 145px; }
.event-card .card-body { padding: 20px; }
.event-card h3 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.5rem; margin: 6px 0; }
.dark-text { color: var(--ink); }
.affiliate-cta { margin-top: 44px; padding: 32px; border-radius: 20px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.affiliate-cta h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; margin: 0; font-size: clamp(1.7rem,3vw,2.6rem); }
.affiliate-cta p { color: rgba(255,255,255,.7); }

.advertise-layout { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.advertise-copy h2,
.contact-card h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 2.6rem; margin: 0; text-transform: uppercase; }
.package-list { margin-top: 28px; display: grid; gap: 12px; }
.package-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px; background: white; border-radius: 14px; border: 1px solid var(--line); }
.package-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; }
.package-list h3 { margin: 0 0 4px; }
.package-list p { margin: 0; color: var(--muted); }
.contact-card { background: white; padding: 28px; border-radius: 20px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.contact-card .form-note { color: var(--muted); }

.place-dialog {
  width: min(720px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}
.place-dialog::backdrop { background: rgba(4,15,19,.75); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; right: 12px; top: 12px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); font-size: 1.6rem; cursor: pointer; }
.dialog-art { height: 230px; display: grid; place-items: center; position: relative; font-size: 5.5rem; overflow: hidden; }
.dialog-body { padding: 28px; }
.dialog-body h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 2.4rem; margin: 0; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }

.ad-slot { margin: 20px auto 50px; max-width: 1000px; padding: 20px; background: white; }
.site-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.2fr; gap: 36px; padding: 54px 4vw; background: #091216; color: white; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1rem; text-transform: uppercase; margin: 0 0 14px; }
.site-footer a:not(.wordmark) { display: block; width: fit-content; text-decoration: none; color: rgba(255,255,255,.72); margin: 7px 0; font-size: .9rem; }
.site-footer p { color: rgba(255,255,255,.58); font-size: .86rem; max-width: 420px; }
.footer-wordmark { display: inline-block; margin-bottom: 8px; }

@media (max-width: 1100px) {
  .trending-grid { grid-template-columns: repeat(3, 1fr); }
  .place-grid { grid-template-columns: repeat(3, 1fr); }
  .filter-bar { grid-template-columns: repeat(2, 1fr); }
  .filter-bar .button { min-height: 46px; }
  .roulette-layout { grid-template-columns: 360px 1fr; }
  .site-footer { grid-template-columns: 1.4fr .8fr .8fr; }
  .footer-note { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .menu-button { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    padding: 18px 4vw 24px;
    background: #102229;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .site-nav.is-open { display: flex; }
  .hero { min-height: 620px; }
  .tower-left { left: 25%; }
  .tower-right { right: 25%; }
  .feature-launcher { margin-top: -40px; grid-template-columns: 1fr; }
  .launcher-card { min-height: 240px; }
  .place-grid { grid-template-columns: repeat(2, 1fr); }
  .roulette-layout { grid-template-columns: 1fr; }
  .mission-card { min-height: auto; }
  .advertise-layout { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --header-h: 62px; }
  .site-header { padding-inline: 18px; min-height: var(--header-h); }
  .wordmark { font-size: 1.15rem; }
  .section-pad { padding: 42px 18px; }
  .hero { min-height: 570px; }
  .hero h1 { font-size: 4.4rem; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .button { width: 100%; }
  .bridge-tower { width: 70px; height: 220px; }
  .bridge-tower::before,
  .bridge-tower::after { width: 20px; height: 68px; border-width: 5px; }
  .bridge-tower::before { left: 8px; }
  .bridge-tower::after { right: 8px; }
  .tower-left { left: 24%; }
  .tower-right { right: 24%; }
  .trending-grid,
  .place-grid,
  .event-grid,
  .answer-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; margin-top: -70px; }
  .explore-status-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mission-stop { grid-template-columns: 36px 1fr; }
  .stop-emoji { display: none; }
  .mission-actions .button { width: 100%; }
  .affiliate-cta { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .dialog-actions .button { width: 100%; }
}

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

/* Version 1.3: Top 200 Place Manager + live Google Maps search */
.data-source-status {
  margin: 18px 0 -16px;
  color: var(--muted);
  font-size: .82rem;
}
.explore-status-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.google-results-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #d7dbe0;
  border-radius: 14px;
  background: #f7f8fa;
  box-shadow: 0 8px 22px rgba(18,38,45,.06);
}
.google-results-notice strong { color: #2c3236; }
.google-results-notice p { margin: 5px 0 0; color: #5e666a; font-size: .82rem; }
.GMP-attribution {
  font-family: Roboto, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: nowrap;
  color: #5e5e5e;
}
.google-results-grid {
  padding: 18px;
  border: 1px solid #d7dbe0;
  border-radius: 18px;
  background: #f7f8fa;
}
.google-place-card { box-shadow: none; border-color: #d7dbe0; }
.listing-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.pick-badge { color: #173e33; background: #d9f1e9; }
.sponsored-badge { color: #5d3c00; background: #fff0bd; }
.load-more-row { display: flex; justify-content: center; padding: 24px 0 0; }

@media (max-width: 700px) {
  .explore-status-actions { width: 100%; }
  .explore-status-actions .button { flex: 1; }
  .google-results-notice { align-items: flex-start; }
  .google-results-grid { padding: 10px; }
}
