/*
Theme Name: Goldfeder Cardiologia Veterinária
Theme URI: https://cardiologiaveterinaria.com.br
Author: Renan Pellegrinelli
Description: Tema customizado da Goldfeder — identidade branco + prata (gradiente metálico), logo centrado, cards de seção e o coração com batida no hover.
Version: 0.2.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: goldfeder
*/

/* ===================================================================
   Tokens — BRANCO + PRATA (metálico) + cinza
   =================================================================== */
:root {
  --bg:        #FFFFFF;
  --bg-soft:   #F4F4F5;
  --bg-dark:   #2A2A2C;        /* faixas escuras / footer (cinza grafite, não preto) */
  --line:      #DFDFE2;
  --line-2:    #CBCBCF;

  --ink:    #2E2E30;           /* títulos / logo charcoal */
  --text:   #555558;          /* corpo */
  --muted:  #8C8C90;          /* labels / captions */
  --on-dark:#FFFFFF;
  --on-dark-soft:#C2C2C6;

  /* gradientes prata (espelham o site atual) */
  --silver:       linear-gradient(158deg, #FAFAFB 0%, #ECECEF 55%, #DCDCE0 100%);
  --silver-hover: linear-gradient(158deg, #FFFFFF 0%, #F3F3F5 58%, #E7E7EB 100%);
  --silver-hero:  radial-gradient(120% 130% at 50% 0%, #FCFCFD 0%, #ECECEF 60%, #DDDDE1 100%);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --maxw: 1200px;
  --radius: 6px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px; line-height: 1.65;
  color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color 0.18s var(--ease); }
a:hover { color: var(--muted); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; color: var(--ink); line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 0.5em; }
h1 { font-size: clamp(38px, 5.5vw, 60px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: 22px; }
p { margin: 0 0 1em; }
em { font-style: italic; }
.gf-container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.gf-eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }

/* ===================================================================
   Buttons
   =================================================================== */
.gf-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; padding: 13px 26px; border-radius: var(--radius); border: 1px solid var(--ink); cursor: pointer; transition: all 0.2s var(--ease); }
.gf-btn-solid { background: var(--ink); color: var(--on-dark); }
.gf-btn-solid:hover { background: #1c1c1e; color: var(--on-dark); transform: translateY(-1px); }
.gf-btn-outline { background: transparent; color: var(--ink); }
.gf-btn-outline:hover { background: var(--ink); color: var(--on-dark); }
.gf-btn-ghost { border-color: var(--line-2); color: var(--ink); }
.gf-btn-ghost:hover { border-color: var(--ink); }

/* ===================================================================
   Header — logo CENTRADO + nav centrado abaixo (estilo site atual)
   =================================================================== */
.gf-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: transparent; border-bottom: 1px solid transparent; transition: background 0.28s var(--ease), border-color 0.28s var(--ease), box-shadow 0.28s var(--ease); }
.gf-header.scrolled { background: rgba(255,255,255,0.9); backdrop-filter: saturate(180%) blur(12px); border-bottom-color: var(--line); box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.gf-header-inner { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 0; position: relative; }
.gf-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.gf-logo img { height: 46px; width: auto; }
.gf-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 24px; margin: 0 auto; }
.gf-nav a { font-size: 14.5px; font-weight: 500; color: var(--ink); }
.gf-nav a:hover { color: var(--muted); }
.gf-header-cta { flex-shrink: 0; }
.gf-burger { display: none; position: absolute; right: 24px; top: 16px; background: none; border: 0; font-size: 26px; cursor: pointer; color: var(--ink); }

/* ===================================================================
   HERO / above-the-fold — marca + coração com batida no hover
   =================================================================== */
.gf-hero { background: var(--silver-hero); border-bottom: 1px solid var(--line); padding: 124px 0 84px; text-align: center; }
.gf-heart { display: inline-block; cursor: pointer; margin-bottom: 24px; }
.gf-heart img { width: 150px; height: auto; filter: grayscale(100%); transition: transform 0.3s var(--ease); }
.gf-heart:hover img { animation: gf-beat 1s ease-in-out infinite; }
@keyframes gf-beat { 0%,100% { transform: scale(1); } 14% { transform: scale(1.14); } 28% { transform: scale(1); } 42% { transform: scale(1.10); } 56% { transform: scale(1); } }
.gf-hero h1 { font-size: clamp(40px, 6vw, 66px); margin: 0 0 6px; letter-spacing: 0.04em; }
.gf-hero .gf-hero-sub { font-family: var(--font-display); font-size: clamp(20px, 2.4vw, 28px); font-style: italic; color: var(--muted); margin: 0 0 22px; }
.gf-hero-lede { font-size: 18px; color: var(--text); max-width: 36em; margin: 0 auto 28px; }
.gf-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ===================================================================
   CARDS de seção — prata, título uppercase, hover (lift + coração)
   =================================================================== */
.gf-section { padding: 72px 0; }
.gf-section.soft { background: var(--bg-soft); }
.gf-section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.gf-section-head p { color: var(--text); font-size: 18px; margin: 12px 0 0; }

/* carrossel horizontal */
.gf-carousel { position: relative; max-width: 1320px; margin: 0 auto; padding: 0 60px; }
.gf-cards { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x proximity; scroll-behavior: smooth; padding: 10px 4px 18px; scrollbar-width: none; -ms-overflow-style: none; }
.gf-cards::-webkit-scrollbar { display: none; }
.gf-card { position: relative; overflow: hidden; flex: 0 0 290px; height: 410px; scroll-snap-align: start; border: 0; border-radius: 16px; background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; padding: 30px 26px; box-shadow: 0 8px 26px rgba(0,0,0,0.06); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.gf-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(0,0,0,0.13); }
.gf-card-eyebrow { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
.gf-card h3 { font-family: var(--font-sans); font-weight: 700; font-size: 18px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink); margin: 0; line-height: 1.4; }
.gf-card-foot { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
.gf-car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: 0 6px 20px rgba(0,0,0,0.10); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 0; color: var(--ink); transition: all 0.2s var(--ease); }
.gf-car-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.gf-car-prev { left: 8px; } .gf-car-next { right: 8px; }

/* ===================================================================
   Stats
   =================================================================== */
.gf-stats { display: flex; flex-wrap: wrap; gap: 56px; justify-content: center; }
.gf-stat { text-align: center; }
.gf-stat dt { font-family: var(--font-display); font-size: 54px; font-weight: 600; color: var(--ink); line-height: 1; }
.gf-stat dd { margin: 8px 0 0; font-size: 13px; color: var(--muted); letter-spacing: 0.04em; }

/* ===================================================================
   FAQ
   =================================================================== */
.gf-faq { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line); }
.gf-faq details { border-bottom: 1px solid var(--line); }
.gf-faq summary { list-style: none; cursor: pointer; padding: 24px 40px 24px 0; position: relative; font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--ink); }
.gf-faq summary::-webkit-details-marker { display: none; }
.gf-faq summary::after { content: "+"; position: absolute; right: 6px; top: 20px; font-size: 26px; font-weight: 300; color: var(--muted); transition: transform 0.2s var(--ease); }
.gf-faq details[open] summary::after { transform: rotate(45deg); }
.gf-faq details > div { padding: 0 40px 26px 0; color: var(--text); font-size: 16px; }

