/* Páginas internas — extensão editorial da identidade OdonthoDom */
.inner-page { background: #f2f4f5; }
.inner-page .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.inner-hero { position: relative; min-height: 720px; margin: 106px 12px 12px; overflow: hidden; color: var(--white); border-radius: var(--radius-lg); isolation: isolate; }
.inner-hero__media, .inner-hero__wash { position: absolute; inset: 0; z-index: -2; }
.inner-hero__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.inner-hero__wash { z-index: -1; background: linear-gradient(90deg, rgba(10,20,39,.92) 0%, rgba(15,28,51,.72) 48%, rgba(15,28,51,.18) 100%); }
.inner-hero__content { display: flex; width: var(--container); min-height: 720px; flex-direction: column; justify-content: flex-end; margin-inline: auto; padding: 110px 0 82px; }
.inner-hero__content h1 { max-width: 900px; margin: 0 0 25px; font-size: clamp(3.7rem, 6.6vw, 7.2rem); }
.inner-hero__content > p:not(.eyebrow) { max-width: 720px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.inner-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.inner-hero .split-word > span, .blog-feature .split-word > span, .article-head .split-word > span { transform: translateY(0); }
.inner-hero--service { min-height: clamp(560px, calc(100svh - 126px), 650px); }
.inner-hero--service .inner-hero__content { min-height: clamp(560px, calc(100svh - 126px), 650px); padding: clamp(82px, 9vh, 108px) 0 clamp(42px, 6.4vh, 64px); }
.inner-hero--service .inner-hero__content h1 { max-width: 820px; margin-bottom: 19px; font-size: clamp(3.35rem, 5.15vw, 5.8rem); }
.inner-hero--service .inner-hero__content > p:not(.eyebrow) { max-width: 690px; margin-bottom: 24px; font-size: 1.02rem; line-height: 1.48; }
.inner-hero--light { min-height: 600px; color: var(--ink); background: var(--paper); }
.inner-hero--light .inner-hero__content { min-height: 600px; padding-bottom: 70px; }
.inner-hero--light .inner-hero__content > p:not(.eyebrow) { color: var(--muted); }
.inner-hero--split { display: grid; grid-template-columns: 1.1fr .9fr; color: var(--ink); background: var(--paper); }
.inner-hero--split .inner-hero__content > p:not(.eyebrow) { color: var(--muted); }
.inner-hero--split .inner-hero__content { width: auto; min-height: 690px; padding: 130px clamp(40px, 5vw, 92px) 72px; }
.inner-hero--split .inner-hero__media { position: relative; z-index: 0; min-height: 690px; }
.inner-hero--split .inner-hero__media img { position: absolute; inset: 0; }
.inner-hero--split .inner-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,249,248,.12), transparent); content: ""; }
.inner-hero--split .inner-hero__content h1 { font-size: clamp(3rem, 4vw, 4.8rem); }
.inner-hero--split .hero-title-lead { display: inline; }
.inner-hero--split .brand-word {
  display: inline-block;
  color: #6294a0;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.065em;
  margin-right: .12em;
  transform: skewX(-3deg);
}

@media (min-width: 1101px) {
  .inner-hero--split .hero-title-lead {
    display: block;
    white-space: nowrap;
  }
}

.inner-intro { margin: 0 8px 12px; padding: 100px 0; background: var(--paper); border-radius: 32px; }
.inner-intro__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.inner-intro h2 { margin: 0; font-size: clamp(3rem, 4.8vw, 5.5rem); }
.inner-intro__copy p { color: var(--muted); font-size: 1.04rem; }
.inner-intro__copy p:last-child { margin-bottom: 0; }
.jump-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 46px; }
.jump-nav a { padding: 12px 16px; background: var(--ice); border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: .82rem; transition: background .3s, color .3s, transform .3s; }
.jump-nav a:hover { color: var(--white); background: var(--navy); transform: translateY(-2px); }

