/*
Theme Name: Shanti Coaching
Theme URI: https://shanticoachingonline.com
Author: Belize Digital Media
Author URI: https://belizedigitalmedia.com
Description: A calming child theme for Shanti Coaching — live online yoga classes (Funky, Gentle, Yin, Chair, and Restorative) taught by Ashanti via Google Meet, based in Belize and open to students worldwide.
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template: nirvata
Text Domain: shanti-coaching
Tags: wellness, yoga, coaching, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

Shanti Coaching Theme
===================================
Custom child theme for Ashanti's live online yoga classes.
Built on the Nirvata wellness theme.

Project Budget: BZ $1,600
Pages Included: Home, About, Services, Blog, Contact (5 Pages)
*/

/* ========================================
   SHANTI COACHING - CUSTOM BRAND COLORS
   ======================================== */

:root {
    /* Primary theme aliases */
    --shanti-sage: #9CAD9C;
    --shanti-sage-light: #BAC7BA;
    --shanti-sage-dark: #6D806D;
    --hoot-accentcolor: var(--shanti-sage);
    --hoot-buttoncolor: var(--shanti-sage);
    --shanti-gold: #C4A962;           /* Accent gold - warmth, wisdom */
    --shanti-gold-light: #E8D9A8;     /* Light gold */
    --shanti-cream: var(--hoot-box-bg, #FAF8F5);
    --shanti-warm-white: var(--hoot-body-bg, #FFFEF9);
    --shanti-charcoal: #3D3D3D;       /* Text dark */
    --shanti-earth: #8B7355;          /* Earth brown accent */
    --shanti-lavender: #B8A9C9;       /* Soft purple - spirituality */
    --shanti-blush: #E8D5D0;          /* Soft pink - warmth */
    
    /* Gradients */
    --shanti-gradient-primary: linear-gradient(135deg, var(--shanti-sage) 0%, var(--shanti-sage-dark) 100%);
    --shanti-gradient-gold: linear-gradient(135deg, var(--shanti-gold) 0%, var(--shanti-gold-light) 100%);
    --shanti-gradient-hero: linear-gradient(180deg, rgba(156, 173, 156, 0.85) 0%, rgba(109, 128, 109, 0.95) 100%);
    
    /* Typography */
    --shanti-heading-font: 'Cormorant Garamond', Georgia, serif;
    --shanti-body-font: 'Nunito Sans', 'Noto Sans', sans-serif;
    --shanti-accent-font: 'Quicksand', sans-serif;
    
    /* Shadows */
    --shanti-shadow-sm: 0 2px 8px rgba(61, 61, 61, 0.08);
    --shanti-shadow-md: 0 4px 20px rgba(61, 61, 61, 0.12);
    --shanti-shadow-lg: 0 8px 40px rgba(61, 61, 61, 0.15);
    --shanti-shadow-glow: 0 0 30px rgba(156, 173, 156, 0.3);
    
    /* Border Radius */
    --shanti-radius-sm: 8px;
    --shanti-radius-md: 16px;
    --shanti-radius-lg: 24px;
    --shanti-radius-xl: 40px;
    
    /* Transitions */
    --shanti-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shanti-transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Keep typography customizations without freezing the parent's color controls */
:root {
    --hoot-headings-color: var(--shanti-charcoal);
    --hoot-headings-family: var(--shanti-heading-font);
    --hoot-basefont-family: var(--shanti-body-font);
    --hoot-basefont-color: #555;
    --hoot-logo-family: var(--shanti-heading-font);
}

/* Cal.com inline embed visibility */
.shanti-cal-inline {
    position: relative;
    width: 100%;
    min-height: 660px;
    height: 100%;
    background-color: var(--shanti-warm-white);
    border-radius: var(--shanti-radius-lg);
    box-shadow: var(--shanti-shadow-lg);
    border: 1px solid rgba(156, 173, 156, 0.15);
    overflow: hidden;
    margin: 2rem auto;
    max-width: 1100px;
    padding: 0;
}
.shanti-cal-inline iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 660px !important;
    border: 0 !important;
    display: block;
    background: var(--shanti-warm-white);
    border-radius: var(--shanti-radius-lg);
}

@media (max-width: 768px) {
    .shanti-cal-inline {
        min-height: 580px;
        border-radius: var(--shanti-radius-md);
        margin: 1rem auto;
    }
    .shanti-cal-inline iframe {
        min-height: 580px !important;
        border-radius: var(--shanti-radius-md);
    }
}

/* ========================================
   GLOBAL STYLES
   ======================================== */

html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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

body {
    font-family: var(--shanti-body-font);
    background-color: var(--hoot-body-bg, var(--shanti-warm-white));
    color: var(--shanti-charcoal);
    line-height: 1.8;
    letter-spacing: 0.02em;
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

#page-wrapper,
.page-wrapper {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    #page-wrapper,
    .page-wrapper {
        overflow-x: hidden;
    }
}

/* Selection color */
::selection {
    background-color: var(--shanti-sage-light);
    color: var(--shanti-charcoal);
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

h1, h2, h3, h4, h5, h6,
.entry-title,
.loop-title {
    font-family: var(--shanti-heading-font);
    font-weight: 500;
    color: var(--shanti-charcoal);
    letter-spacing: 0.01em;
    line-height: 1.3;
}

h1, .entry-title {
    font-size: 2.75rem;
    font-weight: 600;
}

h2 {
    font-size: 2.25rem;
    font-weight: 500;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.9;
}

/* Links */
a {
    color: var(--shanti-sage);
    text-decoration: none;
    transition: var(--shanti-transition);
}

a:hover {
    color: var(--shanti-sage-dark);
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

#site-header,
.site-header {
    background: var(--hoot-sitehead-bg, var(--shanti-warm-white));
    box-shadow: var(--shanti-shadow-sm);
    position: relative;
}

.site-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--hoot-accentcolor, var(--shanti-sage));
}

/* Logo styling */
.site-logo,
.site-title {
    font-family: var(--shanti-heading-font) !important;
    font-weight: 600 !important;
    color: var(--hoot-accentcolor, var(--shanti-sage-dark)) !important;
    font-size: 1.75rem !important;
    letter-spacing: 0.02em;
}

.site-description {
    font-family: var(--shanti-accent-font);
    color: var(--shanti-earth);
    font-style: normal !important;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Navigation Menu */
.menu-items > li > a,
.nav-menu > li > a,
#menu-primary a {
    font-family: var(--shanti-accent-font);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--shanti-charcoal);
    padding: 12px 18px;
    transition: var(--shanti-transition);
    position: relative;
}

.menu-items > li > a::after,
.nav-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--hoot-accentcolor, var(--shanti-sage));
    transition: var(--shanti-transition);
}

