/*
Theme Name: Express Clean
Theme URI: https://expresslaundry.co.za
Author: Express Clean
Description: Laundry collection & delivery — booking with two-stage PayFast payments, WhatsApp updates, driver dispatch and a Google Sheet operations console.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: expressclean
*/

/* =====================================================================
   Tokens — bright, editorial, friendly-premium
   ===================================================================== */
:root {
  --ink: #101e33;
  --ink-soft: #2b3a52;
  --muted: #5f6b80;
  --mint: #3a86d4;        /* logo blue (token names kept from v1) */
  --mint-deep: #113575;      /* deep navy — primary fills, hovers */
  --mint-tint: #eef7ff;
  --apricot: #dcebff;        /* hero arch fill — pale blue now, not apricot */
  --apricot-deep: #4d96ff;   /* bright blue card fill */
  --peri: #4d96ff;
  --peri-tint: #f3f7ff;
  --cream: #f3f7ff;           /* page ground: the reference's pale blue */
  --white: #ffffff;
  --line: #101e33;            /* hairline borders are ink, like the reference */
  --danger: #d0453f;
  --success: #1f8a5b;

  --font-display: "Gothic A1", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Gothic A1", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  --radius-card: 14px;
  --radius-pill: 999px;
  --shadow-card: none;
  --shadow-lift: 0 18px 44px rgba(16, 30, 51, 0.12);
  --max: 1160px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Keyboard focus: one consistent ring on every operable control */
a:focus-visible, button:focus-visible, summary:focus-visible, .plan-option:focus-within, .chip:focus-visible {
  outline: 3px solid var(--apricot-deep); outline-offset: 3px; border-radius: 8px;
}
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: var(--white); padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 600; }
.skip-link:focus { top: 12px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: var(--ink);
  background: var(--cream);
}
img, svg { max-width: 100%; display: block; }
a { color: var(--mint-deep); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 0.4em;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 5.4vw, 4.1rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; }
.lede { font-size: 1.3rem; line-height: 1.35; letter-spacing: -0.02em; color: var(--ink-soft); max-width: 560px; }
.muted { color: var(--muted); }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
.section-tight { padding: 48px 0; }
.section-white { background: var(--white); }
.section-mint { background: var(--mint-tint); }

/* Kicker: a short sentence-case status line used only where it carries
   information (e.g. "Your laundry is weighed" above a payment). */
.kicker { display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); margin-bottom: 18px; }
.hl { display: inline-block; background: var(--mint-deep); color: var(--white); border-radius: 999px; padding: 0 0.28em 0.04em; line-height: 1; }

/* Decorative marks */
.ec-mark { display: inline-block; line-height: 0; }
.ec-mark svg { width: 100%; height: 100%; }

/* =====================================================================
   Buttons
   ===================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em;
  padding: 13px 22px; border-radius: 10px; border: 1px solid var(--ink);
  cursor: pointer; text-decoration: none; white-space: nowrap; flex-shrink: 0;
  transition: background 0.18s ease, color 0.18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--mint-deep); color: var(--white); border-color: var(--mint-deep); }
.btn-primary:hover { background: var(--mint); border-color: var(--mint); color: var(--white); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--ink-soft); }
.btn-outline { background: var(--white); color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 28px; font-size: 1rem; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; }
.link-arrow { font-weight: 600; text-decoration: underline; text-underline-offset: 4px; color: var(--ink); }
.link-arrow:hover { color: var(--mint-deep); }
.section-link { margin-top: 28px; }
@media (max-width: 640px) { .section-link { text-align: center; margin-top: 20px; } }

/* =====================================================================
   Header
   ===================================================================== */
/* No backdrop-filter here on purpose: it would become the containing block
   for the fixed mobile nav panel below and break its positioning. */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--ink); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 24px; }
.logo-link img { height: 44px; width: auto; display: block; }
.logo-text { font-family: var(--font-body); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.01em; }
.logo-text-a { color: var(--mint); }
.logo-text-b { color: var(--ink); }
.footer-logo .logo-text { color: var(--white); }
.footer-logo .logo-text-b { color: var(--white); }
.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 0.92rem; font-weight: 500; letter-spacing: -0.01em; }
.nav-links a:hover, .nav-links .current-menu-item a { color: var(--mint-deep); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn { padding: 10px 16px; font-size: 0.88rem; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.7rem; cursor: pointer; color: var(--ink); }

@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 88px 0 0 0; z-index: 49; background: var(--cream); flex-direction: column; align-items: flex-start; padding: 36px 24px; gap: 26px; transform: translateX(100%); visibility: hidden; transition: transform 0.25s ease, visibility 0s linear 0.25s; }
  .nav-links.open { transform: translateX(0); visibility: visible; transition: transform 0.25s ease; }
  .nav-links a { font-size: 1rem; }
  .nav-toggle { display: block; }
  .nav-cta .btn-outline { display: none; }
}

/* =====================================================================
   Hero
   ===================================================================== */
