/* Miracle Prescriptions (Mint Health + Drugs), design v2: warm + bold.
   Deep teal colour blocking, cream backgrounds, serif display type, coral CTAs.
   Senior-friendly and WCAG 2.1 AA oriented. */
:root {
  --teal-deep: #0A3D34;     /* hero and band background */
  --teal-deeper: #072B25;   /* footer */
  --teal-text: #056450;     /* AA link/heading colour on cream and white */
  --teal-brand: #07A586;    /* Mint brand teal, decorative */
  --mint-soft: #DFF2EA;     /* soft mint panels */
  --mint-pale: #ECF7F1;
  --cream: #FBF6EE;         /* warm page background */
  --coral: #F05D38;         /* Mint coral, decorative */
  --coral-dark: #C0421D;    /* AA-capable CTA colour */
  --ink: #22312C;
  --ink-soft: #46564F;
  --border: #DCD3C4;
  --border-mint: #C4E2D6;
  --focus: #0B4FA0;
}
* { box-sizing: border-box; }
html { font-size: 112.5%; scroll-behavior: smooth; } /* 18px base */
body {
  margin: 0;
  font-family: "Figtree", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.25rem; }
img { max-width: 100%; height: auto; }

h1, h2, h3, .display { font-family: "Figtree", "Segoe UI", Arial, sans-serif; }
h1 { font-size: 2.6rem; line-height: 1.15; margin: 0 0 1rem; font-weight: 700; }
h2 { font-size: 1.7rem; line-height: 1.25; margin: 2.2rem 0 0.75rem; font-weight: 600; color: var(--ink); }
h3 { font-size: 1.25rem; margin: 0 0 0.5rem; font-weight: 600; }
p, li { max-width: 46em; }
ul, ol { padding-left: 1.4rem; }
li { margin-bottom: 0.45rem; }
.lead { font-size: 1.2rem; max-width: 44em; }

a { color: var(--teal-text); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--coral-dark); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 3px;
}

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--teal-deep); color: #fff; padding: 0.75rem 1.25rem; z-index: 100; }
.skip-link:focus { left: 0; }

/* Icons */
.icon { display: inline-flex; }
.icon svg { width: 1.4em; height: 1.4em; }
.icon-btn svg { width: 1.15em; height: 1.15em; vertical-align: -0.2em; }
.icon-core svg { width: 34px; height: 34px; }
.icon-aux svg { width: 30px; height: 30px; }
.icon-panel svg { width: 26px; height: 26px; flex: none; }
.icon-strip svg { width: 24px; height: 24px; vertical-align: -0.35em; }