/* ===================================================================
   Faixa CTA
   =================================================================== */
.gf-ctaband { background: var(--bg-dark); color: var(--on-dark); padding: 76px 0; text-align: center; }
.gf-ctaband h2 { color: var(--on-dark); margin-bottom: 16px; }
.gf-ctaband p { color: var(--on-dark-soft); max-width: 36em; margin: 0 auto 28px; font-size: 18px; }
.gf-ctaband .gf-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.gf-ctaband .gf-btn-solid { background: var(--on-dark); color: var(--ink); border-color: var(--on-dark); }
.gf-ctaband .gf-btn-solid:hover { background: var(--bg-soft); }
.gf-ctaband .gf-btn-outline { color: var(--on-dark); border-color: rgba(255,255,255,0.4); }
.gf-ctaband .gf-btn-outline:hover { background: rgba(255,255,255,0.12); color: var(--on-dark); }

/* ===================================================================
   Page header + prose
   =================================================================== */
.gf-pagehead { background: var(--silver-hero); border-bottom: 1px solid var(--line); padding: 116px 0 56px; text-align: center; }
.gf-crumbs { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.gf-crumbs a { color: var(--muted); } .gf-crumbs a:hover { color: var(--ink); }
.gf-pagehead h1 { margin: 0; }
.gf-pagehead .lede { font-size: 19px; color: var(--text); max-width: 40em; margin: 16px auto 0; }
.gf-draft-flag { display: inline-block; margin-top: 18px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line-2); border-radius: 999px; padding: 5px 14px; }

