/* ==========================================================================
   Hospital dos Óculos — mockup visual
   Base: Manual de Identidade · Sistema Visual V.1 — 2026
   ========================================================================== */

:root {
  --espresso: #311B15;
  --amber: #FFC032;
  --castanha: #5A4034;
  --amber-tostado: #A8842A;
  --cream: #FBF7EF;
  --offwhite: #F2EEE6;

  --bg: var(--cream);
  --bg-alt: var(--offwhite);
  --bg-dark: var(--espresso);
  --text: var(--espresso);
  --text-soft: var(--castanha);
  --text-on-dark: var(--cream);
  --accent: var(--amber);
  --accent-hover: var(--amber-tostado);
  --border: rgba(49,27,21,0.14);
  --border-on-dark: rgba(251,247,239,0.2);

  --display: 'Archivo', sans-serif;
  --body: 'IBM Plex Sans', sans-serif;
  --mono: 'IBM Plex Mono', monospace;

  --fs-xl: clamp(2.1rem, 1.3rem + 3.4vw, 3.75rem);
  --fs-lg: clamp(1.6rem, 1.15rem + 2vw, 2.5rem);
  --fs-md: clamp(1.3rem, 1.05rem + .9vw, 1.75rem);

  --space-1: .5rem; --space-2: .75rem; --space-3: 1rem; --space-4: 1.5rem;
  --space-5: 2rem; --space-6: 3rem; --space-7: 4rem; --space-8: 6rem; --space-9: 8rem;

  /* Grid modular — 1920px / 10 colunas */
  --col:        192px;                       /* 1 coluna */
  --gutter:      96px;                       /* ½ coluna — espaçamento base */
  --container: 1536px;                       /* 8 colunas — área de conteúdo */

  --radius-sm: 4px; --radius-md: 8px; --radius-lg: 16px; --radius-pill: 999px;
  --shadow: 0 8px 24px rgba(49,27,21,.12);
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--body); font-size: 1rem; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.15; margin: 0; text-wrap: balance; hyphens: none; }
h1 { font-size: var(--fs-xl); }
h2 { font-size: var(--fs-lg); }
h3 { font-size: var(--fs-md); }
p { margin: 0; text-align: justify; hyphens: none; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--space-4); }
.container--inner { max-width: calc(6 * var(--col)); } /* inner zone: 60% — 1152px @1920 */
.section { padding-block: var(--space-8); border-bottom: 1px solid var(--border); }
.parallax-strip {
  height: 240px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--border);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.parallax-strip__overlay {
  position: absolute; inset: 0;
  background: rgba(49,27,21,.35);
  pointer-events: none;
}
.parallax-strip__content {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: var(--space-4);
}
.parallax-strip--tall { height: 480px; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--bg-dark); color: var(--text-on-dark); border-bottom-color: var(--border-on-dark); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--text-on-dark); }

.eyebrow {
  display: inline-flex; align-items: center; gap: var(--space-2);
  font-family: var(--mono); font-size: .8rem; letter-spacing: .04em;
  color: var(--text-soft); margin-bottom: var(--space-3); text-transform: uppercase;
}
.section--dark .eyebrow { color: var(--amber); }
.eyebrow .idx {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.6rem; height: 1.6rem; background: var(--espresso); color: var(--cream);
  border-radius: var(--radius-sm); font-size: .7rem;
}
.section--dark .eyebrow .idx { background: var(--amber); color: var(--espresso); }

.lede { max-width: 62ch; font-size: 1.125rem; color: var(--text-soft); margin-top: var(--space-3); text-align: justify; hyphens: none; }
.section--dark .lede { color: rgba(251,247,239,.78); }

/* — Botões — */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-1);
  font-family: var(--body); font-weight: 600; font-size: .95rem;
  padding: .85rem 1.6rem; border-radius: var(--radius-pill);
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  white-space: nowrap; cursor: pointer; border: none;
}
.btn--primary { background: var(--accent); color: var(--espresso); }
.btn--primary:hover { background: var(--accent-hover); }
.btn--secondary { background: transparent; color: var(--text); border: 1.5px solid var(--text); }
.btn--secondary:hover { background: var(--espresso); color: var(--cream); }
.btn--on-dark { background: var(--accent); color: var(--espresso); }
.btn--ghost-on-dark { background: transparent; color: var(--cream); border: 1.5px solid var(--border-on-dark); }
.btn--ghost-on-dark:hover { border-color: var(--cream); }
.btn--sm { padding: .55rem 1.1rem; font-size: .8rem; }
.btn-row { display: flex; gap: var(--space-3); flex-wrap: wrap; margin-top: var(--space-5); }

