/* ============================================================
   Livingstons Hearing & Vision Care — PPC landing (Brand Blue)
   ============================================================ */

:root {
  --cream:      #EEF3FC;   /* light blue tint — alternating sections */
  --cream-deep: #E3ECFA;
  --paper:      #FFFFFF;   /* white sections, cards, text on dark */
  --ink:        #16245E;   /* deep navy — text, dark sections, buttons */
  --muted:      #5A6A8C;   /* blue-grey secondary text */
  --line:       #D5E0F2;   /* light blue-grey borders */
  --blue:       #2A4FC4;   /* royal-blue brand accent */
  --yellow:     #F5B400;   /* gold — retained only for review stars */
  --yellow-soft:#CFE0FB;   /* soft blue highlight */

  --page-w: 1180px;
  --pad-x:  60px;
  --pad-y:  108px;

  --serif: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: inherit; }
input, button { font: inherit; color: inherit; }
input:focus-visible, button:focus-visible, summary:focus-visible, a:focus-visible {
  outline: 2px solid rgba(30,78,138,0.55);
  outline-offset: 2px;
  border-radius: 4px;
}

.container { max-width: var(--page-w); margin: 0 auto; padding: 0 var(--pad-x); }

.section { padding: var(--pad-y) var(--pad-x); }

/* ============================================================
   RIBBON
   ============================================================ */
.ribbon {
  background: var(--ink);
  color: var(--paper);
  font-size: 13.5px;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ribbon-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--yellow-soft);
  display: inline-block;
}
.ribbon-emphasis { color: var(--yellow-soft); font-weight: 600; }
.ribbon-sep { opacity: 0.3; }
.ribbon-phone {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.92;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand-logomark {
  flex-shrink: 0;
  height: 56px;
  width: auto;
  display: block;
}
.brand-tagline-inline {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  padding-left: 16px;
  border-left: 1px solid var(--line);
  line-height: 1.4;
  white-space: nowrap;
}
.footer-logomark {
  height: 50px;
  width: auto;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1) opacity(0.85);
}
.brand-name {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.brand-tagline {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.header-phone {
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: transform 0.12s ease, opacity 0.12s ease;
}
.btn:active { transform: translateY(1px); }

.btn-ink {
  padding: 11px 22px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  border-radius: 999px;
}
.btn-ink:hover { opacity: 0.9; }

.btn-submit {
  width: 100%;
  margin-top: 16px;
  padding: 13px 18px;
  background: var(--ink);
  color: var(--paper);
  font-size: 15px;
  font-weight: 700;
  border-radius: 11px;
}
.btn-submit:hover { background: #0f1c4d; }
.book-grid .btn-submit { padding: 15px 18px; font-size: 16px; margin-top: 20px; }

.btn-pill-outline,
.btn-pill-solid {
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.3px;
}
.btn-pill-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-pill-outline:hover { background: var(--ink); color: var(--paper); }
.btn-pill-solid {
  background: var(--ink);
  color: var(--paper);
  border: 1.5px solid var(--ink);
}
.btn-pill-solid:hover { opacity: 0.9; }

/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.eyebrow-rule {
  display: inline-block;
  width: 28px; height: 1.5px;
  background: var(--muted);
  opacity: 0.4;
}
.eyebrow-left { /* single rule, on the left only */ }

.display-h1 {
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -1.6px;
  font-weight: 400;
  color: var(--ink);
  margin: 16px 0 18px;
  text-wrap: balance;
}
.display-h2 {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.italic { font-style: italic; }

.display-italic-highlight {
  font-style: italic;
  position: relative;
  white-space: nowrap;
  isolation: isolate;
}
.highlight-bg {
  position: absolute;
  left: -2px; right: -2px;
  bottom: 8px;
  height: 18px;
  background: var(--yellow-soft);
  z-index: -1;
  opacity: 0.75;
  border-radius: 2px;
}
.display-underline {
  border-bottom: 8px solid var(--blue);
  padding-bottom: 0;
  line-height: 0.9;
  display: inline-block;
}

.lede {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 540px;
  margin: 0;
}
.lede-ink { color: var(--ink); }

.mt-16 { margin-top: 16px; }
.mt-20 { margin-top: 20px; }
.mt-22 { margin-top: 22px; }
.mt-24 { margin-top: 24px; }

.centered-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.centered-intro .lede {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--cream);
  padding-top: 36px;
  padding-bottom: 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 48px;
  align-items: center;
}

.image-mat {
  margin: 0;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.image-frame {
  border-radius: 2px;
  overflow: hidden;
  background: #0D2240 url(./assets/livingston-portrait.avif) center 25%/cover no-repeat;
}
.image-frame.portrait { aspect-ratio: 4 / 5; }

.hero-caption {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 12.5px;
  color: var(--muted);
  font-style: italic;
  letter-spacing: 0.2px;
  line-height: 1.55;
}
.hero-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-style: normal;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink);
}
.hero-address svg {
  color: var(--blue);
  flex-shrink: 0;
  margin-top: 2px;
}
.hero-address strong { font-weight: 600; }
.hero-address .postcode { white-space: nowrap; }
.image-mat .image-frame.portrait { aspect-ratio: 5 / 6; }
.hero-image-col .image-mat { padding: 10px; }

.hero-sub {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--muted);
  font-style: italic;
  margin: 0 0 16px;
  max-width: 520px;
}

.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-size: 13.5px;
  margin-bottom: 14px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.hero-trust:hover { border-color: var(--ink); background: var(--cream); }
.hero-trust .stars { display: inline-flex; gap: 1.5px; }
.hero-trust .star { width: 13px; height: 13px; }
.hero-trust-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-trust-text strong { font-weight: 700; }
.hero-trust-sep { opacity: 0.4; }
.hero-trust-cta {
  color: var(--muted);
  font-weight: 500;
}
.hero-trust:hover .hero-trust-cta { color: var(--blue); }

.hero-microproof {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--muted);
}
.hero-microproof-quote {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink);
}
.hero-microproof-byline {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 11.5px;
  color: var(--muted);
}

