
        /* --- The Vogue Palette --- */
        :root {
            --bg-color: #FAF9F6;
            --text-primary: #1A1A1A;
            --text-secondary: #5A5A5A;
            --line-color: rgba(26, 26, 26, 0.15);
            --accent-color: #B59B72;
            --font-heading: 'Playfair Display', serif;
            --font-body: 'Montserrat', sans-serif;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: var(--bg-color); color: var(--text-primary); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; }
        body.modal-open { overflow: hidden; }

        h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 400; }
        .eyebrow { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-color); margin-bottom: 1rem; display: block; font-weight: 500; }
        a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
        a:hover { color: var(--accent-color); }
        em { font-style: italic; font-family: var(--font-heading); }

        /* --- Navigation --- */
        nav { position: fixed; top: 0; width: 100%; background: rgba(250, 249, 246, 0.95); border-bottom: 1px solid var(--line-color); z-index: 1000; height: 70px; display: flex; justify-content: space-between; align-items: center; padding: 0 5%; backdrop-filter: blur(10px); }
        .brand-logo { font-family: var(--font-heading); font-size: 1.5rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-primary); }
        .nav-links { display: flex; gap: 2.5rem; }
        .nav-links a { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }

        /* Breasts dropdown */
        .nav-dropdown { position: relative; }
        .nav-dropdown > a { display: flex; align-items: center; gap: 0.4rem; }
        .nav-dropdown > a::after { content: '▾'; font-size: 0.6rem; opacity: 0.6; }
        .dropdown-menu { position: absolute; top: calc(100% + 1rem); left: 50%; transform: translateX(-50%); background: rgba(250,249,246,0.98); border: 1px solid var(--line-color); backdrop-filter: blur(10px); min-width: 220px; opacity: 0; visibility: hidden; transition: all 0.3s ease; padding: 0.5rem 0; }
        .nav-dropdown.open > .dropdown-menu { opacity: 1; visibility: visible; }
        .dropdown-menu a { display: block; padding: 0.75rem 1.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; color: var(--text-primary); border-bottom: 1px solid var(--line-color); }
        .dropdown-menu a:last-child { border-bottom: none; }
        .dropdown-menu a:hover { color: var(--accent-color); background: rgba(181,155,114,0.05); }
        .dropdown-menu a.active { color: var(--accent-color); }

        .btn-consult { border: 1px solid var(--text-primary); padding: 10px 24px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; background: transparent; color: var(--text-primary); font-family: var(--font-body); }
        .btn-consult:hover { background: var(--text-primary); color: var(--bg-color); }
        .btn-consult-mobile { display: none; border: 1px solid var(--text-primary); padding: 10px 18px; font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; background: transparent; color: var(--text-primary); font-family: var(--font-body); }
        .btn-consult-mobile:hover { background: var(--text-primary); color: var(--bg-color); }

        /* --- Inner Page Hero --- */
        .inner-hero { position: relative; height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; background-color: var(--text-primary); overflow: hidden; }
        .inner-hero img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; z-index: 1; display: block; }
        .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(26,26,26,0.3), rgba(26,26,26,0.7)); z-index: 2; }
        .hero-content { position: relative; z-index: 3; max-width: 900px; padding: 0 20px; margin-top: 4rem; }
        .inner-hero h1 { font-size: 4.5rem; line-height: 1.1; margin-bottom: 1rem; }
        .inner-hero p { font-family: var(--font-body); font-size: 1rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: #E5E5E5; margin-bottom: 2.5rem; }
        .btn-hero { background: transparent; border: 1px solid #fff; color: #fff; padding: 16px 36px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.8rem; transition: all 0.3s ease; display: inline-block; cursor: pointer; font-family: var(--font-body); }
        .btn-hero:hover { background: #fff; color: var(--text-primary); }

        /* --- Philosophy Spread --- */
        .philosophy { padding: 8rem 5%; background-color: var(--bg-color); }
        .bio-container { display: flex; align-items: center; max-width: 1200px; margin: 0 auto; gap: 6rem; }
        .bio-text { flex: 1; text-align: left; }
        .bio-text h2 { font-size: 3.5rem; margin-bottom: 1rem; line-height: 1.2; }
        .bio-text p { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-top: 1.5rem; }
        .bio-text p::first-letter { font-family: var(--font-heading); font-size: 5rem; float: left; line-height: 0.85; margin-right: 0.8rem; margin-top: 0.3rem; color: var(--text-primary); }
        .bio-image-wrapper { flex: 1; position: relative; overflow: hidden; background-color: #E5E5E5; }
        .bio-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block;  }
        .bio-img:hover { transform: scale(1.02); }

        /* --- Accordion (Surgical Details) --- */
        .details-section { padding: 8rem 5%; background-color: #F0EFEA; }
        .details-container { max-width: 1000px; margin: 0 auto; }
        .details-header { text-align: center; margin-bottom: 4rem; }
        .details-header h2 { font-size: 3rem; }
        .accordion { border-bottom: 1px solid var(--line-color); }
        .accordion-btn { width: 100%; text-align: left; padding: 2rem 0; background: none; border: none; font-family: var(--font-heading); font-size: 1.8rem; color: var(--text-primary); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.3s ease; }
        .accordion-btn:hover { color: var(--accent-color); }
        .accordion-icon { font-family: var(--font-body); font-size: 1.5rem; font-weight: 300; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 1rem; }
        .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; font-weight: 300; color: var(--text-secondary); line-height: 1.8; }
        .accordion-content p { padding-bottom: 2rem; padding-right: 10%; }
        .accordion.active .accordion-content { max-height: 800px; }
        .accordion.active .accordion-icon { transform: rotate(45deg); color: var(--accent-color); }

        /* --- Gallery (Enhanced) --- */
        .gallery-section { padding: 8rem 5%; background-color: var(--text-primary); color: #fff; text-align: center; }
        .gallery-section .eyebrow { color: var(--accent-color); }
        .gallery-section h2 { font-size: 3.5rem; margin-bottom: 1rem; }
        .gallery-section .gallery-intro { font-size: 0.85rem; color: #aaa; font-weight: 300; letter-spacing: 0.05em; margin-bottom: 3rem; }
        .gallery-strip { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 40px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; cursor: grab; }
        .gallery-strip:active { cursor: grabbing; }
        .gallery-strip::-webkit-scrollbar { display: none; }
        .gallery-item { min-width: 450px; height: 550px; background: #2A2A2A; position: relative; flex-shrink: 0; overflow: hidden; }
        .gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: opacity 0.4s ease; display: block; pointer-events: none; }
        .gallery-item:hover img { opacity: 1; }
        .gallery-item figcaption { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(transparent, rgba(0,0,0,0.85)); padding: 50px 24px 24px 24px; text-align: left; }
        .gallery-item figcaption .fig-procedure { font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-color); display: block; margin-bottom: 0.3rem; }
        .gallery-item figcaption .fig-detail { font-family: var(--font-body); font-size: 0.75rem; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; color: #ddd; display: block; }
        .gallery-swipe-hint { display: none; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #777; margin-bottom: 2rem; }

        /* --- What to Expect Timeline --- */
        .timeline-section { padding: 8rem 5%; background-color: var(--bg-color); }
        .timeline-container { max-width: 900px; margin: 0 auto; }
        .timeline-header { text-align: center; margin-bottom: 5rem; }
        .timeline-header h2 { font-size: 3rem; }
        .timeline-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; margin-top: 1rem; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.8; }
        .timeline { position: relative; padding-left: 3rem; }
        .timeline::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--line-color); }
        .timeline-item { position: relative; padding-bottom: 3.5rem; }
        .timeline-item:last-child { padding-bottom: 0; }
        .timeline-dot { position: absolute; left: -3rem; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent-color); transform: translateX(-4.5px); }
        .timeline-step { font-family: var(--font-body); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-color); font-weight: 500; margin-bottom: 0.4rem; display: block; }
        .timeline-item h3 { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 400; margin-bottom: 0.75rem; }
        .timeline-item p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }

        /* --- Credentials Callout --- */
        .credentials-section { padding: 7rem 5%; background-color: var(--text-primary); color: #fff; }
        .credentials-container { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 6rem; }
        .credentials-text { flex: 1; }
        .credentials-text .eyebrow { color: var(--accent-color); }
        .credentials-text h2 { font-size: 3rem; margin-bottom: 1.5rem; line-height: 1.2; color: #fff; }
        .credentials-text p { font-size: 1rem; color: #bbb; font-weight: 300; line-height: 1.9; margin-bottom: 2rem; }
        .credentials-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
        .credential-item { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1.5rem; }
        .credential-number { font-family: var(--font-heading); font-size: 3rem; color: var(--accent-color); line-height: 1; margin-bottom: 0.4rem; }
        .credential-label { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: #aaa; font-weight: 500; line-height: 1.5; }

        /* --- Reviews --- */
        .reviews-section { padding: 8rem 5%; background-color: #F0EFEA; text-align: center; }
        .reviews-section h2 { font-size: 3.5rem; margin-bottom: 4rem; }
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; max-width: 1200px; margin: 0 auto; }
        .review-card { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
        .stars { color: var(--accent-color); font-size: 1.2rem; margin-bottom: 1.5rem; letter-spacing: 2px; }
        .review-quote { font-family: var(--font-heading); font-size: 1.6rem; font-style: italic; line-height: 1.4; color: var(--text-primary); margin-bottom: 2rem; }
        .review-author { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: var(--text-secondary); }
        .review-procedure { display: block; font-weight: 400; color: var(--accent-color); margin-top: 0.3rem; font-size: 0.65rem; }

        /* --- Is This Right For Me --- */
        .candidacy-section { padding: 8rem 5%; background-color: #F0EFEA; }
        .candidacy-container { max-width: 1100px; margin: 0 auto; }
        .candidacy-header { text-align: center; margin-bottom: 4rem; }
        .candidacy-header h2 { font-size: 3rem; }
        .candidacy-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 1rem auto 0; line-height: 1.8; }
        .candidacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 3rem; }
        .candidacy-card { background: var(--bg-color); padding: 2.5rem; }
        .candidacy-card-label { font-family: var(--font-body); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-color); font-weight: 500; margin-bottom: 1rem; display: block; }
        .candidacy-card h3 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem; }
        .candidacy-card ul { list-style: none; padding: 0; }
        .candidacy-card ul li { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; padding: 0.4rem 0; border-bottom: 1px solid var(--line-color); display: flex; align-items: baseline; gap: 0.75rem; }
        .candidacy-card ul li:last-child { border-bottom: none; }
        .candidacy-card ul li::before { content: '—'; color: var(--accent-color); font-size: 0.75rem; flex-shrink: 0; }
        .candidacy-cta { text-align: center; }
        .candidacy-cta p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; margin-bottom: 2rem; }

        /* --- FAQ --- */
        .faq-section { padding: 8rem 5%; background-color: var(--bg-color); }
        .faq-container { max-width: 900px; margin: 0 auto; }
        .faq-header { text-align: center; margin-bottom: 4rem; }
        .faq-header h2 { font-size: 3rem; }
        .faq-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 1rem auto 0; line-height: 1.8; }

        /* --- Recovery Section --- */
        .recovery-section { padding: 8rem 5%; background-color: #F0EFEA; text-align: center; border-bottom: 1px solid var(--line-color); }
        .recovery-section h2 { font-size: 3rem; margin-bottom: 2rem; }
        .recovery-section p { max-width: 700px; margin: 0 auto 3rem auto; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }
        .btn-primary { display: inline-block; background: var(--text-primary); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary:hover { background: var(--accent-color); color: var(--bg-color); }

        /* --- Footer --- */
        footer { background: var(--text-primary); color: #fff; padding: 6rem 5%; text-align: center; }
        .footer-logo { font-family: var(--font-heading); font-size: 2rem; letter-spacing: 0.1em; margin-bottom: 2rem; text-transform: uppercase; }
        .footer-links { display: flex; justify-content: center; gap: 3rem; margin-bottom: 3rem; flex-wrap: wrap; }
        .footer-links a { color: #aaa; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
        .footer-links a:hover { color: #fff; }

        /* ================================================
           STICKY MOBILE CTA BAR
        ================================================ */
        .sticky-cta {
            display: none;
            position: fixed; bottom: 0; left: 0; width: 100%; z-index: 998;
            background: var(--text-primary);
            padding: 14px 5%;
            border-top: 1px solid rgba(255,255,255,0.1);
            transform: translateY(100%);
            transition: transform 0.4s ease;
        }
        .sticky-cta.visible { transform: translateY(0); }
        .sticky-cta button {
            width: 100%; background: var(--accent-color); color: var(--bg-color);
            border: none; padding: 16px; font-family: var(--font-body);
            font-size: 0.75rem; font-weight: 500; text-transform: uppercase;
            letter-spacing: 0.15em; cursor: pointer; transition: background 0.3s ease;
        }
        .sticky-cta button:hover { background: #a08860; }

        /* ================================================
           CONSULTATION MODAL
        ================================================ */
        .modal-overlay {
            position: fixed; inset: 0; z-index: 9999;
            background: rgba(10, 10, 10, 0.75);
            backdrop-filter: blur(6px);
            display: flex; align-items: center; justify-content: center;
            opacity: 0; visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
            padding: 20px;
        }
        .modal-overlay.active { opacity: 1; visibility: visible; }
        .modal {
            background: var(--bg-color); max-width: 520px; width: 100%;
            padding: 4rem; position: relative;
            transform: translateY(20px); transition: transform 0.4s ease;
        }
        .modal-overlay.active .modal { transform: translateY(0); }
        .modal-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; cursor: pointer; font-size: 1.4rem; color: var(--text-secondary); line-height: 1; padding: 4px; transition: color 0.3s ease; }
        .modal-close:hover { color: var(--text-primary); }
        .modal-eyebrow { font-family: var(--font-body); font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent-color); font-weight: 500; display: block; margin-bottom: 0.75rem; }
        .modal h2 { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 400; margin-bottom: 0.5rem; line-height: 1.2; }
        .modal-subtitle { font-size: 0.85rem; color: var(--text-secondary); font-weight: 300; margin-bottom: 2.5rem; line-height: 1.6; }
        .modal-options { display: flex; flex-direction: column; }
        .modal-option { display: flex; align-items: center; gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line-color); text-decoration: none; color: var(--text-primary); transition: all 0.3s ease; cursor: pointer; background: none; border-left: none; border-right: none; border-top: none; width: 100%; text-align: left; font-family: var(--font-body); }
        .modal-option:last-child { border-bottom: none; }
        .modal-option:hover { padding-left: 0.5rem; }
        .modal-option:hover .modal-option-label { color: var(--accent-color); }
        .modal-option-icon { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid var(--line-color); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all 0.3s ease; }
        .modal-option:hover .modal-option-icon { border-color: var(--accent-color); background: var(--accent-color); }
        .modal-option-text { flex: 1; }
        .modal-option-label { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 400; display: block; margin-bottom: 0.15rem; transition: color 0.3s ease; }
        .modal-option-detail { font-size: 0.68rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }
        .modal-option-arrow { font-size: 1rem; color: var(--text-secondary); transition: all 0.3s ease; }
        .modal-option:hover .modal-option-arrow { color: var(--accent-color); transform: translateX(4px); }
        .modal-form-panel { display: none; margin-top: 2rem; border-top: 1px solid var(--line-color); padding-top: 2rem; }
        .modal-form-panel.active { display: block; }
        .modal-form-back { background: none; border: none; cursor: pointer; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--text-secondary); font-family: var(--font-body); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.5rem; padding: 0; transition: color 0.3s ease; }
        .modal-form-back:hover { color: var(--accent-color); }
        .jotform-placeholder { background: #f5f5f0; border: 1px dashed var(--line-color); padding: 3rem 2rem; text-align: center; font-size: 0.8rem; color: var(--text-secondary); letter-spacing: 0.05em; }

        /* ================================================
           RESPONSIVE
        ================================================ */
        @media (max-width: 1024px) {
            .bio-container { flex-direction: column; gap: 4rem; text-align: center; }
            .bio-text { text-align: center; }
            .bio-text p { text-align: left; }
            .credentials-container { flex-direction: column; gap: 4rem; }
            .candidacy-grid { grid-template-columns: 1fr; }
        }

        @media (max-width: 768px) {
            .nav-links { display: none; }
            .btn-consult { display: none; }
            .btn-consult-mobile { display: block; }
            .sticky-cta { display: block; }

            .inner-hero { height: 40vh; }
            .inner-hero h1 { font-size: 2.8rem; }
            .inner-hero p { font-size: 0.8rem; margin-bottom: 2rem; }
            .btn-hero { padding: 14px 28px; font-size: 0.75rem; }

            .philosophy { padding: 5rem 5%; }
            .bio-text h2 { font-size: 2.5rem; }
            .bio-text p::first-letter { font-size: 3.5rem; }

            .details-section { padding: 5rem 5%; }
            .details-header h2 { font-size: 2.2rem; }
            .accordion-btn { font-size: 1.3rem; padding: 1.5rem 0; }
            .accordion-content p { padding-right: 0; }

            .gallery-section { padding: 5rem 5%; }
            .gallery-section h2 { font-size: 2.5rem; margin-bottom: 1rem; }
            .gallery-swipe-hint { display: block; }
            .gallery-item { min-width: 280px; height: 380px; }

            .timeline-section { padding: 5rem 5%; }
            .timeline-header h2 { font-size: 2.2rem; }
            .timeline { padding-left: 2rem; }
            .timeline-dot { left: -2rem; }

            .credentials-section { padding: 5rem 5%; }
            .credentials-text h2 { font-size: 2.2rem; }
            .credentials-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

            .candidacy-section { padding: 5rem 5%; }
            .candidacy-header h2 { font-size: 2.2rem; }
            .reviews-grid { grid-template-columns: 1fr; gap: 2rem; }

            .faq-section { padding: 5rem 5%; }
            .faq-header h2 { font-size: 2.2rem; }

            .recovery-section { padding: 5rem 5%; }
            .recovery-section h2 { font-size: 2.2rem; }
            .btn-primary { width: 100%; text-align: center; padding: 18px 20px; margin-bottom: 5rem; }

            .modal { padding: 2.5rem 1.75rem; }
            .modal h2 { font-size: 1.8rem; }
            .modal-option { gap: 1rem; }
        }

        @media (max-width: 480px) {
            .inner-hero h1 { font-size: 2.2rem; }
            .modal-option-label { font-size: 1.1rem; }
            .modal-option-icon { width: 36px; height: 36px; font-size: 0.9rem; }
        }
    
        /* ── MOBILE NAVIGATION ── */
        .hamburger { display:none; flex-direction:column; justify-content:center; gap:5px; width:36px; height:36px; cursor:pointer; background:none; border:none; padding:4px; z-index:1100; }
        .hamburger span { display:block; width:22px; height:1.5px; background:var(--text-primary); transition:all 0.35s ease; transform-origin:center; }
        .hamburger.open span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
        .hamburger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
        .hamburger.open span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
        .mobile-drawer { position:fixed; top:0; right:0; width:100%; height:100%; background:var(--bg-color); z-index:1050; transform:translateX(100%); transition:transform 0.4s cubic-bezier(0.4,0,0.2,1); overflow-y:auto; padding:90px 8% 4rem; }
        .mobile-drawer.open { transform:translateX(0); }
        .mobile-nav-section { border-bottom:1px solid var(--line-color); padding:1.25rem 0; }
        .mobile-nav-section:last-child { border-bottom:none; }
        .mobile-nav-category { font-family:var(--font-body); font-size:0.65rem; text-transform:uppercase; letter-spacing:0.25em; font-weight:700; color:var(--accent-color); margin-bottom:0.75rem; display:block; }
        .mobile-nav-links { display:flex; flex-direction:column; gap:0; }
        .mobile-nav-links a { font-family:var(--font-heading); font-size:1.4rem; font-weight:400; color:var(--text-primary); padding:0.4rem 0; border-bottom:1px solid var(--line-color); transition:color 0.3s ease, padding-left 0.3s ease; display:block; }
        .mobile-nav-links a:last-child { border-bottom:none; }
        .mobile-nav-links a:hover { color:var(--accent-color); padding-left:0.5rem; }
        .mobile-nav-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:2rem; padding-bottom:1.5rem; border-bottom:1px solid var(--line-color); }
        .mobile-nav-top a { font-family:var(--font-heading); font-size:1.8rem; letter-spacing:0.05em; text-transform:uppercase; }
        .mobile-cta { margin-top:2rem; display:flex; flex-direction:column; gap:1rem; }
        .mobile-cta a, .mobile-cta button { display:block; text-align:center; padding:14px; font-family:var(--font-body); font-size:0.75rem; font-weight:500; text-transform:uppercase; letter-spacing:0.15em; cursor:pointer; transition:all 0.3s ease; width:100%; }
        .mobile-cta .btn-primary { background:var(--text-primary); color:var(--bg-color); border:1px solid var(--text-primary); }
        .mobile-cta .btn-primary:hover { background:var(--accent-color); border-color:var(--accent-color); }
        .mobile-cta .btn-secondary { background:transparent; color:var(--text-primary); border:1px solid var(--text-primary); }
        .mobile-cta .btn-secondary:hover { background:var(--text-primary); color:var(--bg-color); }
        .mobile-contact { margin-top:1.5rem; padding-top:1.5rem; border-top:1px solid var(--line-color); text-align:center; }
        .mobile-contact a { font-size:0.75rem; color:var(--text-secondary); text-transform:uppercase; letter-spacing:0.1em; font-weight:500; }
        @media (max-width:768px) { .nav-links { display:none !important; } .btn-consult { display:none !important; } .btn-consult-mobile { display:none !important; } .hamburger { display:flex; } }
        
/* ── JOURNAL ARTICLES ──────────────────────────────────────────────────────── */
.article-hero{position:relative;height:60vh;min-height:380px;overflow:hidden;background:var(--text-primary)}
.article-hero img{width:100%;height:100%;object-fit:cover;opacity:0.65;display:block}
.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(26,26,26,0.2) 0%,rgba(26,26,26,0.75) 100%)}
.article-hero-content{position:absolute;bottom:0;left:0;right:0;padding:4rem 5%;max-width:900px}
.article-hero-content .eyebrow{color:var(--accent-color)}
.article-hero-content h1{font-size:3.2rem;line-height:1.1;color:#fff;margin-bottom:1.5rem}
.article-hero-meta{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.article-hero-meta span{font-family:var(--font-body);font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;color:rgba(255,255,255,0.7);font-weight:500}
.meta-divider{width:1px;height:12px;background:rgba(255,255,255,0.3)}
.breadcrumb{padding:1.5rem 5%;background:var(--bg-color);border-bottom:1px solid var(--line-color)}
.breadcrumb-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:0.75rem}
.breadcrumb a,.breadcrumb span{font-family:var(--font-body);font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;font-weight:500;color:var(--text-secondary)}
.breadcrumb a:hover{color:var(--accent-color)}
.breadcrumb .sep{color:#ccc}
.breadcrumb .current{color:var(--text-primary)}
.article-layout{display:grid;grid-template-columns:1fr 300px;gap:6rem;max-width:1200px;margin:0 auto;padding:6rem 5%;align-items:start}
.article-body{min-width:0}
.article-body h2{font-size:2rem;margin:3rem 0 1.25rem;line-height:1.2;padding-top:1rem;border-top:1px solid var(--line-color)}
.article-body h2:first-child{margin-top:0;border-top:none;padding-top:0}
.article-body h3{font-size:1.5rem;margin:2rem 0 1rem}
.article-body h4{font-family:var(--font-body);font-size:0.8rem;text-transform:uppercase;letter-spacing:0.15em;font-weight:700;color:var(--text-primary);margin:1.5rem 0 0.75rem}
.article-body p{font-size:1.05rem;color:var(--text-secondary);line-height:1.9;font-weight:300;margin-bottom:1.5rem}
.article-body p strong{font-weight:600;color:var(--text-primary)}
.article-body ul,.article-body ol{padding-left:0;margin-bottom:1.5rem;list-style:none}
.article-body ul li,.article-body ol li{font-size:1rem;color:var(--text-secondary);font-weight:300;line-height:1.8;padding:0.4rem 0 0.4rem 1.5rem;position:relative;border-bottom:1px solid var(--line-color)}
.article-body ul li:last-child,.article-body ol li:last-child{border-bottom:none}
.article-body ul li::before{content:'—';position:absolute;left:0;color:var(--accent-color);font-size:0.8rem;top:0.6rem}
.article-body ol{counter-reset:item}
.article-body ol li{counter-increment:item}
.article-body ol li::before{content:counter(item)".";position:absolute;left:0;color:var(--accent-color);font-size:0.8rem;font-weight:700;top:0.55rem}
.article-body a{color:var(--accent-color);border-bottom:1px solid rgba(181,155,114,0.3)}
.article-body a:hover{border-bottom-color:var(--accent-color)}
.article-cta{background:#F0EFEA;padding:3rem;margin:3rem 0;text-align:center}
.article-cta p{font-size:1rem;color:var(--text-secondary);font-weight:300;margin-bottom:1.5rem;line-height:1.8}
.btn-article-cta{display:inline-block;background:var(--text-primary);color:var(--bg-color);padding:14px 32px;font-size:0.75rem;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;transition:all 0.3s ease;cursor:pointer;border:none;font-family:var(--font-body)}
.btn-article-cta:hover{background:var(--accent-color);color:var(--bg-color)}
.article-sidebar{position:sticky;top:90px}
.sidebar-block{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--line-color)}
.sidebar-block:last-child{border-bottom:none}
.sidebar-label{font-family:var(--font-body);font-size:0.65rem;text-transform:uppercase;letter-spacing:0.2em;font-weight:700;color:var(--text-primary);margin-bottom:1.25rem;display:block}
.sidebar-author{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.sidebar-author-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;background:#e5e5e5;flex-shrink:0}
.sidebar-author-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.sidebar-author-name{font-family:var(--font-heading);font-size:1rem;font-weight:400}
.sidebar-author-title{font-size:0.7rem;color:var(--text-secondary);font-weight:300;text-transform:uppercase;letter-spacing:0.1em}
.sidebar-toc{list-style:none;padding:0}
.sidebar-toc li{padding:0.4rem 0;border-bottom:1px solid var(--line-color)}
.sidebar-toc li:last-child{border-bottom:none}
.sidebar-toc a{font-size:0.8rem;color:var(--text-secondary);font-weight:400;transition:color 0.3s ease;line-height:1.5;display:block}
.sidebar-toc a:hover{color:var(--accent-color)}
.sidebar-cta{background:var(--text-primary);padding:2rem;text-align:center}
.sidebar-cta p{font-size:0.85rem;color:#bbb;font-weight:300;line-height:1.7;margin-bottom:1.5rem}
.btn-sidebar{display:block;background:var(--accent-color);color:var(--bg-color);padding:12px 20px;font-size:0.7rem;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;text-align:center;border:none;cursor:pointer;font-family:var(--font-body);width:100%;transition:background 0.3s ease}
.btn-sidebar:hover{background:#a08860}
@media(max-width:1024px){.article-layout{grid-template-columns:1fr;gap:4rem}.article-sidebar{position:static}.article-hero-content h1{font-size:2.4rem}}
@media(max-width:768px){.article-hero{height:50vh}.article-hero-content h1{font-size:1.9rem}.article-layout{padding:3rem 5%}.article-body h2{font-size:1.7rem}}


/* ── PAGE-SPECIFIC STYLES ──────────────────────────────────────── */

/* ── HOMEPAGE ──────────────────────────────── */
/* --- Hero Section --- */
        .hero { position: relative; height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; background-color: var(--text-primary); }
        #hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 15%; opacity: 0.8; }
        .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(26,26,26,0.2), rgba(26,26,26,0.6)); z-index: 1; }
        .hero-content { position: relative; z-index: 2; max-width: 900px; padding: 0 20px; }
        .hero h1 { font-size: 5.5rem; line-height: 1.1; margin-bottom: 1rem; letter-spacing: 1px; }
        .hero p { font-family: var(--font-body); font-size: 1rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2.5rem; color: #E5E5E5; }
        .btn-hero { background: transparent; border: 1px solid #fff; color: #fff; padding: 16px 36px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.8rem; transition: all 0.3s ease; display: inline-block; cursor: pointer; font-family: var(--font-body); }
        .btn-hero:hover { background: #fff; color: var(--text-primary); }

        /* --- SEO Introductory Text --- */
        .seo-intro { padding: 8rem 20%; text-align: center; background-color: var(--bg-color); }
        .seo-intro p { font-size: 1.2rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }
        .seo-link { color: var(--text-primary); font-weight: 500; border-bottom: 1px solid var(--accent-color); transition: all 0.3s ease; }
        .seo-link:hover { color: var(--accent-color); border-bottom-color: var(--text-primary); }

        /* --- Editorial Grid --- */
        .editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 0 1rem 1rem 1rem; background-color: var(--bg-color); }
        .grid-item { position: relative; height: 40vh; overflow: hidden; background-color: #222; display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem; text-align: center; }
        .grid-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; z-index: 1; opacity: 0.85; display: block; }
        .grid-item:hover .grid-img { transform: scale(1.04); opacity: 0.7; }
        .grid-content { position: relative; z-index: 2; color: #fff; }
        .grid-item h2 { font-size: 3rem; margin-bottom: 0.5rem; }
        .grid-item p { font-family: var(--font-heading); font-style: italic; font-size: 1.2rem; margin-bottom: 1.5rem; opacity: 0.9; }
        .grid-item a { display: inline-block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; border-bottom: 1px solid currentColor; padding-bottom: 0.3rem; font-weight: 500; }

        /* --- Gallery --- */
        .gallery-section { padding: 8rem 5%; background-color: var(--text-primary); color: #fff; text-align: center; }
        .gallery-section .eyebrow { color: var(--accent-color); }
        .gallery-section h2 { font-size: 3.5rem; margin-bottom: 4rem; }
        .gallery-strip { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 40px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; cursor: grab; }
        .gallery-strip:active { cursor: grabbing; }
        .gallery-strip::-webkit-scrollbar { display: none; }
        .gallery-item { min-width: 450px; height: 550px; background: #2A2A2A; position: relative; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-style: italic; color: #777; overflow: hidden; }
        .gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: opacity 0.4s ease; pointer-events: none; }
        .gallery-item:hover img { opacity: 1; }
        .gallery-caption { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(transparent, rgba(0,0,0,0.8)); padding: 40px 20px 20px 20px; text-align: left; font-family: var(--font-body); font-size: 0.75rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #fff; }
        .btn-gallery { display: inline-block; margin-top: 2rem; border: 1px solid var(--accent-color); color: var(--accent-color); padding: 14px 32px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; }
        .btn-gallery:hover { background: var(--accent-color); color: var(--text-primary); }
        .gallery-swipe-hint { display: none; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #777; margin-bottom: 2rem; }

        /* --- Bio / Philosophy --- */
        .philosophy { padding: 10rem 5%; background-color: var(--bg-color); }
        .bio-container { display: flex; align-items: center; max-width: 1400px; margin: 0 auto; gap: 6rem; }
        .bio-image-wrapper { flex: 1.5; position: relative; overflow: hidden; background-color: #E5E5E5; }
        .bio-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block;  }
        .bio-img:hover, .bio-img.revealed { transform: scale(1.02); }
        .bio-text { flex: 1; text-align: left; }
        .bio-text h2 { font-size: 4rem; margin-bottom: 0.5rem; line-height: 1.1; }
        .bio-text p { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-top: 2rem; }
        .bio-text p::first-letter { font-family: var(--font-heading); font-size: 5.5rem; float: left; line-height: 0.85; margin-right: 0.8rem; margin-top: 0.3rem; color: var(--text-primary); }

        /* --- Reviews --- */
        .reviews-section { padding: 8rem 5%; background-color: #F0EFEA; text-align: center; }
        .reviews-section h2 { font-size: 3.5rem; margin-bottom: 4rem; }
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; max-width: 1200px; margin: 0 auto; }
        .review-card { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
        .stars { color: var(--accent-color); font-size: 1.2rem; margin-bottom: 1.5rem; letter-spacing: 2px; }
        .review-quote { font-family: var(--font-heading); font-size: 1.6rem; font-style: italic; line-height: 1.4; color: var(--text-primary); margin-bottom: 2rem; }
        .review-author { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: var(--text-secondary); }
        .review-procedure { display: block; font-weight: 400; color: var(--accent-color); margin-top: 0.3rem; font-size: 0.65rem; }

        /* --- Journal --- */
        .journal { padding: 8rem 5%; background-color: var(--bg-color); }
        /* journal-header override removed */
        .journal-header h2 { font-size: 3.5rem; }
        .article-list { max-width: 1000px; margin: 0 auto; }
        .article-item { display: flex; justify-content: space-between; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line-color); transition: padding 0.3s ease; }
        .article-item:hover { padding-left: 1rem; padding-right: 1rem; }
        .article-meta { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-color); font-weight: 500; width: 20%; }
        .article-title { font-family: var(--font-heading); font-size: 1.8rem; color: var(--text-primary); width: 60%; }
        .article-link { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; width: 20%; text-align: right; border-bottom: none; }

        /* --- Concierge --- */
        .concierge-section { padding: 6rem 5%; background-color: #F0EFEA; text-align: center; border-bottom: 1px solid var(--line-color); }
        .concierge-section h2 { font-size: 2.5rem; margin-bottom: 2rem; }
        .concierge-section p { max-width: 600px; margin: 0 auto 3rem auto; color: var(--text-secondary); font-size: 1rem; font-weight: 300; }
        .local-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }

        /* --- Footer --- */

/* ── DR SCHWARTZ PAGE ──────────────────────────────── */
.philosophy-section { padding: 8rem 5%; background: #F0EFEA; }
        .philosophy-container { max-width: 1100px; margin: 0 auto; }
        .philosophy-header { text-align: center; margin-bottom: 5rem; }
        .philosophy-header h2 { font-size: 3rem; margin-bottom: 1rem; }
        .philosophy-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.8; }
        .philosophy-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
        .pillar { background: var(--bg-color); padding: 3rem 2.5rem; border-top: 3px solid var(--accent-color); }
        .pillar-number { font-family: var(--font-heading); font-size: 3rem; color: var(--accent-color); line-height: 1; margin-bottom: 1.5rem; opacity: 0.4; }
        .pillar h3 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem; }
        .pillar p { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; }

        /* RECOGNITION */
        .recognition-section { padding: 8rem 5%; background: var(--text-primary); color: #fff; }
        .recognition-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
        .recognition-block .eyebrow { color: var(--accent-color); }
        .recognition-block h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #fff; }
        .recognition-block p { font-size: 0.95rem; color: #bbb; font-weight: 300; line-height: 1.9; margin-bottom: 1.5rem; }
        .recognition-list { list-style: none; padding: 0; }
        .recognition-list li { font-size: 0.9rem; color: #bbb; font-weight: 300; line-height: 1.8; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; align-items: baseline; gap: 0.75rem; }
        .recognition-list li:last-child { border-bottom: none; }
        .recognition-list li::before { content: '—'; color: var(--accent-color); font-size: 0.75rem; flex-shrink: 0; }

        /* PULL QUOTE */
        .quote-section { padding: 7rem 5%; background: var(--bg-color); text-align: center; border-top: 1px solid var(--line-color); border-bottom: 1px solid var(--line-color); }
        .quote-section blockquote { font-family: var(--font-heading); font-size: 2.5rem; font-style: italic; line-height: 1.4; max-width: 900px; margin: 0 auto 2rem; color: var(--text-primary); }
        .quote-section cite { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent-color); font-weight: 500; font-style: normal; }

        /* CTA */
        .bio-cta { padding: 8rem 5%; background: #F0EFEA; text-align: center; }
        .bio-cta h2 { font-size: 3rem; margin-bottom: 1.5rem; }
        .bio-cta p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto 3rem; line-height: 1.8; }
        .btn-primary { display: inline-block; background: var(--text-primary); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary:hover { background: var(--accent-color); color: var(--bg-color); }

/* ── OUR TEAM PAGE ──────────────────────────────── */
.page-header { padding: 10rem 5% 6rem; background: var(--bg-color); text-align: center; border-bottom: 1px solid var(--line-color); }
        .page-header h1 { font-size: 5rem; line-height: 1.05; margin-bottom: 1.5rem; }
        .page-header p { font-size: 1.1rem; color: var(--text-secondary); font-weight: 300; max-width: 680px; margin: 0 auto; line-height: 1.9; }

        /* SURGEON INTRO — minimal, points to bio page */
        .surgeon-intro { padding: 7rem 5%; background: var(--text-primary); color: #fff; }
        .surgeon-intro-container { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 5rem; }
        .surgeon-intro-image { flex-shrink: 0; width: 220px; height: 280px; overflow: hidden; position: relative; }
        .surgeon-intro-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(100%) contrast(105%); transition: filter 1.2s ease; }
        .surgeon-intro-image:hover img { filter: grayscale(0%); }
        .surgeon-intro-text { flex: 1; }
        .surgeon-intro-text .eyebrow { color: var(--accent-color); }
        .surgeon-intro-text h2 { font-size: 2.5rem; color: #fff; margin-bottom: 0.5rem; }
        .surgeon-intro-text .title-line { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent-color); font-weight: 500; margin-bottom: 1.5rem; display: block; }
        .surgeon-intro-text p { font-size: 0.95rem; color: #bbb; font-weight: 300; line-height: 1.9; margin-bottom: 1.5rem; max-width: 600px; }
        .surgeon-intro-text a.learn-more { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); border-bottom: 1px solid var(--accent-color); padding-bottom: 0.2rem; transition: opacity 0.3s ease; }
        .surgeon-intro-text a.learn-more:hover { opacity: 0.7; }

        /* TEAM MEMBERS */
        .team-section { padding: 8rem 5%; background: var(--bg-color); }
        .team-container { max-width: 1100px; margin: 0 auto; }
        .team-header { text-align: center; margin-bottom: 6rem; }
        .team-header h2 { font-size: 3rem; margin-bottom: 1rem; }
        .team-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.8; }

        .team-member { display: grid; grid-template-columns: 380px 1fr; gap: 0; margin-bottom: 0; border-top: 1px solid var(--line-color); }
        .team-member:last-child { border-bottom: 1px solid var(--line-color); }
        .team-member.reverse { grid-template-columns: 1fr 380px; }
        .team-member-image { position: relative; overflow: hidden; background: #E5E5E5; aspect-ratio: 4/5; }
        .team-member.reverse .team-member-image { order: 2; }
        .team-member-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;  }
        .team-member-image:hover img { filter: grayscale(0%); transform: scale(1.02); }
        .team-member-content { padding: 5rem 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--bg-color); }
        .team-member.reverse .team-member-content { padding: 5rem 5rem; background: #F0EFEA; order: 1; }
        .team-member-content .eyebrow { margin-bottom: 0.5rem; }
        .team-member-content h3 { font-size: 3rem; line-height: 1.1; margin-bottom: 0.5rem; }
        .team-member-title { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-secondary); font-weight: 500; margin-bottom: 2rem; display: block; }
        .team-member-content p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .team-member-content p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 4rem; float: left; line-height: 0.85; margin-right: 0.7rem; margin-top: 0.2rem; color: var(--text-primary); }

        /* PRACTICE VALUES */
        .values-section { padding: 7rem 5%; background: #F0EFEA; }
        .values-container { max-width: 1100px; margin: 0 auto; text-align: center; }
        .values-container h2 { font-size: 3rem; margin-bottom: 1.5rem; }
        .values-container > p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 680px; margin: 0 auto 5rem; line-height: 1.9; }
        .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line-color); border: 1px solid var(--line-color); }
        .value-item { background: var(--bg-color); padding: 3rem 2.5rem; text-align: left; }
        .value-item h4 { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 400; margin-bottom: 1rem; }
        .value-item p { font-size: 0.875rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; }

        /* CTA */
        .team-cta { padding: 8rem 5%; background: var(--text-primary); text-align: center; }
        .team-cta .eyebrow { color: var(--accent-color); }
        .team-cta h2 { font-size: 3rem; margin-bottom: 1.5rem; color: #fff; }
        .team-cta p { font-size: 1rem; color: #bbb; font-weight: 300; max-width: 600px; margin: 0 auto 3rem; line-height: 1.9; }
        .btn-primary-light { display: inline-block; background: var(--accent-color); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary-light:hover { background: #a08860; color: var(--bg-color); }

/* ── JOURNAL INDEX ──────────────────────────────── */
/* ── PAGE HEADER ── */
    .journal-header { padding: 120px 5% 50px; border-bottom: 1px solid var(--line-color); }
    .journal-header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
    .journal-header-left .eyebrow { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent-color); font-weight: 500; display: block; margin-bottom: 1rem; }
    .journal-header-left h1 { font-size: clamp(3rem, 6vw, 5rem); line-height: 1; letter-spacing: -0.01em; }
    .journal-header-right { text-align: right; flex-shrink: 0; }
    .journal-header-right p { font-size: 0.8rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; max-width: 320px; }
    .article-count { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-secondary); font-weight: 500; margin-bottom: 0.5rem; display: block; }

    /* ── FEATURED ARTICLE ── */
    .featured-section { max-width: 1200px; margin: 0 auto; padding: 4rem 5% 2rem; }
    .featured-label { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 700; color: var(--text-primary); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; }
    .featured-label::after { content: ''; flex: 1; height: 1px; background: var(--line-color); }
    .featured-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line-color); overflow: hidden; transition: box-shadow 0.4s ease; }
    .featured-card:hover { box-shadow: 0 20px 60px rgba(26,26,26,0.08); }
    .featured-img { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--text-primary); }
    .featured-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: transform 0.7s ease, opacity 0.4s ease; display: block; }
    .featured-card:hover .featured-img img { transform: scale(1.03); opacity: 0.9; }
    .featured-img-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,26,26,0.3) 0%, transparent 60%); }
    .featured-content { padding: 4rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--bg-color); }
    .featured-content-top { flex: 1; }
    .featured-meta { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
    .cat-tag { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 700; color: var(--accent-color); border: 1px solid var(--accent-color); padding: 4px 10px; }
    .meta-read { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--text-secondary); }
    .featured-content h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.2; margin-bottom: 1.5rem; }
    .featured-content p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 2.5rem; }
    .featured-

