/*
Theme Name: Associação Beneficente Luterana Cantinho do Girassol
Theme URI: https://associacao.cantinhodogirassol.com.br/
Author: Associação Beneficente Luterana Cantinho do Girassol
Description: Tema institucional para a Associação Beneficente Luterana Cantinho do Girassol. Cada seção da página inicial é editável e pode ser ativada/desativada pelo Personalizar. Cores, logo e favicon configuráveis em "Identidade do site". Páginas internas editáveis pelo Gutenberg.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: associacao-cantinho-girassol
*/

/* ============================================================
   Cantinho do Girassol — folha de estilo principal
   As 4 cores-base (--sun, --seed, --leaf, --cream) são injetadas
   pelo Personalizar (functions.php). Todas as outras derivam delas
   via color-mix(), então alterar uma cor atualiza o site inteiro.
   ============================================================ */

:root {
  /* cores-base (sobrescritas pelo Personalizar) */
  --sun:    #e0a02b;
  --seed:   #2b1f12;
  --leaf:   #5a7a44;
  --cream:  #fbf6ec;

  /* cores derivadas */
  --sun-dk:   color-mix(in srgb, var(--sun) 80%, #000);
  --sun-lt:   color-mix(in srgb, var(--sun) 52%, #fff);
  --sun-50:   color-mix(in srgb, var(--sun) 24%, var(--cream));
  --seed-soft:color-mix(in srgb, var(--seed) 80%, #6b4f31);
  --seed-mute:color-mix(in srgb, var(--seed) 55%, #8a6f50);
  --leaf-dk:  color-mix(in srgb, var(--leaf) 72%, #000);
  --paper:    color-mix(in srgb, var(--cream) 88%, var(--sun));
  --line:     color-mix(in srgb, var(--seed) 12%, transparent);
  --line-dk:  color-mix(in srgb, var(--seed) 20%, transparent);

  --max:    1240px;
  --pad-x:  clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--seed);
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ---------- typography primitives ---------- */
.serif { font-family: 'Instrument Serif', 'Times New Roman', serif; font-weight: 400; letter-spacing: -0.01em; }
.mono  { font-family: 'DM Mono', ui-monospace, Menlo, monospace; }
.eyebrow {
  font-family: 'DM Mono', ui-monospace, Menlo, monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--seed-mute);
}
.eyebrow .dot { display:inline-block; width:6px; height:6px; border-radius:999px; background: var(--sun); margin-right: 10px; vertical-align: middle; transform: translateY(-1px); }

h1, h2, h3, h4 { margin: 0; font-weight: 400; }
h1.display { font-family: 'Instrument Serif', serif; font-size: clamp(48px, 7.4vw, 104px); line-height: 0.96; letter-spacing: -0.018em; }
h2.section { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: -0.012em; }
h3.block   { font-family: 'Instrument Serif', serif; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.05; }
.lede { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; color: var(--seed-soft); max-width: 60ch; }
.kicker { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--sun-dk); }
i.em, .em { color: var(--sun-dk); font-style: italic; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
.site-section { padding-block: clamp(72px, 9vw, 132px); }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- top utility bar ---------- */
.topbar { background: var(--seed); color: var(--cream); font-size: 12px; letter-spacing: 0.02em; }
.topbar .wrap { display: flex; gap: 28px; align-items: center; justify-content: space-between; padding-block: 10px; }
.topbar a { color: var(--cream); opacity: .85; }
.topbar a:hover { opacity: 1; }
.topbar .left { display: flex; gap: 22px; align-items: center; }
.topbar .right { display: flex; gap: 18px; align-items: center; }
.topbar .pill {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--cream) 25%, transparent);
  padding: 4px 8px; border-radius: 999px;
}

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: 18px; gap: 32px; }
.brand { display: flex; gap: 14px; align-items: center; }
.brand .mark { width: 42px; height: 42px; flex: 0 0 42px; }
.brand img.custom-logo { width: auto; height: 48px; }
.brand .name { line-height: 1.05; }
.brand .name .t1 { font-family: 'Instrument Serif', serif; font-size: 22px; color: var(--seed); letter-spacing: -0.01em; }
.brand .name .t1 i { color: var(--sun-dk); }
.brand .name .t2 {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--seed-mute); margin-top: 2px;
}
.nav { display: flex; gap: 28px; align-items: center; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; align-items: center; }
.nav a { font-size: 14px; color: var(--seed); opacity: .8; transition: opacity .15s; }
.nav a:hover { opacity: 1; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--seed); color: var(--cream);
  padding: 11px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 500;
  border: 1px solid var(--seed);
  transition: transform .15s, background .15s;
}
.btn:hover { transform: translateY(-1px); background: color-mix(in srgb, var(--seed) 88%, #000); }
.btn.ghost { background: transparent; color: var(--seed); }
.btn.ghost:hover { background: var(--paper); }
.btn.sun { background: var(--sun); border-color: var(--sun); color: var(--seed); }
.btn.sun:hover { background: var(--sun-dk); }

/* ---------- hero ---------- */
.hero { padding-top: clamp(56px, 7vw, 88px); padding-bottom: 0; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: end; }
.hero h1 { margin-top: 18px; }
.hero h1 i { color: var(--sun-dk); }
.hero .lede { margin-top: 22px; }
.hero .ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero .visual { width: 100%; aspect-ratio: 4 / 5; min-height: 360px; }
.hero-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: clamp(56px, 7vw, 96px);
  background: var(--paper);
}
.hero-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.hero-strip .stat { padding: 22px 28px; border-left: 1px solid var(--line); }
.hero-strip .stat:first-child { border-left: 0; padding-left: 0; }
.hero-strip .stat .n { font-family: 'Instrument Serif', serif; font-size: 32px; color: var(--seed); line-height: 1; }
.hero-strip .stat .l { font-size: 12px; color: var(--seed-mute); margin-top: 6px; }

/* ---------- two-col SOBRE ---------- */
.sobre .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 96px); }
.sobre .left h2 { margin-top: 16px; }
.sobre .left h2 i { color: var(--sun-dk); }
.sobre .right p { font-size: 17px; color: var(--seed-soft); line-height: 1.6; max-width: 56ch; }
.sobre .right p b { color: var(--seed); font-weight: 600; }
.sobre .pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 32px; margin-top: 40px; }
.sobre .pillars .item .label {
  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--sun-dk); margin-bottom: 8px;
}
.sobre .pillars .item .body { color: var(--seed-soft); font-size: 15px; line-height: 1.55; }
.sobre .pillars .item .body b { color: var(--seed); font-weight: 600; }

