/* ===================================================================
   Book the Captain tenant site — Coastal design system (originally Wynn Charters)
   Themeable: harbor (default) · offshore · backwater · classic
   Theme tokens live on :root and are overridden per data-theme; the
   legacy variable names (--navy, --teal, --coral, --sand…) are aliases
   so every existing template keeps working.
   =================================================================== */
:root {
  /* ---- Theme tokens (default theme: harbor — the original palette) ---- */
  --brand: #0b2a45;        /* deep header/footer/hero color */
  --brand-800: #12395a;
  --brand-700: #1b4b70;
  --sea: #1e6e8c;          /* links, secondary actions */
  --sea-600: #2a9d8f;      /* eyebrows, icons */
  --foam: #7fc5c0;
  --foam-200: #a8dadc;
  --paper: #f7f4ec;        /* page background */
  --paper-200: #efe7d6;
  --greige: #e9e0d2;
  --accent: #ff6b4a;       /* primary buttons, highlights */
  --accent-dark: #f2542d;
  --accent-glow: rgba(255, 107, 74, .35);
  --accent-glow-strong: rgba(242, 84, 45, .42);
  --gold: #ffd166;
  --ink: #14232f;
  --muted: #5c6f7c;
  --line: #e3e8ec;
  --white: #ffffff;
  --hero-overlay: linear-gradient(105deg, rgba(11, 42, 69, .86) 0%, rgba(11, 42, 69, .55) 45%, rgba(30, 110, 140, .35) 100%);
  /* Light text tints used on dark (brand-colored) surfaces */
  --tint-strong: #dfeaf2;
  --tint-mid: #cfe0ea;
  --tint-soft: #b8cdda;
  --tint-dim: #8ba7b8;

  /* ---- Legacy names → theme tokens (templates use both freely) ---- */
  --navy: var(--brand);
  --navy-800: var(--brand-800);
  --navy-700: var(--brand-700);
  --teal: var(--sea);
  --teal-600: var(--sea-600);
  --seafoam: var(--foam);
  --seafoam-200: var(--foam-200);
  --sand: var(--paper);
  --sand-200: var(--paper-200);
  --coral: var(--accent);
  --coral-600: var(--accent-dark);

  --shadow-sm: 0 1px 3px rgba(11, 42, 69, .08), 0 1px 2px rgba(11, 42, 69, .06);
  --shadow: 0 10px 30px rgba(11, 42, 69, .10), 0 2px 8px rgba(11, 42, 69, .06);
  --shadow-lg: 0 24px 60px rgba(11, 42, 69, .18);
  --radius: 16px;
  --radius-lg: 26px;
  --radius-sm: 10px;

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --container: 1180px;
  --header-h: 76px;
}

/* ---------- Themes ---------- */
/* Offshore — deep navy & teal, bluewater at first light */
:root[data-theme="offshore"] {
  --brand: #071c30;
  --brand-800: #0c2a44;
  --brand-700: #123a5c;
  --sea: #0f5e73;
  --sea-600: #12839b;
  --foam: #79c2d3;
  --foam-200: #aadbe6;
  --paper: #f1f5f7;
  --paper-200: #e3ebf0;
  --greige: #d7e2e8;
  --accent: #0e7c90;
  --accent-dark: #0a6274;
  --accent-glow: rgba(14, 124, 144, .35);
  --accent-glow-strong: rgba(10, 98, 116, .42);
  --gold: #ffd166;
  --ink: #0e1f2b;
  --muted: #54707e;
  --line: #dbe4ea;
  --hero-overlay: linear-gradient(105deg, rgba(7, 28, 48, .88) 0%, rgba(7, 28, 48, .58) 45%, rgba(15, 94, 115, .4) 100%);
  --tint-strong: #dcebf3;
  --tint-mid: #c6dcea;
  --tint-soft: #a9c6d8;
  --tint-dim: #7fa1b5;
}