.menu-items > li > a:hover::after,
.nav-menu > li > a:hover::after,
.menu-items > li.current-menu-item > a::after,
.nav-menu > li.current-menu-item > a::after {
    width: 80%;
}

.menu-items > li > a:hover,
.nav-menu > li > a:hover {
    color: var(--hoot-accentcolor, var(--shanti-sage));
}

/* Dropdown menus */
.sub-menu,
.dropdown-menu {
    background: var(--shanti-warm-white);
    box-shadow: var(--shanti-shadow-md);
    border-radius: var(--shanti-radius-sm);
    border-top: 3px solid var(--hoot-accentcolor, var(--shanti-sage));
}

/* ========================================
   HERO / HEADER IMAGE SECTION
   ======================================== */

.custom-header-img,
.entry-header-image,
.header-image {
    position: relative;
}

.custom-header-img::after,
.entry-header-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--shanti-gradient-hero);
    pointer-events: none;
}

/* Hero Content Overlay */
.shanti-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--shanti-gradient-hero);
    color: white;
    padding: 80px 20px;
}

.shanti-hero h1 {
    color: white;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.shanti-hero p {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    opacity: 0.95;
}

/* ========================================
   BUTTONS
   ======================================== */

.button,
button,
input[type="submit"],
input[type="button"],
.wp-block-button__link,
.btn,
.cta-button {
    font-family: var(--shanti-accent-font);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: var(--shanti-radius-xl);
    border: none;
    cursor: pointer;
    transition: var(--shanti-transition);
    display: inline-block;
    text-decoration: none;
}

/* Primary Button */
body.hootwp .button,
body.hootwp input[type="submit"],
body.hootwp #submit,
.wp-block-button__link,
.btn-primary {
    background: var(--hoot-buttoncolor, var(--shanti-sage));
    color: var(--hoot-buttonfont, #fff) !important;
    border: 2px solid var(--hoot-buttoncolor, var(--shanti-sage));
    box-shadow: var(--shanti-shadow-sm);
}

body.hootwp .button:hover,
body.hootwp .button:focus,
body.hootwp .button:active,
body.hootwp input[type="submit"]:hover,
body.hootwp input[type="submit"]:focus,
body.hootwp input[type="submit"]:active,
body.hootwp #submit:hover,
body.hootwp #submit:focus,
body.hootwp #submit:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--hoot-buttoncolor, var(--shanti-sage));
    border-color: var(--hoot-buttoncolor, var(--shanti-sage));
    transform: translateY(-2px);
    box-shadow: var(--shanti-shadow-md);
    color: var(--hoot-buttonfont, #fff) !important;
    filter: brightness(0.92);
}

/* Secondary/Outline Button */
.button-secondary,
.btn-secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    color: var(--hoot-accentcolor, var(--shanti-sage)) !important;
    border: 2px solid var(--hoot-accentcolor, var(--shanti-sage));
}

.button-secondary:hover,
.btn-secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--hoot-accentcolor, var(--shanti-sage));
    color: var(--hoot-accentfont, #fff) !important;
}

