/* Eco Health Clinic - Professional Medical Aesthetic */

/* CSS Variables */
:root {
    --z-background: -1;
    --z-base: 0;
    --z-elevated: 1;
    --z-dropdown: 100;
    --z-header: 1000;
    --z-skip-link: 1100;
    --z-overlay: 1200;

    --link-sage: #5D8A79;
    --accent-terracotta-dark: #A8624A;
    --gradient-sage: rgba(122, 157, 143, 0.12);
    --gradient-terracotta: rgba(198, 123, 92, 0.12);

    /* Primary Colors - Medical & Professional */
    --primary-sage: #7A9D8F;
    --primary-dark: #4A6B5E;
    --accent-terracotta: #C67B5C;
    
    /* Neutrals - Clean Medical Look */
    --white: #FFFFFF;
    --off-white: #F8F7F4;
    --light-gray: #E8E6E1;
    --medium-gray: #6B6B6B;
    --dark-gray: #2C2C2C;
    --text-primary: #1A1A1A;
    
    /* Typography */
    --font-serif: 'Fraunces', 'Georgia', serif;
    --font-sans: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.15);
}

/* Google Fonts */

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--text-primary);
    line-height: 1.7;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

body.nav-open {
    overflow: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(1200px 600px at 10% -10%, var(--gradient-sage), transparent 60%),
        radial-gradient(900px 500px at 90% 0%, var(--gradient-terracotta), transparent 55%),
        radial-gradient(800px 400px at 50% 100%, rgba(122, 157, 143, 0.08), transparent 60%);
    pointer-events: none;
    z-index: var(--z-background);
}

body.dark {
    background: #101715;
    color: #EEF1EE;
    --text-primary: #EEF1EE;
    --medium-gray: rgba(238, 241, 238, 0.78);
    --light-gray: #26302C;
    --off-white: #151D1A;
    --white: #101715;
    --primary-dark: #E7EFEA;
    --primary-sage: #C1D9CF;
    --accent-terracotta: #C07453;
    --link-sage: #C1D9CF;
}

body.dark::before {
    opacity: 0.35;
}

body.dark .site-header {
    background: rgba(15, 20, 19, 0.9);
    border-bottom-color: rgba(255,255,255,0.08);
}

body.dark .nav-menu a {
    color: var(--text-primary);
}

body.dark .nav-menu a.active,
body.dark .nav-menu a:hover {
    color: var(--link-sage);
}

body.dark .logo .logo-name {
    color: var(--text-primary);
}

body.dark .logo:hover .logo-name,
body.dark .logo:focus-visible .logo-name {
    color: var(--link-sage);
}

body.dark .theme-toggle {
    border-color: rgba(255,255,255,0.18);
    background: transparent;
    color: var(--text-primary);
}

body.dark .theme-toggle:hover {
    border-color: var(--link-sage);
    color: var(--link-sage);
}

body.dark .hero,
body.dark .booking-hero,
body.dark .page-header,
body.dark section {
    background: transparent;
}

body.dark .hero::after {
    opacity: 0.5;
}

body.dark .hero-badge {
    background: rgba(187, 214, 204, 0.18);
    color: var(--link-sage);
}

body.dark .trust-bar {
    border-top-color: rgba(255,255,255,0.08);
}

body.dark .trust-item,
body.dark .image-caption,
body.dark .stat-label,
body.dark .booking-text,
body.dark .booking-label,
body.dark .section-eyebrow {
    color: var(--medium-gray);
}

body.dark .stat-value {
    color: var(--text-primary);
}

body.dark .booking-embed {
    background: rgba(255,255,255,0.04);
}

body.dark .section-cta,
body.dark .section-highlight {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.12);
}

body.dark .section-cta-text {
    color: var(--medium-gray);
}

body.dark .blog-card,
body.dark .condition-card,
body.dark .step,
body.dark .testimonial-card,
body.dark .philosophy-card,
body.dark .highlight-box,
body.dark .contact-method,
body.dark .contact-form,
body.dark .faq-item,
body.dark .booking-card,
body.dark .booking-highlight,
body.dark .availability-strip,
body.dark .hero-stat,
body.dark .timeline-card {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.12);
    box-shadow: none;
}

body.dark .page-title,
body.dark .section-title,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4 {
    color: var(--text-primary);
}

body.dark .page-subtitle,
body.dark .section-subtitle,
body.dark .hero-description,
body.dark .blog-card p,
body.dark .testimonial-text,
body.dark .contact-details p,
body.dark .content-section li,
body.dark .content-section p {
    color: var(--medium-gray);
}

