@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-boldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGroteskLight-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGroteskLight-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGroteskLight-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGroteskLight-boldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --ivory: #f7f0e9;
  --ivory-deep: #eee5db;
  --ivory-soft: #fbf7f2;
  --olive: #53715c;
  --olive-soft: #68826e;
  --charcoal: #363434;
  --cedar: #52473a;
  --terracotta: #94543d;
  --white: #ffffff;
  --line: rgba(54, 52, 52, 0.12);
  --grid-line: rgba(107, 94, 77, 0.085);
  --text-soft: rgba(54, 52, 52, 0.76);
  --text-muted: rgba(54, 52, 52, 0.62);
  --shadow-lg: 0 28px 80px rgba(54, 52, 52, 0.12);
  --shadow-md: 0 18px 50px rgba(54, 52, 52, 0.08);
  --shadow-sm: 0 10px 28px rgba(54, 52, 52, 0.06);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Hanken Grotesk", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 0%, rgba(148, 84, 61, 0.12), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(83, 113, 92, 0.17), transparent 28%),
    linear-gradient(180deg, #fcf8f4 0%, #f5eee6 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-position: -1px -1px;
  background-size: 114px 114px;
  opacity: 0.92;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

main,
footer {
  position: relative;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: clamp(2.2rem, 4vw, 3.6rem) 0;
  position: relative;
}

.section-tight {
  padding-top: clamp(1.7rem, 3vw, 2.6rem);
  padding-bottom: clamp(1.7rem, 3vw, 2.6rem);
}

.section-intro {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

#tratamentos .section-intro {
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.82fr);
  column-gap: 1.9rem;
  align-items: end;
}

#tratamentos .section-intro .eyebrow,
#tratamentos .section-intro .section-title {
  grid-column: 1;
}

#tratamentos .section-intro .section-text {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0 0 0.3rem;
  max-width: 34ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(54, 52, 52, 0.58);
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.section-title,
.hero-title,
.feature-story h3,
.signature-panel h2,
.manifest-card h2,
.detail-card h3,
.card h3,
.contact-card h3,
.editorial-card h2,
.article-entry h2,
.cta-band h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
}

.section-title {
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  max-width: 14ch;
}

.section-title em,
.hero-title em {
  color: var(--olive);
  font-style: italic;
}

.section-text,
.lead,
.card p,
.contact-card p,
.story-card p,
.feature-story p,
.manifest-card p,
.detail-card p,
.article-entry p,
.editorial-card p {
  color: var(--text-soft);
}

.section-text,
.lead {
  font-size: 1.08rem;
  max-width: 60rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.section .button-row:last-child {
  margin-top: 0.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button:focus-visible,
.menu-toggle:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(83, 113, 92, 0.45);
  outline-offset: 3px;
}

.button-primary {
  background: var(--olive);
  color: var(--white);
  border-color: transparent;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #486652;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.6);
  color: var(--charcoal);
}

.button-ghost {
  background: transparent;
  color: var(--charcoal);
}

.button-on-dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 0 0;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 26px;
  background: rgba(252, 248, 244, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-sm);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  height: 42px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  flex: 1 1 auto;
}

.main-nav a,
.mobile-nav a {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.76);
  transition: color 0.18s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"],
.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.mobile-nav a[aria-current="page"] {
  color: var(--olive);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--charcoal);
  font-weight: 700;
}

.mobile-panel {
  display: none;
  margin-top: 0.9rem;
  padding: 1.15rem;
  border-radius: 24px;
  background: rgba(252, 248, 244, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-md);
}

body.menu-open .mobile-panel {
  display: grid;
  gap: 1rem;
}

.mobile-nav {
  display: grid;
  gap: 0.85rem;
}

.mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-home {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.hero-grid,
.about-shell,
.blog-preview,
.blog-hero-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 1.4rem;
}

.hero-title {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  max-width: 11ch;
}

.lead {
  font-size: 1.12rem;
  max-width: 38rem;
}

.value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.value-pills li,
.panel-chip,
.topic-pills li,
.story-meta span,
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.8);
}