/* ── JOURNAL FILTER BAR ──────────────────────────────────────────────────── */
.filter-section{border-top:1px solid var(--line-color);border-bottom:1px solid var(--line-color);position:sticky;top:70px;z-index:100;background:rgba(250,249,246,0.97);backdrop-filter:blur(10px)}
.filter-inner{max-width:1200px;margin:0 auto;padding:0 5%;display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}
.filter-inner::-webkit-scrollbar{display:none}
.filter-btn{font-size:0.68rem;text-transform:uppercase;letter-spacing:0.15em;font-weight:500;color:var(--text-secondary);padding:1.25rem 1.5rem;border:none;background:none;cursor:pointer;font-family:var(--font-body);white-space:nowrap;border-bottom:2px solid transparent;transition:all 0.3s ease}
.filter-btn:hover{color:var(--text-primary)}
.filter-btn.active{color:var(--text-primary);border-bottom-color:var(--accent-color)}
.filter-count{font-size:0.6rem;opacity:0.5;margin-left:0.4rem}
.grid-section{max-width:1200px;margin:0 auto;padding:5rem 5% 8rem}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem}
.article-card{display:flex;flex-direction:column;transition:opacity 0.4s ease,transform 0.4s ease}
.article-card.hidden{display:none}
.article-card-img{position:relative;overflow:hidden;aspect-ratio:3/2;background:var(--text-primary);margin-bottom:1.5rem}
.article-card-img img{width:100%;height:100%;object-fit:cover;opacity:0.8;transition:transform 0.6s ease,opacity 0.4s ease;display:block}
.article-card:hover .article-card-img img{transform:scale(1.05);opacity:0.9}
.article-card-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,26,26,0.4) 0%,transparent 50%)}
.card-cat{position:absolute;top:1rem;left:1rem;font-size:0.6rem;text-transform:uppercase;letter-spacing:0.15em;font-weight:700;color:#fff;background:rgba(181,155,114,0.9);padding:4px 10px}
.article-card-body{flex:1;display:flex;flex-direction:column}
.card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem}
.card-read{font-size:0.6rem;text-transform:uppercase;letter-spacing:0.15em;font-weight:500;color:var(--text-secondary)}
.article-card h3{font-size:1.15rem;line-height:1.35;margin-bottom:0.75rem;transition:color 0.3s ease}
.article-card:hover h3{color:var(--accent-color)}
.article-card p{font-size:0.82rem;color:var(--text-secondary);line-height:1.8;font-weight:300;flex:1;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-link{font-size:0.65rem;text-transform:uppercase;letter-spacing:0.15em;font-weight:700;color:var(--text-primary);display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;margin-top:auto;padding-top:1rem;border-top:1px solid var(--line-color)}
.card-link::after{content:'→';transition:transform 0.3s ease}
.card-link:hover{color:var(--accent-color)}
.card-link:hover::after{transform:translateX(3px)}
.no-results{grid-column:1/-1;text-align:center;padding:5rem 0}
.no-results p{font-size:0.9rem;color:var(--text-secondary);font-weight:300}
@media(max-width:1024px){.article-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.article-grid{grid-template-columns:1fr;gap:2.5rem}}

/* ── JOURNAL FEATURED ARTICLE FIXES ─────────────────────────────────────── */
.featured-section{max-width:1200px;margin:0 auto;padding:4rem 5% 2rem}
.featured-footer{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--line-color)}
.featured-author{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;font-weight:500;color:var(--text-secondary)}
.btn-read{display:inline-flex;align-items:center;gap:0.75rem;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.15em;color:var(--text-primary);transition:gap 0.3s ease}
.btn-read::after{content:'→';font-size:1rem;transition:transform 0.3s ease}
.btn-read:hover{color:var(--accent-color)}
.btn-read:hover::after{transform:translateX(4px)}


