/* =============================================
   Chris Counselling — Design System Override
   Warm, Therapeutic Palette + Playfair Display
   Loads AFTER style.css — overrides tokens
   ============================================= */

/* Self-hosted fonts (previously loaded from Google Fonts via @import — moved local so no
   third-party request/IP transfer happens on page load). Latin-only subset, matching what this
   English-language site actually renders. Each weight below points at the same variable-font
   file per family/style; browsers pick the correct instance from the declared font-weight. */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/inter-latin.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: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-latin.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: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-latin.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: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-latin.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: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-latin.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: 'Playfair Display'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/playfair-display-latin.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: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/playfair-display-latin.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: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/playfair-display-latin.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: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-italic-latin.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: 'Playfair Display'; font-style: italic; font-weight: 600; font-display: swap; src: url('../fonts/playfair-display-italic-latin.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; }

/* =============================================
   DESIGN TOKENS — Warm Therapeutic Palette
   ============================================= */
:root {
    /* Brand Colours — Teal + Orange Palette */
    --forest:      #005E5D;   /* dark teal — primary/brand */
    --forest-mid:  #008280;   /* teal — mid */
    --forest-deep: #004747;   /* darker teal for hover/deep states */
    --sage:        #4FA6A4;   /* lighter tint of teal, replaces old sage green */
    --sage-light:  #E3F2F1;   /* pale teal tint for section backgrounds */
    --terra:       #A8631E;   /* GOLD — primary CTA/accent (darkened for WCAG AA text contrast on white, ~4.7:1) */
    --terra-light: #F4E5D2;   /* pale gold tint */
    --terra-dark:  #7E4A15;   /* darker gold for hover states */

    /* Surface — Warm White & Cream */
    --bg:          #FFFFFF;   /* pure white           */
    --surface:     #FFFFFF;
    --border:      #D8E5DC;
    --border-soft: #EBF0EC;

    /* Text */
    --text:        #1A2E2C;   /* near-black, teal tint */
    --muted:       #6E8683;   /* muted sage-grey    */

    /* CTAs */
    --zoom:        var(--terra);      /* unified with hero CTA orange/gold */
    --zoom-dk:     var(--terra-dark);
    --inv:         #005E5D;
    --inv-dk:      #2C5040;

    /* Geometry — same grid */
    --r-xs:  4px;
    --r-sm:  8px;
    --r:     14px;
    --r-lg:  22px;
    --r-pill:100px;

    /* Shadows — warmer */
    --sh-xs:  0 1px 4px rgba(42,58,46,.06);
    --sh-sm:  0 4px 20px rgba(42,58,46,.09);
    --sh-md:  0 8px 36px rgba(42,58,46,.12);
    --sh-lg:  0 16px 60px rgba(42,58,46,.16);

    /* Transitions */
    --t:            .28s ease;
    --t-slow:       .48s ease;
    --transition-normal: 300ms ease;

    /* Fonts — override */
    --f-head: 'Playfair Display', Georgia, serif;
    --f-body: 'Inter', system-ui, sans-serif;
}

/* =============================================
   BASE — override body background + font
   ============================================= */
body {
    font-family: var(--f-body);
    background: var(--bg);
    color: var(--text);
    font-size: 16px;
    line-height: 1.78;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-family: var(--f-head);
    color: var(--text);
    line-height: 1.18;
}

/* =============================================
   PAGE HERO BANNER — inner pages
   ============================================= */
.page-hero {
    background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 60%, var(--sage) 100%);
    padding: 56px 28px 52px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    z-index: 0;
    pointer-events: none;
}

.page-hero > * { position: relative; z-index: 1; }

.page-hero .page-title {
    color: #fff;
    margin-bottom: .5rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.page-hero .page-subtitle {
    color: rgba(255,255,255,.65);
    font-size: 1rem;
    font-family: var(--f-body);
    font-weight: 400;
    max-width: 520px;
    margin: 0 auto;
}

/* =============================================
   SERVICE CARDS GRID — index.html
   ============================================= */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 2rem 0;
}

.service-card {
    background: var(--surface);
    border-radius: var(--r);
    padding: 28px 22px;
    text-align: center;
    border: 1px solid var(--border-soft);
    box-shadow: var(--sh-xs);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
    border-color: var(--sage);
}

