:root {
    --wine: #662943;
    --wine-900: #3d1728;
    --wine-700: #4f1f34;
    --wine-500: #9a4e70;
    --wine-200: #e3cad5;
    --wine-50: #f6ebf0;
    --paper: #fbf7f5;
    --ink: #241d20;
    --ink-mute: #6b5a61;
    --linha: rgba(102, 41, 67, 0.14);

    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --script: 'Pinyon Script', cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
    font-family: var(--sans);
    font-weight: 300;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

.env { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--wine-500);
}

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.12; }
h2 em, h1 em { font-style: italic; color: var(--wine-500); }

:focus-visible {
    outline: 2px solid var(--wine-500);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ---------- Cabeçalho ---------- */
.topo {
    position: sticky; top: 0; z-index: 50;
    background: rgba(251, 247, 245, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--linha);
}
.topo .env {
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px; min-height: 76px;
}
.marca img { height: 52px; width: auto; }
.menu { display: flex; align-items: center; gap: 30px; }
/* :not(.btn) é obrigatório: senão .menu a (0,1,1) vence .btn-cheio (0,1,0)
   e o botão do WhatsApp fica com texto escuro sobre o fundo vinho */
.menu a:not(.btn) {
    text-decoration: none; font-size: 15px; color: var(--ink);
    transition: color .2s;
}
.menu a:not(.btn):hover { color: var(--wine); }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 48px; padding: 0 26px;
    border-radius: 999px;
    font-family: var(--sans); font-size: 15px; font-weight: 400;
    text-decoration: none; cursor: pointer; border: 1px solid transparent;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.btn-cheio { background: var(--wine); color: var(--paper); }
.btn-cheio:hover { background: var(--wine-900); transform: translateY(-1px); }
.btn-vazio { border-color: var(--wine); color: var(--wine); background: transparent; }
.btn-vazio:hover { background: var(--wine-50); }
.btn-claro { border-color: rgba(251,247,245,.5); color: var(--paper); }
.btn-claro:hover { background: rgba(251,247,245,.12); }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- Hero ---------- */
.hero { padding: 84px 0 72px; }
.hero .env {
    display: grid; grid-template-columns: 1.05fr 0.95fr;
    gap: 64px; align-items: center;
}
.hero h1 { font-size: clamp(42px, 5.4vw, 68px); }
/* a palavra-chave local mora dentro do h1, mas continua lendo-se como um sobretítulo */
.hero h1 .eyebrow {
    display: block; font-family: var(--sans); font-size: 12px;
    line-height: 1.5; margin-bottom: 18px;
}
.hero .linha-fina { width: 64px; height: 1px; background: var(--wine-200); margin: 28px 0; }
.hero p.chamada {
    font-size: 19px; color: var(--ink-mute); max-width: 42ch;
}
.hero .acoes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero .selo-local {
    margin-top: 30px; font-size: 14px; color: var(--ink-mute);
    display: flex; align-items: center; gap: 10px;
}
.hero .selo-local svg { width: 16px; height: 16px; color: var(--wine-500); flex: none; }

.retrato { position: relative; }
.retrato img {
    width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%;
    border-radius: 240px 240px 18px 18px;
}
.retrato .assinatura {
    position: absolute; left: -14px; bottom: 26px;
    font-family: var(--script); font-size: 40px; color: var(--wine);
    background: var(--paper); padding: 6px 22px; border-radius: 999px;
    box-shadow: 0 10px 30px rgba(61, 23, 40, .12);
    white-space: nowrap;
}
.retrato::after {
    content: ''; position: absolute; inset: auto -22px -22px auto;
    width: 168px; height: 168px; border-radius: 50%;
    background: var(--wine-200); opacity: .55; z-index: -1;
}

/* ---------- Faixa de credenciais ---------- */
.credenciais { background: var(--wine); color: var(--paper); }
.credenciais .env {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; padding-top: 0; padding-bottom: 0;
}
.cred {
    padding: 34px 22px; text-align: center;
    border-left: 1px solid rgba(227, 202, 213, .22);
}
.cred:first-child { border-left: 0; }
.cred strong {
    display: block; font-family: var(--serif); font-size: 32px; font-weight: 400;
    line-height: 1.1;
    /* a Cormorant usa algarismos antigos por padrão: o "1" vira "I" e o "14" fica ilegível */
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum' 1;
}
.cred span {
    display: block; margin-top: 6px; font-size: 12px;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--wine-200);
}

/* ---------- Seções ---------- */
section { scroll-margin-top: 92px; }
.secao { padding: 96px 0; }
.cabeca { max-width: 620px; margin-bottom: 52px; }
.cabeca h2 { font-size: clamp(32px, 4vw, 46px); margin-top: 14px; }
.cabeca p { margin-top: 18px; color: var(--ink-mute); font-size: 17px; }