/* ============================================================
   BOOKING LIGHTBOX (HearLink widget)
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 60, 0.62);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lightbox-panel {
  position: relative;
  width: min(560px, 100%);
  height: min(780px, 92vh);
}
.lightbox-panel booking-widget {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px -8px rgba(15, 23, 60, 0.5);
  cursor: pointer;
}
.lightbox-close:hover { background: var(--cream); }
body.no-scroll { overflow: hidden; }

/* Booking CTA card (replaces the inline lead form) */
.book-cta-points {
  list-style: none;
  margin: 2px 0 20px;
  padding: 0;
  display: grid;
  gap: 11px;
}
.book-cta-points li {
  position: relative;
  padding-left: 28px;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ink);
}
.book-cta-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: var(--blue);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.42z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.42z'/></svg>") center/contain no-repeat;
}

/* ============================================================
   BOOKING FORM
   ============================================================ */
.booking-form {
  background: #fff;
  border: 1px solid #E1E6EE;
  border-radius: 14px;
  padding: 22px;
  color: var(--ink);
  max-width: 520px;
  box-shadow: 0 18px 40px -22px rgba(13, 34, 64, 0.18);
}
.book-grid .booking-form { max-width: none; padding: 28px; }

.form-head { margin-bottom: 14px; }
.form-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.form-sub {
  font-size: 13px;
  color: #5A6A8C;
  margin-top: 3px;
}

.form-row { display: block; }
.form-row + .field { margin-top: 10px; }
.field + .field { margin-top: 10px; }
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.book-grid .form-head { margin-bottom: 18px; }
.book-grid .form-title { font-size: 21px; }
.book-grid .form-sub { font-size: 13.5px; margin-top: 4px; }
.book-grid .form-row + .field,
.book-grid .field + .field { margin-top: 14px; }
.book-grid .form-row-2 { gap: 14px; }