.gf-prose { max-width: 760px; margin: 0 auto; }
.gf-prose h2 { margin: 1.6em 0 0.5em; }
.gf-prose h3 { margin: 1.4em 0 0.4em; }
.gf-prose p, .gf-prose ul, .gf-prose ol { color: var(--text); }
.gf-prose ul, .gf-prose ol { padding-left: 1.3em; }
.gf-prose li { margin: 0.3em 0; }
.gf-prose a { text-decoration: underline; text-underline-offset: 3px; }
.gf-prose img { border-radius: var(--radius); margin: 1.5em 0; }
.gf-prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 15px; }
.gf-prose th, .gf-prose td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.gf-prose th { background: var(--bg-soft); }
.gf-prose hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }

/* ===================================================================
   Hub de pilar — subtópicos como cards
   =================================================================== */
.gf-hubgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gf-hubcard { position: relative; background: var(--silver); border-radius: 12px; padding: 26px 26px; min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; box-shadow: 0 6px 20px rgba(0,0,0,0.05); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
a.gf-hubcard:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(0,0,0,0.11); }
.gf-hubcard h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.15; }
.gf-hubcard.is-draft { opacity: 0.72; }
.gf-hub-tag { align-self: flex-start; font-family: var(--font-sans); font-size: 10.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 11px; }
.gf-hub-arrow { font-family: var(--font-sans); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); }
.gf-hubcard p { font-size: 14.5px; color: var(--text); margin: 0; line-height: 1.55; }
.gf-hubcard .gf-hub-val { font-family: var(--font-sans); font-size: 16px; font-weight: 600; color: var(--ink); }

/* passos numerados (agendar / referenciar) */
.gf-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gf-step { background: var(--silver); border-radius: 12px; padding: 30px 28px; }
.gf-step-num { font-family: var(--font-display); font-size: 44px; font-weight: 600; color: var(--ink); line-height: 1; }
.gf-step h3 { font-family: var(--font-display); font-size: 21px; font-weight: 600; margin: 12px 0 6px; }
.gf-step p { font-size: 14.5px; color: var(--text); margin: 0; line-height: 1.55; }

/* lista de verificação (o que levar / enviar) */
.gf-checklist { list-style: none; padding: 0; margin: 0; max-width: 720px; }
.gf-checklist li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); color: var(--text); }
.gf-checklist li::before { content: "✓"; position: absolute; left: 4px; top: 13px; font-weight: 700; color: var(--ink); }

/* ===================================================================
   Blog
   =================================================================== */