/* ── DR SCHWARTZ BIO PAGE ──────────────────────────────────────── */
t layout */
        section.bio-hero { padding-top: 70px; display: flex !important; min-height: 90vh; }
        .bio-hero-image { flex: 1; position: relative; overflow: hidden; background: var(--text-primary); min-height: 600px; }
        .bio-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;  }
        
        .bio-hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 6rem 8% 6rem 7%; background: var(--bg-color); }
        .bio-hero-content .eyebrow { margin-bottom: 1.5rem; }
        .bio-hero-content h1 { font-size: 4rem; line-height: 1.1; margin-bottom: 2rem; }
        .bio-hero-content h1 em { display: block; font-size: 1.8rem; margin-top: 0.5rem; color: var(--text-secondary); }
        .bio-hero-content p { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.5rem; }
        .bio-hero-content p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 4.5rem; float: left; line-height: 0.85; margin-right: 0.8rem; margin-top: 0.3rem; color: var(--text-primary); }
        .btn-hero-cta { display: inline-block; background: var(--text-primary); color: var(--bg-color); padding: 16px 36px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); margin-top: 1rem; }
        .btn-hero-cta:hover { background: var(--accent-color); color: var(--bg-color); }

        /* STATS STRIP */
        .stats-strip { background: var(--text-primary); padding: 4rem 5%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
        .stat-item { padding: 2rem 3rem; border-right: 1px solid rgba(255,255,255,0.1); text-align: center; }
        .stat-item:last-child { border-right: none; }
        .stat-number { font-family: var(--font-heading); font-size: 3.5rem; color: var(--accent-color); line-height: 1; margin-bottom: 0.5rem; }
        .stat-label { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: #aaa; font-weight: 500; line-height: 1.6; }

        /* TRAINING */
        .training-section { padding: 8rem 5%; background: var(--bg-color); }
        .training-container { max-width: 1100px; margin: 0 auto; }
        .training-header { text-align: center; margin-bottom: 5rem; }
        .training-header h2 { font-size: 3rem; margin-bottom: 1rem; }
        .training-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.8; }
        .institution-logos { display: flex; justify-content: center; align-items: center; gap: 4rem; margin-bottom: 5rem; flex-wrap: wrap; }
        .institution-logo { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
        .institution-logo-badge { width: 70px; height: 70px; border-radius: 50%; background: var(--text-primary); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 0.6rem; color: #fff; text-align: center; letter-spacing: 0.05em; font-weight: 400; padding: 0.5rem; line-height: 1.3; }
        .institution-logo-name { font-family: var(--font-body); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--text-secondary); font-weight: 500; text-align: center; }
        .training-narrative { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
        .training-narrative p { font-size: 1rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; }

        /* PHILOSOPHY */
        .philosophy-section { padding: 8rem 5%; background: #F0EFEA; }
        .philosophy-container { max-width: 1100px; margin: 0 auto; }
        .philosophy-header { text-align: center; margin-bottom: 5rem; }
        .philosophy-header h2 { font-size: 3rem; margin-bottom: 1rem; }
        .philosophy-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.8; }
        .philosophy-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
        .pillar { background: var(--bg-color); padding: 3rem 2.5rem; border-top: 3px solid var(--accent-color); }
        .pillar-number { font-family: var(--font-heading); font-size: 3rem; color: var(--accent-color); line-height: 1; margin-bottom: 1.5rem; opacity: 0.4; }
        .pillar h3 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem; }
        .pillar p { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; }

        /* RECOGNITION */
        .recognition-section { padding: 8rem 5%; background: var(--text-primary); color: #fff; }
        .recognition-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
        .recognition-block .eyebrow { color: var(--accent-color); }
        .recognition-block h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #fff; }
        .recognition-block p { font-size: 0.95rem; color: #bbb; font-weight: 300; line-height: 1.9; margin-bottom: 1.5rem; }
        .recognition-list { list-style: none; padding: 0; }
        .recognition-list li { font-size: 0.9rem; color: #bbb; font-weight: 300; line-height: 1.8; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; align-items: baseline; gap: 0.75rem; }
        .recognition-list li:last-child { border-bottom: none; }
        .recognition-list li::before { content: '—'; color: var(--accent-color); font-size: 0.75rem; flex-shrink: 0; }

        /* PULL QUOTE */
        .quote-section { padding: 7rem 5%; background: var(--bg-color); text-align: center; border-top: 1px solid var(--line-color); border-bottom: 1px solid var(--line-color); }
        .quote-section blockquote { font-family: var(--font-heading); font-size: 2.5rem; font-style: italic; line-height: 1.4; max-width: 900px; margin: 0 auto 2rem; color: var(--text-primary); }
        .quote-section cite { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent-color); font-weight: 500; font-style: normal; }

        /* CTA */
        .bio-cta { padding: 8rem 5%; background: #F0EFEA; text-align: center; }
        .bio-cta h2 { font-size: 3rem; margin-bottom: 1.5rem; }
        .bio-cta p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto 3rem; line-height: 1.8; }
        .btn-primary { display: inline-block; background: var(--text-primary); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary:hover { background: var(--accent-color); color: var(--bg-color); }


/* ── OUR TEAM PAGE ─────────────────────────────────────────────── */
.page-header { padding: 10rem 5% 6rem; background: var(--bg-color); text-align: center; border-bottom: 1px solid var(--line-color); }
        .page-header h1 { font-size: 5rem; line-height: 1.05; margin-bottom: 1.5rem; }
        .page-header p { font-size: 1.1rem; color: var(--text-secondary); font-weight: 300; max-width: 680px; margin: 0 auto; line-height: 1.9; }

        /* SURGEON INTRO — minimal, points to bio page */
        .surgeon-intro { padding: 7rem 5%; background: var(--text-primary); color: #fff; }
        .surgeon-intro-container { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 5rem; }
        .surgeon-intro-image { flex-shrink: 0; width: 220px; height: 280px; overflow: hidden; position: relative; }
        .surgeon-intro-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(100%) contrast(105%); transition: filter 1.2s ease; }
        .surgeon-intro-image:hover img { filter: grayscale(0%); }
        .surgeon-intro-text { flex: 1; }
        .surgeon-intro-text .eyebrow { color: var(--accent-color); }
        .surgeon-intro-text h2 { font-size: 2.5rem; color: #fff; margin-bottom: 0.5rem; }
        .surgeon-intro-text .title-line { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent-color); font-weight: 500; margin-bottom: 1.5rem; display: block; }
        .surgeon-intro-text p { font-size: 0.95rem; color: #bbb; font-weight: 300; line-height: 1.9; margin-bottom: 1.5rem; max-width: 600px; }
        .surgeon-intro-text a.learn-more { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); border-bottom: 1px solid var(--accent-color); padding-bottom: 0.2rem; transition: opacity 0.3s ease; }
        .surgeon-intro-text a.learn-more:hover { opacity: 0.7; }

        /* TEAM MEMBERS */
        .team-section { padding: 8rem 5%; background: var(--bg-color); }
        .team-container { max-width: 1100px; margin: 0 auto; }
        .team-header { text-align: center; margin-bottom: 6rem; }
        .team-header h2 { font-size: 3rem; margin-bottom: 1rem; }
        .team-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.8; }

        .team-member { display: grid; grid-template-columns: 380px 1fr; gap: 0; margin-bottom: 0; border-top: 1px solid var(--line-color); }
        .team-member:last-child { border-bottom: 1px solid var(--line-color); }
        .team-member.reverse { grid-template-columns: 1fr 380px; }
        .team-member-image { position: relative; overflow: hidden; background: #E5E5E5; aspect-ratio: 4/5; }
        .team-member.reverse .team-member-image { order: 2; }
        .team-member-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;  }
        .team-member-image:hover img { filter: grayscale(0%); transform: scale(1.02); }
        .team-member-content { padding: 5rem 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--bg-color); }
        .team-member.reverse .team-member-content { padding: 5rem 5rem; background: #F0EFEA; order: 1; }
        .team-member-content .eyebrow { margin-bottom: 0.5rem; }
        .team-member-content h3 { font-size: 3rem; line-height: 1.1; margin-bottom: 0.5rem; }
        .team-member-title { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-secondary); font-weight: 500; margin-bottom: 2rem; display: block; }
        .team-member-content p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .team-member-content p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 4rem; float: left; line-height: 0.85; margin-right: 0.7rem; margin-top: 0.2rem; color: var(--text-primary); }

        /* PRACTICE VALUES */
        .values-section { padding: 7rem 5%; background: #F0EFEA; }
        .values-container { max-width: 1100px; margin: 0 auto; text-align: center; }
        .values-container h2 { font-size: 3rem; margin-bottom: 1.5rem; }
        .values-container > p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 680px; margin: 0 auto 5rem; line-height: 1.9; }
        .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line-color); border: 1px solid var(--line-color); }
        .value-item { background: var(--bg-color); padding: 3rem 2.5rem; text-align: left; }
        .value-item h4 { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 400; margin-bottom: 1rem; }
        .value-item p { font-size: 0.875rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; }

        /* CTA */
        .team-cta { padding: 8rem 5%; background: var(--text-primary); text-align: center; }
        .team-cta .eyebrow { color: var(--accent-color); }
        .team-cta h2 { font-size: 3rem; margin-bottom: 1.5rem; color: #fff; }
        .team-cta p { font-size: 1rem; color: #bbb; font-weight: 300; max-width: 600px; margin: 0 auto 3rem; line-height: 1.9; }
        .btn-primary-light { display: inline-block; background: var(--accent-color); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary-light:hover { background: #a08860; color: var(--bg-color); }


/* ── OUR TEAM PAGE ─────────────────────────────────────────────── */
.page-header { padding: 10rem 5% 6rem; background: var(--bg-color); text-align: center; border-bottom: 1px solid var(--line-color); }
        .page-header h1 { font-size: 5rem; line-height: 1.05; margin-bottom: 1.5rem; }
        .page-header p { font-size: 1.1rem; color: var(--text-secondary); font-weight: 300; max-width: 680px; margin: 0 auto; line-height: 1.9; }

        /* SURGEON INTRO — minimal, points to bio page */
        .surgeon-intro { padding: 7rem 5%; background: var(--text-primary); color: #fff; }
        .surgeon-intro-container { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 5rem; }
        .surgeon-intro-image { flex-shrink: 0; width: 220px; height: 280px; overflow: hidden; position: relative; }
        .surgeon-intro-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(100%) contrast(105%); transition: filter 1.2s ease; }
        .surgeon-intro-image:hover img { filter: grayscale(0%); }
        .surgeon-intro-text { flex: 1; }
        .surgeon-intro-text .eyebrow { color: var(--accent-color); }
        .surgeon-intro-text h2 { font-size: 2.5rem; color: #fff; margin-bottom: 0.5rem; }
        .surgeon-intro-text .title-line { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent-color); font-weight: 500; margin-bottom: 1.5rem; display: block; }
        .surgeon-intro-text p { font-size: 0.95rem; color: #bbb; font-weight: 300; line-height: 1.9; margin-bottom: 1.5rem; max-width: 600px; }
        .surgeon-intro-text a.learn-more { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); border-bottom: 1px solid var(--accent-color); padding-bottom: 0.2rem; transition: opacity 0.3s ease; }
        .surgeon-intro-text a.learn-more:hover { opacity: 0.7; }

        /* TEAM MEMBERS */
        .team-section { padding: 8rem 5%; background: var(--bg-color); }
        .team-container { max-width: 1100px; margin: 0 auto; }
        .team-header { text-align: center; margin-bottom: 6rem; }
        .team-header h2 { font-size: 3rem; margin-bottom: 1rem; }
        .team-header p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.8; }

        .team-member { display: grid; grid-template-columns: 380px 1fr; gap: 0; margin-bottom: 0; border-top: 1px solid var(--line-color); }
        .team-member:last-child { border-bottom: 1px solid var(--line-color); }
        .team-member.reverse { grid-template-columns: 1fr 380px; }
        .team-member-image { position: relative; overflow: hidden; background: #E5E5E5; aspect-ratio: 4/5; }
        .team-member.reverse .team-member-image { order: 2; }
        .team-member-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;  }
        .team-member-image:hover img { filter: grayscale(0%); transform: scale(1.02); }
        .team-member-content { padding: 5rem 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--bg-color); }
        .team-member.reverse .team-member-content { padding: 5rem 5rem; background: #F0EFEA; order: 1; }
        .team-member-content .eyebrow { margin-bottom: 0.5rem; }
        .team-member-content h3 { font-size: 3rem; line-height: 1.1; margin-bottom: 0.5rem; }
        .team-member-title { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-secondary); font-weight: 500; margin-bottom: 2rem; display: block; }
        .team-member-content p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .team-member-content p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 4rem; float: left; line-height: 0.85; margin-right: 0.7rem; margin-top: 0.2rem; color: var(--text-primary); }

        /* PRACTICE VALUES */
        .values-section { padding: 7rem 5%; background: #F0EFEA; }
        .values-container { max-width: 1100px; margin: 0 auto; text-align: center; }
        .values-container h2 { font-size: 3rem; margin-bottom: 1.5rem; }
        .values-container > p { font-size: 1rem; color: var(--text-secondary); font-weight: 300; max-width: 680px; margin: 0 auto 5rem; line-height: 1.9; }
        .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line-color); border: 1px solid var(--line-color); }
        .value-item { background: var(--bg-color); padding: 3rem 2.5rem; text-align: left; }
        .value-item h4 { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 400; margin-bottom: 1rem; }
        .value-item p { font-size: 0.875rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; }

        /* CTA */
        .team-cta { padding: 8rem 5%; background: var(--text-primary); text-align: center; }
        .team-cta .eyebrow { color: var(--accent-color); }
        .team-cta h2 { font-size: 3rem; margin-bottom: 1.5rem; color: #fff; }
        .team-cta p { font-size: 1rem; color: #bbb; font-weight: 300; max-width: 600px; margin: 0 auto 3rem; line-height: 1.9; }
        .btn-primary-light { display: inline-block; background: var(--accent-color); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary-light:hover { background: #a08860; color: var(--bg-color); }


/* ── NEUROMODULATORS PAGE ──────────────────────────────────────── */
.page-hero { padding: 10rem 5% 6rem; background: var(--text-primary); color: #fff; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .page-hero-inner { max-width: 820px; }
        .page-hero .eyebrow { color: var(--accent-color); }
        .page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.05; color: #fff; margin-bottom: 1.5rem; }
        .page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.7); font-weight: 300; line-height: 1.9; max-width: 600px; }

        /* ── APPROACH ── */
        .approach-section { padding: 7rem 5%; background: var(--bg-color); }
        .approach-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
        .approach-text h2 { font-size: 2.6rem; margin-bottom: 1.5rem; line-height: 1.2; }
        .approach-text p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .approach-text p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 4rem; float: left; line-height: 0.85; margin-right: 0.7rem; margin-top: 0.2rem; color: var(--text-primary); }
        .approach-aside { padding-top: 1rem; }
        .aside-card { background: #F0EFEA; padding: 2.5rem; margin-bottom: 1.5rem; }
        .aside-card h4 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 400; margin-bottom: 0.75rem; }
        .aside-card p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }
        .aside-card .accent-rule { width: 2rem; height: 1px; background: var(--accent-color); margin-bottom: 1rem; }

        /* ── TREATMENT AREAS ── */
        .areas-section { padding: 6rem 5%; background: var(--text-primary); }
        .areas-inner { max-width: 1100px; margin: 0 auto; }
        .areas-inner .eyebrow { color: var(--accent-color); }
        .areas-inner h2 { font-size: 2.8rem; color: #fff; margin-bottom: 1rem; }
        .areas-intro { font-size: 0.95rem; color: rgba(255,255,255,0.6); font-weight: 300; line-height: 1.9; max-width: 640px; margin-bottom: 4rem; }
        .areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); }
        .area-item { background: var(--text-primary); padding: 2.5rem 2rem; }
        .area-name { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 400; color: #fff; margin-bottom: 0.5rem; }
        .area-desc { font-size: 0.8rem; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.7; }
        .area-tag { display: inline-block; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-color); font-weight: 500; margin-bottom: 0.75rem; }

        /* ── COMPARISON TABLE ── */
        .comparison-section { padding: 7rem 5%; background: #F0EFEA; }
        .comparison-inner { max-width: 1100px; margin: 0 auto; }
        .comparison-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .comparison-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; max-width: 680px; margin-bottom: 3.5rem; }
        .comparison-table { width: 100%; border-collapse: collapse; }
        .comparison-table th { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; padding: 1rem 1.5rem; text-align: left; border-bottom: 2px solid var(--text-primary); background: transparent; }
        .comparison-table th.product-col { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--text-primary); }
        .comparison-table td { font-size: 0.875rem; color: var(--text-secondary); padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--line-color); font-weight: 300; line-height: 1.6; vertical-align: top; }
        .comparison-table tr:last-child td { border-bottom: none; }
        .comparison-table .row-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500; color: var(--text-secondary); }
        .comparison-table .highlight { color: var(--text-primary); font-weight: 400; }
        .col-botox { background: rgba(181,155,114,0.06); }
        .col-dysport { background: rgba(181,155,114,0.03); }
        .table-note { font-size: 0.775rem; color: var(--text-secondary); font-style: italic; margin-top: 1.5rem; line-height: 1.7; }

        /* ── PRODUCT ACCORDIONS ── */
        .products-section { padding: 7rem 5%; background: var(--bg-color); }
        .products-inner { max-width: 1100px; margin: 0 auto; }
        .products-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .products-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; max-width: 680px; margin-bottom: 3.5rem; }

        .product-block { border-top: 1px solid var(--line-color); margin-bottom: 0; }
        .product-block:last-child { border-bottom: 1px solid var(--line-color); }
        .product-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 2.5rem 0; cursor: pointer; gap: 2rem; }
        .product-title-group { flex: 1; }
        .product-name { font-family: var(--font-heading); font-size: 2rem; font-weight: 400; margin-bottom: 0.25rem; }
        .product-generic { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); }
        .product-maker { font-size: 0.75rem; color: var(--text-secondary); font-weight: 300; margin-top: 0.25rem; }
        .product-toggle { font-size: 1.5rem; color: var(--accent-color); flex-shrink: 0; transition: transform 0.3s ease; font-weight: 300; margin-top: 0.5rem; }
        .product-toggle.open { transform: rotate(45deg); }
        .product-body { display: none; padding-bottom: 3rem; }
        .product-body.open { display: block; }
        .product-body-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
        .product-body-main p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .product-body-main p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 3.5rem; float: left; line-height: 0.85; margin-right: 0.6rem; margin-top: 0.2rem; color: var(--text-primary); }

        .product-specs { }
        .spec-item { padding: 1rem 0; border-bottom: 1px solid var(--line-color); display: flex; gap: 1.5rem; }
        .spec-item:last-child { border-bottom: none; }
        .spec-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); min-width: 90px; padding-top: 0.1rem; flex-shrink: 0; }
        .spec-value { font-size: 0.875rem; color: var(--text-secondary); font-weight: 300; line-height: 1.6; }

        .product-accordions { margin-top: 2rem; }
        .inner-accordion { border-top: 1px solid var(--line-color); }
        .inner-accordion:last-child { border-bottom: 1px solid var(--line-color); }
        .inner-accordion-btn { width: 100%; text-align: left; background: none; border: none; padding: 1.1rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--text-primary); letter-spacing: 0.02em; }
        .inner-accordion-btn span { color: var(--accent-color); font-size: 1.1rem; font-weight: 300; transition: transform 0.3s ease; }
        .inner-accordion-btn.open span { transform: rotate(45deg); }
        .inner-accordion-content { display: none; padding-bottom: 1.25rem; font-size: 0.875rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }
        .inner-accordion-content.open { display: block; }

        /* ── WHAT TO EXPECT ── */
        .expect-section { padding: 7rem 5%; background: #F0EFEA; }
        .expect-inner { max-width: 1100px; margin: 0 auto; }
        .expect-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .expect-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; max-width: 680px; margin-bottom: 4rem; }
        .timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line-color); border: 1px solid var(--line-color); }
        .timeline-item { background: #F0EFEA; padding: 2.5rem 2rem; }
        .timeline-step { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 500; color: var(--accent-color); display: block; margin-bottom: 1rem; }
        .timeline-item h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 400; margin-bottom: 0.75rem; }
        .timeline-item p { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }

        /* ── FAQ ── */
        .faq-section { padding: 7rem 5%; background: var(--bg-color); }
        .faq-inner { max-width: 860px; margin: 0 auto; }
        .faq-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .faq-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; margin-bottom: 3.5rem; }
        .faq-container {}
        .accordion { border-top: 1px solid var(--line-color); }
        .accordion:last-child { border-bottom: 1px solid var(--line-color); }
        .accordion-btn { width: 100%; text-align: left; background: none; border: none; padding: 1.5rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-body); font-size: 0.9rem; font-weight: 500; color: var(--text-primary); letter-spacing: 0.02em; gap: 1rem; }
        .accordion-btn span { color: var(--accent-color); font-size: 1.2rem; font-weight: 300; flex-shrink: 0; transition: transform 0.3s ease; }
        .accordion-btn.open span { transform: rotate(45deg); }
        .accordion-content { display: none; padding-bottom: 1.5rem; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; }
        .accordion-content.open { display: block; }

        /* ── CTA ── */
        .aesthetics-cta { padding: 8rem 5%; background: var(--text-primary); text-align: center; }
        .aesthetics-cta .eyebrow { color: var(--accent-color); }
        .aesthetics-cta h2 { font-size: 3rem; color: #fff; margin-bottom: 1.5rem; }
        .aesthetics-cta p { font-size: 1rem; color: rgba(255,255,255,0.6); font-weight: 300; max-width: 560px; margin: 0 auto 3rem; line-height: 1.9; }
        .btn-primary-light { display: inline-block; background: var(--accent-color); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary-light:hover { background: #a08860; color: var(--bg-color); }

        /* ── FOOTER ── */


/* ── NEUROMODULATORS PAGE ──────────────────────────────────────── */
.page-hero { padding: 10rem 5% 6rem; background: var(--text-primary); color: #fff; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .page-hero-inner { max-width: 820px; }
        .page-hero .eyebrow { color: var(--accent-color); }
        .page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.05; color: #fff; margin-bottom: 1.5rem; }
        .page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.7); font-weight: 300; line-height: 1.9; max-width: 600px; }

        /* ── APPROACH ── */
        .approach-section { padding: 7rem 5%; background: var(--bg-color); }
        .approach-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
        .approach-text h2 { font-size: 2.6rem; margin-bottom: 1.5rem; line-height: 1.2; }
        .approach-text p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .approach-text p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 4rem; float: left; line-height: 0.85; margin-right: 0.7rem; margin-top: 0.2rem; color: var(--text-primary); }
        .approach-aside { padding-top: 1rem; }
        .aside-card { background: #F0EFEA; padding: 2.5rem; margin-bottom: 1.5rem; }
        .aside-card h4 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 400; margin-bottom: 0.75rem; }
        .aside-card p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }
        .aside-card .accent-rule { width: 2rem; height: 1px; background: var(--accent-color); margin-bottom: 1rem; }

        /* ── TREATMENT AREAS ── */
        .areas-section { padding: 6rem 5%; background: var(--text-primary); }
        .areas-inner { max-width: 1100px; margin: 0 auto; }
        .areas-inner .eyebrow { color: var(--accent-color); }
        .areas-inner h2 { font-size: 2.8rem; color: #fff; margin-bottom: 1rem; }
        .areas-intro { font-size: 0.95rem; color: rgba(255,255,255,0.6); font-weight: 300; line-height: 1.9; max-width: 640px; margin-bottom: 4rem; }
        .areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); }
        .area-item { background: var(--text-primary); padding: 2.5rem 2rem; }
        .area-name { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 400; color: #fff; margin-bottom: 0.5rem; }
        .area-desc { font-size: 0.8rem; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.7; }
        .area-tag { display: inline-block; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-color); font-weight: 500; margin-bottom: 0.75rem; }

        /* ── COMPARISON TABLE ── */
        .comparison-section { padding: 7rem 5%; background: #F0EFEA; }
        .comparison-inner { max-width: 1100px; margin: 0 auto; }
        .comparison-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .comparison-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; max-width: 680px; margin-bottom: 3.5rem; }
        .comparison-table { width: 100%; border-collapse: collapse; }
        .comparison-table th { font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; padding: 1rem 1.5rem; text-align: left; border-bottom: 2px solid var(--text-primary); background: transparent; }
        .comparison-table th.product-col { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--text-primary); }
        .comparison-table td { font-size: 0.875rem; color: var(--text-secondary); padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--line-color); font-weight: 300; line-height: 1.6; vertical-align: top; }
        .comparison-table tr:last-child td { border-bottom: none; }
        .comparison-table .row-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500; color: var(--text-secondary); }
        .comparison-table .highlight { color: var(--text-primary); font-weight: 400; }
        .col-botox { background: rgba(181,155,114,0.06); }
        .col-dysport { background: rgba(181,155,114,0.03); }
        .table-note { font-size: 0.775rem; color: var(--text-secondary); font-style: italic; margin-top: 1.5rem; line-height: 1.7; }

        /* ── PRODUCT ACCORDIONS ── */
        .products-section { padding: 7rem 5%; background: var(--bg-color); }
        .products-inner { max-width: 1100px; margin: 0 auto; }
        .products-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .products-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; max-width: 680px; margin-bottom: 3.5rem; }

        .product-block { border-top: 1px solid var(--line-color); margin-bottom: 0; }
        .product-block:last-child { border-bottom: 1px solid var(--line-color); }
        .product-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 2.5rem 0; cursor: pointer; gap: 2rem; }
        .product-title-group { flex: 1; }
        .product-name { font-family: var(--font-heading); font-size: 2rem; font-weight: 400; margin-bottom: 0.25rem; }
        .product-generic { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); }
        .product-maker { font-size: 0.75rem; color: var(--text-secondary); font-weight: 300; margin-top: 0.25rem; }
        .product-toggle { font-size: 1.5rem; color: var(--accent-color); flex-shrink: 0; transition: transform 0.3s ease; font-weight: 300; margin-top: 0.5rem; }
        .product-toggle.open { transform: rotate(45deg); }
        .product-body { display: none; padding-bottom: 3rem; }
        .product-body.open { display: block; }
        .product-body-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
        .product-body-main p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
        .product-body-main p:first-of-type::first-letter { font-family: var(--font-heading); font-size: 3.5rem; float: left; line-height: 0.85; margin-right: 0.6rem; margin-top: 0.2rem; color: var(--text-primary); }

        .product-specs { }
        .spec-item { padding: 1rem 0; border-bottom: 1px solid var(--line-color); display: flex; gap: 1.5rem; }
        .spec-item:last-child { border-bottom: none; }
        .spec-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); min-width: 90px; padding-top: 0.1rem; flex-shrink: 0; }
        .spec-value { font-size: 0.875rem; color: var(--text-secondary); font-weight: 300; line-height: 1.6; }

        .product-accordions { margin-top: 2rem; }
        .inner-accordion { border-top: 1px solid var(--line-color); }
        .inner-accordion:last-child { border-bottom: 1px solid var(--line-color); }
        .inner-accordion-btn { width: 100%; text-align: left; background: none; border: none; padding: 1.1rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--text-primary); letter-spacing: 0.02em; }
        .inner-accordion-btn span { color: var(--accent-color); font-size: 1.1rem; font-weight: 300; transition: transform 0.3s ease; }
        .inner-accordion-btn.open span { transform: rotate(45deg); }
        .inner-accordion-content { display: none; padding-bottom: 1.25rem; font-size: 0.875rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }
        .inner-accordion-content.open { display: block; }

        /* ── WHAT TO EXPECT ── */
        .expect-section { padding: 7rem 5%; background: #F0EFEA; }
        .expect-inner { max-width: 1100px; margin: 0 auto; }
        .expect-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .expect-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; max-width: 680px; margin-bottom: 4rem; }
        .timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line-color); border: 1px solid var(--line-color); }
        .timeline-item { background: #F0EFEA; padding: 2.5rem 2rem; }
        .timeline-step { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 500; color: var(--accent-color); display: block; margin-bottom: 1rem; }
        .timeline-item h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 400; margin-bottom: 0.75rem; }
        .timeline-item p { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.8; font-weight: 300; }

        /* ── FAQ ── */
        .faq-section { padding: 7rem 5%; background: var(--bg-color); }
        .faq-inner { max-width: 860px; margin: 0 auto; }
        .faq-inner h2 { font-size: 2.6rem; margin-bottom: 0.75rem; }
        .faq-intro { font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; line-height: 1.9; margin-bottom: 3.5rem; }
        .faq-container {}
        .accordion { border-top: 1px solid var(--line-color); }
        .accordion:last-child { border-bottom: 1px solid var(--line-color); }
        .accordion-btn { width: 100%; text-align: left; background: none; border: none; padding: 1.5rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-body); font-size: 0.9rem; font-weight: 500; color: var(--text-primary); letter-spacing: 0.02em; gap: 1rem; }
        .accordion-btn span { color: var(--accent-color); font-size: 1.2rem; font-weight: 300; flex-shrink: 0; transition: transform 0.3s ease; }
        .accordion-btn.open span { transform: rotate(45deg); }
        .accordion-content { display: none; padding-bottom: 1.5rem; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.9; font-weight: 300; }
        .accordion-content.open { display: block; }

        /* ── CTA ── */
        .aesthetics-cta { padding: 8rem 5%; background: var(--text-primary); text-align: center; }
        .aesthetics-cta .eyebrow { color: var(--accent-color); }
        .aesthetics-cta h2 { font-size: 3rem; color: #fff; margin-bottom: 1.5rem; }
        .aesthetics-cta p { font-size: 1rem; color: rgba(255,255,255,0.6); font-weight: 300; max-width: 560px; margin: 0 auto 3rem; line-height: 1.9; }
        .btn-primary-light { display: inline-block; background: var(--accent-color); color: var(--bg-color); padding: 16px 40px; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.3s ease; cursor: pointer; border: none; font-family: var(--font-body); }
        .btn-primary-light:hover { background: #a08860; color: var(--bg-color); }

        /* ── FOOTER ── */

/* ── Prevent dropdown parent links from scrolling to top ── */
.nav-dropdown > a[href="#"] { cursor: default; }


/* ── TEAM PAGE FIXES ─────────────────────────────────────────────────────── */
.team-member {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    background: #F0EFEA;
    margin-bottom: 2rem;
    align-items: start;
}
.team-member-image {
    width: 100%;
}
.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.team-member-content {
    padding: 3.5rem 4rem;
}
@media (max-width: 768px) {
    .team-member { grid-template-columns: 1fr; }
    .team-member-content { padding: 2rem; }
}


/* ── TEAM PAGE OVERRIDES (high specificity) ─────────────────────────────── */
.team-section .team-member {
    display: grid !important;
    grid-template-columns: 360px 1fr !important;
    gap: 0 !important;
    background: #F0EFEA !important;
    margin-bottom: 2rem !important;
    align-items: start !important;
    overflow: visible !important;
}
.team-section .team-member-image {
    width: 360px !important;
    height: auto !important;
}
.team-section .team-member-image img {
    width: 360px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    filter: none !important;
}
.team-section .team-member-content {
    padding: 3.5rem 4rem !important;
    background: #F0EFEA !important;
}
.team-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 5%;
}
@media (max-width: 900px) {
    .team-section .team-member {
        grid-template-columns: 1fr !important;
    }
    .team-section .team-member-image,
    .team-section .team-member-image img {
        width: 100% !important;
    }
}

/* ── HERO HEIGHT RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    .inner-hero { height: 50vh; min-height: 320px; }
    .inner-hero h1 { font-size: 2.8rem; }
}
@media (max-width: 480px) {
    .inner-hero { height: 45vh; min-height: 280px; }
    .inner-hero h1 { font-size: 2.2rem; }
}
/* ── BEFORE/AFTER SLIDER — PROCEDURE PAGES & HOMEPAGE ───────────────────────
   Shares visual logic with the gallery page featured slider.
   Add this block to edition.css.
──────────────────────────────────────────────────────────────────────────── */

.ba-gallery-section { padding: 6rem 5%; background: var(--fog-color, #F0EFEA); }
.ba-gallery-inner { max-width: 1200px; margin: 0 auto; }
.ba-gallery-header { margin-bottom: 3rem; }
.ba-gallery-header h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 0.5rem; }
.ba-gallery-hint { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; color: var(--accent-color); }

/* Track & slides */
.ba-track-wrap { position: relative; overflow: hidden; }
.ba-track { position: relative; }
.ba-slide { display: none; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line-color); overflow: hidden; background: var(--bg-color); }
.ba-slide.active { display: grid; }

/* Slider wrap — same as gallery page */
.ba-slider-wrap { position: relative; overflow: hidden; aspect-ratio: 3/4; background: var(--text-primary); cursor: col-resize; user-select: none; -webkit-user-select: none; }
.ba-before, .ba-after { position: absolute; inset: 0; }
.ba-before img, .ba-after img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-after { clip-path: inset(0 50% 0 0); }

/* Handle */
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; transform: translateX(-50%); z-index: 10; pointer-events: none; transition: left 0s; }
.ba-handle::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; background: #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.ba-handle-arrows { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; color: #888; z-index: 11; pointer-events: none; letter-spacing: -2px; }