.service-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--sage-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 24px;
    transition: background var(--transition-normal);
}

.service-card h3 {
    font-family: var(--f-head);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--forest);
    margin-bottom: 6px;
}

.service-card p {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* =============================================
   FEATURE CARDS — supervision / training
   ============================================= */
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 1.5rem 0 2rem;
}

.feature-card {
    background: var(--surface);
    border-radius: var(--r);
    padding: 24px 22px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--sh-xs);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-sm);
}

.feature-card-icon {
    font-size: 28px;
    line-height: 1;
}

.feature-card h4 {
    font-family: var(--f-head);
    font-size: 1.05rem;
    color: var(--forest);
    margin: 0;
}

.feature-card p {
    font-size: .87rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

/* =============================================
   CONTACT INFO TILES
   ============================================= */
.contact-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 2rem 0;
}

.contact-tile {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: var(--r);
    padding: 22px 18px;
    text-align: center;
    box-shadow: var(--sh-xs);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.contact-tile:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh-sm);
}

.contact-tile-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.contact-tile h4 {
    font-family: var(--f-body);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px;
}

.contact-tile a,
.contact-tile p {
    font-size: .9rem;
    color: var(--forest);
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
}

.contact-tile a:hover { color: var(--forest-mid); text-decoration: underline; }

/* =============================================
   QUALIFICATIONS ICON LIST
   ============================================= */
.qual-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.qual-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: var(--r-sm);
    padding: 10px 14px;
    font-size: .9rem;
    color: var(--text);
    line-height: 1.45;
}

/* =============================================
   TESTIMONIALS — warm card style
   ============================================= */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 1.5rem 0 2.5rem;
}

.testimonial-card {
    background: var(--terra-light);
    border-radius: var(--r);
    padding: 26px 24px;
    border: 1px solid rgba(139,111,82,.15);
    position: relative;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh-sm);
}

.testimonial-card::before {
    content: '\201C';
    font-family: var(--f-head);
    font-size: 5rem;
    line-height: .8;
    color: var(--terra);
    opacity: .25;
    position: absolute;
    top: 12px;
    left: 18px;
    pointer-events: none;
}

.testimonial-card blockquote {
    font-family: var(--f-head);
    font-style: italic;
    font-size: 1rem;
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    padding-top: 14px;
}

.testimonial-card cite {
    font-size: .8rem;
    font-style: normal;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* =============================================
   ABOUT — 2-column enhanced
   ============================================= */
.about-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: flex-start;
    background: var(--surface);
    border-radius: var(--r);
    padding: 32px;
    box-shadow: var(--sh-sm);
    border: 1px solid var(--border-soft);
    margin-bottom: 2rem;
}

.about-portrait { grid-column: 1; }

.portrait-img {
    width: 185px;
    height: 220px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--r);
    display: block;
    box-shadow: var(--sh-md);
    border: 3px solid var(--surface);
    outline: 1px solid var(--border);
}

.about-text { grid-column: 1 / -1; }

@media (max-width: 640px) {
    .about-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }
    .about-portrait { grid-column: 1; }
    .about-text { grid-column: 1; }
    .portrait-img { width: 140px; height: 170px; margin: 0 auto; }
}

/* =============================================
   HERO — warm overlay override
   ============================================= */
.hero::before {
    background: linear-gradient(
        110deg,
        rgba(30,60,40,.92) 0%,
        rgba(44,80,64,.78) 40%,
        rgba(44,80,64,.38) 72%,
        rgba(44,80,64,.08) 100%
    );
}

.btn-hero-primary {
    background: var(--terra);
    border-color: var(--terra);
    color: var(--text);
}

.btn-hero-primary:hover {
    background: var(--terra-dark);
    border-color: var(--terra-dark);
    color: var(--text);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(139,111,82,.40);
}