.hero-trust,
.detail-stack,
.story-grid,
.contact-mini-grid {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.hero-trust,
.contact-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.micro-card,
.detail-card,
.story-card,
.contact-mini {
  padding: 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.micro-card strong,
.detail-card strong,
.story-card strong,
.contact-mini strong,
.article-point strong,
.panel-note strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
}

.signature-panel {
  position: relative;
  display: grid;
  gap: 1.1rem;
  min-height: 100%;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(140deg, var(--olive) 0%, #3f5646 100%);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.signature-panel::after {
  content: "";
  position: absolute;
  inset: auto -15% -15% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.signature-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.signature-header .eyebrow,
.cta-band .eyebrow,
.editorial-card .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.signature-header img {
  width: clamp(88px, 14vw, 112px);
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.signature-panel h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  max-width: 12ch;
}

.signature-panel p,
.signature-panel li {
  color: rgba(255, 255, 255, 0.82);
}

.panel-stack,
.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel-note {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.panel-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.panel-chip {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  grid-column: span 4;
  display: grid;
  gap: 1rem;
  padding: 1.45rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 48px;
  height: 48px;
  border-top: 1px solid rgba(54, 52, 52, 0.1);
  border-right: 1px solid rgba(54, 52, 52, 0.1);
  border-radius: 0 18px 0 0;
}

.card h3 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.card.wide {
  grid-column: span 6;
}

.card.full {
  grid-column: span 12;
}

.card.accent {
  background:
    radial-gradient(circle at right top, rgba(83, 113, 92, 0.14), transparent 26%),
    rgba(255, 255, 255, 0.7);
}

.tags,
.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  background: rgba(247, 240, 233, 0.8);
  border: 1px solid rgba(54, 52, 52, 0.1);
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.78);
}

.before-after-grid {
  display: grid;
  gap: 1rem;
}

.before-after-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.2rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.56);
  background:
    radial-gradient(circle at top right, rgba(83, 113, 92, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-md);
}

.before-after-copy {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.before-after-copy h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}

.before-after-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.before-after-gallery {
  display: grid;
  gap: 0.95rem;
}

.before-after-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.before-after-extra {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.before-after-photo {
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.before-after-photo figcaption {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(54, 52, 52, 0.58);
}

.before-after-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(54, 52, 52, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 240, 233, 0.9)),
    repeating-linear-gradient(45deg, rgba(54, 52, 52, 0.03) 0, rgba(54, 52, 52, 0.03) 10px, transparent 10px, transparent 20px);
}

.before-after-photo-secondary .before-after-media {
  min-height: 210px;
}

.before-after-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after-media.is-missing img {
  display: none;
}

.before-after-media::after {
  content: attr(data-fallback-label);
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.48);
}

.before-after-media.is-missing::after {
  display: flex;
}

.timeline {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.timeline-step {
  position: relative;
  padding: 1.45rem 1.35rem 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.timeline-step::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--olive);
  background: rgba(83, 113, 92, 0.12);
  border: 1px solid rgba(83, 113, 92, 0.2);
}

.timeline-step h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
  padding-right: 3rem;
}

.timeline-step p {
  margin: 0;
  color: var(--text-soft);
}

.manifest-card,
.feature-story,
.editorial-card,
.contact-card,
.cta-band {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.manifest-card {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(247, 240, 233, 0.88)),
    radial-gradient(circle at top right, rgba(148, 84, 61, 0.11), transparent 28%);
}

.manifest-card h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  max-width: 13ch;
}

.manifest-quote {
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--terracotta);
  background: rgba(148, 84, 61, 0.06);
  color: var(--cedar);
  font-size: 1.02rem;
}

.detail-card h3 {
  font-size: 1.75rem;
  margin-bottom: 0.6rem;
}

.about-shell {
  align-items: start;
}

.detail-card {
  display: grid;
  gap: 0.75rem;
}

.detail-card-signature {
  grid-template-columns: minmax(220px, 0.88fr) minmax(0, 1.12fr);
  column-gap: 1.25rem;
  align-items: start;
}

.detail-card-location {
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1.08fr);
  column-gap: 1.25rem;
  align-items: start;
}

.detail-card-head {
  display: grid;
  gap: 0.28rem;
}

.detail-card-head .eyebrow {
  margin-bottom: 0.05rem;
}

.detail-card-signature h3 {
  margin: 0;
}

.detail-card-location h3 {
  margin: 0;
}

.detail-meta,
.detail-copy {
  margin: 0;
}

.detail-meta {
  font-size: 0.94rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.72);
}

.detail-copy {
  align-self: center;
  max-width: 30ch;
}

.detail-location-copy {
  display: grid;
  gap: 0.55rem;
}

.detail-location-copy p {
  margin: 0;
}

.feature-story,
.editorial-card,
.contact-highlight,
.cta-band {
  position: relative;
  overflow: hidden;
}

#blog .blog-preview {
  align-items: start;
}

