/* Hotel Rembrandt, Weymouth. Theme built around the Best Western blue on the hotel sign. */
:root {
  --navy: #003c7f;
  --navy-deep: #062a5a;
  --navy-ink: #0b1f3f;
  --sea: #2a66b3;
  --sea-light: #e8f0fa;
  --mist: #f3f6fb;
  --ink: #1b2435;
  --ink-soft: #4d5868;
  --line: #dde3ec;
  --cream: #f8f5ef;
  --sand: #e9dfcb;
  --gold: #c8a862;
  --gold-deep: #a8873f;
  --white: #ffffff;
  --ok: #1e7f4f;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 18px 45px -22px rgba(6, 42, 90, .45);
  --shadow-sm: 0 8px 22px -14px rgba(6, 42, 90, .35);
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --max: 1180px;
  --gutter: 20px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sea); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; color: var(--navy-ink); margin: 0 0 .45em; letter-spacing: -.005em; }
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); }
h4 { font-size: 1.15rem; font-family: var(--font-body); font-weight: 700; }
p { margin: 0 0 1em; }
.lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 62ch; }
.eyebrow { font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .9em; display: block; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 820px; }
section { padding: clamp(52px, 8vw, 96px) 0; }
section.tight { padding: clamp(32px, 5vw, 56px) 0; }
.bg-mist { background: var(--mist); }
.bg-cream { background: var(--cream); }
.bg-navy { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; }
.bg-navy h2, .bg-navy h3, .bg-navy h1 { color: #fff; }
.bg-navy .eyebrow { color: var(--gold); }
.bg-navy a { color: #fff; }
.bg-navy .btn-light { color: var(--navy); }
.bg-navy .btn-light:hover { color: var(--navy); }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head p { color: var(--ink-soft); font-size: 1.1rem; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; z-index: 999; }
.skip:focus { left: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .8em 1.4em; border-radius: 999px; font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid transparent; cursor: pointer; font-family: var(--font-body); line-height: 1.2; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--navy-deep); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy-ink); }
.btn-gold:hover { background: #d9bb76; color: var(--navy-ink); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--sea-light); color: var(--navy); }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.6); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-sm { padding: .55em 1em; font-size: .9rem; }
.btn-lg { padding: 1em 1.7em; font-size: 1.05rem; }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Header */
.topbar { background: var(--navy-ink); color: #fff; font-size: .88rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; }
.topbar a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .4em; }
.topbar a:hover { color: var(--gold); }
.topbar .contact-links { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar svg { width: 15px; height: 15px; }
.topbar-right { display: flex; gap: 18px; align-items: center; }
.topbar-table { color: var(--gold) !important; font-weight: 600; }
.header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 4px 24px -18px rgba(0,0,0,.4); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 78px; max-width: 1400px; }
.header .brand, .header .header-cta { flex: 0 0 auto; }
.header .nav { flex: 0 1 auto; min-width: 0; overflow: hidden; }
@media (min-width: 1281px) and (max-width: 1440px) { .nav a.nav-optional { display: none; } }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--navy-ink); }
.brand img { height: 34px; width: auto; }
.brand .wordmark { display: flex; flex-direction: column; line-height: 1.05; border-left: 1px solid var(--line); padding-left: 14px; white-space: nowrap; }
.brand .wordmark b { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; letter-spacing: .01em; color: var(--navy); }
.brand .wordmark span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: .88rem; padding: .5em .56em; border-radius: 999px; white-space: nowrap; }
.nav a:hover, .nav a.active { background: var(--sea-light); color: var(--navy); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: 2px solid var(--line); border-radius: 10px; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 4px 0; transition: transform .2s; }
@media (max-width: 1280px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 78px; background: #fff; flex-direction: column; align-items: stretch; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); gap: 2px; overflow: visible; }
  .nav a { padding: .8em 1em; font-size: 1.05rem; }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .topbar .contact-links a span { display: none; }
}
@media (max-width: 560px) { .brand .wordmark span { display: none; } .brand img { height: 28px; } .header .container { height: 66px; } .nav { top: 66px; } }