/* — Placeholder de imagem — */
.ph {
  display: flex; align-items: center; justify-content: center; text-align: center;
  width: 100%; aspect-ratio: var(--ratio, 4/3);
  background: repeating-linear-gradient(135deg, rgba(49,27,21,.06) 0 10px, transparent 10px 20px), var(--offwhite);
  border: 1px solid var(--border); border-radius: var(--radius-md);
  color: var(--text-soft); font-family: var(--mono); font-size: .75rem; padding: var(--space-3);
}
.ph span { max-width: 26ch; line-height: 1.5; }
.ph--wide { --ratio: 16/9; }
.ph--square { --ratio: 1/1; }
.ph--tall { --ratio: 3/4; }

/* — Tag "dado pendente" — */
.pending {
  display: inline-flex; align-items: center; gap: .4em;
  outline: 1px dashed var(--amber-tostado); background: rgba(255,192,50,.14);
  padding: .15em .6em; border-radius: var(--radius-sm);
  font-family: var(--mono); font-size: .8rem; color: var(--castanha);
}

/* — Cards — */
.card {
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: var(--space-4);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(49,27,21,.10);
  border-color: var(--amber);
}
.card:hover .card__icon {
  background: rgba(255,192,50,.25);
}
.card h3, .card h4 { margin-bottom: var(--space-2); }
.grid { display: grid; gap: var(--space-4); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 1000px) { .grid--3, .grid--6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--2, .grid--3, .grid--6 { grid-template-columns: 1fr; } }

.chip-list {
  display: flex; flex-wrap: nowrap; gap: var(--space-2);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding-block: var(--space-2);
}
.chip-list::-webkit-scrollbar { display: none; }
.chip-marquee { overflow: hidden; padding-block: var(--space-3); }
.chip-marquee__track {
  display: flex; width: max-content; gap: var(--space-2);
  animation: chip-scroll 18s linear infinite;
}
.chip-marquee__track:hover { animation-play-state: paused; }
@keyframes chip-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.chip {
  flex-shrink: 0;
  border: 1px solid var(--border); border-radius: var(--radius-pill);
  padding: .5rem 1rem; font-size: .875rem; font-weight: 600; color: var(--text-soft);
  background: var(--cream); white-space: nowrap;
}
.section--alt .chip { background: var(--bg); }

/* — Topbar (faixa rotativa) — */
.topbar { background: var(--espresso); color: var(--cream); font-family: var(--mono); font-size: .78rem; overflow: hidden; white-space: nowrap; }
.topbar__track { display: flex; width: max-content; animation: topbar-scroll 30s linear infinite; }
.topbar__track:hover { animation-play-state: paused; }
.topbar__group { display: flex; align-items: center; padding-block: .55rem; flex: none; }
.topbar__item { display: inline-flex; align-items: center; }
.topbar__item .label { color: var(--amber); margin-right: .35rem; }
.topbar__sep { color: var(--amber-tostado); margin-inline: var(--space-4); flex: none; }
.topbar a:hover { color: var(--amber); }
@keyframes topbar-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 700px) { .topbar { font-size: .72rem; } }

