/*
Theme Name: TrendsCred
Theme URI: https://trendscred.com
Author: TrendsCred
Author URI: https://trendscred.com
Description: Tema de blog de culinária, clean e moderno, com hero em collage, mural de artigos, newsletter e ficha de receita. Pronto para AdSense (páginas de Sobre, Contato, Privacidade e Termos).
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
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: trendscred
Tags: blog, food, recipes, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root{
  --blue:#1e6bff;
  --blue-dark:#1856d6;
  --ink:#14161b;
  --body:#2a2f39;
  --muted:#5b626e;
  --faint:#8a919e;
  --bg:#fafaf9;
  --tint:#eef3ff;
  --card:#ffffff;
  --line:rgba(20,22,27,.08);
  --line-2:rgba(20,22,27,.10);
  --line-3:rgba(20,22,27,.12);
  --sans:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --serif:'Newsreader',Georgia,'Times New Roman',serif;
  --wrap:1180px;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:var(--sans);font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
::selection{background:var(--blue);color:#fff}
h1,h2,h3,h4{margin:0;letter-spacing:-.02em;line-height:1.1}
p{margin:0}
button,input,textarea,select{font-family:inherit}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 16px;border-radius:8px;z-index:100}

/* ============================================================
   LAYOUT
   ============================================================ */
.container{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.site{min-height:100vh;display:flex;flex-direction:column}
.site-main{flex:1}
.section{padding:44px 0}
.eyebrow{
  display:inline-block;font-weight:600;font-size:12px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--blue);background:var(--tint);
  padding:7px 13px;border-radius:999px;
}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.section-head h2{font-size:34px;font-weight:800;margin-top:14px}
.section-head .more{font-weight:700;font-size:14.5px;color:var(--blue)}
.center-head{text-align:center;margin-bottom:32px}
.center-head h2{font-size:38px;font-weight:800;margin:14px 0 8px}
.center-head p{max-width:520px;margin:0 auto;font-size:16px;color:var(--muted)}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:700;font-size:15px;padding:14px 24px;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.btn--primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(30,107,255,.28)}
.btn--primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(30,107,255,.34)}
.btn--ghost{background:#fff;color:var(--ink);border-color:var(--line-3)}
.btn--ghost:hover{border-color:var(--blue);color:var(--blue)}
.btn--pill{border-radius:999px;padding:10px 18px;font-size:14.5px}
.btn--sm{padding:12px 20px;font-size:14.5px}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{position:sticky;top:0;z-index:50;background:rgba(250,250,249,.82);
  backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);
  border-bottom:1px solid var(--line)}
.site-header__inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:9px}
.brand__mark{width:30px;height:30px;border-radius:9px;background:var(--blue);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px}
.brand__name{font-size:20px}
.brand__name b{font-weight:800}.brand__name span{font-weight:500}
.brand img.custom-logo{max-height:40px;width:auto}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}
.main-nav a{padding:9px 13px;border-radius:9px;font-weight:600;font-size:14.5px;color:var(--muted);transition:color .15s,background .15s}
.main-nav a:hover,.main-nav .current-menu-item>a,.main-nav .current_page_item>a{color:var(--ink);background:rgba(20,22,27,.04)}
.header-actions{display:flex;align-items:center;gap:10px}
.search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line-2);
  border-radius:999px;padding:8px 14px;width:200px}
.search input{border:none;outline:none;background:transparent;font-size:14px;width:100%;color:var(--ink)}
.search button{border:none;background:transparent;color:var(--faint);font-size:16px;cursor:pointer;padding:0}
.nav-toggle{display:none;background:#fff;border:1px solid var(--line-2);border-radius:10px;width:42px;height:42px;
  align-items:center;justify-content:center;cursor:pointer}
.nav-toggle span{display:block;width:18px;height:2px;background:var(--ink);position:relative}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--ink)}
.nav-toggle span::before{top:-6px}.nav-toggle span::after{top:6px}

/* ============================================================
   HERO
   ============================================================ */