.hero-headline { font-family: var(--f-head); font-weight: 800; font-size: clamp(2.25rem, 5vw, 3.75rem); line-height: 1.15; color: #fff; margin-bottom: 1rem; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero-eyebrow--memberships { opacity: 0.85; font-size: 0.9rem; margin-top: 0.35rem; }

/* =============================================
   FOOTER — warm dark green
   ============================================= */
.site-footer {
    background: var(--forest-deep);
    border-top: 3px solid var(--terra);
}

/* =============================================
   SCROLL-REVEAL helper
   ============================================= */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.reveal-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: .05s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: .12s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: .19s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: .26s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: .33s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: .40s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(7) { transition-delay: .47s; opacity: 1; transform: translateY(0); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 640px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-cards { grid-template-columns: 1fr; }
    .contact-tiles { grid-template-columns: repeat(2, 1fr); }
    .qual-list { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
    .services-grid { grid-template-columns: 1fr; }
    .contact-tiles { grid-template-columns: 1fr; }
}

/* =============================================
   ICON BADGE — SVG icon container component
   ============================================= */
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--forest-mid), var(--forest));
  color: #fff;
  flex-shrink: 0;
}
.icon-badge svg { width: 1.5rem; height: 1.5rem; }
.icon-badge--accent {
  background: linear-gradient(135deg, var(--terra), var(--terra-dark));
  color: #fff;
}
.icon-badge--outline {
  background: transparent;
  border: 2px solid var(--forest-mid);
  color: var(--forest-mid);
}
.icon-badge--sm { width: 2.25rem; height: 2.25rem; }
.icon-badge--sm svg { width: 1.125rem; height: 1.125rem; }
.icon-badge--lg { width: 4rem; height: 4rem; }
.icon-badge--lg svg { width: 2rem; height: 2rem; }

/* =============================================
   ACCORDION — generalized component
   (.faq-item etc. kept as aliases for existing markup)
   ============================================= */
.accordion-item, .faq-item { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 0.75rem; overflow: hidden; background: var(--surface); }
.accordion-question, .faq-question {
  display: flex; align-items: center; justify-content: flex-start; gap: 1rem;
  width: 100%; padding: 1rem 1.25rem; background: var(--surface); border: none;
  font-family: var(--f-head); font-weight: 700; font-size: 1.05rem; color: var(--text);
  cursor: pointer; text-align: left; transition: background 0.2s ease, color 0.2s ease;
}
/* Title text sits flush against a leading icon; the chevron always pins to the far right,
   whether or not an icon-badge is present. */
.accordion-question .accordion-toggle, .faq-question .faq-toggle { margin-left: auto; }
.accordion-question:hover, .faq-question:hover { background: var(--sage-light); }
.accordion-question.open, .faq-question.open { background: var(--forest); color: #fff; }
.accordion-toggle, .faq-toggle {
  display: inline-flex; flex-shrink: 0; width: 1.5rem; height: 1.5rem;
  transition: transform 0.25s ease;
}
.accordion-question.open .accordion-toggle,
.faq-question.open .faq-toggle { transform: rotate(180deg); }
.accordion-answer, .faq-answer {
  max-height: 0; overflow: hidden; padding: 0 1.25rem;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.3s ease;
  opacity: 0; color: var(--text); line-height: 1.7;
}
.accordion-answer.open, .faq-answer.open { padding: 1rem 1.25rem 1.25rem; opacity: 1; }

/* =============================================
   THEME ACCORDION GRID — graphical themed cards
   (about.html "How I Work" section)
   ============================================= */
.theme-accordion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.theme-accordion-grid .accordion-item { border-top: 4px solid var(--terra); border-radius: 14px; box-shadow: 0 6px 20px rgba(0,0,0,0.06); }
.theme-accordion-grid .accordion-question { gap: 0.75rem; padding: 1.5rem; }
.theme-accordion-grid .accordion-question .icon-badge { flex-shrink: 0; }

/* =============================================
   TAG GRID — static, non-interactive pills
   (about.html "Areas I Work With" section)
   ============================================= */
.tag-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.tag-grid span { background: var(--sage-light); color: var(--forest); border-radius: 999px; padding: 0.45rem 1rem; font-weight: 600; font-size: 0.9rem; }

/* =============================================
   PROCESS ROADMAP — vertical numbered step timeline
   (how-therapy-works.html "Choosing the Right Therapist")
   ============================================= */
.roadmap-list { display: flex; flex-direction: column; gap: 0; position: relative; margin-top: 2rem; }
.roadmap-list::before { content: ''; position: absolute; left: 1.75rem; top: 0.5rem; bottom: 0.5rem; width: 2px; background: var(--border); }
.roadmap-list .accordion-item { margin-left: 4rem; position: relative; }
.roadmap-list .accordion-item::before {
  content: attr(data-step); position: absolute; left: -4rem; top: 1rem; width: 3rem; height: 3rem;
  border-radius: 50%; background: var(--terra); color: var(--text); display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-weight: 700; font-size: 1.1rem;
}

/* =============================================
   TOP BAR — left-aligned within the page container
   ============================================= */
.top-bar {
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 20px;
    position: relative;
    z-index: 0;
    background: transparent;
}

.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--forest);
    z-index: -1;
}

