/*
Theme Name: Iphie Adizue
Theme URI: https://www.iphieadizue.com
Author: Iphie Chuks-Adizue
Author URI: https://www.iphieadizue.com
Description: A premium, purpose-led personal brand theme for Iphie Chuks-Adizue. Deep Wine and Rosegold palette. Full Elementor editing support.
Version: 1.0.9
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Private
Text Domain: iphie-theme
elementor_support: true
Tags: elementor, custom-colors, custom-logo, custom-menu, full-width-template
*/

/* =====================================================
   BRAND COLOUR TOKENS
   ===================================================== */
:root {
    --wine: #6B1521;
    --wine-dark: #4A0E17;
    --wine-light: #8F1D2C;
    --rosegold: #C9A27E;
    --rosegold-soft: #E6C2A6;
    --rosegold-pale: #F2DDD0;
    --ivory: #FAF7F4;
    --champagne: #F3ECE6;
    --charcoal: #2B2B2B;
    --muted-grey: #6E6E6E;
    --border: #E2D5CC;
    --border-light: #EDE4DC;
}

/* =====================================================
   RESET & BASE
   ===================================================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: var(--ivory);
    color: var(--charcoal);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
    font-weight: 500;
    line-height: 1.25;
    color: var(--wine);
}

p {
    color: var(--charcoal);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.site-logo img,
.entry-content img,
.site-header img {
    display: block;
}

/* Scoped list reset — don't break Elementor icon-list */
nav ul,
nav ol {
    list-style: none;
}

.site-content ul:not([class*="elementor"]):not([class*="wp-block"]),
.site-content ol:not([class*="elementor"]):not([class*="wp-block"]) {
    list-style: none;
}

/* =====================================================
   WORDPRESS UTILITY CLASSES
   ===================================================== */
.wp-block-image img {
    height: auto;
}

.alignnone {
    margin: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* =====================================================
   ELEMENTOR COMPAT
   ===================================================== */
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1280px;
}

.elementor-widget-heading .elementor-heading-title {
    color: inherit;
}

.elementor-widget h1,
.elementor-widget h2,
.elementor-widget h3,
.elementor-widget h4,
.elementor-widget h5,
.elementor-widget h6 {
    color: inherit;
}

.elementor-widget a {
    color: inherit;
}

.elementor-button {
    font-family: 'Manrope', sans-serif !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    padding: 14px 36px !important;
}

/* =====================================================
   LAYOUT
   ===================================================== */
.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    background: var(--wine);
    color: var(--ivory);
    padding: 8px 16px;
    z-index: 9999;
}

.skip-link:focus {
    top: 0;
}

/* =====================================================
   HEADER & NAV
   ===================================================== */
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--ivory);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.3s;
}

#site-header.scrolled {
    box-shadow: 0 2px 20px rgba(143, 29, 44, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 60px;
}

.site-logo img {
    height: 54px;
    width: auto;
}

.site-logo a {
    display: block;
    line-height: 0;
}

.primary-nav ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

.primary-nav a {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-grey);
    font-weight: 400;
    transition: color 0.3s;
    padding: 4px 0;
    position: relative;
}

.primary-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--wine);
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

.primary-nav a:hover,
.primary-nav .current-menu-item>a,
.primary-nav .current_page_item>a {
    color: var(--wine);
}

.primary-nav a:hover::after,
.primary-nav .current-menu-item>a::after {
    transform: scaleX(1);
}

.nav-cta-btn {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 11px 28px;
    background: var(--wine);
    color: var(--ivory) !important;
    border: 1px solid var(--wine);
    transition: all 0.3s;
    white-space: nowrap;
}

.nav-cta-btn:hover {
    background: transparent !important;
    color: var(--wine) !important;
}

/* Hidden on desktop — only shown inside mobile menu overlay */
.mobile-nav-cta {
    display: none;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--wine);
    transition: all 0.3s;
}

/* =====================================================
   FOOTER
   ===================================================== */
footer,
#site-footer {
    background: var(--charcoal);
    color: var(--champagne);
    padding: 70px 60px 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p {
    font-size: 14px;
    color: rgba(243, 236, 230, 0.6);
    line-height: 1.85;
    margin-top: 24px;
    max-width: 340px;
}