/* ---------- FRENTES de atuação ---------- */
.frentes { background: var(--paper); }
.frentes .head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
.frentes h2 i { color: var(--sun-dk); }
.frente-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 32px;
}
.frente-card.flip { grid-template-columns: 1.2fr 1fr; }
.frente-card.flip .img-wrap { order: 2; }
.frente-card .img-wrap { aspect-ratio: 4 / 3; background: var(--seed); }
.frente-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.frente-card .body {
  padding: clamp(28px, 3.5vw, 52px);
  display: flex; flex-direction: column; gap: 18px;
  align-self: center;
}
.frente-card .body .num { font-family: 'Instrument Serif', serif; font-size: 56px; line-height: 1; color: var(--sun-dk); }
.frente-card .body h3 i { color: var(--sun-dk); }
.frente-card .body .desc { color: var(--seed-soft); font-size: 16px; max-width: 50ch; }
.offers {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 4px; padding: 18px 20px;
  background: var(--sun-50); border-radius: 4px;
  border-left: 3px solid var(--sun);
}
.offers .label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing:.14em; text-transform: uppercase; color: var(--sun-dk); margin-bottom: 4px; }
.offers ul { margin: 0; padding-left: 18px; font-size: 14px; color: var(--seed-soft); }
.offers ul li { margin-bottom: 4px; }
.frente-card .links { display: flex; gap: 18px; margin-top: 8px; flex-wrap: wrap; }
.frente-card .frente-cta { display: flex; margin-top: 8px; }
.frente-card .links a { font-size: 14px; border-bottom: 1px solid var(--sun-dk); padding-bottom: 2px; color: var(--seed); }
.frente-card .links a:hover { color: var(--sun-dk); }
.frente-card .badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--seed-mute);
}
.frente-card .badge .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--leaf); }
.frente-card .badge.warm .dot { background: var(--sun); }

/* ---------- IMPACTO (dark) ---------- */
.impacto { background: var(--seed); color: var(--cream); }
.impacto .wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.impacto h2 { color: var(--cream); }
.impacto h2 i { color: var(--sun); }
.impacto p { color: color-mix(in srgb, var(--cream) 80%, transparent); max-width: 44ch; }
.impacto .nums { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid color-mix(in srgb, var(--cream) 15%, transparent); border-left: 1px solid color-mix(in srgb, var(--cream) 15%, transparent); }
.impacto .nums .cell {
  padding: 32px 28px;
  border-right: 1px solid color-mix(in srgb, var(--cream) 15%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--cream) 15%, transparent);
}
.impacto .nums .n { font-family: 'Instrument Serif', serif; font-size: 64px; line-height: 1; color: var(--sun); }
.impacto .nums .l { font-size: 14px; color: color-mix(in srgb, var(--cream) 75%, transparent); margin-top: 8px; max-width: 22ch; }