/* — Header — grid 3 zonas: 20% logo | 60% nav | 20% cta */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream); border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 20% 1fr 20%;
  align-items: stretch;
}
/* Zona esquerda: ribbon + logo word */
.header-logo {
  display: flex; align-items: center;
}
/* Ribbon: bloco espresso com símbolo isolado */
.logo-ribbon {
  flex: none; background: var(--espresso);
  display: flex; align-items: center; justify-content: center;
  padding: .9rem 1.4rem; text-decoration: none;
  transition: background var(--transition); align-self: stretch;
}
.logo-ribbon:hover { background: #4a2a1e; }
.logo-ribbon .logo__mark { width: 48px; height: auto; display: block; }
/* Logo word dentro do header-logo */
.header-logo .logo__word { align-self: center; padding-inline: .45rem .9rem; color: var(--espresso); }
/* Zona central: nav */
.site-header__inner {
  display: flex; align-items: center; justify-content: center;
  padding-block: var(--space-3);
}
/* Zona direita: cta centralizado */
.header-actions {
  display: flex; align-items: center; justify-content: center;
  gap: var(--space-3); padding-inline: var(--space-3);
}
/* Logo word (genérico — footer usa dentro de .logo) */
.logo { display: flex; align-items: center; gap: var(--space-2); }
.logo__mark { width: 46px; height: auto; flex: none; display: block; }
.logo__word { display: flex; flex-direction: column; font-family: var(--display); font-weight: 800; font-size: .8rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .01em; }
.logo__dos { color: var(--amber-tostado); font-weight: 600; }
/* Lema pequeno no header */
.logo__tagline {
  display: none; font-family: var(--mono); font-size: .56rem; letter-spacing: .05em;
  color: var(--castanha); font-style: italic; line-height: 1; margin-top: .2rem; opacity: .7;
  font-weight: 400; text-transform: none;
}
.nav__list { display: flex; align-items: center; justify-content: center; gap: var(--space-5); font-size: .9rem; font-weight: 600; }
.nav__list a:hover, .nav__list a[aria-current="page"] { color: var(--amber-tostado); }

/* — Footer — */
.site-footer { background: var(--espresso); color: var(--cream); }
.site-footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--space-5); padding-block: var(--space-7) var(--space-5); }
.site-footer .logo__word { color: var(--cream); }
.site-footer__tagline { margin-top: var(--space-2); font-size: .9rem; color: var(--offwhite); max-width: 24ch; }
.site-footer__col .label { color: var(--amber); display: block; margin-bottom: var(--space-2); font-family: var(--mono); font-size: .8rem; text-transform: uppercase; }
.site-footer__col ul { display: flex; flex-direction: column; gap: .5rem; font-size: .9rem; }
.site-footer__col a:hover { color: var(--amber); }
.site-footer__bottom { border-top: 1px solid var(--border-on-dark); padding-block: var(--space-3); font-family: var(--mono); font-size: .78rem; color: var(--offwhite); }
.site-footer__bottom--split { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); flex-wrap: wrap; }
.site-footer__bottom--split a:hover { color: var(--amber); }
@media (max-width: 900px) { .site-footer__inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__inner { grid-template-columns: 1fr; } }

/* — Hero — */
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--space-7); align-items: center; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; } }

/* — Hero banner com vídeo de fundo (parallax) — */
.hero-banner {
  position: relative; overflow: hidden; isolation: isolate;
  padding-block: var(--space-9) var(--space-8);
  border-bottom: 1px solid var(--border-on-dark);
}
.hero-banner__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: var(--espresso); }
.hero-banner__video {
  position: absolute; top: 50%; left: 50%; width: 100%; height: 130%;
  object-fit: cover; transform: translate(-50%, -50%); will-change: transform;
}
.hero-banner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(49,27,21,.82) 0%, rgba(49,27,21,.62) 50%, rgba(49,27,21,.88) 100%);
}
.hero-banner__content { position: relative; z-index: 1; max-width: 62ch; }
.hero-banner__content h1, .hero-banner__content .lede { color: var(--cream); }
.hero-banner__content .lede { color: rgba(251,247,239,.85); }
@media (max-width: 700px) { .hero-banner { padding-block: var(--space-8) var(--space-7); } }
.hero-banner--compact { padding-block: var(--space-8) var(--space-7); min-height: 420px; display: flex; align-items: center; }
.caso-extra { display: none; }
.caso-extra.visivel { display: block; }

