/*
  Lodmont Cleaning & Laundry Services - stylesheet
  Mobile-first. Breakpoints widen at ~640px and ~920px.

  Brand palette (green anchors the brand; light surfaces keep it airy):
    --green   brand green - header, hero, promise band, footer, total bar, accents
    --base    off-white   - ALL button backgrounds and surfaces on green
    --ink     near-black   - body text on light surfaces
  Button-contrast rule (from brand spec): button background is always --base;
  label colour depends on the surface behind the button.
*/

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body,
h1, h2, h3,
p, dl, dd, dt,
figure, ul, ol,
fieldset, legend { margin: 0; }

ul, ol { padding: 0; list-style: none; }

img, svg { display: block; max-width: 100%; }

button, input, select, textarea { font: inherit; color: inherit; }

/* ---------- Design tokens ---------- */
:root {
  /* Brand */
  --green: #014A3F;              /* the brand green */
  --green-strong: #013830;
  --green-deep: #01342C;
  --green-glow: #0A6E5B;         /* lighter green used only for the glossy highlight */
  /* Glossy green: a lit highlight up top falling to a deeper base for depth. */
  --grad-green: linear-gradient(152deg, #0A6E5B 0%, #014A3F 52%, #01352C 100%);
  --grad-green-strong: linear-gradient(152deg, #06584A 0%, #013830 56%, #012A24 100%);
  /* Soft top-left sheen layered over the gradient for extra gloss. */
  --sheen: radial-gradient(130% 90% at 14% -12%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
  --base: #F8FBFF;
  --base-hover: #E7F0EA;
  --ink: #0A0A0A;

  /* Light surfaces */
  --page: #EEF3F0;         /* soft green-tinted page background */
  --card: #FFFFFF;         /* cards */
  --mint: #E1EFE7;         /* accent chip / icon backgrounds */
  --mint-line: rgba(1, 74, 63, 0.14);
  --muted: rgba(10, 10, 10, 0.62);

  /* Functional (always paired with icon + text, never colour alone) */
  --danger: #B3261E;
  --danger-bg: #FCECEA;

  /* Fonts */
  --font-head: 'Anton', Impact, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Spacing (4/8 rhythm) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 72px;

  /* Radius / shadow */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(1, 30, 25, 0.06), 0 6px 18px rgba(1, 30, 25, 0.06);
  --shadow-md: 0 10px 30px rgba(1, 30, 25, 0.12);
  --shadow-up: 0 -8px 28px rgba(1, 30, 25, 0.16);

  /* Sticky bottom bar height, measured by app.js; fallback before JS runs */
  --total-bar-h: 96px;

  /* Motion */
  --dur-fast: 150ms;
  --dur-med: 260ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Base ---------- */
html, body { height: 100%; }

body {
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: calc(var(--total-bar-h) + env(safe-area-inset-bottom));
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* guard against any stray horizontal scroll on small screens */
}

.container {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: var(--space-4);
}

a { color: inherit; }

/* Headings + wordmark: Anton everywhere. Colour is inherited so it follows the
   contrast of whatever surface (green band vs. light card) it sits on. */
h1, h2, h3,
.wordmark,
legend,
.hero-title,
.section-title,
.step-title,
.price-heading,
.error-summary-title,
.total-amount {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.08;
}

.section-eyebrow {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
}

.section-title {
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  margin-top: var(--space-2);
  color: var(--ink);
}

/* ---------- Accessibility utilities ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: var(--space-3);
  z-index: 300;
  background: var(--base);
  color: var(--green);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none;
  transition: top var(--dur-fast) var(--ease-out);
}
.skip-link:focus { top: var(--space-3); }

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}
/* On green surfaces, make the focus ring visible against the dark background. */
.hero :focus-visible,
.guarantee :focus-visible,
.cta-band :focus-visible,
.total-bar :focus-visible {
  outline-color: var(--base);
}

/* ---------- Icons ---------- */
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
}
/* The WhatsApp glyph is a filled shape, not a stroked line. */
.icon use[href="#i-whatsapp"] { fill: currentColor; stroke: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;                 /* white bar so the green logo reads cleanly */
  border-bottom: 1px solid var(--mint-line);
  box-shadow: 0 2px 10px rgba(1, 30, 25, 0.05);
}

/* Transparent-PNG logo sits directly on the white bar. */
.brand-logo { height: 46px; width: auto; display: block; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-3);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
}

.brand-mark { width: 42px; height: 42px; }

.brand-text { display: flex; flex-direction: column; gap: 1px; }

.wordmark {
  font-size: 1.4rem;
  color: var(--base);
}

.tagline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--base);
  opacity: 0.82;
}

