/*
Theme Name: Grupo Frinense
Theme URI: https://grupofrinense.com.br
Author: Grupo Frinense
Description: Tema institucional do Grupo Frinense — Do campo à mesa do Brasil. Desde 1974.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: frinense
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

/* =============================================
   VARIÁVEIS
============================================= */
:root {
  --vermelho:      #C8121A;
  --vermelho-dark: #a80e14;
  --amarelo:       #F5C518;
  --amarelo-dark:  #7a4a00;
  --branco:        #ffffff;
  --font-display:  'Bebas Neue', cursive;
  --font-body:     'DM Sans', sans-serif;
}

/* =============================================
   RESET
============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: var(--font-body); background: var(--vermelho); color: #fff; overflow-x: hidden; }
a     { text-decoration: none; color: inherit; }
img   { max-width: 100%; height: auto; display: block; }

/* =============================================
   LOADER
============================================= */
#frinense-loader {
  position: fixed; inset: 0; background: var(--vermelho);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity .6s ease, visibility .6s ease;
}
#frinense-loader.saindo { opacity: 0; visibility: hidden; }
.loader-logo-box {
  width: 96px; height: 96px; background: transparent; border-radius: 1rem;
  display: flex; align-items: center; justify-content: center;
  /*box-shadow: 0 8px 40px rgba(0,0,0,0.3);*/ overflow: hidden;
  animation: loaderPulse 1.6s ease-in-out infinite;
}
.loader-logo-box img { width: 100%; height: 100%; object-fit: contain; }
.loader-tagline { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 28px; }
.loader-bar-track { width: 120px; height: 2px; background: rgba(255,255,255,0.15); border-radius: 2px; margin-top: 20px; overflow: hidden; }
.loader-bar-fill  { height: 100%; width: 0; background: var(--amarelo); border-radius: 2px; animation: loaderBar 1.8s ease forwards; }
@keyframes loaderPulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.04)} }
@keyframes loaderBar   { 0%{width:0} 60%{width:75%} 100%{width:100%} }

/* =============================================
   LAYOUT HOMEPAGE
============================================= */
.frinense-layout {
  display: flex;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}

/* =============================================
   SIDEBAR (desktop)
============================================= */
.sidebar {
  width: 225px;
  flex-shrink: 0;
  background: var(--vermelho);
  display: none; /* oculta por padrão — aparece só no desktop */
  flex-direction: column;
  z-index: 50;
}

/* Desktop: mostra sidebar da HOMEPAGE, esconde mobile-header */
/* desktop sidebar — ver bloco consolidado no final */
.sidebar-logo {
  padding: 16px 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.site-logo-box {
  width: 130px; 
  height: 130px; 
  background: transparent; 
  border-radius: 14px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  /* box-shadow: 0 6px 24px rgba(0,0,0,0.25);  */
  overflow: hidden;
  margin:auto;
}
.site-logo-box img { width: 100%; height: 100%; object-fit: contain; }

.sidebar-nav { padding: 20px 0; flex: 1; overflow-y: auto; }
.nav-link {
  display: block; padding: 10px 18px;
  font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
  color: #FFF; border-left: 3px solid transparent;
  transition: all .15s;
}
.nav-link:hover, .nav-link.active { color: #fff; background: rgba(255,255,255,0.08); border-left-color: var(--amarelo); }

/* =============================================
   COLS AREA — contém watermark + colunas
============================================= */
.cols-area {
  flex: 1; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}

/* MARCA D'ÁGUA ÚNICA */
.watermark {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(80px, 12vw, 160px);
  font-style: italic;
  letter-spacing: 6px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.25);
  pointer-events: none;
  z-index: 10;
  user-select: none;
  line-height: 1;
}

/* =============================================
   COLUNAS DE MARCAS
============================================= */
.marcas-cols {
  display: flex;
  flex: 1;
  height: 100%;
}

.marca-col {
  flex: 1; position: relative; overflow: hidden;
  cursor: pointer; display: block; text-decoration: none;
  transition: flex .5s cubic-bezier(.4,0,.2,1);
}
.marca-col:hover { flex: 2.5; }
.marca-col + .marca-col { border-left: 1px solid rgba(0,0,0,0.2); }

/* Fundo */
.marca-col__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: filter .4s ease;
  filter: grayscale(100%) brightness(0.55);
}
.marca-col:hover .marca-col__bg { filter: grayscale(0%) brightness(0.65); }

