/*
Theme Name: Get Round NI
Theme URI: https://www.getroundni.com
Author: Get Round NI
Description: The custom WordPress theme for Get Round NI food maps, guides and club membership.
Version: 1.0.5
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: get-round-ni
*/

@font-face { font-family: "Plus Jakarta Sans"; src: url("assets/fonts/plus-jakarta-sans-latin-variable.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
@font-face { font-family: "Fredoka"; src: url("assets/fonts/fredoka-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --font-plus-jakarta: "Plus Jakarta Sans";
  --ink: #161616;
  --cream: #fff8e7;
  --paper: #fffdf7;
  --orange: #df5835;
  --yellow: #efb1b3;
  --sage: #d3de9b;
  --line: rgba(22, 22, 22, 0.16);
}

* { box-sizing: border-box; }
.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; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-plus-jakarta), Arial, sans-serif;
  font-weight: 400;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.nav-preview-button { padding: 0; border: 0; background: transparent; cursor: pointer; font-weight: 800; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(22px, 5vw, 76px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--orange); font-weight: 800; letter-spacing: -.045em; }
.brand-symbol { display: block; width: 48px; height: 48px; flex: 0 0 48px; }
.brand-wordmark { font-size: 25px; line-height: 1; white-space: nowrap; }
.brand-reversed { color: var(--cream); }
.header-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; }
.header-cta { border-bottom: 2px solid var(--ink); padding: 8px 0 6px; font-weight: 800; font-size: 14px; }
.header-cta span { color: var(--orange); margin-left: 8px; }

.hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 128px clamp(22px, 7vw, 110px) 76px;
  overflow: hidden;
}
.hero:before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(223,88,53,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(223,88,53,.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, transparent 4%, black 27%, black 76%, transparent 98%); }
.hero-copy { position: relative; z-index: 2; width: 100%; max-width: 820px; text-align: center; }
.hero-message { position: relative; z-index: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 31px; height: 3px; background: var(--orange); }
h1, h2 { margin: 0; font-family: var(--font-plus-jakarta), Arial, sans-serif; font-weight: 750; letter-spacing: -.055em; }
h1 { max-width: 820px; margin: 24px auto 0; font-size: clamp(58px, 6.2vw, 92px); line-height: .93; }
.hero h1 { margin-top: 0; line-height: 1.01; }
h1 em, h2 em { color: var(--orange); font-style: normal; font-weight: 750; }
.circled-phrase { position: relative; z-index: 0; display: inline-block; margin-inline: .04em; white-space: nowrap; }
.circled-phrase:before { content: none; }
.circled-phrase:after { content: ""; position: absolute; right: -.02em; bottom: -.09em; left: .01em; height: clamp(4px, .4vw, 6px); border-radius: 99px; background: currentColor; clip-path: polygon(0 30%, 100% 0, 98% 82%, 2% 100%); opacity: .78; transform: rotate(-1deg); }
.hero-lede { max-width: 660px; margin: 31px auto 0; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; color: #4d493e; }
.hero-actions { margin-top: 44px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 25px; border: 2px solid var(--ink); border-radius: 99px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button[type="button"] { cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 4px 5px 0 var(--ink); }
.button-primary { border-color: var(--orange); background: var(--orange); color: var(--cream); }
.button-primary span { margin-left: 24px; color: var(--cream); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); padding: 9px 0; }
.text-link span { margin-left: 8px; color: var(--orange); }
.trust-row { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 36px; }
.trust-check { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 2px solid var(--ink); border-radius: 50%; background: var(--sage); color: var(--ink); font-size: 16px; font-weight: 800; }
.trust-row p { margin: 0; font-size: 12px; line-height: 1.45; color: #615d51; }
.trust-row strong { color: var(--ink); }

.hero-map-world { position: absolute; z-index: 0; top: 104px; left: 50%; width: min(calc(100% - 42px), 1260px); height: 560px; pointer-events: none; transform: translateX(-50%); }
.hero-map-route { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hero-map-route path { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 7 14; opacity: .16; }
.hero-map-route circle { fill: var(--orange); opacity: .28; }
.hero-map-route .hero-route-arrow { fill: var(--orange); opacity: .42; }
.brand-food-pin { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid var(--ink); border-radius: 50% 50% 50% 9px; background: var(--paper); box-shadow: -3px 4px 0 var(--ink); transform: rotate(-45deg); transform-origin: center; }
.brand-food-pin-emoji { display: block; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 25px; line-height: 1; transform: rotate(45deg); }
.hero-route-pin { position: absolute; width: 58px; height: 58px; }
.hero-route-pin .brand-food-pin-emoji { font-size: 29px; }
.hero-route-pin-start { left: 7%; bottom: 13%; background: var(--yellow); }
.hero-route-pin-left { left: 24%; top: 1.5%; width: 46px; height: 46px; background: var(--paper); }
.hero-route-pin-left .brand-food-pin-emoji, .hero-route-pin-right .brand-food-pin-emoji { font-size: 23px; }
.hero-route-pin-right { right: 28%; bottom: 5%; width: 46px; height: 46px; background: var(--orange); color: white; box-shadow: -3px 4px 0 var(--yellow); }
.hero-route-pin-end { right: 3.4%; top: 1.5%; background: var(--sage); }
.section-food-pin { position: absolute; z-index: 0; width: 66px; height: 66px; pointer-events: none; }
.section-food-pin .brand-food-pin-emoji { font-size: 31px; }
.section-food-pin-secondary { width: 52px; height: 52px; box-shadow: -2px 3px 0 var(--ink); }
.section-food-pin-secondary .brand-food-pin-emoji { font-size: 24px; }
.promise-food-pin { left: 4vw; top: 48px; background: var(--paper); }
.promise-food-pin-secondary { right: 3vw; bottom: 40px; background: var(--orange); color: white; }
.how-food-pin { right: 14vw; top: 96px; background: var(--sage); }
.how-food-pin-secondary { left: 10vw; bottom: 64px; background: var(--yellow); }
.trust-food-pin { left: calc(46% - 20px); top: 54px; background: var(--orange); color: white; box-shadow: -3px 4px 0 var(--yellow); }
.trust-food-pin-secondary { left: 3.5vw; bottom: 38px; background: var(--sage); color: var(--ink); }
.inside-food-pin { left: calc(42% - 12px); top: 68px; background: var(--yellow); }
.inside-food-pin-secondary { right: 4vw; bottom: 55px; background: var(--sage); }
.offers-food-pin { right: 17vw; top: 118px; background: var(--yellow); }
.offers-food-pin-secondary { left: 4vw; bottom: 60px; background: var(--paper); }
.map-shop-food-pin { left: calc(35% - 20px); top: 64px; background: var(--paper); }
.map-shop-food-pin-secondary { right: 4vw; top: 44px; background: var(--orange); color: white; }
.buy-food-pin { left: 4vw; top: 70px; background: var(--yellow); color: var(--ink); }
.buy-food-pin-secondary { left: 52%; bottom: 50px; background: var(--paper); color: var(--ink); }
.faq-food-pin { left: calc(35% - 8px); top: 58px; background: var(--sage); }
.final-food-pin { right: 32%; top: 30px; background: var(--paper); color: var(--orange); }

.category-strip { overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--ink); color: white; }
.marquee { display: flex; width: max-content; gap: 0; animation: ticker 28s linear infinite; will-change: transform; }
.marquee-group { display: flex; flex: none; gap: 34px; padding: 0 17px; }
.marquee span { display: inline-flex; align-items: center; padding: 15px 0; white-space: nowrap; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
@keyframes ticker { to { transform: translateX(-25%); } }

.offers { position: relative; padding: 115px clamp(22px, 7vw, 110px) 100px; overflow: hidden; background: var(--paper); }
.offer-heading { max-width: 790px; margin: 0 auto; text-align: center; }
.offer-heading > p { width: 100%; max-width: 650px; margin: 25px auto 0; text-align: center; text-wrap: balance; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1240px; margin: 58px auto 0; }
.offer-card { min-height: 590px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(38px, 4.6vw, 58px); border: 2px solid var(--ink); border-radius: 20px; box-shadow: 7px 8px 0 var(--ink); }
.map-offer { background: var(--sage); }
.club-offer { background: var(--orange); color: white; }
.offer-card h3 { max-width: 440px; margin: 55px 0 0; font: 700 clamp(42px, 4.5vw, 64px)/.96 var(--font-plus-jakarta), sans-serif; letter-spacing: -.045em; }
.offer-card > p { max-width: 500px; margin: 22px 0 0; font-size: 16px; line-height: 1.6; }
.offer-card ul { display: grid; gap: 16px; width: 100%; margin: 30px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 800; line-height: 1.5; }
.offer-card li { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 8px; align-items: start; }
.offer-card li:before { content: "✓"; color: var(--orange); }
.map-offer ul { margin-top: 34px; }
.club-offer li:before { color: var(--yellow); }
.offer-button { width: 100%; margin-top: auto; background: var(--paper); color: var(--ink); }
.offer-button span { margin-left: auto; color: var(--orange); font-size: 21px; }
.offer-note { max-width: 780px; margin: 34px auto 0; padding: 14px 20px; border: 2px dashed var(--orange); border-radius: 10px; background: var(--cream); text-align: center; font-size: 13px; line-height: 1.5; }

.map-shop { position: relative; padding: 112px clamp(22px, 7vw, 110px); overflow: hidden; background: var(--sage); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.map-heading { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 45px; align-items: end; }
.map-heading .eyebrow { grid-column: 1; }
.map-heading h2 { grid-column: 1; }
.map-heading > p { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0 0 4px; }
.map-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.map-grid-available { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.map-card { min-height: 410px; display: flex; flex-direction: column; padding: 25px; border: 2px solid var(--ink); border-radius: 15px; background: var(--paper); }
.map-number { width: fit-content; padding-bottom: 9px; border-bottom: 2px solid var(--orange); color: var(--orange); font: 700 24px/1 var(--font-plus-jakarta), sans-serif; }
.map-type { margin-top: 52px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.map-card h3 { margin: 12px 0 0; font: 700 clamp(32px, 3vw, 44px)/1 var(--font-plus-jakarta), sans-serif; letter-spacing: -.035em; }
.map-card > p { margin: 17px 0 25px; color: #625e53; font-size: 13px; line-height: 1.6; }
.map-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin: 0 0 24px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; line-height: 1.4; }
.map-benefits span::first-letter { color: var(--orange); }
.map-benefits span:last-child { grid-column: 1 / -1; }
.map-card .map-trust { margin: 0 0 24px; color: #625e53; font-size: 11px; line-height: 1.5; }
.map-card .map-trust strong { color: var(--ink); }
.map-link { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 16px; border-top: 2px solid var(--ink); font-size: 12px; font-weight: 800; }
.map-link span { color: var(--orange); }
.map-link.coming { color: #756f62; }
.map-link.coming span { color: #756f62; font-weight: 700; }

.inside { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 110px); padding: 120px clamp(22px, 7vw, 110px); overflow: hidden; background: var(--paper); }
.section-heading h2 { margin-top: 19px; font-size: clamp(48px, 5vw, 74px); line-height: .95; }
.section-heading > p { max-width: 460px; margin: 25px 0 0; color: #625e53; font-size: 17px; line-height: 1.65; }
.inside-club-button { width: fit-content; margin-top: 28px; background: var(--ink); color: white; }
.inside-club-button span { margin-left: 26px; color: var(--yellow); }
.club-promo { display: flex; flex-direction: column; gap: 9px; }
.club-coffee-note { max-width: 390px; margin: 0; font-size: 11px; font-weight: 800; line-height: 1.45; }
.pick-grid { display: grid; gap: 13px; align-content: center; }
.pick-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 19px; padding: 20px 22px; border: 2px solid var(--ink); border-radius: 16px; background: var(--cream); transition: transform .2s ease, background .2s ease; }
.pick-card:hover { transform: translateX(-5px); background: #fff; }
.pick-pin { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50% 50% 50% 6px; background: var(--orange); color: white; font-size: 12px; font-weight: 800; transform: rotate(-45deg); }
.pick-card h3 { margin: 0; font: 700 27px/1 var(--font-plus-jakarta), sans-serif; }.pick-card p { margin: 6px 0 0; color: #696458; font-size: 13px; }.pick-arrow { font-size: 24px; color: var(--orange); }

.promise { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 120px); padding: 110px clamp(22px, 7vw, 110px); overflow: hidden; background: var(--yellow); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.promise-quote { position: relative; align-self: center; }
.promise-quote h2 { max-width: 620px; margin-top: 20px; font-size: clamp(45px, 5.1vw, 74px); line-height: .96; }
.promise-list { border-top: 2px solid var(--ink); }
.promise-list article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 25px 0; border-bottom: 2px solid var(--ink); }
.promise-list article > span { color: var(--orange); font: 700 22px/1 var(--font-plus-jakarta), sans-serif; }
.promise-list h3 { margin: 0; font: 700 27px/1 var(--font-plus-jakarta), sans-serif; }.promise-list p { margin: 8px 0 0; max-width: 520px; font-size: 14px; line-height: 1.6; }

.how { position: relative; padding: 120px clamp(22px, 7vw, 110px); overflow: hidden; background: var(--cream); }
.centered { text-align: center; }.centered .eyebrow { justify-content: center; }
.how .section-heading > p { margin-left: auto; margin-right: auto; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1120px; margin: 67px auto 0; }
.steps:before { content: ""; position: absolute; top: 74px; left: 16%; right: 16%; border-top: 2px dashed rgba(24,22,15,.25); }
.steps article { position: relative; z-index: 1; padding: 26px 28px 30px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper); text-align: center; box-shadow: 6px 7px 0 var(--ink); }
.step-number { position: absolute; top: 13px; left: 15px; display: grid; place-items: center; min-width: 18px; min-height: 18px; font-size: 11px; font-weight: 800; line-height: 1; }
.step-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 10px auto 24px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font: 700 35px/1 var(--font-plus-jakarta), sans-serif; }
.step-icon svg { display: block; width: 32px; height: 32px; }
.steps article:nth-child(2) .step-icon { background: var(--orange); color: white; }.steps article:nth-child(3) .step-icon { background: var(--sage); }
.steps h3 { margin: 0; font: 700 29px/1 var(--font-plus-jakarta), sans-serif; }.steps p { margin: 13px auto 0; max-width: 285px; color: #635e52; font-size: 14px; line-height: 1.6; }
.filter-heading { font-variant-ligatures: none; font-feature-settings: "liga" 0, "clig" 0; }
.filter-heading > span { display: inline-block; margin-left: .1em; }

.trust-story { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 8vw, 120px); padding: 120px clamp(22px, 7vw, 110px); overflow: hidden; background: var(--ink); color: white; }
.trust-intro h2 { max-width: 690px; margin-top: 21px; font-size: clamp(48px, 5.4vw, 78px); line-height: .95; }
.trust-intro h2 em { color: var(--yellow); }
.trust-intro > p { max-width: 610px; margin: 28px 0 0; color: #ddd7ca; font-size: 17px; line-height: 1.7; }
.trust-intro > p a { color: white; font-weight: 700; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.trust-points { border-top: 1px solid rgba(255,255,255,.42); }
.trust-points article { display: grid; grid-template-columns: 42px 1fr; gap: 5px 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.42); }
.trust-points strong { grid-row: 1 / span 2; color: var(--yellow); font: 700 20px/1 var(--font-plus-jakarta), sans-serif; }
.trust-points h3 { margin: 0; font: 700 29px/1.1 var(--font-plus-jakarta), sans-serif; }
.trust-points p { margin: 9px 0 0; color: #d7d1c5; font-size: 14px; line-height: 1.65; }

.audience { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.audience-card { min-height: 510px; padding: clamp(45px, 6vw, 90px); display: flex; flex-direction: column; justify-content: flex-end; }
.local-card { background: var(--orange); color: white; }.visitor-card { background: var(--sage); border-left: 2px solid var(--ink); }
.card-label { width: fit-content; margin-bottom: auto; padding: 9px 14px; border: 2px solid currentColor; border-radius: 99px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.audience h2 { font-size: clamp(45px, 5vw, 73px); line-height: .96; }.local-card h2 em { color: var(--yellow); }.visitor-card h2 em { color: #16493f; }
.audience p { max-width: 540px; margin: 25px 0 0; font-size: 17px; line-height: 1.65; }
.audience-button { width: fit-content; margin-top: 28px; background: var(--paper); color: var(--ink); }
.audience-button span { margin-left: 18px; color: var(--orange); }
.map-button { background: var(--ink); color: white; }
.map-button span { color: var(--yellow); }

.buy { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(45px, 8vw, 120px); padding: 120px clamp(22px, 8vw, 130px); overflow: hidden; background: var(--ink); color: white; }
.buy h2 { max-width: 690px; margin-top: 21px; font-size: clamp(51px, 5.8vw, 84px); line-height: .94; }.buy h2 em { color: var(--yellow); }
.light span { background: var(--yellow); }
.buy-proof { display: flex; gap: 11px 23px; flex-wrap: wrap; margin-top: 30px; color: #ddd7ca; font-size: 12px; font-weight: 800; }
.club-lede { max-width: 610px; margin: 26px 0 0; color: #ddd7ca; font-size: 17px; line-height: 1.65; }
.checkout-card { padding: clamp(25px, 4vw, 42px); border: 2px solid white; border-radius: 22px; background: var(--cream); color: var(--ink); box-shadow: 9px 10px 0 var(--orange); }
.checkout-top { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.checkout-top span { max-width: 160px; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; }.checkout-top strong { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; font: 700 46px/1 var(--font-plus-jakarta), sans-serif; color: var(--orange); }.checkout-top strong small { display: inline; margin: 0; color: #6b6559; font: 12px/1 var(--font-plus-jakarta), sans-serif; text-align: inherit; }
.checkout-card > p { margin: 24px 0; color: #5d584c; font-size: 15px; line-height: 1.6; }
.checkout-card ul { margin: 0; padding: 0; list-style: none; }.checkout-card li { display: flex; gap: 10px; padding: 9px 0; font-size: 13px; font-weight: 700; }.checkout-card li span { color: var(--orange); }
.checkout-card .club-trust { margin: 20px 0 0; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: #686255; font-size: 11px; line-height: 1.5; text-align: center; }
.checkout-card .club-trust strong { color: var(--ink); }
.checkout-button { width: 100%; margin-top: 23px; background: var(--orange); color: white; }.checkout-button span { margin-left: auto; font-size: 22px; }
.club-promo-checkout { align-items: center; text-align: center; }
.club-promo-checkout .checkout-button { margin-top: 23px; }
.club-promo-checkout .club-coffee-note { max-width: 350px; color: #5d584c; }
.checkout-card > small { display: block; margin-top: 17px; text-align: center; color: #746e61; font-size: 10px; line-height: 1.6; }

.faq { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 110px); padding: 120px clamp(22px, 7vw, 110px); overflow: hidden; background: var(--paper); }
.faq-list { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 2px solid var(--ink); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 2px; cursor: pointer; font: 700 22px/1.25 var(--font-plus-jakarta), sans-serif; list-style: none; }.faq summary::-webkit-details-marker { display: none; }.faq summary span { color: var(--orange); font: 28px/1 var(--font-plus-jakarta), sans-serif; transition: transform .2s ease; }.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 700px; margin: -5px 50px 24px 2px; color: #635e52; font-size: 14px; line-height: 1.7; }

.final-choice { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 55px; padding: 88px clamp(22px, 7vw, 110px); overflow: hidden; border-top: 2px solid var(--ink); background: var(--orange); color: white; }
.final-choice h2 { max-width: 760px; margin-top: 20px; font-size: clamp(42px, 4.7vw, 68px); line-height: .96; }
.final-choice h2 em { color: var(--yellow); }
.final-actions { display: grid; gap: 13px; min-width: 245px; }
.final-actions .button { justify-content: space-between; background: var(--paper); color: var(--ink); }
.final-actions .button span { margin-left: 25px; color: var(--orange); }
.final-actions .final-club-button { background: var(--ink); color: white; }
.final-actions .final-club-button span { color: var(--yellow); }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 50px clamp(22px, 5vw, 76px) 27px; background: var(--orange); color: white; }
.footer-brand { white-space: nowrap; }
footer > p { max-width: 430px; margin: 0; font: 500 19px/1.4 var(--font-plus-jakarta), sans-serif; }
footer > div { display: flex; gap: 21px; font-size: 12px; font-weight: 800; }footer > div a { border-bottom: 1px solid transparent; }footer > div a:hover { border-color: white; }
footer > small { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.4); font-size: 9px; letter-spacing: .08em; }

.map-preview-backdrop { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(24,22,15,.82); backdrop-filter: blur(8px); animation: previewFade .22s ease-out; }
.map-preview-backdrop[hidden] { display: none !important; }
.map-preview-modal { position: relative; width: min(900px, 100%); height: min(590px, calc(100dvh - 36px)); display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 2px solid var(--ink); border-radius: 22px; background: var(--cream); box-shadow: 10px 11px 0 var(--orange); }
.map-preview-close { position: absolute; z-index: 8; top: 12px; right: 12px; width: 36px; height: 36px; display: grid; place-items: center; padding: 0 0 3px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); cursor: pointer; font-family: Arial, sans-serif; font-size: 23px; font-weight: 400; line-height: 1; }
.map-preview-close:focus-visible, .nav-preview-button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.map-preview-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 4vw, 44px); }
.map-preview-kicker { padding: 8px 12px; border: 2px solid var(--ink); border-radius: 99px; color: var(--orange); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.map-preview-copy h2 { max-width: 410px; margin-top: 19px; font-size: clamp(35px, 3.25vw, 40px); line-height: .96; }
.map-preview-copy > p { margin: 18px 0 0; color: #5e594e; font-size: 13px; line-height: 1.55; }
.map-preview-trust { margin-top: 17px; font-size: 11px; font-weight: 800; }.map-preview-trust span { color: var(--orange); }
.map-preview-buy { width: 100%; margin-top: 20px; padding: 0 18px; justify-content: space-between; background: var(--ink); color: white; }.map-preview-buy span { color: var(--yellow); }
.map-preview-stage { position: relative; min-height: 0; display: grid; place-items: center; overflow: hidden; background: var(--sage); border-left: 2px solid var(--ink); }
.teaser-phone { position: relative; z-index: 2; width: 238px; height: 463px; overflow: hidden; border: 7px solid var(--ink); border-radius: 35px; background: var(--paper); box-shadow: 13px 14px 0 rgba(24,22,15,.16); transform: rotate(1deg); }
.teaser-map-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.teaser-pin { position: absolute; z-index: 3; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid white; border-radius: 50% 50% 50% 5px; background: var(--orange); color: var(--yellow); box-shadow: 0 2px 5px rgba(0,0,0,.28); transform: rotate(-45deg) scale(0); animation: teaserPin 10s ease both; }.pin-one { top: 20%; left: 25%; animation-delay: .35s; }.pin-two { top: 34%; right: 18%; animation-delay: .8s; }.pin-three { top: 47%; left: 45%; animation-delay: 1.2s; }.pin-four { top: 60%; right: 30%; animation-delay: 1.6s; }
.teaser-card { position: absolute; z-index: 5; left: 13px; right: 13px; bottom: 15px; display: flex; flex-direction: column; padding: 17px; border: 2px solid var(--ink); border-radius: 14px; background: var(--paper); box-shadow: 4px 5px 0 var(--ink); transform: translateY(140%); animation: teaserCard 10s ease both; }.teaser-card small { color: var(--orange); font-size: 7px; font-weight: 800; letter-spacing: .1em; }.teaser-card strong { margin-top: 7px; font: 700 21px/1.05 var(--font-plus-jakarta), sans-serif; }.teaser-card span { margin-top: 7px; color: #655f54; font-size: 9px; }
.teaser-label { position: absolute; z-index: 5; padding: 10px 15px; border: 2px solid var(--ink); border-radius: 99px; background: var(--paper); box-shadow: 4px 5px 0 var(--ink); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; opacity: 0; animation: teaserLabelLoop 8s ease infinite; }
.label-brunch { left: 5%; top: 17%; background: var(--paper); animation-delay: 0s; }
.label-restaurants { right: 4%; top: 36%; background: var(--orange); color: white; animation-delay: 2s; }
.label-bakeries { left: 4%; bottom: 22%; background: var(--sage); animation-delay: 4s; }
.label-takeaways { right: 5%; bottom: 10%; background: var(--yellow); animation-delay: 6s; }
.teaser-finale { position: absolute; z-index: 7; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; background: var(--orange); color: var(--cream); text-align: center; opacity: 0; pointer-events: none; animation: teaserFinale 10s ease both; }.teaser-finale img { width: 72px; height: 72px; margin-bottom: 16px; }.teaser-finale small { color: var(--cream); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.teaser-finale strong { margin-top: 16px; font: 700 clamp(38px, 4vw, 58px)/.95 var(--font-plus-jakarta), sans-serif; letter-spacing: -.04em; }
.teaser-progress { position: absolute; z-index: 9; left: 25px; right: 25px; bottom: 17px; height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.45); }.teaser-progress span { display: block; width: 100%; height: 100%; background: var(--ink); transform-origin: left; animation: teaserProgress 8s linear infinite; }
@keyframes previewFade { from { opacity: 0; } }
@keyframes teaserPhone { 0% { transform: rotate(2deg) scale(.88); opacity: 0; } 9%,70% { transform: rotate(2deg) scale(1); opacity: 1; } 78%,100% { transform: rotate(-1deg) scale(.94); opacity: .15; } }
@keyframes teaserMap { 0%,12% { background-position: center 3%; transform: scale(1); } 35% { background-position: 46% 18%; transform: scale(1.12); } 62%,100% { background-position: 54% 48%; transform: scale(1.2); } }
@keyframes teaserPin { 0%,8% { transform: rotate(-45deg) scale(0); } 14%,70% { transform: rotate(-45deg) scale(1); } 18%,26%,36% { transform: rotate(-45deg) scale(1.12); } 75%,100% { transform: rotate(-45deg) scale(0); } }
@keyframes teaserCard { 0%,43% { transform: translateY(140%); } 53%,72% { transform: translateY(0); } 78%,100% { transform: translateY(140%); } }
@keyframes teaserLabelLoop { 0%,4%,28%,100% { opacity: 0; transform: translateY(13px) rotate(-3deg) scale(.94); } 9%,22% { opacity: 1; transform: translateY(0) rotate(-3deg) scale(1); } }
@keyframes teaserFinale { 0%,76% { opacity: 0; } 84%,100% { opacity: 1; } }
@keyframes teaserProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 900px) {
  .hero { min-height: 790px; padding-top: 118px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-map-world { top: 102px; width: calc(100% - 24px); height: 590px; }
  .hero-route-pin { width: 50px; height: 50px; }.hero-route-pin .brand-food-pin-emoji { font-size: 23px; }
  .hero-route-pin-start { left: 7%; }.hero-route-pin-end { right: 0; }
  .hero-route-pin-left { left: 24%; }.hero-route-pin-right { right: 28%; }
  .section-food-pin { width: 56px; height: 56px; }
  .section-food-pin .brand-food-pin-emoji { font-size: 26px; }
  .section-food-pin-secondary { width: 44px; height: 44px; }
  .section-food-pin-secondary .brand-food-pin-emoji { font-size: 20px; }
  .offer-grid, .map-grid { grid-template-columns: 1fr; max-width: 620px; margin-left: auto; margin-right: auto; }
  .offer-card { min-height: 550px; }
  .map-heading { display: block; text-align: center; }.map-heading .eyebrow { justify-content: center; }.map-heading > p { margin: 25px auto 0; }
  .map-card { min-height: 360px; }
  .inside { grid-template-columns: 1fr; }
  .section-heading { text-align: center; }.section-heading .eyebrow { justify-content: center; }.section-heading > p { margin-left: auto; margin-right: auto; }
  .promise, .trust-story, .buy, .faq, .final-choice { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; max-width: 560px; }.steps:before { display: none; }
  .faq .section-heading { text-align: left; }.faq .section-heading .eyebrow { justify-content: flex-start; }
  .final-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }footer > p { margin: 0 auto; }footer > div { justify-content: center; }footer > small { grid-column: auto; }
  .map-preview-modal { width: min(820px, 100%); grid-template-columns: 1fr 1fr; }
  .map-preview-copy { padding: 32px 28px; }
  .map-preview-copy h2 { font-size: clamp(34px, 4.8vw, 40px); }
}
@media (max-width: 560px) {
  .site-header { padding: 17px 18px; }.brand-symbol { width: 39px; height: 39px; flex-basis: 39px; }.brand-wordmark { font-size: 20px; }.header-nav { gap: 14px; }.header-nav > a:first-child { display: none; }.header-cta { font-size: 12px; }
  .hero { min-height: 0; padding: 105px 18px 72px; flex-direction: column; }
  .hero-message { padding: 14px 0 0; }
  h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { margin-top: 38px; flex-direction: column; gap: 11px; }.button { width: 100%; }.text-link { margin-top: 3px; }
  .hero-map-world { top: 100px; width: calc(100% - 18px); height: 500px; }
  .hero-map-route path { stroke-width: 3.5; opacity: .18; }
  .hero-route-pin { width: 40px; height: 40px; box-shadow: -2px 3px 0 var(--ink); }.hero-route-pin .brand-food-pin-emoji { font-size: 18px; }
  .hero-route-pin-start { left: 6%; bottom: 7%; }.hero-route-pin-end { top: 0; right: -2px; }
  .section-food-pin { width: 44px; height: 44px; box-shadow: -2px 3px 0 var(--ink); }
  .section-food-pin .brand-food-pin-emoji { font-size: 21px; }
  .promise-food-pin, .how-food-pin, .trust-food-pin, .inside-food-pin, .offers-food-pin, .map-shop-food-pin, .buy-food-pin, .faq-food-pin, .final-food-pin { top: 22px; right: 16px; bottom: auto; left: auto; }
  .section-food-pin-secondary { display: grid; width: 34px; height: 34px; top: auto; right: auto; bottom: 18px; left: 16px; }
  .section-food-pin-secondary .brand-food-pin-emoji { font-size: 16px; }
  .hero-route-pin-left { left: 22%; top: 4%; width: 34px; height: 34px; }.hero-route-pin-right { right: 23%; bottom: 7%; width: 34px; height: 34px; }
  .hero-route-pin-left .brand-food-pin-emoji, .hero-route-pin-right .brand-food-pin-emoji { font-size: 15px; }
  .offers, .map-shop, .inside { padding: 88px 18px; }.offer-grid, .map-grid { margin-top: 42px; }.offer-card { min-height: 535px; padding: 36px 24px; }.offer-card h3 { margin-top: 42px; }.map-card { min-height: 345px; }.map-benefits { grid-template-columns: 1fr; }.map-benefits span:last-child { grid-column: auto; }.pick-card { padding: 16px 14px; gap: 13px; }.pick-card h3 { font-size: 23px; }.pick-card p { line-height: 1.4; }.pick-arrow { display: none; }
  .promise, .how, .trust-story, .buy, .faq, .final-choice { padding: 82px 18px; }.promise-quote h2 { font-size: 46px; }.promise-list article { grid-template-columns: 34px 1fr; }
  .final-actions { grid-template-columns: 1fr; width: 100%; }
  .audience { grid-template-columns: 1fr; }.audience-card { min-height: 420px; padding: 48px 22px; }.visitor-card { border-left: 0; border-top: 2px solid var(--ink); }
  .buy h2 { font-size: 50px; }.checkout-top strong { font-size: 39px; }
  .faq summary { font-size: 19px; }.faq details p { margin-right: 15px; }
  footer { padding: 45px 18px 25px; }footer > div { flex-direction: column; gap: 10px; }
  .map-preview-backdrop { padding: 9px; }
  .map-preview-modal { width: 100%; height: calc(100dvh - 18px); grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); border-radius: 18px; box-shadow: 6px 7px 0 var(--orange); }
  .map-preview-close { top: 9px; right: 9px; width: 34px; height: 34px; font-size: 21px; }
  .map-preview-copy { padding: 45px 18px 17px; text-align: center; align-items: center; }
  .map-preview-kicker { padding: 6px 9px; font-size: 7px; }
  .map-preview-copy h2 { max-width: 330px; margin-top: 12px; font-size: clamp(28px, 8.6vw, 34px); line-height: .98; }
  .map-preview-copy > p { max-width: 350px; margin-top: 11px; font-size: 11px; line-height: 1.45; }
  .map-preview-trust { margin-top: 11px; font-size: 9px; }
  .map-preview-buy { min-height: 45px; margin-top: 13px; font-size: 11px; }
  .map-preview-stage { min-height: 0; border-left: 0; border-top: 2px solid var(--ink); }
  .teaser-phone { width: min(176px, 45vw); height: min(330px, 38dvh); border-width: 6px; border-radius: 28px; box-shadow: 9px 10px 0 rgba(24,22,15,.16); }
  .teaser-label { padding: 7px 10px; font-size: 7px; }
  .teaser-progress { left: 16px; right: 16px; bottom: 9px; height: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; }
  .button, .pick-card { transition: none; }
  .teaser-label { opacity: 1; animation: none; }
  .teaser-pin, .teaser-card, .teaser-finale, .teaser-progress span { animation-duration: .01ms; animation-delay: 0s; }
}

.guide-page { min-height: 100vh; background: var(--paper); }
.guide-header { display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px, 5vw, 76px); background: var(--cream); border-bottom: 2px solid var(--ink); }
.guide-hero { padding: 96px clamp(22px, 10vw, 160px) 82px; background: var(--sage); border-bottom: 2px solid var(--ink); text-align: left; }
.guide-kicker { display: inline-flex; padding: 8px 13px; border: 2px solid var(--ink); border-radius: 99px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.guide-hero h1 { max-width: none; margin: 28px 0 0; font-size: clamp(54px, 5.6vw, 82px); line-height: .94; text-align: left; }
.guide-title-line { display: block; white-space: nowrap; }
.guide-hero > p { max-width: 720px; margin: 30px 0 0; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.6; color: #4b473d; }
.guide-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 37px; }
.guide-meta span { padding: 9px 12px; border: 1px solid var(--ink); border-radius: 99px; background: rgba(255,255,255,.35); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.guide-list { max-width: 1120px; margin: 0 auto; padding: 86px 22px 45px; }
.guide-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 26px; align-items: start; padding: 35px 0; border-top: 2px solid var(--ink); }
.guide-item:last-child { border-bottom: 2px solid var(--ink); }
.guide-index { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: white; font: 700 17px/1 var(--font-plus-jakarta), sans-serif; }
.guide-area { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.guide-item h2 { margin-top: 8px; font-size: clamp(34px, 4vw, 53px); line-height: 1; }
.guide-item p { max-width: 700px; margin: 13px 0 0; color: #5e594e; font-size: 15px; line-height: 1.7; }
.guide-links { align-self: center; display: grid; gap: 10px; min-width: 118px; }
.guide-links a { padding: 11px 0; border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.guide-links a span { float: right; color: var(--orange); }
.guide-note { display: grid; grid-template-columns: 130px 1fr; gap: 25px; max-width: 840px; margin: 15px auto 95px; padding: 25px; border: 2px dashed var(--orange); border-radius: 16px; background: var(--cream); }
.guide-note span { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.guide-note p { margin: 0; font-size: 13px; line-height: 1.65; }
.guide-join { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding: 86px clamp(22px, 8vw, 125px); background: var(--ink); color: white; }
.guide-join h2 { max-width: 820px; margin-top: 20px; font-size: clamp(49px, 6vw, 83px); line-height: .95; }
.guide-join h2 em { color: var(--yellow); }
.guide-join .button { border-color: white; background: var(--orange); white-space: nowrap; }
.guide-join .button:hover { box-shadow: 4px 5px 0 white; }
.guide-join .button span { margin-left: 20px; color: var(--yellow); }
.guide-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 36px clamp(22px, 5vw, 76px); background: var(--orange); color: white; }
.guide-footer p { margin: 0; text-align: center; font: 500 17px/1.4 var(--font-plus-jakarta), sans-serif; }
.guide-footer > a:last-child { font-size: 12px; font-weight: 800; border-bottom: 1px solid white; }

@media (max-width: 900px) {
  .guide-hero h1 { font-size: clamp(40px, 6vw, 54px); }
}

@media (max-width: 700px) {
  .guide-header { padding: 17px 18px; }
  .guide-hero { padding: 68px 18px 60px; }
  .guide-hero h1 { font-size: clamp(26px, 7.6vw, 40px); }
  .guide-title-line { white-space: normal; text-wrap: balance; }
  .guide-list { padding: 60px 18px 35px; }
  .guide-item { grid-template-columns: 44px 1fr; gap: 16px; }
  .guide-links { grid-column: 2; display: flex; flex-wrap: wrap; gap: 12px 22px; width: fit-content; }
  .guide-links a { min-width: 100px; }
  .guide-index { width: 38px; height: 38px; font-size: 14px; }
  .guide-note { grid-template-columns: 1fr; margin: 10px 18px 70px; }
  .guide-join { grid-template-columns: 1fr; padding: 70px 18px; }
  .guide-join .button { width: 100%; }
  .guide-footer { grid-template-columns: 1fr; text-align: center; }
}

.access-page { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 35px 20px; background: var(--yellow); }
.access-burst { position: absolute; width: min(950px, 95vw); height: min(950px, 95vw); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(223,88,53,.16) 0deg 8deg, transparent 8deg 16deg); }
.access-card { position: relative; z-index: 1; width: min(670px, 100%); padding: clamp(30px, 6vw, 60px); border: 2px solid var(--ink); border-radius: 26px; background: var(--paper); box-shadow: 10px 12px 0 var(--ink); text-align: center; }
.access-brand { width: fit-content; margin: 0 auto 30px; }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); color: white; font-size: 30px; box-shadow: 4px 5px 0 var(--ink); }
.access-card .eyebrow { justify-content: center; }.access-card h1 { margin-top: 20px; font-size: clamp(48px, 8vw, 70px); line-height: .95; }.access-card > p { max-width: 520px; margin: 25px auto; color: #5d584c; font-size: 16px; line-height: 1.6; }
.access-button { width: 100%; background: var(--ink); color: white; }.access-button span { margin-left: auto; color: var(--yellow); font-size: 22px; }
.welcome-guides-link { display: inline-flex; margin-top: 20px; }
.access-pending { padding: 18px; border: 2px dashed var(--orange); border-radius: 12px; background: #fff4df; font-size: 13px; line-height: 1.55; }
.access-tip { display: flex; gap: 15px; align-items: flex-start; margin-top: 22px; padding: 17px; border-radius: 12px; background: var(--cream); text-align: left; }.access-tip strong { color: var(--orange); white-space: nowrap; text-transform: uppercase; font-size: 10px; letter-spacing: .1em; }.access-tip span { font-size: 12px; line-height: 1.5; }
.access-card > small { display: block; margin-top: 23px; color: #746e61; font-size: 10px; }

.map-access-page { min-height: 100vh; background: var(--cream); }
.map-access-header { display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px, 5vw, 76px); border-bottom: 2px solid var(--ink); background: var(--paper); }
.access-order-label { padding: 9px 13px; border: 2px solid var(--ink); border-radius: 99px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.map-access-intro { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(40px, 8vw, 130px); padding: 90px clamp(22px, 7vw, 110px) 70px; }
.map-access-intro h1 { margin-top: 22px; font-size: clamp(70px, 7vw, 104px); line-height: 1.05; }
.map-access-intro h1 em { display: inline-block; white-space: nowrap; }
.map-access-copy { padding-bottom: 8px; }
.map-access-copy > p { max-width: 610px; margin: 0; color: #565146; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.6; }
.map-access-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; margin-top: 30px; }
.map-access-actions .button-primary span { margin-left: 28px; }
.access-app-note { display: block; margin-top: 17px; color: #756f62; font-size: 10px; font-weight: 700; }
.map-live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(223,88,53,.25); }
.map-quick-start { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 7vw, 105px); align-items: center; padding: 80px clamp(22px, 7vw, 110px) 105px; background: var(--sage); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.map-quick-visual { display: grid; place-items: center; }
.map-preview-window { width: min(410px, 100%); overflow: hidden; border: 2px solid var(--ink); border-radius: 29px; background: white; box-shadow: 12px 14px 0 var(--orange); transform: rotate(-1.5deg); }
.map-preview-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 17px; border-bottom: 2px solid var(--ink); background: var(--paper); font-size: 11px; }
.map-preview-bar > span:last-child { color: #736d61; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.map-preview-window img { display: block; width: 100%; height: 570px; object-fit: cover; object-position: center top; }
.map-quick-copy h2 { margin-top: 22px; font-size: clamp(42px, 4.5vw, 64px); line-height: .96; }
.map-quick-copy h2 em { color: var(--orange); }
.map-quick-steps { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(24,22,15,.35); }
.map-quick-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(24,22,15,.35); }
.map-quick-steps li > span { color: var(--orange); font: 700 17px/1 var(--font-plus-jakarta), sans-serif; }
.map-quick-steps h3 { margin: 0; font: 700 23px/1.1 var(--font-plus-jakarta), sans-serif; }
.map-quick-steps p { margin: 7px 0 0; color: #565146; font-size: 13px; line-height: 1.55; }
.map-open-secondary { margin-top: 26px; background: var(--ink); color: white; }
.map-open-secondary span { margin-left: 24px; color: var(--yellow); }
.map-filter-guide { padding: 105px clamp(22px, 7vw, 110px); background: var(--paper); }
.map-filter-guide .section-heading > p { max-width: 720px; }
.map-filter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1180px; margin: 55px auto 0; }
.map-filter-card { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; min-height: 175px; padding: 24px; border: 2px solid var(--ink); border-radius: 17px; background: var(--cream); box-shadow: 5px 6px 0 var(--ink); }
.map-filter-card:nth-child(3n + 2) { background: var(--sage); }
.map-filter-card:nth-child(3n) { background: #f3b6bc; }
.map-filter-icon { display: grid; place-items: center; width: 52px; height: 58px; border: 2px solid var(--ink); border-radius: 50% 50% 50% 7px; background: var(--orange); font-size: 23px; transform: rotate(-45deg); }
.map-filter-icon b { font-weight: 400; transform: rotate(45deg); }
.map-filter-card h3 { margin: 2px 0 0; font: 700 22px/1.1 var(--font-plus-jakarta), sans-serif; }
.map-filter-card p { margin: 9px 0 0; color: #5e594e; font-size: 12px; line-height: 1.55; }
.map-filter-more { max-width: 720px; margin: 38px auto 0; text-align: center; color: #625d52; font-size: 13px; line-height: 1.6; }
.save-access { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 125px); padding: 105px clamp(22px, 7vw, 110px); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--ink); color: white; }
.save-access-heading h2 { margin-top: 20px; font-size: clamp(49px, 5.7vw, 82px); line-height: .94; }
.save-access-heading h2 em { color: var(--yellow); }
.save-access-heading > p { max-width: 470px; margin: 23px 0 0; color: #d7d1c5; font-size: 14px; line-height: 1.65; }
.save-device-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.save-device-card { padding: 25px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; background: rgba(255,255,255,.06); }
.save-device-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.35); }
.save-device-title span { padding: 6px 9px; border-radius: 99px; background: var(--yellow); color: var(--ink); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.save-device-title h3 { margin: 0; font: 700 27px/1 var(--font-plus-jakarta), sans-serif; }
.save-device-card ol { display: grid; gap: 16px; margin: 21px 0 0; padding: 0; list-style: none; }
.save-device-card li { display: grid; grid-template-columns: 27px 1fr; gap: 10px; color: #ddd7cc; font-size: 12px; line-height: 1.55; }
.save-device-card li > span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 9px; font-weight: 800; }
.save-device-card strong { color: white; }
.map-access-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 48px clamp(22px, 7vw, 110px); background: var(--sage); }
.map-access-note > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; }
.map-access-note strong { text-transform: uppercase; font-size: 10px; letter-spacing: .13em; }
.map-access-note p { max-width: 700px; margin: 0; font-size: 13px; line-height: 1.6; }
.map-access-note .button { min-width: 190px; background: var(--paper); }
.map-access-note .button span { margin-left: 25px; color: var(--orange); }
.map-access-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 38px clamp(22px, 5vw, 76px); background: var(--orange); color: white; }
.map-access-footer p { margin: 0; white-space: nowrap; text-align: center; font: 500 clamp(11px, 1.2vw, 14px)/1.4 var(--font-plus-jakarta), sans-serif; }
.map-access-footer > a:last-child { font-size: 12px; font-weight: 800; border-bottom: 1px solid white; }

@media (max-width: 800px) {
  .map-access-intro, .map-quick-start, .save-access { grid-template-columns: 1fr; }
  .map-access-intro { padding-top: 70px; }
  .map-access-copy { padding-bottom: 0; }
  .map-filter-grid { grid-template-columns: 1fr 1fr; }
  .map-access-note { align-items: flex-start; flex-direction: column; }
  .map-access-note > div { grid-template-columns: 1fr; gap: 10px; }
  .map-access-note .button { width: 100%; }
  .map-access-footer { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 560px) {
  .map-access-header { padding: 17px 18px; }
  .access-order-label { display: none; }
  .map-access-intro { padding: 62px 18px 48px; text-align: center; }
  .map-access-intro .eyebrow, .map-access-actions { justify-content: center; }
  .map-access-intro h1 { font-size: clamp(45px, 13.7vw, 56px); }
  .map-access-actions { flex-direction: column; gap: 12px; }
  .map-access-actions .button { width: 100%; }
  .access-app-note { text-align: center; }
  .map-quick-start { padding: 65px 18px 78px; }
  .map-preview-window { width: min(340px, calc(100% - 14px)); box-shadow: 8px 9px 0 var(--orange); }
  .map-preview-window img { height: 470px; }
  .map-quick-copy { text-align: center; }
  .map-quick-copy .eyebrow { justify-content: center; }
  .map-quick-steps { text-align: left; }
  .map-open-secondary { width: 100%; }
  .map-filter-guide { padding: 78px 18px; }
  .map-filter-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .map-filter-card { min-height: 0; }
  .save-access { padding: 78px 18px; }
  .save-device-grid { grid-template-columns: 1fr; }
  .map-access-note { padding: 40px 18px; }
  .map-access-footer { padding: 38px 18px; }
}

/* Mobile-first refinements. These rules intentionally leave the approved desktop design untouched. */
@media (max-width: 768px) {
  html, body, main { max-width: 100%; overflow-x: clip; }

  .promise,
  .how,
  .trust-story,
  .inside,
  .offers,
  .map-shop,
  .buy,
  .faq,
  .final-choice { isolation: isolate; }

  .promise-quote,
  .promise-list,
  .how .section-heading,
  .steps,
  .trust-intro,
  .trust-points,
  .inside .section-heading,
  .pick-grid,
  .offers .section-heading,
  .offer-grid,
  .offer-note,
  .map-shop .section-heading,
  .map-grid,
  .buy-copy,
  .checkout-card,
  .faq .section-heading,
  .faq-list,
  .final-choice > div { position: relative; z-index: 1; }

  .promise,
  .how,
  .trust-story,
  .inside,
  .offers,
  .map-shop,
  .buy,
  .faq,
  .final-choice { padding: 96px 32px; }

  .promise,
  .trust-story,
  .buy,
  .faq,
  .final-choice { gap: 56px; }

  .inside { gap: 48px; }

  .section-food-pin {
    width: 44px;
    height: 44px;
    z-index: 0;
    box-shadow: -2px 3px 0 var(--ink);
  }
  .section-food-pin .brand-food-pin-emoji { font-size: 21px; }
  .section-food-pin-secondary { display: none; }

  .promise-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }
  .how-food-pin { top: 25px; right: auto; bottom: auto; left: 28px; }
  .trust-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }
  .inside-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }
  .offers-food-pin { top: 25px; right: auto; bottom: auto; left: 28px; }
  .map-shop-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }
  .buy-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }
  .faq-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }
  .final-food-pin { top: 25px; right: 28px; bottom: auto; left: auto; }

  .hero-route-pin-right { bottom: 0; }

  .offer-card { min-height: 0; }
  .offer-button { margin-top: 32px; }
  .map-card { min-height: 0; }
  .map-type { margin-top: 36px; }

  .guide-hero h1 { text-wrap: balance; }
  .guide-join h2 { text-wrap: balance; }
}

@media (max-width: 560px) {
  .site-header { gap: 14px; }
  .nav-preview-button { display: none; }
  .header-nav { flex: 0 0 auto; gap: 0; }
  .header-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 8px 0 5px;
    white-space: nowrap;
  }

  .hero { padding: 154px 18px 72px; }
  .hero-message { padding: 0; }
  .hero h1 {
    font-size: clamp(50px, 13.35vw, 56px);
    line-height: .98;
    text-wrap: balance;
  }
  .hero-lede { margin-top: 27px; font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 32px; }
  .trust-row { margin-top: 30px; }

  .hero-map-world { top: 88px; width: 100%; height: 520px; }
  .hero-map-route path { stroke-width: 3; opacity: .1; }
  .hero-route-pin-start,
  .hero-route-pin-right { display: none; }
  .hero-route-pin-left,
  .hero-route-pin-end {
    display: grid;
    top: 14px;
    bottom: auto;
    width: 34px;
    height: 34px;
    box-shadow: -2px 3px 0 var(--ink);
  }
  .hero-route-pin-left { right: auto; left: 8%; }
  .hero-route-pin-end { right: 8%; left: auto; }
  .hero-route-pin-left .brand-food-pin-emoji,
  .hero-route-pin-end .brand-food-pin-emoji { font-size: 15px; }

  .promise,
  .how,
  .trust-story,
  .inside,
  .offers,
  .map-shop,
  .buy,
  .faq,
  .final-choice { padding: 86px 18px; }

  .promise,
  .trust-story,
  .buy,
  .faq,
  .final-choice { gap: 48px; }

  .section-food-pin {
    width: 38px;
    height: 38px;
  }
  .section-food-pin .brand-food-pin-emoji { font-size: 18px; }
  .promise-food-pin,
  .trust-food-pin,
  .inside-food-pin,
  .map-shop-food-pin,
  .buy-food-pin,
  .faq-food-pin,
  .final-food-pin { top: 21px; right: 20px; bottom: auto; left: auto; }
  .how-food-pin,
  .offers-food-pin { top: 21px; right: auto; bottom: auto; left: 20px; }

  .eyebrow { font-size: 10px; letter-spacing: .135em; line-height: 1.4; }
  .section-heading h2,
  .trust-intro h2,
  .faq .section-heading h2 {
    font-size: clamp(40px, 11vw, 46px);
    line-height: .98;
    text-wrap: balance;
  }
  .promise-quote h2 {
    font-size: clamp(41px, 10.8vw, 45px);
    line-height: .98;
  }
  .buy h2 {
    font-size: clamp(42px, 11.5vw, 48px);
    line-height: .97;
    text-wrap: balance;
  }
  .final-choice h2 {
    font-size: clamp(38px, 10vw, 42px);
    line-height: .98;
    text-wrap: balance;
  }
  .section-heading > p,
  .trust-intro > p,
  .club-lede { font-size: 16px; line-height: 1.65; }

  .button { min-height: 56px; padding: 0 20px; }
  .offer-card { min-height: 0; padding: 34px 22px; }
  .offer-card h3 {
    margin-top: 36px;
    font-size: clamp(38px, 10.5vw, 43px);
    line-height: .98;
    text-wrap: balance;
  }
  .offer-button { margin-top: 32px; }
  .offer-note { margin-top: 28px; padding: 14px 16px; }

  .map-card { min-height: 0; padding: 24px; }
  .map-type { margin-top: 32px; }
  .map-link { align-items: center; min-height: 48px; }

  .pick-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 15px;
  }
  .pick-pin { width: 36px; height: 36px; }
  .pick-card h3 { font-size: 22px; line-height: 1.08; text-wrap: balance; }
  .pick-card p { margin-top: 7px; line-height: 1.45; }

  .steps { margin-top: 48px; gap: 16px; }
  .steps article { padding: 24px 20px 28px; }
  .promise-list article { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; }
  .promise-list h3 { font-size: 24px; line-height: 1.08; }
  .trust-points article { grid-template-columns: 32px minmax(0, 1fr); gap: 6px 14px; }

  .checkout-card { padding: 28px 22px; }
  .checkout-top { gap: 14px; }
  .checkout-top strong { font-size: 38px; }
  .checkout-button { padding: 0 18px; font-size: 14px; }
  .club-coffee-note { padding-inline: 4px; }

  .faq summary { gap: 14px; font-size: 18px; }
  .faq details p { margin-right: 8px; }
  footer { gap: 22px; }

  .map-preview-modal { max-height: calc(100dvh - 18px); }
  .map-preview-stage { min-height: 250px; }
  .label-brunch { left: 4%; }
  .label-restaurants { right: 3%; }
  .label-bakeries { left: 3%; }
  .label-takeaways { right: 3%; }

  .guide-hero { padding-top: 62px; }
  .guide-hero h1 {
    font-size: clamp(26px, 7.6vw, 34px);
    line-height: .98;
  }
  .guide-item { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
  .guide-item h2 {
    font-size: clamp(29px, 7.8vw, 33px);
    line-height: 1.05;
    text-wrap: balance;
  }
  .guide-links { grid-column: 2; }
  .guide-join h2 {
    font-size: clamp(40px, 10.8vw, 46px);
    line-height: .98;
  }

  .access-card { padding: 32px 22px; border-radius: 21px; box-shadow: 7px 8px 0 var(--ink); }
  .access-tip { flex-direction: column; gap: 8px; }

  .map-quick-start { gap: 48px; }
  .map-filter-card { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 21px; }
  .map-filter-icon { width: 44px; height: 48px; font-size: 20px; }
  .save-device-card { padding: 22px; }
}

/* WordPress templates and editor-managed collections. */
.wp-site-blocks, .grni-site { min-height: 100vh; }
.screen-reader-text { position: absolute; 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 { z-index: 100000; top: 5px; left: 5px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: var(--paper); color: var(--ink); }
.generic-header { position: relative; border-bottom: 2px solid var(--ink); background: var(--paper); }
.generic-main { min-height: 65vh; padding: 95px clamp(22px, 8vw, 125px); background: var(--cream); }
.generic-main .page-shell { width: min(900px, 100%); margin: 0 auto; }
.generic-main h1 { max-width: 900px; margin: 0; font-size: clamp(54px, 7vw, 94px); }
.generic-main .entry-content { margin-top: 45px; font-size: 17px; line-height: 1.75; }
.generic-main .entry-content > * { max-width: 760px; }
.generic-main .entry-content h2 { margin-top: 48px; font-size: clamp(34px, 4vw, 50px); }
.generic-main .entry-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.archive-hero { padding: 115px clamp(22px, 8vw, 125px) 85px; border-bottom: 2px solid var(--ink); background: var(--yellow); }
.archive-hero h1 { max-width: 980px; margin: 20px 0 0; font-size: clamp(58px, 7vw, 96px); }
.archive-hero p { max-width: 680px; margin: 26px 0 0; font-size: 17px; line-height: 1.65; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 75px clamp(22px, 7vw, 110px) 105px; background: var(--cream); }
.archive-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper); box-shadow: 6px 7px 0 var(--ink); }
.archive-card:nth-child(3n + 2) { background: var(--sage); }
.archive-card:nth-child(3n) { background: var(--yellow); }
.archive-card .card-label { align-self: flex-start; }
.archive-card h2 { margin-top: 38px; font-size: clamp(31px, 3.1vw, 46px); line-height: 1; }
.archive-card p { margin: 18px 0 26px; color: #5e594e; font-size: 13px; line-height: 1.6; }
.archive-card .text-link { margin-top: auto; }
.empty-collection { grid-column: 1 / -1; padding: 40px; border: 2px dashed var(--orange); border-radius: 18px; text-align: center; }
.club-page .generic-main { background: var(--sage); }
.club-page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.club-page .checkout-card { position: sticky; top: 25px; }
.grni-notice { padding: 13px 16px; border: 2px solid var(--ink); border-radius: 10px; background: var(--yellow); font-size: 12px; line-height: 1.5; }
.grni-disabled-link { opacity: .65; cursor: not-allowed; }

@media (max-width: 900px) {
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .club-page-grid { grid-template-columns: 1fr; }
  .club-page .checkout-card { position: relative; top: auto; }
}

@media (max-width: 560px) {
  .generic-main { padding: 72px 18px; }
  .generic-main h1 { font-size: clamp(43px, 12vw, 54px); }
  .archive-hero { padding: 82px 18px 62px; }
  .archive-hero h1 { font-size: clamp(47px, 13vw, 58px); }
  .archive-grid { grid-template-columns: 1fr; padding: 55px 18px 80px; }
  .archive-card { min-height: 285px; }
}

/*
 * Compatibility shield for sites that previously used Elementor.
 * Elementor's global Kit selectors are more specific than normal theme styles,
 * so keep the Get Round NI brand system authoritative without changing layout.
 */
body.wp-theme-get-round-ni {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-plus-jakarta), Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}

body.wp-theme-get-round-ni h1,
body.wp-theme-get-round-ni h2,
body.wp-theme-get-round-ni h3,
body.wp-theme-get-round-ni h4,
body.wp-theme-get-round-ni h5,
body.wp-theme-get-round-ni h6 {
  color: inherit;
  font-family: var(--font-plus-jakarta), Arial, sans-serif;
  text-transform: none;
}

body.wp-theme-get-round-ni a.brand { color: var(--orange); }
body.wp-theme-get-round-ni a.brand-reversed { color: var(--cream); }
body.wp-theme-get-round-ni .header-cta,
body.wp-theme-get-round-ni .text-link,
body.wp-theme-get-round-ni .pick-card,
body.wp-theme-get-round-ni .map-link,
body.wp-theme-get-round-ni .guide-links a,
body.wp-theme-get-round-ni .trust-story a,
body.wp-theme-get-round-ni footer a {
  color: inherit;
  text-decoration: none;
}

body.wp-theme-get-round-ni button {
  color: inherit;
  font: inherit;
  text-transform: none;
}

body.wp-theme-get-round-ni .nav-preview-button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

body.wp-theme-get-round-ni .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 25px;
  border: 2px solid var(--ink);
  border-radius: 99px;
  color: inherit;
  font-family: var(--font-plus-jakarta), Arial, sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}

body.wp-theme-get-round-ni .button-primary,
body.wp-theme-get-round-ni .checkout-button {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}

body.wp-theme-get-round-ni .inside-club-button,
body.wp-theme-get-round-ni .map-preview-buy,
body.wp-theme-get-round-ni .access-button {
  background: var(--ink);
  color: white;
}

body.wp-theme-get-round-ni .map-open-secondary {
  background: var(--ink);
  color: white;
}

body.wp-theme-get-round-ni .offer-button,
body.wp-theme-get-round-ni .final-actions .button,
body.wp-theme-get-round-ni .map-access-note .button {
  background: var(--paper);
  color: var(--ink);
}

body.wp-theme-get-round-ni .final-actions .final-club-button {
  background: var(--ink);
  color: white;
}

body.wp-theme-get-round-ni .guide-join .button {
  border-color: white;
  background: var(--orange);
  color: white;
}

body.wp-theme-get-round-ni footer:not(.map-access-footer) > p {
  max-width: none;
  white-space: nowrap;
  font: 500 15px/1.4 var(--font-plus-jakarta), Arial, sans-serif;
}

@media (max-width: 900px) {
  body.wp-theme-get-round-ni footer:not(.map-access-footer) > p {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  body.wp-theme-get-round-ni .button {
    min-height: 56px;
    padding: 0 20px;
  }
}