/* Labels */
.ba-label { position: absolute; bottom: 1rem; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #fff; background: rgba(0,0,0,0.4); padding: 4px 10px; z-index: 5; }
.ba-label.before { left: 1rem; }
.ba-label.after { right: 1rem; }

/* Info panel */
.ba-slide-info { background: var(--bg-color); padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.ba-slide-info .eyebrow { margin-bottom: 0.75rem; }
.ba-slide-info h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); margin-bottom: 0.5rem; line-height: 1.2; font-weight: 400; }
.ba-slide-detail { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-secondary); font-weight: 500; }

/* Navigation */
.ba-nav { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.ba-dots { display: flex; gap: 0.75rem; align-items: center; }
.ba-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-color); border: none; cursor: pointer; padding: 0; transition: background 0.3s ease; }
.ba-dot.active { background: var(--accent-color); }
.ba-arrows { display: flex; gap: 0.75rem; margin-left: auto; }
.ba-arrow { width: 44px; height: 44px; border: 1px solid var(--line-color); background: none; cursor: pointer; font-size: 1rem; color: var(--text-primary); transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; font-family: inherit; }
.ba-arrow:hover { background: var(--text-primary); color: var(--bg-color); border-color: var(--text-primary); }

/* Disclaimer */
.ba-disclaimer { font-size: 0.72rem; color: var(--text-secondary); font-weight: 300; margin-top: 2rem; line-height: 1.6; }