.feature-story,
.contact-highlight {
  padding: clamp(1.6rem, 3.2vw, 2.2rem);
  background:
    radial-gradient(circle at top right, rgba(148, 84, 61, 0.1), transparent 28%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.82), rgba(247, 240, 233, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.feature-story {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.feature-story h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 12ch;
}

.feature-story p,
.feature-story .story-meta {
  margin: 0;
}

.feature-story .button {
  align-self: start;
}

.story-label,
.read-time {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(83, 113, 92, 0.1);
  color: var(--olive);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-card h3,
.contact-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0 0 0.6rem;
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--olive);
  font-weight: 700;
}

.story-link::after {
  content: "→";
  font-size: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

summary {
  list-style: none;
  padding: 1.2rem 1.3rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.88);
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 0;
  padding: 0 1.3rem 1.2rem;
  color: var(--text-soft);
}

.contact-card {
  display: grid;
  gap: 0.95rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.76);
}

.contact-highlight.contact-card {
  gap: 0.72rem;
  align-content: start;
}

.contact-highlight::after {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-band::after {
  content: none;
}

.contact-highlight .button-row {
  margin-top: 0;
}

.contact-highlight .contact-mini-grid {
  margin-top: 0.15rem;
  gap: 0.85rem;
}

.contact-highlight .form-note {
  margin-top: 0.15rem;
  max-width: 40ch;
}

.contact-mini {
  background: rgba(255, 255, 255, 0.55);
}

form {
  display: grid;
  gap: 0.95rem;
}

label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(54, 52, 52, 0.62);
}

input,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(54, 52, 52, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: var(--charcoal);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
}

#tratamentos .button-row {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.blog-page .hero-title {
  font-size: clamp(2.35rem, 4.8vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: -0.018em;
  max-width: 8.5ch;
}

.blog-hero-panel,
.editorial-card {
  display: grid;
  gap: 1.25rem;
}

.blog-hero-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-md);
}

.editorial-card {
  grid-template-rows: auto 1fr;
  align-content: start;
  justify-items: start;
  padding: clamp(1.5rem, 3vw, 2rem);
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(145deg, var(--cedar) 0%, #2f2c28 100%);
}

.editorial-card h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  max-width: 10ch;
}

.editorial-card p,
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.editorial-card p {
  max-width: 33ch;
  margin: 0;
}

.editorial-top {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.editorial-card .story-meta {
  gap: 0.55rem;
}

.editorial-card .meta-pill,
.editorial-card .story-meta span {
  padding: 0.68rem 0.88rem;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
}

.editorial-card .button {
  justify-self: start;
  min-width: 170px;
}

.editorial-headline-link {
  display: inline-block;
  color: inherit;
}

.editorial-headline-link:hover h2,
.editorial-headline-link:focus-visible h2 {
  color: rgba(255, 255, 255, 0.88);
}

.editorial-detail {
  align-self: end;
  width: 100%;
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.editorial-detail-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.editorial-detail-grid {
  display: grid;
  gap: 0.75rem;
}

.editorial-mini-card {
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.editorial-mini-card strong {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.editorial-mini-card p {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.74);
}

.editorial-note {
  margin: 0;
  max-width: none;
  padding-top: 0.2rem;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.8);
}

.articles-layout {
  display: grid;
  gap: 1rem;
}

.article-index-grid .card {
  grid-column: span 4;
}

.article-index-card {
  align-content: start;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.article-card-link {
  display: grid;
  gap: 1rem;
  min-height: 100%;
}

.article-card-link:focus-visible {
  outline: none;
}

.article-index-card:hover,
.article-index-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(83, 113, 92, 0.22);
}

.article-index-card h3,
.article-index-card .article-summary,
.article-index-card .story-link {
  transition: color 0.18s ease;
}

.article-index-card.article-index-card-long h3 {
  font-size: clamp(1.34rem, 2.25vw, 1.8rem);
  line-height: 1.04;
  letter-spacing: -0.018em;
}

.article-card-link:hover h3,
.article-card-link:focus-visible h3 {
  color: var(--olive);
}

.article-index-card strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(54, 52, 52, 0.58);
}

.article-index-card .article-summary {
  margin: 0;
  color: var(--text-soft);
}

.article-index-card .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.article-index-card .article-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.78rem;
  border-radius: 999px;
  background: rgba(247, 240, 233, 0.82);
  border: 1px solid rgba(54, 52, 52, 0.08);
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.66);
}

.article-entry {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(83, 113, 92, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-md);
  scroll-margin-top: 140px;
}

.article-entry-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.article-entry h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 14ch;
}

.article-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.article-entry-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.84rem;
  border-radius: 999px;
  background: rgba(247, 240, 233, 0.78);
  border: 1px solid rgba(54, 52, 52, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(54, 52, 52, 0.68);
}

.article-body {
  display: grid;
  gap: 1.1rem;
}

.article-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.article-section {
  display: grid;
  gap: 0.8rem;
}

.article-section-faq {
  gap: 1rem;
}

.article-section h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--charcoal);
}

.article-faq-list {
  display: grid;
  gap: 0.9rem;
}

.article-faq-item {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(247, 240, 233, 0.74);
  border: 1px solid rgba(54, 52, 52, 0.08);
}