/* Make the frontpage hero buttons follow the global button color controls. */
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn1,
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn2 {
    background: var(--hoot-buttoncolor, var(--shanti-sage));
    border-color: var(--hoot-buttoncolor, var(--shanti-sage));
    color: var(--hoot-buttonfont, #fff);
}

body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn1:hover,
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn1:focus,
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn1:active,
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn2:hover,
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn2:focus,
body.hootwp .fpimg-btnbox .fpimg-button.button.fpimg-btn2:active {
    background: var(--hoot-buttoncolor, var(--shanti-sage));
    border-color: var(--hoot-buttoncolor, var(--shanti-sage));
    color: var(--hoot-buttonfont, #fff);
    filter: brightness(0.92);
}

/* Gold Accent Button */
.btn-gold {
    background: var(--shanti-gradient-gold);
    color: var(--shanti-charcoal) !important;
}

/* ========================================
   CTA WIDGET THEMES
   ======================================== */

/* Add more CTA themes later by setting these variables on `.cta-widget.cta-your-theme`. */
.cta-widget {
    --shanti-cta-bg: transparent;
    --shanti-cta-text: inherit;
    --shanti-cta-heading: var(--hoot-headings-color, var(--shanti-charcoal));
    --shanti-cta-subtitle: var(--hoot-accentcolor, var(--shanti-sage));
    --shanti-cta-link: var(--hoot-accentcolor, var(--shanti-sage));
    --shanti-cta-button-bg: var(--hoot-buttoncolor, var(--shanti-sage));
    --shanti-cta-button-border: var(--hoot-buttoncolor, var(--shanti-sage));
    --shanti-cta-button-text: var(--hoot-buttonfont, #fff);
    --shanti-cta-outline: transparent;
    --shanti-cta-shadow: none;
    color: var(--shanti-cta-text);
    overflow: hidden;
}

.cta-widget.cta-background {
    background: var(--shanti-cta-bg);
    color: var(--shanti-cta-text);
    border: 1px solid var(--shanti-cta-outline);
    box-shadow: var(--shanti-cta-shadow);
}

.cta-widget .cta-content,
.cta-widget .cta-description,
.cta-widget .cta-description p {
    color: inherit;
}

.cta-widget .cta-headline,
.cta-widget .cta-content h1,
.cta-widget .cta-content h2,
.cta-widget .cta-content h3,
.cta-widget .cta-content h4,
.cta-widget .cta-content h5,
.cta-widget .cta-content h6 {
    color: var(--shanti-cta-heading);
}

.cta-widget .cta-subtitle,
.cta-widget .cta-textlink a,
.cta-widget .cta-textlink a:hover,
.cta-widget .cta-content a:not(.cta-button) {
    color: var(--shanti-cta-link);
}

.cta-widget .cta-subtitle {
    color: var(--shanti-cta-subtitle);
}

.cta-widget.cta-light-on-dark {
    --shanti-cta-bg: var(--hoot-textstyle-darkbg, #6a685d);
    --shanti-cta-text: var(--hoot-textstyle-light, #f9f7f1);
    --shanti-cta-heading: var(--hoot-textstyle-light, #f9f7f1);
    --shanti-cta-subtitle: rgba(249, 247, 241, 0.78);
    --shanti-cta-link: var(--hoot-textstyle-light, #f9f7f1);
    --shanti-cta-outline: rgba(255, 255, 255, 0.08);
    --shanti-cta-shadow: var(--shanti-shadow-md);
}

.cta-widget.cta-dark-on-light {
    --shanti-cta-bg: var(--hoot-textstyle-lightbg, #faf7f1);
    --shanti-cta-text: var(--hoot-textstyle-dark, #4a4a42);
    --shanti-cta-heading: var(--hoot-textstyle-dark, #3f4338);
    --shanti-cta-subtitle: var(--hoot-accentcolor, var(--shanti-sage));
    --shanti-cta-link: var(--hoot-textstyle-dark, #4a4a42);
    --shanti-cta-outline: rgba(156, 173, 156, 0.12);
    --shanti-cta-shadow: 0 18px 42px rgba(82, 98, 72, 0.08);
}

.cta-widget.cta-sage-mist {
    --shanti-cta-bg: linear-gradient(135deg, #f6f4ec 0%, #edf3eb 100%);
    --shanti-cta-text: #55614f;
    --shanti-cta-heading: #45523f;
    --shanti-cta-subtitle: #70836b;
    --shanti-cta-link: #55614f;
    --shanti-cta-button-bg: #6f8b67;
    --shanti-cta-button-border: #6f8b67;
    --shanti-cta-button-text: #fffdf8;
    --shanti-cta-outline: rgba(111, 139, 103, 0.16);
    --shanti-cta-shadow: 0 20px 48px rgba(84, 106, 77, 0.12);
}

.cta-widget.cta-soft-sand {
    --shanti-cta-bg: linear-gradient(135deg, #fbf2e7 0%, #f8eadb 100%);
    --shanti-cta-text: #6a5648;
    --shanti-cta-heading: #554538;
    --shanti-cta-subtitle: #a27552;
    --shanti-cta-link: #6a5648;
    --shanti-cta-button-bg: #9b7553;
    --shanti-cta-button-border: #9b7553;
    --shanti-cta-button-text: #fff8f2;
    --shanti-cta-outline: rgba(155, 117, 83, 0.16);
    --shanti-cta-shadow: 0 18px 40px rgba(136, 99, 66, 0.12);
}

.cta-widget.cta-forest-glow {
    --shanti-cta-bg: linear-gradient(135deg, #5d6657 0%, #6f7b66 100%);
    --shanti-cta-text: #f8f4eb;
    --shanti-cta-heading: #fffaf1;
    --shanti-cta-subtitle: rgba(248, 244, 235, 0.8);
    --shanti-cta-link: #f8f4eb;
    --shanti-cta-button-bg: #d8c08b;
    --shanti-cta-button-border: #d8c08b;
    --shanti-cta-button-text: #4a473d;
    --shanti-cta-outline: rgba(255, 255, 255, 0.08);
    --shanti-cta-shadow: 0 22px 50px rgba(59, 70, 53, 0.22);
}

.cta-widget.cta-blush-balance {
    --shanti-cta-bg: linear-gradient(135deg, #f6e8e3 0%, #fbf5f2 100%);
    --shanti-cta-text: #6b544b;
    --shanti-cta-heading: #5b463f;
    --shanti-cta-subtitle: #aa7c71;
    --shanti-cta-link: #6b544b;
    --shanti-cta-button-bg: #b48278;
    --shanti-cta-button-border: #b48278;
    --shanti-cta-button-text: #fff9f7;
    --shanti-cta-outline: rgba(180, 130, 120, 0.18);
    --shanti-cta-shadow: 0 20px 48px rgba(165, 120, 110, 0.14);
}

.cta-widget.cta-golden-earth {
    --shanti-cta-bg: linear-gradient(135deg, #f6edd6 0%, #efe2be 100%);
    --shanti-cta-text: #5d5140;
    --shanti-cta-heading: #4e4233;
    --shanti-cta-subtitle: #8c7352;
    --shanti-cta-link: #5d5140;
    --shanti-cta-button-bg: #7d9b76;
    --shanti-cta-button-border: #7d9b76;
    --shanti-cta-button-text: #fffdf8;
    --shanti-cta-outline: rgba(141, 116, 73, 0.18);
    --shanti-cta-shadow: 0 20px 44px rgba(132, 112, 72, 0.14);
}

body.hootwp .cta-widget .cta-button.button,
.cta-widget .cta-button.button {
    background: var(--shanti-cta-button-bg);
    border: 2px solid var(--shanti-cta-button-border);
    color: var(--shanti-cta-button-text) !important;
    box-shadow: none;
}

body.hootwp .cta-widget .cta-button.button:hover,
body.hootwp .cta-widget .cta-button.button:focus,
body.hootwp .cta-widget .cta-button.button:active,
.cta-widget .cta-button.button:hover,
.cta-widget .cta-button.button:focus,
.cta-widget .cta-button.button:active {
    background: var(--shanti-cta-button-bg);
    border-color: var(--shanti-cta-button-border);
    color: var(--shanti-cta-button-text) !important;
    box-shadow: var(--shanti-shadow-sm);
    filter: brightness(0.94);
}

.cta-widget.cta-style3 {
    max-width: 760px;
    margin-inline: auto;
    padding: clamp(2rem, 4vw, 3rem);
}

.cta-widget.cta-style3 .cta-content {
    max-width: 640px;
    margin-inline: auto;
}

.cta-widget.cta-style3 .cta-headline {
    position: relative;
    padding-bottom: 0.85rem;
}

.cta-widget.cta-style3 .cta-headline::after {
    content: '';
    display: block;
    width: 76px;
    height: 2px;
    margin-top: 0.85rem;
    background: currentColor;
    opacity: 0.24;
}

.cta-widget.cta-style3.cta-center .cta-headline::after {
    margin-left: auto;
    margin-right: auto;
}

.cta-widget.cta-style3.cta-right .cta-headline::after {
    margin-left: auto;
}

.cta-widget.cta-style3 .cta-buttonlink,
.cta-widget.cta-style3 .cta-textlink.more-link {
    margin-top: 1.4rem;
}

.cta-widget.cta-style4 {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) auto;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1.75rem, 3vw, 2.75rem);
}

.cta-widget.cta-style4 .cta-content {
    padding-right: 0;
}

.cta-widget.cta-style4 .cta-link {
    margin: 0;
}

.cta-widget.cta-style4.cta-left .cta-link {
    justify-self: start;
}

.cta-widget.cta-style4.cta-center .cta-link {
    justify-self: center;
}

.cta-widget.cta-style4.cta-right .cta-link {
    justify-self: end;
}

.cta-widget.cta-style4 .cta-button.button {
    min-width: 210px;
    text-align: center;
}

@media (max-width: 960px) {
    .cta-widget.cta-style4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .cta-widget.cta-style2,
    .cta-widget.cta-style4 {
        display: block;
    }

    .cta-widget.cta-style2 .cta-content,
    .cta-widget.cta-style4 .cta-content {
        padding-right: 0;
        margin-bottom: 1.25rem;
    }
}

/* ========================================
   CARDS & CONTENT BOXES
   ======================================== */

.hoot-content-block,
.hk-cta-box,
.hk-content-block {
    background: white;
    border-radius: var(--shanti-radius-md);
    box-shadow: var(--shanti-shadow-sm);
    padding: 40px;
    transition: var(--shanti-transition);
    border: 1px solid rgba(156, 173, 156, 0.1);
}

.hoot-content-block:hover {
    transform: translateY(-5px);
    box-shadow: var(--shanti-shadow-md);
    border-color: var(--shanti-sage-light);
}

/* ========================================
   SECTIONS & CONTAINERS
   ======================================== */

.frontpage-area,
.module-bg-none {
    padding: 80px 0;
}

.frontpage-area-stretch {
    padding: 100px 0;
}

/* The homepage image module already manages its own height.
   Extra frontpage-area padding creates a white gap above/below the hero. */
#frontpage-image.frontpage-area,
#frontpage-image.frontpage-area-stretch {
    padding-top: 0;
    padding-bottom: 0;
}

/* Alternating section backgrounds */
.module-bg-highlight,
.section-highlight {
    background-color: var(--shanti-cream) !important;
}

.module-bg-accent,
.section-accent {
    background: var(--shanti-gradient-primary) !important;
    color: white;
}

.module-bg-accent h2,
.module-bg-accent h3,
.module-bg-accent h4 {
    color: white;
}

/* Section Titles */
.section-title,
.widget-title,
.frontpage-area-title {
    font-family: var(--shanti-heading-font);
    font-size: 2.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--shanti-charcoal);
    position: relative;
    padding-bottom: 1.5rem;
}

.section-title::after,
.widget-title::after,
.frontpage-area-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--shanti-gradient-primary);
    border-radius: 2px;
}

.section-subtitle {
    text-align: center;
    color: var(--shanti-earth);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    font-style: italic;
}

/* ========================================
   TESTIMONIALS
   ======================================== */

.hk-testimonial-box,
.testimonial-card {
    background: white;
    border-radius: var(--shanti-radius-md);
    padding: 40px;
    box-shadow: var(--shanti-shadow-sm);
    position: relative;
    margin: 20px 0;
}

/* ========================================
   FORMS (Contact & Inquiry)
   ======================================== */

.wpcf7,
.contact-form,
.wpforms-container {
    background: white;
    padding: 50px;
    border-radius: var(--shanti-radius-md);
    box-shadow: var(--shanti-shadow-md);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e8e8e8;
    border-radius: var(--shanti-radius-sm);
    font-family: var(--shanti-body-font);
    font-size: 1rem;
    transition: var(--shanti-transition);
    background: var(--shanti-warm-white);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border-color: var(--shanti-sage);
    outline: none;
    box-shadow: 0 0 0 4px rgba(156, 173, 156, 0.1);
}

label {
    font-family: var(--shanti-accent-font);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    color: var(--shanti-charcoal);
    margin-bottom: 8px;
    display: block;
}

/* ========================================
   BLOG / ARTICLES
   ======================================== */

.hentry,
.post,
article {
    background: white;
    border-radius: var(--shanti-radius-md);
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: var(--shanti-shadow-sm);
    transition: var(--shanti-transition);
}

.archive .hentry:hover,
.blog .hentry:hover {
    box-shadow: var(--shanti-shadow-md);
    transform: translateY(-3px);
}

.entry-featured,
.post-thumbnail {
    position: relative;
    overflow: hidden;
}

.entry-featured img,
.post-thumbnail img {
    transition: var(--shanti-transition-slow);
}

.hentry:hover .entry-featured img,
.hentry:hover .post-thumbnail img {
    transform: scale(1.05);
}

.entry-content,
.post-content {
    padding: 30px;
}

.entry-meta {
    font-size: 0.85rem;
    color: var(--shanti-earth);
    margin-bottom: 1rem;
}

.entry-meta a {
    color: var(--shanti-sage);
}

.entry-title a {
    color: var(--shanti-charcoal);
}

.entry-title a:hover {
    color: var(--shanti-sage);
}

/* Categories & Tags */
.entry-categories a,
.entry-tags a,
.cat-links a,
.tag-links a {
    background: var(--shanti-cream);
    padding: 5px 15px;
    border-radius: var(--shanti-radius-xl);
    font-size: 0.8rem;
    color: var(--shanti-sage-dark);
    margin-right: 5px;
    transition: var(--shanti-transition);
}

.entry-categories a:hover,
.entry-tags a:hover,
.cat-links a:hover,
.tag-links a:hover {
    background: var(--shanti-sage);
    color: white;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate-fadeInUp {
    animation: fadeInUp 0.6s ease forwards;
}

.animate-fadeIn {
    animation: fadeIn 0.8s ease forwards;
}

/* Hover animations */
.hover-lift {
    transition: var(--shanti-transition);
}

.hover-lift:hover {
    transform: translateY(-5px);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablets */
@media (max-width: 1024px) {
    h1, .entry-title {
        font-size: 2.25rem;
    }
    
    h2 {
        font-size: 1.875rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    :root {
        --hoot-spacer: 30px;
    }
    
    h1, .entry-title {
        font-size: 1.875rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .shanti-hero {
        min-height: 60vh;
        padding: 60px 20px;
    }
    
    .shanti-hero h1 {
        font-size: 2.25rem;
    }
    
    .frontpage-area,
    .module-bg-none {
        padding: 50px 0;
    }
    .wpcf7,
    .contact-form,
    .wpforms-container {
        padding: 30px 20px;
    }
    
    .hoot-content-block {
        padding: 30px 25px;
    }
    
    .site-logo,
    .site-title {
        font-size: 1.5rem !important;
    }
    
    .menu-items > li > a,
    .nav-menu > li > a {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}

/* Small phones */
@media (max-width: 480px) {
    h1, .entry-title {
        font-size: 1.625rem;
    }
    
    .shanti-hero h1 {
        font-size: 1.875rem;
    }
    .button,
    input[type="submit"],
    .wp-block-button__link {
        padding: 12px 24px;
        font-size: 0.85rem;
    }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 1rem; }
.pt-2 { padding-top: 2rem; }
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 1rem; }
.pb-2 { padding-bottom: 2rem; }

.bg-cream { background-color: var(--shanti-cream); }
.bg-sage { background-color: var(--shanti-sage); }
.bg-white { background-color: white; }

.text-sage { color: var(--shanti-sage); }
.text-gold { color: var(--shanti-gold); }
.text-earth { color: var(--shanti-earth); }
.text-charcoal { color: var(--shanti-charcoal); }

.rounded { border-radius: var(--shanti-radius-md); }
.rounded-lg { border-radius: var(--shanti-radius-lg); }
.rounded-full { border-radius: 50%; }

.shadow { box-shadow: var(--shanti-shadow-sm); }
.shadow-md { box-shadow: var(--shanti-shadow-md); }
.shadow-lg { box-shadow: var(--shanti-shadow-lg); }

/* ========================================
   BOOK NOW PAGE
   ======================================== */

/* Remove default WP page padding on this template */
.shanti-book-now-page {
    margin: 0;
}

/* --- Hero --- */
.book-hero {
    position: relative;
    background: var(--shanti-gradient-primary);
    color: white;
    text-align: center;
    padding: 80px 24px 100px;
    overflow: hidden;
}

.book-hero::before {
    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.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.book-hero__inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.book-hero__eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.95);
    font-family: var(--shanti-accent-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.book-hero__title {
    color: white !important;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.book-hero__subtitle {
    color: rgba(255,255,255,0.92);
    font-size: 1.15rem;
    max-width: 580px;
    margin: 0 auto 32px;
    line-height: 1.75;
}

.book-hero__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.book-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-family: var(--shanti-accent-font);
    font-size: 0.82rem;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 100px;
    backdrop-filter: blur(4px);
}

.book-badge svg {
    flex-shrink: 0;
}

.book-hero__wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}

.book-hero__wave svg {
    width: 100%;
    height: 60px;
}

/* --- Layout --- */
.book-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px 80px;
    align-items: start;
}

/* --- Process Steps --- */
.book-steps {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border-radius: var(--shanti-radius-md);
    padding: 24px 28px;
    box-shadow: var(--shanti-shadow-sm);
    border: 1px solid rgba(156,173,156,0.12);
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.book-step {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 160px;
}

.book-step__num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--shanti-gradient-primary);
    color: white;
    font-family: var(--shanti-heading-font);
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.book-step__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.book-step__body strong {
    font-family: var(--shanti-accent-font);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--shanti-charcoal);
}

.book-step__body span {
    font-size: 0.8rem;
    color: var(--shanti-earth);
    line-height: 1.4;
}

.book-step-arrow {
    color: var(--shanti-sage-light);
    font-size: 1.25rem;
    flex-shrink: 0;
    display: none; /* shown at wider breakpoints */
}

@media (min-width: 700px) {
    .book-step-arrow { display: block; }
}

/* --- Cal wrapper --- */
.book-cal-wrapper {
    background: white;
    border-radius: var(--shanti-radius-lg);
    box-shadow: var(--shanti-shadow-md);
    border: 1px solid rgba(156,173,156,0.12);
    overflow: hidden;
}

.book-cal-header {
    padding: 28px 32px 0;
    border-bottom: 1px solid rgba(156,173,156,0.12);
    padding-bottom: 20px;
    margin-bottom: 0;
}

.book-cal-header h2 {
    font-size: 1.4rem;
    margin: 0 0 6px;
    color: var(--shanti-charcoal);
}

.book-cal-header p {
    font-size: 0.88rem;
    color: var(--shanti-earth);
    margin: 0;
}

/* Override the shortcode's own wrapper inside this context */
.book-cal-wrapper .shanti-cal-inline {
    margin: 0 !important;
    border-radius: 0 0 var(--shanti-radius-lg) var(--shanti-radius-lg) !important;
    border: none !important;
    box-shadow: none !important;
}

/* --- Sidebar --- */
.book-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 24px;
}

/* Coach card */
.book-coach-card {
    background: white;
    border-radius: var(--shanti-radius-md);
    box-shadow: var(--shanti-shadow-sm);
    border: 1px solid rgba(156,173,156,0.12);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.book-coach-card__avatar,
.book-coach-card img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid var(--shanti-sage-light);
}

/* Fallback avatar if no logo */
.book-coach-card:not(:has(img)) .book-coach-card__body {
    padding-left: 0;
}

.book-coach-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.book-coach-card__name {
    font-family: var(--shanti-heading-font);
    font-size: 1.1rem;
    color: var(--shanti-charcoal);
    display: block;
}

.book-coach-card__role {
    font-size: 0.82rem;
    color: var(--shanti-earth);
    display: block;
    margin-bottom: 8px;
}

.book-coach-card__certs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.book-coach-card__certs span {
    background: var(--shanti-cream);
    color: var(--shanti-sage-dark);
    font-family: var(--shanti-accent-font);
    font-size: 0.72rem;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid var(--shanti-sage-light);
}

/* Generic sidebar card */
.book-sidebar-card {
    background: white;
    border-radius: var(--shanti-radius-md);
    box-shadow: var(--shanti-shadow-sm);
    border: 1px solid rgba(156,173,156,0.12);
    padding: 24px;
}

.book-sidebar-card__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--shanti-charcoal);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--shanti-cream);
}

/* Feature list */
.book-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.book-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--shanti-charcoal);
    line-height: 1.45;
    border: none !important;
    padding: 0 !important;
}

.book-feature-list li::before {
    display: none !important;
}

.book-icon {
    width: 18px;
    height: 18px;
    color: var(--shanti-sage);
    flex-shrink: 0;
    margin-top: 1px;
}

/* Details / session info list */
.book-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.book-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: none !important;
    padding: 0 !important;
}

.book-detail-list li::before {
    display: none !important;
}

.book-detail-list li > .book-icon {
    color: var(--shanti-sage);
    margin-top: 2px;
}

.book-detail-list li div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.book-detail-list li strong {
    font-family: var(--shanti-accent-font);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--shanti-earth);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.book-detail-list li span {
    font-size: 0.9rem;
    color: var(--shanti-charcoal);
}

/* Mini testimonial */
.book-testimonial-mini {
    background: var(--shanti-cream);
    border-left: 4px solid var(--shanti-sage);
    border-radius: 0 var(--shanti-radius-md) var(--shanti-radius-md) 0;
    padding: 20px 20px 16px;
}

.book-testimonial-mini p {
    font-style: italic;
    font-size: 0.92rem;
    color: var(--shanti-charcoal);
    line-height: 1.65;
    margin: 0 0 10px;
}

.book-testimonial-mini cite {
    font-size: 0.8rem;
    color: var(--shanti-earth);
    font-style: normal;
    font-weight: 500;
}

/* --- FAQ --- */
.book-faq {
    background: var(--shanti-cream);
    padding: 80px 24px;
}

.book-faq__inner {
    max-width: 900px;
    margin: 0 auto;
}

.book-faq__header {
    text-align: center;
    margin-bottom: 48px;
}

.book-faq__header h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.book-faq__header p {
    color: var(--shanti-earth);
    margin: 0;
}

.book-faq__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 16px;
}

.book-faq__item {
    background: white;
    border-radius: var(--shanti-radius-md);
    border: 1px solid rgba(156,173,156,0.12);
    overflow: hidden;
    transition: var(--shanti-transition);
}

.book-faq__item[open] {
    box-shadow: var(--shanti-shadow-sm);
    border-color: var(--shanti-sage-light);
}

.book-faq__item summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 22px;
    font-family: var(--shanti-accent-font);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--shanti-charcoal);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    user-select: none;
}

.book-faq__item summary::-webkit-details-marker { display: none; }

.book-faq__item summary::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--shanti-sage);
    flex-shrink: 0;
    transition: var(--shanti-transition);
}