/* Índice de tratamentos — composição editorial com filtros */
.treatments-catalog { margin: 106px 8px 12px; padding: clamp(64px, 6.5vw, 96px) 0 96px; overflow: clip; background: var(--paper); border-radius: 32px; }
.treatments-catalog__header { margin-bottom: 38px; }
.treatments-catalog__title-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; }
.treatments-catalog__title-row h1 { max-width: 900px; margin: 0; font-size: clamp(3.5rem, 5.2vw, 5.7rem); }
.treatments-catalog__title-row .button { margin-bottom: 9px; white-space: nowrap; }
.treatments-catalog__lead { max-width: 710px; margin: 25px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.treatments-catalog .split-word > span { transform: translateY(0); }

.treatment-filters { position: sticky; top: 88px; z-index: 30; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-bottom: 22px; padding: 14px 0 16px; background: rgba(248,249,248,.96); border-top: 1px solid var(--line); border-bottom: 1px solid rgba(23,34,56,.08); box-shadow: 0 18px 28px -30px rgba(22,35,63,.62); backdrop-filter: blur(18px); }
.treatment-filters__scroll { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding: 2px 0; scrollbar-width: none; }
.treatment-filters__scroll::-webkit-scrollbar { display: none; }
.treatment-filter { min-height: 43px; flex: 0 0 auto; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: .77rem; cursor: pointer; transition: color .3s, background-color .3s, border-color .3s, transform .3s var(--ease); }
.treatment-filter:hover { color: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.treatment-filter.is-active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.treatment-filter:focus-visible { outline: 3px solid rgba(143,190,201,.45); outline-offset: 3px; }
.treatment-filters__status { margin: 0; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.treatment-filters__status span { color: var(--navy); font-weight: 600; }

.treatment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.treatment-tile { min-width: 0; }
.treatment-tile[hidden] { display: none; }
.treatment-tile > a { position: relative; display: block; height: clamp(410px, 35vw, 520px); overflow: hidden; color: var(--white); border-radius: 28px; isolation: isolate; }
.treatment-tile > a::after { position: absolute; inset: 0; z-index: 3; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; content: ""; }
.treatment-tile img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .9s var(--ease); }
.treatment-tile:nth-child(3n + 1) img { object-position: 58% center; }
.treatment-tile:nth-child(3n + 2) img { object-position: 42% center; }
.treatment-tile:nth-child(3n) img { object-position: center 58%; }
.treatment-tile__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,20,36,.06) 18%, rgba(10,19,35,.2) 48%, rgba(10,19,35,.9) 100%); transition: background .6s; }
.treatment-tile__arrow { position: absolute; top: 22px; right: 22px; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 1.25rem; transition: color .35s, background-color .35s, transform .45s var(--ease); }
.treatment-tile__content { position: absolute; right: 30px; bottom: 28px; left: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.treatment-tile__category { margin-bottom: 13px; color: rgba(255,255,255,.76); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.treatment-tile__content strong { max-width: 90%; font: 600 clamp(2rem, 3vw, 3.25rem)/1.02 var(--display); letter-spacing: -.05em; }
.treatment-tile__description { max-width: 560px; margin-top: 12px; color: rgba(255,255,255,.75); font-size: .9rem; line-height: 1.5; }
.treatment-tile:hover img { filter: saturate(.92); transform: scale(1.045); }
.treatment-tile:hover .treatment-tile__shade { background: linear-gradient(180deg, rgba(11,20,36,.12) 10%, rgba(10,19,35,.3) 45%, rgba(10,19,35,.94) 100%); }
.treatment-tile:hover .treatment-tile__arrow { color: var(--navy); background: var(--white); transform: rotate(8deg); }
.treatment-tile > a:focus-visible { outline: 4px solid var(--blue-strong); outline-offset: 3px; }

.service-groups { padding: 12px 0; }
.service-group { margin: 0 8px 12px; padding: 90px 0; background: var(--paper); border-radius: 32px; }
.service-group:nth-child(even) { background: var(--ice); }
.service-group__head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; margin-bottom: 48px; }
.service-group__index { color: var(--blue-strong); font: 600 .8rem var(--display); letter-spacing: .12em; }
.service-group__head h2 { max-width: 820px; margin-bottom: 14px; font-size: clamp(2.8rem, 4.4vw, 5rem); }
.service-group__head p { max-width: 650px; color: var(--muted); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { position: relative; display: flex; min-height: 440px; flex-direction: column; overflow: hidden; padding: 26px; color: var(--white); background: var(--navy); border-radius: 26px; isolation: isolate; }
.service-card--light { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.service-card::before { position: absolute; top: -90px; right: -70px; z-index: -1; width: 270px; height: 270px; background: rgba(167,204,213,.12); border-radius: 50%; content: ""; }
.service-card__top { display: flex; align-items: center; justify-content: space-between; }
.service-card__number { color: var(--blue); font: 600 .75rem var(--display); letter-spacing: .08em; }
.service-card--light .service-card__number { color: var(--blue-strong); }
.service-card__icon { display: grid; width: 92px; height: 92px; place-items: center; margin: 42px 0 auto; background: rgba(255,255,255,.12); border-radius: 24px; }
.service-card--light .service-card__icon { background: var(--ice); }
.service-card__icon img { width: 76px; height: 76px; object-fit: contain; transition: transform .6s var(--ease); }
.service-card:hover .service-card__icon img { transform: scale(1.08) rotate(-3deg); }
.service-card h3 { margin: 35px 0 12px; font-size: clamp(1.65rem, 2.1vw, 2.4rem); }
.service-card p { margin-bottom: 22px; color: rgba(255,255,255,.66); font-size: .94rem; }
.service-card--light p { color: var(--muted); }
.service-card__link { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }
.service-card--light .service-card__link { border-color: var(--line); }
.service-card__link span { font-size: 1.25rem; transition: transform .3s; }
.service-card:hover .service-card__link span { transform: translate(3px,-3px); }
.service-cards--two { grid-template-columns: repeat(2, 1fr); }
.service-cards--two .service-card { min-height: 400px; }

.choice-banner { margin: 0 12px 12px; padding: 0; color: var(--white); background: transparent; }
.choice-banner__grid { display: grid; min-height: clamp(300px, 22vw, 360px); grid-template-columns: minmax(320px, .48fr) minmax(0, 1fr); gap: 10px; }
.choice-banner__media, .choice-banner__panel { overflow: hidden; border-radius: 24px; }
.choice-banner__media { position: relative; background: var(--ice); }
.choice-banner__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.choice-banner__panel { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; gap: 38px; padding: clamp(38px, 4.2vw, 70px); background: var(--navy); }
.choice-banner__panel > :not(.choice-banner__watermark) { position: relative; z-index: 1; }
.choice-banner__watermark { position: absolute; z-index: -1; top: 50%; right: clamp(-320px, -16vw, -190px); width: clamp(390px, 36vw, 620px); color: var(--blue); opacity: .055; transform: translateY(-52%) rotate(-8deg); pointer-events: none; }
.choice-banner__watermark svg { display: block; width: 100%; height: auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 28; }
.choice-banner__watermark path { stroke-linejoin: round; }
.choice-banner .eyebrow { margin-bottom: 18px; color: rgba(255,255,255,.78); }
.choice-banner h2 { max-width: 820px; margin: 0; color: var(--white); font-size: clamp(2.65rem, 4vw, 4.75rem); line-height: 1.08; letter-spacing: -.055em; }
.choice-banner__bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.choice-banner__rating { position: static; inset: auto; flex: 0 1 auto; color: var(--white); text-decoration: none; }
.choice-banner .button { min-width: 190px; color: var(--ink); background: var(--white); box-shadow: 0 10px 28px rgba(7,17,38,.22); }
.choice-banner .button:hover { color: var(--navy); background: var(--blue); }

.service-detail { background: var(--white); }
.detail-grid { display: grid; grid-template-columns: minmax(320px,.75fr) minmax(0,1.25fr); gap: 9vw; align-items: start; }
.detail-sticky { position: sticky; top: 120px; }
.detail-sticky h2 { margin: 0; font-size: clamp(2.8rem,4.4vw,5rem); }
.signal-list { display: grid; gap: 10px; }
.signal-card { display: grid; min-height: 190px; grid-template-columns: 54px 1fr; gap: 18px; align-content: center; padding: 28px; background: var(--ice); border-radius: 24px; }
.signal-card > span { grid-row: 1 / 3; color: var(--blue-strong); font: 600 .78rem var(--display); }
.signal-card h3 { margin: 0; font-size: clamp(1.35rem,2vw,2rem); }
.signal-card p { max-width: 520px; margin: 8px 0 0; color: var(--muted); }
.benefit-band { padding: 110px 0; color: var(--white); background: var(--navy-deep); }
.benefit-band__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.benefit-band h2 { margin: 0; font-size: clamp(3rem,5vw,5.7rem); }
.benefit-list { border-top: 1px solid rgba(255,255,255,.18); }
.benefit-item { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.benefit-item span { color: var(--blue); font-size: .75rem; }
.benefit-item p { margin: 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.related-services { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.related-card { min-height: 310px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; transition: transform .35s var(--ease), background .35s; }
.related-card:hover { background: var(--ice); transform: translateY(-5px); }
.related-card > span { color: var(--blue-strong); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.related-card h2 { margin: 88px 0 12px; font-size: clamp(1.7rem,2.3vw,2.5rem); }
.related-card p { color: var(--muted); }
.related-card b { font-size: .86rem; font-weight: 400; }

.manifesto { padding: 120px 0; background: var(--paper); }
.manifesto__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.manifesto__quote { margin: 0; font: 600 clamp(2.7rem, 4.5vw, 5.2rem)/1.08 var(--display); letter-spacing: -.05em; }
.manifesto__quote em { color: var(--blue-strong); font-style: normal; }
.brand-meaning { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 70px; }
.meaning-card { min-height: 250px; padding: 28px; background: var(--ice); border-radius: 24px; }
.meaning-card span { color: var(--blue-strong); font-size: .74rem; letter-spacing: .12em; }
.meaning-card h3 { margin: 64px 0 10px; font-size: 1.8rem; }
.meaning-card p { margin: 0; color: var(--muted); }

.story { padding: 120px 0; background: var(--white); }
.story__grid { display: grid; grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr); gap: 7vw; align-items: center; }
.story__media { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-lg); }
.story__media img { position: absolute; width: 100%; height: 108%; object-fit: cover; transform: translateY(-4%); }
.story__copy h2 { margin-bottom: 25px; font-size: clamp(3rem, 4.6vw, 5.4rem); }
.story__copy > p { color: var(--muted); font-size: 1.03rem; }
.director-card { display: grid; grid-template-columns: 90px 1fr; gap: 20px; margin-top: 38px; padding: 22px; background: var(--navy); color: var(--white); border-radius: 22px; }
.director-card__mark { display: grid; width: 90px; height: 90px; place-items: center; background: var(--blue); border-radius: 18px; }
.director-card__mark img { width: 65px; height: 65px; object-fit: contain; }
.director-card h3 { margin: 9px 0 5px; font-size: 1.3rem; }
.director-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; }
.care-list { margin-top: 42px; }
.care-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); }
.care-item:last-child { border-bottom: 1px solid var(--line); }
.care-item > span { color: var(--blue-strong); font-size: .78rem; }
.care-item h3 { margin: 0; font-size: clamp(1.25rem,2vw,2rem); }
.care-item p { max-width: 440px; margin: 0; color: var(--muted); font-size: .9rem; }

.blog-hero { padding-bottom: 24px; }
.blog-feature { display: grid; min-height: 620px; grid-template-columns: 1.25fr .75fr; overflow: hidden; margin: 106px 12px 12px; background: var(--paper); border-radius: var(--radius-lg); }
.blog-feature__media { position: relative; min-height: 620px; overflow: hidden; }
.blog-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.blog-feature:hover .blog-feature__media img { transform: scale(1.025); }
.blog-feature__tag { position: absolute; top: 24px; left: 24px; padding: 9px 13px; color: var(--white); background: rgba(22,35,63,.82); border-radius: 999px; font-size: .74rem; backdrop-filter: blur(10px); }
.blog-feature__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,5vw,78px); }
.blog-feature__content h1 { margin-bottom: 22px; font-size: clamp(2.7rem,4vw,4.7rem); }
.blog-feature__content > p:not(.eyebrow) { color: var(--muted); }
.post-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 20px 0 30px; color: var(--muted); font-size: .78rem; }
.blog-index { padding: 100px 0 120px; background: var(--paper); }
.blog-index__head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 42px; }
.blog-index__head h2 { margin: 0; font-size: clamp(3rem,5vw,5.5rem); }
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 42px 14px; }
.post-card { display: flex; flex-direction: column; }
.post-card__media { position: relative; height: 390px; overflow: hidden; border-radius: 26px; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__category { position: absolute; top: 18px; left: 18px; padding: 8px 12px; background: rgba(255,255,255,.9); border-radius: 999px; font-size: .7rem; }
.post-card h3 { margin: 20px 0 10px; font-size: clamp(1.55rem,2.25vw,2.4rem); line-height: 1.12; }
.post-card > p { margin-bottom: 0; color: var(--muted); }
.post-card .post-meta { margin: 18px 0 0; }
.seo-note { margin-top: 80px; padding: 34px; background: var(--ice); border-radius: 24px; }
.seo-note h2 { margin-bottom: 10px; font-size: 1.5rem; }
.seo-note p { max-width: 900px; margin: 0; color: var(--muted); }

.contact-page { padding: 118px 0; background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; align-items: start; }
.contact-panel { padding: clamp(28px,4vw,56px); background: var(--white); border-radius: 30px; }
.contact-panel h2 { margin-bottom: 12px; font-size: clamp(2.4rem,3.6vw,4.2rem); }
.contact-panel__lead { margin-bottom: 38px; color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 14px; }
.form-field { display: grid; gap: 8px; }
.form-field--full { grid-column: 1/-1; }
.form-field label { font-size: .8rem; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 56px; padding: 14px 16px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 13px; font: inherit; outline: none; transition: border .2s, box-shadow .2s; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-strong); box-shadow: 0 0 0 4px rgba(143,190,201,.18); }
.contact-form .button { grid-column: 1/-1; width: 100%; border: 0; cursor: pointer; }
.contact-aside { display: grid; gap: 12px; }
.contact-info { padding: clamp(28px,4vw,50px); background: var(--ice); border-radius: 30px; }
.contact-info h2 { font-size: clamp(2.3rem,3vw,3.5rem); }
.info-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 16px; align-items: center; padding: 19px 0; border-top: 1px solid var(--line); }
.info-row__icon { display: grid; width: 54px; height: 54px; place-items: center; color: var(--navy); background: var(--white); border-radius: 16px; font-size: 1.2rem; }
.info-row strong, .info-row span { display: block; }
.info-row span { color: var(--muted); font-size: .84rem; }
.info-row > a { color: var(--navy); font-size: .8rem; }
.contact-map { min-height: 360px; border-radius: 30px; }
.contact-steps { padding: 100px 0; background: var(--ice); }

