/* Self-hosted fonts (GDPR: no requests to Google) */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/great-vibes-normal-latin-ext-0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/great-vibes-normal-latin-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/nunito-sans-italic-latin-ext-2.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/nunito-sans-italic-latin-3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/nunito-sans-normal-latin-ext-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/nunito-sans-normal-latin-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   Polly's Flowers — pollysflowers.co.uk
   Warm, elegant, mobile-first.
   ============================================================ */

:root {
  /* Brand Guidelines v1.1 tokens */
  --cream: #F7F6F3;          /* Blossom White */
  --cream-deep: #E9E6E0;     /* neutral hairlines */
  --ink: #34373B;            /* Charcoal */
  --ink-soft: #5A5E63;
  --green: #0C6E84;          /* Deep Teal — links, buttons, H2 */
  --green-soft: #095A6B;
  --slate: #6A6D71;          /* Slate Grey — dark bands */
  --turq: #4EC5E0;           /* Polly Turquoise — decorative only */
  --sage: #9DBFA5;           /* Sage Leaf — rules, hearts, stars */
  --sage-deep: #3F6B4F;      /* Deep Sage — eyebrows, small labels */
  --rose: #0C6E84;           /* primary action = Deep Teal */
  --rose-deep: #095A6B;
  --blush: #EAF6F9;          /* Powder tint */
  --gold: #9DBFA5;
  --white: #FFFFFF;
  --radius: 14px;
  --shadow: 0 2px 14px rgba(53, 50, 44, 0.09);
  --shadow-lift: 0 8px 28px rgba(53, 50, 44, 0.14);
  --font-display: "Nunito Sans", -apple-system, sans-serif;
  --font-script: "Great Vibes", cursive;
  --font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.18;
  color: var(--green);
  margin: 0 0 0.5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2rem, 6.5vw, 3.1rem); }
h2 { font-size: clamp(1.55rem, 4.5vw, 2.2rem); }
h3 { font-size: 1.22rem; }

p { margin: 0 0 1em; }

a { color: var(--rose-deep); }

.wrap {
  width: min(1080px, 100% - 2.5rem);
  margin-inline: auto;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(106, 109, 113, 0.97);
  backdrop-filter: blur(8px);
}

.site-header .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
}

.brand {
  text-decoration: none;
  line-height: 1.1;
}

.brand img {
  display: block;
  height: 56px;
  width: auto;
}

@media (min-width: 820px) { .brand img { height: 66px; } }

.brand .tag {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  display: block;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 0.6rem;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-nav {
  display: none;
  padding-bottom: 0.9rem;
}

.site-nav.open { display: block; }

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.site-nav a {
  display: block;
  padding: 0.55rem 0.4rem;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 8px;
}

.site-nav a:hover { background: rgba(255, 255, 255, 0.14); }
.site-nav a[aria-current="page"] { color: #FFFFFF; text-decoration: underline; text-decoration-color: var(--turq); text-decoration-thickness: 2px; text-underline-offset: 5px; }

.call-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--rose);
  color: var(--white) !important;
  text-decoration: none;
  font-weight: 800;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: var(--shadow);
}

.call-pill:hover { background: var(--rose-deep); }

@media (min-width: 820px) {
  .nav-toggle { display: none; }
  .site-nav { display: block !important; padding: 0; }
  .site-nav ul { flex-direction: row; gap: 0.35rem; align-items: center; }
  .site-nav a { padding: 0.45rem 0.8rem; }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 0.8rem 1.7rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--rose);
  color: var(--white);
  box-shadow: var(--shadow);
}

.btn-primary:hover { background: var(--rose-deep); box-shadow: var(--shadow-lift); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-outline:hover { background: var(--ink); color: var(--white); }

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(175deg, var(--cream) 55%, var(--blush) 130%);
  overflow: hidden;
}

.hero .inner {
  display: grid;
  gap: 1.6rem;
  padding: 2.4rem 0 2.8rem;
  align-items: center;
}

.hero .eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 0.8rem;
}

.hero p.lede {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 34rem;
}

.hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.hero .photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  max-height: 430px;
}