.gf-bloglist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gf-blogcard { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg); display: flex; flex-direction: column; transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease); }
.gf-blogcard:hover { box-shadow: 0 14px 36px rgba(0,0,0,0.08); transform: translateY(-3px); }
.gf-blogcard-img { aspect-ratio: 16/10; background: var(--silver); object-fit: cover; width: 100%; filter: grayscale(100%); }
.gf-blogcard-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.gf-blogcard-date { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.gf-blogcard h3 { font-size: 20px; margin: 0; }
.gf-blogcard-excerpt { font-size: 14px; color: var(--text); margin: 0; }

/* ===================================================================
   Mídia — cards de aparições
   =================================================================== */
.gf-mediagrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gf-mediacard { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg); display: flex; flex-direction: column; transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease); }
.gf-mediacard:hover { box-shadow: 0 16px 40px rgba(0,0,0,0.10); transform: translateY(-3px); }
.gf-mediacard-thumb { aspect-ratio: 16/9; width: 100%; object-fit: cover; background: var(--silver); filter: grayscale(100%); transition: filter 0.35s var(--ease); }
.gf-mediacard:hover .gf-mediacard-thumb { filter: grayscale(0); }
.gf-mediacard-press { aspect-ratio: 16/9; background: var(--silver); display: flex; align-items: center; justify-content: center; }
.gf-mediacard-press img { width: 54px; height: auto; opacity: 0.45; filter: grayscale(100%); }
.gf-mediacard:hover .gf-mediacard-press img { animation: gf-beat 1s ease-in-out infinite; }
.gf-mediacard-body { padding: 20px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.gf-mediacard-outlet { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.gf-mediacard h3 { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.25; }
.gf-mediacard-link { margin-top: auto; font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--ink); }

/* ===================================================================
   Footer
   =================================================================== */
.gf-footer { background: var(--bg-dark); color: var(--on-dark-soft); padding: 64px 0 30px; }
.gf-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.gf-footer h4 { font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark); margin: 0 0 16px; }
.gf-footer a { color: var(--on-dark-soft); display: block; font-size: 14.5px; padding: 4px 0; }
.gf-footer a:hover { color: var(--on-dark); }
.gf-footer-brand img { height: 46px; filter: grayscale(100%) brightness(2.4); margin-bottom: 14px; }
.gf-footer-brand p { font-size: 14.5px; color: var(--on-dark-soft); max-width: 30ch; }
.gf-footer-base { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--muted); }
.gf-footer-base a { display: inline; color: var(--muted); }

/* ===================================================================
   HOME — narrativa em painéis com scroll-snap
   Vermelho em 3 tons, usado só onde há "vida" (batimento, números, hover).
   =================================================================== */
:root {
  --red:        #C0392B;  /* cardinal — linha do ECG */
  --red-deep:   #8B1E2D;  /* bordô — números, filetes */
  --red-soft:   #E8635A;  /* coral — só em hover */
}

/* trilho de progresso */
.gf-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 120; background: transparent; pointer-events: none; }
.gf-progress-bar { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red-deep), var(--red)); transition: width 0.1s linear; }

/* dial lateral 01..08 */
.gf-dial { position: fixed; right: 26px; top: 50%; transform: translateY(-50%); z-index: 110; display: flex; flex-direction: column; gap: 14px; }
.gf-dial-item { display: flex; align-items: center; gap: 10px; background: none; border: 0; cursor: pointer; padding: 2px 0; opacity: 0.45; transition: opacity 0.25s var(--ease); }
.gf-dial-item:hover, .gf-dial-item.is-active { opacity: 1; }
.gf-dial-num { font-family: var(--font-mono, var(--font-sans)); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; color: var(--muted); order: 2; }
.gf-dial-item.is-active .gf-dial-num { color: var(--red-deep); }
.gf-dial-dot { order: 3; width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--line-2); background: transparent; transition: all 0.25s var(--ease); }
.gf-dial-item.is-active .gf-dial-dot { background: var(--red); border-color: var(--red); transform: scale(1.25); }
.gf-dial-label { order: 1; font-size: 11px; letter-spacing: 0.06em; color: var(--muted); opacity: 0; transform: translateX(6px); transition: all 0.25s var(--ease); white-space: nowrap; }
.gf-dial-item:hover .gf-dial-label { opacity: 1; transform: none; }