.field { display: block; }
.field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #5A6A8C;
  margin-bottom: 6px;
}
.field input[type="text"],
.field input[type="tel"] {
  width: 100%;
  padding: 10px 13px;
  font-size: 14.5px;
  color: var(--ink);
  background: #F7F9FC;
  border: 1px solid #E1E6EE;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.book-grid .field input[type="text"],
.book-grid .field input[type="tel"] { padding: 12px 14px; font-size: 15px; }
.field input:focus-visible {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(22,36,94,0.10);
}

.seg {
  display: flex;
  gap: 8px;
}
.seg-btn {
  flex: 1;
  padding: 8px 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  background: #F7F9FC;
  border: 1px solid #E1E6EE;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}
.book-grid .seg-btn { padding: 10px 12px; font-size: 14px; }
.seg-btn:hover { border-color: var(--ink); }
.seg-btn.is-selected {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.form-foot {
  margin-top: 12px;
  font-size: 12px;
  color: #5A6A8C;
  text-align: center;
}
.form-phone {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}
.form-phone:hover { text-decoration: underline; }

/* Submitted state */
.booking-form.is-submitted .form-head,
.booking-form.is-submitted .form-row,
.booking-form.is-submitted .field,
.booking-form.is-submitted .btn-submit,
.booking-form.is-submitted .form-foot { display: none; }
.booking-form.is-submitted { text-align: center; padding: 32px 28px; }
.booking-form.is-submitted::before {
  content: "";
  display: block;
  width: 52px; height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(22,36,94,0.08) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316245E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center/26px no-repeat;
}
.booking-form.is-submitted::after {
  content: "Request received. We'll text you within the hour to confirm your slot.";
  display: block;
  font-size: 15px;
  color: var(--muted);
  max-width: 320px;
  margin: 0 auto;
  line-height: 1.55;
}
.booking-form.is-submitted .form-confirm-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* ============================================================
   TRUST ROW
   ============================================================ */
.trust-row {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-row-grid {
  padding-top: 26px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
}
.trust-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 0;
  border-left: 1px solid transparent;
}
.trust-cell + .trust-cell {
  border-left-color: var(--line);
  padding-left: 28px;
}
.trust-stat {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.5px;
  line-height: 1;
}
.trust-label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

/* ============================================================
   STEPS
   ============================================================ */
.steps { background: var(--cream); }
.steps-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.step-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.step-row:last-child { border-bottom: 1px solid var(--line); }

.step-number {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  color: var(--ink);
  line-height: 0.9;
  letter-spacing: -2px;
  font-style: italic;
}
.step-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.3px;
}
.step-body {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 8px;
}

/* ============================================================
   WHY US
   ============================================================ */
.why-us { background: var(--paper); }
.why-us-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.why-us-mat { background: var(--cream); }
.image-mat-caption {
  margin-top: 14px;
  padding: 8px 8px 6px;
  font-family: var(--serif);
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  letter-spacing: 0.2px;
}
.badges-grid {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
}
.badge svg { flex-shrink: 0; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { background: var(--cream); }
.pricing-table {
  margin-top: 56px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr 200px 180px;
  gap: 30px;
  padding: 28px 32px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row.is-featured { background: var(--cream); }

.pricing-label {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.pricing-note {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.5;
}
.pricing-price {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -1px;
  text-align: right;
}
.pricing-cta { text-align: right; }
.pricing-row.is-featured .btn-pill-outline {
  background: var(--ink);
  color: var(--paper);
}

.pricing-disclaimer {
  margin: 22px auto 0;
  max-width: 620px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.pricing-disclaimer strong { color: var(--ink); font-weight: 600; }

.pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 3px 9px;
  border-radius: 999px;
  font-family: var(--sans);
  font-style: normal;
}
.pill-yellow {
  background: var(--blue);
  color: #fff;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { background: var(--paper); }
.reviews-rating {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.reviews-score {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}
.reviews-count {
  color: var(--muted);
  font-size: 14px;
}
.stars {
  display: inline-flex;
  gap: 2px;
}
.star {
  width: 14px; height: 14px;
  display: inline-block;
  background: var(--yellow);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 2l2.9 6.9 7.1.6-5.4 4.7 1.7 7.1L12 17.6 5.7 21.3l1.7-7.1L2 9.5l7.1-.6L12 2z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 2l2.9 6.9 7.1.6-5.4 4.7 1.7 7.1L12 17.6 5.7 21.3l1.7-7.1L2 9.5l7.1-.6L12 2z'/></svg>") center/contain no-repeat;
}
.reviews-rating .star { width: 16px; height: 16px; }

.review-feature {
  margin: 56px auto 0;
  padding: 56px 60px 48px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 4px;
  max-width: 820px;
  text-align: center;
  position: relative;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 64px;
  font-style: italic;
  color: var(--blue);
  line-height: 0.6;
  margin-bottom: 14px;
  font-weight: 400;
}
.quote-mark-lg {
  font-size: 96px;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  line-height: 1;
}
.review-feature-quote {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.55;
  color: var(--ink);
  text-wrap: pretty;
  margin: 30px 0 26px;
  font-style: italic;
  font-weight: 400;
}
.review-feature-byline {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
}
.review-byline-sep { opacity: 0.5; margin: 0 4px; }
.review-where { color: var(--ink); }

.reviews-cta {
  text-align: center;
  margin-top: 32px;
}
.reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--ink);
}
.reviews-link:hover { color: var(--blue); border-bottom-color: var(--blue); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--cream); }
.faq-list {
  margin-top: 50px;
  max-width: 880px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-family: var(--serif);
  color: var(--ink);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle {
  width: 28px;
  text-align: right;
  font-family: var(--serif);
  font-size: 28px;
  color: var(--muted);
  font-style: italic;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.faq-toggle::before { content: "+"; }
.faq-item[open] .faq-toggle::before { content: "–"; }
.faq-item[open] .faq-toggle { color: var(--blue); }
.faq-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  padding: 0 4px 24px;
  max-width: 720px;
}
.faq-foot {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}
.ink-link {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}
.ink-link:hover { text-decoration: underline; }

/* ============================================================
   BOOK + LOCATION
   ============================================================ */
.book-section { background: var(--paper); }
.book-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
}
.details-list {
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.detail { margin: 0; }
.detail dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.detail dd { margin: 0; }
.serif-detail {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--ink);
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.serif-detail-bold { font-size: 19px; font-weight: 500; }
.book-form-foot {
  margin: 18px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  font-family: var(--serif);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding: 36px var(--pad-x);
  font-size: 13px;
}
.footer-inner {
  max-width: var(--page-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand-name {
  font-family: var(--serif);
  color: var(--paper);
  font-size: 16px;
  font-weight: 500;
}
.footer-meta { letter-spacing: 0.4px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Short viewports — squeeze hero so submit button stays above fold */
@media (min-width: 900px) and (max-height: 820px) {
  .hero { padding-top: 24px; padding-bottom: 32px; }
  .display-h1 { font-size: 46px; line-height: 1.05; margin: 0 0 12px; }
  .hero-sub { font-size: 15.5px; margin-bottom: 12px; }
  .hero-trust { padding: 6px 12px; font-size: 12.5px; margin-bottom: 12px; }
  .hero-trust .star { width: 11px; height: 11px; }
  .hero-grid { gap: 36px; }
  .hero-image-col .hero-caption { display: none; }
  .hero-image-col .image-frame.portrait { aspect-ratio: 3 / 4; }
  .hero-text-col .booking-form { padding: 18px; }
  .hero-text-col .form-head { margin-bottom: 10px; }
  .hero-text-col .form-title { font-size: 16px; }
  .hero-text-col .form-sub { font-size: 12.5px; }
  .hero-text-col .form-row + .field,
  .hero-text-col .field + .field { margin-top: 8px; }
  .hero-text-col .field input { padding: 8px 12px; font-size: 14px; }
  .hero-text-col .seg-btn { padding: 7px 8px; font-size: 13px; }
  .hero-text-col .btn-submit { margin-top: 12px; padding: 11px 14px; font-size: 14.5px; }
  .hero-text-col .form-foot { margin-top: 8px; font-size: 11.5px; }
  /* Drop the "Preferred time" segment in hero to save vertical space */
  .hero-text-col [data-hero-collapse] { display: none; }
}

@media (max-width: 1024px) {
  :root { --pad-x: 40px; --pad-y: 72px; }
  .display-h1 { font-size: 56px; }
  .display-h2 { font-size: 36px !important; }

  .hero-grid,
  .steps-grid,
  .why-us-grid,
  .book-grid { grid-template-columns: 1fr; gap: 48px; }

  .why-us-mat { max-width: 520px; }

  .trust-row-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .trust-cell + .trust-cell { border-left: none; padding-left: 0; }
  .trust-cell:nth-child(odd) { border-left: none; padding-left: 0; }

  .review-feature { padding: 44px 32px 36px; }
  .review-feature-quote { font-size: 20px; }
  .quote-mark-lg { font-size: 72px; top: 20px; }

  .pricing-row { grid-template-columns: 1fr; gap: 14px; padding: 24px; }
  .pricing-price { text-align: left; }
  .pricing-cta { text-align: left; }

  .step-row { grid-template-columns: 80px 1fr; gap: 20px; }
  .step-number { font-size: 44px; }
}

@media (max-width: 640px) {
  :root { --pad-x: 22px; --pad-y: 56px; }
  .display-h1 { font-size: 40px; letter-spacing: -1.4px; }
  .display-h2 { font-size: 30px !important; letter-spacing: -0.8px; }
  .hero-sub { font-size: 17px; }
  .booking-form { padding: 22px; }

  .header-inner { flex-wrap: wrap; gap: 14px; }
  .header-actions { width: 100%; justify-content: space-between; }
  .brand-name { font-size: 16px; }
  .brand-tagline-inline { display: none; }
  .brand-logomark { height: 46px; }

  .ribbon { font-size: 12.5px; }

  .step-row { grid-template-columns: 56px 1fr; gap: 16px; padding: 24px 0; }
  .step-number { font-size: 36px; }
  .step-title { font-size: 19px; }

  .trust-row-grid { grid-template-columns: 1fr; gap: 18px; }
  .trust-stat { font-size: 24px; }

  .badges-grid { grid-template-columns: 1fr; gap: 12px; }

  .faq-item summary { font-size: 18px; padding: 22px 4px; }

  .pricing-table { margin-top: 36px; }
  .pricing-label { font-size: 20px; }
  .pricing-price { font-size: 36px; }

  .form-row-2 { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}