body { overflow-x: hidden; }
.hero { position: relative; padding: 64px 0 0; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 85% 10%, rgba(191, 216, 243, 0.45), transparent 70%),
    radial-gradient(50% 45% at 10% 90%, rgba(58, 134, 212, 0.14), transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.hero-note { margin-top: 22px; font-size: 0.92rem; color: var(--muted); }

.arch-frame { position: relative; width: min(100%, 460px); margin: 0 auto; aspect-ratio: 4 / 5; }
.arch-frame .arch { position: absolute; inset: 8% 0 0 0; background: var(--apricot); border-radius: 999px 999px 14px 14px; }
.arch-frame img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: bottom; border-radius: 999px 999px 14px 14px; }
.arch-frame .mark-sparkle { position: absolute; z-index: 2; top: 2%; left: -4%; width: 44px; }
.arch-frame .mark-stitch { position: absolute; z-index: 2; top: 18%; right: -8%; width: 90px; }
.arch-frame .mark-dots { position: absolute; z-index: 2; bottom: 14%; left: -10%; width: 70px; }

/* Booking card overlapping the hero base */
.booking-card {
  position: relative; z-index: 2; margin: 36px auto -60px; max-width: 960px;
  background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); box-shadow: var(--shadow-lift); padding: 28px 32px;
}
.booking-card h3 { margin-bottom: 18px; font-size: 1.3rem; }
.booking-card h3 strong { font-weight: 700; }
.booking-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; }
.booking-field label { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.booking-field input, .booking-field select { width: 100%; padding: 15px 16px; border: 1px solid var(--ink); border-radius: 10px; font: 600 1rem var(--font-body); color: var(--ink); background: var(--white); }
.hero-spacer { height: 60px; }

@media (max-width: 960px) {
  .hero .hero-grid { grid-template-columns: 1fr; }
  .arch-frame { width: min(100%, 360px); }
  .booking-row { grid-template-columns: 1fr; }
}

/* =====================================================================
   Stats strip
   ===================================================================== */
/* Stats as outlined pills with big coloured numbers, like the reference */
.stats { padding: 100px 0 44px; }
.stats-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.stat { display: inline-flex; align-items: center; gap: 14px; padding: 14px 26px 14px 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); }
.stat strong { font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(--mint-deep); }
.stat:nth-child(2) strong { color: var(--mint); }
.stat:nth-child(3) strong { color: var(--apricot-deep); }
.stat:nth-child(4) strong { color: var(--ink); }
.stat span { color: var(--ink); font-size: 0.92rem; line-height: 1.25; max-width: 16ch; }

/* =====================================================================
   Steps
   ===================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.step { position: relative; background: var(--white); color: var(--ink); border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--ink); }
.step:nth-child(2) { background: var(--apricot-deep); color: var(--white); }
.step:nth-child(3) { background: var(--mint-deep); color: var(--white); }
.step:nth-child(n+2) h3, .step:nth-child(n+2) .muted { color: var(--white); }
.step:nth-child(n+2) .step-num { color: var(--white); background: rgba(255, 255, 255, 0.22); }
.step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 1px solid rgba(16, 30, 51, 0.15); }
.step-body { padding: 24px; }
.step-num { position: absolute; top: 14px; right: 16px; font-size: 0.85rem; font-weight: 600; color: var(--ink); background: var(--white); border: 1px solid var(--ink); padding: 2px 9px; border-radius: 999px; }
.step-num::before { content: "("; } .step-num::after { content: ")"; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* =====================================================================
   Service cards & catalog
   ===================================================================== */
.service-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 40px; }
.service-card { background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); padding: 22px 20px; }
.service-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.price { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; letter-spacing: -0.03em; color: var(--ink); }
.price small { font-family: var(--font-body); font-size: 0.85rem; color: var(--muted); font-weight: 500; }
@media (max-width: 1000px) { .service-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .service-cards { grid-template-columns: 1fr 1fr; } }

.catalog-filter { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 8px; }
.chip { padding: 10px 18px; border-radius: var(--radius-pill); border: 1px solid var(--ink); background: var(--white); font: 600 0.85rem var(--font-body); color: var(--ink); cursor: pointer; }
.chip.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.catalog-group { margin-top: 40px; }
.catalog-group h3 { font-size: 1.6rem; }
.catalog-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--ink); }
.catalog-table td { padding: 16px 20px; border-top: 1px solid rgba(16, 30, 51, 0.15); }
.catalog-table tr:first-child td { border-top: none; }
.catalog-table td:last-child { text-align: right; font-weight: 600; white-space: nowrap; }
.catalog-table .unit { color: var(--muted); font-size: 0.85rem; margin-left: 6px; font-weight: 500; }

/* =====================================================================
   Plans
   ===================================================================== */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; align-items: stretch; }