.footer-col h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--rosegold);
    margin-bottom: 24px;
    font-weight: 400;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col a {
    font-size: 14px;
    color: rgba(243, 236, 230, 0.55);
    transition: color 0.3s;
}

.footer-col a:hover {
    color: var(--rosegold-soft);
}

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 12px;
    color: rgba(243, 236, 230, 0.3);
}

/* =====================================================
   TYPOGRAPHY UTILITIES
   ===================================================== */
.section-label {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rosegold);
    margin-bottom: 16px;
    font-weight: 600;
    display: block;
}

.section-title {
    font-family: 'Lora', serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.15;
    color: var(--wine);
}

.section-title em {
    color: var(--rosegold);
    font-style: italic;
}

.section-body {
    font-size: 18px;
    color: var(--muted-grey);
    max-width: 600px;
    line-height: 1.85;
}

.divider {
    width: 56px;
    height: 1px;
    background: var(--rosegold);
    margin: 28px 0;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn-primary,
.elementor-button.btn-primary {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 16px 40px;
    background: var(--wine);
    color: var(--ivory);
    border: 1px solid var(--wine);
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.btn-primary:hover {
    background: var(--wine-dark);
    border-color: var(--wine-dark);
    color: var(--ivory);
}

.btn-secondary,
.elementor-button.btn-secondary {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: 1px solid var(--wine);
    color: var(--wine);
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
}

.btn-secondary:hover {
    background: var(--wine);
    color: var(--ivory);
}

.btn-rosegold {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 14px 36px;
    border: 1px solid var(--rosegold);
    color: var(--rosegold);
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
}

.btn-rosegold:hover {
    background: var(--rosegold);
    color: var(--ivory);
}

.btn-ghost-light {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: 1px solid rgba(230, 194, 166, 0.5);
    color: var(--rosegold-soft);
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
}

.btn-ghost-light:hover {
    border-color: var(--rosegold-soft);
    background: rgba(230, 194, 166, 0.1);
}

/* =====================================================
   HOME — HERO
   ===================================================== */
#hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    padding-top: 80px;
    background: var(--wine-dark);
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: linear-gradient(135deg, var(--wine-dark) 0%, #2D080E 100%);
    position: relative;
    overflow: hidden;
}

.hero-left::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle at 30% 20%, rgba(201, 162, 126, 0.12) 0%, rgba(0, 0, 0, 0) 65%);
    pointer-events: none;
    z-index: 0;
}

.hero-left::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 70%;
    height: 70%;
    background: repeating-linear-gradient(45deg, rgba(201, 162, 126, 0.03) 0px, rgba(201, 162, 126, 0.03) 2px, transparent 2px, transparent 10px);
    pointer-events: none;
    z-index: 0;
}

.hero-left>* {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rosegold);
    margin-bottom: 32px;
}

.hero-name {
    font-size: clamp(70px, 7.5vw, 104px);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    color: var(--ivory);
}

.hero-name em {
    color: var(--rosegold);
    font-style: italic;
}

.hero-tagline {
    font-size: clamp(18px, 1.8vw, 22px);
    color: var(--rosegold-pale);
    max-width: 480px;
    margin-bottom: 56px;
    line-height: 1.8;
}

.hero-ctas {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-ctas .btn-primary {
    background: var(--rosegold);
    border-color: var(--rosegold);
    color: var(--wine-dark);
}

.hero-ctas .btn-primary:hover {
    background: var(--ivory);
    border-color: var(--ivory);
    color: var(--wine-dark);
}

.hero-ctas .btn-secondary {
    border-color: var(--rosegold-pale);
    color: var(--rosegold-pale);
}

.hero-ctas .btn-secondary:hover {
    background: var(--rosegold-pale);
    color: var(--wine-dark);
}

.hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-image-placeholder {
    width: 380px;
    height: 500px;
    background: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: var(--muted-grey);
    font-style: italic;
}

.hero-banner {
    grid-column: 1 / -1;
    padding: 32px 60px;
    background: var(--wine);
    color: var(--champagne);
}

.hero-banner-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-banner-inner p {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}


/* =====================================================
   SERVE GRID / CARDS
   ===================================================== */
.serve-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--border);
}

