:root {
    --gold: #c58d56;
    --gold-light: #deb98f;
    --gold-soft: #f2e3d2;
    --gold-dark: #6f4c2d;
    --gold-deep: #49331f;
    --caramel: var(--gold);
    --caramel-dark: var(--gold-dark);
    --rose: #d3a6a5;
    --rose-mid: #c88f91;
    --rose-deep: #9e6268;
    --rose-soft: #f3e7e5;
    --rose-mist: #fbf4f3;
    --blush: #ead0ce;
    --cream: #f8f4ef;
    --paper: #fffdf9;
    --ink: var(--gold-deep);
    --muted: #756759;
    --line: rgba(73, 51, 31, .14);
    --white: #fff;
    --shadow: 0 20px 55px rgba(72, 48, 35, .11);
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'DM Sans', Arial, sans-serif;
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.7
}
img {
    display: block;
    max-width: 100%
}
a {
    color: inherit;
    text-decoration: none
}
button {
    font: inherit
}
.container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto
}
.section {
    padding: 112px 0
}
.section-nopad {
    padding: 0
}
.section-kicker, .eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .74rem;
    font-weight: 600;
    color: var(--caramel-dark);
    margin: 0 0 18px
}
h1, h2, h3, blockquote {
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.08;
    margin-top: 0
}
h1 {
    font-size: clamp(3rem, 5.9vw, 4.7rem);
    letter-spacing: -.035em;
    max-width: 900px;
    margin-bottom: 28px
}
h1 em {
    font-weight: 500;
    color: #efd7ca
}
h2 {
    font-size: clamp(2.35rem, 4vw, 4.4rem);
    letter-spacing: -.03em;
    margin-bottom: 24px
}
h3 {
    font-size: 1.75rem
}
.lead {
    font-size: 1.2rem;
    color: #514844
}
.skip-link {
    position: fixed;
    left: 12px;
    top: -80px;
    z-index: 9999;
    background: #fff;
    padding: 10px 16px
}
.skip-link:focus {
    top: 12px
}
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: .3s;
    background: linear-gradient(to bottom, rgba(25, 20, 17, .5), transparent)
}
.site-header.scrolled {
    background: rgba(255, 253, 249, .94);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--line)
}
.nav-wrap {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.brand {
    width: 205px;
    filter: brightness(0) invert(1)
}
.site-header.scrolled .brand {
    filter: none
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    font-size: .9rem
}
.site-header.scrolled .main-nav {
    color: var(--ink)
}
.main-nav > a:not(.btn) {
    position: relative
}
.main-nav > a:not(.btn):after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -4px;
    height: 1px;
    background: currentColor;
    transition: .25s
}
.main-nav > a:hover:after {
    right: 0
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px
}
.menu-toggle span {
    width: 25px;
    height: 2px;
    background: currentColor;
    display: block;
    margin: 5px
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--caramel);
    color: #fff;
    border: 1px solid var(--caramel);
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: .92rem;
    transition: .25s;
    box-shadow: 0 10px 24px rgba(159, 109, 63, .15)
}
.btn:hover {
    transform: translateY(-2px);
    background: var(--caramel-dark);
    border-color: var(--caramel-dark)
}
.btn-small {
    padding: 11px 18px
}
.btn-light {
    background: #fff;
    color: var(--ink);
    border-color: #fff
}
.btn-light:hover {
    background: var(--rose-soft);
    border-color: var(--rose-soft)
}
.hero {
    min-height: 780px;
    height: 100svh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--gold-deep)
}
.hero-photo {
    position: absolute;
    inset: 0;
    background-image: url('assets/bruna-hero.jpg');
    background-size: cover;
    background-position: center 29%
}
.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(35, 29, 24, .76) 0%, rgba(35, 29, 24, .38) 46%, rgba(35, 29, 24, .06) 72%), linear-gradient(0deg, rgba(35, 29, 24, .55), transparent 45%)
}
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 100px
}
.hero-content .eyebrow {
    color: #f1d7c8
}
.hero-text {
    max-width: 620px;
    font-size: 1.12rem;
    color: rgba(255, 255, 255, .88);
    margin: 0 0 34px
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap
}
.text-link {
    font-weight: 600;
    font-size: .95rem
}
.text-link i {
    margin-left: 7px
}
.hero-note {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 32px;
    color: #fff;
    font-family: var(--serif);
    font-size: 1rem;
    text-align: right
}
.hero-note span {
    display: block;
    font-family: var(--sans);
    font-size: .74rem;
    opacity: .8;
    letter-spacing: .06em
}
.intro {
    background: var(--paper)
}
.about-layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 86px;
    align-items: center
}
.about-photo {
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    background: var(--gold-soft);
    box-shadow: var(--shadow)
}
.about-photo img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center 30%
}
.about-content {
    max-width: 670px
}
.intro-copy p:first-child {
    margin-top: 0
}
.curriculum {
    margin-top: 70px;
    border-top: 1px solid var(--line)
}
details {
    border-bottom: 1px solid var(--line)
}
summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 0;
    font-family: var(--serif);
    font-size: 1.45rem
}
summary::-webkit-details-marker {
    display: none
}
summary i {
    font-size: .9rem;
    color: var(--caramel);
    transition: .25s
}
details[open] summary i {
    transform: rotate(45deg)
}
.details-body {
    padding: 4px 0 30px
}
.timeline {
    display: grid;
    gap: 12px
}
.timeline > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 14px 18px;
    background: var(--cream);
    border-radius: 12px
}
.timeline strong {
    color: var(--caramel-dark)
}
.timeline p {
    margin: 0
}
.qualifications ul {
    columns: 2;
    column-gap: 50px;
    margin: 0;
    padding-left: 20px
}
.qualifications li {
    break-inside: avoid;
    margin: 0 0 12px
}
.specialties {
    background: var(--cream)
}
.section-heading {
    max-width: 760px;
    margin-bottom: 54px
}
.section-heading > p:last-child {
    color: var(--muted);
    max-width: 650px
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}
.specialty-card {
    position: relative;
    background: var(--paper);
    padding: 40px 34px 36px;
    border-radius: 24px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 0 rgba(73, 51, 31, .06);
    transition: .3s
}
.specialty-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
}
.specialty-card.featured {
    background: var(--rose-soft)
}
.card-number {
    position: absolute;
    right: 28px;
    top: 24px;
    font-family: var(--serif);
    font-size: 3.2rem;
    color: rgba(73, 51, 31, .08)
}
.icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--rose-soft);
    color: var(--caramel-dark);
    font-size: 1.2rem;
    margin-bottom: 42px
}
.featured .icon-wrap {
    background: #fff
}
.specialty-card p {
    color: var(--muted);
    margin: 0 0 26px
}
.specialty-card a {
    margin-top: auto;
    font-weight: 600;
    font-size: .92rem;
    color: var(--caramel-dark)
}
.specialty-card a i {
    margin-left: 6px;
    transition: .25s
}
.specialty-card a:hover i {
    transform: translateX(5px)
}
.obstetric-photo {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 650px;
    background: var(--ink);
    color: #fff
}
.obstetric-image {
    background: url('assets/obstetricia.jpg') center 45% / cover no-repeat;
    filter: grayscale(1);
    min-height: 620px
}
.obstetric-copy {
    padding: 80px clamp(40px, 7vw, 110px);
    display: flex;
    flex-direction: column;
    justify-content: center
}
.obstetric-copy .section-kicker {
    color: #e3bfae
}
.obstetric-copy blockquote {
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    margin: 0 0 30px
}
.obstetric-copy p:last-child {
    color: rgba(255, 255, 255, .7);
    max-width: 430px
}
.consultation {
    background: var(--paper)
}
.consultation-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px
}
.consultation-intro {
    position: sticky;
    top: 130px;
    align-self: start
}
.consultation-highlight {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-top: 34px;
    color: var(--muted)
}
.consultation-highlight i {
    color: var(--caramel);
    margin-top: 5px
}
.consultation-text {
    font-size: 1.04rem
}
.consultation-text p {
    margin: 0 0 21px
}
.consultation-text .btn {
    margin-top: 14px
}
.office {
    background: linear-gradient(180deg, var(--paper), var(--rose-mist))
}
.office-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 46px
}
.office-heading h2 {
    max-width: 780px;
    margin-bottom: 0
}
.office-heading > p {
    color: var(--muted);
    max-width: 480px;
    margin: 0 0 10px
}
.office-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 0 12px
}
.office-shot {
    margin: 0;
    overflow: hidden;
    background: var(--gold-soft);
    border-radius: 18px
}
.office-shot img {
    width: 100%;
    aspect-ratio: 4/5;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease
}
.office-shot:hover img {
    transform: scale(1.025)
}
.local-seo {
    background: var(--gold-soft)
}
.local-seo-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start
}
.local-seo-grid p {
    color: var(--muted);
    margin-top: 0
}
.local-link {
    color: var(--gold-dark);
    display: inline-block;
    margin-top: 8px
}
.instagram-section {
    padding: 95px 0 0;
    background: var(--paper)
}
.instagram-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px
}
.instagram-heading h2 {
    margin: 0
}
.instagram-profile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rose-deep);
    font-weight: 600
}
.instagram-profile i {
    font-size: 1.25rem
}
.instagram-widget-wrap {
    width: 100%;
    min-height: 280px;
    background: linear-gradient(110deg, var(--rose-soft), var(--gold-soft), var(--rose-mist));
    padding: 14px
}
.instagram-widget-placeholder {
    min-height: 300px;
    border: 1px dashed rgba(73, 51, 31, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: left;
    color: var(--gold-dark);
    background: rgba(255, 255, 255, .4)
}
.instagram-widget-placeholder > i {
    font-size: 2.4rem;
    color: var(--rose-deep)
}
.instagram-widget-placeholder p {
    margin: 0;
    font-size: 1.05rem
}
.instagram-widget-placeholder span {
    font-weight: 400;
    color: var(--muted)
}
.faq {
    background: linear-gradient(135deg, var(--rose-soft), var(--blush))
}
.faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px
}
.faq-heading {
    position: sticky;
    top: 130px;
    align-self: start
}
.faq-heading > p:last-child {
    color: var(--muted)
}
.faq-list details {
    border-color: rgba(73, 51, 31, .16)
}
.faq-list summary {
    font-family: var(--sans);
    font-weight: 600;
    font-size: 1.05rem;
    padding: 23px 0
}
.faq-list .details-body {
    color: var(--muted);
    padding-right: 45px
}
.faq-list .details-body p {
    margin-top: 0
}
.cta-section {
    background: var(--caramel);
    padding: 72px 0;
    color: #fff
}
.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}
.cta-inner .section-kicker {
    color: #f8e5da
}
.cta-inner h2 {
    margin-bottom: 0;
    max-width: 720px
}
.footer {
    background: var(--gold-deep);
    color: #fff;
    padding: 76px 0 26px
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr .6fr;
    gap: 70px
}
.footer-brand img {
    width: 260px;
    filter: brightness(0) invert(1);
    margin-bottom: 24px
}
.footer-brand p {
    color: rgba(255, 255, 255, .7)
}
.footer h3 {
    font-family: var(--sans);
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #e7c7b7;
    margin-bottom: 22px
}
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 17px
}
.contact-list li {
    display: flex;
    gap: 13px;
    color: rgba(255, 255, 255, .72)
}
.contact-list i {
    width: 18px;
    margin-top: 5px;
    color: #e7c7b7
}
.contact-list a:hover {
    text-decoration: underline
}
.socials {
    display: flex;
    gap: 12px
}
.socials a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .25s
}
.socials a:hover {
    background: #fff;
    color: var(--ink)
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 60px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .8rem;
    color: rgba(255, 255, 255, .45)
}
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 900;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
    transition: .25s
}
.whatsapp-float:hover {
    transform: scale(1.06)
}
@media(max-width:980px) {
    .about-layout, .local-seo-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }
    .about-photo {
        max-width: 620px
    }
    .office-heading {
        grid-template-columns: 1fr;
        gap: 12px
    }
    .office-gallery {
        grid-template-columns: repeat(2, 1fr)
    }
    .instagram-heading {
        align-items: flex-start;
        flex-direction: column
    }
    .main-nav {
        position: fixed;
        inset: 0 0 auto auto;
        top: 0;
        width: min(390px, 88vw);
        height: 100vh;
        background: var(--paper);
        color: var(--ink) !important;
        flex-direction: column;
        align-items: stretch;
        padding: 110px 32px 40px;
        transform: translateX(105%);
        transition: .3s;
        box-shadow: -20px 0 40px rgba(0, 0, 0, .12)
    }
    .main-nav.open {
        transform: none
    }
    .main-nav a {
        font-size: 1.08rem
    }
    .menu-toggle {
        display: block;
        position: relative;
        z-index: 3;
        color: #fff
    }
    .site-header.scrolled .menu-toggle, .site-header.menu-open .menu-toggle {
        color: var(--ink)
    }
    .site-header.menu-open .brand {
        filter: none;
        position: relative;
        z-index: 3
    }
    .hero-photo {
        background-position: 60% 30%
    }
    .hero-shade {
        background: linear-gradient(90deg, rgba(35, 29, 24, .75), rgba(35, 29, 24, .2)), linear-gradient(0deg, rgba(35, 29, 24, .5), transparent 50%)
    }
    .hero-content {
        padding-bottom: 80px
    }
    .hero-note {
        display: none
    }
    .intro-grid, .consultation-grid, .faq-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }
    .consultation-intro, .faq-heading {
        position: static
    }
    .cards {
        grid-template-columns: 1fr
    }
    .specialty-card {
        min-height: auto
    }
    .obstetric-photo {
        grid-template-columns: 1fr
    }
    .obstetric-image {
        min-height: 70vw;
        max-height: 700px
    }
    .qualifications ul {
        columns: 1
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .footer-brand {
        grid-column: 1/-1
    }
}
@media(max-width:640px) {
    .office-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
        padding: 0 7px
    }
    .office-shot {
        border-radius: 10px
    }
    .office-shot img {
        aspect-ratio: 4/5
    }
    .about-photo {
        border-radius: 18px
    }
    .instagram-section {
        padding-top: 70px
    }
    .instagram-widget-placeholder {
        min-height: 240px;
        padding: 25px;
        flex-direction: column;
        text-align: center
    }
    .container {
        width: min(100% - 30px, 1180px)
    }
    .section {
        padding: 78px 0
    }
    .nav-wrap {
        height: 76px
    }
    .brand {
        width: 170px
    }
    .hero {
        min-height: 720px;
        height: 100svh;
        align-items: flex-end
    }
    .hero-photo {
        background-position: 64% center
    }
    .hero-shade {
        background: linear-gradient(0deg, rgba(36, 29, 24, .85) 0%, rgba(36, 29, 24, .54) 48%, rgba(36, 29, 24, .08) 78%)
    }
    .hero-content {
        padding-bottom: 66px
    }
    .hero-content h1 {
        font-size: clamp(2.6rem, 13vw, 4rem)
    }
    .hero-text {
        font-size: 1rem
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }
    .intro-grid {
        gap: 10px
    }
    .curriculum {
        margin-top: 45px
    }
    .timeline > div {
        grid-template-columns: 1fr;
        gap: 3px
    }
    .cards {
        gap: 14px
    }
    .specialty-card {
        padding: 32px 26px
    }
    .obstetric-copy {
        padding: 58px 24px
    }
    .consultation-grid, .faq-grid {
        gap: 30px
    }
    .cta-inner {
        flex-direction: column;
        align-items: flex-start
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
    .footer-brand {
        grid-column: auto
    }
    .footer-bottom {
        flex-direction: column
    }
    .whatsapp-float {
        width: 52px;
        height: 52px;
        right: 16px;
        bottom: 16px
    }
}
@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}