/* ============================================================
   The Port Counselling Centre  --  design system
   Mobile-first. Re-skin by editing :root variables only.
   ============================================================ */

:root {
  /* Palette: derived from the original site -- warm taupe / stone + cream + charcoal */
  --sage:        #6f665c;   /* primary (warm taupe) */
  --sage-dark:   #4f463d;   /* hover / headings on light */
  --sage-deep:   #322e29;   /* footer, deep bands, headings (charcoal-taupe) */
  --oat:         #f1ece3;   /* soft page tint */
  --cream:       #faf8f3;   /* base background */
  --clay:        #b3795b;   /* warm terracotta accent (buttons/eyebrows sparingly) */
  --stone:       #6b665c;   /* muted text (WCAG AA on cream) */
  --ink:         #2b2926;   /* body text */
  --line:        #e6ded1;   /* hairlines / borders */
  --white:       #ffffff;

  /* Type */
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Rhythm */
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 10px 30px rgba(47, 61, 52, 0.10);
  --shadow-sm: 0 4px 14px rgba(47, 61, 52, 0.08);
  --maxw: 1180px;
  --gutter: clamp(1.1rem, 5vw, 2.5rem);
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--sage-dark); text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--sage-deep); margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 6vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 4.5vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.4rem); }
p  { margin: 0 0 1.1rem; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow {
  font-family: var(--sans);
  font-weight: 600; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--clay); margin: 0 0 .8rem;
}
.center { text-align: center; }
.muted { color: var(--stone); }

/* ---------- accessibility ---------- */
.skip {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--sage-deep); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 var(--radius-sm) 0;
}
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 2px; border-radius: 4px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: .93rem;
  padding: .56rem 1.15rem; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; transition: background .18s, color .18s, border-color .18s, transform .12s;
  min-height: 44px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }
.on-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,.75); }
.on-dark .btn-ghost:hover { background: #fff; color: var(--sage-deep); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--sage-dark); color: #fff; }
.btn-primary:hover { background: var(--sage-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--sage-dark); border-color: var(--sage); }
.btn-ghost:hover { background: var(--sage); color: #fff; }
.btn-clay { background: var(--clay); color: #fff; }
.btn-clay:hover { background: #97654a; color: #fff; }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 249, 244, 0.92);
  backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { height: 44px; width: auto; flex: none; display: block; }
@media (max-width: 420px){ .brand-logo { height: 37px; } }
/* footer brand -- same logo image, whitened + dimmed to match the footer text (rgba(255,255,255,.8)) */
.footer-brand .brand { margin-bottom: .95rem; }
.site-footer .brand-logo { filter: brightness(0) invert(1); opacity: .8; }

.main-nav { display: none; }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border: 1px solid var(--line); background: var(--white);
  border-radius: 10px; cursor: pointer; color: var(--sage-deep);
}
.nav-toggle svg { pointer-events: none; }

@media (min-width: 860px) {
  .nav-toggle { display: none; }
  .main-nav { display: flex; align-items: center; gap: 2rem; }
  .main-nav a:not(.btn) {
    text-decoration: none; color: var(--ink); font-weight: 500; font-size: .94rem;
    letter-spacing: .01em; padding: .3rem 0; position: relative;
  }
  .main-nav .btn-primary { margin-left: .5rem; font-size: .87rem; padding: .52rem 1.1rem; min-height: 41px; }
  .main-nav a:not(.btn)::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
    background: var(--clay); transform: scaleX(0); transform-origin: left; transition: transform .2s;
  }
  .main-nav a:not(.btn):hover::after,
  .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
  .main-nav a[aria-current="page"] { color: var(--sage-deep); font-weight: 600; }
}

/* full-screen mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem;
  transform: translateY(-100%); opacity: 0; pointer-events: none;
  transition: transform .32s ease, opacity .32s ease;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-family: var(--serif); font-size: 1.7rem; color: var(--sage-deep); text-decoration: none;
  padding: .55rem 1rem; opacity: 0; transform: translateY(10px);
}
.mobile-menu.open a { animation: fadeUp .4s forwards; }
.mobile-menu.open a:nth-child(1){animation-delay:.06s}
.mobile-menu.open a:nth-child(2){animation-delay:.12s}
.mobile-menu.open a:nth-child(3){animation-delay:.18s}
.mobile-menu.open a:nth-child(4){animation-delay:.24s}
.mobile-menu.open a:nth-child(5){animation-delay:.30s}
.mobile-menu .btn { margin-top: 1rem; font-size: 1.3rem; color: #fff; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

/* ============================================================
   Home hero -- image with a soft left-to-right gradient (text stays readable,
   the photo still reads true on the right)
   ============================================================ */
.hero { position: relative; padding: 0; overflow: hidden; min-height: clamp(500px, 66vh, 660px);
  display: flex; align-items: center; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center 70%; z-index: 0; filter: saturate(1.2) contrast(1.06) brightness(1.03); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(96deg, rgba(40,36,32,.92) 0%, rgba(40,36,32,.74) 30%, rgba(40,36,32,.34) 58%, rgba(40,36,32,.06) 100%); }
.hero .wrap { position: relative; z-index: 2; }
.hero-content { max-width: 580px; color: #fff; text-align: left;
  padding-block: clamp(2.5rem, 7vw, 4rem); }
.hero-content .eyebrow { color: #e4d4c6; font-size: .72rem; margin-bottom: .5rem; }
.hero-content h1 { color: #fff; margin-bottom: .55rem; }
.hero-content > p { font-size: 1.08rem; color: rgba(255,255,255,.92); max-width: 42ch; margin-bottom: 1.5rem; }
@media (max-width: 640px) {
  .hero-overlay { background: linear-gradient(178deg, rgba(40,36,32,.5) 0%, rgba(40,36,32,.82) 78%); }
  .hero-content > p { max-width: 100%; }
}

/* feature strip under hero -- light, so the top isn't two dark bands */
.feature-strip { background: var(--oat); color: var(--ink); border-bottom: 1px solid var(--line); }
.feature-strip .wrap { display: grid; gap: 1.2rem 2rem; padding-block: 1.7rem;
  grid-template-columns: 1fr; }
.feature { display: flex; gap: .85rem; align-items: flex-start; }
.feature-ico { width: 46px; height: 46px; border-radius: 50%; background: var(--white);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: grid; place-items: center;
  color: var(--sage-dark); flex: none; }
.feature-ico svg { display: block; }
.feature b { display: block; font-size: .95rem; color: var(--sage-deep); margin-bottom: 1px; }
.feature span { font-size: .84rem; color: var(--stone); line-height: 1.45; }
@media (min-width: 440px){ .feature-strip .wrap { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px){ .feature-strip .wrap { grid-template-columns: repeat(4,1fr); } }

/* ============================================================
   Sections
   ============================================================ */
section { padding-block: clamp(3rem, 8vw, 5.5rem); }
.section-tint { background: var(--oat); }

/* welcome split */
.welcome-grid { display: grid; gap: 2.2rem; align-items: stretch; grid-template-columns: 1fr; }
@media (min-width: 900px){ .welcome-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.welcome-media { position: relative; }
.welcome-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 100%;
  min-height: 320px; max-height: calc(100% - 20px); aspect-ratio: 4 / 3; object-fit: cover; }
.chips { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.2rem; padding: 0; list-style: none; }
.chips li { display: inline-flex; align-items: center; gap: .35rem;
  background: var(--white); border: 1px solid var(--line); color: var(--sage-dark);
  font-size: .8rem; font-weight: 600; padding: .32rem .7rem; border-radius: 999px; white-space: nowrap; }
.chips svg { color: var(--clay); width: 13px; height: 13px; }

/* help cards */
.grid-cards { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 560px){ .grid-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px){ .grid-cards { grid-template-columns: repeat(4,1fr); } }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.4rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s, box-shadow .18s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .4rem; }
.card p { font-size: .95rem; color: var(--stone); margin-bottom: 1rem; }

/* practitioners */
.team { display: grid; gap: 1.6rem; grid-template-columns: 1fr; max-width: 960px; margin-inline: auto; }
@media (min-width: 780px){ .team { grid-template-columns: 1fr 1fr; } }
.pract {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.pract img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 22%; }
.pract-body { padding: 1.4rem 1.5rem 1.6rem; }
.pract-body h3 { margin-bottom: .15rem; }
.pract-cred { font-size: .82rem; color: var(--clay); font-weight: 600; margin: 0 0 .7rem; }
.pract-body p { font-size: .93rem; color: var(--stone); margin-bottom: 1rem; }

/* rebates / info band */
.band {
  background: var(--sage); color: #fff; border-radius: var(--radius);
  padding: clamp(1.6rem, 5vw, 2.6rem); display: grid; gap: 1.4rem; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 820px){ .band { grid-template-columns: 1.3fr auto; } }
.band h2 { color: #fff; }
.band p { color: rgba(255,255,255,.9); margin: 0; }
.band .btn-clay { white-space: nowrap; justify-self: center; }

/* CTA */
.cta { position: relative; text-align: center; color: #fff; overflow: hidden;
  padding-block: clamp(2.4rem, 6vw, 3.6rem); }
.cta-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center 10%; z-index: 0; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(40,36,32,.78), rgba(40,36,32,.9)); }
.cta .wrap { position: relative; z-index: 2; }
.cta-ico { display: block; width: 48px; height: 48px; margin: 0 auto .8rem; color: #e4d4c6; }
.cta h2 { color: #fff; font-size: clamp(1.35rem, 3.4vw, 1.95rem); margin-bottom: .5rem; }
.cta p { color: rgba(255,255,255,.9); font-size: .96rem; max-width: 44ch; margin-inline: auto; margin-bottom: 1.4rem; }

/* ============================================================
   Floating contact button
   ============================================================ */
.fab { position: fixed; right: clamp(1rem, 3vw, 1.6rem); bottom: clamp(1rem, 3vw, 1.6rem);
  z-index: 120; display: flex; flex-direction: column; align-items: flex-end; gap: .7rem; }
.fab-btn { display: inline-flex; align-items: center; gap: .7rem; cursor: pointer; border: none;
  background: none; padding: 0; animation: fab-bob 3s ease-in-out infinite; }
.fab-btn:hover { animation-play-state: paused; }
.fab-btn[aria-expanded="true"] { animation: none; }
.fab-label { background: var(--cream); color: var(--sage-deep); border: 1px solid var(--line);
  font-family: var(--serif); font-weight: 600; font-size: .92rem; padding: .72rem 1.25rem; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(40,36,32,.14); white-space: nowrap; transition: border-color .18s, color .18s; }
.fab-btn:hover .fab-label { border-color: var(--clay); color: var(--sage-dark); }
.fab-icon { flex: none; width: 58px; height: 58px; border-radius: 50%; background: var(--clay);
  color: #fff; display: grid; place-items: center; box-shadow: 0 8px 22px rgba(179,121,91,.42);
  transition: background .18s, box-shadow .18s; }
.fab-btn:hover .fab-icon { background: #97654a; box-shadow: 0 12px 28px rgba(179,121,91,.5); }
.fab-icon .fab-i-close { display: none; }
.fab-btn[aria-expanded="true"] .fab-icon .fab-i-chat { display: none; }
.fab-btn[aria-expanded="true"] .fab-icon .fab-i-close { display: block; }
.fab-btn[aria-expanded="true"] .fab-label { display: none; }
@keyframes fab-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@media (max-width: 430px){ .fab-label { display: none; } }
@media (prefers-reduced-motion: reduce) { .fab-btn { animation: none; } }
.fab-panel { width: min(344px, calc(100vw - 2rem)); order: -1;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(40,36,32,.26); padding: 1.2rem 1.25rem 1.05rem; }
.fab-panel[hidden] { display: none; }
.fab-panel h4 { font-family: var(--serif); font-size: 1.1rem; color: var(--sage-deep); margin: 0 0 .2rem; }
.fab-panel > p { font-size: .82rem; color: var(--stone); margin: 0 0 .9rem; }
.fab-person { display: flex; gap: .7rem; align-items: center; padding: .7rem;
  background: var(--oat); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: .6rem;
  transition: background .15s, border-color .15s; }
.fab-person:hover { background: #eae0d1; border-color: var(--sage); }
.fab-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; object-position: center 20%;
  flex: none; border: 2px solid var(--white); box-shadow: var(--shadow-sm); }
.fab-person-info { min-width: 0; }
.fab-person b { display: block; font-size: .9rem; color: var(--sage-deep); }
.fab-person span { display: block; font-size: .72rem; color: var(--stone); margin-bottom: .35rem; }
.fab-actions a, .fab-actions span { display: inline-flex; align-items: center; gap: .25rem; font-size: .78rem; font-weight: 600;
  color: var(--sage-dark); text-decoration: none; margin-right: .7rem; }
.fab-actions a:hover { color: var(--clay); }
.fab-actions svg { width: 13px; height: 13px; }
.fab-crisis { margin: .3rem 0 0; padding-top: .75rem; border-top: 1px solid var(--line);
  font-size: .76rem; color: var(--stone); line-height: 1.5; }
.fab-crisis b { color: var(--sage-deep); }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--sage-deep); color: rgba(255,255,255,.8); }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2.4rem 2rem;
  padding-block: 3rem 2rem; }
.footer-grid > div { flex: 0 1 auto; }
.footer-grid > .footer-brand { flex: 0 0 auto; max-width: 340px; }
.footer-grid h4 { font-family: var(--sans); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin: 0 0 1rem; }
.footer-brand p { font-size: .9rem; margin-top: .7rem; max-width: 34ch; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: .48rem; font-size: .88rem; line-height: 1.5; color: rgba(255,255,255,.8); white-space: nowrap; }
.footer-grid a { color: rgba(255,255,255,.8); text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { position: relative; padding-block: 1.2rem;
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between;
  font-size: .88rem; color: rgba(255,255,255,.55); }
.footer-bottom::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter);
  border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
.footer-brand a.footer-home { color: #fff; text-decoration: none; }
.footer-brand a.footer-home:hover { color: #fff; }

/* ============================================================
   Scroll reveal
   ============================================================ */
/* progressive enhancement: content is visible by default; only hide-then-reveal when JS is running */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .mobile-menu.open a { animation: none; opacity: 1; transform: none; }
}

/* ============================================================
   Small-screen polish
   ============================================================ */
@media (max-width: 560px) {
  section { padding-block: clamp(2.4rem, 7vw, 3.2rem); }
  .hero { min-height: clamp(360px, 68vh, 480px); }
  .hero-content h1 { font-size: clamp(1.75rem, 8.5vw, 2.3rem); }
  .hero-content > p { font-size: .98rem; }
  .welcome-media img { min-height: 240px; }
  .fab { right: 1rem; bottom: 1rem; }
  .fab-icon { width: 54px; height: 54px; }
}

/* ============================================================
   Practitioner pages (Helen & Ruth) -- Fremantle banner + prose
   ============================================================ */
.banner-strip { height: clamp(200px, 32vw, 320px); overflow: hidden; background: var(--oat); }
.banner-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; display: block; }
.lead { font-size: 1.1rem; color: var(--stone); margin-bottom: 1.3rem; }
/* readable left-aligned prose column (two-column intro and centred CTA excluded) */
.helen main > section:not(.cta) > .wrap:not(.welcome-grid) > *,
.ruth  main > section:not(.cta) > .wrap:not(.welcome-grid) > * { max-width: 820px; }
/* intro grid: all the prose on the left, counsellor card on the right.
   Card stretches to the text column height, so its height tracks the left column on both pages. */
.helen .profile-intro .welcome-grid, .ruth .profile-intro .welcome-grid { align-items: stretch; }
.helen .profile-intro .welcome-grid h1, .ruth .profile-intro .welcome-grid h1 {
  font-size: clamp(1.9rem, 4.2vw, 2.55rem); line-height: 1.12; margin-bottom: .35rem; }
.profile-text > p:last-child { margin-bottom: 0; }

/* counsellor card -- portrait flexes to fill the card so its height matches the left column;
   name / role / contact buttons centred in the body */
.counsellor-card { display: flex; flex-direction: column; height: 100%;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); }
.counsellor-card > img { width: 100%; display: block; object-fit: cover; object-position: center 20%;
  aspect-ratio: 4 / 5; height: auto; }
.cc-body { padding: 1.35rem 1.4rem 1.5rem; text-align: center; }
.cc-name { font-family: var(--serif); font-weight: 600; font-size: 1.45rem; line-height: 1.15;
  color: var(--sage-deep); margin: 0 0 .15rem; }
.cc-role { font-size: .84rem; font-weight: 600; color: var(--clay); margin: 0 0 1.05rem; }
.cc-body .contact-mini { margin-top: 0; justify-content: center; }
/* on the 2-column layout the portrait flexes to fill, so the card bottom lines up with the
   bottom of the bio text on each page */
@media (min-width: 900px) {
  .counsellor-card > img { flex: 1 1 auto; min-height: 0; aspect-ratio: auto; height: auto; }
}

/* approach grid: image on the left fills the column height, text right -- balanced columns */
.helen .section-tint .welcome-grid, .ruth .section-tint .welcome-grid { align-items: stretch; }
.helen .section-tint .welcome-media img, .ruth .section-tint .welcome-media img {
  height: 100%; min-height: 320px; object-fit: cover; }
/* dedicated, centred appointments section */
.appointments .btn { margin-top: .5rem; }

/* ============================================================
   FAQ accordion (home) -- collapsible, one open at a time is not enforced
   ============================================================ */
.faq { display: grid; gap: .75rem; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); transition: border-color .18s, box-shadow .18s; }
.faq details[open] { border-color: #dccdb9; box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 1rem;
  justify-content: space-between; padding: 1.1rem 1.35rem;
  font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--sage-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--sage-dark); }
.faq details[open] summary { color: var(--clay); }
.faq-ico { flex: none; width: 20px; height: 20px; color: var(--clay); transition: transform .25s ease; }
.faq details[open] .faq-ico { transform: rotate(45deg); }
.faq details > div { padding: 0 1.35rem 1.2rem; }
.faq details p { margin: 0; color: var(--stone); font-size: .97rem; }
@media (prefers-reduced-motion: reduce) { .faq-ico { transition: none; } }

/* ============================================================
   Contact chips (styled call / email links)
   ============================================================ */
.contact-mini { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
.contact-mini a, .contact-mini span { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none;
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: .62rem 1.15rem; color: var(--ink); font-weight: 500; font-size: .92rem;
  transition: border-color .15s, color .15s; }
.contact-mini a:hover { border-color: var(--clay); color: var(--sage-dark); }
.contact-mini svg { flex: none; color: var(--clay); width: 18px; height: 18px; }