/* Prevent grid blowout on narrow viewports */
.serve-card,
.book-card,
.speaking-topic {
    min-width: 0;
}

.serve-card {
    background: var(--ivory);
    padding: 56px 40px;
    display: flex;
    flex-direction: column;
    transition: background 0.3s;
}

.serve-card:hover {
    background: var(--champagne);
}

.serve-number {
    font-family: 'Lora', serif;
    font-size: 48px;
    font-weight: 300;
    color: var(--rosegold-pale);
    line-height: 1;
    margin-bottom: 28px;
}

.serve-card h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--wine);
    line-height: 1.3;
}

.serve-card p {
    font-size: 19px;
    font-weight: 500;
    color: var(--charcoal);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 36px;
}

.serve-link {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rosegold);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s, color 0.3s;
}

.serve-link::after {
    content: '→';
}

.serve-link:hover {
    gap: 16px;
    color: var(--wine);
}

/* =====================================================
   PAGE HERO (inner pages)
   ===================================================== */
.page-hero {
    padding: 156px 60px 80px;
    background: var(--champagne);
    border-bottom: 1px solid var(--border);
}

.page-hero h1 {
    font-size: clamp(42px, 5.5vw, 76px);
    font-weight: 500;
    max-width: 800px;
    line-height: 1.1;
}

.page-eyebrow {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rosegold);
    margin-bottom: 20px;
    display: block;
}

/* =====================================================
   ABOUT / BLOCKQUOTE
   ===================================================== */
#about {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-image {
    background: var(--border);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', serif;
    font-size: 18px;
    color: var(--muted-grey);
    font-style: italic;
}

.about-content {
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--champagne);
}

blockquote,
.about-quote {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    color: var(--wine);
    line-height: 1.6;
    margin-bottom: 28px;
    padding: 24px 28px;
    background: var(--rosegold-pale);
    border-left: 3px solid var(--rosegold);
}

/* =====================================================
   BOOKS
   ===================================================== */
.books-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.book-card {
    display: flex;
    flex-direction: column;
}

.book-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--wine);
    line-height: 1.3;
}

.book-promise {
    font-family: 'Lora', serif;
    font-size: 21px;
    color: var(--rosegold);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 16px;
}

.book-description {
    font-size: 18px;
    font-weight: 500;
    color: var(--charcoal);
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
}

.book-cover-placeholder {
    width: 100%;
    aspect-ratio: 2/3;
    background: var(--champagne);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', serif;
    font-size: 14px;
    color: var(--rosegold);
    font-style: italic;
    margin-bottom: 28px;
}

/* =====================================================
   SPEAKING
   ===================================================== */
#speaking {
    padding: 100px 60px;
    background: var(--wine);
    color: var(--champagne);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

#speaking .section-label {
    color: var(--rosegold-soft);
}

#speaking .section-title {
    color: var(--ivory);
}

#speaking .section-body {
    color: rgba(243, 236, 230, 0.7);
}

.speaking-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.speaking-topic {
    padding: 28px 32px;
    border: 1px solid rgba(201, 162, 126, 0.25);
    transition: border-color 0.3s, background 0.3s;
}

.speaking-topic:hover {
    border-color: var(--rosegold-soft);
    background: rgba(230, 194, 166, 0.08);
}

.speaking-topic h4 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--rosegold-soft);
}

.speaking-topic p {
    font-size: 14px;
    color: rgba(243, 236, 230, 0.6);
    line-height: 1.75;
}

/* =====================================================
   CONTACT FORM
   ===================================================== */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-grey);
}

.form-group input,
.form-group textarea,
.form-group select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.elementor-field {
    padding: 14px 16px;
    border: 1px solid var(--border) !important;
    background: var(--ivory) !important;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--charcoal);
    outline: none;
    transition: border-color 0.3s;
    border-radius: 0 !important;
    width: 100%;
}

.form-group input:focus,
.form-group textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.elementor-field:focus {
    border-color: var(--rosegold) !important;
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

/* =====================================================
   ELEMENTOR FORM OVERRIDES
   ===================================================== */
.elementor-form .elementor-field-group {
    margin-bottom: 20px;
}

.elementor-form .elementor-field-label {
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--muted-grey) !important;
}