/* Hero */
.hero { position: relative; min-height: clamp(520px, 78vh, 760px); display: flex; align-items: flex-end; color: #fff; isolation: isolate; overflow: hidden; }
.hero img.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,42,90,.35) 0%, rgba(6,42,90,.25) 30%, rgba(6,42,90,.9) 100%); z-index: -1; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,42,90,.75) 0%, rgba(6,42,90,.45) 45%, rgba(6,42,90,0) 80%); z-index: -1; }
.hero .container { padding-bottom: clamp(36px, 6vw, 72px); padding-top: 60px; }
.hero h1 { color: #fff; font-weight: 500; font-size: clamp(2.6rem, 6.2vw, 4.6rem); max-width: 14ch; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.hero .lede { color: #fff; font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 56ch; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.hero .eyebrow { color: var(--gold); }
.hero-inner { display: grid; grid-template-columns: 1.3fr .9fr; gap: 40px; align-items: end; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hero-badges span { background: rgba(6,42,90,.55); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(8px); text-shadow: 0 1px 6px rgba(0,0,0,.4); padding: .4em .9em; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.hero.short { min-height: clamp(320px, 46vh, 460px); }
.hero.short h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; gap: 24px; } }

/* Booking bar */
.book-bar { background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 20px 20px; }
.book-bar h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); margin-bottom: 12px; display: flex; align-items: center; gap: .5em; }
.book-bar h3 svg { width: 18px; height: 18px; }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.book-grid label { display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); margin-bottom: 4px; }
.book-grid input, .book-grid select { width: 100%; padding: .65em .7em; border: 1px solid var(--line); border-radius: var(--radius-sm); font: inherit; font-size: .95rem; color: var(--ink); background: #fff; }
.book-bar .btn { width: 100%; margin-top: 12px; }
.book-bar .note { font-size: .8rem; color: var(--ink-soft); margin: 10px 0 0; text-align: center; }
.book-bar .note b { color: var(--ok); }
.book-bar.inline { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto; gap: 12px; align-items: end; padding: 20px 24px; }
.book-bar.inline h3 { grid-column: 1 / -1; margin-bottom: 0; }
.book-bar.inline .btn { margin: 0; }
@media (max-width: 860px) { .book-bar.inline { grid-template-columns: 1fr 1fr; } .book-bar.inline .btn { grid-column: 1 / -1; } }

/* Cards and grids */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .card-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--mist); }
.card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card-img img { transform: scale(1.04); }
.card .card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card h3 { margin-bottom: .2em; }
.card h3 a { color: inherit; text-decoration: none; }
.card p { color: var(--ink-soft); margin: 0; }
.card .card-foot { margin-top: auto; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.tag { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--sea-light); color: var(--navy); padding: .3em .7em; border-radius: 999px; }
.tag.gold { background: #f6efdc; color: var(--gold-deep); }
.price { font-weight: 700; color: var(--navy); }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.feature-list li { padding-left: 26px; position: relative; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: .5em; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px var(--gold); }
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.two-up .media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 5 / 4; object-fit: cover; width: 100%; }
.two-up.flip .media { order: 2; }
@media (max-width: 860px) { .two-up, .two-up.flip { grid-template-columns: 1fr; } .two-up.flip .media { order: 0; } }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; }
.stat svg { width: 30px; height: 30px; color: var(--navy); flex: none; }
.stat b { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--navy-ink); line-height: 1.1; }
.stat span { color: var(--ink-soft); font-size: .92rem; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; } }

/* Strip */
.strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.strip .item { display: flex; gap: 14px; align-items: center; }
.strip svg { width: 34px; height: 34px; color: var(--gold); flex: none; }
.strip b { display: block; }
@media (max-width: 760px) { .strip { grid-template-columns: 1fr; } }