/* — Steps (como funciona) — */
.steps { display: flex; flex-direction: column; gap: var(--space-4); margin-top: var(--space-5); }
.step { display: flex; gap: var(--space-4); align-items: flex-start; }
.step__num {
  flex: none; width: 2.25rem; height: 2.25rem; border-radius: 50%;
  background: var(--amber); color: var(--espresso); font-family: var(--display); font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
.section--dark .step__num { background: var(--amber); color: var(--espresso); }

/* — Fluxograma (como funciona o atendimento) — */
.flow { display: flex; align-items: stretch; gap: var(--space-3); margin-top: var(--space-6); }
.flow__step {
  flex: 1 1 0; min-width: 0;
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: var(--space-4); display: flex; flex-direction: column; gap: var(--space-2);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.flow__step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(49,27,21,.10);
  border-color: var(--amber);
}
.section--alt .flow__step { background: var(--bg); }
.flow__num {
  width: 2.1rem; height: 2.1rem; border-radius: 50%; flex: none;
  background: var(--amber); color: var(--espresso); font-family: var(--display); font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-size: .9rem;
}
.flow__step strong { font-family: var(--display); font-size: .98rem; line-height: 1.3; }
.flow__step p { color: var(--text-soft); font-size: .88rem; margin-top: .1rem; }
.flow__arrow { flex: none; display: flex; align-items: center; justify-content: center; color: var(--amber-tostado); font-size: 1.4rem; font-weight: 700; }
@media (max-width: 1024px) {
  .flow { flex-direction: column; }
  .flow__arrow { transform: rotate(90deg); padding-block: -.3rem; }
}

/* — Caso (antes/depois) — */
.case-card {
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(49,27,21,.10);
  border-color: var(--amber);
}
.case-card__imgs { display: grid; grid-template-columns: 1fr 1fr; }
.case-card__imgs .ph { border-radius: 0; border: none; aspect-ratio: 1/1; }
.case-card__imgs .ph:first-child { border-right: 1px solid var(--border); }
.case-card__img-wrap { position: relative; overflow: hidden; }
.case-card__img-wrap img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.case-card__img-wrap:first-child { border-right: 1px solid var(--border); }
.case-card__img-label { position: absolute; top: var(--space-2); left: var(--space-2); font-family: var(--mono); font-size: .65rem; text-transform: uppercase; letter-spacing: .06em; background: rgba(49,27,21,.72); color: var(--cream); padding: .18rem .4rem; border-radius: 3px; pointer-events: none; }
.case-card__body { padding: var(--space-4); }
.case-card__tag { font-family: var(--mono); font-size: .7rem; text-transform: uppercase; color: var(--amber-tostado); letter-spacing: .04em; }

/* — Carrossel de casos — rolagem automática infinita — */
.case-carousel { overflow: hidden; padding-block: var(--space-5) var(--space-2); }
.case-carousel__track {
  display: flex; gap: 0;
  width: max-content;
  animation: cases-scroll 48s linear infinite;
  will-change: transform;
}
.case-carousel__track:hover { animation-play-state: paused; }
.case-carousel__group {
  display: flex; gap: var(--space-3);
  padding-inline: calc(var(--space-3) / 2);
}
.case-carousel__group .case-card { flex: 0 0 220px; width: 220px; }
.case-carousel__group .case-card__img-wrap img { aspect-ratio: 4/3; }
@keyframes cases-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .case-carousel__track { animation: none; overflow-x: auto; } }

/* — FAQ accordion — */
.faq { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); transition: border-color .2s ease; }
.faq-item:hover { border-bottom-color: var(--amber); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-3);
  padding-block: var(--space-4); cursor: pointer; font-weight: 800; font-size: 1.2rem;
  list-style: none; font-family: var(--display);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--amber-tostado); flex: none; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { padding-bottom: var(--space-4); color: var(--text-soft); max-width: 70ch; }

/* — Contato — */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); align-items: stretch; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-fields { display: flex; flex-direction: column; }
.contact-field {
  border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4); margin-bottom: var(--space-3);
  display: flex; flex-direction: column; gap: .25rem;
}
.contact-field .label { font-family: var(--mono); font-weight: 400; color: var(--text-soft); font-size: .78rem; line-height: 1; }
.contact-field span:not(.label), .contact-field a { font-weight: 600; color: var(--espresso); text-decoration: none; line-height: 1.4; }
.contact-field a:hover { color: var(--castanha); }

/* — Filtros (casos reais) — */
.filters { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-5); margin-bottom: var(--space-6); }
.filters .chip { cursor: default; }
.filters .chip--active { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }

.note-italic { font-style: italic; color: var(--text-soft); max-width: 62ch; margin-top: var(--space-5); }