/* palco: vídeo do coração fixo atrás dos painéis */
.gf-story { position: relative; }
.gf-story-stage { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: var(--bg); }
.gf-story-stage video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 62vmin; width: 62vmin; filter: grayscale(100%) contrast(1.05); }
.gf-stage-veil { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.86) 55%, #fff 100%); }

/* painéis */
.gf-panel { min-height: 100vh; display: flex; align-items: center; padding: 96px 24px; position: relative; }
.gf-panel-inner { max-width: 560px; width: 100%; }
.gf-panel-center { justify-content: center; text-align: center; }
.gf-panel-center .gf-panel-inner { max-width: 760px; margin: 0 auto; }
.gf-panel-left  { justify-content: flex-start; }
.gf-panel-right { justify-content: flex-end; }
.gf-panel-left .gf-panel-inner, .gf-panel-right .gf-panel-inner { margin: 0 clamp(0px, 8vw, 140px); }
.gf-panel-split .gf-panel-inner { max-width: 1120px; margin: 0 auto; }

.gf-kicker { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px; }
.gf-kicker::before { content: ""; display: inline-block; width: 18px; height: 1px; background: var(--red-deep); vertical-align: middle; margin-right: 10px; }
.gf-panel h1.gf-display, .gf-panel h2.gf-display { font-family: var(--font-display); font-weight: 600; color: var(--ink); line-height: 1.03; letter-spacing: -0.02em; margin: 0 0 22px; }
.gf-panel h1.gf-display { font-size: clamp(44px, 7vw, 104px); }
.gf-panel h2.gf-display { font-size: clamp(34px, 5vw, 72px); }
.gf-panel .gf-display em { font-style: italic; }
.gf-panel p { font-size: 17px; line-height: 1.6; color: var(--text); margin: 0 0 14px; }
.gf-lede { font-size: 18px !important; max-width: 40em; margin-left: auto; margin-right: auto; }
.gf-panel-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.gf-panel-center .gf-panel-actions { justify-content: center; }

/* ECG — a linha vermelha que se desenha */
.gf-ecg { display: block; width: min(420px, 80%); height: 68px; margin: 6px auto 20px; color: var(--red); }
.gf-panel-center .gf-ecg { margin-left: auto; margin-right: auto; }
.gf-ecg path { stroke-dasharray: 900; stroke-dashoffset: 900; }
.gf-panel.is-visible .gf-ecg path { animation: gf-draw 2.1s var(--ease) forwards; }
@keyframes gf-draw { to { stroke-dashoffset: 0; } }

/* só para leitores de tela / SEO — invisível na tela */
.gf-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* número grande (trajetória) — é um <h2> com aparência de número */
.gf-bignum { font-family: var(--font-display); font-size: clamp(88px, 15vw, 190px) !important; font-weight: 600; line-height: 0.9; color: var(--ink); letter-spacing: -0.03em; margin: 0 0 18px !important; }
.gf-bignum em { font-style: normal; font-size: 0.22em; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-left: 12px; vertical-align: super; }

.gf-tracklist { list-style: none; padding: 0; margin: 26px 0 0; }
.gf-tracklist li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; color: var(--text); display: flex; justify-content: space-between; gap: 18px; }
.gf-tracklist span { color: var(--muted); font-size: 13px; white-space: nowrap; }

/* painéis das 3 frentes */
.gf-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 80px); align-items: center; }
.gf-split-img img { width: 100%; max-width: 420px; margin: 0 auto; filter: grayscale(100%) drop-shadow(0 24px 40px rgba(0,0,0,0.14)); transition: transform 0.5s var(--ease); }
.gf-panel.is-visible .gf-split-img img { animation: gf-float 6s ease-in-out infinite; }
@keyframes gf-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.gf-ticks { list-style: none; padding: 0; margin: 18px 0 26px; }
.gf-ticks li { position: relative; padding: 7px 0 7px 26px; font-size: 15px; color: var(--text); }
.gf-ticks li::before { content: ""; position: absolute; left: 0; top: 15px; width: 10px; height: 1px; background: var(--red); }