.hero{padding:70px 0 30px}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero__title{font-size:54px;font-weight:800;line-height:1.05;letter-spacing:-.03em}
.hero__text{margin-top:20px;font-size:18px;line-height:1.6;color:var(--muted);max-width:480px}
.hero__cta{margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}
.hero__stats{margin-top:34px;display:flex;gap:34px;flex-wrap:wrap}
.hero__stats .num{font-size:26px;font-weight:800}
.hero__stats .lbl{font-size:13px;color:var(--faint);font-weight:600}
.hero__media{position:relative;min-height:500px}
.hero__blob{position:absolute;top:10px;right:6px;width:88%;height:86%;
  background:linear-gradient(150deg,#4b8bff 0%,var(--blue) 55%,var(--blue-dark) 100%);border-radius:32px}
.hero__squiggle{position:absolute;left:34px;bottom:92px;z-index:4}
.hero__photo{position:absolute;left:16px;top:40px;width:76%;background:#fff;padding:9px;
  border-radius:26px;box-shadow:0 28px 64px rgba(20,22,27,.22)}
.hero__photo img{width:100%;height:420px;object-fit:cover;border-radius:19px}
.hero__chip{position:absolute;z-index:5;background:#fff;border-radius:20px;
  box-shadow:0 16px 32px rgba(20,22,27,.18);display:flex;align-items:center;justify-content:center}
.hero__chip--1{top:22px;right:20px;width:66px;height:66px;font-size:30px}
.hero__chip--2{top:170px;right:-8px;width:74px;height:74px;font-size:34px;border-radius:22px}
.hero__badge{position:absolute;left:-14px;bottom:28px;z-index:6;background:#fff;border-radius:18px;
  box-shadow:0 18px 38px rgba(20,22,27,.20);padding:12px 16px;display:flex;align-items:center;gap:11px}
.hero__badge .ic{width:40px;height:40px;border-radius:50%;background:var(--tint);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}
.hero__badge .t1{font-size:13.5px;font-weight:800;line-height:1.1}
.hero__badge .t2{font-size:11.5px;color:var(--faint);font-weight:600;margin-top:1px}

/* ============================================================
   CATEGORIES
   ============================================================ */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cat-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line-2);
  border-radius:16px;padding:16px 18px;transition:border-color .15s,transform .15s}
.cat-card:hover{border-color:var(--blue);transform:translateY(-2px)}
.cat-card .ic{width:44px;height:44px;flex:none;border-radius:12px;background:var(--tint);
  display:flex;align-items:center;justify-content:center;font-size:22px}
.cat-card .nm{display:block;font-weight:700;font-size:15.5px;color:var(--ink)}
.cat-card .ct{font-size:12.5px;color:var(--faint);font-weight:600}

/* ============================================================
   FEATURES
   ============================================================ */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 1px 2px rgba(20,22,27,.04)}
.feature-card .ic{width:46px;height:46px;border-radius:13px;background:var(--tint);
  display:flex;align-items:center;justify-content:center;font-size:22px}
.feature-card h3{margin:16px 0 6px;font-size:19px;font-weight:800}
.feature-card p{font-size:15px;line-height:1.55;color:var(--muted)}

/* ============================================================
   CATEGORIAS EM CARDS GRANDES
   ============================================================ */
.catbig-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.catbig-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:26px;box-shadow:0 1px 2px rgba(20,22,27,.04);transition:transform .15s,box-shadow .15s,border-color .15s}
.catbig-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(20,22,27,.10);border-color:var(--blue)}
.catbig-card .ic{width:52px;height:52px;border-radius:14px;background:var(--tint);
  display:flex;align-items:center;justify-content:center;font-size:26px}
.catbig-card h3{margin:16px 0 6px;font-size:20px;font-weight:800;color:var(--ink)}
.catbig-card p{margin:0;font-size:14.5px;line-height:1.55;color:var(--muted);flex:1}
.catbig-card .catbig-link{margin-top:16px;font-weight:700;font-size:14px;color:var(--blue)}