.header-cta { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 48px;
  padding: 0 var(--space-5);
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, #FFFFFF 0%, #EAF1EC 100%);
  box-shadow: 0 1px 2px rgba(1, 30, 25, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out),
              background-color var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out),
              opacity var(--dur-fast) var(--ease-out);
  touch-action: manipulation;
}
.btn:hover { background: linear-gradient(180deg, #F4F8F5 0%, #DFE9E2 100%); }
.btn:active { transform: scale(0.98); }
.btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; box-shadow: none; }

/* Button-contrast rule: background is always --base; label colour depends
   on the surface the button sits on. */
.btn--on-green { color: var(--ink); }          /* on green -> black label */
.btn--on-base,
.btn--on-dark { color: var(--green); }          /* on light / dark -> green label */

/* Ghost button for secondary actions on the green hero. */
.btn--ghost {
  background: transparent;
  border-color: rgba(248, 251, 255, 0.55);
  color: var(--base);
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(248, 251, 255, 0.12); }

.btn--lg { min-height: 54px; padding: 0 var(--space-6); font-size: 1.02rem; }
.btn--sm { min-height: 42px; padding: 0 var(--space-4); font-size: 0.9rem; }

.btn--icon {
  min-width: 44px; min-height: 44px; padding: 0;
  border-radius: 50%;
}
.btn--icon .icon { width: 18px; height: 18px; }

/* Solid prominent CTAs get a lift. */
.btn--on-green.btn--lg,
.btn--on-dark.btn--lg { box-shadow: var(--shadow-md); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--sheen), var(--grad-green);
  color: var(--base);
  padding-block: var(--space-7) var(--space-8);
}

.hero-decor {
  position: absolute;
  top: -40px;
  right: -60px;
  width: min(60vw, 460px);
  height: auto;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(248, 251, 255, 0.12);
  color: var(--base);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow .icon { width: 16px; height: 16px; }

.hero-title {
  font-size: clamp(2.4rem, 9vw, 4.6rem);
  margin-top: var(--space-4);
  max-width: 15ch;
  color: var(--base);
}

.hero-sub {
  margin-top: var(--space-4);
  max-width: 52ch;
  color: var(--base);
  opacity: 0.9;
  font-size: 1.075rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-5);
  margin-top: var(--space-6);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(248, 251, 255, 0.16);
  font-size: 0.92rem;
  color: var(--base);
}
.hero-chips li { display: flex; align-items: center; gap: var(--space-2); opacity: 0.95; }
.hero-chips .icon { width: 18px; height: 18px; }

/* ---------- Section shells ---------- */
.steps { padding-block: var(--space-8); }

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
  margin-top: var(--space-6);
  counter-reset: none;
}

.step-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--mint-line);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-sm);
}

.step-num {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-green);
  color: var(--base);
  box-shadow: 0 4px 10px rgba(1, 74, 63, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-family: var(--font-head);
  font-size: 1rem;
}

.step-icon {
  width: 30px;
  height: 30px;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 14px;
  background: var(--mint);
  color: var(--green);
  stroke: currentColor;
  margin-bottom: var(--space-4);
}