.hero .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero .stars {
  margin-top: 1.3rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.hero .stars strong { color: var(--ink); }

.hero .stars .star-row { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }

@media (min-width: 760px) {
  .hero .inner {
    grid-template-columns: 1.15fr 1fr;
    gap: 3rem;
    padding: 3.5rem 0 4rem;
  }
  .hero .photo { max-height: 480px; }
}

/* ---------- Sections ---------- */

.section { padding: 3rem 0; }

.section.tint { background: var(--blush); }

.section-head {
  max-width: 40rem;
  margin-bottom: 1.8rem;
}

.section-head .eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

.section-head p { color: var(--ink-soft); }

/* ---------- Cards ---------- */

.card-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.card .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .thumb img { transform: scale(1.04); }

.card .body { padding: 1.15rem 1.25rem 1.35rem; flex: 1; display: flex; flex-direction: column; }

.card .body p { color: var(--ink-soft); font-size: 0.98rem; flex: 1; }

.card .from {
  font-weight: 800;
  color: var(--green);
  margin-top: 0.4rem;
}

.card .from small { font-weight: 600; color: var(--ink-soft); }

.card a.card-link { font-weight: 800; text-decoration: none; }

/* ---------- Testimonials ---------- */

.quote-grid {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 800px) { .quote-grid { grid-template-columns: repeat(3, 1fr); } }

blockquote.review {
  margin: 0;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.4rem 1.4rem 1.2rem;
  box-shadow: var(--shadow);
  font-size: 0.98rem;
  color: var(--ink-soft);
  position: relative;
}

blockquote.review .star-row { color: var(--gold); letter-spacing: 2px; margin-bottom: 0.5rem; }

blockquote.review footer {
  margin-top: 0.8rem;
  font-weight: 800;
  color: var(--ink);
  font-size: 0.92rem;
}

/* ---------- Areas strip ---------- */

.areas {
  text-align: center;
}

.areas .chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.areas .chip {
  background: var(--white);
  border: 1px solid var(--cream-deep);
  padding: 0.42rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--green);
}

/* ---------- Gallery ---------- */

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.4rem 0 1.6rem;
}

.filter-btn {
  border: 1.5px solid var(--green);
  background: transparent;
  color: var(--green);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.92rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  cursor: pointer;
}

.filter-btn[aria-pressed="true"] {
  background: var(--green);
  color: var(--white);
}

.masonry {
  columns: 2;
  column-gap: 0.7rem;
}

@media (min-width: 700px) { .masonry { columns: 3; } }
@media (min-width: 1000px) { .masonry { columns: 4; } }

.masonry figure {
  margin: 0 0 0.7rem;
  break-inside: avoid;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
  background: var(--white);
}

.masonry img { width: 100%; }

.gallery-empty {
  color: var(--ink-soft);
  padding: 2rem 0;
}

/* Lightbox */

dialog.lightbox {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 96vw;
  max-height: 100vh;
}

dialog.lightbox::backdrop { background: rgba(30, 28, 24, 0.88); }

dialog.lightbox img {
  max-width: 96vw;
  max-height: 86vh;
  border-radius: 10px;
  margin-inline: auto;
}

dialog.lightbox .lb-bar {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.9rem 0;
}

dialog.lightbox button {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0.55rem 1.2rem;
  cursor: pointer;
}

dialog.lightbox button:hover { background: rgba(255, 255, 255, 0.28); }

/* ---------- Price tables ---------- */

.price-note {
  background: var(--blush);
  border-radius: var(--radius);
  padding: 1rem 1.3rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.service-block { margin-bottom: 2.6rem; scroll-margin-top: 90px; }

.service-block .split {
  display: grid;
  gap: 1.4rem;
  align-items: start;
}

@media (min-width: 780px) {
  .service-block .split { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .service-block.flip .split > .photo { order: 2; }
}

.service-block .photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.service-block .photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

table.prices {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  font-size: 0.98rem;
}

table.prices th, table.prices td {
  text-align: left;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--cream-deep);
}

table.prices th {
  background: var(--green);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

table.prices tr:last-child td { border-bottom: 0; }

table.prices td:last-child { font-weight: 800; color: var(--green); white-space: nowrap; }

/* ---------- Contact ---------- */

.contact-grid {
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 860px) { .contact-grid { grid-template-columns: 1.05fr 1fr; gap: 2.4rem; } }

.info-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem 1.6rem;
  margin-bottom: 1.3rem;
}

.info-card h3 { margin-bottom: 0.7rem; }

.info-card ul { list-style: none; margin: 0; padding: 0; }

.info-card li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.32rem 0;
  border-bottom: 1px dashed var(--cream-deep);
  font-size: 0.99rem;
}

.info-card li:last-child { border-bottom: 0; }

.info-card li span:last-child { font-weight: 800; color: var(--green); }

.big-phone {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 640;
  color: var(--rose-deep);
  text-decoration: none;
  display: inline-block;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
}

.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Forms ---------- */

form.enquiry {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6rem 1.5rem 1.8rem;
}

form.enquiry .field { margin-bottom: 1.05rem; }

form.enquiry label {
  display: block;
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 0.3rem;
}

form.enquiry label .opt { font-weight: 600; color: var(--ink-soft); }

form.enquiry input,
form.enquiry select,
form.enquiry textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--cream-deep);
  border-radius: 10px;
}

form.enquiry input:focus,
form.enquiry select:focus,
form.enquiry textarea:focus {
  outline: 2px solid var(--rose);
  outline-offset: 1px;
  background: var(--white);
}