/* ============================================================
   CARD (article) + GRID
   ============================================================ */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:18px;overflow:hidden;box-shadow:0 1px 2px rgba(20,22,27,.04);transition:transform .15s,box-shadow .15s}
.card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(20,22,27,.10)}
.card__media{position:relative;height:194px;background:var(--tint);overflow:hidden}
.card__media img{width:100%;height:100%;object-fit:cover}
.card__ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:repeating-linear-gradient(135deg,#eeede8 0 11px,#f5f4ef 11px 22px);
  font-family:ui-monospace,Menlo,monospace;font-size:12px;color:#9aa0ab}
.card__cat{position:absolute;top:13px;left:13px;background:var(--ink);color:#fff;
  font-weight:700;font-size:11.5px;padding:5px 10px;border-radius:999px}
.card__body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.card__title{font-size:18.5px;line-height:1.25;font-weight:800}
.card__excerpt{margin:10px 0 0;font-size:14.5px;line-height:1.55;color:var(--muted);flex:1}
.card__meta{margin-top:16px;font-size:12.5px;color:var(--faint);font-weight:600}

/* ============================================================
   MURAL (featured)
   ============================================================ */
.featured{display:grid;grid-template-columns:1.15fr 1fr;gap:0;background:#fff;border:1px solid var(--line);
  border-radius:22px;overflow:hidden;box-shadow:0 2px 6px rgba(20,22,27,.05);margin-bottom:26px}
.featured__media{position:relative;min-height:340px;background:var(--tint);overflow:hidden}
.featured__media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.featured__cat{position:absolute;top:16px;left:16px;z-index:2;background:var(--ink);color:#fff;
  font-weight:700;font-size:12px;padding:6px 11px;border-radius:999px}
.featured__body{padding:38px 40px;display:flex;flex-direction:column;justify-content:center}
.featured__body .kicker{font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}
.featured__title{margin:12px 0 0;font-family:var(--serif);font-size:32px;line-height:1.15;font-weight:500;letter-spacing:-.01em}
.featured__excerpt{margin:16px 0 0;font-size:16px;line-height:1.6;color:var(--muted)}
.byline{margin-top:22px;display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--faint);font-weight:600;flex-wrap:wrap}
.byline .av{width:30px;height:30px;border-radius:50%;background:var(--tint);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter__inner{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);
  border-radius:26px;padding:52px 48px;position:relative;overflow:hidden}
.newsletter__inner::before{content:"";position:absolute;top:-60px;right:-40px;width:260px;height:260px;
  border-radius:50%;background:rgba(255,255,255,.08)}
.newsletter__grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.newsletter .eyebrow{color:#fff;background:rgba(255,255,255,.16)}
.newsletter h2{margin:16px 0 8px;font-size:32px;line-height:1.15;font-weight:800;color:#fff}
.newsletter__grid>div>p{font-size:16px;line-height:1.6;color:rgba(255,255,255,.85)}
.newsletter__card{background:#fff;border-radius:18px;padding:24px}
.newsletter__card label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}
.field{width:100%;border:1px solid var(--line-3);border-radius:11px;padding:13px 14px;font-size:15px;outline:none;color:var(--ink)}
.field:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,107,255,.12)}
.newsletter__card .btn{width:100%;margin-top:10px}
.newsletter__note{margin-top:10px;font-size:12px;color:var(--faint);text-align:center}
.form-success{text-align:center;padding:14px 4px}
.form-success .big{font-size:34px}
.form-success .t{margin-top:8px;font-size:17px;font-weight:800}
.form-success .s{margin-top:4px;font-size:14px;color:var(--muted)}

/* ============================================================
   SINGLE POST
   ============================================================ */