/* Backwater — marsh green & warm sand, low tide in the grass */
:root[data-theme="backwater"] {
  --brand: #1f3b2c;
  --brand-800: #2a4a38;
  --brand-700: #365c46;
  --sea: #3f6b4c;
  --sea-600: #4c7147;
  --foam: #a3b18a;
  --foam-200: #cfd8ba;
  --paper: #f6f1e3;
  --paper-200: #ece3cd;
  --greige: #e0d5bb;
  --accent: #b05526;
  --accent-dark: #94441c;
  --accent-glow: rgba(176, 85, 38, .35);
  --accent-glow-strong: rgba(148, 68, 28, .42);
  --gold: #e0b64f;
  --ink: #20291f;
  --muted: #63705b;
  --line: #e4dfcf;
  --hero-overlay: linear-gradient(105deg, rgba(31, 59, 44, .88) 0%, rgba(31, 59, 44, .56) 45%, rgba(63, 107, 76, .38) 100%);
  --tint-strong: #e5ecdb;
  --tint-mid: #d3decb;
  --tint-soft: #bccbb2;
  --tint-dim: #91a489;
}

/* Classic — navy, crimson & cream, traditional nautical */
:root[data-theme="classic"] {
  --brand: #10243e;
  --brand-800: #18345a;
  --brand-700: #224672;
  --sea: #1d4e79;
  --sea-600: #2b6ca3;
  --foam: #9db8cc;
  --foam-200: #c6d7e3;
  --paper: #faf5e9;
  --paper-200: #f2e9d4;
  --greige: #e8ddc4;
  --accent: #b22234;
  --accent-dark: #8f1b2a;
  --accent-glow: rgba(178, 34, 52, .32);
  --accent-glow-strong: rgba(143, 27, 42, .42);
  --gold: #d9a441;
  --ink: #1d2432;
  --muted: #5d6878;
  --line: #e7e1d2;
  --hero-overlay: linear-gradient(105deg, rgba(16, 36, 62, .88) 0%, rgba(16, 36, 62, .56) 45%, rgba(29, 78, 121, .38) 100%);
  --tint-strong: #e4eaf2;
  --tint-mid: #d0dbe8;
  --tint-soft: #b9c8da;
  --tint-dim: #8ea2ba;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--coral-600); }
h1, h2, h3, h4 { line-height: 1.12; color: var(--navy); font-weight: 800; letter-spacing: -.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

.container { width: min(var(--container), 92%); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; }
.section--tint { background: var(--white); }
.section--navy { background: var(--navy); color: var(--tint-strong); }
.section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .18em;
  font-size: .78rem; font-weight: 700; color: var(--teal-600); margin-bottom: .9rem;
}
.section--navy .eyebrow { color: var(--seafoam); }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 62ch; }
.center .lead { margin-inline: auto; }
.section--navy .lead { color: var(--tint-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .85rem 1.6rem; border-radius: 999px; font-weight: 700; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  font-family: inherit; white-space: nowrap; line-height: 1;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 22px var(--accent-glow); }
.btn-primary:hover { background: var(--accent-dark); color: #fff; box-shadow: 0 12px 28px var(--accent-glow-strong); transform: translateY(-2px); }
.btn-secondary { background: var(--teal); color: #fff; }
.btn-secondary:hover { background: var(--navy-700); color: #fff; }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.btn-outline { background: #fff; border-color: var(--line); color: var(--navy); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.btn-lg { padding: 1.05rem 2.1rem; font-size: 1.1rem; }
.btn-sm { padding: .55rem 1rem; font-size: .9rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  display: flex; align-items: center; background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
  transition: background .3s ease;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; color: var(--navy); font-size: 1.2rem; letter-spacing: -.02em; }
.brand svg { width: 38px; height: 38px; flex: none; }
.brand small { display: block; font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--teal-600); font-weight: 700; }
.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a { color: var(--navy-800); font-weight: 600; font-size: .98rem; }
.nav a:hover { color: var(--coral-600); }
.nav-cta { display: flex; align-items: center; gap: .9rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--navy); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 3px; margin: 5px 0; transition: .2s; }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column;
    align-items: stretch; gap: 0; background: #fff; padding: 1rem 6%;
    box-shadow: var(--shadow); transform: translateY(-120%); transition: transform .28s ease;
    border-bottom: 1px solid var(--line);
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { flex-direction: column; align-items: stretch; padding-top: .8rem; border: 0; }
  .nav .nav-cta .btn { width: 100%; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center;
  color: #fff; overflow: hidden; background: var(--brand);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: var(--hero-overlay);
}
.hero__inner { position: relative; z-index: 2; padding: 6rem 0; max-width: 46rem; }
.hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0, 0, 0, .25); }
.hero__sub { font-size: 1.28rem; color: #eaf3f8; max-width: 40ch; margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.4rem; color: #dbe9f1; font-size: .92rem; }
.hero__badges span { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; }
.hero__badges svg { width: 20px; height: 20px; color: var(--gold); }

/* wave divider */
.wave-divider { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; z-index: 2; }
.wave-divider svg { width: 100%; height: 70px; display: block; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--white); border-bottom: 1px solid var(--line); }
.trustbar .container { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 1.5rem 2rem; padding: 1.5rem 0; text-align: center; }
.trust-item { display: flex; align-items: center; gap: .7rem; color: var(--navy); font-weight: 700; }
.trust-item .stars { color: var(--gold); letter-spacing: 1px; }
.trust-item svg { width: 26px; height: 26px; color: var(--teal-600); }
.trust-item small { display: block; font-weight: 500; color: var(--muted); font-size: .82rem; }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--seafoam-200); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.06); }
.card__tag {
  position: absolute; top: 12px; left: 12px; background: color-mix(in srgb, var(--brand) 90%, transparent); color: #fff;
  padding: .3rem .75rem; border-radius: 999px; font-size: .74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
}
.card__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: .35rem; }
.card__desc { color: var(--muted); font-size: .96rem; flex: 1; }
.card__meta { display: flex; align-items: center; gap: 1rem; margin: 1rem 0; color: var(--navy); font-size: .9rem; font-weight: 600; }
.card__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; }
.price { font-weight: 800; color: var(--navy); font-size: 1.35rem; }
.price small { font-weight: 600; color: var(--muted); font-size: .8rem; }
.price .from { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; }