.plan { position: relative; background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); padding: 30px 26px; display: flex; flex-direction: column; }
.plan.featured { background: var(--mint-deep); border-color: var(--mint-deep); color: var(--white); }
.plan.featured h3, .plan.featured .price, .plan.featured .price small, .plan.featured .cadence, .plan.featured .desc { color: var(--white); }
.plan.featured .btn-primary { background: var(--white); color: var(--mint-deep); border-color: var(--white); }
.plan-badge { position: absolute; top: -14px; left: 26px; background: var(--apricot-deep); color: var(--white); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius-pill); }
.plan h3 { font-size: 1.4rem; }
.plan .cadence { color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }
.plan .price { font-size: 2.4rem; line-height: 1; }
.plan .price small { display: block; margin-top: 6px; font-size: 0.88rem; }
.stat strong { font-size: 1.75rem; }
.plan .desc { flex: 1; color: var(--ink-soft); margin: 16px 0 24px; font-size: 0.95rem; }
.plan-note { margin-top: 26px; padding: 22px 26px; background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); color: var(--ink-soft); font-size: 0.95rem; }
@media (max-width: 1000px) { .plans { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .plans { grid-template-columns: 1fr; } }

/* =====================================================================
   Benefits, testimonials, FAQ, CTA band
   ===================================================================== */
/* Benefits: three plain columns with a mark — no boxes. */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px; }
.benefit .ec-mark { width: 36px; height: 36px; margin-bottom: 14px; }
.benefit p { max-width: 34ch; }
@media (max-width: 900px) { .benefits { grid-template-columns: 1fr; gap: 28px; } }

/* Testimonials: quotes set in the display face, separated by a rule. */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.testimonial { padding: 26px; border: 1px solid var(--ink); border-radius: var(--radius-card); background: var(--white); }
.testimonial blockquote { margin: 0 0 18px; font-size: 1.15rem; line-height: 1.4; letter-spacing: -0.02em; color: var(--ink); }
.testimonial .who { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: var(--muted); }
.testimonial .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.testimonial .who .avatar { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--mint-deep); color: var(--white); font-weight: 700; font-size: 1.1rem; flex: none; }
.testimonial:nth-child(2) .who .avatar { background: var(--mint); }
.testimonial:nth-child(3) .who .avatar { background: var(--apricot-deep); }
.testimonial .who strong { color: var(--ink); display: block; }
@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }

.faq { max-width: 760px; margin: 36px auto 0; }
.faq-item { border-top: 1px solid var(--ink); }
.faq-item:last-child { border-bottom: 1px solid var(--ink); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 22px 0; font: 600 1.05rem var(--font-body); color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; border-radius: 8px; }
.faq-q::after { content: "+"; font-family: var(--font-display); font-size: 1.6rem; color: var(--mint-deep); transition: transform 0.2s ease; }
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 0 22px; color: var(--ink-soft); }

.cta-band { background: var(--mint-deep); color: var(--white); border-radius: var(--radius-card); padding: 64px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: var(--white); }
.cta-band .btn-primary { background: var(--white); color: var(--mint-deep); border-color: var(--white); }
.cta-band p { color: rgba(255, 255, 255, 0.75); max-width: 520px; margin: 0 auto 28px; }
.cta-band .mark-sparkle { position: absolute; top: 24px; right: 40px; width: 40px; }

/* =====================================================================
   Forms, stepper, estimate panel
   ===================================================================== */
.card { background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); padding: 36px; }
label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; color: var(--ink); }
input, select, textarea { width: 100%; padding: 14px 16px; border-radius: 10px; border: 1px solid var(--ink); font: 500 1rem var(--font-body); color: var(--ink); background: var(--white); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 4px rgba(77, 150, 255, 0.25); }
.field { margin-bottom: 20px; }
.hint { font-size: 0.82rem; color: var(--muted); margin-top: 6px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }

.msg { margin-top: 16px; padding: 14px 18px; border-radius: 14px; font-size: 0.92rem; display: none; }
.msg.show { display: block; }
.msg.ok { background: #e3f6ea; color: var(--success); }
.msg.err { background: #fbe6e5; color: var(--danger); }

.book-layout { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 28px; align-items: start; }
.book-progress { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; font-size: 0.9rem; color: var(--muted); }
.book-steps { display: flex; gap: 8px; margin-bottom: 28px; }
.book-steps span { flex: 1; height: 5px; border-radius: 4px; background: rgba(16, 30, 51, 0.12); }
.book-steps span.done { background: var(--mint-deep); }
.book-step h2 { font-size: 1.6rem; margin-bottom: 6px; }
input.is-invalid, select.is-invalid, textarea.is-invalid { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(208, 69, 63, 0.12); }
.field-error { color: var(--danger); font-size: 0.85rem; margin-top: 6px; }
.table-scroll { overflow-x: auto; }
.book-step { display: none; }
.book-step.active { display: block; }
.book-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.estimate { position: sticky; top: 108px; }
.estimate h3 { margin-bottom: 14px; }
.estimate-line { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid rgba(16, 30, 51, 0.15); font-size: 0.93rem; }
.estimate-line:first-of-type { border-top: none; }
.estimate-total { display: flex; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 2px solid var(--ink); font-weight: 700; }
.estimate-total .price { font-size: 1.5rem; }
@media (max-width: 900px) { .book-layout { grid-template-columns: 1fr; } .estimate { position: static; } }

.plan-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.plan-option { border: 1px solid var(--ink); border-radius: 12px; padding: 18px; cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease; }
.plan-option input { display: none; }
.plan-option strong { display: block; font-family: var(--font-display); font-size: 1.15rem; }
.plan-option small { color: var(--muted); }
.plan-option.selected { background: var(--mint-deep); color: var(--white); }
.plan-option.selected strong, .plan-option.selected small { color: var(--white); }
@media (max-width: 600px) { .plan-options { grid-template-columns: 1fr; } }

.service-picker .group-title { font-family: var(--font-display); font-size: 1.2rem; margin: 22px 0 10px; }
.service-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(16, 30, 51, 0.15); }
.service-row .name { font-weight: 500; }
.service-row .rate { color: var(--muted); font-size: 0.85rem; white-space: nowrap; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ink); border-radius: var(--radius-pill); overflow: hidden; }
.qty button { width: 38px; height: 38px; border: none; background: var(--white); font-size: 1.2rem; cursor: pointer; color: var(--ink); }
.qty input { width: 64px; text-align: center; border: none; border-radius: 0; padding: 8px 4px; font-weight: 600; }
.qty input:focus { box-shadow: none; }
.disclaimer { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; background: var(--peri-tint); border-radius: 14px; font-size: 0.9rem; color: var(--ink-soft); margin-top: 18px; }
.disclaimer input { width: auto; margin-top: 4px; }

.summary-card { max-width: 620px; margin: 0 auto; }
.summary-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin: 22px 0; }
.summary-card dt { color: var(--muted); font-size: 0.85rem; }
.summary-card dd { margin: 0; font-weight: 600; }
.scale-photo { border-radius: 16px; margin: 18px 0; max-height: 360px; object-fit: cover; width: 100%; }
.total-box { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; background: var(--mint-tint); border-radius: 16px; margin: 18px 0; }
.total-box .price { font-size: 2rem; }

/* =====================================================================
   Footer & WhatsApp float
   ===================================================================== */