/* =============================================
   NAV — hover state uses the CTA accent colour
   ============================================= */
.main-nav ul li a:hover { color: var(--terra); }

.main-nav-logo-img { height: clamp(28px, 4vw, 36px); width: auto; }

/* =============================================
   HERO — outline CTA + accreditation badge row
   ============================================= */
.hero-badges {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-badge-img {
    height: 88px;
    width: auto;
    display: block;
}

@media (max-width: 900px) {
    .hero-badge-img { height: 46px; }
}

@media (max-width: 480px) {
    .hero-badge-img { height: 38px; }
}

/* =============================================
   TRUST BADGES BAR — full-width white strip
   sitting below the hero photo (welcome page)
   ============================================= */
.trust-badges-bar {
    background: #fff;
    border-bottom: 1px solid var(--border-soft);
}

.trust-badges-bar .hero-badges {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 28px;
    justify-content: center;
    gap: 48px;
}

/* =============================================
   SERVICE CARD ICONS — accent badge set
   (index.html "How I Can Help")
   ============================================= */
.service-card-icon--accent {
    background: linear-gradient(135deg, var(--terra), var(--terra-dark));
    color: #fff;
}
.service-card-icon svg {
    width: 26px;
    height: 26px;
}

/* =============================================
   ABOUT — editorial portrait layout override
   ============================================= */
.about-card {
    grid-template-columns: 320px 1fr;
    gap: 48px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    align-items: center;
}

.about-portrait { width: 100%; }

.about-portrait .portrait-img {
    width: 100%;
    height: 400px;
    min-height: 0;
    border-radius: var(--r-lg);
    background: none;
    border: none;
    outline: none;
    box-shadow: var(--sh-lg);
}

.about-portrait .portrait-img:hover { box-shadow: var(--sh-lg); }

@media (max-width: 640px) {
    .about-card { grid-template-columns: 1fr; }
    .about-portrait .portrait-img { width: 100%; height: 280px; }
}


/* =============================================
   AWARD ANNOUNCEMENT BANNER — TEMPORARY
   Shows BACP Member Award 2026 shortlist notice.
   Remove this whole block + the .award-banner
   markup in index.html + the JS block in main.js
   after the event (10 Oct 2026).
   ============================================= */
.award-banner {
    background: var(--terra);
    color: #fff;
}
.award-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 44px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}
.award-banner-logo {
    height: 28px;
    width: auto;
    border-radius: var(--r-xs);
    display: block;
}
.award-banner-text {
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
}
.award-banner-btn {
    background: #fff;
    color: var(--terra-dark);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: var(--r-pill);
    text-decoration: none;
    white-space: nowrap;
    transition: var(--t);
}
.award-banner-btn:hover {
    background: var(--terra-light);
}
.award-banner-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    opacity: 0.8;
}
.award-banner-close:hover { opacity: 1; }

@media (max-width: 600px) {
    .award-banner-inner { padding: 10px 40px 10px 12px; gap: 10px; }
    .award-banner-text { font-size: 0.85rem; }
    .award-banner-logo { height: 22px; }
    .award-banner-btn { font-size: 0.8rem; padding: 5px 12px; }
}


/* =============================================
   CONTACT FORM — submit button loading state
   ============================================= */
.btn-spinner {
    display: none;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    animation: btn-spin 0.7s linear infinite;
}
#contact-submit-btn.is-loading .btn-spinner {
    display: inline-block;
}
#contact-submit-btn.is-loading {
    opacity: 0.85;
    cursor: not-allowed;
}
@keyframes btn-spin {
    to { transform: rotate(360deg); }
}