/* ---------- Value props / steps ---------- */
.feature { text-align: center; padding: 1rem; }
.feature__icon {
  width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--teal), var(--teal-600)); color: #fff;
}
.feature__icon svg { width: 30px; height: 30px; }
.steps { counter-reset: step; }
.step__num {
  width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.2rem; margin: 0 auto 1rem;
}

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.gallery-grid.preview { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .gallery-grid, .gallery-grid.preview { grid-template-columns: repeat(2, 1fr); } }
.gallery-item {
  position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1; background: var(--seafoam-200);
  box-shadow: var(--shadow-sm);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem .8rem .7rem; color: #fff; font-size: .84rem; font-weight: 600;
  background: linear-gradient(transparent, color-mix(in srgb, var(--brand) 82%, transparent)); opacity: 0; transition: opacity .2s ease;
}
.gallery-item:hover figcaption { opacity: 1; }
.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2rem; }
.chip {
  padding: .5rem 1.15rem; border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  color: var(--navy); font-weight: 600; font-size: .92rem; cursor: pointer; text-transform: capitalize;
}
.chip:hover { border-color: var(--teal); color: var(--teal); }
.chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Reviews ---------- */
.review-card { background: #fff; border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.review-card .stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: .7rem; }
.review-card blockquote { margin: 0 0 1.2rem; font-size: 1.02rem; color: var(--ink); }
.review-card .who { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--seafoam));
  color: #fff; display: grid; place-items: center; font-weight: 800; flex: none;
}
.who .name { font-weight: 700; color: var(--navy); }
.who .src { font-size: .82rem; color: var(--muted); }