.site-footer { background: var(--ink); color: #c5cedd; padding: 64px 0 28px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h4 { color: var(--white); font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid a { color: #c9cde6; text-decoration: none; display: block; margin-bottom: 10px; font-size: 0.95rem; }
.footer-grid a:hover { color: var(--apricot-deep); }
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 48px; }
.footer-tagline { color: #9ea4cc; font-size: 0.95rem; max-width: 320px; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; margin: 0; }
.social-row a:hover { background: var(--apricot-deep); }
.social-row svg { width: 17px; height: 17px; fill: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.82rem; color: #9ea4cc; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

.whatsapp-float { position: fixed; bottom: 22px; right: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

/* =====================================================================
   Legal & misc
   ===================================================================== */
.legal h2 { font-size: 1.5rem; margin-top: 40px; }
.legal ul { padding-left: 20px; }
.legal li { margin-bottom: 8px; }
.legal-updated { color: var(--muted); font-size: 0.85rem; margin-bottom: 32px; }.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Motion policy: no scroll-triggered entrances. The only motion answers a
   person's action — FAQ opening, a button press, the mobile nav sliding in. */
@media (prefers-reduced-motion: reduce) { .btn:active { transform: none; } .nav-links { transition: none; } }

/* =====================================================================
   Waitlist (booking step 3, shown when the address is outside our area)
   ===================================================================== */
.waitlist { margin-top: 22px; padding: 22px; border: 1px solid var(--ink); border-radius: var(--radius-card); background: var(--peri-tint); }
.waitlist h3 { margin-bottom: 6px; }
.waitlist .form-grid { margin-top: 14px; }
.waitlist-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 6px; }
.waitlist-actions .link-arrow { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; font-weight: 600; }
.pac-container { border-radius: 12px; border: 1px solid var(--ink); box-shadow: none; font-family: var(--font-body); margin-top: 4px; }
.pac-item { padding: 10px 12px; font-size: 0.95rem; border-top: 1px solid rgba(16, 30, 51, 0.08); cursor: pointer; }
.pac-item:hover, .pac-item-selected { background: var(--peri-tint); }
.pac-item-query { font-size: 0.95rem; color: var(--ink); }

/* =====================================================================
   Mobile: the site behaves like an app on a phone
   ===================================================================== */
.tab-bar { display: none; }
* { -webkit-tap-highlight-color: transparent; }
.btn, .tab, .chip, .qty button, summary { touch-action: manipulation; }

@media (max-width: 960px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .container { padding: 0 18px; }
  section { padding: 56px 0; }
  .section-tight { padding: 32px 0; }
  h1 { font-size: clamp(2.2rem, 9vw, 2.9rem); }
  h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .lede { font-size: 1.12rem; }

  /* Header: logo + Book, the tab bar does the navigating */
  .site-header .container { height: 64px; gap: 12px; }
  .logo-link img { height: 36px; }
  .nav-toggle, .site-header nav, .nav-cta .btn-outline { display: none; }
  .nav-cta .btn { padding: 10px 14px; font-size: 0.85rem; min-height: 40px; }

  /* Bottom tab bar */
  .tab-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border-top: 1px solid var(--ink); padding: 6px 4px calc(6px + env(safe-area-inset-bottom)); }
  .tab { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 52px; text-decoration: none; color: var(--muted); font-size: 0.68rem; font-weight: 600; letter-spacing: 0; border-radius: 12px; }
  .tab svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .tab.active { color: var(--mint-deep); }
  .tab-book { color: var(--white); }
  .tab-book svg { width: 24px; height: 24px; padding: 10px; border-radius: 50%; background: var(--mint-deep); margin-top: -24px; border: 3px solid var(--white); box-sizing: content-box; stroke: var(--white); }
  .tab-book span { color: var(--mint-deep); }
  .tab-book.active svg { background: var(--mint); }
  .whatsapp-float { display: none; }

  /* Touch targets and inputs (16px stops iOS zooming into fields) */
  .btn { min-height: 48px; padding: 12px 20px; }
  .btn-lg { width: 100%; justify-content: center; }
  input, select, textarea { font-size: 16px; padding: 14px 14px; }
  .card { padding: 22px 18px; }

  /* Hero */
  .hero { padding: 24px 0 0; }
  .hero .hero-grid { gap: 22px; }
  .hero-copy h1 { margin-bottom: 14px; }
  .hero-actions { gap: 14px; margin-top: 18px; }
  .hero-actions .btn-lg { width: auto; }
  .arch-frame { width: min(100%, 300px); }
  .booking-card { padding: 18px; }

  /* Stats scroll sideways like a strip of chips */
  .stats { padding: 56px 0 24px; }
  .stats-grid { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scroll-snap-type: x mandatory; padding: 0 18px 8px; scrollbar-width: none; }
  .stats-grid::-webkit-scrollbar { display: none; }
  .stat { flex: none; scroll-snap-align: start; }

  /* Booking: controls stay reachable above the tab bar */
  .book-layout { gap: 18px; }
  .book-nav { position: sticky; bottom: calc(66px + env(safe-area-inset-bottom)); z-index: 5; background: var(--white); margin: 22px -18px -22px; padding: 12px 18px calc(12px + 4px); border-top: 1px solid rgba(16, 30, 51, 0.15); border-radius: 0 0 var(--radius-card) var(--radius-card); }
  .book-nav .btn { flex: 1; justify-content: center; }
  .book-nav .btn-lg { width: auto; }
  .estimate { position: static; }

  .cta-band { padding: 40px 22px; }
  .cta-band .mark-sparkle { top: 14px; right: 16px; width: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .site-footer { padding: 44px 0 20px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

/* When installed on a home screen there is no browser chrome: give the
   header a hair more breathing room at the top for the status bar. */
@media (display-mode: standalone) {
  .site-header { padding-top: env(safe-area-inset-top); }
}

/* =====================================================================
   Phones (≤ 640px): calmer, organised layout. The tab bar rules above
   are untouched; this block only tidies what sits above it.
   ===================================================================== */
@media (max-width: 640px) {
  :root { --radius-card: 12px; --hairline: rgba(16, 30, 51, 0.14); }
  body { font-size: 16px; line-height: 1.5; }
  h1 { font-size: 2.15rem; letter-spacing: -0.03em; line-height: 1.05; text-wrap: balance; }
  h2 { font-size: 1.55rem; letter-spacing: -0.025em; line-height: 1.15; text-wrap: balance; }
  h3 { font-size: 1.1rem; }
  .lede { font-size: 1.02rem; line-height: 1.45; }
  .kicker { font-size: 0.66rem; letter-spacing: 0.12em; margin-bottom: 12px; }
  section { padding: 44px 0; }
  .section-tight { padding: 28px 0; }
  .container { padding: 0 18px; }

  /* Section titles and their intro lines sit centred on a phone */
  section .center, section .lede.center { text-align: center; margin-left: auto; margin-right: auto; }
  section .center .lede { margin-bottom: 0; }
  main section > .container > div > h2, main section > .container > div > .lede, main section > .container > div > .kicker { text-align: center; margin-left: auto; margin-right: auto; }
  main section > .container > div > h2 + .lede { margin-bottom: 0; }
  .cta-band { text-align: center; }
  .cta-band p { margin-left: auto; margin-right: auto; }

  /* Only coloured elements keep a heavy edge; everything else is a hairline */
  .card, .step, .service-card, .plan:not(.featured), .plan-note, .testimonial, .plan-option:not(.selected), .waitlist, .disclaimer, .booking-card { border-color: var(--hairline); }
  .faq-item, .faq-item:last-child { border-color: var(--hairline); }
  .step img { border-bottom-color: var(--hairline); }
  .stat { border-color: transparent; }

  /* Hero: headline, one action, a small portrait */
  .hero { padding: 20px 0 6px; }
  .hero .hero-grid { gap: 18px; }
  .hero-copy h1 { margin-bottom: 12px; }
  /* Order on a phone: kicker, headline, lede, portrait, then the call to
     action as a card that sits over the bottom of the photo. */
  .hero .hero-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { display: contents; }
  .hero-copy .kicker { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-copy .lede { order: 3; margin-bottom: 4px; }
  .hero-copy .kicker, .hero-copy h1, .hero-copy .lede { text-align: center; margin-left: auto; margin-right: auto; }
  .hero .hero-grid > div:not(.hero-copy) { order: 4; margin-top: 14px; }
  .hero-cta { order: 5; position: relative; z-index: 2; margin: -54px 8px 0; padding: 16px 16px 14px; background: var(--white); border: 1px solid var(--hairline); border-radius: 16px; box-shadow: 0 14px 34px rgba(16, 30, 51, 0.12); text-align: center; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; margin: 0; }
  .hero-actions .btn-lg { width: 100%; }
  .hero-actions .link-arrow { padding: 8px 0 2px; font-size: 0.95rem; }
  .hero-note { margin: 8px 0 0; font-size: 0.82rem; line-height: 1.4; }
  .arch-frame { width: min(100%, 250px); }
  /* the three decorative marks, scaled for the smaller portrait */
  .arch-frame .mark-sparkle { width: 30px; top: 4%; left: -12%; }
  .arch-frame .mark-stitch { width: 64px; top: 20%; right: -20%; }
  .arch-frame .mark-dots { width: 50px; bottom: 26%; left: -20%; }
  .hero > .container:last-child { display: none; } /* the date/slot card: the Book tab and hero button cover this on phones */

  /* Stats: a full-bleed 2×2 panel divided by hairlines */
  .stats { padding: 0; }
  .stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; overflow: visible; padding: 0; margin: 0; max-width: none; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
  .stat { display: block; padding: 18px 16px 16px; border: 0; border-radius: 0; background: var(--white); }
  .stat:nth-child(odd) { border-right: 1px solid var(--hairline); }
  .stat:nth-child(odd) { padding-left: 18px; }
  .stat:nth-child(even) { padding-right: 18px; }
  .stat:nth-child(-n + 2) { border-bottom: 1px solid var(--hairline); }
  .stat:first-child { background: var(--peri-tint); box-shadow: inset 0 3px 0 var(--mint); }
  .stat strong { display: block; font-size: 1.5rem; margin-bottom: 4px; } /* keeps the original display font and colours */
  .stat span { display: block; font-size: 0.86rem; line-height: 1.4; color: var(--muted); max-width: none; }

  /* Steps: thumbnail + text rows */
  .steps { gap: 12px; margin-top: 22px; }
  .step { display: grid; grid-template-columns: 116px 1fr; align-items: stretch; }
  .step img { width: 116px; height: 100%; min-height: 132px; aspect-ratio: auto; border-bottom: 0; border-right: 1px solid var(--hairline); }
  .step-body { padding: 14px 14px 14px 16px; }
  .step-body h3 { font-size: 1rem; margin-bottom: 4px; }
  .step-body p { font-size: 0.86rem; line-height: 1.4; margin: 0; }
  .step-num { top: 8px; left: 8px; right: auto; font-size: 0.7rem; padding: 1px 7px; }

  /* Prices preview */
  /* Price preview as a simple list */
  .service-cards { grid-template-columns: 1fr; gap: 0; margin-top: 18px; border-top: 1px solid var(--hairline); }
  .service-card { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--hairline); border-radius: 0; background: transparent; }
  .service-card h3 { font-size: 0.98rem; margin: 0; }
  .service-card .price { font-size: 1.05rem; white-space: nowrap; }
  .service-card .price small { font-size: 0.75rem; }

  /* Plans: a tidy 2×2 */
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
  .plan { padding: 18px 14px 14px; }
  .plan h3 { font-size: 1.02rem; margin-bottom: 2px; }
  .plan .cadence { font-size: 0.78rem; margin-bottom: 10px; }
  .plan .price { font-size: 1.5rem; }
  .plan .price small { font-size: 0.75rem; margin-top: 2px; }
  .plan .desc { display: none; }
  .plan .btn { margin-top: auto; padding: 10px 10px; font-size: 0.82rem; min-height: 44px; white-space: normal; line-height: 1.2; }
  .plan .price { margin-bottom: 14px; }
  .plan-badge { top: -11px; left: 12px; font-size: 0.6rem; padding: 4px 9px; }
  .plan-note { margin-top: 14px; padding: 14px 16px; font-size: 0.86rem; }

  /* Benefits: icon beside text */
  .benefits { gap: 18px; margin-top: 22px; }
  .benefit { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; }
  .benefit .ec-mark { width: 34px; height: 34px; margin: 2px 0 0; grid-row: 1 / span 2; }
  .benefit h3 { font-size: 1rem; margin-bottom: 4px; }
  .benefit p { font-size: 0.9rem; margin: 0; max-width: none; }

  .testimonials { gap: 12px; margin-top: 22px; }
  .testimonial { padding: 18px; }
  .testimonial blockquote { font-size: 1rem; margin-bottom: 14px; }

  .faq { margin-top: 18px; }
  .faq-q { padding: 16px 0; font-size: 0.98rem; }
  .faq-a { font-size: 0.92rem; padding-bottom: 16px; }

  .cta-band { padding: 34px 20px; }
  .cta-band p { margin: 0 0 20px; font-size: 0.95rem; }

  /* Booking form */
  .book-progress { font-size: 0.82rem; }
  .book-steps { margin-bottom: 20px; }
  .book-step h2 { font-size: 1.35rem; }
  .plan-option { padding: 14px; }
  .plan-option strong { font-size: 1rem; }
  .plan-option small { font-size: 0.8rem; }
  .service-row { padding: 10px 0; }
  .service-row .name { font-size: 0.95rem; }
  .group-title { font-size: 0.72rem; }
  .estimate h3 { font-size: 1.05rem; }

  /* Price list: the table becomes a list; tiered prices wrap under the name */
  .catalog-filter { gap: 8px; margin: 18px 0 0; }
  .catalog-filter .chip { padding: 8px 12px; font-size: 0.82rem; }
  .catalog-group { margin-top: 28px; }
  .catalog-group h3 { font-size: 1.25rem; }
  .catalog-table { border-color: var(--hairline); border-radius: 12px; }
  .catalog-table td { padding: 12px 14px; }
  .catalog-table td:first-child { min-width: 0; }
  .catalog-table td:first-child .unit { display: block; margin: 2px 0 0; font-size: 0.75rem; }
  .catalog-table td:last-child { white-space: normal; max-width: 46%; font-size: 0.95rem; line-height: 1.35; }
  .catalog-table td:last-child .unit { margin-left: 4px; }
  .catalog-table tr:has(td:first-child .unit) td:last-child .unit { display: block; margin: 0; }

  .site-footer { padding: 36px 0 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid a { font-size: 0.9rem; margin-bottom: 8px; }
  .footer-tagline { font-size: 0.9rem; }
}

/* =====================================================================
   Laundry guides (blog)
   ===================================================================== */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); overflow: hidden; display: flex; flex-direction: column; }
.post-card-media { display: block; aspect-ratio: 16 / 10; background: var(--apricot); border-bottom: 1px solid rgba(16, 30, 51, 0.15); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; }
.post-card-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.post-card-placeholder .ec-mark { width: 56px; height: 56px; opacity: 0.55; }
.post-card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card h3 { font-size: 1.2rem; line-height: 1.25; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--mint-deep); }
.post-card p { margin: 0; flex: 1; font-size: 0.95rem; }
.post-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 0.8rem; color: var(--muted); }
.post-cat { color: var(--mint-deep); font-weight: 600; }
.pagination { margin-top: 36px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; position: static; background: none; padding: 0; transform: none; visibility: visible; }
.pagination .page-numbers { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; color: var(--ink); font-size: 0.9rem; font-weight: 600; }
.pagination .page-numbers.current { background: var(--ink); color: var(--white); }
.pagination .page-numbers.dots { border: 0; }

.article-narrow { max-width: 760px; }
.article-head { padding-bottom: 24px; }
.crumbs { font-size: 0.85rem; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--mint-deep); text-decoration: none; font-weight: 600; }
.article-head h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); margin-bottom: 16px; text-wrap: balance; }
.article-head .lede { max-width: none; }
.article-head .post-meta { margin-top: 18px; }
.article-figure { margin: 28px 0 0; }
.article-figure img { width: 100%; border-radius: var(--radius-card); border: 1px solid var(--ink); }
.prose { font-size: 1.08rem; line-height: 1.65; color: var(--ink-soft); }
.prose h2 { font-size: 1.6rem; margin: 40px 0 12px; color: var(--ink); }
.prose h3 { font-size: 1.2rem; margin: 28px 0 8px; color: var(--ink); }
.prose p { margin: 0 0 1.1em; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.2em; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--mint-deep); }
.prose blockquote { margin: 24px 0; padding: 18px 22px; border-left: 4px solid var(--mint); background: var(--peri-tint); border-radius: 0 12px 12px 0; font-size: 1.05rem; color: var(--ink); }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: 0.95rem; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid rgba(16, 30, 51, 0.15); }
.prose th { color: var(--ink); font-weight: 700; }
.prose img { border-radius: 12px; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.post-tags .chip { text-decoration: none; font-size: 0.8rem; padding: 7px 12px; }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px 36px; background: var(--white); border: 1px solid var(--ink); border-radius: var(--radius-card); margin-bottom: 44px; }
.article-cta h2 { font-size: 1.5rem; margin-bottom: 6px; }
.article-cta p { margin: 0; max-width: 46ch; }
.article-cta .btn { flex: none; }
.related-title { font-size: 1.5rem; margin-bottom: 20px; }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr 1fr; } .article-cta { flex-direction: column; align-items: flex-start; } }
@media (max-width: 640px) {
  .post-grid { grid-template-columns: 1fr; gap: 12px; }
  .post-card { border-color: var(--hairline); }
  .post-card-body { padding: 16px 16px 18px; gap: 8px; }
  .post-card h3 { font-size: 1.05rem; }
  .prose { font-size: 1rem; }
  .prose h2 { font-size: 1.3rem; margin-top: 30px; }
  .article-head h1 { font-size: 1.85rem; }
  .article-cta { padding: 22px 18px; border-color: var(--hairline); margin-bottom: 28px; }
  .article-cta .btn { width: 100%; }
  .article-figure img { border-color: var(--hairline); }
}