.article-faq-item h4 {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--charcoal);
}

.article-faq-item p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.78;
}

.article-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.55rem;
  color: var(--text-soft);
}

.article-list li {
  padding-left: 0.2rem;
  line-height: 1.7;
}

.article-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.article-point {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(247, 240, 233, 0.76);
  border: 1px solid rgba(54, 52, 52, 0.08);
}

.article-point p {
  margin: 0;
  font-size: 0.98rem;
}

.article-note {
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--terracotta);
  background: rgba(148, 84, 61, 0.07);
  color: var(--cedar);
}

.article-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
  align-items: start;
}

.article-page-hero {
  display: grid;
  align-content: start;
  gap: 0.95rem;
}

.article-page .hero-title {
  font-size: clamp(1.78rem, 3.45vw, 3.25rem);
  line-height: 0.99;
  letter-spacing: -0.02em;
  max-width: 14.1ch;
  text-wrap: balance;
}

.article-page .lead {
  max-width: 36ch;
}

.article-page .editorial-card {
  grid-template-rows: none;
  align-content: start;
  justify-items: start;
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  color: var(--olive);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-back-link::before {
  content: "\2190";
  font-size: 1rem;
}

.article-page-intro {
  display: grid;
  gap: 0.85rem;
}

.article-page-intro p {
  margin: 0;
  color: var(--text-soft);
}

.article-page-body {
  display: grid;
}

.article-page .article-entry {
  min-height: 100%;
}

.article-page .article-entry h2 {
  max-width: 16ch;
}

.article-page .editorial-card h2 {
  max-width: 11ch;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(145deg, var(--olive) 0%, #405647 100%);
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 17ch;
  text-wrap: balance;
}

footer {
  padding: 1rem 0 2.75rem;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border-radius: 24px;
  background: rgba(54, 52, 52, 0.95);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-lg);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.footer-brand img {
  height: 58px;
  width: auto;
}

.footer-note {
  margin: 0;
  max-width: 34rem;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.72);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > *,
  .signature-panel,
  .feature-story,
  .editorial-card {
    animation: rise-in 0.8s ease both;
  }

  .hero-copy > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .hero-copy > *:nth-child(3) {
    animation-delay: 0.16s;
  }

  .hero-copy > *:nth-child(4) {
    animation-delay: 0.24s;
  }

  .hero-copy > *:nth-child(5) {
    animation-delay: 0.32s;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 1rem;
  }

  .nav-actions .button-ghost {
    display: none;
  }

  .hero-grid,
  .about-shell,
  .blog-preview,
  .blog-hero-grid,
  .article-page-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .feature-story h3,
  .editorial-card h2,
  .cta-band h2,
  .manifest-card h2 {
    max-width: none;
  }

  #tratamentos .section-intro {
    grid-template-columns: 1fr;
  }

  #tratamentos .section-intro .section-text {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    max-width: 60rem;
  }

  .detail-card-signature {
    grid-template-columns: 1fr;
  }

  .detail-card-location {
    grid-template-columns: 1fr;
  }

  .detail-copy {
    max-width: none;
  }
}

@media (max-width: 920px) {
  .main-nav,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-trust,
  .contact-mini-grid,
  .article-points,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .card,
  .card.wide,
  .card.full {
    grid-column: span 12;
  }

  .article-index-grid .card {
    grid-column: span 12;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .before-after-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding-top: 0.75rem;
  }

  .nav-shell {
    padding: 0.85rem 1rem;
    border-radius: 20px;
  }

  .brand img {
    height: 34px;
  }

  .hero-title {
    font-size: clamp(2.7rem, 13vw, 4.5rem);
  }

  .section-title,
  .feature-story h3,
  .manifest-card h2,
  .detail-card h3,
  .editorial-card h2,
  .article-entry h2,
  .cta-band h2 {
    font-size: clamp(1.9rem, 8vw, 3rem);
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .before-after-pair {
    grid-template-columns: 1fr;
  }

  .before-after-extra {
    grid-template-columns: 1fr;
  }

  .before-after-media {
    min-height: 260px;
  }

  .before-after-photo-secondary .before-after-media {
    min-height: 220px;
  }

  .footer-shell,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  body::before {
    background-size: 80px 80px;
  }

  .button {
    width: 100%;
  }

  .button-row {
    flex-direction: column;
  }

  .signature-header {
    flex-direction: column;
  }

  .signature-header img {
    width: 96px;
  }

  .value-pills li,
  .panel-chip,
  .topic-pills li,
  .story-meta span,
  .meta-pill,
  .tag {
    width: 100%;
    justify-content: center;
  }

  .article-entry-header {
    flex-direction: column;
  }
}