/* — Mapa embed — */
.map-embed { border-radius: var(--radius-lg); overflow: hidden; width: 100%; height: 100%; min-height: 340px; border: 1px solid var(--border); }
.map-embed iframe { width: 100%; height: 100%; display: block; }
/* Google review badge */
.google-badge { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; background: var(--offwhite); border: 1px solid var(--border); border-radius: var(--radius); padding: .45rem .8rem; transition: border-color var(--transition); }
.google-badge:hover { border-color: var(--castanha); }
.google-badge__g { width: 18px; height: 18px; flex: none; }
.google-badge__stars { color: #FFC107; font-size: .95rem; letter-spacing: .05em; line-height: 1; }
.google-badge__rating { font-family: var(--display); font-weight: 800; font-size: .9rem; color: var(--espresso); }
.google-badge__count { font-family: var(--mono); font-size: .75rem; color: var(--castanha); }

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* — Contato hero (avatar ao fundo) — */
.contact-hero {
  position: relative; overflow: hidden;
  min-height: 340px; display: flex; align-items: center;
  border-bottom: 1px solid var(--border);
}
.contact-hero__media { position: absolute; inset: 0; }
.contact-hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.contact-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(49,27,21,.82) 45%, rgba(49,27,21,.35) 100%);
}
.contact-hero__content {
  position: relative; z-index: 1;
  padding-block: var(--space-8);
  max-width: 58ch;
}
.contact-hero__content h1 { color: var(--cream); }
.contact-hero__content .lede { color: rgba(251,247,239,.82); max-width: 48ch; }

/* — Serviços: seções individuais — */
.service-section__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--space-7); align-items: start;
}
@media (max-width: 900px) { .service-section__inner { grid-template-columns: 1fr; } }
.service-section__case--lead { order: -1; }
@media (max-width: 900px) { .service-section__case--lead { order: 0; } }

.service-number {
  display: block; font-family: var(--mono); font-size: .78rem; letter-spacing: .06em;
  color: var(--amber-tostado); text-transform: uppercase; margin-bottom: var(--space-2);
}
.service-section__text h2 { margin-bottom: var(--space-3); }
.service-section__text .lede { margin-bottom: var(--space-3); }
.service-section__text p { color: var(--text-soft); margin-bottom: var(--space-3); }

.service-signals {
  list-style: none; margin-top: var(--space-4);
  display: flex; flex-direction: column; gap: var(--space-2);
}
.service-signals li {
  padding: var(--space-2) var(--space-3); border-radius: var(--radius);
  background: var(--cream); border-left: 3px solid var(--amber);
  font-size: .9rem; color: var(--text);
}
.section--alt .service-signals li { background: var(--offwhite); }

.ph--case {
  width: 100%; aspect-ratio: 4/3; border-radius: var(--radius-lg);
  background: var(--offwhite); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.ph--case::after {
  content: 'Foto a inserir'; font-family: var(--mono); font-size: .72rem;
  color: var(--text-soft); letter-spacing: .04em; text-transform: uppercase;
}
.section--alt .ph--case { background: var(--cream); }

/* — Processo (3 passos horizontais) — */
.process-steps {
  display: flex; align-items: flex-start; gap: var(--space-4); flex-wrap: wrap;
}
.process-step {
  flex: 1 1 200px; background: var(--cream); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--space-5);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(49,27,21,.10);
  border-color: var(--amber);
}
.section--alt .process-step { background: var(--offwhite); }
.process-step__num {
  display: flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--amber); color: var(--espresso);
  font-family: var(--display); font-weight: 800; font-size: 1rem;
  margin-bottom: var(--space-3);
}
.process-step h3 { font-size: 1.05rem; margin-bottom: var(--space-2); }
.process-step p { font-size: .9rem; color: var(--text-soft); }
.process-step__arrow {
  flex: none; align-self: center; font-size: 1.5rem;
  color: var(--amber-tostado); font-weight: 700;
}
@media (max-width: 768px) { .process-step__arrow { display: none; } }

/* — Tags de material — */
.tag-row { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-2); margin-top: var(--space-5); }
.tag {
  font-family: var(--mono); font-size: .78rem; letter-spacing: .03em;
  padding: .35rem .85rem; border-radius: 999px;
  background: var(--offwhite); border: 1px solid var(--border); color: var(--espresso);
  transition: background .18s ease, border-color .18s ease;
}
.tag:hover { background: rgba(255,192,50,.18); border-color: var(--amber); }

