/* Anglesea Bowling Club - preview build (ZT register) */

@font-face { font-family: 'Roboto Slab'; src: url('/fonts/robotoslab-var.woff2?v=fee1dc1e') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/fonts/hankengrotesk-var.woff2?v=c501f578') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/fonts/hankengrotesk-italic.woff2?v=bc9d3fc0') format('woff2'); font-weight: 100 900; font-style: italic; font-display: swap; }
@font-face { font-family: 'Playfair Display'; src: url('/fonts/playfair-italic-var.woff2?v=2175449f') format('woff2'); font-weight: 400 900; font-style: italic; font-display: swap; }

:root {
  --navy: #27265c;
  --navy-deep: #191840;
  --navy-mid: #1e3a8a;
  --sky: #62c1d8;
  --sky-deep: #3ba2bd;
  --sky-ink: #217e97;
  --sun: #ff8d00;
  --paper: #ffffff;
  --mist: #f8f9ff;
  --ink: #27265c;
  --body: #4c4c60;
  --line: #e3e5f2;
  --slab: 'Roboto Slab', 'Georgia', serif;
  --sans: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --ital: 'Playfair Display', 'Georgia', serif;
  --wrap: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--sans); font-size: 17px; line-height: 1.65; color: var(--body);
  background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sky-deep); text-decoration: none; }
main a:not([class]) { text-decoration: underline; text-underline-offset: 2px; }