/* ---------- Review form (star rating) ---------- */
.rating-input { display: inline-flex; flex-direction: row-reverse; gap: .1rem; font-size: 2.3rem; line-height: 1; }
.rating-input input { position: absolute; opacity: 0; pointer-events: none; }
.rating-input label { cursor: pointer; color: var(--greige); margin: 0; padding: 0 .06em; transition: color .12s ease, transform .12s ease; }
.rating-input label:hover { transform: scale(1.08); }
.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label { color: var(--gold); }
.rating-input input:focus-visible + label { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-cat-title { margin: 2rem 0 1rem; color: var(--teal-600); text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: .7rem; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; padding: 1.15rem 1.3rem; font-size: 1.05rem;
  font-weight: 700; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  font-family: inherit;
}
.faq-q .plus { flex: none; width: 24px; height: 24px; position: relative; transition: transform .2s ease; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; inset: 50% 2px auto 2px; height: 3px; transform: translateY(-50%); }
.faq-q .plus::after { transform: translateY(-50%) rotate(90deg); transition: transform .2s ease; }
.faq-item.open .faq-q .plus::after { transform: translateY(-50%) rotate(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a > div { padding: 0 1.3rem 1.25rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--teal)); color: #fff; text-align: center; border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 4.5rem); position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; }
.cta-band .micro { margin-top: 1rem; color: var(--tint-mid); font-size: .92rem; }

/* ---------- Forms ---------- */
.form-group { margin-bottom: 1.2rem; }
label { display: block; font-weight: 600; color: var(--navy); margin-bottom: .4rem; font-size: .95rem; }
.hint { font-weight: 400; color: var(--muted); font-size: .85rem; }
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date],
input[type=time], input[type=password], input[type=url], select, textarea {
  width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-size: 1rem; font-family: inherit; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px color-mix(in srgb, var(--sea) 12%, transparent); outline: none; }
textarea { resize: vertical; min-height: 120px; }
.checkbox { display: flex; align-items: flex-start; gap: .6rem; font-weight: 500; color: var(--ink); }
.checkbox input { width: auto; margin-top: .25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }

/* ---------- Flash messages ---------- */
.flashes { position: fixed; top: calc(var(--header-h) + 12px); right: 16px; z-index: 100; display: flex; flex-direction: column; gap: .6rem; max-width: 360px; }
.flash { padding: .85rem 1.1rem; border-radius: var(--radius-sm); box-shadow: var(--shadow); font-weight: 600; font-size: .95rem; display: flex; gap: .6rem; align-items: flex-start; animation: slideIn .3s ease; }
.flash.success { background: #e7f6ee; color: #146c43; border-left: 4px solid #1a9e5f; }
.flash.error { background: #fdecec; color: #b02a2a; border-left: 4px solid #e03535; }
.flash.info { background: #e8f2f8; color: #17567a; border-left: 4px solid var(--teal); }
@keyframes slideIn { from { opacity: 0; transform: translateX(30px); } }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(120deg, var(--navy), var(--navy-700)); color: #fff; padding: clamp(3rem, 8vw, 5rem) 0 clamp(3.5rem, 8vw, 5rem); position: relative; text-align: center; }
.page-hero h1 { color: #fff; }
.page-hero p { color: var(--tint-mid); max-width: 60ch; margin-inline: auto; font-size: 1.12rem; }
.breadcrumb { color: var(--seafoam); font-size: .85rem; margin-bottom: 1rem; }
.breadcrumb a { color: var(--seafoam); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: var(--tint-soft); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.site-footer a { color: var(--tint-soft); display: block; padding: .28rem 0; }
.site-footer a:hover { color: var(--gold); }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand small { color: var(--seafoam); }
.socials { display: flex; gap: .7rem; margin-top: 1rem; }
.socials a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; padding: 0; }
.socials a:hover { background: var(--accent); }
.socials svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 3rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--tint-dim); }
.footer-bottom .powered-by { font-size: .78rem; opacity: .85; }
.footer-bottom .powered-by a { display: inline; padding: 0; color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom .powered-by a:hover { color: var(--gold); }

/* ---------- Sticky mobile book bar ---------- */
.book-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; display: none;
  padding: .7rem 4%; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px);
  box-shadow: 0 -6px 20px rgba(11, 42, 69, .12); justify-content: space-between; align-items: center; gap: 1rem;
}
.book-bar .price { font-size: 1.1rem; }
@media (max-width: 940px) { .book-bar { display: flex; } body { padding-bottom: 74px; } }

/* ---------- Misc utilities ---------- */
.text-muted { color: var(--muted); }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.section-head { max-width: 640px; margin: 0 auto 2.6rem; }
.pill { display: inline-block; padding: .28rem .8rem; border-radius: 999px; font-size: .78rem; font-weight: 700; background: var(--seafoam-200); color: var(--navy); }
.divider-line { height: 1px; background: var(--line); border: 0; margin: 2rem 0; }
.badge { display: inline-flex; align-items: center; gap: .35rem; padding: .25rem .7rem; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.badge-green { background: #e7f6ee; color: #146c43; }
.badge-amber { background: #fef3e0; color: #a86416; }
.badge-red { background: #fdecec; color: #b02a2a; }
.badge-blue { background: #e8f2f8; color: #17567a; }
.badge-gray { background: #eef1f3; color: #566671; }