/* — Depoimento destacado — */
.testimonial-pull {
  border-left: 4px solid var(--amber); padding-left: var(--space-5); margin: 0;
}
.testimonial-pull p {
  font-family: var(--display); font-size: clamp(1.1rem, 1rem + .5vw, 1.4rem);
  font-weight: 700; line-height: 1.4; color: var(--espresso); margin-bottom: var(--space-3);
}
.testimonial-pull footer { font-family: var(--mono); font-size: .82rem; color: var(--castanha); }

/* — Ícone no card de serviço — */
.card__icon {
  width: 2.6rem; height: 2.6rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(255,192,50,.13);
  margin-bottom: var(--space-3);
}
.card__icon svg {
  width: 1.3rem; height: 1.3rem;
  stroke: var(--espresso); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}

/* — Cards de cuidado pós-reparo — */
.care-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: var(--space-3); margin-top: var(--space-5);
}
.care-card {
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--border);
  background: var(--cream);
  transition: transform .22s ease, box-shadow .22s ease, border-left-color .22s ease;
}
.care-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(49,27,21,.10);
  border-left-color: var(--amber);
}
.care-card--highlight {
  border-left-color: var(--amber);
  background: rgba(255,192,50,.07);
}
.care-card--soft { border-left-color: var(--castanha); background: var(--offwhite); }
.care-card h4 {
  font-family: var(--display); font-weight: 800; font-size: .9rem;
  color: var(--espresso); margin-bottom: var(--space-2);
}
.care-card p { font-size: .85rem; color: var(--text-soft); text-align: left; hyphens: none; }

/* — Botão social (Instagram) — */
.btn--social {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--mono); font-size: .8rem; font-weight: 500;
  padding: .5rem 1rem; border-radius: var(--radius-pill);
  background: var(--offwhite); border: 1px solid var(--border);
  color: var(--espresso); text-decoration: none;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  white-space: nowrap;
}
.btn--social:hover { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.btn--social svg { width: 15px; height: 15px; flex: none; }

/* — Botão voltar ao topo — */
.back-to-top {
  position: fixed; bottom: var(--space-5); right: var(--space-5); z-index: 90;
  width: 2.6rem; height: 2.6rem; border-radius: 50%;
  background: var(--espresso); color: var(--cream); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(49,27,21,.22);
  opacity: 0; pointer-events: none;
  transition: opacity var(--transition), background var(--transition);
  text-decoration: none;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--castanha); }
.back-to-top svg { width: 1.1rem; height: 1.1rem; stroke: var(--cream); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* — Ver mais (testimonials) — */
.testimonial-hidden { display: none; }
.load-more-wrap { display: flex; justify-content: center; margin-top: var(--space-6); }

/* — Acordeão de serviços — */
.service-accordion { margin-top: var(--space-5); border-top: 1px solid var(--border); }
.svc-item { border-bottom: 1px solid var(--border); transition: border-color .2s ease; }
.svc-item:hover { border-bottom-color: var(--amber); }
.svc-summary {
  display: flex; align-items: center; gap: var(--space-3);
  padding-block: var(--space-4); cursor: pointer; list-style: none; user-select: none;
}
.svc-summary::-webkit-details-marker { display: none; }

/* — Acordeão de serviços — */
.service-accordion { margin-top: var(--space-5); border-top: 1px solid var(--border); }
.svc-item { border-bottom: 1px solid var(--border); transition: border-color .2s ease; }
.svc-item:hover { border-bottom-color: var(--amber); }
.svc-summary {
  display: flex; align-items: center; gap: var(--space-3);
  padding-block: var(--space-4); cursor: pointer; list-style: none; user-select: none;
}
.svc-summary::-webkit-details-marker { display: none; }
.svc-summary:hover .svc-title { color: var(--amber); }
.svc-num { font-family: var(--mono); font-size: .75rem; color: var(--text-soft); min-width: 2rem; }
.svc-title { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--espresso); flex: 1; }
.svc-chevron { margin-left: auto; color: var(--text-soft); }
.svc-chevron svg { width: 1.2rem; height: 1.2rem; stroke: currentColor; fill: none; stroke-width: 2.2; transition: transform .22s ease; }
details[open] .svc-chevron svg { transform: rotate(180deg); }

.svc-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-6);
  padding-block: var(--space-5) var(--space-6);
}
.svc-body--rev .svc-body__text { order: 2; }
.svc-body--rev .svc-body__case { order: 1; }