.article-shell { margin: 106px 12px 12px; padding: 100px 0; background: var(--paper); border-radius: var(--radius-lg); }
.article-head { max-width: 1040px; margin: 0 auto 60px; text-align: center; }
.article-head .eyebrow { justify-content: center; }
.article-head h1 { margin-bottom: 25px; font-size: clamp(3rem,6vw,6.5rem); }
.article-head > p { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.article-cover { width: var(--container); height: min(680px,60vw); margin: 0 auto 70px; overflow: hidden; border-radius: 30px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 780px; margin: auto; }
.article-lead { color: var(--ink) !important; font-size: 1.2rem !important; }
.article-body h2 { margin: 64px 0 18px; font-size: clamp(2.1rem,3.2vw,3.2rem); }
.article-body h3 { margin: 36px 0 12px; font-size: 1.45rem; }
.article-body p, .article-body li { color: #4e596d; font-size: 1.05rem; line-height: 1.75; }
.article-body li + li { margin-top: 10px; }
.article-callout { margin: 44px 0; padding: 28px; background: var(--ice); border-left: 4px solid var(--blue-strong); border-radius: 0 20px 20px 0; }
.article-callout p { margin: 0; color: var(--ink); }
.article-related { margin-top: 34px; }
.post-meta--center { justify-content: center; }
.legal-page .article-body { max-width: 860px; }
.legal-page .article-body section { scroll-margin-top: 110px; }
.legal-page .article-body h2 { margin-top: 58px; }
.legal-page .article-body h3 { margin: 30px 0 12px; font-size: 1.15rem; }
.legal-page .article-body ul { display: grid; gap: 10px; margin: 18px 0 26px; padding-left: 24px; color: var(--muted); }
.legal-page .article-body li { padding-left: 4px; }
.legal-page .article-body a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--blue-strong); text-underline-offset: 3px; }
.legal-identity { display: grid; gap: 7px; margin: 24px 0 30px; padding: 24px; color: var(--muted); background: var(--ice); border: 1px solid var(--line); border-radius: 18px; }
.legal-identity strong { color: var(--ink); font-size: 1.05rem; }
.legal-identity span { line-height: 1.55; }