body.dark .card-link,
body.dark .blog-meta,
body.dark .availability-label {
    color: var(--link-sage);
}

body.dark .site-footer {
    background: #0B100F;
}

body.dark .footer-section a,
body.dark .footer-section p,
body.dark .footer-section ul {
    color: var(--medium-gray);
}

body.dark .btn-primary,
body.dark .btn-primary-large {
    background: var(--accent-terracotta);
}

body.dark .btn-secondary,
body.dark .btn-secondary-large {
    border-color: var(--link-sage);
    color: var(--link-sage);
}

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

/* Accessibility */
.skip-link {
    position: absolute;
    left: -999px;
    top: 0.75rem;
    background: var(--primary-dark);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    z-index: var(--z-skip-link);
}

.skip-link:focus {
    left: 1rem;
}

/* Typography */
h1, h2, h3, h4 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.2;
    color: var(--primary-dark);
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--link-sage);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(122, 157, 143, 0.45);
    outline-offset: 2px;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--light-gray);
    position: sticky;
    top: 0;
    z-index: var(--z-header);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.logo {
    text-decoration: none;
    color: inherit;
    display: block;
}

.logo .logo-name {
    font-size: 1.5rem;
    color: var(--primary-dark);
    margin-bottom: 0.25rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.logo:hover .logo-name,
.logo:focus-visible .logo-name {
    color: var(--primary-sage);
}

.logo-subtitle {
    font-size: 0.875rem;
    color: var(--medium-gray);
    margin: 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
}

.theme-toggle {
    margin-left: 1rem;
    border: 1px solid var(--light-gray);
    background: var(--white);
    color: var(--primary-dark);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.theme-toggle:hover {
    border-color: var(--link-sage);
    color: var(--link-sage);
}

.theme-toggle:focus-visible {
    outline: 3px solid rgba(122, 157, 143, 0.45);
    outline-offset: 2px;
}

.nav-menu a {
    color: var(--text-primary);
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--link-sage);
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    z-index: var(--z-dropdown);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border: 1px solid var(--light-gray);
    box-shadow: var(--shadow-md);
    list-style: none;
    min-width: 200px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
    z-index: var(--z-dropdown);
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--text-primary);
}

.dropdown-menu li a:hover {
    background: var(--off-white);
    color: var(--link-sage);
}

.nav-menu .btn-nav {
    background: var(--accent-terracotta);
    color: var(--white);
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
}

.nav-menu .btn-nav:hover {
    background: var(--primary-dark);
    color: var(--white);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    transition: 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background: var(--accent-terracotta);
    color: var(--white);
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--primary-dark);
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    border: 2px solid var(--link-sage);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--link-sage);
    color: var(--white);
}

.btn-primary-large,
.btn-secondary-large {
    padding: 1.25rem 3rem;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary-large {
    background: var(--accent-terracotta);
    color: var(--white);
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-large:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary-large {
    background: transparent;
    color: var(--primary-dark);
    border: 2px solid var(--link-sage);
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary-large:hover {
    background: var(--link-sage);
    color: var(--white);
}

.btn-icon {
    font-size: 1.25rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(248, 247, 244, 0.9) 0%, var(--white) 100%);
    padding: 6.5rem 2rem 3.5rem;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -140px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(198, 123, 92, 0.18), transparent 70%);
    z-index: var(--z-base);
}

.hero-split .hero-shell {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: var(--z-elevated);
}

.hero-text {
    animation: rise 0.8s ease-out;
}

.image-card {
    animation: rise 0.9s ease-out 0.1s both;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(122, 157, 143, 0.15);
    color: var(--primary-dark);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: 3.25rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    line-height: 1.05;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--link-sage);
    margin-bottom: 1.5rem;
    font-family: var(--font-serif);
}

.hero-description {
    font-size: 1.125rem;
    color: var(--medium-gray);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-stat {
    background: var(--white);
    border: 1px solid var(--light-gray);
    padding: 1rem 1.25rem;
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: var(--font-serif);
}

.stat-label {
    font-size: 0.9375rem;
    color: var(--medium-gray);
}

.trust-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--light-gray);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: var(--medium-gray);
}