/* Reviews */
.review { background: #fff; border-radius: var(--radius); padding: 26px 28px; border: 1px solid var(--line); position: relative; }
.review::before { content: '\201C'; font-family: var(--font-display); font-size: 4rem; line-height: 1; color: var(--gold); position: absolute; top: 10px; left: 20px; opacity: .8; }
.review blockquote { margin: 26px 0 14px; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.4; color: var(--navy-ink); }
.review cite { font-style: normal; font-weight: 700; font-size: .92rem; }
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; text-align: right; }

/* Events */
.event-row { display: grid; grid-template-columns: 140px 1fr auto; gap: 22px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin-bottom: 14px; }
.event-row .poster { aspect-ratio: 3 / 4; border-radius: var(--radius-sm); overflow: hidden; background: var(--mist); }
.event-row .poster img { width: 100%; height: 100%; object-fit: cover; }
.event-row .when { font-weight: 700; color: var(--gold-deep); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.event-row h3 { margin: .2em 0; }
.event-row p { margin: 0; color: var(--ink-soft); }
@media (max-width: 720px) { .event-row { grid-template-columns: 100px 1fr; } .event-row .actions { grid-column: 1 / -1; } }
.month-label { font-family: var(--font-display); font-size: 1.6rem; color: var(--navy); margin: 34px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--sand); }

/* Menus */
.menu-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.menu-tabs button { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55em 1.1em; font: inherit; font-weight: 700; cursor: pointer; color: var(--navy); }
.menu-tabs button[aria-selected="true"] { background: var(--navy); color: #fff; border-color: var(--navy); }
.menu-panel { display: none; }
.menu-panel.active { display: block; }
.menu-cols { columns: 2; column-gap: 40px; }
@media (max-width: 760px) { .menu-cols { columns: 1; } }
.menu-section { break-inside: avoid; margin-bottom: 30px; }
.menu-section h4 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--sand); padding-bottom: 6px; margin-bottom: 12px; }
.menu-item { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; border-bottom: 1px dotted var(--line); }
.menu-item b { display: block; }
.menu-item small { color: var(--ink-soft); display: block; font-size: .9rem; }
.menu-item .p { font-weight: 700; color: var(--navy); white-space: nowrap; }
.menu-item .diet { font-size: .7rem; color: var(--gold-deep); font-weight: 700; margin-left: .4em; letter-spacing: .05em; }
.menu-key { font-size: .82rem; color: var(--ink-soft); margin-top: 20px; }
.hours { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.hours div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; }
.hours b { display: block; color: var(--navy); }
.hours span { color: var(--ink-soft); font-size: .95rem; }

/* FAQ accordion */
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 1.05rem; padding: 14px 36px 14px 0; position: relative; list-style: none; color: var(--navy-ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 10px; font-size: 1.5rem; color: var(--gold-deep); font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-soft); margin: 0 0 16px; max-width: 70ch; }

/* Local info widgets */
.local-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 20px; }
@media (max-width: 960px) { .local-grid { grid-template-columns: 1fr; } }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.widget h3 { display: flex; align-items: center; gap: .5em; font-family: var(--font-body); font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; color: var(--navy); }
.widget h3 svg { width: 20px; height: 20px; }
.weather-now { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.weather-now .temp { font-family: var(--font-display); font-size: 3.2rem; line-height: 1; color: var(--navy-ink); }
.weather-now .icon { width: 56px; height: 56px; color: var(--gold-deep); }
.weather-now .icon svg { width: 100%; height: 100%; }
.weather-now small { display: block; color: var(--ink-soft); }
.weather-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; text-align: center; font-size: .85rem; }
.weather-days div { background: var(--mist); border-radius: var(--radius-sm); padding: 8px 4px; }
.weather-days b { display: block; }
.weather-days svg { width: 22px; height: 22px; color: var(--navy); margin: 2px auto; display: block; }
.bus-list { list-style: none; margin: 0; padding: 0; }
.bus-list li { display: grid; grid-template-columns: 52px 1fr auto; gap: 10px; align-items: center; padding: 7px 0; border-bottom: 1px dotted var(--line); font-size: .95rem; }
.bus-list .route { background: var(--navy); color: #fff; font-weight: 800; border-radius: 6px; text-align: center; padding: 3px 0; font-size: .85rem; }
.bus-list .time { font-weight: 700; }
.bus-list .time.live { color: var(--ok); }
.widget .foot { font-size: .8rem; color: var(--ink-soft); margin-top: 12px; }
.taxi-list { list-style: none; margin: 0; padding: 0; }
.taxi-list li { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px dotted var(--line); }
.taxi-list a.tel { font-weight: 700; text-decoration: none; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--mist); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }
.dir-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