.step-title { font-size: 1.2rem; color: var(--ink); }
.step-text { margin-top: var(--space-2); color: var(--muted); font-size: 0.95rem; }

/* ---------- Order section ---------- */
.order-section {
  background: var(--page);
  padding-block: var(--space-6) var(--space-8);
}

.order-head { margin-bottom: var(--space-5); }

.order-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
}

/* ---------- Cards / fieldsets ---------- */
.card {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--mint-line);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-5);
}
.card:last-child { margin-bottom: 0; }

.card legend {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 1.2rem;
  color: var(--ink);
  padding: 0;
  margin-bottom: var(--space-4);
}
.card legend .icon { color: var(--green); }

/* ---------- Form fields ---------- */
.field { margin-bottom: var(--space-4); }
.field:last-child { margin-bottom: 0; }

.field-row { display: grid; grid-template-columns: 1fr; gap: var(--space-4); }

label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: var(--space-2); }

.req { color: var(--danger); }

input[type="text"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: var(--space-3) var(--space-4);
  border: 2px solid var(--mint-line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
textarea { min-height: 74px; resize: vertical; }

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(1, 74, 63, 0.14);
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] { border-color: var(--danger); }

.field-hint { margin-top: var(--space-2); font-size: 0.82rem; color: var(--muted); }

.field-error {
  margin-top: var(--space-2);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--danger);
}
.field-error:empty { display: none; }

/* ---------- Error summary ---------- */
.error-summary {
  background: var(--danger-bg);
  border: 2px solid var(--danger);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-5);
  margin-bottom: var(--space-5);
  color: var(--ink);
  animation: summary-in var(--dur-med) var(--ease-out);
}
.error-summary-title {
  display: flex; align-items: center; gap: var(--space-2);
  font-size: 1.05rem; color: var(--danger); margin-bottom: var(--space-3);
}
.error-summary-title .icon { color: var(--danger); }
#error-summary-list {
  display: flex; flex-direction: column; gap: var(--space-2);
  padding-left: var(--space-4); list-style: disc;
}
#error-summary-list a { color: var(--ink); font-weight: 600; text-decoration: underline; }

@keyframes summary-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Service selector ---------- */
.service-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}
.service-opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 78px;
  padding: var(--space-3) var(--space-2);
  border: 2px solid var(--mint-line);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--dur-fast) var(--ease-out),
              background-color var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out);
}
.service-opt .icon { width: 24px; height: 24px; color: var(--green); }
.service-opt:hover { border-color: var(--green); background: var(--base-hover); }
.service-opt[aria-checked="true"] {
  border-color: var(--green);
  background: var(--mint);
  box-shadow: 0 0 0 1px var(--green) inset;
}

/* Switch shown only for a "both" order. */
.service-tabs {
  display: inline-flex;
  gap: var(--space-1);
  padding: var(--space-1);
  margin-bottom: var(--space-4);
  background: var(--page);
  border: 1px solid var(--mint-line);
  border-radius: var(--radius-pill);
}
.service-tabs[hidden] { display: none; }
.service-tab {
  border: none;
  background: transparent;
  border-radius: var(--radius-pill);
  padding: var(--space-2) var(--space-4);
  min-height: 40px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--muted);
  cursor: pointer;
  transition: background-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.service-tab:hover { color: var(--green); }
.service-tab[aria-selected="true"] {
  background: var(--grad-green);
  color: var(--base);
  box-shadow: var(--shadow-sm);
}

.items-placeholder {
  padding: var(--space-5);
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  background: var(--page);
  border: 1.5px dashed var(--mint-line);
  border-radius: var(--radius-md);
}
.items-placeholder[hidden] { display: none; }

/* ---------- Item list + category groups ---------- */
.item-list { display: flex; flex-direction: column; }

.item-group-heading {
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-top: var(--space-4);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-2);
  border-bottom: 2px solid var(--mint);
}
.item-list > .item-group-heading:first-child { margin-top: 0; }