.trust-icon {
    color: var(--link-sage);
    font-weight: 700;
    font-size: 1.125rem;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-card {
    position: relative;
    max-width: 320px;
    width: 100%;
}

.image-glow {
    position: absolute;
    inset: -12px;
    background: linear-gradient(135deg, rgba(122, 157, 143, 0.35), rgba(198, 123, 92, 0.35));
    border-radius: 24px;
    filter: blur(16px);
    opacity: 0.7;
    z-index: var(--z-base);
}

.image-frame {
    position: relative;
    background: linear-gradient(160deg, var(--primary-dark), var(--primary-sage));
    border-radius: 18px;
    padding: 3rem 2.5rem;
    text-align: center;
    color: var(--white);
    box-shadow: var(--shadow-lg);
    z-index: var(--z-elevated);
}

.hero-photo {
    width: 100%;
    display: block;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: var(--z-elevated);
    object-fit: cover;
}

.image-monogram {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--font-serif);
    margin-bottom: 1rem;
}

.image-name {
    margin: 0.25rem 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.image-cred {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

.image-caption {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    color: var(--medium-gray);
    text-align: center;
}

.placeholder-image {
    background: linear-gradient(135deg, var(--primary-sage), var(--primary-dark));
    width: 280px;
    height: 340px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.initials {
    font-size: 4rem;
    font-weight: 600;
    font-family: var(--font-serif);
    margin-bottom: 1rem;
}

.placeholder-image p {
    margin: 0.25rem 0;
    text-align: center;
}

.credentials {
    font-size: 0.9375rem;
    opacity: 0.9;
}

.availability-strip {
    max-width: 1200px;
    margin: 3rem auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-sm);
}

.availability-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.availability-label {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--link-sage);
    font-weight: 700;
}

.availability-text {
    font-size: 1rem;
    color: var(--text-primary);
}

.section-intro {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--link-sage);
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Section Styling */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: var(--medium-gray);
    margin-bottom: 3rem;
}

/* Why Choose Section */
.why-choose {
    background: var(--off-white);
}

.clinic-philosophy {
    background: var(--white);
    padding-top: 5rem;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.philosophy-card {
    background: var(--off-white);
    border-radius: 14px;
    padding: 2rem;
    border: 1px solid var(--light-gray);
    box-shadow: var(--shadow-sm);
}

.philosophy-card h3 {
    margin-bottom: 0.75rem;
}

.philosophy-card p {
    margin: 0;
    color: var(--medium-gray);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.why-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--link-sage);
}

.why-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--link-sage);
}

.why-card h3 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.why-card p {
    color: var(--medium-gray);
    line-height: 1.8;
    margin: 0;
}

/* Conditions Section */
.conditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Booking Band */
.booking-band {
    background: var(--white);
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}

.booking-band-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}

.booking-band-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.condition-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    border: 2px solid var(--light-gray);
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.condition-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--link-sage);
}

.condition-card.featured {
    border-color: var(--accent-terracotta-dark);
    background: linear-gradient(135deg, rgba(198,123,92,0.03) 0%, var(--white) 100%);
}

.condition-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--accent-terracotta);
    color: var(--white);
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.condition-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--link-sage);
}

.condition-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-dark);
}

.condition-card p {
    color: var(--medium-gray);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.card-link {
    color: var(--link-sage);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.condition-card:hover .card-link {
    color: var(--accent-terracotta-dark);
}

/* How It Works */
.how-it-works {
    background: var(--off-white);
}

.process-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
}

.step {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--link-sage);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 auto 1.5rem;
    font-family: var(--font-serif);
}

.step h3 {
    margin-bottom: 1rem;
    color: var(--primary-dark);
}

.step p {
    color: var(--medium-gray);
    line-height: 1.8;
    margin: 0;
    font-size: 0.9375rem;
}

.step-arrow {
    font-size: 2rem;
    color: var(--link-sage);
    font-weight: 300;
}

.free-consultation-box {
    background: linear-gradient(135deg, var(--primary-sage), var(--primary-dark));
    color: var(--white);
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 4rem;
}

.free-consultation-box h3 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.free-consultation-box p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.free-consultation-box .btn-primary {
    background: var(--white);
    color: var(--primary-dark);
}

.free-consultation-box .btn-primary:hover {
    background: var(--accent-terracotta);
    color: var(--white);
}

/* Testimonials */
.testimonials {
    background: var(--white);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: var(--off-white);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--primary-sage);
}

.quote-mark {
    font-size: 4rem;
    color: var(--link-sage);
    line-height: 1;
    opacity: 0.3;
    font-family: var(--font-serif);
}

.testimonial-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-primary);
    margin: 1rem 0 1.5rem;
    font-style: italic;
}

.testimonial-author {
    color: var(--medium-gray);
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 0;
}

/* Final CTA */
.final-cta {
    background: var(--off-white);
    text-align: center;
}