.elementor-form .elementor-button {
    background: var(--wine) !important;
    color: var(--ivory) !important;
    border: 1px solid var(--wine) !important;
    border-radius: 0 !important;
}

.elementor-form .elementor-button:hover {
    background: var(--wine-dark) !important;
    border-color: var(--wine-dark) !important;
}

/* =====================================================
   RESPONSIVE — 4-TIER BREAKPOINT SYSTEM
   1200px  tablet-large
    900px  tablet / mobile-nav
    640px  mobile
    400px  small-mobile
   ===================================================== */

/* ── 1200px: Tablet-large — tighten spacing ── */
@media (max-width: 1200px) {
    .header-inner {
        padding: 14px 40px;
    }

    .hero-left {
        padding: 80px 40px;
    }

    .hero-name {
        font-size: clamp(52px, 6vw, 80px);
    }

    .container {
        padding: 0 40px;
    }

    footer,
    #site-footer {
        padding: 60px 40px 0;
    }

    .footer-inner {
        gap: 40px;
    }

    /* Books grid 3-col → 2-col */
    .books-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    /* Org 3-col → 2-col */
    .org-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── 900px: Tablet / Mobile Nav breakpoint ── */
@media (max-width: 900px) {

    /* Header */
    .header-inner {
        padding: 12px 20px;
        position: relative;
    }

    /* Hide desktop nav & CTA */
    .primary-nav,
    .nav-cta-btn {
        display: none;
    }

    /* Safe fallback using :has() for modern browsers */
    body:has(.primary-nav.open) {
        overflow: hidden !important;
    }

    #site-header:has(.primary-nav.open) {
        height: 100vh !important;
        background: var(--ivory) !important;
    }

    /* Mobile nav overlay — full screen panel */
    .primary-nav.open {
        display: flex !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        width: 100vw !important;
        background: var(--ivory) !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        z-index: 99999 !important;
        padding: 80px 24px 40px !important;
    }

    /* Make every nav link big and tappable in the overlay */
    .primary-nav.open ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .primary-nav.open ul li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid var(--border-light);
    }

    .primary-nav.open ul li:first-child {
        border-top: 1px solid var(--border-light);
    }

    .primary-nav.open a {
        display: block;
        padding: 20px 24px;
        font-size: 13px;
        letter-spacing: 0.2em;
        color: var(--charcoal);
    }

    .primary-nav.open a:hover {
        color: var(--wine);
        background: var(--champagne);
    }

    /* Show mobile CTA link at the bottom of the overlay */
    .mobile-nav-cta {
        display: inline-block;
        margin-top: 32px;
        padding: 16px 48px;
        background: var(--wine);
        color: var(--ivory);
        font-family: 'Manrope', sans-serif;
        font-size: 11px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        border: 1px solid var(--wine);
        transition: background 0.3s, border-color 0.3s;
    }

    .mobile-nav-cta:hover {
        background: var(--wine-dark);
        border-color: var(--wine-dark);
    }

    .menu-toggle {
        display: flex;
        z-index: 100000 !important;
        position: relative;
    }

    /* Animated hamburger → X */
    .menu-toggle.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    /* Hero — stack columns */
    #hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-left {
        padding: 110px 20px 48px;
    }

    /* Show the portrait underneath the text on mobile */
    .hero-right {
        display: flex;
        min-height: 300px;
        max-height: 420px;
    }

    .hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .hero-banner {
        padding: 28px 20px;
    }

    .hero-banner-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    /* About */
    #about {
        grid-template-columns: 1fr;
    }

    .about-image {
        min-height: 280px;
    }

    .about-content {
        padding: 56px 20px;
    }

    /* About page split */
    .about-split {
        grid-template-columns: 1fr !important;
    }

    .about-body {
        padding: 48px 20px !important;
    }

    /* Speaking home section */
    #speaking {
        grid-template-columns: 1fr;
        padding: 60px 20px;
        gap: 40px;
    }

    /* Who I Serve grid */
    .serve-grid {
        grid-template-columns: 1fr;
    }

    .serve-card {
        padding: 40px 24px;
    }

    /* Books grid */
    .books-grid {
        grid-template-columns: 1fr;
    }

    .books-section {
        padding: 70px 20px !important;
    }

    /* Books page */
    .book-entry {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .books-body {
        padding: 56px 20px !important;
    }

    .book-entry .book-cover-placeholder,
    .book-entry img {
        max-width: 240px !important;
    }

    /* Contact grid */
    .contact-grid {
        grid-template-columns: 1fr !important;
        padding: 56px 20px !important;
        gap: 40px !important;
    }

    /* Speaking page */
    .speaking-topics-section>div {
        padding: 48px 20px 0 !important;
    }

    .topics-grid {
        grid-template-columns: 1fr !important;
    }

    .speaking-testimonials {
        grid-template-columns: 1fr !important;
    }

    .speaking-audiences {
        padding: 60px 20px !important;
    }

    .audiences-grid {
        grid-template-columns: 1fr !important;
    }

    .speaking-cta {
        grid-template-columns: 1fr !important;
        padding: 60px 20px !important;
        gap: 32px !important;
    }

    .speaking-booking {
        padding: 60px 20px !important;
    }

    /* Pathway cards */
    .pathway-cards {
        grid-template-columns: 1fr !important;
    }

    .pathway-grid {
        padding: 56px 20px !important;
    }

    .pathway-not-sure {
        padding: 48px 20px !important;
    }

    /* Org services */
    .org-services {
        padding: 56px 20px !important;
    }

    .org-grid {
        grid-template-columns: 1fr !important;
    }

    .org-cta-strip {
        grid-template-columns: 1fr !important;
        padding: 56px 20px !important;
        gap: 32px !important;
    }

    /* Media kit */
    .kit-body {
        padding: 56px 20px !important;
    }

    .headshot-grid {
        grid-template-columns: 1fr !important;
    }

    /* Page hero inner pages */
    .page-hero {
        padding: 110px 20px 52px;
    }

    .page-hero h1 {
        font-size: clamp(30px, 8vw, 48px);
    }

    /* Footer */
    footer,
    #site-footer {
        padding: 56px 20px 0;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .container {
        padding: 0 20px;
    }

    /* Serve hub and section padding */
    .serve-hub,
    .serve-hub-intro {
        padding: 56px 20px !important;
        margin-bottom: 0 !important;
    }

    .serve-hub {
        padding: 0 !important;
    }

    .serve-hub>.serve-hub-intro {
        padding: 48px 20px 32px !important;
    }

    .serve-hub>.serve-grid {
        padding: 0;
    }
}