/* Desktop compacto — mantém as páginas internas na mesma cadência da home. */
@media (min-width: 821px) and (max-width: 1440px) {
  .inner-hero {
    min-height: calc(100svh - 118px);
  }

  .inner-hero__content {
    min-height: calc(100svh - 118px);
    padding: 82px 0 54px;
  }

  .inner-hero__content h1 {
    margin-bottom: 18px;
    font-size: clamp(3.2rem, 4.7vw, 4.2rem);
  }

  .inner-hero__content > p:not(.eyebrow) {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .inner-hero--service,
  .inner-hero--service .inner-hero__content {
    min-height: calc(100svh - 118px);
  }

  .inner-hero--service .inner-hero__content {
    padding: 72px 0 44px;
  }

  .inner-hero--service .inner-hero__content h1 {
    font-size: clamp(3rem, 4.4vw, 4rem);
  }

  .inner-hero--split {
    height: calc(100svh - 118px);
    min-height: 0;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: minmax(0, 1fr);
  }

  .inner-hero--split .inner-hero__content {
    min-height: 0;
    justify-content: center;
    padding: 72px clamp(34px, 4.7vw, 64px) 46px;
  }

  .inner-hero--split .inner-hero__media {
    min-height: 0;
  }

  .inner-hero--split .inner-hero__content h1 {
    font-size: clamp(2.9rem, 4.1vw, 3.75rem);
  }

  .manifesto {
    padding: clamp(76px, 7vw, 96px) 0;
  }

  .manifesto__grid {
    grid-template-columns: .58fr 1.42fr;
    gap: 6vw;
  }

  .manifesto__quote {
    font-size: clamp(2.55rem, 3.95vw, 3.65rem);
  }

  .brand-meaning {
    margin-top: 52px;
  }

  .meaning-card {
    min-height: 230px;
    padding: 24px;
  }

  .meaning-card h3 {
    margin-top: 50px;
    font-size: 1.65rem;
  }

  .story {
    padding: 96px 0;
  }

  .story__media {
    min-height: 560px;
  }
}

/* Desktops largos e baixos: mantém a mensagem completa dentro do primeiro enquadramento. */
@media (min-width: 821px) and (max-height: 940px) {
  .inner-hero--split {
    height: calc(100svh - 118px);
    min-height: 600px;
    grid-template-rows: minmax(0, 1fr);
  }

  .inner-hero--split .inner-hero__content {
    min-height: 0;
    justify-content: center;
    padding: clamp(58px, 8vh, 76px) clamp(34px, 4.7vw, 80px) clamp(38px, 5vh, 52px);
  }

  .inner-hero--split .inner-hero__media {
    min-height: 0;
  }

  .inner-hero--split .inner-hero__content h1 {
    margin-bottom: 18px;
    font-size: clamp(2.9rem, 3.8vw, 4.4rem);
  }

  .inner-hero--split .inner-hero__content > p:not(.eyebrow) {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 1000px) {
  .treatments-catalog__title-row { grid-template-columns: 1fr; gap: 26px; }
  .treatments-catalog__title-row .button { justify-self: start; margin: 0; }
  .treatment-filters { grid-template-columns: 1fr; gap: 8px; }
  .service-cards { grid-template-columns: repeat(2,1fr); }
  .blog-feature { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .treatments-catalog { margin: 82px 6px 8px; padding: 70px 0 72px; border-radius: 25px; }
  .treatments-catalog__header { margin-bottom: 38px; }
  .treatments-catalog__title-row h1 { font-size: clamp(2.75rem, 12vw, 4.7rem); }
  .treatments-catalog__lead { margin-top: 24px; font-size: 1rem; }
  .treatment-filters { top: 78px; grid-template-columns: 1fr; gap: 7px; margin-right: -14px; padding: 11px 0 12px; }
  .treatment-filters__scroll { flex-wrap: nowrap; overflow-x: auto; padding-right: 14px; }
  .treatment-grid { grid-template-columns: 1fr; gap: 10px; }
  .treatment-tile > a { height: min(520px, 112vw); border-radius: 23px; }
  .inner-hero, .blog-feature, .article-shell { margin: 82px 6px 8px; border-radius: 24px; }
  .inner-hero, .inner-hero__content { min-height: 690px; }
  .inner-hero__content { padding: 100px 0 60px; }
  .inner-hero__content h1 { font-size: clamp(3rem,13vw,5rem); }
  .inner-hero--service, .inner-hero--service .inner-hero__content { min-height: min(650px, calc(100svh - 94px)); }
  .inner-hero--service .inner-hero__content { padding: 88px 0 48px; }
  .inner-hero--service .inner-hero__content h1 { font-size: clamp(2.85rem, 12vw, 4.75rem); }
  .inner-hero--service .inner-hero__content > p:not(.eyebrow) { font-size: 1rem; }
  .inner-hero--split { display: flex; min-height: 760px; flex-direction: column-reverse; }
  .inner-hero--split .inner-hero__media { min-height: 340px; }
  .inner-hero--split .inner-hero__content { min-height: auto; padding: 60px 20px; }
  .inner-intro, .service-group { margin-inline: 6px; border-radius: 25px; }
  .inner-intro__grid, .service-group__head, .choice-banner__grid, .manifesto__grid, .story__grid, .detail-grid, .benefit-band__grid { grid-template-columns: 1fr; gap: 36px; }
  .detail-sticky { position: static; }
  .service-cards, .service-cards--two { grid-template-columns: 1fr; }
  .service-card { min-height: 410px; }
  .choice-banner { margin-inline: 6px; }
  .choice-banner__grid { min-height: 0; gap: 8px; }
  .choice-banner__media { min-height: 310px; }
  .choice-banner__panel { min-height: 430px; padding: 34px; }
  .choice-banner__bottom { align-items: flex-start; flex-direction: column; }
  .brand-meaning { grid-template-columns: 1fr; }
  .meaning-card { min-height: 220px; }
  .story__media { min-height: 520px; }
  .care-item { grid-template-columns: 48px 1fr; }
  .care-item p { grid-column: 2; }
  .related-grid { grid-template-columns: 1fr; }
  .blog-feature { grid-template-columns: 1fr; }
  .blog-feature__media { min-height: 440px; }
  .blog-feature__content { padding: 38px 24px 52px; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-card__media { height: 330px; }
  .blog-index__head { grid-template-columns: 1fr; gap: 24px; }
  .contact-page { padding: 80px 0; }
  .contact-panel { border-radius: 24px; }
  .article-shell { padding: 70px 0; }
  .article-head { padding-inline: 18px; }
  .article-cover { height: 480px; border-radius: 22px; }
  .article-body { width: calc(100% - 36px); }
}
@media (max-width: 520px) {
  .treatments-catalog__title-row .button { width: 100%; }
  .treatments-catalog__lead { line-height: 1.55; }
  .treatment-filter { min-height: 41px; padding-inline: 15px; }
  .treatment-tile > a { height: 430px; }
  .treatment-tile__content { right: 22px; bottom: 22px; left: 22px; }
  .treatment-tile__content strong { max-width: calc(100% - 30px); font-size: clamp(1.8rem, 9vw, 2.6rem); }
  .treatment-tile__arrow { top: 17px; right: 17px; width: 48px; height: 48px; }
  .choice-banner__media { min-height: 260px; }
  .choice-banner__panel { min-height: 420px; padding: 28px 22px; border-radius: 22px; }
  .choice-banner__watermark { top: 38%; right: -260px; width: 410px; opacity: .05; }
  .choice-banner__media { border-radius: 22px; }
  .choice-banner h2 { font-size: clamp(2.35rem, 10vw, 3.45rem); }
  .choice-banner__rating { width: 100%; justify-content: flex-start; }
  .choice-banner .button { width: 100%; }
  .inner-hero__actions { display: grid; }
  .inner-hero__actions .button { width: 100%; }
  .inner-intro { padding: 75px 0; }
  .service-group { padding: 72px 0; }
  .service-card { padding: 22px; }
  .story__media { min-height: 430px; }
  .director-card { grid-template-columns: 64px 1fr; }
  .director-card__mark { width: 64px; height: 64px; }
  .director-card__mark img { width: 48px; height: 48px; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field, .form-field--full, .contact-form .button { grid-column: 1; }
  .info-row { grid-template-columns: 48px 1fr; }
  .info-row > a { grid-column: 2; }
  .blog-feature__media { min-height: 360px; }
  .post-card__media { height: 270px; }
  .article-cover { height: 330px; }
}