.item-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  margin-inline: calc(-1 * var(--space-3));
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  transition: background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.item-row.is-selected {
  background: var(--mint);
  border-color: var(--mint-line);
}

.item-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.item-name { font-weight: 600; font-size: 0.96rem; }
.item-price { font-size: 0.84rem; color: var(--muted); }

.stepper { display: flex; align-items: center; gap: var(--space-2); }

.qty-input {
  width: 46px;
  min-height: 44px;
  padding: 0;
  border: 2px solid var(--mint-line);
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---------- Location status ---------- */
.location-status {
  display: flex; align-items: center; gap: var(--space-2);
  margin-top: var(--space-3); min-height: 24px;
  font-size: 0.9rem; font-weight: 600;
}
.location-status:empty { display: none; }
.location-status.is-loading { color: var(--muted); }
.location-status.is-success { color: var(--green); }
.location-status.is-error { color: var(--danger); }

/* ---------- Price list ---------- */
.price-card { margin-bottom: 0; }

.price-heading {
  display: flex; align-items: center; gap: var(--space-2);
  font-size: 1.3rem; color: var(--ink);
}
.price-heading .icon { color: var(--green); }

.price-note { margin-top: var(--space-2); margin-bottom: var(--space-4); color: var(--muted); font-size: 0.86rem; }

.price-service-heading {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
  color: var(--ink);
  margin-top: var(--space-5);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-2);
  border-bottom: 2px solid var(--green);
}
.price-list > .price-service-heading:first-child { margin-top: 0; }

.price-group-heading {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-top: var(--space-4);
  margin-bottom: var(--space-1);
}
.price-list > .price-group-heading:first-child { margin-top: 0; }

.price-list { display: block; }

.price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--mint-line);
  font-size: 0.92rem;
}
.price-row:last-child { border-bottom: none; }
.price-name { color: var(--ink); }
.price-amount {
  font-weight: 700; font-variant-numeric: tabular-nums;
  color: var(--green); white-space: nowrap;
}

/* ---------- Promise band ---------- */
.promise {
  background: linear-gradient(160deg, var(--green) 0%, var(--green-deep) 100%);
  color: var(--base);
  padding-block: var(--space-8);
  text-align: center;
}
.promise-inner {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promise-mark {
  width: 52px; height: 52px;
  color: var(--base);
  stroke: currentColor; fill: none;
  margin-bottom: var(--space-4);
  opacity: 0.95;
}
.promise-eyebrow { color: var(--base); opacity: 0.85; }
.promise-title { color: var(--base); font-size: clamp(2rem, 7vw, 3.2rem); }
.promise-text {
  margin-top: var(--space-4);
  color: var(--base); opacity: 0.9;
  font-size: 1.05rem;
}
.promise-points {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: var(--space-3) var(--space-5);
  margin-top: var(--space-5); margin-bottom: var(--space-6);
  font-size: 0.92rem;
}
.promise-points li { display: flex; align-items: center; gap: var(--space-2); }
.promise-points .icon { width: 18px; height: 18px; color: var(--base); }

/* ---------- Sticky total bar ---------- */
.total-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 150;
  background: var(--grad-green-strong);
  border-top: 1px solid rgba(248, 251, 255, 0.15);
  box-shadow: var(--shadow-up);
  padding-bottom: env(safe-area-inset-bottom);
}
.total-bar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4); padding-block: var(--space-3);
}
.total-info { display: flex; flex-direction: column; gap: 1px; color: var(--base); line-height: 1.1; }
.total-count { font-size: 0.78rem; opacity: 0.82; }
.total-amount { font-size: 1.7rem; color: var(--base); }
.total-bar .btn { flex-shrink: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: #fff;
  color: var(--ink);
  padding-top: var(--space-7);
  overflow: hidden;                 /* keep the full-bleed slogan tidy */
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
  padding-bottom: var(--space-6);
}
.footer-logo { height: 96px; width: auto; display: block; }