/* Gallery */
.masonry { columns: 3; column-gap: 14px; }
.masonry figure { margin: 0 0 14px; break-inside: avoid; border-radius: var(--radius-sm); overflow: hidden; background: var(--mist); }
.masonry figcaption { font-size: .82rem; color: var(--ink-soft); padding: 6px 4px; }
@media (max-width: 900px) { .masonry { columns: 2; } }
@media (max-width: 520px) { .masonry { columns: 1; } }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.thumbs img { aspect-ratio: 4/3; object-fit: cover; width: 100%; border-radius: var(--radius-sm); cursor: pointer; }
@media (max-width: 600px) { .thumbs { grid-template-columns: repeat(2, 1fr); } }
.lightbox { position: fixed; inset: 0; background: rgba(6,20,40,.92); display: none; align-items: center; justify-content: center; z-index: 100; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 92vh; border-radius: var(--radius-sm); }
.lightbox button { position: absolute; top: 16px; right: 16px; background: #fff; border: none; border-radius: 50%; width: 44px; height: 44px; font-size: 1.4rem; cursor: pointer; }

/* Forms */
.form { display: grid; gap: 14px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .form .row { grid-template-columns: 1fr; } }
.form label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 5px; }
.form input, .form textarea, .form select { width: 100%; padding: .75em .9em; border: 1px solid var(--line); border-radius: var(--radius-sm); font: inherit; background: #fff; }
.form textarea { min-height: 140px; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 2px solid var(--sea); outline-offset: 1px; border-color: var(--sea); }
.notice { padding: 14px 18px; border-radius: var(--radius-sm); background: #e6f4ec; color: #14522f; font-weight: 600; margin-bottom: 18px; }
.notice.error { background: #fbe6e2; color: #8f2318; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.contact-cards .c { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.contact-cards .c b { display: block; color: var(--navy); margin-bottom: 4px; }
.contact-cards .c a { display: block; text-decoration: none; font-weight: 600; }

/* Prose */
.prose { max-width: 72ch; }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.2em; }
.prose ul { padding-left: 1.2em; }
.prose img { border-radius: var(--radius); }
.callout { background: var(--sea-light); border-left: 4px solid var(--navy); padding: 18px 22px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 20px 0; }
.callout b { color: var(--navy); }
.doc-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.doc-list a { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; text-decoration: none; font-weight: 700; color: var(--navy); }
.doc-list a:hover { border-color: var(--navy); }
.doc-list svg { width: 22px; height: 22px; color: var(--gold-deep); flex: none; }
.doc-list small { color: var(--ink-soft); font-weight: 400; display: block; }

/* Package cards */
.package { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 28px 30px; display: flex; flex-direction: column; }
.package.featured { border-color: var(--gold); box-shadow: var(--shadow); position: relative; }
.package.featured::before { content: 'Most popular'; position: absolute; top: -12px; left: 24px; background: var(--gold); color: var(--navy-ink); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: .35em .8em; border-radius: 999px; }
.package h3 { margin-bottom: .1em; }
.package .tagline { color: var(--ink-soft); margin-bottom: 18px; }
.package .feature-list { font-size: .95rem; flex: 1; }
.package .btn { margin-top: 22px; }

/* Breadcrumb */
.crumbs { font-size: .85rem; color: var(--ink-soft); margin-bottom: 8px; }
.crumbs a { color: inherit; }

/* Footer */
.footer { background: var(--navy-ink); color: rgba(255,255,255,.85); padding: 56px 0 26px; font-size: .95rem; }
.footer a { color: #fff; }
.footer h4 { color: var(--gold); font-family: var(--font-body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer .brand-foot img { height: 34px; background: #fff; padding: 6px 10px; border-radius: 8px; margin-bottom: 14px; }
.footer .bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.65); }
.footer .bottom a { color: rgba(255,255,255,.85); }
.footer .social { display: flex; gap: 10px; margin-top: 14px; }
.footer .social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); display: inline-flex; align-items: center; justify-content: center; }
.footer .social svg { width: 18px; height: 18px; }
.rewards { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.06); border-radius: var(--radius-sm); padding: 12px 14px; margin-top: 16px; }
.rewards img { width: 64px; border-radius: 6px; }

/* Sticky mobile action bar */
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px; box-shadow: 0 -10px 30px -18px rgba(0,0,0,.5); }
.mobile-cta .btn { flex: 1; padding: .8em .5em; font-size: .92rem; }
@media (max-width: 760px) { .mobile-cta { display: flex; } body { padding-bottom: 72px; } }

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
  .js .reveal.in { opacity: 1; transform: none; }
}