h1, h2, h3 { font-family: var(--slab); color: var(--ink); font-weight: 700; line-height: 1.15; }
h1 { font-size: clamp(38px, 4.4vw, 60px); }
h1, h2 { text-wrap: balance; }
h2 { font-size: clamp(30px, 3.2vw, 42px); }
h3 { font-size: 22px; }
strong { color: var(--ink); font-weight: 700; }
.on-dark strong, .band strong { color: #fff; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }

/* ---------- reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  html.js .rise { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  html.js .rise.seen { opacity: 1; transform: none; }
  html.js .rise.d1 { transition-delay: .08s; } html.js .rise.d2 { transition-delay: .16s; } html.js .rise.d3 { transition-delay: .24s; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; padding: 15px 30px; line-height: 1; white-space: nowrap;
  border: 1px solid transparent; cursor: pointer; transition: background .25s, color .25s, border-color .25s;
  text-align: center;
}
.btn-sky { background: var(--sky-ink); color: #fff; }
.btn-sky:hover { background: #1b6a7f; color: #fff; }
.btn-ghost { border-color: #fff; color: #fff; background: transparent; }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-line { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-line:hover { background: var(--navy); color: #fff; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-row.center { justify-content: center; }

/* ---------- utility bar ---------- */
.utility { background: var(--navy); color: #fff; font-size: 14px; position: relative; z-index: 40; }
.utility .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 16px; }
.utility a { color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.utility a:hover { color: var(--sky); }
.utility .u-left { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.utility .u-right { display: flex; gap: 10px; align-items: center; }
.utility svg { width: 15px; height: 15px; fill: currentColor; flex: none; }
.u-social { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); }
.u-social:hover { border-color: var(--sky); }

/* ---------- header ---------- */
.site-head { background: var(--paper); position: relative; z-index: 30; box-shadow: 0 1px 0 var(--line); }
.site-head::after { content: ''; position: absolute; top: 0; right: 0; width: 6px; height: 100%; background: var(--sun); }
.site-head .wrap { display: flex; align-items: center; min-height: 72px; gap: 26px; }
.badge-home { flex: none; width: 104px; position: relative; align-self: stretch; }
.badge-home img {
  width: 104px; height: 104px; position: absolute; top: 8px; left: 0;
  filter: drop-shadow(0 4px 12px rgba(25,24,64,.25)); background: #fff; border-radius: 50%;
}
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a {
  font-size: 14.5px; font-weight: 600; color: var(--navy); padding: 26px 11px 23px;
  border-bottom: 3px solid transparent; white-space: nowrap;
}
.nav-links a:hover { color: var(--sky-deep); }
.nav-links a[aria-current="page"] { border-bottom-color: var(--sun); }
.head-cta { margin-left: 10px; margin-right: 14px; }
.head-cta .btn { padding: 13px 22px; }

/* mobile nav */
.burger { display: none; margin-left: auto; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; position: relative; z-index: 60; }
.burger .bars, .burger .bars::before, .burger .bars::after {
  content: ''; display: block; width: 24px; height: 2px; background: var(--navy); position: absolute; left: 10px; transition: transform .3s var(--ease), opacity .2s;
}
.burger .bars { top: 21px; } .burger .bars::before { top: -7px; left: 0; } .burger .bars::after { top: 7px; left: 0; }
body.menu-open .burger .bars { transform: rotate(45deg); }
body.menu-open .burger .bars::before { opacity: 0; }
body.menu-open .burger .bars::after { transform: translateY(-7px) rotate(-90deg); }
.mobile-menu {
  position: fixed; inset: 0; background: var(--navy); z-index: 50; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px; visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s;
}
body.menu-open .mobile-menu { visibility: visible; opacity: 1; }
.mobile-menu a { color: #fff; font-family: var(--slab); font-size: 26px; font-weight: 700; padding: 8px 20px; }
.mobile-menu a[aria-current="page"] { color: var(--sky); }
.mobile-menu .btn { margin-top: 18px; font-family: var(--sans); }
body.menu-open { overflow: hidden; }

/* ---------- hero (home) ---------- */
.hero {
  position: relative; color: #fff; min-height: 620px; display: flex; align-items: center;
  background: var(--navy);
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
@media (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: settle 16s var(--ease) both; }
  @keyframes settle { from { transform: scale(1.08); } to { transform: scale(1); } }
}
.hero-wash { position: absolute; inset: 0; background: linear-gradient(98deg, rgba(30,29,74,.95) 0%, rgba(39,38,92,.82) 34%, rgba(39,38,92,.38) 66%, rgba(98,193,216,.18) 100%); }
@media (max-width: 700px) {
  .hero-wash, .page-hero .hero-wash { background: linear-gradient(180deg, rgba(30,29,74,.92) 0%, rgba(30,29,74,.74) 100%); }
}
.hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { max-width: 620px; }
.hero h1 { color: #fff; }
.hero-script { font-family: var(--ital); font-style: italic; font-weight: 500; font-size: clamp(24px, 2.6vw, 36px); color: #fff; margin: 6px 0 22px; }
.hero-script em, .script-line em { font-style: italic; color: var(--sun); }
.kick-script em { color: #d9720c; }
.hero-script em, .band .kick-script em, .page-hero .kick-script em { color: var(--sun); }
.hero p { max-width: 540px; margin-bottom: 14px; color: rgba(255,255,255,.92); }
.hero .btn-row { margin-top: 26px; }

/* ---------- photo strip ---------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; background: var(--paper); }
.strip figure { position: relative; border-top: 4px solid var(--sun); overflow: hidden; }
.strip img { width: 100%; height: 240px; object-fit: cover; transition: transform .8s var(--ease); }
@media (hover: hover) { .strip figure:hover img { transform: scale(1.05); } }

/* ---------- sections ---------- */
.sec { padding: 88px 0; }
.sec-mist { background: var(--mist); }
.kick-script { font-family: var(--ital); font-style: italic; font-weight: 500; font-size: clamp(20px, 2vw, 26px); color: var(--navy); margin: 8px 0 14px; }
.kick-script em { color: var(--sun); }
.sec-intro { max-width: 640px; margin: 0 auto 44px; }
.band p, .offer-card p, .sec-intro { text-wrap: pretty; }
h2 + .sec-intro { margin-top: 14px; }
.sec h2 + .strip, .sec .kick-script + .strip { margin-top: 40px; }

/* two-col feature */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.duo > *, .panel-duo > * { min-width: 0; }
.duo-media { position: relative; }
.duo-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: 18px 18px 0 var(--navy); }
.duo-media.tall img { aspect-ratio: 3 / 4; }
.duo-media.frame-sky img { box-shadow: 18px 18px 0 var(--sky); }
.duo-copy h2 { margin-bottom: 16px; }
.duo-copy p { margin-bottom: 14px; }
.duo-copy .btn-row { margin-top: 24px; }

/* ---------- counter cards ---------- */
.count-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 10px; }
.count-card { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--navy); }
.count-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.count-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,24,64,0) 30%, rgba(25,24,64,.92) 82%); }
.count-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 18px; text-align: center; color: #fff; }
.count-num { font-family: var(--slab); font-weight: 700; font-size: 44px; line-height: 1; display: block; }
.count-label { display: block; margin-top: 6px; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.9); }
.count-sub { display: block; margin-top: 7px; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.78); min-height: 2.9em; }