/* Responsive */
@media (max-width: 768px) {
  .ba-slide { grid-template-columns: 1fr; }
  .ba-slide-info { padding: 2rem; }
  .ba-slider-wrap { aspect-ratio: 4/5; }
  .ba-gallery-section { padding: 4rem 5%; }
}


/* ── MOBILE TOP BAR ─────────────────────────────────────────────────────── */
.mobile-top-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: var(--text-primary);
    padding: 0.55rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.mobile-top-bar a.mobile-top-phone {
    color: #ccc;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    white-space: nowrap;
}

.mobile-top-bar a.mobile-top-phone:hover {
    color: #fff;
}

.mobile-top-bar button.mobile-top-consult {
    background-color: var(--accent-color);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    padding: 0.45rem 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.mobile-top-bar button.mobile-top-consult:hover {
    background-color: #a08860;
}

@media (max-width: 768px) {
    .mobile-top-bar {
        display: flex;
    }
    /* Shift nav down so it clears the top bar */
    nav {
        top: 2.4rem;
    }
    /* Shift body content down to clear both bars */
    body {
        padding-top: 2.4rem;
    }
}


/* ── MOBILE TOP BAR ─────────────────────────────────────────────────────── */
.mobile-top-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-color: var(--text-primary);
    padding: 0.55rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    height: 38px;
}

