:root {
  --sage: #6b8982;
  --sage-dark: #3f5d57;
  --sage-deep: #29443f;
  --bronze: #c49669;
  --bronze-soft: #d8b995;
  --ivory: #f5f1ea;
  --paper: #fbfaf7;
  --ink: #1d1d1d;
  --muted: #6d6b65;
  --line: rgba(29, 29, 29, .16);
  --white: #fff;
  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --brand: 'Comfortaa', sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.08; text-wrap: balance; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 1rem; }
.kicker { margin-bottom: 1.35rem; color: var(--bronze-soft); font-size: .67rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.kicker.dark { color: var(--sage-dark); }
.kicker.warm { color: var(--bronze); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--ink); background: rgba(251,250,247,.97); border-bottom: 1px solid rgba(29,29,29,.12); }
.header-inner { width: min(1440px, 100%); min-height: 98px; margin: auto; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 3rem; }
.brand { display: inline-flex; width: fit-content; flex-direction: column; font-family: var(--brand); font-weight: 500; line-height: 1; letter-spacing: .015em; }
.brand span { font-size: 1.08rem; }
.brand i { color: var(--bronze-soft); font-family: var(--display); font-size: 1.3em; font-style: normal; }
.brand small { margin-top: .45rem; font-size: .43rem; letter-spacing: .42em; text-align: center; text-transform: uppercase; }
.brand-logo { width: 88px; height: 78px; display: grid; place-content: center; overflow: hidden; }
.brand-logo img { width: 78px; height: auto; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 2rem; font-size: .73rem; letter-spacing: .08em; }
.main-nav a { position: relative; padding: .5rem 0; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--bronze); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.mobile-menu { display: none; }
.header-cta { justify-self: end; padding-bottom: .4rem; border-bottom: 1px solid rgba(29,29,29,.4); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.header-cta span { margin-left: .65rem; color: var(--bronze); }

.hero { min-height: 850px; padding: 190px 8vw 90px; position: relative; overflow: hidden; color: var(--white); background: linear-gradient(118deg, var(--sage-deep), #496a64 58%, #79958e); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; }
.hero::before { content: ''; position: absolute; width: 46vw; height: 46vw; min-width: 560px; min-height: 560px; right: -9vw; top: 120px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.hero::after { content: ''; position: absolute; width: 29vw; height: 29vw; min-width: 380px; min-height: 380px; right: 0; top: 205px; border: 1px solid rgba(196,150,105,.65); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero h1 { margin-bottom: 2rem; font-size: clamp(4rem, 6.7vw, 7.1rem); font-weight: 500; letter-spacing: -.025em; }
.hero h1 em { color: var(--bronze-soft); font-style: italic; }
.hero-lead { max-width: 610px; margin-bottom: 2.3rem; color: rgba(255,255,255,.88); font-size: 1.08rem; font-weight: 400; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 1.65rem; font-size: .69rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--sage-deep); background: var(--ivory); }
.button-outline { border: 1px solid rgba(255,255,255,.5); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: var(--sage-dark); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link.light { color: rgba(255,255,255,.85); }
.hero-art { position: relative; z-index: 2; width: min(42vw, 620px); margin: 0 0 0 auto; padding: 0; align-self: center; }
.hero-art::before { content: ''; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border: 1px solid rgba(196,150,105,.68); border-radius: 52% 52% 4px 4px; }
.hero-art::after { content: ''; position: absolute; inset: 0; border-radius: 52% 52% 4px 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }
.hero-art img { width: 100%; height: 560px; object-fit: cover; object-position: 55% center; border-radius: 52% 52% 4px 4px; filter: saturate(.82) contrast(1.03); }
.hero-art figcaption { margin-top: 1.2rem; color: rgba(255,255,255,.68); font-size: .55rem; letter-spacing: .2em; text-align: center; text-transform: uppercase; }
.hero-side-note { position: absolute; right: 2.2vw; bottom: 60px; writing-mode: vertical-rl; color: rgba(255,255,255,.4); font-size: .57rem; letter-spacing: .3em; text-transform: uppercase; }

.intro { padding: 9rem 8vw; display: grid; grid-template-columns: 90px 1.1fr .9fr; gap: 5vw; align-items: start; }
.section-number { padding-top: .4rem; color: var(--bronze); font-size: .67rem; letter-spacing: .15em; }
.intro h2, .section-heading h2, .location h2, .final-cta h2 { margin: 0; font-size: clamp(3rem, 5.3vw, 5.4rem); font-weight: 500; letter-spacing: -.025em; }
.intro-copy { max-width: 510px; padding-top: 3.3rem; }
.lead-serif { margin-bottom: 1.4rem; color: var(--sage-dark); font-family: var(--display); font-size: 1.65rem; font-weight: 600; line-height: 1.35; }
.intro-copy > p:not(.lead-serif) { color: #56544f; font-size: 1rem; line-height: 1.8; }
.intro-copy .text-link { margin-top: 1rem; }

.treatments { padding: 8rem 8vw; color: var(--white); background: var(--sage-dark); }
.section-heading { margin-bottom: 4rem; }
.section-heading h2 { color: var(--sage-deep); }
.treatments .section-heading h2 { color: var(--white); }
.split-heading { display: flex; justify-content: space-between; gap: 4rem; align-items: end; }
.split-heading > p { width: 330px; margin: 0; color: rgba(255,255,255,.78); font-size: .95rem; line-height: 1.75; }
.treatment-list { border-top: 1px solid rgba(255,255,255,.23); }
.treatment-row { min-height: 112px; display: grid; grid-template-columns: 65px minmax(220px, 1fr) minmax(220px, .75fr) 40px; gap: 2rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .25s, background .25s; }
.treatment-row:hover { padding: 0 1.2rem; background: rgba(255,255,255,.04); }
.treatment-row .row-index { color: var(--bronze-soft); font-size: .64rem; }
.treatment-row strong { font-family: var(--display); font-size: clamp(1.8rem, 2.7vw, 2.8rem); font-weight: 600; }
.treatment-row > span:nth-child(3) { color: rgba(255,255,255,.76); font-size: .88rem; }
.treatment-row i { color: var(--bronze-soft); font-style: normal; font-size: 1.25rem; }

.reviews { padding: 8rem 8vw; position: relative; overflow: hidden; background: var(--ivory); }
.reviews::after { content: ''; position: absolute; width: 430px; height: 430px; right: -260px; top: -210px; border: 1px solid rgba(107,137,130,.18); border-radius: 50%; }
.reviews-heading { margin-bottom: 4rem; display: flex; align-items: end; justify-content: space-between; gap: 4rem; }
.reviews-heading h2 { margin: 0; color: var(--sage-dark); font-size: clamp(3rem, 4.8vw, 4.9rem); font-weight: 500; letter-spacing: -.025em; }
.google-score { flex: 0 0 auto; display: flex; align-items: center; gap: 1.15rem; }
.google-score > span { color: var(--sage-dark); font-family: var(--display); font-size: 4.3rem; font-weight: 600; line-height: 1; }
.stars { color: var(--bronze); font-size: .84rem; letter-spacing: .18em; }
.google-score p { margin: .25rem 0 0; color: var(--muted); font-size: .67rem; }
.review-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.review-card { min-height: 335px; padding: 2.4rem; display: flex; flex-direction: column; border: 1px solid rgba(107,137,130,.18); background: var(--paper); }
.review-card.featured-review { color: var(--white); background: var(--sage-dark); transform: translateY(-1rem); }
.review-card blockquote { margin: 2.2rem 0 2.5rem; color: var(--sage-dark); font-family: var(--display); font-size: 1.65rem; font-weight: 500; line-height: 1.35; }
.review-card.featured-review blockquote { color: var(--white); }
.review-card footer { margin-top: auto; padding-top: 1.2rem; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.review-card.featured-review footer { border-color: rgba(255,255,255,.2); }
.review-card footer strong { color: var(--sage-dark); font-size: .74rem; font-weight: 600; }
.review-card.featured-review footer strong { color: var(--white); }
.review-card footer span { margin-top: .2rem; color: var(--muted); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.review-card.featured-review footer span { color: rgba(255,255,255,.6); }
.reviews-action { margin-top: 2.7rem; text-align: center; }

.clinical-cases { padding: 8rem 8vw; background: var(--paper); }
.clinical-cases .split-heading > p { color: var(--muted); }
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.case-card { overflow: hidden; border: 1px solid var(--line); background: var(--ivory); }
.case-card.featured-case { grid-column: 1 / -1; }
.case-comparison { min-height: 360px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(29,29,29,.12); }
.case-slot { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--sage-deep); background: linear-gradient(145deg, #d9dfdc, #b8c6c2); }
.case-slot.after { color: var(--white); background: linear-gradient(145deg, var(--sage), var(--sage-dark)); }
.case-slot span { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); }
.case-slot small { max-width: 120px; font-size: .55rem; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.case-photo { height: 360px; min-width: 0; margin: 0; padding: 0; position: relative; overflow: hidden; background: #d5cec5; }
.case-photo img { width: 100%; height: 200%; position: absolute; left: 0; object-fit: cover; }
.case-photo.before img { top: 0; }
.case-photo.after img { bottom: 0; }
.case-photo figcaption { padding: .55rem .9rem; position: absolute; left: 1.25rem; top: 1.25rem; z-index: 2; color: var(--white); background: rgba(41,68,63,.82); font-size: .58rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.case-copy { padding: 1.6rem 1.8rem 1.8rem; }
.case-copy > span { color: var(--bronze); font-size: .56rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.case-copy h3 { margin: .8rem 0 0; color: var(--sage-dark); font-size: 1.65rem; }
.cases-disclaimer { max-width: 900px; margin: 2rem 0 0; color: var(--muted); font-size: .72rem; }

.team { padding: 8rem 8vw 9rem; }
.team .section-heading { text-align: center; }
.team .section-heading h2 { font-size: clamp(3rem, 4.8vw, 4.8rem); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: center; }
.professional-card { background: var(--ivory); }
.professional-card.featured { transform: translateY(-1.5rem); }
.professional-photo { min-height: 430px; overflow: hidden; background: #d9dfdc; }
.professional-photo img { width: 100%; height: 430px; object-fit: cover; object-position: center 27%; filter: saturate(.9) contrast(1.02); transition: transform .45s ease; }
.professional-photo-gustavo img { object-position: center 28%; }
.professional-photo-gabriel img { object-position: center 24%; }
.professional-card:hover .professional-photo img { transform: scale(1.025); }
.portrait-placeholder { min-height: 430px; display: grid; place-content: center; position: relative; overflow: hidden; background: linear-gradient(145deg, #d9dfdc, #8da49e); }
.portrait-placeholder::before { content: ''; width: 240px; height: 300px; position: absolute; left: 50%; bottom: -70px; transform: translateX(-50%); border-radius: 48% 48% 12% 12%; background: rgba(41,68,63,.16); }
.portrait-placeholder::after { content: ''; width: 115px; height: 115px; position: absolute; left: 50%; top: 110px; transform: translateX(-50%); border-radius: 50%; background: rgba(41,68,63,.17); }
.portrait-placeholder span { z-index: 2; color: rgba(255,255,255,.65); font-family: var(--display); font-size: 3rem; letter-spacing: .08em; }
.professional-info { padding: 1.8rem 1.8rem 2rem; }
.professional-info p { margin-bottom: .65rem; color: var(--bronze); font-size: .55rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.professional-info h3 { margin-bottom: 1.5rem; color: var(--sage-dark); font-size: 1.75rem; }
.professional-info a { display: flex; justify-content: space-between; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.pending-note { margin: 2rem auto 0; color: var(--muted); font-size: .7rem; text-align: center; }

.experience { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: var(--sage-deep); }
.experience-panel { padding: 8rem 8vw; color: var(--white); }
.experience-panel h2 { margin-bottom: 2rem; font-size: clamp(3rem, 5vw, 5rem); color: var(--white); }
.experience-panel > p:not(.kicker) { max-width: 490px; color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.8; }
.experience-panel ol { max-width: 500px; margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.experience-panel li { padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--display); font-size: 1.25rem; }
.experience-panel li span { margin-right: 1.5rem; color: var(--bronze-soft); font-family: var(--body); font-size: .55rem; }
.experience-art { display: grid; place-content: center; overflow: hidden; background: linear-gradient(155deg, var(--bronze), #b17b51); }
.experience-photo { position: relative; display: grid; place-content: center; padding: 4.5rem; background: linear-gradient(155deg, var(--bronze), #aa744d); }
.experience-photo::before { content: ''; position: absolute; width: min(39vw, 560px); height: 500px; left: 50%; top: 50%; transform: translate(calc(-50% - 16px), calc(-50% - 16px)); border: 1px solid rgba(255,255,255,.48); border-radius: 50% 50% 4px 4px; }
.experience-photo::after { content: ''; position: absolute; width: min(39vw, 560px); height: 500px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50% 50% 4px 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.experience-photo img { position: relative; z-index: 1; width: min(39vw, 560px); height: 500px; object-fit: cover; object-position: center 46%; border-radius: 50% 50% 4px 4px; filter: saturate(.88) contrast(1.02); }
.arch { width: min(30vw, 390px); height: min(42vw, 520px); display: grid; place-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 200px 200px 0 0; box-shadow: 0 0 0 28px rgba(255,255,255,.06), 0 0 0 56px rgba(255,255,255,.035); }
.arch span { color: rgba(255,255,255,.78); font-family: var(--display); font-size: 4rem; letter-spacing: -.1em; }

.journal { padding: 8rem 8vw; }
.journal .split-heading > span { color: var(--bronze); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.journal-grid article { min-height: 290px; padding: 2.5rem; background: var(--paper); }
.journal-card-link { height: 100%; display: block; }
.journal-grid article > span { color: var(--bronze); font-size: .57rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.journal-grid h3 { margin: 3rem 0 1.2rem; color: var(--sage-dark); font-size: 1.75rem; line-height: 1.25; }
.journal-grid p { color: #56544f; font-size: .9rem; line-height: 1.7; }

.location { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 620px; color: var(--white); background: var(--sage-dark); }
.location-copy { padding: 7rem 8vw; }
.location h2 { margin-bottom: 2.2rem; color: var(--white); }
.location address { margin-bottom: 2.2rem; color: rgba(255,255,255,.72); font-style: normal; }
.map-frame { min-height: 500px; background: #d1cec6; filter: saturate(.45) sepia(.16); }
.map-frame iframe { width: 100%; height: 100%; min-height: 620px; border: 0; }

.final-cta { padding: 8rem 6vw; text-align: center; background: var(--bronze); color: var(--white); }
.final-cta .kicker { color: rgba(255,255,255,.7); }
.final-cta h2 { color: var(--white); }
.final-cta > p:not(.kicker) { margin: 1.7rem 0 2.2rem; color: rgba(255,255,255,.8); }

.site-footer { padding: 5rem 8vw 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; color: rgba(255,255,255,.68); background: var(--ink); font-size: .74rem; }
.brand-footer { color: var(--white); }
.footer-brand p { margin-top: 1.5rem; }
.site-footer h3 { margin-bottom: 1.2rem; color: var(--bronze-soft); font-family: var(--body); font-size: .6rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand):not(.footer-bottom) a { display: block; margin-bottom: .6rem; }
.footer-bottom { grid-column: 1 / -1; margin-top: 2rem; padding-top: 1.5rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-float { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 30; width: 68px; height: 68px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--white); background: var(--sage-deep); box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.contact-float span { display: flex; justify-content: center; line-height: 1; }
.contact-float svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-float small { font-size: .48rem; letter-spacing: .1em; text-transform: uppercase; }

/* Internal pages */
.site-header.internal-header { position: relative; color: var(--ink); background: var(--paper); }
.internal-main { overflow: hidden; }
.page-hero { min-height: 520px; padding: 7rem 8vw 6rem; position: relative; display: flex; align-items: end; color: var(--white); background: var(--sage-deep); }
.page-hero::before { content: ''; position: absolute; width: 520px; height: 520px; right: -120px; top: -180px; border: 1px solid rgba(196,150,105,.48); border-radius: 50%; }
.page-hero::after { content: ''; position: absolute; width: 310px; height: 310px; right: 60px; bottom: -190px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.page-hero-content { width: min(900px, 100%); position: relative; z-index: 2; }
.page-hero h1 { margin: 0 0 1.4rem; color: var(--white); font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.03em; }
.page-hero .page-lead { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.8; }
.page-hero .breadcrumb { margin-bottom: 2rem; color: var(--bronze-soft); font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.page-hero .breadcrumb a { color: inherit; }
.page-section { padding: 8rem 8vw; }
.page-section.soft { background: var(--ivory); }
.page-section.green { color: var(--white); background: var(--sage-dark); }
.page-section-head { max-width: 820px; margin-bottom: 4rem; }
.page-section-head.centered { margin-right: auto; margin-left: auto; text-align: center; }
.page-section h2 { margin: 0 0 1.4rem; color: var(--sage-dark); font-size: clamp(2.8rem, 4.8vw, 4.8rem); font-weight: 500; letter-spacing: -.025em; }
.page-section.green h2 { color: var(--white); }
.page-section-head > p:not(.kicker) { max-width: 660px; color: var(--muted); }
.page-section.green .page-section-head > p:not(.kicker) { color: rgba(255,255,255,.72); }
.content-split { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.content-split.reverse > :first-child { order: 2; }
.editorial-copy { max-width: 620px; }
.editorial-copy .lead-serif { font-size: 2rem; }
.editorial-copy p { color: var(--muted); line-height: 1.85; }
.editorial-copy ul { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-copy li { padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--sage-dark); }
.editorial-copy li::before { content: '•'; margin-right: 1rem; color: var(--bronze); }
.image-arch { position: relative; width: min(100%, 540px); margin: auto; }
.image-arch::before { content: ''; position: absolute; inset: -15px 15px 15px -15px; border: 1px solid var(--bronze); border-radius: 50% 50% 4px 4px; }
.image-arch img { width: 100%; height: 610px; position: relative; object-fit: cover; border-radius: 50% 50% 4px 4px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.feature-card { min-height: 300px; padding: 2.4rem; background: var(--paper); }
.feature-card .feature-index { color: var(--bronze); font-size: .6rem; letter-spacing: .14em; }
.feature-card h3 { margin: 3rem 0 1rem; color: var(--sage-dark); font-size: 2rem; }
.feature-card p { color: var(--muted); font-size: .88rem; line-height: 1.75; }
.profile-hero { min-height: 660px; padding-top: 5rem; padding-bottom: 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: end; }
.profile-hero::after { display: none; }
.profile-hero .page-hero-content { padding-bottom: 6rem; }
.profile-hero-image { align-self: stretch; display: flex; align-items: end; justify-content: center; }
.profile-hero-image img { width: min(100%, 580px); height: 610px; object-fit: cover; object-position: center 25%; border-radius: 50% 50% 0 0; }
.profile-meta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .65rem; }
.profile-meta span { padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.75); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.service-card { min-height: 250px; padding: 2.2rem; position: relative; border: 1px solid var(--line); background: var(--paper); }
.service-card h3 { margin: 2rem 0 .8rem; color: var(--sage-dark); font-size: 2rem; }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-card a { position: absolute; right: 2rem; bottom: 1.7rem; color: var(--bronze); }
.treatment-hero { min-height: 590px; }
.treatment-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.treatment-fact { padding: 2rem; background: var(--paper); }
.treatment-fact span { color: var(--bronze); font-size: .55rem; letter-spacing: .15em; text-transform: uppercase; }
.treatment-fact strong { margin-top: .8rem; display: block; color: var(--sage-dark); font-family: var(--display); font-size: 1.45rem; font-weight: 600; }
.steps-list { counter-reset: internal-step; border-top: 1px solid var(--line); }
.step-item { min-height: 120px; padding: 1.6rem 0; display: grid; grid-template-columns: 70px 1fr 1.2fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); }
.step-item::before { counter-increment: internal-step; content: '0' counter(internal-step); color: var(--bronze); font-size: .62rem; }
.step-item strong { color: var(--sage-dark); font-family: var(--display); font-size: 1.65rem; }
.step-item p { margin: 0; color: var(--muted); font-size: .87rem; }
.faq-list { max-width: 900px; margin: auto; }
.faq-item { padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.faq-item h3 { margin: 0 0 .7rem; color: var(--white); font-size: 1.65rem; }
.faq-item p { margin: 0; color: rgba(255,255,255,.7); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; }
.contact-details { padding: 3rem; color: var(--white); background: var(--sage-dark); }
.contact-details h2 { color: var(--white); font-size: 3.3rem; }
.contact-details address { margin: 2.2rem 0 1.4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-style: normal; }
.contact-details a { display: block; margin-bottom: .7rem; }
.contact-prompt { max-width: 390px; margin-bottom: 1.6rem; color: rgba(255,255,255,.78); }
.contact-actions { display: grid; gap: .75rem; }
.contact-actions .button { width: 100%; margin: 0; }
.contact-whatsapp { color: var(--sage-deep); background: var(--ivory); }
.contact-whatsapp::before { content: '●'; margin-right: .7rem; color: #2f9e60; font-size: .65rem; }
.contact-instagram { background: transparent; }
.contact-routes-link { width: fit-content; margin: .3rem auto 0; padding-bottom: .15rem; border-bottom: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.82); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-routes-link span { margin-left: .35rem; color: var(--bronze-soft); }
.contact-links a { width: fit-content; padding-bottom: .1rem; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.82); }
.contact-map iframe { width: 100%; min-height: 600px; border: 0; filter: saturate(.5) sepia(.1); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.blog-card { min-height: 370px; padding: 2.4rem; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.blog-card .tagline { color: var(--bronze); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin: 3.5rem 0 1rem; color: var(--sage-dark); font-size: 2rem; line-height: 1.25; }
.blog-card p { color: var(--muted); font-size: .86rem; }
.blog-card .status { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.article-layout { width: min(1180px, 84vw); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 7vw; align-items: start; }
.article-body { color: #4f4d48; font-size: 1.03rem; line-height: 1.85; }
.article-body h2 { margin: 3.2rem 0 1rem; color: var(--sage-dark); font-size: clamp(2.2rem, 3.4vw, 3.4rem); }
.article-body h3 { margin: 2.2rem 0 .7rem; color: var(--sage-dark); font-size: 1.65rem; }
.article-body .article-intro { color: var(--sage-dark); font-family: var(--display); font-size: 1.7rem; font-weight: 600; line-height: 1.45; }
.article-body ul { padding-left: 1.2rem; }
.article-note { margin: 2.5rem 0; padding: 1.6rem; border-left: 3px solid var(--bronze); background: var(--ivory); font-size: .9rem; }
.article-aside { padding: 2rem; position: sticky; top: 2rem; color: var(--white); background: var(--sage-dark); }
.article-aside h2 { color: var(--white); font-size: 2rem; }
.article-aside p { color: rgba(255,255,255,.75); font-size: .85rem; }
.article-aside .button { width: 100%; margin-top: 1rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; color: rgba(255,255,255,.65); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.article-meta { margin-top: 1.5rem; }
.article-meta a { padding-bottom: .15rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.article-sources { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.article-sources h2 { margin: 0 0 1rem; font-size: 1.65rem; }
.article-sources ul { margin: 0; padding-left: 1.1rem; }
.article-sources a { color: var(--sage-dark); text-decoration: underline; text-decoration-color: rgba(63,93,87,.35); text-underline-offset: .18em; }
.internal-cta { padding: 7rem 8vw; text-align: center; color: var(--white); background: var(--bronze); }
.internal-cta h2 { margin: 0 auto 1.4rem; max-width: 820px; color: var(--white); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; }
.internal-cta p { margin-bottom: 2rem; color: rgba(255,255,255,.8); }


/* Shared styles retained for internal pages */
.container { width: min(1100px, calc(100% - 3rem)); margin: 0 auto; }
header.site { padding: 1rem 0; background: var(--paper); border-bottom: 1px solid var(--line); }
header.site .header-inner { min-height: auto; color: var(--ink); }
nav.main { display: flex; align-items: center; gap: 1.4rem; }
.btn { display: inline-flex; padding: .75rem 1.2rem; color: var(--white); background: var(--sage-dark); }
.btn.gold { background: var(--bronze); }
section.alt { background: var(--ivory); }
.grid3, .grid2, .offer-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid2 { grid-template-columns: repeat(2, 1fr); }
.offer-steps { grid-template-columns: repeat(4, 1fr); }
.card { padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.card h3, .quote { color: var(--sage-dark); }
.card .tag, .breadcrumb { color: var(--bronze); }
.avatar { width: 90px; height: 90px; margin: 0 auto 1rem; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--sage); }
.notice { padding: 1.2rem; border-left: 3px solid var(--bronze); background: var(--ivory); }
footer.site { padding: 4rem 0 2rem; color: rgba(255,255,255,.7); background: var(--ink); }
footer.site .container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
footer.site h4 { color: var(--bronze-soft); }
footer.site .bottom { margin-top: 2rem; padding-top: 1rem; text-align: center; border-top: 1px solid rgba(255,255,255,.12); }
.whatsapp-float { position: fixed; right: 1.5rem; bottom: 1.5rem; width: 58px; height: 58px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--sage-deep); }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .main-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-width: 44px; min-height: 44px; display: grid; place-content: center; cursor: pointer; list-style: none; color: var(--sage-dark); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { content: ''; width: 22px; height: 1px; margin: .3rem auto 0; background: var(--bronze); box-shadow: 0 5px 0 var(--bronze); }
  .mobile-menu[open] summary::after { box-shadow: none; transform: rotate(45deg); }
  .mobile-menu nav { width: min(88vw, 360px); padding: 1rem 1.4rem 1.4rem; position: absolute; z-index: 50; top: 52px; right: -9rem; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 35px rgba(29,29,29,.14); }
  .mobile-menu nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--sage-dark); font-family: var(--display); font-size: 1.25rem; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .header-cta { min-height: 44px; display: inline-flex; align-items: center; padding-bottom: 0; }
  .hero { min-height: 760px; grid-template-columns: 1fr; padding-top: 170px; }
  .hero-art { width: min(44vw, 430px); position: absolute; right: 2rem; bottom: 2rem; opacity: .42; }
  .hero-art img { height: 430px; }
  .intro { grid-template-columns: 50px 1fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .team-grid, .journal-grid, .review-grid, .cases-grid { grid-template-columns: 1fr; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .review-card.featured-review { transform: none; }
  .professional-card.featured { transform: none; }
  .professional-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .portrait-placeholder { min-height: 300px; }
  .professional-photo { min-height: 300px; }
  .professional-photo img { height: 300px; }
  .experience, .location { grid-template-columns: 1fr; }
  .experience-art { min-height: 520px; }
  .experience-photo { padding: 4rem 2rem; }
  .experience-photo img, .experience-photo::before, .experience-photo::after { width: min(82vw, 560px); height: 500px; }
  .experience-photo img { object-position: center 46%; }
  .arch { width: 300px; height: 410px; }
  .map-frame iframe { min-height: 500px; }
  .grid3, .grid2, .offer-steps { grid-template-columns: 1fr; }
  .content-split, .profile-hero, .contact-layout { grid-template-columns: 1fr; }
  .content-split.reverse > :first-child { order: initial; }
  .feature-grid, .blog-grid { grid-template-columns: 1fr; }
  .profile-hero .page-hero-content { padding-bottom: 2rem; }
  .profile-hero-image img { height: 560px; }
  .service-grid { grid-template-columns: 1fr; }
  .article-layout { width: min(88vw, 760px); grid-template-columns: 1fr; }
  .article-aside { position: static; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 78px; padding: 0 1rem; gap: .45rem; }
  .brand-logo { width: 72px; height: 72px; }
  .brand-logo img { width: 68px; }
  .header-cta { font-size: .54rem; line-height: 1.25; }
  .header-cta span { margin-left: .35rem; }
  .mobile-menu nav { right: -7.4rem; }
  .hero {
    min-height: 720px;
    padding: 145px 1.5rem 70px;
    background:
      linear-gradient(90deg, rgba(29,58,52,.94) 0%, rgba(41,68,63,.88) 58%, rgba(41,68,63,.68) 100%),
      url('../img/clinica/fachada-casella-balter.webp') 58% center / cover no-repeat;
  }
  .hero::before { width: 430px; height: 430px; min-width: 0; min-height: 0; right: -250px; top: 120px; border-color: rgba(255,255,255,.13); }
  .hero::after { width: 310px; height: 310px; min-width: 0; min-height: 0; right: -170px; top: 195px; border-color: rgba(196,150,105,.42); }
  .hero h1 { font-size: 3.45rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art, .hero-side-note { display: none; }
  .intro, .treatments, .reviews, .team, .journal, .clinical-cases { padding: 5.5rem 1.5rem; }
  .case-comparison { min-height: 260px; }
  .case-slot { padding: 1.3rem; }
  .case-comparison { grid-template-columns: 1fr; }
  .case-photo { height: min(63vw, 230px); padding: 0; }
  .intro { display: block; }
  .section-number { margin-bottom: 2rem; }
  .intro h2, .section-heading h2, .location h2, .final-cta h2 { font-size: 3.15rem; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .split-heading > p { width: auto; }
  .treatment-row { padding: 1.5rem 0; grid-template-columns: 35px 1fr 25px; gap: 1rem; }
  .treatment-row > span:nth-child(3) { display: none; }
  .reviews-heading { margin-bottom: 3rem; gap: 2rem; }
  .reviews-heading h2 { font-size: 3.15rem; }
  .google-score > span { font-size: 3.5rem; }
  .review-card { min-height: auto; }
  .professional-card { display: block; }
  .portrait-placeholder { min-height: 330px; }
  .professional-photo { min-height: 380px; }
  .professional-photo img { height: 380px; }
  .experience-panel, .location-copy { padding: 5.5rem 1.5rem; }
  .experience-art { min-height: 430px; }
  .experience-photo { padding: 3.5rem 1.5rem; }
  .experience-photo img, .experience-photo::before, .experience-photo::after { width: min(88vw, 390px); height: 360px; }
  .experience-photo img { object-position: center 46%; }
  .arch { width: 240px; height: 330px; }
  .journal-grid article { min-height: auto; }
  .final-cta { padding: 6rem 1.5rem; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 4rem 1.5rem 2rem; gap: 2.5rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .contact-float { width: 54px; height: 54px; right: .85rem; bottom: .85rem; }
  .contact-float svg { width: 20px; height: 20px; }
  .contact-float small { font-size: .43rem; }
  .page-hero { min-height: 470px; padding: 5rem 1.5rem 4rem; }
  .page-hero h1 { font-size: 3.65rem; }
  .page-hero .page-lead { font-size: .96rem; }
  .page-section { padding: 5.5rem 1.5rem; }
  .page-section h2 { font-size: 3.1rem; }
  .image-arch img { height: 470px; }
  .feature-card { min-height: auto; }
  .profile-hero { padding-bottom: 0; }
  .profile-hero h1 { font-size: 3.45rem; }
  .profile-hero-image img { width: 92%; height: 470px; }
  .treatment-facts { grid-template-columns: 1fr; }
  .step-item { grid-template-columns: 38px 1fr; gap: 1rem; }
  .step-item p { grid-column: 2; }
  .contact-details { padding: 2.2rem 1.5rem; }
  .contact-details h2 { font-size: 2.8rem; }
  .contact-map iframe { min-height: 430px; }
  .internal-cta { padding: 5.5rem 1.5rem; }
  .internal-cta h2 { font-size: 3.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