/* ---------- full-bleed band ---------- */
.band { position: relative; color: #fff; padding: 110px 0; }
.band-media { position: absolute; inset: 0; overflow: hidden; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band-media::after { content: ''; position: absolute; inset: 0; background: rgba(30,29,74,.84); }
.band-warm .band-media::after { background: linear-gradient(180deg, rgba(25,24,64,.38) 0%, rgba(25,24,64,.64) 55%, rgba(25,24,64,.88) 100%); }
.band .wrap { position: relative; z-index: 2; }
.band h2 { color: #fff; }
.band .kick-script { color: #fff; }
.band p { color: rgba(255,255,255,.92); max-width: 640px; }
.band.center p { margin-left: auto; margin-right: auto; }
.band p + p { margin-top: 14px; }
.band .btn-row { margin-top: 30px; }

/* ---------- offer carousel ---------- */
.carousel-zone { position: relative; max-width: 820px; margin: 0 auto; }
.carousel { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px; }
.carousel::-webkit-scrollbar { display: none; }
.offer-card {
  flex: 0 0 100%; scroll-snap-align: center; background: var(--paper);
  border: 1px solid var(--line); box-shadow: 0 10px 34px rgba(25,24,64,.07); padding: 46px 52px 40px; text-align: center;
  display: flex; flex-direction: column;
}
.offer-icon { width: 62px; height: 62px; border-radius: 50%; background: var(--sky); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.offer-icon svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.6; }
.offer-card h3 { margin-bottom: 10px; }
.offer-card p { font-size: 15.5px; flex: 1; }
.offer-meta { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sky-ink); margin: 14px 0 18px; }
.offer-card .btn-row { justify-content: center; }
.offer-card .btn { padding: 12px 20px; font-size: 12px; }
.car-arrows { display: flex; gap: 10px; justify-content: center; margin-top: 26px; }
@media (max-width: 1020px) {
  .car-arrows { margin-top: 12px; }
  .car-btn { border: 1px solid var(--sky-deep); font-size: 22px; }
}
@media (min-width: 1021px) {
  .car-arrows { margin-top: 0; }
  .car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; }
  .car-prev { left: -84px; }
  .car-next { right: -84px; }
}
.car-btn { width: 44px; height: 44px; border: 0; background: none; color: var(--sky); cursor: pointer; font-size: 40px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: color .2s; }
.car-btn:hover { color: var(--sky-deep); }

/* ---------- map band ---------- */
.map-panel { margin-top: 54px; }
.map-panel svg { width: 100%; height: auto; display: block; }
.map-cap { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.65); margin-top: 14px; text-align: center; }

/* ---------- sponsor grid ---------- */
.spon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.spon-grid > * { min-width: 0; }
.spon-tile { background: #fff; border: 1px solid var(--line); padding: 10px; transition: box-shadow .25s, transform .25s; display: flex; flex-direction: column; }
.spon-logo { height: 118px; display: flex; align-items: center; justify-content: center; padding: 14px; }
.spon-logo img { max-height: 64px; width: auto; max-width: 100%; object-fit: contain; }
.spon-site { font-size: 13px; color: var(--sky-ink); text-align: center; padding: 0 6px 8px; overflow-wrap: anywhere; }
@media (max-width: 560px) { .spon-site { display: none; } }
.spon-tile:hover { box-shadow: 0 12px 30px rgba(25,24,64,.12); transform: translateY(-3px); }
.spon-name { font-size: 14px; font-weight: 600; color: var(--navy); padding: 10px 6px 6px; text-align: center; }
.spon-quote { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.spon-quote blockquote { font-family: var(--ital); font-style: italic; font-size: clamp(17px, 1.8vw, 21px); color: var(--navy); line-height: 1.65; }
.spon-quote cite { display: block; font-family: var(--sans); font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sky-ink); margin-top: 16px; }

/* ---------- info panels / cards ---------- */
.panel-duo { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.info-card { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); color: #fff; padding: 44px 40px; }
.info-card h2, .info-card h3 { color: #fff; margin-bottom: 14px; }
.info-card p { color: rgba(255,255,255,.9); margin-bottom: 18px; }
.info-line { display: flex; gap: 14px; align-items: flex-start; margin-top: 18px; }
.info-line svg { width: 20px; height: 20px; stroke: var(--sky); fill: none; stroke-width: 1.7; flex: none; margin-top: 3px; }
.info-line a { color: #fff; font-weight: 600; }
.info-line a:hover { color: var(--sky); }
.info-line .lab { display: block; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.65); }

/* schedule table */
.sched { width: 100%; border-collapse: collapse; margin: 18px 0 6px; }
.sched th, .sched td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.sched th { font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--navy); }
.sched td:first-child { font-weight: 700; color: var(--navy); white-space: nowrap; }
.on-dark .sched th, .on-dark .sched td { border-color: rgba(255,255,255,.18); color: #fff; }

/* price tiers */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tier { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--sky); padding: 36px 30px; display: flex; flex-direction: column; }
.tier.feat { border-top-color: var(--sun); }
.tier h3 { margin-bottom: 4px; }
.tier-price { font-family: var(--slab); font-weight: 700; font-size: 42px; color: var(--navy); margin: 10px 0 2px; }
.tier-per { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--body); margin-bottom: 16px; }
.tier ul { list-style: none; margin: 0 0 22px; flex: 1; }
.tier li { padding: 8px 0 8px 26px; position: relative; font-size: 15.5px; border-bottom: 1px solid var(--mist); }
.tier li::before { content: ''; position: absolute; left: 0; top: 15px; width: 14px; height: 7px; border-left: 2px solid var(--sky-deep); border-bottom: 2px solid var(--sky-deep); transform: rotate(-45deg); }

/* checklist */
.ticks { list-style: none; margin: 14px 0; }
.ticks li { padding: 7px 0 7px 28px; position: relative; }
.ticks li::before { content: ''; position: absolute; left: 0; top: 15px; width: 14px; height: 7px; border-left: 2px solid var(--sky-deep); border-bottom: 2px solid var(--sky-deep); transform: rotate(-45deg); }
.on-dark .ticks li::before { border-color: var(--sky); }

/* subpage hero */
.page-hero { position: relative; color: #fff; padding: 96px 0 90px; background: var(--navy); }
.page-hero .hero-media img { object-position: 50% 45%; }
.page-hero .hero-media img.focus-top { object-position: 50% 0%; }
.page-hero.warm .hero-wash { background: linear-gradient(180deg, rgba(30,29,74,.74) 0%, rgba(30,29,74,.50) 100%); }
.hero-script em { white-space: nowrap; }
.count-card img.pos-left { object-position: left center; }
.page-hero .hero-wash { background: linear-gradient(180deg, rgba(30,29,74,.88) 0%, rgba(39,38,92,.72) 100%); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero .hero-script { margin-bottom: 0; }
.page-hero p.lede { max-width: 640px; margin-top: 18px; color: rgba(255,255,255,.92); }

/* ---------- footer ---------- */
.foot { background: var(--mist); border-top: 1px solid var(--line); padding: 64px 0 54px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.foot h3 { font-size: 19px; margin-bottom: 18px; }
.foot ul { list-style: none; }
.foot li { margin: 9px 0; }
.foot a { color: var(--body); font-size: 15.5px; }
.foot a:hover { color: var(--sky-deep); }
.foot .info-line svg { stroke: var(--sky-deep); }
.foot .info-line { margin-top: 12px; color: var(--body); font-size: 15.5px; }
.foot .info-line a { color: var(--body); font-weight: 500; }
.foot-badge { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.foot-badge img { width: 62px; height: 62px; border-radius: 50%; }
.foot-badge span { font-family: var(--slab); font-weight: 700; font-size: 18px; color: var(--navy); line-height: 1.25; }
.foot-bar { background: var(--navy); color: rgba(255,255,255,.85); font-size: 14px; }
.foot-bar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 54px; gap: 16px; flex-wrap: wrap; }
@media (max-width: 560px) { .foot-bar .wrap { justify-content: center; text-align: center; padding-top: 10px; padding-bottom: 10px; } }
.foot-bar a { color: #fff; }
.foot-bar a:hover { color: var(--sky); }

/* skip link */
.skip { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 10px 18px; z-index: 100; }
.skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--sky-deep); outline-offset: 2px; }
.band :focus-visible, .hero :focus-visible, .info-card :focus-visible { outline-color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .nav-links a { padding: 26px 8px 23px; font-size: 13.5px; }
  .head-cta .btn { padding: 12px 14px; }
}
@media (max-width: 960px) {
  .nav-links, .head-cta { display: none; }
  .burger { display: block; }
  .duo, .panel-duo { grid-template-columns: 1fr; gap: 36px; }
  .duo .duo-media { order: -1; }
  .duo.copy-first .duo-media { order: 2; }
  .count-grid { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .tier-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .spon-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .duo-media img { box-shadow: 12px 12px 0 var(--navy); }
  .sec { padding: 66px 0; }
  .band { padding: 84px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .count-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .count-num { font-size: 32px; }
  .count-label { font-size: 11.5px; letter-spacing: 1px; line-height: 1.3; min-height: 2.6em; }
  .count-sub { display: none; }
  .strip img { height: 160px; }
  .spon-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .foot-grid { grid-template-columns: 1fr; }
  .utility .u-left { gap: 12px; font-size: 13px; }
  .utility .u-hide-s { display: none; }
  .badge-home { width: 84px; }
  .badge-home img { width: 84px; height: 84px; }
  .hero { min-height: 540px; }
  .btn { padding: 14px 22px; font-size: 12px; }
}

/* utilities (CSP blocks inline style attributes) */
.mt40 { margin-top: 40px; } .mt36 { margin-top: 36px; } .mt26 { margin-top: 26px; }
.mt24 { margin-top: 24px; } .mt22 { margin-top: 22px; } .mt18 { margin-top: 18px; }
.mb6 { margin-bottom: 6px; }
.fine { font-size: 14.5px; }
.band-navy { background: linear-gradient(160deg, #27265c 0%, #191840 100%); }
.band-pad { padding: 84px 0; }
.strip-gap { gap: 24px; }
.note-center { max-width: 720px; margin: 40px auto 0; }


@media (prefers-reduced-motion: no-preference) {
  .map-panel svg .pulse { transform-origin: center; transform-box: fill-box; animation: mappulse 2.6s ease-out infinite; }
  @keyframes mappulse { 0% { transform: scale(.55); opacity: .9; } 70% { transform: scale(1.25); opacity: 0; } 100% { transform: scale(1.25); opacity: 0; } }
}

/* map label sizing (inline SVG) */
.map-panel svg .tlab { font-size: 17px; }
.map-panel svg .mlab-town { font-size: 26px; }
.map-panel svg .mlab-addr { font-size: 15px; }
.map-panel svg .mlab-sea { font-size: 24px; }
.map-panel svg .mlab-road { font-size: 14px; }
.map-mob { display: none; }
.map-mob .m-min, .map-mob .m-bells { display: none; }
.map-mob .tlab { font-size: 20px; }
.map-mob .mlab-town { font-size: 30px; }
.map-mob .mlab-addr { font-size: 19px; letter-spacing: 1px; }
.map-mob .mlab-sea { font-size: 24px; }
@media (max-width: 640px) {
  .map-desk { display: none; }
  .map-mob { display: block; }
}

.spon-pres { border-radius: 50%; object-fit: cover; margin: 0 auto 18px; display: block; }
.nowrap { white-space: nowrap; }