.mobile-top-bar a.mobile-top-phone {
    color: #ccc;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    white-space: nowrap;
}

.mobile-top-bar a.mobile-top-phone:hover {
    color: #fff;
}

.mobile-top-bar button.mobile-top-consult {
    background-color: var(--accent-color);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    padding: 0.45rem 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.mobile-top-bar button.mobile-top-consult:hover {
    background-color: #a08860;
}

@media (max-width: 768px) {
    /* Show the top bar */
    .mobile-top-bar {
        display: flex;
    }

    /* Push nav below the top bar */
    nav {
        top: 38px !important;
    }

    /* Hero: account for top bar + nav height */
    .hero {
        padding-top: 108px; /* 38px bar + 70px nav */
        height: 100svh;
        min-height: 500px;
    }

    /* Hero heading — much smaller on mobile */
    .hero-content h1 {
        font-size: 2.6rem !important;
        line-height: 1.15;
    }

    .hero-content h1 em {
        font-size: 2.6rem !important;
    }

    .hero-content p {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
        margin-bottom: 2rem;
    }

    /* Video position on mobile */
    #hero-video {
        object-position: center center;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.1rem !important;
    }

    .hero-content h1 em {
        font-size: 2.1rem !important;
    }
}


/* ── MOBILE NAV CTA BUTTON ──────────────────────────────────────────────── */
/* Hidden on desktop — only shows on mobile, between logo and hamburger     */
.btn-nav-mobile-cta {
    display: none;
}