/* ---------- QUOTE ---------- */
.quote { padding-block: clamp(96px, 12vw, 160px); background: var(--cream); }
.quote .wrap { max-width: 900px; text-align: center; }
.quote .mark { font-family: 'Instrument Serif', serif; font-size: 110px; line-height: 0.6; color: var(--sun); }
.quote blockquote {
  margin: 0; padding: 0;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.2; color: var(--seed); letter-spacing: -0.01em;
}
.quote blockquote i { color: var(--sun-dk); }
.quote .by { margin-top: 32px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--seed-mute); }

/* ---------- AJUDAR (cards) ---------- */
.ajudar .head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.ajudar h2 i { color: var(--sun-dk); }
.ajudar .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.help-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px 24px 24px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 280px;
  transition: transform .15s, border-color .15s, background .15s;
}
.help-card:hover { transform: translateY(-3px); border-color: var(--sun-dk); }
.help-card .ix { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .14em; color: var(--seed-mute); }
.help-card h4 { font-family: 'Instrument Serif', serif; font-size: 28px; line-height: 1.1; color: var(--seed); }
.help-card h4 i { color: var(--sun-dk); font-style: italic; }
.help-card p { font-size: 14px; color: var(--seed-soft); margin: 0; flex: 1; }
.help-card .more { font-size: 13px; color: var(--seed); border-bottom: 1px solid var(--sun-dk); padding-bottom: 2px; align-self: flex-start; }
.help-card.dark { background: var(--seed); color: var(--cream); border-color: var(--seed); }
.help-card.dark h4 { color: var(--cream); }
.help-card.dark p { color: color-mix(in srgb, var(--cream) 75%, transparent); }
.help-card.dark .ix { color: color-mix(in srgb, var(--cream) 55%, transparent); }
.help-card.dark .more { color: var(--sun); border-color: var(--sun); }
.help-card.sun { background: var(--sun); color: var(--seed); border-color: var(--sun); }
.help-card.sun .ix { color: var(--seed-soft); }

/* ---------- TRANSPARÊNCIA ---------- */
.transp { background: var(--paper); }
.transp .head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 40px; align-items: end; }
.transp h2 i { color: var(--sun-dk); }
.transp .docs { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dk); }
.transp .doc {
  display: grid; grid-template-columns: 60px 1fr auto;
  align-items: center; gap: 16px; padding: 22px 8px;
  border-bottom: 1px solid var(--line-dk); transition: background .15s;
}
.transp .doc:nth-child(odd) { border-right: 1px solid var(--line-dk); padding-right: 24px; }
.transp .doc:nth-child(even) { padding-left: 24px; }
.transp .doc:hover { background: color-mix(in srgb, #fff 40%, transparent); }
.transp .doc .ix { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--seed-mute); letter-spacing: .14em; }
.transp .doc .t { font-family: 'Instrument Serif', serif; font-size: 22px; line-height: 1.1; color: var(--seed); }
.transp .doc .s { font-size: 12px; color: var(--seed-mute); font-family: 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.transp .doc .arr { font-size: 18px; color: var(--seed-mute); }

/* ---------- CONTATO ---------- */
.contato .head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.contato h2 i { color: var(--sun-dk); }
.contato .grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; }
.contato .info { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; }
.contato .info .item .label {
  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .14em;
  color: var(--sun-dk); text-transform: uppercase; margin-bottom: 8px;
}
.contato .info .item .v { font-family: 'Instrument Serif', serif; font-size: 22px; color: var(--seed); line-height: 1.2; }
.contato .info .item .v.small { font-size: 18px; }
.contato .info .item .sub { font-size: 13px; color: var(--seed-soft); margin-top: 4px; }
.contato .map-wrap { aspect-ratio: 4/3; border-radius: 4px; overflow: hidden; border: 1px solid var(--line); }
.contato .map-wrap img { width: 100%; height: 100%; object-fit: cover; }
.contato .map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- FOOTER ---------- */
.footer { background: var(--seed); color: var(--cream); padding-block: 64px 28px; }
.footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid color-mix(in srgb, var(--cream) 15%, transparent); }
.footer .brand .mark { width: 48px; height: 48px; }
.footer .brand img.custom-logo { height: 56px; width: auto; }
.footer .brand .name .t1 { color: var(--cream); }
.footer .brand .name .t1 i { color: var(--sun); }
.footer .brand .name .t2 { color: color-mix(in srgb, var(--cream) 65%, transparent); }
.footer .desc { color: color-mix(in srgb, var(--cream) 75%, transparent); font-size: 14px; max-width: 36ch; margin-top: 20px; line-height: 1.55; }
.footer .chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.footer .chips span {
  font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .12em;
  border: 1px solid color-mix(in srgb, var(--cream) 25%, transparent);
  padding: 4px 8px; border-radius: 999px;
  color: color-mix(in srgb, var(--cream) 80%, transparent);
}
.footer h5 {
  margin: 0 0 16px; font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--sun); font-weight: 500;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: 14px; color: color-mix(in srgb, var(--cream) 80%, transparent); }