/* Blog */
.blog-preview {
    background: var(--white);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.blog-card {
    background: var(--off-white);
    border: 1px solid var(--light-gray);
    border-radius: 14px;
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.blog-card h2,
.blog-card h3 {
    font-size: 1.45rem;
    line-height: 1.4;
    margin: 0;
    min-height: 3.2em;
    text-wrap: balance;
}

.blog-card p {
    margin: 0;
    color: var(--medium-gray);
    font-size: 1.03rem;
    line-height: 1.7;
}

.blog-card .card-link {
    margin-top: auto;
}

.blog-meta {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--link-sage);
    font-weight: 700;
}

.blog-cta {
    margin-top: 2.5rem;
    text-align: center;
}

.blog-header {
    padding-top: 5rem;
}

.blog-post .blog-intro {
    font-size: 1.125rem;
    color: var(--medium-gray);
    margin-bottom: 2rem;
}


.blog-hero {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin: 2rem 0 2.5rem;
    border: 1px solid var(--light-gray);
    box-shadow: var(--shadow-sm);
}

.blog-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-post h2 {
    margin-top: 2.25rem;
}

.blog-post h3 {
    margin-top: 1.5rem;
}

.blog-post ul {
    margin: 1rem 0 1.5rem;
}

.blog-post li {
    margin-bottom: 0.5rem;
}

/* Booking Page */
.booking-hero {
    padding: 5rem 0 6rem;
    background: linear-gradient(135deg, rgba(248, 247, 244, 0.8) 0%, var(--white) 100%);
}

.booking-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: start;
}

.booking-highlights {
    display: grid;
    gap: 1rem;
    margin: 2rem 0;
}

.booking-highlight {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: var(--shadow-sm);
}

.booking-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--link-sage);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.booking-text {
    color: var(--text-primary);
}

.booking-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.booking-card {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.booking-image {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--light-gray);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.5rem;
}

.booking-image img {
    width: 100%;
    height: auto;
    display: block;
}

.booking-embed {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--light-gray);
    background: var(--off-white);
    margin: 1.5rem 0 1rem;
    min-height: 640px;
}

.booking-embed iframe {
    width: 100%;
    height: 640px;
}

.booking-note {
    font-size: 0.875rem;
    color: var(--medium-gray);
}

.final-cta h2 {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.25rem;
    color: var(--medium-gray);
    margin-bottom: 2.5rem;
}