/* unidades */
.gf-units { list-style: none; padding: 0; margin: 24px 0 0; counter-reset: u; }
.gf-units li { display: flex; align-items: baseline; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.gf-unit-n { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: var(--red-deep); }
.gf-units strong { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--ink); }
.gf-units em { font-style: normal; font-size: 13.5px; color: var(--muted); }
.gf-unit-city { margin-left: auto; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.gf-note { font-size: 14px !important; color: var(--muted) !important; margin-top: 20px !important; }

.gf-channels { display: flex; gap: 34px; justify-content: center; flex-wrap: wrap; margin-top: 30px !important; font-size: 13.5px !important; color: var(--muted) !important; }
.gf-channels strong { color: var(--ink); }

.gf-scrollhint { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 90; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); transition: opacity 0.4s var(--ease); }
.gf-scrollhint.is-hidden { opacity: 0; }

/* hover: o coração ganha um leve rubor */
.gf-heart:hover img { filter: grayscale(60%) sepia(18%) hue-rotate(-15deg) saturate(1.5); }

@media (max-width: 900px) {
  .gf-dial { display: none; }
  .gf-split { grid-template-columns: 1fr; text-align: center; }
  .gf-split-img { order: -1; }
  .gf-split-img img { max-width: 240px; }
  .gf-ticks li { padding-left: 0; } .gf-ticks li::before { display: none; }
  .gf-panel-left .gf-panel-inner, .gf-panel-right .gf-panel-inner { margin: 0; }
  .gf-panel { padding: 88px 22px; text-align: center; }
  .gf-tracklist li, .gf-units li { flex-direction: column; gap: 4px; align-items: center; }
  .gf-unit-city { margin-left: 0; }
  .gf-story-stage video { width: 96vmin; min-width: 96vmin; }
}

/* snap só no desktop e com movimento permitido (no mobile atrapalha) */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  html.gf-js.gf-snap { scroll-snap-type: y proximity; }
  html.gf-js.gf-snap .gf-panel { scroll-snap-align: center; scroll-snap-stop: normal; }
  html.gf-js .gf-panel .gf-panel-inner { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
  html.gf-js .gf-panel.is-visible .gf-panel-inner { opacity: 1; transform: none; }
}

/* ===================================================================
   Scroll reveal — só quando há JS (html.gf-js) e movimento permitido
   =================================================================== */
@media (prefers-reduced-motion: no-preference) {
  html.gf-js .gf-section-head,
  html.gf-js .gf-stats,
  html.gf-js .gf-faq,
  html.gf-js .gf-bloglist,
  html.gf-js .gf-prose,
  html.gf-js .gf-ctaband .gf-container {
    opacity: 0; transform: translateY(26px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  }
  html.gf-js .gf-anim-in { opacity: 1 !important; transform: none !important; }
}

/* ===================================================================
   Responsivo
   =================================================================== */
@media (max-width: 980px) {
  .gf-bloglist, .gf-hubgrid, .gf-mediagrid { grid-template-columns: repeat(2, 1fr); }
  .gf-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .gf-nav { display: none; }
  .gf-burger { display: block; }
  .gf-nav.open { display: flex; flex-direction: column; gap: 0; width: 100%; }
  .gf-nav.open a { padding: 12px 0; border-bottom: 1px solid var(--line); width: 100%; text-align: center; }
  .gf-cards, .gf-bloglist, .gf-hubgrid, .gf-mediagrid, .gf-steps, .gf-footer-grid { grid-template-columns: 1fr; }
  .gf-section { padding: 50px 0; }
  .gf-stats { gap: 30px; }
  .gf-heart img { width: 120px; }
}