.site-footer p { font-size: 0.9rem; }
.footer-col p { margin-bottom: var(--space-3); }
.footer-col p:last-child { margin-bottom: 0; }

.footer-hours,
.footer-address,
.footer-schedule,
.footer-whatsapp { display: inline-flex; align-items: flex-start; gap: var(--space-2); }
.footer-col .icon { margin-top: 2px; }
.footer-whatsapp { text-decoration: underline; font-weight: 600; color: var(--green); }
.footer-col .icon { color: var(--green); }

/* Full-bleed slogan: a transparent PNG that spans the white footer and casts a
   soft green shadow, so it reads like a green imprint on the white background. */
.footer-slogan-wrap {
  width: 100%;
  line-height: 0;
  padding-block: var(--space-4);
}
.footer-slogan {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 8px 14px rgba(1, 74, 63, 0.28));
}

.footer-copy {
  color: var(--muted);
  font-size: 0.8rem;
  padding-top: var(--space-4);
  padding-bottom: var(--space-5);
  margin: 0;
  border-top: 1px solid var(--mint-line);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ---------- Breakpoints ---------- */
@media (min-width: 560px) {
  .field-row { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 720px) {
  .header-cta { display: inline-flex; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; align-items: start; }
}

@media (min-width: 920px) {
  .steps-grid { grid-template-columns: repeat(4, 1fr); }

  .order-grid {
    grid-template-columns: 1.55fr 1fr;
    align-items: start;
    gap: var(--space-6);
  }
  .order-main { grid-column: 1; }
  .price-card {
    grid-column: 2;
    position: sticky;
    top: 96px;           /* clears the sticky header */
  }
}

/* =========================================================
   Rinse-standard marketing sections
   ========================================================= */

/* ---------- Header nav ---------- */
.site-nav { display: none; }
.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  opacity: 0.82;
  padding: var(--space-2);
}
.site-nav a:hover { opacity: 1; color: var(--green); text-decoration: underline; }

/* Solid glossy-green button (used on light surfaces such as the white header). */
.btn--solid {
  background: var(--sheen), var(--grad-green);
  color: var(--base);
  box-shadow: 0 4px 14px rgba(1, 74, 63, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.btn--solid:hover { background: var(--grad-green); filter: brightness(1.06); }

/* ---------- Two-tone display headings (used on dark green bands) ---------- */
.tt-solid,
.tt-outline { display: block; }
.tt-outline {
  color: rgba(248, 251, 255, 0.22);           /* faint fill fallback */
  -webkit-text-stroke: 1.5px var(--base);
  text-stroke: 1.5px var(--base);
}

/* ---------- Section heads ---------- */
.section-head { max-width: 760px; margin-bottom: var(--space-6); }
.section-note { margin-top: var(--space-2); color: var(--muted); font-size: 0.9rem; }

/* ---------- Image placeholders (client fills these) ---------- */
.img-ph {
  position: relative;
  display: grid;
  place-items: center;
  gap: var(--space-2);
  aspect-ratio: 4 / 3;
  width: 100%;
  background: var(--mint);
  border: 1.5px dashed var(--mint-line);
  border-radius: var(--radius-lg);
  color: var(--green);
}
.img-ph-icon { width: 40px; height: 40px; opacity: 0.7; }
.img-ph-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}
.img-ph--card { margin-bottom: var(--space-4); border-radius: var(--radius-md); }

/* ---------- Hero media ---------- */
.hero-media { width: 100%; }

/* ---------- Services ---------- */
.services { background: #fff; padding-block: var(--space-8); }

.service-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  align-items: center;
  padding-block: var(--space-5);
}
.service-badge {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--grad-green);
  color: var(--base);
  box-shadow: 0 6px 16px rgba(1, 74, 63, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  margin-bottom: var(--space-4);
}
.service-badge .icon { width: 26px; height: 26px; }
.service-title { font-size: clamp(1.7rem, 5vw, 2.4rem); color: var(--ink); }
.service-sub { margin-top: var(--space-3); color: var(--muted); font-size: 1.02rem; max-width: 46ch; }

.feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-block: var(--space-5);
}
.feature-list li { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: start; }
.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1.5px solid var(--mint-line);
  color: var(--green);
  flex-shrink: 0;
}
.feature-list h4 { font-family: var(--font-body); font-size: 1.02rem; font-weight: 700; color: var(--ink); }
.feature-list p { margin-top: 2px; color: var(--muted); font-size: 0.94rem; }