/* Phone footer: logo and tagline centred, link columns as before, copyright as one left-aligned line */
@media (max-width: 640px) {
  .footer-grid > div:first-child { text-align: center; }
  .footer-logo img { margin: 0 auto; }
  .footer-tagline { margin: 0 auto; }
  .social-row { justify-content: center; }
  .footer-bottom { display: block; text-align: left; line-height: 1.6; }
  .footer-bottom span { display: inline; }
  .footer-bottom span + span::before { content: " "; }
}

/* Plan cards: tier tagline + monthly billing line */
.plan-tag { display: inline-block; margin-left: 6px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); vertical-align: middle; }
.plan.featured .plan-tag { color: rgba(255,255,255,0.75); }
.plan-cycle { font-size: 0.85rem; color: var(--muted); margin-top: 8px; }
.plan.featured .plan-cycle { color: rgba(255,255,255,0.8); }
.plan-option strong .muted { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
@media (max-width: 640px) { .plan-cycle { font-size: 0.76rem; margin-top: 4px; } .plan-tag { display: block; margin: 2px 0 0; } }

/* =====================================================================
   Comments on guides
   ===================================================================== */
.comments { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(16, 30, 51, 0.15); }
.comments-title { font-size: 1.5rem; margin-bottom: 20px; }
.comment-list, .comment-list .children { list-style: none; margin: 0; padding: 0; }
.comment-list .children { margin-left: 52px; }
.comment-item { margin-bottom: 18px; }
.comment-body { display: grid; grid-template-columns: 40px 1fr; gap: 12px; }
.comment-body .avatar { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--mint); color: var(--white); font-weight: 700; }
.comment-body .avatar-owner { background: var(--mint-deep); }
.comment-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; font-size: 0.85rem; color: var(--muted); margin-bottom: 4px; }
.comment-meta strong { color: var(--ink); font-size: 0.95rem; }
.comment-badge { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); background: var(--mint-deep); padding: 2px 8px; border-radius: 999px; }
.comment-text { font-size: 1rem; line-height: 1.55; color: var(--ink-soft); }
.comment-text p { margin: 0 0 0.6em; }
.comment-pending { font-size: 0.85rem; color: var(--apricot-deep); margin: 0 0 6px; }
.comment-actions a { font-size: 0.85rem; font-weight: 600; color: var(--mint-deep); text-decoration: none; }
.comment-actions a:hover { text-decoration: underline; }
.comment-navigation { display: flex; justify-content: space-between; gap: 12px; margin: 12px 0 24px; font-size: 0.9rem; }
.comment-respond { margin-top: 28px; padding: 28px; }
.comment-reply-title { font-size: 1.25rem; margin-bottom: 6px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cancel-reply a { font-size: 0.85rem; font-weight: 600; }
.comment-respond .field { margin-bottom: 14px; }
.comment-respond label.check { display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 0.92rem; }
.comment-respond label.check input { width: auto; }
.comment-respond .form-submit { margin: 4px 0 0; }
.comment-respond .logged-in-as { font-size: 0.9rem; color: var(--muted); }
@media (max-width: 640px) {
  .comments { margin-top: 32px; padding-top: 22px; }
  .comment-list .children { margin-left: 22px; }
  .comment-respond { padding: 18px; border-color: var(--hairline); }
  .comment-respond .btn { width: 100%; }
}

/* Discount code on the booking review step */
.discount-box { margin-top: 18px; padding: 16px 18px; background: var(--peri-tint); border-radius: 12px; }
.discount-box label { font-weight: 600; margin-bottom: 8px; display: block; }
.discount-row { display: flex; gap: 10px; }
.discount-row input { text-transform: uppercase; }
.discount-row .btn { flex: none; }
.discount-box .msg { margin-top: 10px; }
@media (max-width: 640px) { .discount-row { flex-direction: column; } .discount-row .btn { width: 100%; } }

/* Refer a friend box on the thank-you page */
.refer-box { margin: 22px 0; padding: 20px 22px; background: var(--peri-tint); border-radius: 14px; }
.refer-box h3 { margin-bottom: 6px; }
.refer-box p { margin-bottom: 14px; }
.refer-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 640px) { .refer-actions .btn { flex: 1; justify-content: center; } }