/* ── 640px: Mobile ── */
@media (max-width: 640px) {

    .hero-name {
        font-size: clamp(42px, 11vw, 60px);
    }

    .hero-tagline {
        font-size: 15px;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hero-ctas .btn-primary,
    .hero-ctas .btn-secondary {
        text-align: center;
        padding: 18px 24px;
    }

    .section-title {
        font-size: clamp(28px, 8vw, 40px);
    }

    .books-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    /* Stack path/serve card CTAs */
    .org-cta-strip>div:last-child {
        flex-direction: column;
        align-items: stretch;
    }

    .org-cta-strip a {
        text-align: center;
    }

    /* Media kit accordion */
    .accordion-header {
        padding: 16px 20px !important;
    }

    .accordion-header h3 {
        font-size: 18px !important;
    }

    .accordion-body {
        padding: 20px !important;
    }

    /* Buttons go full-width on mobile */
    .btn-primary,
    .btn-secondary,
    .btn-rosegold {
        width: 100%;
        text-align: center;
        padding: 18px 24px;
    }

    .books-crosslink .crosslinks {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* ── 400px: Small phones ── */
@media (max-width: 400px) {

    .header-inner {
        padding: 10px 16px;
    }

    .page-hero {
        padding: 100px 16px 44px;
    }

    .page-hero h1 {
        font-size: 28px;
    }

    .site-logo img {
        height: 42px;
    }

    /* Shrink section labels */
    .section-label,
    .page-eyebrow {
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    /* Tighter footer */
    footer,
    #site-footer {
        padding: 44px 16px 0;
    }
}