/* Serviços */
.servicos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.servico {
    background: #fff; border: 1px solid var(--linha); border-radius: 18px;
    padding: 36px 32px; display: flex; flex-direction: column;
    transition: box-shadow .25s, transform .25s;
}
.servico:hover { box-shadow: 0 18px 44px rgba(61, 23, 40, .09); transform: translateY(-3px); }
.servico .icone {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--wine-50); color: var(--wine);
    display: grid; place-items: center; margin-bottom: 24px;
}
.servico .icone svg { width: 24px; height: 24px; }
.servico h3 { font-size: 26px; color: var(--wine-900); }
.servico p { margin-top: 12px; color: var(--ink-mute); font-size: 16px; }
.servico ul { list-style: none; margin-top: 20px; }
.servico li {
    font-size: 15px; color: var(--ink); padding-left: 20px; position: relative;
    margin-top: 8px;
}
.servico li::before {
    content: ''; position: absolute; left: 0; top: 11px;
    width: 8px; height: 1px; background: var(--wine-500);
}

/* Sobre */
.sobre { background: #fff; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); }
.sobre .env { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.sobre img { border-radius: 18px; aspect-ratio: 4 / 5; object-fit: cover; }
.sobre h2 { font-size: clamp(32px, 4vw, 46px); margin-top: 14px; }
.sobre p { margin-top: 20px; color: var(--ink-mute); font-size: 17px; }
.sobre .crefito {
    margin-top: 30px; display: inline-flex; align-items: center; gap: 10px;
    background: var(--wine-50); color: var(--wine-900);
    border-radius: 999px; padding: 10px 20px; font-size: 14px;
    letter-spacing: .04em;
}

/* Área de atendimento */
.regiao .env { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.cidades { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cidade {
    border: 1px solid var(--linha); border-radius: 999px;
    padding: 10px 20px; font-size: 15px; background: #fff;
    display: inline-flex; align-items: center; gap: 9px;
}
.cidade svg { width: 14px; height: 14px; color: var(--wine-500); flex: none; }
.nota-regiao { margin-top: 24px; font-size: 15px; color: var(--ink-mute); }
.mapa {
    border-radius: 18px; border: 1px solid var(--linha);
    background: #fff; padding: 26px 26px 18px;
}
.mapa svg { width: 100%; height: auto; display: block; }
.mapa .aneis circle { fill: none; stroke: var(--wine-200); stroke-dasharray: 3 6; }
.mapa .escala text {
    font-family: var(--sans); font-size: 11px; letter-spacing: .12em;
    fill: var(--wine-500); opacity: .75;
}
.mapa .raios line { stroke: var(--wine-200); stroke-width: 1; }
.mapa .satelite circle { fill: var(--wine-500); }
.mapa .satelite text {
    font-family: var(--sans); font-size: 14px; fill: var(--ink);
}
.mapa .centro circle { fill: var(--wine); }
.mapa .centro .pulso { fill: none; stroke: var(--wine); stroke-opacity: .28; }
.mapa .centro text {
    font-family: var(--serif); font-size: 22px; fill: var(--wine-900);
}
.mapa figcaption {
    margin-top: 14px; text-align: center; font-size: 13px; color: var(--ink-mute);
}

/* Como funciona */
.passos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.passo { border-top: 1px solid var(--wine-200); padding-top: 26px; }
.passo .num {
    font-family: var(--serif); font-size: 44px; color: var(--wine-200);
    line-height: 1; display: block;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum' 1;
}
.passo h3 { font-size: 24px; margin-top: 12px; color: var(--wine-900); }
.passo p { margin-top: 10px; color: var(--ink-mute); font-size: 16px; }

/* FAQ */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
    border-bottom: 1px solid var(--linha);
}
.faq summary {
    list-style: none; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    padding: 24px 0; min-height: 48px;
    font-family: var(--serif); font-size: 23px; color: var(--wine-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: '+'; font-family: var(--sans); font-size: 24px; font-weight: 300;
    color: var(--wine-500); flex: none; transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .resposta { padding: 0 0 26px; color: var(--ink-mute); font-size: 16px; max-width: 72ch; }

/* Chamada final */
.final {
    background: linear-gradient(140deg, var(--wine-900) 0%, var(--wine) 58%, var(--wine-500) 100%);
    color: var(--paper); text-align: center;
}
.final .env { padding-top: 96px; padding-bottom: 96px; }
.final .script { font-family: var(--script); font-size: 46px; color: var(--wine-200); }
.final h2 { font-size: clamp(32px, 4.4vw, 50px); margin-top: 10px; }
.final h2 em { color: var(--wine-200); }
.final p { margin: 20px auto 0; max-width: 52ch; color: rgba(251, 247, 245, .82); font-size: 17px; }
.final .acoes { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 38px; }
.final .btn-cheio { background: var(--paper); color: var(--wine-900); }
.final .btn-cheio:hover { background: #fff; }

/* Rodapé */
.rodape { background: var(--wine-900); color: rgba(251, 247, 245, .72); font-size: 15px; }
.rodape .env { padding-top: 64px; padding-bottom: 32px; }
.rodape .grade {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px;
    padding-bottom: 44px; border-bottom: 1px solid rgba(227, 202, 213, .18);
}
.rodape img.logo { height: 64px; width: auto; }
.rodape h4 {
    font-family: var(--sans); font-size: 12px; letter-spacing: .2em;
    text-transform: uppercase; color: var(--wine-200); font-weight: 400;
    margin-bottom: 16px;
}
.rodape p { margin-top: 18px; max-width: 34ch; }
.rodape ul { list-style: none; }
.rodape li { margin-top: 10px; }
.rodape a { text-decoration: none; transition: color .2s; }
.rodape a:hover { color: var(--paper); }
.rodape .base {
    padding-top: 26px; display: flex; flex-wrap: wrap; gap: 14px;
    justify-content: space-between; font-size: 13px; color: rgba(251, 247, 245, .5);
}
.rodape .base a { color: rgba(251, 247, 245, .68); }

/* WhatsApp flutuante */
.zap {
    position: fixed; right: 20px; bottom: 20px; z-index: 60;
    width: 58px; height: 58px; border-radius: 50%;
    background: #25d366; color: #fff;
    display: grid; place-items: center;
    box-shadow: 0 10px 26px rgba(37, 211, 102, .35);
    transition: transform .2s;
}
.zap:hover { transform: scale(1.06); }
.zap svg { width: 30px; height: 30px; }

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
    .menu .link-menu { display: none; }
    .hero { padding: 48px 0 56px; }
    .hero .env, .sobre .env, .regiao .env { grid-template-columns: 1fr; gap: 44px; }
    .retrato { order: -1; max-width: 380px; margin: 0 auto; }
    .retrato .assinatura { left: 0; font-size: 32px; }
    /* o ornamento vazava 22px além da viewport e criava rolagem horizontal */
    .retrato::after { inset: auto -6px -14px auto; width: 120px; height: 120px; }
    .rodape li a, .rodape .base a {
        display: inline-flex; align-items: center; min-height: 44px;
    }
    .credenciais .env { grid-template-columns: 1fr 1fr; }
    .cred { border-left: 0; border-top: 1px solid rgba(227,202,213,.22); padding: 26px 16px; }
    .cred:first-child, .cred:nth-child(2) { border-top: 0; }
    .cred:nth-child(even) { border-left: 1px solid rgba(227,202,213,.22); }
    .secao { padding: 68px 0; }
    .servicos, .passos { grid-template-columns: 1fr; gap: 20px; }
    .passos { gap: 32px; }
    .rodape .grade { grid-template-columns: 1fr; gap: 34px; }
    .final .env { padding-top: 72px; padding-bottom: 72px; }
}
@media (max-width: 480px) {
    .env { padding: 0 20px; }
    .topo .env { min-height: 68px; }
    .marca img { height: 44px; }
    .btn { padding: 0 20px; font-size: 14px; }
    .hero .acoes .btn { flex: 1 1 100%; }
    .faq summary { font-size: 20px; }
}

/* ---------- Condições atendidas ---------- */
.condicoes { background: #fff; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); }
.grupos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.grupo h3 {
    font-size: 22px; color: var(--wine-900);
    padding-bottom: 14px; border-bottom: 1px solid var(--wine-200);
}
.grupo ul { list-style: none; margin-top: 18px; }
.grupo li {
    font-size: 16px; color: var(--ink-mute); padding: 7px 0 7px 22px;
    position: relative;
}
.grupo li::before {
    content: ''; position: absolute; left: 0; top: 17px;
    width: 9px; height: 1px; background: var(--wine-500);
}

/* ---------- Links das cidades ---------- */
.cidade-link {
    border: 1px solid var(--linha); border-radius: 999px;
    padding: 0 20px; min-height: 48px; background: #fff;
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 15px; text-decoration: none; color: var(--ink);
    transition: border-color .2s, background .2s, transform .2s;
}
.cidade-link:hover {
    border-color: var(--wine-500); background: var(--wine-50);
    transform: translateY(-1px);
}
.cidade-link svg { width: 14px; height: 14px; color: var(--wine-500); flex: none; }
.cidade-link .km { color: var(--ink-mute); font-size: 13px; }

/* ---------- Trilha (breadcrumb) ---------- */
.trilha { border-bottom: 1px solid var(--linha); background: #fff; }
.trilha ol {
    list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    padding: 2px 0; font-size: 14px; color: var(--ink-mute);
}
.trilha a {
    color: var(--wine); text-decoration: none;
    display: inline-flex; align-items: center; min-height: 44px;   /* alvo de toque */
}
.trilha a:hover { text-decoration: underline; }
.trilha li + li::before { content: '/'; margin-right: 8px; color: var(--wine-200); }

/* ---------- Bloco de texto corrido (páginas de cidade) ---------- */
.prosa { max-width: 68ch; }
.prosa p { margin-top: 20px; color: var(--ink-mute); font-size: 17px; }
.prosa p strong { color: var(--ink); font-weight: 400; }

/* ---------- Outras cidades (rodapé das landings) ---------- */
.vizinhas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* prosa + lista lateral (páginas de cidade). Precisa ser classe, não style inline:
   inline venceria o media query e o texto ficaria espremido em 2 colunas no celular. */
.grupos-prosa { grid-template-columns: 1.6fr 1fr; }

@media (max-width: 900px) {
    .grupos, .grupos-prosa { grid-template-columns: 1fr; gap: 34px; }
}