form.enquiry .hp { position: absolute; left: -9999px; }

/* ---------- Admin ---------- */

.admin-shell { max-width: 620px; margin-inline: auto; padding: 2rem 0 4rem; }

.admin-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6rem 1.5rem;
  margin-bottom: 1.4rem;
}

.admin-card h2 { font-size: 1.35rem; }

.pin-input {
  font-size: 1.6rem;
  letter-spacing: 0.4em;
  text-align: center;
  width: 100%;
  padding: 0.7rem;
  border: 2px solid var(--cream-deep);
  border-radius: 10px;
}

.big-btn {
  display: block;
  width: 100%;
  padding: 1.05rem;
  font-size: 1.15rem;
  font-weight: 800;
  font-family: var(--font-body);
  background: var(--rose);
  color: var(--white);
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 0.9rem;
}

.big-btn:hover { background: var(--rose-deep); }

.big-btn:disabled { background: #cbb; cursor: wait; }

.big-btn.secondary { background: var(--slate); }

select.big-select, .admin-card input[type="file"] {
  width: 100%;
  font-size: 1.05rem;
  padding: 0.8rem;
  border: 2px solid var(--cream-deep);
  border-radius: 10px;
  background: var(--cream);
  font-family: var(--font-body);
}

.upload-status {
  font-weight: 700;
  margin-top: 0.9rem;
  min-height: 1.4em;
}

.upload-status.ok { color: var(--green); }
.upload-status.err { color: var(--rose-deep); }

.preview-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.preview-strip img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
}

.admin-photo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.8rem;
}

.admin-photo-list .ap {
  background: var(--cream);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.admin-photo-list img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.admin-photo-list .cat {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--ink-soft);
  padding: 0.3rem 0.2rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.admin-photo-list button {
  background: none;
  border: 0;
  color: var(--rose-deep);
  font-weight: 800;
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.45rem;
  cursor: pointer;
  width: 100%;
}

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--slate);
  color: var(--white);
  text-align: center;
  padding: 3rem 0;
}

.cta-band h2 { font-family: var(--font-script); font-weight: 400; color: var(--turq); font-size: clamp(2.3rem, 6.5vw, 3.2rem); margin-bottom: 0.3em; }

.cta-band p { color: rgba(255, 255, 255, 0.85); max-width: 34rem; margin-inline: auto; }

.cta-band .btn-primary { margin-top: 0.8rem; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--slate);
  color: rgba(255, 255, 255, 0.82);
  padding: 2.6rem 0 5.5rem;
  font-size: 0.95rem;
}

.site-footer .cols {
  display: grid;
  gap: 1.8rem;
}

@media (min-width: 720px) { .site-footer .cols { grid-template-columns: repeat(3, 1fr); padding-bottom: 0; } }

.site-footer h3 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.site-footer a { color: #FFFFFF; text-decoration: none; }

.site-footer a:hover { text-decoration: underline; text-decoration-color: var(--sage); }

.site-footer ul { list-style: none; margin: 0; padding: 0; }

.site-footer li { padding: 0.18rem 0; }

.site-footer .legal {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- Mobile call bar ---------- */

.mobile-call-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  background: var(--slate);
  box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.12);
}

.mobile-call-bar a {
  flex: 1;
  text-align: center;
  padding: 0.9rem 0.4rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
}

.mobile-call-bar a.call { background: var(--rose); color: var(--white); }
.mobile-call-bar a.enquire { color: #FFFFFF; }

@media (min-width: 820px) {
  .mobile-call-bar { display: none; }
  .site-footer { padding-bottom: 2.6rem; }
}

/* ---------- Utility ---------- */

.center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.muted { color: var(--ink-soft); }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

.mobile-call-bar a svg { vertical-align: -2px; margin-right: 5px; }


/* ---------- Brand v1.1 additions ---------- */

h1 { color: var(--ink); }
h3 { color: var(--ink); }

.script-accent {
  font-family: var(--font-script) !important;
  font-weight: 400 !important;
  color: var(--green);
  font-size: clamp(2.6rem, 8vw, 3.8rem) !important;
}

.foot-brand img { height: 64px; width: auto; display: block; margin-bottom: 0.55rem; }

.foot-tagline {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}

/* ---------- Google reviews scroller ---------- */

.review-scroller {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.2rem 0.2rem 0.9rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--sage) transparent;
}

.review-scroller blockquote.review {
  flex: 0 0 auto;
  min-width: min(340px, 82%);
  max-width: 400px;
  scroll-snap-align: start;
}

@media (min-width: 800px) {
  .review-scroller blockquote.review { min-width: 340px; }
}

.review-links {
  margin-top: 0.6rem;
  font-weight: 700;
}

.review-links a { color: var(--green); }