/* Barra amarela topo */
.marca-col__top-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--amarelo); z-index: 4;
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.marca-col:hover .marca-col__top-bar { transform: scaleX(1); }

/* Faixa do logo da marca */
.marca-col__brand-bar {
  position: absolute; top: 0; left: 0; right: 0;
  min-height: 88px; padding: 10px 10px 8px;
  display: flex; align-items: center; justify-content: center;
  background: lightgray; z-index: 3;
  transition: background .4s;
}
.marca-col:hover .marca-col__brand-bar { background: rgba(245,197,24,0.92); }

.marca-col__logo-img {
  max-height: 60px; max-width: 90%; object-fit: contain;
  filter: grayscale(100%) brightness(2);
  transition: filter .4s;
}
.marca-col:hover .marca-col__logo-img { filter: none; }

.marca-col__brand-name {
  font-family: var(--font-display);
  font-size: 18px; letter-spacing: 2px;
  color: rgba(255,255,255,0.55); text-align: center; line-height: 1.1;
  transition: color .4s; text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.marca-col:hover .marca-col__brand-name { color: var(--vermelho); text-shadow: none; }

/* Info embaixo */
.marca-col__info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 14px 14px 18px; z-index: 3;
}
.marca-col__cat {
  font-family: var(--font-display);
  font-size: 22px; letter-spacing: 3px;
  color: #fff; text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8); display: block;
}
.marca-col__linha {
  width: 0; height: 3px; background: var(--amarelo);
  margin-top: 6px; transition: width .35s .05s;
}
.marca-col:hover .marca-col__linha { width: 36px; }

/* =============================================
   MOBILE HEADER (substitui sidebar no mobile)
============================================= */
.mobile-header {
  display: none; /* visível só em tablet/mobile via media query */
  background: var(--vermelho);
  align-items: center; justify-content: space-between;
  padding: 12px 16px;
  /* border-bottom: 1px solid rgba(255,255,255,0.15); */
}
.mobile-logo-box {
  width: 52px; height: 52px; background: transparent; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.mobile-logo-box img { width: 100%; height: 100%; object-fit: contain; }

/* FAIXA WATERMARK MOBILE */
.mobile-wm-band {
  display: none; /* visível só no mobile */
  background: var(--vermelho);
  align-items: center; justify-content: center;
  padding: 8px 0 10px; overflow: hidden;
}
.mobile-wm-text {
  font-family: var(--font-display);
  font-size: 52px; font-style: italic; letter-spacing: 5px;
  color: transparent;
  -webkit-text-stroke: 1.8px rgba(255,255,255,0.4);
  user-select: none; line-height: 1;
}

/* =============================================
   HAMBÚRGUER
============================================= */
.hamburger-btn {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.15); border: none; border-radius: 50%;
  cursor: pointer; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  backdrop-filter: blur(4px); transition: background .2s; padding: 0; flex-shrink: 0;
}
.hamburger-btn:hover { background: rgba(255,255,255,0.25); }
.hamburger-btn span  { display: block; height: 2px; background: #fff; border-radius: 2px; transition: all .35s cubic-bezier(.4,0,.2,1); }
.hamburger-btn span:nth-child(1) { width: 20px; }
.hamburger-btn span:nth-child(2) { width: 14px; }
.hamburger-btn span:nth-child(3) { width: 20px; }
.hamburger-btn.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 20px; }
.hamburger-btn.is-open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger-btn.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 20px; }

/* =============================================
   OFFCANVAS
============================================= */
.offcanvas-backdrop {
  position: fixed; inset: 0; z-index: 998; visibility: hidden;
  background: rgba(0,0,0,0); transition: background .35s ease, visibility .35s ease;
}
.offcanvas-backdrop.is-open { visibility: visible; background: rgba(0,0,0,0.55); }