@media (max-width: 768px) {
    .btn-nav-mobile-cta {
        display: inline-block;
        background-color: var(--accent-color);
        color: var(--text-primary);
        font-family: var(--font-body);
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        border: none;
        padding: 0.5rem 1rem;
        cursor: pointer;
        transition: background 0.3s ease;
        margin-left: auto;
        margin-right: 1rem;
        white-space: nowrap;
    }

    .btn-nav-mobile-cta:hover {
        background-color: #a08860;
    }

    /* Hide the desktop schedule button on mobile */
    .btn-consult-mobile {
        display: none !important;
    }

    /* ── MOBILE HERO FIX ── */
    .hero {
        height: 100svh;
        min-height: 500px;
    }

    .hero-content h1 {
        font-size: 2.6rem !important;
        line-height: 1.15 !important;
    }

    .hero-content h1 em {
        font-size: 2.6rem !important;
    }

    .hero-content p {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.1rem !important;
    }

    .hero-content h1 em {
        font-size: 2.1rem !important;
    }

    .btn-nav-mobile-cta {
        font-size: 0.6rem;
        padding: 0.45rem 0.8rem;
    }
}


/* ── MOBILE NAV CTA BUTTON ──────────────────────────────────────────────── */
/* Hidden on desktop — only shows on mobile, centered between logo & hamburger */
.btn-nav-mobile-cta {
    display: none;
}