.book-faq__item[open] summary::after {
    content: '−';
}

.book-faq__item p {
    padding: 0 22px 20px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.75;
    margin: 0;
    border-top: 1px solid var(--shanti-cream);
}

/* --- Bottom CTA --- */
.book-bottom-cta {
    background: var(--shanti-charcoal);
    padding: 72px 24px;
}

.book-bottom-cta__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.book-bottom-cta__text h2 {
    color: white;
    font-size: 1.75rem;
    margin: 0 0 10px;
}

.book-bottom-cta__text p {
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-size: 1rem;
}

.book-bottom-cta__buttons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.book-bottom-cta__buttons .btn-secondary {
    border-color: rgba(255,255,255,0.4);
    color: white !important;
}

.book-bottom-cta__buttons .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    color: white !important;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .book-layout {
        grid-template-columns: 1fr;
    }

    .book-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .book-faq__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .book-hero {
        padding: 60px 20px 80px;
    }

    .book-hero__title {
        font-size: 1.875rem;
    }

    .book-layout {
        padding: 40px 16px 60px;
        gap: 32px;
    }

    .book-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .book-step-arrow {
        display: none;
    }

    .book-sidebar {
        grid-template-columns: 1fr;
    }

    .book-faq {
        padding: 60px 16px;
    }

    .book-bottom-cta {
        padding: 56px 20px;
    }

    .book-bottom-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .book-bottom-cta__buttons {
        justify-content: center;
    }
}