.svc-body__text .lede { color: var(--espresso); margin-bottom: var(--space-3); }
.svc-body__case { display: flex; flex-direction: column; gap: var(--space-3); }
.svc-body__case .ph--case { max-height: 220px; aspect-ratio: unset; height: 220px; }
.svc-body__case .note-italic { font-family: var(--mono); font-size: .72rem; color: var(--text-soft); font-style: italic; }

@media (max-width: 768px) {
  .svc-body { grid-template-columns: 1fr; }
  .svc-body--rev .svc-body__text { order: unset; }
  .svc-body--rev .svc-body__case { order: unset; }
}


/* ═══════════════════════════════════════════
   RESPONSIVO MOBILE
   ═══════════════════════════════════════════ */

/* — Hamburger (oculto no desktop) — */
.nav-toggle {
  display: none;
  background: var(--espresso); border: none;
  border-radius: 6px; padding: 7px 9px; cursor: pointer;
  line-height: 0; color: var(--cream);
  align-self: center;
}
.nav-toggle svg { width: 18px; height: 18px; stroke: var(--cream); display: block; }

@media (max-width: 860px) {

  /* — Header: 2 colunas (logo | ações) — */
  .site-header {
    grid-template-columns: 1fr auto;
    position: sticky;
  }
  .site-header__inner { display: none; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; }
  .header-actions { padding-inline: var(--space-3); }
  .header-actions .btn--primary { display: none; }
  .logo__tagline { display: none; }

  /* — Dropdown de nav — */
  .site-header.nav-open .site-header__inner {
    display: block;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--espresso);
    z-index: 99;
    border-bottom: 2px solid var(--amber);
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
  }
  .site-header.nav-open .nav__list {
    flex-direction: column;
    gap: 0;
    padding: var(--space-2) 0;
  }
  .site-header.nav-open .nav__list li {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .site-header.nav-open .nav__list a {
    display: block;
    padding: var(--space-3) var(--space-4);
    color: var(--cream);
    font-size: .95rem;
  }
  .site-header.nav-open .nav__list a:hover,
  .site-header.nav-open .nav__list a[aria-current="page"] {
    color: var(--amber);
    background: rgba(255,255,255,.05);
  }

  /* — CTA no dropdown — */
  .site-header.nav-open .site-header__inner::after {
    content: '';
    display: block;
    padding: var(--space-3) var(--space-4);
  }

  /* — Hero — */
  .hero-banner { padding-block: var(--space-8) var(--space-7); }
  .hero-banner__content h1 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .hero-banner__content .lede { font-size: 1rem; }
  .contact-hero { min-height: 260px; }

  /* — Topbar — */
  .topbar { font-size: .7rem; }

  /* — Sections — */
  .section { padding-block: var(--space-6); }
  h2 { font-size: clamp(1.3rem, 5vw, 2rem); }

  /* — Acordeão de serviços — */
  .svc-body { grid-template-columns: 1fr; }
  .svc-body--rev .svc-body__text { order: unset; }
  .svc-body--rev .svc-body__case { order: unset; }
  .svc-body__case .ph--case { height: 160px; }

  /* — Processo — */
  .process-steps { flex-direction: column; }
  .process-step__arrow { display: none; }

  /* — Grid geral — */
  .grid--3, .grid--6 { grid-template-columns: 1fr; }
  .grid--2 { grid-template-columns: 1fr; }

  /* — Contact grid — */
  .contact-grid { grid-template-columns: 1fr; }

  /* — Footer — */
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: var(--space-4); }

  /* — Carousel — */
  .case-carousel__group .case-card { flex: 0 0 180px; width: 180px; }

  /* — Parallax desativado em mobile — */
  .parallax-strip { background-attachment: scroll; }

  /* — Back to top — */
  .back-to-top { bottom: var(--space-4); right: var(--space-3); }
}

@media (max-width: 480px) {
  .site-footer__inner { grid-template-columns: 1fr; }
  .hero-banner__content h1 { font-size: clamp(1.4rem, 7vw, 2rem); }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { text-align: center; }
  .container { padding-inline: var(--space-3); }
}

/* — Imagem no acordeão de serviços — */
.svc-case-img {
  width: 100%; max-height: 260px;
  object-fit: cover; border-radius: var(--radius-lg);
  display: block;
}