@media (max-width: 768px) {

    /* Nav as flex row: logo | spacer | button | hamburger */
    nav {
        display: flex !important;
        align-items: center;
        padding: 0 5%;
        gap: 0;
    }

    .brand-logo {
        flex-shrink: 0;
    }

    .btn-nav-mobile-cta {
        display: inline-block;
        margin-left: auto;
        margin-right: 1.1rem;
        background: transparent;
        color: var(--text-primary);
        font-family: var(--font-body);
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border: 1px solid var(--text-primary);
        padding: 10px 22px;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .btn-nav-mobile-cta:hover {
        background: var(--text-primary);
        color: var(--bg-color);
    }

    /* Hide nav-right entirely on mobile (desktop links + old schedule btn) */
    .nav-right {
        display: none !important;
    }

    /* Hide the old mobile schedule button */
    .btn-consult-mobile {
        display: none !important;
    }

    /* ── MOBILE HERO FIX ── */
    .hero {
        height: 75vh;
        min-height: 500px;
    }

    /* Pull video up to show gallery background, not just her face */
    #hero-video {
        object-position: center 30%;
    }

    .hero-content h1 {
        font-size: 2.6rem !important;
        line-height: 1.15 !important;
    }

    .hero-content h1 em {
        font-size: 2.6rem !important;
    }

    .hero-content p {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.1rem !important;
    }

    .hero-content h1 em {
        font-size: 2.1rem !important;
    }

    .btn-nav-mobile-cta {
        font-size: 0.6rem;
        padding: 7px 14px;
    }
}


/* ── SERVICES MEGA-MENU ──────────────────────────────────────────────────── */
.dropdown-menu--wide {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    min-width: 720px;
    flex-direction: row;
    gap: 0;
    padding: 0;
    top: calc(100% + 0.5rem);
}

/* Invisible bridge fills the gap so hover doesn't break in transit */
.dropdown-menu--wide::before {
    content: '';
    position: absolute;
    top: -0.6rem;
    left: 0;
    right: 0;
    height: 0.6rem;
}

.nav-dropdown:hover .dropdown-menu--wide {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.dropdown-col {
    flex: 1;
    padding: 1.5rem 0;
    border-right: 1px solid var(--line-color);
}

.dropdown-col:last-child {
    border-right: none;
}

.dropdown-col-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-color);
    padding: 0.5rem 1.5rem 0.75rem;
    border-bottom: 1px solid var(--line-color);
    margin-bottom: 0.25rem;
}

.dropdown-col a {
    display: block;
    padding: 0.6rem 1.5rem;
    font-size: 0.72rem;
    border-bottom: none;
}

.dropdown-col a:last-child {
    border-bottom: none;
}


/* ── TWO-LEVEL FLYOUT NAV ────────────────────────────────────────────────── */

/* Flyout items inside the Services dropdown */
.nav-dropdown--flyout {
    position: relative;
}

.nav-dropdown--flyout > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Arrow indicator on flyout items */
.nav-dropdown--flyout > a::after {
    content: '›';
    font-size: 0.9rem;
    opacity: 0.5;
    margin-left: 1rem;
}

/* Second-level dropdown — flies out to the right */
.dropdown-menu--right {
    top: 0;
    left: 100%;
    transform: none;
    min-width: 200px;
}

.nav-dropdown--flyout.open > .dropdown-menu--right {
    opacity: 1;
    visibility: visible;
}

/* Remove the mega-menu styles — no longer needed */
.dropdown-menu--wide {
    display: none !important;
}


/* ── MODAL — FORM VERSION ────────────────────────────────────────────────── */
.modal--form {
    max-width: 640px;
    padding: 3rem;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-jotform-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.modal-jotform-wrap iframe {
    width: 100%;
    min-height: 600px;
    border: none;
    display: block;
}

/* ── SECONDARY CONTACT OPTIONS ── */
.modal-secondary {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-color);
    margin-top: 0.5rem;
}

.modal-secondary-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-secondary);
    font-weight: 500;
    display: block;
    margin-bottom: 0.75rem;
}

.modal-secondary-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.modal-secondary-link {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-primary);
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.modal-secondary-link:hover { color: var(--accent-color); }

.modal-secondary-divider {
    color: var(--accent-color);
    font-size: 0.8rem;
}

.modal-secondary-hours {
    font-size: 0.68rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 0;
}

/* ── MINI CONSULTATION FALLBACK ── */
.modal-mini-fallback {
    margin-top: 1.5rem;
    border-top: 1px solid var(--line-color);
    padding-top: 1.5rem;
    animation: fadeInUp 0.5s ease;
}

.modal-mini-inner {
    background: #F0EFEA;
    padding: 1.5rem 2rem;
    text-align: center;
}

.modal-mini-text {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 300;
    line-height: 1.7;
    margin: 0.75rem 0 1.25rem;
}

.modal-mini-cta {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
    padding-bottom: 0.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modal-mini-cta:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

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

/* ── THANK YOU PAGES ─────────────────────────────────────────────────────── */
.ty-hero {
    padding-top: 70px;
    background: var(--bg-color);
    min-height: 60vh;
}

.ty-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 5%;
}

.ty-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.ty-intro {
    font-size: 1.05rem;
    color: var(--text-secondary);
    font-weight: 300;
    line-height: 1.9;
    max-width: 680px;
    margin-bottom: 4rem;
}

/* ── EWA CARD ── */
.ty-ewa {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0;
    background: #F0EFEA;
    max-width: 780px;
    margin-bottom: 4rem;
    overflow: hidden;
}

.ty-ewa-image {
    width: 200px;
    overflow: hidden;
    background: #E5E5E5;
}

.ty-ewa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ty-ewa-text {
    padding: 2.5rem 3rem;
}

.ty-ewa-text h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
    line-height: 1.1;
}

.ty-ewa-title {
    display: block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-secondary);
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.ty-ewa-text p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.ty-ewa-contact {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ty-contact-link {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.3s ease;
}

.ty-contact-link:hover { color: var(--accent-color); }

.ty-contact-divider {
    color: var(--accent-color);
}

.ty-hours {
    font-size: 0.68rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0.75rem;
}

/* ── CHECKLIST (scheduled page) ── */
.ty-checklist {
    max-width: 900px;
}

.ty-checklist > .eyebrow {
    margin-bottom: 2rem;
}

.ty-checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--line-color);
}

.ty-check-item {
    display: flex;
    gap: 1.5rem;
    padding: 2.5rem 2rem;
    border-right: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    align-items: flex-start;
}

.ty-check-item:nth-child(even) {
    border-right: none;
}

.ty-check-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.ty-check-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--accent-color);
    opacity: 0.4;
    line-height: 1;
    flex-shrink: 0;
}

.ty-check-text h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.ty-check-text p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 300;
    line-height: 1.8;
}

.ty-check-text a {
    color: var(--accent-color);
    text-decoration: none;
}

/* ── EXPLORE GRID (both pages) ── */
.ty-explore {
    padding: 6rem 5%;
    background: var(--text-primary);
}

.ty-explore-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ty-explore .eyebrow {
    color: var(--accent-color);
}

.ty-explore h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: #fff;
    margin-bottom: 3rem;
}

.ty-explore-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid rgba(255,255,255,0.1);
}

.ty-explore-card {
    padding: 2.5rem 2rem;
    border-right: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.ty-explore-card:last-child {
    border-right: none;
}

.ty-explore-card:hover {
    background: rgba(255,255,255,0.05);
}

.ty-explore-label {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}

.ty-explore-desc {
    font-size: 0.78rem;
    color: #aaa;
    font-weight: 300;
    line-height: 1.7;
    flex: 1;
}

.ty-explore-arrow {
    font-size: 0.9rem;
    color: var(--accent-color);
    margin-top: 0.5rem;
    transition: transform 0.3s ease;
    display: block;
}

.ty-explore-card:hover .ty-explore-arrow {
    transform: translateX(4px);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .modal--form {
        padding: 2rem 1.5rem;
    }

    .ty-ewa {
        grid-template-columns: 1fr;
    }

    .ty-ewa-image {
        width: 100%;
        height: 260px;
    }

    .ty-ewa-text {
        padding: 2rem;
    }

    .ty-checklist-grid {
        grid-template-columns: 1fr;
    }

    .ty-check-item {
        border-right: none;
    }

    .ty-check-item:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--line-color);
    }

    .ty-check-item:last-child {
        border-bottom: none;
    }

    .ty-explore-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ty-explore-card {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
}

@media (max-width: 480px) {
    .ty-explore-grid {
        grid-template-columns: 1fr;
    }
}

/* ── HERO: poster-first, desktop-only video ── */
.hero-poster { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 15%; opacity: 0.8; z-index: 0; }
#hero-video { display: none; }
@media (min-width: 769px) {
  #hero-video.is-active { display: block; }
  #hero-video.is-active + .hero-overlay ~ * .hero-poster,
  .hero-poster.is-hidden { opacity: 0; }
}