.post{max-width:760px;margin:0 auto;padding:16px 24px 0}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--faint);font-weight:600;flex-wrap:wrap}
.breadcrumb a{color:var(--blue)}
.badge{display:inline-block;background:var(--ink);color:#fff;font-weight:700;font-size:12px;padding:6px 12px;border-radius:999px}
.post__badge{margin-top:20px}
.post__title{margin:16px 0 0;font-family:var(--serif);font-size:44px;line-height:1.1;font-weight:500;letter-spacing:-.02em}
.post__lead{margin:18px 0 0;font-size:19px;line-height:1.6;color:var(--muted)}
.post__meta{margin:26px 0;display:flex;align-items:center;gap:12px;padding-bottom:26px;border-bottom:1px solid var(--line-2)}
.post__meta .av{width:44px;height:44px;border-radius:50%;background:var(--tint);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-weight:800}
.post__meta .n{font-weight:700}.post__meta .d{color:var(--faint);font-weight:600;font-size:14px}
.post__figure{max-width:920px;margin:0 auto;padding:0 24px}
.post__figure .frame{height:420px;border-radius:22px;overflow:hidden;background:var(--tint)}
.post__figure img{width:100%;height:100%;object-fit:cover}
.post__content{max-width:760px;margin:0 auto;padding:40px 24px 0;font-size:18px;line-height:1.75;color:var(--body)}
.post__content>p{margin:0 0 20px}
.post__content h2{margin:34px 0 14px;font-size:26px;font-weight:800;color:var(--ink)}
.post__content h3{margin:28px 0 12px;font-size:21px;font-weight:800;color:var(--ink)}
.post__content a{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.post__content img{border-radius:16px;margin:10px 0 24px}
.post__content ul,.post__content ol{margin:0 0 20px;padding-left:22px}
.post__content li{margin-bottom:8px}
.post__content blockquote{margin:34px 0;padding:6px 0 6px 24px;border-left:3px solid var(--blue);
  font-family:var(--serif);font-style:italic;font-size:24px;line-height:1.4;color:var(--ink)}

/* recipe card */
.recipe-card{margin:30px 0;background:#fff;border:1px solid var(--line-2);border-radius:20px;
  padding:28px 30px;box-shadow:0 2px 8px rgba(20,22,27,.05)}
.recipe-card .rk{display:flex;align-items:center;gap:8px;font-weight:800;font-size:13px;
  letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}
.recipe-card h3{margin:8px 0 18px;font-size:22px;font-weight:800}
.recipe-meta{display:flex;gap:26px;flex-wrap:wrap;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line)}
.recipe-meta .k{font-size:12px;color:var(--faint);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.recipe-meta .v{font-size:17px;font-weight:800;margin-top:2px}
.recipe-cols{display:grid;grid-template-columns:1fr 1.2fr;gap:28px}
.recipe-cols .hd{font-weight:800;font-size:15px;margin-bottom:12px}
.recipe-ing{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.recipe-ing li{display:flex;gap:10px;font-size:15px;line-height:1.5;color:var(--body)}
.recipe-ing li::before{content:"•";color:var(--blue);font-weight:800}
.recipe-steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;counter-reset:s}
.recipe-steps li{display:flex;gap:12px;font-size:15px;line-height:1.5;color:var(--body);counter-increment:s}
.recipe-steps li::before{content:counter(s);flex:none;width:24px;height:24px;border-radius:50%;
  background:var(--tint);color:var(--blue);font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center}

/* author + related */
.author-box{max-width:760px;margin:36px auto 0;padding:0 24px}
.author-box__inner{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line-2);
  border-radius:18px;padding:22px 24px}
.author-box .av{width:56px;height:56px;border-radius:50%;background:var(--tint);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;flex:none}
.author-box .nm{font-weight:800;font-size:16px}
.author-box .bio{margin-top:3px;font-size:14px;color:var(--muted);line-height:1.5}
.related{max-width:var(--wrap);margin:56px auto 0;padding:0 24px}
.related h2{font-size:26px;font-weight:800;margin-bottom:22px}

/* ============================================================
   ARCHIVE / LISTING
   ============================================================ */
.archive-hero{background:#fff;border-bottom:1px solid var(--line);padding:52px 0}
.archive-hero h1{margin:16px 0 0;font-size:42px;font-weight:800;letter-spacing:-.03em}
.archive-hero p{margin:12px 0 0;font-size:17px;color:var(--muted);max-width:560px}
.filter-chips{margin-top:24px;display:flex;flex-wrap:wrap;gap:9px}
.chip{background:#fafaf9;border:1px solid var(--line-2);color:var(--ink);font-weight:700;
  font-size:13.5px;padding:9px 15px;border-radius:999px}
.chip:hover,.chip--active{background:var(--blue);color:#fff;border-color:var(--blue)}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}
.pagination .page-numbers{min-width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid var(--line-3);
  color:var(--ink);font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 10px}
.pagination .page-numbers.current{background:var(--blue);color:#fff;border-color:var(--blue)}
.pagination a.page-numbers:hover{border-color:var(--blue);color:var(--blue)}

/* ============================================================
   PAGES (Sobre / Legal / Contato)
   ============================================================ */
.page-narrow{max-width:820px;margin:0 auto;padding:56px 24px 20px}
.legal{max-width:760px;margin:0 auto;padding:56px 24px 20px}
.page-title{font-size:44px;font-weight:800;letter-spacing:-.03em;margin-top:18px}
.legal h1{font-size:40px;font-weight:800;letter-spacing:-.03em}
.legal .updated{margin:10px 0 0;font-size:14px;color:var(--faint);font-weight:600}
.prose{font-size:17px;line-height:1.75;color:var(--body)}
.prose h2{margin:30px 0 10px;font-size:22px;font-weight:800;color:var(--ink)}
.prose h3{margin:24px 0 10px;font-size:19px;font-weight:800;color:var(--ink)}
.prose p{margin:0 0 18px}
.prose ul,.prose ol{margin:0 0 18px;padding-left:22px}
.prose li{margin-bottom:8px}
.prose a{color:var(--blue);font-weight:600}
.prose img{border-radius:16px;margin:8px 0 20px}
.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;text-align:center}
.stat-card .n{font-size:30px;font-weight:800;color:var(--blue)}
.stat-card .l{font-size:14px;color:var(--muted);font-weight:600;margin-top:4px}
.figure-block{height:320px;margin:34px 0;border-radius:22px;overflow:hidden;background:var(--tint)}
.figure-block img{width:100%;height:100%;object-fit:cover}

.contact{max-width:1000px;margin:0 auto;padding:56px 24px 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact__info h1{margin:18px 0 0;font-size:40px;font-weight:800;letter-spacing:-.03em}
.contact__info p{margin:16px 0 0;font-size:17px;line-height:1.7;color:var(--muted)}
.contact__list{margin-top:28px;display:flex;flex-direction:column;gap:16px}
.contact__item{display:flex;align-items:center;gap:13px}
.contact__item .ic{width:44px;height:44px;border-radius:12px;background:var(--tint);
  display:flex;align-items:center;justify-content:center;font-size:20px}
.contact__item .k{font-size:12px;color:var(--faint);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.contact__item .v{font-size:16px;font-weight:700}
.contact__form{background:#fff;border:1px solid var(--line-2);border-radius:20px;padding:30px;box-shadow:0 2px 10px rgba(20,22,27,.05)}
.contact__form .row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.contact__form label{font-size:13px;font-weight:700}
.contact__form textarea{resize:vertical;min-height:110px}
.notice{border-radius:12px;padding:14px 16px;font-size:14.5px;margin-bottom:16px}
.notice--ok{background:#e7f6ee;color:#116b3b}
.notice--err{background:#fdecec;color:#b42318}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{margin-top:70px;background:var(--ink);color:#fff}
.footer__grid{padding:52px 0 30px;display:grid;grid-template-columns:2fr 1fr;gap:36px}
.footer__about p{margin-top:16px;font-size:14.5px;line-height:1.6;color:rgba(255,255,255,.6);max-width:280px}
.footer__col h4{font-weight:700;font-size:14px;margin-bottom:14px}
.footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:14.5px}
.footer__col a{color:rgba(255,255,255,.65)}
.footer__col a:hover{color:#fff}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer__bottom .container{padding-top:20px;padding-bottom:20px;display:flex;justify-content:space-between;
  flex-wrap:wrap;gap:8px;font-size:13px;color:rgba(255,255,255,.5)}

/* ============================================================
   WORDPRESS CORE / COMMENTS / WIDGETS
   ============================================================ */
.alignleft{float:left;margin:6px 24px 12px 0}
.alignright{float:right;margin:6px 0 12px 24px}
.aligncenter{margin-left:auto;margin-right:auto}
.wp-caption-text,.wp-element-caption{font-size:13px;color:var(--faint);text-align:center;margin-top:6px}
.sticky,.gallery-caption,.bypostauthor{}
.comments{max-width:760px;margin:40px auto 0;padding:0 24px}
.comments h2{font-size:24px;font-weight:800;margin-bottom:18px}
.comment-list{list-style:none;margin:0;padding:0}
.comment-list li{margin-bottom:18px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.comment-author{font-weight:700;font-size:15px}
.comment-meta{font-size:12.5px;color:var(--faint);margin-bottom:8px}
.comment-respond{margin-top:24px}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:980px){
  .footer__grid{grid-template-columns:2fr 1fr}
}
@media (max-width:860px){
  .hero{padding:28px 0 10px}
  .hero__grid{grid-template-columns:1fr;gap:28px}
  /* hero centralizado, estilo referência */
  .hero__grid > div:first-child{text-align:center;display:flex;flex-direction:column;align-items:center}
  .hero__title{font-size:38px}
  .hero__text{margin-left:auto;margin-right:auto}
  .hero__cta{justify-content:center;width:100%}
  .hero__stats{justify-content:center;gap:40px;margin-top:26px}
  .hero__stats .num{font-size:18px}
  .hero__stats .lbl{font-size:12px}
  .hero__media{min-height:430px}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .catbig-grid{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:1fr}
  .card-grid{grid-template-columns:1fr 1fr}
  .featured{grid-template-columns:1fr}
  .featured__media{min-height:220px}
  .newsletter__grid{grid-template-columns:1fr;gap:26px}
  .recipe-cols{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr;gap:28px}
  .stat-cards{grid-template-columns:repeat(3,1fr)}
  .footer__grid{grid-template-columns:1fr 1fr;gap:28px}
  .section-head h2{font-size:30px}
  .center-head h2{font-size:32px}
  /* mobile nav — abre/fecha limpo (sem vazar) */
  .header-actions .search{display:none}
  .header-actions .btn--pill{display:none}
  .nav-toggle{display:flex}
  .main-nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;
    border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(20,22,27,.10);z-index:60}
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 16px}
  .main-nav a{padding:14px 12px;font-size:16px;border-radius:10px}
  /* sem realce flutuante no item atual dentro do menu mobile */
  .main-nav a:hover,.main-nav .current-menu-item>a,.main-nav .current_page_item>a{background:transparent;color:var(--blue)}
}
@media (max-width:560px){
  .container{padding:0 18px}
  .hero__title{font-size:31px}
  .hero__text{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  /* CTAs empilhados e largos, como a referência */
  .hero__cta{flex-direction:column;align-items:stretch;gap:10px}
  .hero__cta .btn{width:100%}
  .hero__stats{gap:34px;margin-top:22px}
  .hero__stats .num{font-size:16px}
  .hero__stats .lbl{font-size:11.5px}
  .post__title{font-size:29px}
  .page-title,.legal h1,.archive-hero h1,.contact__info h1{font-size:28px}
  .center-head h2{font-size:25px}
  .featured__title{font-size:24px}
  .card-grid{grid-template-columns:1fr}
  .cat-grid{grid-template-columns:1fr}
  .catbig-grid{grid-template-columns:1fr}
  .stat-cards{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .newsletter__inner{padding:30px 20px}
  .featured__body{padding:24px 22px}
  .recipe-card{padding:22px 18px}
  .post,.post__content,.legal,.page-narrow{padding-left:18px;padding-right:18px}
  .post{padding-top:8px}
  .hero__photo img{height:320px}
  .post__figure .frame{height:260px}
  .post__content{font-size:17px}
}