.offcanvas {
  position: fixed; top: 0; right: 0; bottom: 0; width: 320px;
  background: var(--vermelho-dark); z-index: 999;
  transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; overflow-y: auto;
}
.offcanvas.is-open { transform: translateX(0); }

.offcanvas-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 28px; flex-shrink: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.offcanvas-title { font-family: var(--font-display); font-size: 22px; letter-spacing: 2px; color: #fff; }
.offcanvas-close {
  width: 36px; height: 36px; background: rgba(255,255,255,0.1);
  border: none; border-radius: 50%; color: #fff; font-size: 15px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.offcanvas-close:hover { background: rgba(255,255,255,0.2); }

.offcanvas-nav { flex: 1; padding: 8px 0; }
.offcanvas-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; font-size: 13px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color .15s, background .15s;
}
.offcanvas-nav a:hover { color: #fff; background: rgba(255,255,255,0.07); }
.offcanvas-nav a .arrow { font-size: 13px; opacity: .4; transition: opacity .15s, transform .15s; }
.offcanvas-nav a:hover .arrow { opacity: 1; transform: translateX(4px); }

.offcanvas-marcas { padding: 20px 28px; flex-shrink: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.offcanvas-marcas-titulo { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.marca-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.1); border-radius: 20px;
  padding: 6px 12px; font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.8); margin: 0 6px 8px 0;
  transition: background .15s, color .15s;
}
.marca-pill:hover { background: rgba(255,255,255,0.2); color: #fff; }
.marca-pill .dot  { width: 7px; height: 7px; border-radius: 50%; background: var(--amarelo); flex-shrink: 0; }

.offcanvas-footer { display: flex; gap: 10px; padding: 20px 28px; flex-shrink: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.soc {
  width: 36px; height: 36px; border-radius: 50%;
  border: none; color: #fff; font-size: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: background .2s;
}
.soc:hover  { border-color: var(--amarelo); color: var(--amarelo); }
/* .soc--ig    { background: linear-gradient(135deg,rgba(193,53,132,0.4),rgba(88,81,219,0.4)); }
.soc--yt    { background: rgba(255,0,0,0.25); } */

/* =============================================
   NAV PÁGINAS INTERNAS
============================================= */
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px; position: relative; z-index: 100;
}
.nav-social-icons { display: flex; gap: 10px; }
.social-icon {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid transparent;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #fff; cursor: pointer;
  backdrop-filter: blur(4px); transition: background .2s;
}
 .social-icon:hover        { border-color: var(--amarelo); color: var(--amarelo); }
/*.social-icon--instagram   { background: linear-gradient(135deg,rgba(193,53,132,0.4),rgba(88,81,219,0.4)); }
.social-icon--youtube     { background: rgba(255,0,0,0.25); } */
.social-icon i            { font-size: 14px; line-height: 1; }
.site-logo-wrap           { text-align: center; }

/* =============================================
   CONTEÚDO INTERNO
============================================= */
.site-content { padding: 40px; min-height: 60vh; color: #000; background-color: #FFF; }
.site-content h1,.site-content h2,.site-content h3 { font-family: var(--font-display); letter-spacing: 2px; margin-bottom: 16px; }
.site-content p { font-size: 15px; line-height: 1.7; margin-bottom: 16px; font-weight: 300; }

/* =============================================
   Formulário de contato
============================================= */

.frm-contato input,
.frm-contato textarea { padding: 6px 10px; border-radius: 5px; border: 1px solid #000; } 

/* Container do formulário */
.jet-form-builder {
    max-width: 700px;
    width: 100%;
    margin: 0;
    border-radius: 16px;
}

/* Labels */
.jet-form-builder label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

/* Inputs, textarea e select */
.jet-form-builder input,
.jet-form-builder textarea,
.jet-form-builder select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f9f9f9;
    margin-bottom: 20px;
}

/* Hover */
.jet-form-builder input:hover,
.jet-form-builder textarea:hover,
.jet-form-builder select:hover {
    border-color: #999;
}

/* Focus */
.jet-form-builder input:focus,
.jet-form-builder textarea:focus,
.jet-form-builder select:focus {
    outline: none;
    border-color: #4f46e5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(79,70,229,0.15);
}

/* Placeholder */
.jet-form-builder ::placeholder {
    color: #999;
}

/* Botão */
.jet-form-builder button[type="submit"] {
  text-align: center;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #4f46e5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover botão */
.jet-form-builder button[type="submit"]:hover {
    background: #3730a3;
    transform: translateY(-2px);
}

/* Mensagens */
.jet-form-builder .jet-form-builder__message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
}

/* Responsivo */
@media (max-width: 768px) {
    .jet-form-builder {
        padding: 20px;
    }
}


/* -------------- PAGE CONFIRMATION --------------------------------- */

/* Fundo */
.success-wrapper{
    min-height:100vh;
    display:flex;
    align-items:left;
    justify-content:center;
    padding:40px 20px;
   
}

/* Card */
.success-card{
    width:100%;
    max-width:620px;
    background:#fff;
    border-radius:24px;
    padding:60px 50px;
    text-align:center;
    animation:cardFade .7s ease;
}

/* Badge */
.success-badge{
    display:inline-block;
    padding:8px 14px;
    border-radius:999px;
    background:#ecfdf5;
    color:#16a34a;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:24px;
}

/* Título */
.success-card h1{
    font-size:38px;
    color:#0f172a;
    margin-bottom:18px;
    line-height:1.2;
}

/* Texto */
.success-card p{
    font-size:17px;
    line-height:1.7;
    color:#64748b;
    margin-bottom:38px;
}

/* SVG */
.success-icon{
    width:130px;
    margin:0 auto 30px;
}

.success-icon svg{
    width:100%;
    height:auto;
}

/* Círculo */
.circle{
    fill:none;
    stroke:#22c55e;
    stroke-width:6;
    stroke-linecap:round;
    stroke-dasharray:350;
    stroke-dashoffset:350;
    animation:drawCircle 1s ease forwards;
}

/* Check */
.check{
    fill:none;
    stroke:#22c55e;
    stroke-width:7;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:120;
    stroke-dashoffset:120;
    animation:drawCheck .6s ease forwards;
    animation-delay:.9s;
}

/* Botões */
.success-actions{
    display:flex;
    gap:16px;
    justify-content:center;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    padding:14px 26px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

/* Botão principal */
.btn-primary{
    background:#4f46e5;
    color:#fff;
}

.btn-primary:hover{
    background:#3730a3;
    transform:translateY(-2px);
}

/* Botão secundário */
.btn-secondary{
    border:1px solid #cbd5e1;
    color:#334155;
    background:#fff;
}

.btn-secondary:hover{
    background:#f8fafc;
}

/* Animações */
@keyframes drawCircle{
    to{
        stroke-dashoffset:0;
    }
}

@keyframes drawCheck{
    to{
        stroke-dashoffset:0;
    }
}

@keyframes cardFade{
    from{
        opacity:0;
        transform:translateY(25px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Mobile */
@media(max-width:768px){

    .success-card{
        padding:40px 28px;
    }

    .success-card h1{
        font-size:30px;
    }

    .success-card p{
        font-size:15px;
    }

    .success-actions{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
    }

}

/* =============================================
   FOOTER
============================================= */
.site-footer {
  padding: 20px 40px 24px; display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.12); margin-top: 4px;
}
.footer-copy     { font-size: 11px;  letter-spacing: 1px; }
.footer-sociais  { display: flex; gap: 8px; }
.footer-social-icon {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: rgba(255,255,255,0.5); cursor: pointer;
  text-decoration: none; transition: border-color .2s, color .2s;
}
.footer-social-icon:hover { border-color: var(--amarelo); color: var(--amarelo); }
.footer-social-icon i { font-size: 13px; line-height: 1; }

/* =============================================

/* =============================================
   LAYOUT PÁGINAS INTERNAS (desktop: sidebar + conteúdo)
============================================= */
.inner-layout {
  display: flex;
  min-height: 100vh;
  background: #fff;
}

/* Sidebar lateral — desktop */
.inner-sidebar {
  width: 200px;
  flex-shrink: 0;
  background: var(--vermelho);
  display: none; /* oculta por padrão — aparece só no desktop */
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 50;
}

/* Desktop: mostra inner-sidebar, esconde topbar */
/* desktop inner-sidebar — ver bloco consolidado no final */

.inner-sidebar__logo {
  padding: 20px 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Coluna direita — recebe topbar + conteúdo */
.inner-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100vh;
}

/* Topbar tablet/mobile — oculto no desktop */
.inner-topbar {
  display: none;
  background: var(--vermelho);
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.inner-topbar__logo { display: flex; align-items: center; }
.site-logo-box--sm  { width: 52px; height: 52px; }

.inner-topbar__socials {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

/* Área de conteúdo — filho de inner-main */
.inner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
}

/* Conteúdo interno */
.site-content {
  flex: 1;
  padding: 40px 48px;
  background: #fff;
  color: #000;
}

/* Página interna thumbnail */
.page-thumbnail {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
}

/* Single marca */
.marca-single__hero {
  position: relative;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
}
.marca-single__hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
}
.marca-single__hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.marca-single__hero-info {
  position: absolute; bottom: 24px; left: 24px;
}
.marca-single__tag {
  display: inline-block;
  background: var(--amarelo); color: var(--amarelo-dark);
  font-size: 11px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; padding: 5px 12px;
  border-radius: 20px; margin-bottom: 10px;
}
.marca-single__title {
  font-family: var(--font-display);
  font-size: 48px; letter-spacing: 2px;
  color: #fff; line-height: 1;
}
.marca-single__back { margin-top: 32px; }
.btn-back {
  display: inline-block;
  background: var(--vermelho); color: #fff;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  padding: 10px 20px; border-radius: 24px; font-weight: 500;
  transition: background .2s;
}
.btn-back:hover { background: var(--vermelho-dark); color: #fff; }

/* Footer nas páginas internas */
.site-footer {
  padding: 20px 48px 24px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  color: #000;
}
.footer-copy { font-size: 11px; color: rgba(0,0,0,0.4); letter-spacing: 1px; }
.footer-sociais { display: flex; gap: 8px; }
.footer-social-icon {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: rgba(0,0,0,0.4); cursor: pointer;
  text-decoration: none; transition: border-color .2s, color .2s;
}
.footer-social-icon:hover { border-color: var(--vermelho); color: var(--vermelho); }
.footer-social-icon i { font-size: 13px; line-height: 1; }
/*=============================================
   RESPONSIVO — TABLET
============================================= */
@media (max-width: 1279px) {

  /* ---- HOMEPAGE tablet ---- */
  .frinense-layout {
    flex-direction: column;
    height: 100vh;
    min-height: 100vh;
  }

  /* Esconde sidebar lateral — !important garante sobrescrita */
  .frinense-layout .sidebar { display: none; }

  /* Mostra mobile-header com hambúrguer */
  .mobile-header {
    display: flex;
    flex-shrink: 0;
  }

  /* Faixa watermark: oculta no tablet, aparece só no mobile */
  .mobile-wm-band { display: none; }

  /* cols-area ocupa o restante da altura */
  .cols-area {
    flex: 1;
    display: flex;
    min-height: 0;         /* permite encolher dentro do flex */
  }

  /* Colunas accordion horizontal — igual ao desktop */
  .marcas-cols {
    display: flex;
    flex: 1;
    height: 100%;
  }

  .marca-col        { flex: 1; height: auto; }
  .marca-col:hover  { flex: 2.5; }

  .marca-col + .marca-col {
    border-left: 1px solid rgba(0,0,0,0.2);
    border-top: none;
  }

  /* Watermark visível mas menor */
  .watermark { font-size: clamp(60px, 10vw, 110px); }

  /* ---- INNER LAYOUT tablet ---- */
  .inner-layout     { flex-direction: column; }
  .inner-sidebar    { display: none; }
  .inner-topbar     { display: flex; }
  .inner-topbar__socials { display: none; }
  .site-content     { padding: 28px; }
  .site-footer      { padding: 16px 28px; }
  .marca-single__hero  { height: 260px; }
  .marca-single__title { font-size: 36px; }
}
/* =============================================
   RESPONSIVO — MOBILE (< 600px)
============================================= */
@media (max-width: 600px) {
  .frinense-layout { flex-direction: column; height: auto; min-height: 100vh; }

  /* Esconde sidebar desktop */
  .sidebar { display: none; }

  /* Mostra mobile header */
  .mobile-header { display: flex; }

  /* Mostra faixa watermark */
  .mobile-wm-band { display: flex; }

  /* Watermark desktop some (a faixa mobile substitui) */
  .watermark { display: none; }

  /* Colunas empilhadas */
  .marcas-cols { display: flex; flex-direction: column; height: auto; }
  .marca-col   { flex: none !important; height: 168px; }
  .marca-col + .marca-col { border-left: none; border-top: 1px solid rgba(0,0,0,0.2); }
  .marca-col:hover { flex: none; }
  .marca-col .marca-col__logo-img { filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)); }

  .marca-col__brand-bar { min-height: 60px; justify-content: left; background: none; }
  .marca-col__brand-name { font-size: 15px; }
  .marca-col__cat  { font-size: 17px; }

  .site-footer { flex-direction: column; gap: 12px; text-align: center; padding: 16px 20px; }
  .site-nav     { padding: 14px 20px; }
}

/* inner-layout tablet — consolidado no bloco @media (max-width: 1279px) acima */

/* =============================================
   INNER LAYOUT — MOBILE (≤ 600px)
============================================= */
@media (max-width: 600px) {
  .site-content { padding: 20px 16px; }

  .site-footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 16px;
  }

  .marca-single__hero  { height: 200px; border-radius: 10px; }
  .marca-single__title { font-size: 28px; }
  .marca-single__hero-info { bottom: 16px; left: 16px; }
}

/* =============================================
   DESKTOP (> 1279px) — sidebar aparece, hambúrguer some
   Este bloco DEVE ficar no final para ter precedência
============================================= */
@media (min-width: 1280px) {

  /* Homepage */
  .frinense-layout .sidebar       { display: flex !important; }
  .frinense-layout .mobile-header { display: none !important; }
  .frinense-layout .mobile-wm-band { display: none !important; }

  /* Páginas internas */
  .inner-sidebar { display: flex !important; }
  .inner-topbar  { display: none !important; }
}

/* =============================================
   PÁGINA DE MARCAS (template)
============================================= */
.marcas-page__title {
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 12px;
}

.marcas-page__intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 32px;
  max-width: 680px;
}

.marcas-page__content {
  margin-bottom: 40px;
  color: #333;
}

.marcas-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.marcas-page__card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.marcas-page__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.14);
}

.marcas-page__card-bg {
  height: 200px;
  overflow: hidden;
}

.marcas-page__card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.marcas-page__card:hover .marcas-page__card-bg img {
  transform: scale(1.04);
}

.marcas-page__card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.marcas-page__card-logo {
  max-height: 48px;
  object-fit: contain;
  margin-bottom: 4px;
}

.marcas-page__card-tag {
  display: inline-block;
  background: var(--vermelho);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  width: fit-content;
}

.marcas-page__card-name {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 1px;
  color: #111;
  line-height: 1;
}

.marcas-page__card-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  flex: 1;
}

.marcas-page__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vermelho);
  margin-top: 8px;
  transition: gap .2s;
}

.marcas-page__card:hover .marcas-page__card-cta {
  gap: 10px;
}

@media (max-width: 600px) {
  .marcas-page__grid  { grid-template-columns: 1fr; }
  .marcas-page__title { font-size: 30px; }
}

/* =============================================
   EM CONSTRUÇÃO
============================================= */
.em-construcao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 60vh;
  gap: 20px;
}

.em-construcao__logo img {
  max-height: 120px;
  max-width: 280px;
  object-fit: contain;
}

.em-construcao__title {
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: 2px;
  color: #111;
}

.em-construcao__texto {
  font-size: 16px;
  color: #888;
  letter-spacing: 2px;
  text-transform: uppercase;
}