.cta-options {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.site-footer {
    background: var(--primary-dark);
    color: var(--white);
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.footer-section p,
.footer-section ul {
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: rgba(255,255,255,0.85);
}

.footer-section a:hover {
    color: var(--white);
}

.footer-credentials {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 0.9375rem;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.disclaimer {
    font-size: 0.8125rem;
}

/* Responsive Design */

@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.8rem;
    }
    .hero-split .hero-shell {
        gap: 3rem;
    }
    .booking-hero-grid {
        gap: 2rem;
    }
}

@media (max-width: 968px) {
    .hero-split .hero-shell {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-cta {
        justify-content: center;
    }

    .hero-meta {
        justify-items: center;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }

    .booking-band-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .booking-band-actions {
        justify-content: center;
    }

    .booking-hero-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-container {
        position: relative;
    }

    .nav-menu.active {
        display: flex;
        position: absolute;
        top: 100%;
        left: 1rem;
        right: 1rem;
        background: var(--white);
        border: 1px solid var(--light-gray);
        border-radius: 10px;
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        box-shadow: var(--shadow-md);
    }

    .dropdown-menu {
    z-index: var(--z-dropdown);
        position: static;
        display: block;
        border: none;
        box-shadow: none;
        padding: 0.5rem 0 0.25rem 0;
        margin-top: 0;
    }

    .dropdown-menu li a {
        padding: 0.4rem 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
    
    .trust-bar {
        grid-template-columns: 1fr 1fr;
    }

    .availability-strip {
        grid-template-columns: 1fr;
        text-align: left;
    }
    
    .conditions-grid,
    .why-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-options {
        flex-direction: column;
        align-items: stretch;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .booking-embed iframe {
        height: 520px;
    }
}

/* Page-Specific Styles */
.page-header {
    background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
    padding: 4rem 2rem 3rem;
    text-align: center;
    border-bottom: 1px solid var(--light-gray);
}

.page-title {
    font-size: 3rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.25rem;
    color: var(--medium-gray);
    max-width: 800px;
    margin: 0 auto;
}

.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.content-section h2 {
    color: var(--primary-dark);
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.content-section h3 {
    color: var(--link-sage);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.content-section ul,
.content-section ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.content-section li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
    color: var(--medium-gray);
}

.highlight-box {
    background: var(--off-white);
    border-left: 4px solid var(--accent-terracotta);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.timeline {
    display: grid;
    gap: 1.5rem;
    margin: 2.5rem 0 3rem;
    position: relative;
}

.timeline-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.5rem;
    align-items: start;
}

.timeline-year {
    font-weight: 700;
    color: var(--primary-dark);
    font-family: var(--font-serif);
    font-size: 1.125rem;
}

.timeline-card {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.timeline-card h3 {
    margin-bottom: 0.5rem;
}

.timeline-card p {
    margin: 0;
    color: var(--medium-gray);
}

.highlight-box h3 {
    margin-top: 0;
}

/* Contact Form */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-info h3 {
    color: var(--primary-dark);
    margin-bottom: 2rem;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--off-white);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid var(--light-gray);
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background: var(--link-sage);
    color: var(--white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-icon svg,
.condition-icon svg,
.contact-icon-box svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.contact-details h4 {
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.contact-details p {
    color: var(--medium-gray);
    margin: 0;
    font-size: 0.9375rem;
}

.contact-details a {
    color: var(--link-sage);
    font-weight: 500;
    font-size: 1.125rem;
}

.contact-form {
    background: var(--off-white);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 0.9375rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    font-family: var(--font-sans);
    font-size: 1rem;
    background: var(--white);
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--link-sage);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* FAQ */
.faq-section {
    margin-top: 5rem;
    padding: 3rem;
    background: var(--off-white);
    border-radius: 12px;
    text-align: center;
}

.faq-grid {
    max-width: 900px;
    margin: 2rem auto 0;
    display: grid;
    gap: 1rem;
    text-align: left;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-sm);
}

.faq-item summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    float: right;
    font-weight: 600;
    color: var(--link-sage);
}

.faq-item[open] summary::after {
    content: '-';
}

.faq-item p {
    margin-top: 0.75rem;
    color: var(--medium-gray);
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


/* Extracted Inline Styles */
.about-image-wrapper { display: flex; justify-content: center; margin-bottom: 3rem; }
.about-photo { width: 100%; max-width: 320px; border-radius: 18px; box-shadow: var(--shadow-md); display: block; }
.about-lead-text { font-size: 1.125rem; line-height: 1.8; }
.about-body-text { font-size: 1.0625rem; line-height: 1.8; }
.about-list { font-size: 1.0625rem; }
.quote-text { font-size: 1.0625rem; line-height: 1.8; margin: 0; }
.quote-attribution { margin-top: 1rem; font-weight: 500; }
.about-cta-section { text-align: center; margin-top: 4rem; }
.about-cta-text { font-size: 1.125rem; margin-bottom: 2rem; }
.about-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.contact-page-content { padding: 4rem 2rem; }
.contact-intro-text { font-size: 1.0625rem; color: var(--medium-gray); margin-bottom: 2rem; }
.next-steps-box { margin-top: 3rem; padding: 2rem; background: var(--off-white); border-radius: 8px; border-left: 4px solid var(--accent-terracotta); }
.next-steps-title { color: var(--primary-dark); margin-bottom: 1rem; }
.next-steps-list { margin: 0; padding-left: 1.5rem; color: var(--medium-gray); }
.next-steps-list li:last-child { margin-bottom: 0; }
.form-title { margin-bottom: 1.5rem; }
.btn-submit { width: 100%; font-size: 1.125rem; padding: 1rem; }
.form-footer-text { margin-top: 1rem; font-size: 0.875rem; color: var(--medium-gray); text-align: center; }
.form-footer-text a { font-weight: 500; }
.form-privacy-text { margin-top: 0.75rem; font-size: 0.8125rem; color: var(--medium-gray); text-align: center; }

.section-lead { font-size: 1.125rem; line-height: 1.8; }
.section-body { font-size: 1.0625rem; line-height: 1.8; }
.section-list { font-size: 1.0625rem; }
.section-cta { background: linear-gradient(135deg, #E8E6E1 0%, #F8F7F4 100%); padding: 3rem; border-radius: 8px; margin: 3rem 0; text-align: center; }
.section-cta-title { margin-bottom: 1rem; }
.section-cta-text { font-size: 1.125rem; margin-bottom: 2rem; }
.section-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.section-highlight { background: linear-gradient(135deg, rgba(198,123,92,0.1) 0%, rgba(122,157,143,0.1) 100%); padding: 3rem; border-radius: 8px; margin: 3rem 0; text-align: center; border: 2px solid var(--accent-terracotta); }

.error-message { color: #A22A2A; font-size: 0.875rem; margin-top: 0.4rem; display: none; }
.error-message.is-visible { display: block; }
