.custom-navbar {
    position: sticky;
    top: 0;
    display: flex;
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    padding: 15px 5%;
    gap: 80px;
    background-color: var(--bg-cream);
}

.hero-text {
    flex: 1;
    max-width: 600px;
}

.hero-text h1 {
    font-family: var(--font-secondory);
    font-size: 4.5rem;
    color: var(--black);
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-text p {
    font-size: 1.1rem;
    color: var(--charcoal);
    margin-bottom: 20px;
}

.hero-image-container {
    flex: 1;
}

.hero-image {
    width: 100%;
    height: 600px;
    background: url('../img/lego.jpeg') center/cover;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-image::after {
    /* content: "📸 Photo: Macro Lego Structure (Golden Hour)"; */
    position: absolute;
    color: white;
    font-style: italic;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 4px;
}

/* Doctor Profiles Section */
.profiles-section {
    padding: 40px 5%;
    background-color: var(--bg-alt);
}

.profiles-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    align-items: stretch;
}

.profile-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-img {
    width: 100%;
    max-width: 380px;
    height: 450px;
    background: #dfd3c3;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--taupe);
    font-style: italic;
    border: 1px solid rgba(132, 121, 121, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.profile-img-dimensions {
    width: 100%;
    height: 100%;
}

.profile-name {
    font-family: var(--font-secondory);
    font-size: 2.2rem;
    color: var(--black);
    margin-bottom: 5px;
}

.profile-credentials {
    color: var(--taupe);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.profile-bio {
    color: var(--charcoal);
    font-size: 1rem;
    max-width: 90%;
    line-height: 1.8;
}

/* The Golden Divider */
.golden-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.divider-line {
    flex: 1;
    width: 1px;
    background-color: var(--gold);
    opacity: 0.5;
}

.divider-icon {
    color: var(--gold);
    font-size: 1.5rem;
    margin: 20px 0;
}

/* Clinic Experience Section */
.clinic-tour {
    padding: 40px 5%;
    background-color: var(--bg-cream);
    text-align: center;
}

.section-header {
    margin-bottom: 20px;
}

.section-header h2 {
    font-family: var(--font-secondory);
    font-size: 3.5rem;
    color: var(--black);
    margin-bottom: 15px;
}

.section-header p {
    color: var(--taupe);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.tour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.tour-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.tour-img-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-img-container:hover img {
    transform: scale(1.03);
}

.tour-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(243, 233, 220, 0.95);
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--burgundy);
    font-weight: 500;
}

/* Values Section */
.values-section {
    padding: 40px 5%;
    background-color: var(--bg-alt);
    /* To contrast with the cream promise below */
    text-align: center;
}

.values-section h2 {
    font-family: var(--font-secondory);
    font-size: 3rem;
    color: var(--black);
    margin-bottom: 20px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background: transparent;
}

.value-icon {
    height: 50px;
    margin-bottom: 25px;
    color: var(--burgundy);
    /* Updated to Burgundy */
}

.value-card h3 {
    font-family: var(--font-secondory);
    font-size: 1.8rem;
    color: var(--black);
    margin-bottom: 15px;
}

.value-card p {
    color: var(--charcoal);
    font-size: 0.95rem;
}

/* The Promise Section */
.promise-section {
    padding: 40px 5%;
    background-color: var(--bg-cream);
    /* Warm Cream Background */
    text-align: center;
}

.promise-container {
    max-width: 900px;
    margin: 0 auto;
}

.promise-header {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--burgundy);
    margin-bottom: 30px;
    display: block;
    font-weight: 600;
}

.promise-text {
    font-family: var(--font-secondory);
    font-size: 2.5rem;
    color: var(--black);
    line-height: 1.4;
    margin-bottom: 30px;
    font-style: italic;
}

.promise-text-sub {
    font-family: var(--font-secondory);
    font-size: 1.8rem;
    color: var(--charcoal);
    line-height: 1.5;
}

/* Footer (Simplified for interior page) */
footer {
    background: var(--black);
    color: var(--bg-cream);
    padding: 60px 5% 30px;
    text-align: center;
}

.footer-logo {
    font-family: var(--font-secondory);
    font-size: 2rem;
    color: var(--bg-cream);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .hero,
    .profiles-container {
        flex-direction: column;
    }

    .golden-divider {
        width: 100%;
        height: 60px;
        flex-direction: row;
    }

    .divider-line {
        height: 1px;
        width: auto;
    }

    .divider-icon {
        margin: 0 20px;
    }

    .tour-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
}