/* Top bar */
.topbar { background: var(--teal-deeper); color: #fff; font-size: 0.95rem; }
.topbar a { color: #A9E3D0; }
.topbar-inner { display: flex; flex-wrap: wrap; gap: 0.25rem 1.5rem; justify-content: space-between; padding-top: 0.45rem; padding-bottom: 0.45rem; }
.topbar p { margin: 0; }
.topbar-contact span { margin-left: 1.25rem; }
.topbar-contact span:first-child { margin-left: 0; }

/* Header */
.site-header { background: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 1.25rem; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; color: var(--ink); }
.brand-logo { width: 110px; height: auto; }
.brand-name { font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-size: 1.5rem; font-weight: 700; line-height: 1.1; }
.brand-sub { display: block; font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-size: 0.9rem; font-weight: 600; color: var(--teal-text); letter-spacing: 0.06em; text-transform: uppercase; }
.phone-button {
  background: var(--coral-dark); color: #fff; text-decoration: none;
  padding: 0.8rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: 1.05rem;
  white-space: nowrap; box-shadow: 0 3px 0 #8F2F12;
}
.phone-button:hover { background: #9C3313; color: #fff; }

/* Nav */
.site-nav { background: #fff; border-top: 1px solid #EEE7DA; border-bottom: 1px solid #EEE7DA; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.site-nav a { display: block; padding: 0.9rem 1.15rem; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 1.02rem; }
.site-nav a:hover { background: var(--mint-pale); color: var(--ink); }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -4px 0 var(--coral); color: var(--teal-text); }

/* ------- Home hero ------- */
.home-hero, .page-hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(7,165,134,0.35), transparent 60%),
    radial-gradient(700px 400px at -10% 110%, rgba(240,93,56,0.22), transparent 55%),
    var(--teal-deep);
  color: #fff;
  overflow: hidden;
}
.home-hero-inner { display: grid; grid-template-columns: 1.35fr 1fr; gap: 3rem; padding-top: 3.5rem; padding-bottom: 4.5rem; align-items: start; }
.home-hero h1 { color: #fff; font-size: 3rem; }
.home-hero h1 em { font-style: italic; color: #8FE3CB; }
.home-hero .lead, .page-hero .lead { color: #DDF0E8; }
.eyebrow {
  display: inline-block; font-weight: 700; color: #072B25; background: #8FE3CB;
  border-radius: 999px; padding: 0.35rem 1rem; font-size: 0.92rem; margin: 0 0 1.25rem;
}
.hero-strip { margin-top: 1.75rem; color: #CFEDE3; font-weight: 600; }
.hero-strip .icon { color: #8FE3CB; margin-right: 0.4rem; }

.home-hero-panel {
  background: #fff; color: var(--ink); border-radius: 20px; padding: 1.75rem;
  box-shadow: 0 18px 40px rgba(4, 34, 28, 0.35);
  border-top: 6px solid var(--coral);
}
.panel-title { font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-size: 1.35rem; margin: 0 0 1rem; }
.panel-list { list-style: none; margin: 0 0 1.25rem; padding: 0; }
.panel-list li { display: flex; gap: 0.8rem; align-items: flex-start; margin-bottom: 0.9rem; font-size: 1.02rem; }
.panel-list .icon { color: var(--teal-text); margin-top: 0.1rem; }
.panel-link { font-weight: 700; }

/* Wave divider */
.wave { position: absolute; left: 0; right: 0; bottom: -1px; color: var(--cream); line-height: 0; }
.wave svg { width: 100%; height: 46px; display: block; }

/* Page hero (inner pages) */
.page-hero { padding: 3rem 0 4.25rem; }
.page-hero h1 { color: #fff; max-width: 20em; }

/* Buttons */
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.75rem; }
.button {
  display: inline-block; padding: 0.9rem 1.7rem; border-radius: 999px;
  font-weight: 700; font-size: 1.05rem; text-decoration: none; border: 2px solid transparent; cursor: pointer;
  font-family: "Figtree", "Segoe UI", Arial, sans-serif;
}
.button-coral { background: var(--coral-dark); color: #fff; box-shadow: 0 3px 0 #8F2F12; }
.button-coral:hover { background: #9C3313; color: #fff; }
.button-teal { background: var(--teal-text); color: #fff; box-shadow: 0 3px 0 #033A2F; }
.button-teal:hover { background: #03473A; color: #fff; }
.button-ghost { background: transparent; color: #fff; border-color: #8FE3CB; }
.button-ghost:hover { background: rgba(143, 227, 203, 0.15); color: #fff; }

/* Sections */
.section { padding: 3rem 0 2.5rem; }
.section-head { max-width: 46em; margin-bottom: 1.5rem; }
.display { font-size: 2rem; margin: 0 0 0.5rem; }
.section-sub { font-size: 1.1rem; color: var(--ink-soft); margin-top: 0; }

/* Core cards */
.core-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.core-card {
  background: #fff; border-radius: 20px; padding: 1.9rem 1.75rem;
  box-shadow: 0 10px 28px rgba(34, 49, 44, 0.09);
  border: 1px solid #F0E9DC;
  position: relative;
}
.core-card::after {
  content: ""; position: absolute; top: 0; left: 1.75rem; width: 64px; height: 6px;
  background: var(--coral); border-radius: 0 0 6px 6px;
}
.core-icon {
  width: 68px; height: 68px; border-radius: 20px; background: var(--mint-soft);
  color: var(--teal-text); display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.core-card h3 { font-size: 1.35rem; }
.core-card h3 a { text-decoration: none; color: var(--ink); }
.core-card h3 a:hover { color: var(--teal-text); text-decoration: underline; }
.core-card p { font-size: 1.02rem; }
.core-more a { font-weight: 700; }

/* Steps band */
.band {
  background:
    radial-gradient(900px 420px at 110% 0%, rgba(7,165,134,0.3), transparent 60%),
    var(--teal-deep);
  color: #fff; padding: 3.25rem 0; margin: 2rem 0;
}
.band a { color: #A9E3D0; }
.band-title { color: #fff; margin-bottom: 1.75rem; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; counter-reset: step; }
.steps h3 { color: #fff; font-size: 1.3rem; margin-top: 0.75rem; }
.steps p { color: #DDF0E8; font-size: 1.02rem; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--coral); color: #fff;
  font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-size: 1.5rem; font-weight: 700;
}
.band-cream { background: var(--mint-pale); color: var(--ink); margin-bottom: 0; }
.band-cream a { color: var(--teal-text); }
.band-cream .display { color: var(--ink); }

/* Aux cards */
.aux-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; }
.aux-card {
  display: block; background: #fff; border-radius: 16px; padding: 1.4rem;
  border: 1px solid #F0E9DC; text-decoration: none; color: var(--ink);
  box-shadow: 0 6px 16px rgba(34, 49, 44, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.aux-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(34, 49, 44, 0.12); color: var(--ink); }
.aux-card .icon { color: var(--teal-text); }
.aux-card h3 { margin: 0.75rem 0 0.35rem; font-size: 1.15rem; }
.aux-card p { font-size: 0.98rem; margin: 0; color: var(--ink-soft); }
.aux-heading { margin-top: 3rem; }

/* Service list (services page, supporting) */
.service-list { margin-top: 1rem; }
.service-item {
  display: flex; gap: 1.25rem; align-items: flex-start;
  background: #fff; border: 1px solid #F0E9DC; border-radius: 16px;
  padding: 1.4rem 1.5rem; margin-bottom: 1rem;
}
.service-item-icon {
  flex: none; width: 56px; height: 56px; border-radius: 16px;
  background: var(--mint-soft); color: var(--teal-text);
  display: flex; align-items: center; justify-content: center;
}
.service-item h3 { margin-top: 0; }
.service-item p { margin-bottom: 0; font-size: 1rem; }

/* Check list */
.check-list { list-style: none; padding-left: 0; }
.check-list li { padding-left: 2.1rem; position: relative; margin-bottom: 0.6rem; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.32rem;
  width: 1.05rem; height: 1.05rem; border-radius: 50%;
  background: var(--teal-brand);
}
.check-list li::after {
  content: ""; position: absolute; left: 0.28rem; top: 0.55rem;
  width: 0.5rem; height: 0.28rem;
  border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg);
}

/* Two column */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }

/* CTA panel */
.cta-panel {
  background: #fff; border: 1px solid var(--border-mint); border-left: 8px solid var(--coral);
  border-radius: 16px; padding: 1.6rem 1.9rem; margin-top: 2.25rem;
  box-shadow: 0 8px 20px rgba(34, 49, 44, 0.07);
}
.cta-panel h2 { margin-top: 0; }
.cta-panel-top { margin-top: 0; }

/* Contact card (home) */
.contact-card {
  background: #fff; border-radius: 20px; padding: 1.75rem;
  border-top: 6px solid var(--teal-brand);
  box-shadow: 0 10px 28px rgba(34, 49, 44, 0.09);
}
.contact-card h2 { margin-top: 0; }

/* Tables */
.hours-table, .form-table { border-collapse: collapse; width: 100%; max-width: 34em; margin: 0.5rem 0 1rem; background: #fff; }
.hours-table th, .hours-table td, .form-table th, .form-table td {
  border: 1px solid var(--border-mint); padding: 0.65rem 0.95rem; text-align: left; font-size: 1rem;
}
.hours-table th, .form-table th { background: var(--mint-pale); font-weight: 600; width: 45%; }
.form-table td { height: 2.2rem; }

/* Referral form print */
.form-print { border: 1px solid var(--border-mint); background: #fff; border-radius: 16px; padding: 1.6rem; margin-top: 1.5rem; }
.checklist { list-style: none; padding-left: 0; }
.checklist li { padding-left: 2rem; position: relative; margin-bottom: 0.6rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 0.2rem;
  width: 1.1rem; height: 1.1rem; border: 2px solid var(--ink-soft); border-radius: 4px;
}
.write-lines span { display: block; border-bottom: 1px solid var(--ink-soft); height: 2rem; }
.form-footer-note { font-size: 0.9rem; color: var(--ink-soft); margin-top: 1.5rem; }
@media print {
  .topbar, .site-nav, .site-footer, .phone-button, .button, .skip-link, .page-hero .wave { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  .page-hero { background: #fff; color: #000; padding: 0; }
  .page-hero h1, .page-hero .lead { color: #000; }
}

/* Map */
.map-frame { border: 1px solid var(--border-mint); border-radius: 16px; overflow: hidden; background: #fff; }

/* Placeholder note */
.placeholder-note {
  background: #FFF3DE; border: 1px dashed #B87700; border-radius: 10px;
  padding: 0.75rem 1rem; color: #5C3D00; font-size: 0.98rem;
}

/* Footer */
.site-footer { background: var(--teal-deeper); color: #DCEDE6; margin-top: 3.5rem; padding: 2.75rem 0 1.5rem; }
.site-footer a { color: #A9E3D0; }
.site-footer h2 { font-size: 1.15rem; color: #fff; margin: 0 0 0.75rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.45rem; }
.service-area { font-weight: 700; color: #fff; }
.footer-bottom { border-top: 1px solid #14493F; margin-top: 2rem; padding-top: 1.25rem; font-size: 0.95rem; }
.site-footer p { max-width: none; }
address { font-style: normal; }

/* Motion preference */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .aux-card { transition: none; }
}

/* Responsive */
@media (max-width: 900px) {
  .home-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .home-hero h1 { font-size: 2.3rem; }
}
@media (max-width: 640px) {
  html { font-size: 106%; }
  h1 { font-size: 1.9rem; }
  .home-hero h1 { font-size: 1.9rem; }
  .display { font-size: 1.6rem; }
  .header-inner { justify-content: center; text-align: center; }
  .site-nav a { padding: 0.8rem 0.75rem; }
}

/* ---------- v3 additions ---------- */
/* Nav refer button */
.nav-flex { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.nav-refer {
  background: var(--coral-dark); color: #fff; text-decoration: none; font-weight: 700;
  padding: 0.55rem 1.3rem; border-radius: 999px; margin: 0.35rem 0; white-space: nowrap;
}
.nav-refer:hover { background: #9C3313; color: #fff; }

/* Quick form in hero */
.panel-note { font-size: 0.98rem; color: var(--ink-soft); margin-top: -0.5rem; }
.quick-form .field { margin-bottom: 0.9rem; }
.field label { display: block; font-weight: 600; margin-bottom: 0.3rem; }
.label-note { font-weight: 400; color: var(--ink-soft); font-size: 0.92em; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"],
.field select, .field textarea {
  width: 100%; font: inherit; color: var(--ink);
  border: 2px solid var(--border-mint); border-radius: 10px;
  padding: 0.6rem 0.75rem; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid var(--focus); outline-offset: 1px; border-color: var(--teal-text);
}
.form-submit { width: 100%; }
.form-privacy { font-size: 0.88rem; color: var(--ink-soft); margin-top: 0.75rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }
.field-check { display: flex; gap: 0.7rem; align-items: flex-start; }
.field-check input { width: 1.35rem; height: 1.35rem; margin-top: 0.25rem; flex: none; }
.field-check label { font-weight: 400; }
.big-form { background: #fff; border-radius: 20px; padding: 1.9rem; border: 1px solid #F0E9DC; box-shadow: 0 10px 28px rgba(34,49,44,0.09); }
.big-form h2 { margin-top: 1.25rem; }
.big-form h2:first-of-type { margin-top: 0; }
.big-form .form-submit { width: auto; padding-left: 2.5rem; padding-right: 2.5rem; }

/* Mini services grid */
.section-tight { padding-top: 0.5rem; }
.mini-grid {
  list-style: none; margin: 1.25rem 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 0.9rem;
}
.mini-card {
  display: flex; align-items: center; gap: 0.8rem;
  background: #fff; border: 1px solid #F0E9DC; border-radius: 14px;
  padding: 0.85rem 1rem; margin: 0; font-weight: 600; font-size: 0.99rem;
  box-shadow: 0 4px 10px rgba(34,49,44,0.05);
}
.icon-mini { color: var(--teal-text); flex: none; }
.icon-mini svg { width: 30px; height: 30px; }

/* Band CTA */
.band-cta { margin-top: 2rem; }

/* Areas */
.areas-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1rem; }
@media (max-width: 700px) { .areas-cols { grid-template-columns: 1fr; } }
.chip-list { list-style: none; padding: 0; margin: 0.5rem 0 0; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.chip-list li {
  background: var(--mint-soft); color: #033A2F; border-radius: 999px;
  padding: 0.4rem 1rem; font-weight: 600; font-size: 0.95rem; margin: 0;
}

/* ---------- Interactive flowchart ---------- */
.branch-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin: 1.25rem 0 2.5rem; }
.branch-card {
  font: inherit; text-align: left; cursor: pointer;
  background: #fff; border: 2px solid var(--border-mint); border-radius: 16px;
  padding: 1.2rem 1.3rem; display: flex; flex-direction: column; gap: 0.35rem;
  box-shadow: 0 6px 16px rgba(34,49,44,0.06); color: var(--ink);
}
.branch-card:hover { border-color: var(--teal-brand); }
.branch-card.selected { border-color: var(--coral-dark); background: #FFF4EF; }
.branch-card .icon { color: var(--teal-text); }
.branch-card strong { font-size: 1.08rem; font-family: "Figtree", "Segoe UI", Arial, sans-serif; }
.branch-card span { color: var(--ink-soft); font-size: 0.96rem; }

.flow-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.flow-head h2 { margin: 0; }
.flow { list-style: none; margin: 1.5rem 0 0; padding: 0; position: relative; }
.flow::before {
  content: ""; position: absolute; left: 26px; top: 10px; bottom: 10px;
  width: 4px; background: var(--border-mint); border-radius: 2px;
}
.flow-step { position: relative; display: flex; gap: 1.25rem; margin-bottom: 1.1rem; }
.flow-node {
  flex: none; width: 56px; height: 56px; border-radius: 50%;
  background: var(--teal-text); color: #fff; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-size: 1.4rem; font-weight: 700;
  border: 4px solid var(--cream);
}
.flow-step.highlight .flow-node { background: var(--coral-dark); }
.flow-body { flex: 1; background: #fff; border: 1px solid #F0E9DC; border-radius: 16px; box-shadow: 0 6px 16px rgba(34,49,44,0.06); overflow: hidden; }
.flow-step.highlight .flow-body { border-color: var(--coral-dark); }
.flow-toggle {
  display: flex; align-items: center; gap: 1rem; width: 100%;
  font: inherit; text-align: left; cursor: pointer;
  background: none; border: none; padding: 1.1rem 1.3rem; color: var(--ink);
}
.flow-toggle:hover { background: var(--mint-pale); }
.flow-title { font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-weight: 600; font-size: 1.2rem; flex: 1; }
.flow-timing {
  background: var(--mint-soft); color: #033A2F; border-radius: 999px;
  padding: 0.25rem 0.85rem; font-size: 0.88rem; font-weight: 700; white-space: nowrap;
}
.flow-chevron { flex: none; width: 0.75rem; height: 0.75rem; border-right: 3px solid var(--teal-text); border-bottom: 3px solid var(--teal-text); transform: rotate(45deg); transition: transform 0.15s ease; }
.flow-step.open .flow-chevron { transform: rotate(-135deg); }
.flow-detail { display: none; padding: 0 1.3rem 1.2rem; border-top: 1px solid var(--mint-pale); }
.flow-step.open .flow-detail { display: block; }
.flow-detail p:first-child { margin-top: 1rem; }

.footer-tagline { font-weight: 600; color: #fff; margin-top: 1rem; }

@media (max-width: 640px) {
  .flow::before { left: 20px; }
  .flow-node { width: 44px; height: 44px; font-size: 1.1rem; }
  .flow-timing { display: none; }
  .branch-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .flow-chevron { transition: none; } }
@media print { .nav-refer { display: none !important; } }

/* ---------- v4 bright theme: navy, vibrant mint, coral, gold on light ---------- */
:root {
  --navy: #2E4A62;
  --navy-deep: #24405A;
  --slate: #4E7189;
  --mint: #64C7A8;
  --mint-bright: #3DBD9B;
  --mint-pale2: #E9F8F1;
  --coral-v: #E0704F;
  --coral-btn: #C94F27;      /* AA-capable on white for bold button text */
  --gold: #EFBE56;
  --gold-pale: #FBF0D7;
  --cream: #FFFFFF;          /* page background is now white */
  --teal-text: #0E7C63;      /* brighter AA link colour */
  --ink: #253B4F;            /* navy ink */
  --ink-soft: #4A5E6E;
  --border-mint: #C9EADD;
}
body { background: #FFFFFF; }

/* Colourful brand line under the nav */
.site-nav { border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #64C7A8 0 25%, #EFBE56 25% 50%, #E0704F 50% 75%, #4E7189 75% 100%) 1; }

/* Topbar and footer: navy */
.topbar { background: var(--navy-deep); }
.topbar a { color: #A9E8CD; }
.site-footer { background: var(--navy-deep); color: #DCE9F2; }
.site-footer a { color: #A9E8CD; }
.footer-bottom { border-top-color: #3A5A76; }

/* Heroes: light and bright with petal motif */
.home-hero, .page-hero {
  background:
    url("assets/petals.svg") no-repeat right -30px top -30px / 360px auto,
    linear-gradient(160deg, #FFFFFF 0%, var(--mint-pale2) 55%, #DFF4EA 100%);
  color: var(--ink);
}
.home-hero h1, .page-hero h1 { color: var(--navy); }
.home-hero h1 em { color: var(--teal-text); }
.home-hero .lead, .page-hero .lead { color: var(--ink); }
.eyebrow { background: var(--gold); color: #4A3407; }
.hero-strip { color: var(--ink-soft); }
.hero-strip .icon { color: var(--teal-text); }
.wave { color: #FFFFFF; }
.page-hero { background-position: right -40px bottom -40px, center; }

.home-hero-panel { box-shadow: 0 18px 40px rgba(46, 74, 98, 0.18); border-top-color: var(--coral-v); }

/* Buttons */
.phone-button, .button-coral, .nav-refer { background: var(--coral-btn); box-shadow: 0 3px 0 #93381A; }
.phone-button:hover, .button-coral:hover, .nav-refer:hover { background: #A63F1E; }
.button-teal { background: var(--teal-text); box-shadow: 0 3px 0 #07523F; }
.button-teal:hover { background: #0A6450; }
.button-navy { background: var(--navy); color: #fff; box-shadow: 0 3px 0 #16293A; }
.button-navy:hover { background: #24405A; color: #fff; }
.button-ghost { color: var(--navy); border-color: var(--navy); }
.button-ghost:hover { background: rgba(46,74,98,0.08); color: var(--navy); }

/* Cards: brighter accents */
.core-card { border-color: #EAF2EE; }
.core-card::after { background: linear-gradient(90deg, var(--mint) 0 34%, var(--gold) 34% 67%, var(--coral-v) 67% 100%); }
.core-icon { background: var(--mint-pale2); color: var(--teal-text); }
.aux-card, .mini-card, .service-item, .branch-card, .flow-body { border-color: #E6EEF0; }
.icon-mini, .aux-card .icon, .service-item-icon, .branch-card .icon { color: var(--teal-text); }
.service-item-icon { background: var(--mint-pale2); }

/* Steps band: navy with vibrant accents (echoes the petal artwork) */
.band {
  background:
    url("assets/petals.svg") no-repeat right -40px bottom -60px / 420px auto,
    var(--navy);
}
.band a { color: #A9E8CD; }
.steps p { color: #DCE9F2; }
.step-num { background: var(--gold); color: #4A3407; }
.band-cream { background: var(--gold-pale); color: var(--ink); }
.band-cream a { color: var(--teal-text); }
.band-cream .button-teal { color: #fff; }

/* Flow chart: brighter nodes */
.flow::before { background: #D8EDE3; }
.flow-node { background: var(--mint-bright); color: #06352A; border-color: #FFFFFF; }
.flow-step.highlight .flow-node { background: var(--coral-btn); color: #fff; }
.flow-timing { background: var(--gold-pale); color: #4A3407; }
.flow-chevron { border-color: var(--teal-text); }

/* Panels and chips */
.cta-panel { border-left-color: var(--coral-v); border-color: var(--border-mint); }
.contact-card { border-top-color: var(--mint); }
.chip-list li { background: var(--mint-pale2); color: #0A4A3A; }
.check-list li::before { background: var(--mint-bright); }
.hours-table th, .form-table th { background: var(--mint-pale2); }

/* Same-team bar under hero */
.same-team-bar { background: var(--gold); }
.same-team-bar p { margin: 0; padding: 0.8rem 0; color: #4A3407; font-size: 1.05rem; max-width: none; }
.same-team-bar a { color: #4A3407; font-weight: 700; }
.same-team-panel {
  background: var(--mint-pale2); border: 2px solid var(--mint); border-radius: 16px;
  padding: 1.4rem 1.7rem; margin: 1.5rem 0 2rem;
}
.same-team-panel h2 { margin-top: 0; color: var(--navy); }
.same-team-panel p { margin-bottom: 0; }

/* FAQ */
.faq details {
  background: #fff; border: 1px solid #E6EEF0; border-radius: 14px;
  padding: 0; margin-bottom: 0.8rem; box-shadow: 0 4px 10px rgba(46,74,98,0.05);
  overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 1rem 1.3rem; font-weight: 600; font-size: 1.08rem;
  font-family: "Figtree", "Segoe UI", Arial, sans-serif; color: var(--navy); list-style-position: inside;
}
.faq summary:hover { background: var(--mint-pale2); }
.faq details[open] summary { border-bottom: 1px solid var(--mint-pale2); }
.faq details p { padding: 0.9rem 1.3rem 1.1rem; margin: 0; }

/* Photos */
.photo-band { margin-top: -2.4rem; position: relative; z-index: 2; }
.photo-card { margin: 0; }
.photo-card img {
  display: block; width: 100%; height: auto; border-radius: 20px;
  box-shadow: 0 16px 36px rgba(46, 74, 98, 0.22);
  border: 4px solid #FFFFFF;
}
.photo-band .photo-card img { max-height: 400px; object-fit: cover; }
.photo-band + main .section:first-child, .photo-band ~ main .section:first-child { padding-top: 2rem; }
.welcome-section { padding-top: 2.5rem; }
.welcome-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center; }
@media (max-width: 800px) { .welcome-grid { grid-template-columns: 1fr; } }

/* Brand name in header picks up navy */
.brand-name { color: var(--navy); }
.brand-sub { color: var(--teal-text); }

/* Headings */
h1, h2, .display { color: var(--navy); }
.band .display, .band h3 { color: #fff; }