/* Small screen safety */
.grid > *, .two-up > *, .local-grid > *, .stats > *, .strip > *, .footer-grid > * { min-width: 0; }
.contact-cards .c a, .footer a, .doc-list a, .taxi-list a { overflow-wrap: anywhere; }
@media (max-width: 560px) {
  .header-cta .btn-primary { display: none; }
  .brand { gap: 10px; }
  .brand .wordmark { padding-left: 10px; }
  .brand .wordmark b { font-size: 1.2rem; }
}
.local-grid.wide-first { grid-template-columns: 1.4fr 1fr; }
.local-grid.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 960px) { .local-grid.wide-first, .local-grid.two { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .brand .wordmark { display: none; } }

/* Static map stand-in (used where an embedded map cannot load, e.g. previews) */
.map-static { min-height: 420px; display: grid; place-items: center; text-align: center; padding: 2rem 1.5rem; color: #fff; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.08), transparent 45%), linear-gradient(160deg, var(--navy), var(--navy-ink)); }
.map-static .eyebrow { color: var(--gold); }
.map-static h3 { color: #fff; margin: .4rem 0 .5rem; font-size: 1.6rem; }
.map-static p { color: rgba(255,255,255,.75); max-width: 34ch; margin: 0 auto 1.2rem; }
.map-static .map-pin { width: 44px; height: 44px; color: var(--gold); margin-bottom: .6rem; }

/* Price tables (leisure club) */
.price-tables { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 28px; margin-top: 40px; }
.price-table { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow); min-width: 0; }
.price-table h3 { margin: 0 0 12px; font-size: 1.35rem; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.price-table table { width: 100%; border-collapse: collapse; font-size: .95rem; font-variant-numeric: tabular-nums; }
.price-table th, .price-table td { padding: .6em .5em; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; }
.price-table th[scope="row"], .price-table thead th:first-child { text-align: left; white-space: normal; }
.price-table thead th { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); border-bottom: 2px solid var(--navy); }
.price-table th[scope="row"] { font-weight: 600; color: var(--ink); }
.price-table th[scope="row"] small { display: block; font-weight: 400; color: var(--ink-soft); font-size: .8rem; }
.price-table tbody tr:last-child td, .price-table tbody tr:last-child th { border-bottom: 0; }
.price-table .na { color: var(--ink-soft); opacity: .6; }
.price-table .small { font-size: .85rem; margin: 12px 0 0; }
@media (max-width: 560px) { .topbar-right a span { display: none; } }
.tablez-frame { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.tablez-frame iframe { display: block; width: 100%; min-height: 760px; border: 0; }
.tablez-static { min-height: 520px; }