/* ========================================
   STILLNESS FOOTER (child-theme override)
   3 columns: brand+tagline | nav | contact+social
   Bottom: centered copyright on a slightly cooler band.
   ======================================== */

.shanti-footer {
    background: var(--shanti-cream, #FAF8F5);
    color: var(--shanti-charcoal, #3D3D3D);
    font-family: var(--shanti-body-font);
    margin-top: 0;
    position: relative;
    z-index: 1;
}

/* Defensive: neutralize any parent-theme widget area / divider / sub-footer
 * that might render between the page content and our Stillness footer.
 * These siblings/ancestors of .shanti-footer are dead markup once we override
 * footer.php, but we hide them in case any plugin still emits them. */
.shanti-footer + .post-footer,
.shanti-footer ~ .post-footer,
.below-content,
.subfooter,
.sub-footer,
.post-footer { display: none !important; }

/* Force the page wrapper / main to flow flush into the footer (no green or
 * sage band can peek through above). */
#page-wrapper,
.page-wrapper,
#main,
.main-content-grid {
    background: transparent !important;
}
#page-wrapper > #main,
.page-wrapper > #main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.shanti-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(48px, 6vw, 72px) clamp(24px, 5vw, 80px) clamp(40px, 5vw, 64px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
}

/* Shared focus ring for all interactive footer elements (keyboard a11y). */
.shanti-footer a:focus-visible,
.shanti-footer button:focus-visible {
    outline: 2px solid var(--shanti-sage-dark, #6D806D);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ── Brand column ─────────────────────────── */
.shanti-footer__col--brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.shanti-footer__col--brand .shanti-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 22px;
    transition: opacity 0.24s cubic-bezier(0.25, 1, 0.5, 1);
}
.shanti-footer__col--brand .shanti-footer__brand:hover {
    opacity: 0.78;
}
.shanti-footer__tagline {
    margin: 0;
    max-width: 320px;
    font-family: var(--shanti-body-font);
    font-size: 15px;
    line-height: 1.55;
    color: var(--shanti-charcoal, #3D3D3D);
    opacity: 0.78;
}
.shanti-footer__glyph {
    display: inline-flex;
    width: 44px;
    height: 44px;
    color: var(--shanti-sage-dark, #6D806D);
    flex-shrink: 0;
}
.shanti-footer__glyph svg {
    width: 100%;
    height: 100%;
}
.shanti-footer__wordmark {
    font-family: var(--shanti-heading-font);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--shanti-sage-dark, #6D806D);
    line-height: 1.2;
}
.shanti-footer__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: min(220px, 100%);
    max-height: 120px;
    object-fit: contain;
}
.shanti-footer__brand--logo {
    gap: 0;
}

/* ── Nav column ───────────────────────────── */
.shanti-footer__col--nav .shanti-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.shanti-footer__col--nav .shanti-footer__menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shanti-footer__col--nav .shanti-footer__menu li::before { content: none; }
.shanti-footer__col--nav .shanti-footer__menu a {
    display: inline-block;
    font-family: var(--shanti-heading-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--shanti-charcoal, #3D3D3D);
    text-decoration: none;
    transition: color 0.24s cubic-bezier(0.25, 1, 0.5, 1);
}
.shanti-footer__col--nav .shanti-footer__menu a:hover,
.shanti-footer__col--nav .shanti-footer__menu .current-menu-item > a {
    color: var(--shanti-sage-dark, #6D806D);
}

/* ── Contact column ───────────────────────── */
.shanti-footer__contact-label {
    margin: 0 0 14px;
    font-size: 16px;
    color: var(--shanti-charcoal, #3D3D3D);
    line-height: 1.4;
}
.shanti-footer__contact-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.shanti-footer__contact-list li { margin: 0; padding: 0; list-style: none; }
.shanti-footer__contact-list li::before { content: none; }
.shanti-footer__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    color: var(--shanti-charcoal, #3D3D3D);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.24s cubic-bezier(0.25, 1, 0.5, 1);
}
.shanti-footer__contact-link:hover {
    color: var(--shanti-sage-dark, #6D806D);
}
.shanti-footer__contact-icon {
    width: 18px;
    height: 18px;
    color: var(--shanti-sage, #9CAD9C);
    flex-shrink: 0;
}

.shanti-footer__socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.shanti-footer__social-cta {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--shanti-sage-dark, #6D806D);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.24s cubic-bezier(0.25, 1, 0.5, 1);
}
.shanti-footer__social-cta:hover {
    color: var(--shanti-sage, #9CAD9C);
    text-decoration: underline;
}
.shanti-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(186, 199, 186, 0.35);
    color: var(--shanti-sage-dark, #6D806D);
    text-decoration: none;
    transition: background 0.24s cubic-bezier(0.25, 1, 0.5, 1),
                color 0.24s cubic-bezier(0.25, 1, 0.5, 1),
                transform 0.24s cubic-bezier(0.25, 1, 0.5, 1);
}
.shanti-footer__social:hover {
    background: var(--shanti-sage, #9CAD9C);
    color: #FFFFFF;
    transform: translateY(-1px);
}
.shanti-footer__social svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* ── Copyright bar ────────────────────────── */
.shanti-footer__copyright {
    border-top: 1px solid rgba(156, 173, 156, 0.18);
    padding: 22px 24px;
    text-align: center;
}
.shanti-footer__copyright p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(61, 61, 61, 0.6);
    font-family: var(--shanti-accent-font);
    letter-spacing: 0.06em;
}

/* ── Mobile ───────────────────────────────── */
@media (max-width: 768px) {
    .shanti-footer__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 40px 24px 36px;
    }
    .shanti-footer__col--nav .shanti-footer__menu a { font-size: 20px; }
    .shanti-footer__wordmark { font-size: 18px; }
    .shanti-footer__logo {
        max-width: 180px;
        max-height: 100px;
    }
    .shanti-footer__tagline {
        max-width: 100%;
        font-size: 14px;
    }
}

/* ── Reduced motion ──────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .shanti-footer * {
        transition: none !important;
    }
    .shanti-footer__social:hover {
        transform: none;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    body {
        background: white;
        color: black;
    }
    
    .site-header,
    .site-footer,
    .shanti-footer,
    .sidebar,
    .comments-area {
        display: none;
    }
    
    a {
        color: black;
        text-decoration: underline;
    }
}