.footer ul a:hover { color: var(--cream); }
.footer .bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: color-mix(in srgb, var(--cream) 55%, transparent); flex-wrap: wrap; }
.footer .bottom a { color: color-mix(in srgb, var(--cream) 70%, transparent); }
.footer .bottom a:hover { color: var(--cream); }

/* ---------- image-slot / placeholder ---------- */
.hero .visual img, .hero .visual .ph { width: 100%; height: 100%; }
.ph {
  width: 100%; height: 100%;
  background:
    repeating-linear-gradient(45deg, color-mix(in srgb, var(--seed) 6%, transparent) 0 14px, transparent 14px 28px),
    var(--seed);
  color: var(--sun-lt);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.ph::before {
  content: attr(data-label);
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  padding: 6px 12px; border: 1px solid color-mix(in srgb, var(--cream) 40%, transparent);
  border-radius: 999px; color: color-mix(in srgb, var(--cream) 90%, transparent);
  background: color-mix(in srgb, var(--seed) 45%, transparent);
  text-align: center;
}

/* ---------- página interna (Gutenberg) ---------- */
.page-hero { background: var(--paper); border-bottom: 1px solid var(--line); padding-block: clamp(48px, 7vw, 88px); }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 { font-family: 'Instrument Serif', serif; font-size: clamp(40px, 6vw, 76px); line-height: 1.0; letter-spacing: -0.015em; color: var(--seed); }
.page-content { padding-block: clamp(56px, 8vw, 104px); }
.entry-content { max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.7; color: var(--seed-soft); }
.entry-content.full-width { max-width: var(--max); }
.entry-content > * { margin-block: 1.2em; }
.entry-content h2 { font-family: 'Instrument Serif', serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; color: var(--seed); margin-top: 1.6em; }
.entry-content h3 { font-family: 'Instrument Serif', serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.1; color: var(--seed); }
.entry-content h4 { font-family: 'DM Mono', monospace; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--sun-dk); }
.entry-content a { color: var(--sun-dk); border-bottom: 1px solid var(--sun-dk); }
.entry-content img { border-radius: 6px; }
.entry-content blockquote {
  border-left: 3px solid var(--sun); margin-inline: 0; padding-left: 24px;
  font-family: 'Instrument Serif', serif; font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.25; color: var(--seed); font-style: italic;
}
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content li { margin-bottom: 8px; }
.alignwide { width: min(var(--max), 100%); margin-inline: auto; }
.alignfull { width: 100%; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .nav { display: none; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero .visual { aspect-ratio: 4/3; }
  .hero-strip .wrap { grid-template-columns: 1fr 1fr; }
  .hero-strip .stat:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 22px; }
  .hero-strip .stat:nth-child(4) { border-top: 1px solid var(--line); padding-top: 22px; }
  .sobre .wrap { grid-template-columns: 1fr; }
  .frentes .head { grid-template-columns: 1fr; }
  .frente-card, .frente-card.flip { grid-template-columns: 1fr; }
  .frente-card.flip .img-wrap { order: 0; }
  .impacto .wrap { grid-template-columns: 1fr; }
  .ajudar .head { grid-template-columns: 1fr; }
  .ajudar .grid { grid-template-columns: 1fr 1fr; }
  .transp .head { grid-template-columns: 1fr; }
  .transp .docs { grid-template-columns: 1fr; }
  .transp .doc:nth-child(odd) { border-right: 0; padding-right: 0; }
  .transp .doc:nth-child(even) { padding-left: 0; }
  .contato .head { grid-template-columns: 1fr; }
  .contato .grid { grid-template-columns: 1fr; }
  .footer .top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ajudar .grid { grid-template-columns: 1fr; }
  .footer .top { grid-template-columns: 1fr; }
  .contato .info { grid-template-columns: 1fr; }
  .sobre .pillars { grid-template-columns: 1fr; }
  .topbar .left .hide-sm { display: none; }
}