/* ---------- Steps (bg override for rhythm) ---------- */
.steps { background: var(--page); }

/* ---------- Why Lodmont ---------- */
.why { background: #fff; padding-block: var(--space-8); }
.why-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-5); }
.why-card {
  background: #fff;
  border: 1px solid var(--mint-line);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-sm);
}
.why-title { font-size: 1.3rem; color: var(--ink); }
.why-text { margin-top: var(--space-2); color: var(--muted); font-size: 0.95rem; }

/* ---------- Reviews ---------- */
.reviews { background: var(--page); padding-block: var(--space-8); }
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-5); }
.review-card {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid var(--mint-line);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-sm);
}
.review-quote { width: 34px; height: 34px; color: var(--mint); fill: currentColor; stroke: none; margin-bottom: var(--space-3); }
.review-card p { color: var(--ink); font-size: 0.98rem; }
.review-card footer { margin-top: var(--space-4); display: flex; flex-direction: column; }
.review-name { font-weight: 700; }
.review-meta { color: var(--muted); font-size: 0.85rem; }

/* ---------- Guarantee ---------- */
.guarantee {
  background: var(--sheen), var(--grad-green);
  color: var(--base);
  padding-block: var(--space-8);
}
.guarantee-inner { display: grid; grid-template-columns: 1fr; gap: var(--space-5); align-items: center; }
.guarantee-title { font-size: clamp(2.4rem, 9vw, 4.4rem); color: var(--base); }
.stars { display: flex; gap: var(--space-2); margin-bottom: var(--space-4); }
.stars .icon { width: 26px; height: 26px; color: var(--base); fill: currentColor; stroke: none; }
.guarantee-promise p { font-size: 1.1rem; color: var(--base); opacity: 0.92; max-width: 46ch; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--sheen), var(--grad-green); color: var(--base); padding-block: var(--space-8); text-align: center; }
.cta-inner { max-width: 640px; }
.cta-eyebrow { color: var(--base); opacity: 0.85; }
.cta-title { font-size: clamp(2rem, 7vw, 3.4rem); color: var(--base); margin-top: var(--space-2); }
.cta-sub { margin-top: var(--space-3); margin-bottom: var(--space-6); color: var(--base); opacity: 0.9; font-size: 1.05rem; }

/* ---------- Footer (multi-column) ---------- */
.footer-heading {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--space-3);
}
.footer-col a { display: block; text-decoration: none; color: var(--ink); opacity: 0.82; margin-bottom: var(--space-2); }
.footer-col a:hover { text-decoration: underline; opacity: 1; }
.footer-blurb { margin-top: var(--space-4); max-width: 34ch; color: var(--muted); }

/* ---------- Responsive: marketing sections ---------- */
@media (min-width: 720px) {
  .site-nav { display: flex; align-items: center; gap: var(--space-2); }

  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }

  .service-row { grid-template-columns: 1fr 1fr; gap: var(--space-7); }
  .service-row--reverse .service-copy { order: 2; }
  .service-row--reverse .service-media { order: 1; }

  .guarantee-inner { grid-template-columns: 1fr 1fr; gap: var(--space-7); }
}

@media (min-width: 920px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: var(--space-7); }
  .hero-title { max-width: none; }
}
