/* Souza & Dangui — site estático. Cores do tema antigo + dourado medido do logo. */
:root {
  --topo: #333333;
  --texto: #252525;
  --texto-suave: #5c5c5c;
  --link: #0345bf;
  --link-hover: #044cd0;
  --escuro: #171717;
  --dourado: #ac7804;
  --dourado-escuro: #8a6003;
  --dourado-claro: #e7c77c;
  --botao: #96690a;
  --creme: #f6f4ef;
  --linha: #e6e6e6;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.7; color: var(--texto); background: #fff; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.2; margin: 0; color: #171717; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); text-decoration: underline; }
:focus-visible { outline: 3px solid var(--link); outline-offset: 2px; }
.topo :focus-visible, .menu-contato :focus-visible, .rodape :focus-visible,
.faixa :focus-visible, .hero :focus-visible { outline-color: var(--dourado-claro); }
.conteudo p a:not(.botao) { text-decoration: underline; text-underline-offset: 2px; }
.ic { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

.pular { position: absolute; left: 12px; top: -60px; background: #fff; color: var(--link); padding: 10px 16px; z-index: 50; font-weight: 600; }
.pular:focus { top: 12px; }

/* ---- topo ---- */
.topo { background: var(--topo); color: #e6e6e6; font-size: 14px; }
.topo-in { display: flex; justify-content: flex-end; gap: 28px; padding-top: 7px; padding-bottom: 7px; }
.topo a, .menu-contato a, .rodape a { color: inherit; display: inline-flex; align-items: center; gap: 8px; }
.topo a:hover { color: #fff; }

/* ---- cabeçalho e menu ---- */
.cabecalho { background: #fff; border-bottom: 1px solid #ececec; position: relative; z-index: 20; }
.cabecalho-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 14px; padding-bottom: 14px; }
.logo img { height: 66px; width: auto; }
.menu-botao { display: none; }
.menu-lista { list-style: none; margin: 0; padding: 0; display: flex; gap: 34px; align-items: center; font-weight: 600; font-size: 16px; }
.menu-lista a { color: var(--texto); display: inline-block; padding: 6px 0; border-bottom: 2px solid transparent; }
.menu-lista a:hover { color: var(--link); text-decoration: none; }
.menu-lista > li > a[aria-current="page"], .tem-sub.ativo > .menu-pai { color: var(--link); border-bottom-color: var(--dourado); }
.menu-contato { display: none; }
.tem-sub { position: relative; display: flex; align-items: center; }
.sub-botao { background: none; border: 0; padding: 0 8px; margin-left: 0; min-width: 32px; min-height: 44px; align-items: center; justify-content: center; color: var(--texto); cursor: pointer; display: inline-flex; }
.no-js .sub-botao, .no-js .menu-botao { display: none !important; }
.sub { list-style: none; margin: 0; padding: 0; position: absolute; top: 100%; left: -18px; min-width: 240px; background: #fff; border-top: 3px solid var(--dourado); box-shadow: 0 10px 28px rgba(0,0,0,.14); display: none; font-size: 15px; }
.sub a { display: block; padding: 11px 18px; border: 0; }
.sub a[aria-current="page"] { background: var(--creme); color: var(--link); }
.tem-sub:hover .sub, .tem-sub.aberto .sub, .no-js .tem-sub:focus-within .sub { display: block; }
.tem-sub.suprimido .sub { display: none; }
.tem-sub.aberto .sub-botao .ic { transform: rotate(180deg); }

/* ---- botões ---- */
.botao { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 28px; font-weight: 700; font-size: 17px; background: var(--botao); color: #fff; border: 1.5px solid var(--botao); cursor: pointer; font-family: inherit; }
.botao:hover { background: #7d5708; border-color: #7d5708; color: #fff; text-decoration: none; }
.botao-contorno { background: transparent; border-color: rgba(255,255,255,.85); font-weight: 600; }
.botao-contorno:hover { background: #fff; color: #171717; border-color: #fff; }
.botao-escuro { background: var(--escuro); border-color: var(--escuro); }
.botao-escuro:hover { background: #000; border-color: #000; }

.traco { display: block; width: 60px; height: 3px; background: var(--dourado); }

/* ---- home ---- */
.hero { min-height: clamp(520px, calc(100vh - 136px), 720px); display: flex; align-items: center; color: #fff;
  background: linear-gradient(90deg, rgba(12,14,22,.82) 0%, rgba(12,14,22,.66) 55%, rgba(12,14,22,.20) 100%), url(img/estufa-1600.jpg) center 38% / cover; }
.hero-in { width: 100%; display: flex; flex-direction: column; gap: 22px; padding-top: 64px; padding-bottom: 64px; }
.sobretitulo { color: var(--dourado-claro); font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { color: #fff; font-size: clamp(44px, 6.4vw, 76px); line-height: 1.05; font-style: italic; font-weight: 800; max-width: 12ch; }
.hero-texto { font-size: clamp(19px, 2vw, 23px); line-height: 1.5; max-width: 34ch; color: #f1f1f1; }
.acoes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; }

/* ---- páginas internas ---- */
.faixa { color: #fff; padding: 56px 0 52px;
  background: linear-gradient(rgba(23,23,23,.82), rgba(23,23,23,.82)), url(img/estufa-1600.jpg) center 30% / cover; }
.faixa h1 { color: #fff; font-size: clamp(34px, 4vw, 48px); font-style: italic; margin-top: 8px; }
.faixa h1::after { content: ""; display: block; width: 60px; height: 3px; background: var(--dourado); margin-top: 16px; }
.trilha ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; font-size: 14px; color: #cfcfcf; }
.trilha li + li::before { content: "/"; content: "/" / ""; margin: 0 10px; color: #b0b0b0; }
.trilha a { color: #e6e6e6; }

.conteudo { max-width: 828px; padding-top: 64px; padding-bottom: 88px; display: flex; flex-direction: column; gap: 22px; }
.conteudo-largo { max-width: 948px; }
.conteudo section, .colunas-2 { margin-top: 26px; }
.conteudo section > h2, .colunas-2 h2 { font-size: 27px; margin-bottom: 12px; }
.colunas-2 section { margin-top: 0; }
.colunas-2 .traco { width: 36px; margin-bottom: 14px; }
.destaque { font-size: 20px; line-height: 1.6; color: #171717; }
.nome { font-size: clamp(27px, 3vw, 34px); font-style: italic; }
.colunas-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.caixa { background: var(--creme); padding: 32px 36px; display: flex; flex-direction: column; gap: 12px; }
.conteudo .caixa > h2 { margin-bottom: 4px; }
.caixa-nota { border-top: 1px solid #e2dccd; padding-top: 14px; margin-top: 4px; font-style: italic; }

.lista { list-style: none; margin: 0; padding: 0; }
.lista li { position: relative; padding: 8px 0 8px 20px; border-bottom: 1px solid #eeeeee; }
.caixa .lista li { border-bottom-color: #e7e1d3; }
.lista li::before { content: ""; position: absolute; left: 0; top: 1.05em; width: 6px; height: 6px; background: var(--dourado); }
.duas-colunas { column-count: 2; column-gap: 40px; }
.duas-colunas li { break-inside: avoid; }

.passos { list-style: none; margin: 0; padding: 0; }
.passos li { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--linha); }
.passos li:first-child { padding-top: 0; }
.passos li:last-child { border-bottom: 0; }
.passo-num { font-family: var(--serif); font-style: italic; font-weight: 800; font-size: 54px; line-height: 1; color: var(--dourado); }
.passos h2 { font-size: 24px; margin-bottom: 6px; }
.chamada { margin-top: 18px; }

/* ---- contato ---- */
.contato { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 72px; padding-top: 64px; padding-bottom: 88px; align-items: start; }
.contato-info { display: flex; flex-direction: column; gap: 28px; }
.contato-lista { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.contato-lista li { display: flex; gap: 14px; align-items: flex-start; }
.contato-icone { width: 44px; height: 44px; background: var(--creme); color: var(--dourado-escuro); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contato-icone .ic { width: 20px; height: 20px; }
.rotulo { display: block; font-size: 14px; color: var(--texto-suave); line-height: 1.3; }
.contato-lista a, .contato-lista .valor { font-weight: 600; font-size: 18px; overflow-wrap: anywhere; }

.formulario { border: 1px solid var(--linha); border-top: 3px solid var(--dourado); padding: 36px 40px; display: flex; flex-direction: column; gap: 20px; }
.formulario h2 { font-size: 30px; }
.campos-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.campo { display: flex; flex-direction: column; gap: 6px; }
.campo label { font-size: 15px; font-weight: 600; color: #333; }
.campo input, .campo textarea { font: inherit; font-size: 17px; color: var(--texto); background: #fff; border: 1px solid #8c8c8c; border-radius: 0; padding: 11px 12px; min-height: 48px; width: 100%; }
.campo textarea { resize: vertical; min-height: 160px; }
.campo input:focus, .campo textarea:focus { outline: 3px solid var(--link); outline-offset: 0; border-color: var(--link); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-rodape { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.form-nota { font-size: 14px; color: var(--texto-suave); line-height: 1.5; }
.form-aviso { background: #fdf0ee; border: 1px solid #e3a59b; color: #8a2213; padding: 12px 16px; font-weight: 600; }

/* ---- rodapé ---- */
.rodape { background: var(--escuro); color: #fff; }
.rodape-in { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; padding-top: 36px; padding-bottom: 36px; }
.rodape-nome { font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 22px; }
.rodape-sub { color: #bdbdbd; font-size: 15px; }
.rodape-contato { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; color: #e6e6e6; font-size: 15px; }
.rodape a:hover { color: #fff; }
.rodape-base { border-top: 1px solid #2c2c2c; font-size: 14px; color: #a3a3a3; }
.rodape-base .wrap { padding-top: 14px; padding-bottom: 14px; }

/* ---- responsivo ---- */
@media (max-width: 1000px) {
  .topo { display: none; }
  .cabecalho-in { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; gap: 0; }
  .logo img { height: 48px; }
  .menu-botao { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-right: -8px; background: none; border: 0; color: #171717; cursor: pointer; }
  .menu-botao .ic-fechar { display: none; }
  .menu-aberto .menu-botao .ic-abrir { display: none; }
  .menu-aberto .menu-botao .ic-fechar { display: block; }
  .menu { flex-basis: 100%; }
  .js .menu { display: none; }
  .js .menu-aberto .menu { display: block; }
  .menu-lista { flex-direction: column; align-items: stretch; gap: 0; margin: 10px -24px 0; border-top: 1px solid #ececec; font-size: 18px; }
  .menu-lista > li { border-bottom: 1px solid #ececec; }
  .menu-lista a { display: flex; align-items: center; min-height: 54px; padding: 0 24px; border: 0; }
  .menu-lista > li > a[aria-current="page"], .tem-sub.ativo > .menu-pai { border: 0; }
  .tem-sub { display: block; }
  .sub-botao { display: none; }
  .sub { display: block; position: static; box-shadow: none; border: 0; min-width: 0; background: var(--creme); font-size: 17px; }
  .sub li { border-top: 1px solid #ebe5d8; }
  .sub a { min-height: 48px; padding-left: 44px; }
  .menu-contato { display: flex; flex-direction: column; gap: 0; margin: 0 -24px; padding: 8px 24px 10px; background: var(--topo); color: #e6e6e6; font-size: 16px; }
  .menu-contato a { min-height: 44px; }
  .rodape-contato a { min-height: 44px; }
  .trilha a { display: inline-flex; align-items: center; min-height: 44px; margin: -12px 0; }
  .contato { grid-template-columns: minmax(0, 1fr); gap: 44px; }
}
@media (max-width: 700px) {
  body { font-size: 16.5px; }
  .hero { min-height: 560px; align-items: flex-end;
    background: linear-gradient(180deg, rgba(12,14,22,.62) 0%, rgba(12,14,22,.74) 45%, rgba(12,14,22,.92) 100%), url(img/estufa-900.jpg) 40% center / cover; }
  .hero-in { gap: 16px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(34px, 11vw, 44px); hyphens: auto; }
  .sobretitulo { font-size: 12px; }
  .acoes { flex-direction: column; }
  .acoes .botao { width: 100%; }
  .faixa { padding: 36px 0 32px; background-image: linear-gradient(rgba(23,23,23,.82), rgba(23,23,23,.82)), url(img/estufa-900.jpg); }
  .conteudo, .contato { padding-top: 36px; padding-bottom: 56px; }
  .destaque { font-size: 18px; }
  .colunas-2, .campos-2 { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .duas-colunas { column-count: 1; }
  .caixa { padding: 24px 20px; }
  .passos li { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; }
  .passo-num { font-size: 36px; }
  .formulario { padding: 24px 20px; }
  .form-rodape { flex-direction: column; align-items: stretch; }
  .form-rodape .botao { width: 100%; }
  .rodape-in { flex-direction: column; gap: 18px; }
  .rodape-contato { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: no-preference) {
  .sub-botao .ic { transition: transform .15s; }
}
@media print {
  .topo, .menu, .menu-botao, .rodape-contato, .formulario { display: none; }
  .hero, .faixa { background: none; color: #000; }
  .hero h1, .faixa h1 { color: #000; }
}
