/*
Theme Name: Dicas Porto Alegre
Theme URI: https://dicasportoalegre.com.br
Author: AZ Press Brasil
Author URI: https://azpress.com.br
Description: Portal de notícias, cultura, roteiros e serviços de Porto Alegre. Tema editorial alinhado ao manual da marca — emblema esférico (nascer do sol sobre o Guaíba), tipografia Archivo + Space Grotesk e paleta Noite Guaíba / Âmbar / Papel. "Um sol nascendo sobre o Guaíba, todo dia."
Version: 1.4.0
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: dicaspoa
Tags: news, blog, editorial, magazine, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================================
   TOKENS — manual da marca
   ========================================================================= */
:root {
	--noite:       #1F2937;   /* Noite Guaíba — fundos e textos */
	--noite-2:     #4A525E;
	--ambar:       #C8891F;   /* Âmbar — acento (links, destaques, filete) */
	--ambar-deep:  #A8711A;
	--sol:         #F2B65A;   /* Pôr do Sol — só no emblema */
	--papel:       #FAF7F4;   /* Papel — fundo */

	--ink:         #1F2937;
	--ink-2:       #545B66;
	--ink-3:       #8A8379;   /* cinza quente (subtítulo do logo) */
	--paper:       #FAF7F4;
	--card:        #FFFFFF;
	--line:        #E8E2D8;
	--line-2:      #F1ECE3;

	--font-display: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	--font-text:    "Space Grotesk", "Archivo", system-ui, sans-serif;

	--wrap: 1200px;
	--gap: clamp(1.1rem, 2.6vw, 2rem);
	--radius: 6px;
	--radius-lg: 12px;

	--shadow-sm: 0 1px 2px rgba(31, 41, 55, .06);
	--shadow-md: 0 14px 34px -18px rgba(31, 41, 55, .34);
}

/* =========================================================================
   BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-text);
	font-size: 1.0625rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--ambar-deep); text-decoration: none; }
a:hover { color: var(--ambar); }

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.015em;
	color: var(--ink);
	margin: 0 0 .5em;
}
h1, h2.hero-title, .single-title, .archive-title, .newsletter-title, .section-title { font-weight: 800; }

p { margin: 0 0 1.1em; }

:focus-visible { outline: 3px solid var(--ambar); outline-offset: 2px; border-radius: 2px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--noite); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 var(--radius) 0; }
.skip-link:focus { left: 0; color: #fff; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }
.wrap-wide { width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }

/* =========================================================================
   LOGOTIPO (emblema + wordmark)
   ========================================================================= */
.brand-lockup { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); }
.brand-lockup:hover { color: var(--ink); }
.emblem { display: inline-flex; flex: 0 0 auto; }
.emblem-svg { display: block; }
.brand-lockup--header .emblem-svg { width: 44px; height: 44px; }
.brand-lockup--footer .emblem-svg { width: 46px; height: 46px; }

.wm { display: inline-flex; flex-direction: column; line-height: 1; }
.wm-top { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.45rem, 2vw, 1.75rem); letter-spacing: -0.02em; text-transform: lowercase; color: var(--ink); }
.wm-sub { font-family: var(--font-text); font-weight: 500; font-size: .6rem; letter-spacing: .34em; text-transform: uppercase; color: var(--ink-3); margin-top: .34em; padding-left: .06em; }

.brand-lockup--footer .wm-top { color: var(--papel); }
.brand-lockup--footer .wm-sub { color: #b7b1a6; }

.custom-logo-link { display: inline-block; }
.custom-logo { height: auto; max-height: 60px; width: auto; }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); transition: box-shadow .25s ease; }
.site-header.is-stuck { box-shadow: 0 10px 30px -22px rgba(31,41,55,.5); }

.topbar { background: var(--noite); color: #d8dae0; font-size: .78rem; letter-spacing: .04em; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: .42rem; }
.topbar-place { text-transform: uppercase; font-weight: 700; letter-spacing: .12em; color: var(--sol); }
.topbar-date { color: #bfc3ca; text-transform: capitalize; }

.header-inner { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); padding-block: 1rem; }
.brand { flex: 0 0 auto; }

.primary-nav { margin-left: auto; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: clamp(.6rem, 1.3vw, 1.15rem); margin: 0; padding: 0; }
.nav-menu li { position: relative; }
.nav-menu a { font-family: var(--font-text); font-weight: 500; font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); padding: .4rem 0; display: inline-block; }
.nav-menu a:hover, .nav-menu .current-cat > a, .nav-menu .current-menu-item > a { color: var(--ambar-deep); }
.nav-menu > li > a::after { content: ""; display: block; height: 2px; width: 0; background: var(--ambar); transition: width .22s ease; margin-top: 3px; }
.nav-menu > li > a:hover::after, .nav-menu > .current-menu-item > a::after, .nav-menu > .current-cat > a::after { width: 100%; }

.nav-menu ul.sub-menu, .nav-menu ul.children { position: absolute; top: 100%; left: -.6rem; min-width: 200px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-md); border-radius: var(--radius); padding: .4rem; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease; z-index: 60; }
.nav-menu li:hover > ul, .nav-menu li:focus-within > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu ul a { display: block; padding: .5rem .6rem; text-transform: none; letter-spacing: .01em; font-size: .9rem; border-radius: 3px; }
.nav-menu ul a:hover { background: var(--paper); }

.header-actions { display: flex; align-items: center; gap: .3rem; flex: 0 0 auto; }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; transition: .18s ease; }
.icon-btn:hover { background: var(--ambar); color: var(--noite); border-color: var(--ambar); }
.nav-toggle { display: none; }
.nav-toggle-bars { display: inline-flex; flex-direction: column; gap: 4px; }
.nav-toggle-bars i { width: 18px; height: 2px; background: currentColor; border-radius: 2px; }

.search-panel { border-top: 1px solid var(--line); background: var(--card); padding-block: 1rem; }
.search-form { display: flex; gap: .5rem; max-width: 640px; }
.search-field { flex: 1; border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius); padding: .8rem 1rem; font: inherit; color: var(--ink); }
.search-field::placeholder { color: var(--ink-3); }
.search-submit { display: inline-flex; align-items: center; gap: .4rem; border: 0; background: var(--ambar); color: var(--noite); padding: 0 1.2rem; border-radius: var(--radius); font: inherit; font-weight: 700; cursor: pointer; transition: background .18s ease; }
.search-submit:hover { background: var(--ambar-deep); }

/* filete âmbar do cabeçalho / rodapé */
.header-horizon, .footer-horizon { height: 3px; background: var(--ambar); }

/* =========================================================================
   KICKER (pílula de categoria — âmbar, texto Noite Guaíba)
   ========================================================================= */
.kicker { display: inline-block; padding: .32em .68em; border-radius: 4px; background: var(--ambar); color: var(--noite); font-family: var(--font-text); font-weight: 700; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; line-height: 1.1; margin-bottom: .6rem; }
a.kicker:hover { background: var(--ambar-deep); color: var(--noite); }

/* =========================================================================
   DIVISÓRIA (filete âmbar) — assinatura
   ========================================================================= */
.horizon { position: relative; height: 3px; background: var(--ambar); border-radius: 2px; margin: 1rem 0 1.7rem; max-width: 200px; }
.horizon-sun { display: none; }

/* =========================================================================
   SECTION HEAD
   ========================================================================= */
.block { padding-block: clamp(2rem, 4vw, 3.2rem) 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.section-title { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 0; }
.section-sub { margin: .3rem 0 0; color: var(--ink-2); font-size: .96rem; }
.section-more { font-family: var(--font-text); font-weight: 700; font-size: .82rem; letter-spacing: .03em; color: var(--ink); white-space: nowrap; flex: 0 0 auto; }
.section-more:hover { color: var(--ambar-deep); }
.section-more span { transition: transform .18s ease; display: inline-block; }
.section-more:hover span { transform: translateX(3px); }

/* =========================================================================
   LEAD — herói sobreposto + cards laterais
   ========================================================================= */
.lead { padding-top: clamp(1.4rem, 3vw, 2.4rem); }
.lead-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: var(--gap); align-items: stretch; }

.hero { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--noite); }
.hero-link { display: block; position: relative; height: 100%; }
.hero-media { aspect-ratio: 4 / 3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero:hover .hero-media img { transform: scale(1.04); }
.hero-overlay { position: absolute; inset: auto 0 0 0; padding: clamp(1.2rem, 3vw, 2.2rem); background: linear-gradient(to top, rgba(31,41,55,.94) 0%, rgba(31,41,55,.55) 45%, transparent 100%); color: #fff; }
.hero-title { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.08; margin: .2rem 0 .5rem; max-width: 18ch; }
.hero-dek { color: rgba(255,255,255,.82); font-size: 1.02rem; margin: 0 0 1rem; max-width: 52ch; }
.hero-cta { display: inline-flex; align-items: center; gap: .45rem; background: var(--ambar); color: var(--noite); font-family: var(--font-text); font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: .6rem 1.1rem; border-radius: var(--radius); transition: background .18s ease; }
.hero:hover .hero-cta { background: var(--ambar-deep); }

.lead-side { display: flex; flex-direction: column; gap: var(--gap); min-height: 0; }
.ocard { position: relative; flex: 1; min-height: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--noite); }
.ocard-link { display: block; height: 100%; min-height: 200px; position: relative; }
.ocard-media { height: 100%; }
.ocard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ocard:hover .ocard-media img { transform: scale(1.05); }
.ocard-body { position: absolute; inset: auto 0 0 0; padding: clamp(.9rem, 2vw, 1.3rem); background: linear-gradient(to top, rgba(31,41,55,.94) 0%, rgba(31,41,55,.4) 60%, transparent 100%); }
.ocard-title { color: #fff; font-family: var(--font-display); font-size: 1.12rem; font-weight: 700; line-height: 1.18; margin: 0; }

.ph { display: block; width: 100%; height: 100%; min-height: 180px; background: repeating-linear-gradient(135deg, #232c3a 0 14px, #283241 14px 28px); }

/* =========================================================================
   CARD GRID (notícias claras)
   ========================================================================= */
.card-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

.card { display: flex; flex-direction: column; }
.card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius-lg); background: var(--line-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card-media .ph { min-height: 0; }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { padding-top: .9rem; }
.card-title { font-size: 1.22rem; line-height: 1.2; margin: .15rem 0 .35rem; }
.card-title a { color: var(--ink); }
.card-title a:hover { color: var(--ambar-deep); }
.card-dek { font-size: .95rem; color: var(--ink-2); margin: 0; }

.meta { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; font-size: .8rem; color: var(--ink-3); margin-top: .55rem; }
.meta-author { color: var(--ink-2); font-weight: 600; }
.meta-sep { color: var(--line); }

/* =========================================================================
   NEWSLETTER (Noite Guaíba + acento âmbar)
   ========================================================================= */
.newsletter { margin-top: clamp(2.5rem, 5vw, 4rem); background: var(--noite); color: #fff; position: relative; }
.newsletter::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--ambar); }
.newsletter-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding-block: clamp(2.4rem, 5vw, 3.6rem); }
.nl-eyebrow { font-family: var(--font-text); font-weight: 700; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sol); margin: 0 0 .5rem; }
.newsletter-title { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0 0 .4rem; }
.newsletter-sub { color: rgba(255,255,255,.82); margin: 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: .6rem; }
.newsletter-form input { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; padding: .9rem 1rem; border-radius: var(--radius); font: inherit; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form button { border: 0; background: var(--ambar); color: var(--noite); font: inherit; font-weight: 700; padding: 0 1.4rem; border-radius: var(--radius); cursor: pointer; transition: background .18s ease; }
.newsletter-form button:hover { background: var(--sol); }
.newsletter-msg { grid-column: 1 / -1; margin: 0; font-size: .85rem; color: var(--sol); min-height: 1em; }

/* =========================================================================
   EMPTY STATES
   ========================================================================= */
.empty-hero { text-align: center; max-width: 560px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 5rem) 0; }
.empty-hero .emblem-svg { width: 64px; height: 64px; margin: 0 auto 1.2rem; }
.empty-hero h1, .empty-hero h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
.empty-hero p { color: var(--ink-2); }
.empty-search { max-width: 460px; margin: 1.4rem auto 0; }
.btn-text { font-weight: 700; }

/* =========================================================================
   ARCHIVE / SEARCH HEAD
   ========================================================================= */
.archive-head { padding-top: clamp(2rem, 4vw, 3rem); }
.archive-head .kicker { margin-bottom: .7rem; }
.archive-title { font-size: clamp(2rem, 5vw, 3.1rem); margin: .2rem 0 0; }
.archive-title .search-q { color: var(--ambar-deep); }
.archive-desc { color: var(--ink-2); margin-top: .6rem; max-width: 65ch; }

/* =========================================================================
   SINGLE
   ========================================================================= */
.single-head { max-width: 820px; margin-inline: auto; padding-top: clamp(2rem, 4vw, 3.2rem); }
.single-title { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.07; margin: .35rem 0 .6rem; }
.single-dek { font-size: 1.2rem; color: var(--ink-2); line-height: 1.5; max-width: 60ch; }
.single-meta { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.single-avatar img { border-radius: 50%; }
.single-byline { display: flex; flex-direction: column; line-height: 1.3; }
.single-byline .by { font-size: .95rem; }
.single-byline .dt { font-size: .82rem; color: var(--ink-3); }

.single-feature { margin: clamp(1.4rem, 3vw, 2.4rem) auto; }
.single-feature img { width: 100%; border-radius: var(--radius-lg); }
.single-feature figcaption { font-size: .82rem; color: var(--ink-3); margin-top: .5rem; text-align: center; }

.single-content { max-width: 720px; margin-inline: auto; padding-bottom: 1rem; font-size: 1.09rem; }
.single-content > p, .single-content > ul, .single-content > ol, .single-content > h2, .single-content > h3, .single-content > blockquote, .single-content > figure, .single-content > pre { margin-bottom: 1.3em; }
.single-content h2 { font-size: 1.6rem; margin-top: 1.8em; }
.single-content h3 { font-size: 1.3rem; margin-top: 1.5em; }
.single-content a { color: var(--ambar-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.single-content a:hover { color: var(--ambar); }
.single-content img { border-radius: var(--radius); margin-inline: auto; }
.single-content blockquote { border-left: 4px solid var(--ambar); margin: 1.5em 0; padding: .2em 0 .2em 1.3em; font-family: var(--font-display); font-size: 1.3rem; font-style: italic; color: var(--ink); line-height: 1.45; }
.single-content ul, .single-content ol { padding-left: 1.4em; }
.single-content li { margin-bottom: .4em; }
.single-content figure { margin-inline: 0; }
.single-content figcaption { font-size: .82rem; color: var(--ink-3); margin-top: .4rem; }
.single-content code { background: var(--line-2); padding: .15em .4em; border-radius: 3px; font-size: .9em; }
.single-content pre { background: var(--noite); color: #eef0f3; padding: 1.1rem 1.2rem; border-radius: var(--radius); overflow: auto; }
.single-content pre code { background: none; padding: 0; color: inherit; }

.single-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.8rem 0; }
.tag-pill { font-size: .82rem; font-weight: 600; color: var(--ink-2); border: 1px solid var(--line); padding: .35rem .75rem; border-radius: 100px; background: var(--card); }
.tag-pill:hover { border-color: var(--ambar); color: var(--ambar-deep); }

.author-box { display: flex; gap: 1rem; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.3rem 1.4rem; margin: 2rem 0; }
.author-box img { border-radius: 50%; flex: 0 0 auto; }
.author-box-name { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; margin: 0 0 .2rem; }
.author-box-bio { margin: 0; color: var(--ink-2); font-size: .95rem; }

.page-links { margin: 1.5rem 0; font-weight: 600; }
.related { padding-top: clamp(2rem, 4vw, 3rem); }
.comments-wrap { max-width: 720px; margin-inline: auto; padding-block: 2rem; }

/* =========================================================================
   PAGINATION
   ========================================================================= */
.pagination { margin: clamp(2rem, 4vw, 3rem) 0 0; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; align-items: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 .6rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); font-weight: 600; background: var(--card); }
.pagination .page-numbers:hover { border-color: var(--ambar); color: var(--ambar-deep); }
.pagination .page-numbers.current { background: var(--noite); color: #fff; border-color: var(--noite); }
.pagination .page-numbers.dots { border: 0; background: none; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--noite); color: #c6cad1; margin-top: clamp(3rem, 6vw, 5rem); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); padding-block: clamp(2.4rem, 4vw, 3.4rem); }
.footer-tagline { margin-top: 1rem; max-width: 44ch; color: #a7abb3; }
.footer-nav { display: flex; justify-content: flex-end; }
.footer-menu { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 2.5rem; }
.footer-menu li { margin-bottom: .55rem; break-inside: avoid; }
.footer-menu a { color: #c6cad1; font-size: .92rem; }
.footer-menu a:hover { color: var(--sol); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.1rem; font-size: .82rem; color: #8a9099; }
.footer-credit { color: var(--sol); }

/* =========================================================================
   RESPONSIVO
   ========================================================================= */
@media (max-width: 980px) {
	.lead-grid { grid-template-columns: 1fr; }
	.lead-side { flex-direction: row; }
	.ocard { flex: 1 1 0; }
	.ocard-link { min-height: 220px; }
	.card-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
	.newsletter-inner, .footer-inner { grid-template-columns: 1fr; }
	.footer-nav { justify-content: flex-start; }
}

@media (max-width: 760px) {
	.nav-toggle { display: inline-grid; }
	.primary-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--shadow-md); max-height: 0; overflow: hidden; transition: max-height .3s ease; }
	.site-header.nav-open .primary-nav { max-height: 80vh; overflow: auto; }
	.nav-menu { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem clamp(1rem,4vw,2rem) 1rem; }
	.nav-menu > li { border-bottom: 1px solid var(--line-2); }
	.nav-menu a { padding: .85rem 0; font-size: .9rem; }
	.nav-menu > li > a::after { display: none; }
	.nav-menu ul.sub-menu, .nav-menu ul.children { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 .4rem .8rem; background: none; }
	.topbar-date { display: none; }
}

@media (max-width: 560px) {
	.card-grid, .card-grid.cols-3 { grid-template-columns: 1fr; }
	.lead-side { flex-direction: column; }
	.newsletter-form { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* =========================================================================
   PÁGINAS: Quem Somos + Agenda
   ========================================================================= */
.page-hero { max-width: 760px; margin-inline: auto; padding-top: clamp(2.4rem, 5vw, 3.6rem); text-align: center; }
.page-hero--left { text-align: left; margin-inline: 0; max-width: var(--wrap); }
.page-hero-emblem .emblem-svg { width: 60px; height: 60px; margin: 0 auto 1rem; }
.page-hero .kicker { margin-bottom: .7rem; }
.page-hero-title { font-size: clamp(2rem, 5vw, 3.1rem); margin: .1rem 0 .5rem; }
.page-hero-lead { font-size: 1.2rem; color: var(--ink-2); line-height: 1.5; max-width: 60ch; margin-inline: auto; }
.page-hero--left .page-hero-lead { margin-inline: 0; }
.page-hero-intro { margin-top: .8rem; color: var(--ink-2); }
.page-hero .horizon, .page-hero + .horizon { margin-inline: auto; }
.page-hero--left + .horizon { margin-left: 0; }

/* Quem Somos */
.about-body { max-width: 720px; margin-inline: auto; padding-bottom: 1rem; font-size: 1.09rem; }
.about-body > p { margin-bottom: 1.2em; }
.about-body a { color: var(--ambar-deep); text-decoration: underline; text-underline-offset: 3px; }

.contact-card { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.2rem, 3vw, 2.2rem); align-items: center; background: var(--noite); color: #fff; border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.2rem); margin: 2.4rem 0 1rem; position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--ambar); }
.contact-card-eyebrow { font-family: var(--font-text); font-weight: 700; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sol); margin: 0 0 .4rem; }
.contact-card-title { color: #fff; font-size: 1.35rem; margin: 0 0 .3rem; }
.contact-card-sub { color: rgba(255,255,255,.8); margin: 0; font-size: .96rem; }
.contact-card-actions { display: flex; flex-direction: column; gap: .6rem; }
.contact-btn { display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1.1rem; border-radius: var(--radius); font-weight: 600; font-size: .95rem; word-break: break-all; transition: background .18s ease, color .18s ease; }
.contact-btn svg { flex: 0 0 auto; }
.contact-btn--mail { background: var(--ambar); color: var(--noite); }
.contact-btn--mail:hover { background: var(--sol); color: var(--noite); }
.contact-btn--insta { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.contact-btn--insta:hover { background: rgba(255,255,255,.18); color: #fff; }

/* Agenda */
.agenda-month { font-size: 1.2rem; text-transform: capitalize; margin: 2rem 0 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.agenda-month:first-child { margin-top: 0; }
.agenda-group { display: flex; flex-direction: column; }
.agenda-item { display: grid; grid-template-columns: 76px 1fr; gap: 1.2rem; align-items: start; padding: 1.2rem 0; border-bottom: 1px solid var(--line-2); }
.agenda-date { display: grid; place-items: center; align-content: center; width: 76px; height: 76px; border-radius: var(--radius); background: var(--noite); color: #fff; text-align: center; line-height: 1; flex: 0 0 auto; }
.agenda-date:hover { background: var(--ambar); color: var(--noite); }
.agenda-day { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; }
.agenda-mon { font-family: var(--font-text); font-weight: 600; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; margin-top: .15rem; }
.agenda-body { min-width: 0; }
.agenda-title { font-size: 1.25rem; line-height: 1.2; margin: .3rem 0 .3rem; }
.agenda-title a { color: var(--ink); }
.agenda-title a:hover { color: var(--ambar-deep); }
.agenda-dek { color: var(--ink-2); font-size: .96rem; margin: 0; }

/* Contatos no rodapé */
.footer-social { list-style: none; margin: 1.1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.footer-social a { display: inline-flex; align-items: center; gap: .55rem; color: #c6cad1; font-size: .92rem; }
.footer-social a:hover { color: var(--sol); }
.footer-social svg { flex: 0 0 auto; }

@media (max-width: 680px) {
	.contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
	.agenda-item { grid-template-columns: 60px 1fr; gap: .9rem; }
	.agenda-date { width: 60px; height: 60px; }
	.agenda-day { font-size: 1.35rem; }
}

/* Instagram no topbar */
.topbar-right { display: inline-flex; align-items: center; gap: 1.1rem; }
.topbar-insta { display: inline-flex; align-items: center; gap: .35rem; color: #d8dae0; font-weight: 500; }
.topbar-insta:hover { color: var(--sol); }
.topbar-insta svg { flex: 0 0 auto; }
@media (max-width: 560px) {
	.topbar-insta span { display: none; }
}

/* =========================================================================
   GUIA / MOCKUP — herói, atalhos, carrossel de lugares, eventos, contato
   ========================================================================= */

/* Botões */
.btn-primary { display: inline-flex; align-items: center; gap: .5rem; background: var(--ambar); color: var(--noite); font-family: var(--font-text); font-weight: 700; font-size: .95rem; padding: .85rem 1.5rem; border-radius: var(--radius); transition: background .18s ease; }
.btn-primary:hover { background: var(--sol); color: var(--noite); }
.btn-amber { display: inline-flex; align-items: center; gap: .4rem; background: var(--ambar); color: var(--noite); font-family: var(--font-text); font-weight: 700; font-size: .85rem; padding: .6rem 1.1rem; border-radius: var(--radius); transition: background .18s ease; }
.btn-amber:hover { background: var(--ambar-deep, #A8711A); color: var(--noite); }

/* Herói de marketing */
.home-hero { position: relative; background: var(--hero) center/cover no-repeat, var(--noite); }
.home-hero-overlay { background: linear-gradient(180deg, rgba(31,41,55,.72), rgba(31,41,55,.86)); }
.home-hero-inner { padding-block: clamp(3.5rem, 9vw, 7rem); max-width: 760px; }
.home-hero-title { color: #fff; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.05; margin: 0 0 .6rem; }
.home-hero-sub { color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 2vw, 1.3rem); margin: 0 0 1.6rem; max-width: 46ch; }

/* Atalhos (quick tiles) */
.quick-tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; margin-top: -2.6rem; position: relative; z-index: 5; }
.quick-tile { display: flex; align-items: center; gap: .7rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: .9rem 1rem; box-shadow: var(--shadow-md); transition: transform .16s ease, border-color .16s ease; }
.quick-tile:hover { transform: translateY(-3px); border-color: var(--ambar); }
.quick-ic { display: inline-grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; background: var(--papel); color: var(--ambar-deep, #A8711A); }
.quick-txt { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.quick-txt strong { font-family: var(--font-display); font-size: .98rem; color: var(--ink); }
.quick-txt span { font-size: .76rem; color: var(--ink-3); }

/* Cabeçalho de seção (variante com texto + link) */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.section-head-text { min-width: 0; }

/* Destaques da semana */
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.mini-card { display: flex; flex-direction: column; }
.mini-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius-lg); background: var(--line-2, #f1ece3); }
.mini-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mini-card:hover .mini-media img { transform: scale(1.05); }
.mini-body { padding-top: .7rem; }
.mini-title { font-size: 1.05rem; line-height: 1.22; margin: .3rem 0 0; }
.mini-title a { color: var(--ink); }
.mini-title a:hover { color: var(--ambar-deep, #A8711A); }

/* Placeholder box */
.ph { display: block; width: 100%; height: 100%; min-height: 150px; background: repeating-linear-gradient(135deg, #eee7db 0 14px, #e6ddcd 14px 28px); }

/* Seção de lugares + carrossel */
.place-section { overflow: hidden; }
.carousel { position: relative; }
.car-track { display: flex; gap: var(--gap); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: .6rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.car-track::-webkit-scrollbar { display: none; }
.car-btn { position: absolute; top: 38%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow-md); transition: background .16s ease, color .16s ease; }
.car-btn:hover { background: var(--ambar); color: var(--noite); border-color: var(--ambar); }
.car-prev { left: -6px; }
.car-next { right: -6px; }

/* Card de lugar */
.place-card { flex: 0 0 clamp(240px, 74%, 300px); scroll-snap-align: start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .16s ease; }
.place-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.place-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--line-2, #f1ece3); }
.place-media img { width: 100%; height: 100%; object-fit: cover; }
.place-body { padding: .9rem 1rem 1.1rem; }
.place-name { font-size: 1.08rem; line-height: 1.2; margin: 0 0 .3rem; }
.place-name a { color: var(--ink); }
.place-name a:hover { color: var(--ambar-deep, #A8711A); }
.place-stars { color: var(--ambar); font-size: .95rem; letter-spacing: 1px; margin-bottom: .3rem; }
.stars .star-empty { color: var(--line); }
.place-resumo { font-size: .92rem; color: var(--ink-2); margin: 0 0 .4rem; }
.place-bairro { display: inline-flex; align-items: center; gap: .3rem; font-size: .82rem; color: var(--ink-3); margin: 0; }

/* Eventos (tira compacta na home) */
.agenda-mini { display: grid; gap: .3rem; }
.agenda-row { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; align-items: center; padding: .9rem .6rem; border-radius: var(--radius); transition: background .16s ease; }
.agenda-row:hover { background: var(--papel); }
.agenda-date { display: grid; place-items: center; align-content: center; width: 70px; height: 70px; border-radius: var(--radius); background: var(--noite); color: #fff; line-height: 1; }
.agenda-day { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; }
.agenda-mon { font-family: var(--font-text); font-weight: 600; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; margin-top: .15rem; }
.agenda-row-body { display: flex; flex-direction: column; min-width: 0; }
.agenda-row-title { font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.agenda-row-sub { font-size: .9rem; color: var(--ink-2); }

/* Contato */
.contact-block .contact-grid { margin-top: 1rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 4vw, 3rem); align-items: start; }
.contact-grid--noform { grid-template-columns: 1fr auto; align-items: center; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; align-items: center; gap: .9rem; }
.contact-ic { display: inline-grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; background: var(--papel); color: var(--ambar-deep, #A8711A); border: 1px solid var(--line); }
.contact-list strong { font-family: var(--font-display); font-size: .95rem; color: var(--ink); }
.contact-list a { color: var(--ink-2); }
.contact-list a:hover { color: var(--ambar-deep, #A8711A); }
.contact-socials-lg { display: flex; gap: .7rem; }
.contact-socials-lg a { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--noite); color: #fff; transition: background .16s ease; }
.contact-socials-lg a:hover { background: var(--ambar); color: var(--noite); }

/* Ícones de rede no rodapé */
.footer-social-icons { list-style: none; display: flex; gap: .6rem; margin: 1rem 0 0; padding: 0; }
.footer-social-icons a { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); color: #c6cad1; transition: .16s ease; }
.footer-social-icons a:hover { background: var(--ambar); color: var(--noite); border-color: var(--ambar); }

/* Responsivo do guia */
@media (max-width: 900px) {
	.quick-tiles { grid-template-columns: repeat(2, 1fr); margin-top: 1.5rem; }
	.card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
	.contact-grid, .contact-grid--noform { grid-template-columns: 1fr; }
	.contact-socials-lg { justify-content: flex-start; }
}
@media (max-width: 560px) {
	.quick-tiles { grid-template-columns: 1fr; }
	.card-grid.cols-4 { grid-template-columns: 1fr; }
	.car-btn { display: none; }
	.place-card { flex-basis: 82%; }
}

/* Destaques da semana — grade de revista (8 cards, 2 fileiras) */
.card-grid.cols-4 { row-gap: clamp(1.8rem, 3vw, 2.6rem); }
.card-grid.cols-4 .mini-body { border-top: 2px solid var(--noite); padding-top: .7rem; }
.card-grid.cols-4 .mini-title { font-size: 1.1rem; }

/* =========================================================================
   NOVO LOGO (pin) + CABEÇALHO NEGATIVO (Noite Guaíba)
   ========================================================================= */
/* Emblema pin (proporção mais alta) */
.brand-lockup--header .emblem-svg { width: 40px; height: 46px; }
.brand-lockup--footer .emblem-svg { width: 42px; height: 48px; }

/* Wordmark "Dicas." */
.wm-top { text-transform: none; color: var(--papel); letter-spacing: -0.01em; }
.wm-dot { color: var(--ambar); }
.wm-sub { color: #AFA896; }
.brand-lockup--footer .wm-top { color: var(--papel); }
.brand-lockup--footer .wm-sub { color: #AFA896; }

/* Cabeçalho no fundo negativo */
.site-header { background: var(--noite); }
.site-header.is-stuck { box-shadow: 0 12px 30px -20px rgba(0,0,0,.7); }
.header-inner { color: #fff; }
.nav-menu a { color: #d8dae0; }
.nav-menu a:hover,
.nav-menu .current-cat > a,
.nav-menu .current-menu-item > a { color: var(--sol); }
.nav-menu > li > a::after { background: var(--ambar); }
.nav-menu ul.sub-menu, .nav-menu ul.children { background: #26303e; border-color: rgba(255,255,255,.12); }
.nav-menu ul a { color: #d8dae0; }
.nav-menu ul a:hover { background: rgba(255,255,255,.06); color: #fff; }

.icon-btn { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); color: #e7e9ec; }
.icon-btn:hover { background: var(--ambar); color: var(--noite); border-color: var(--ambar); }

.search-panel { background: #26303e; border-top-color: rgba(255,255,255,.12); }
.search-field { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff; }
.search-field::placeholder { color: rgba(255,255,255,.6); }

/* Mobile: menu suspenso também negativo */
@media (max-width: 760px) {
	.primary-nav { background: var(--noite); border-top-color: rgba(255,255,255,.12); }
	.nav-menu > li { border-bottom-color: rgba(255,255,255,.08); }
	.nav-menu ul.sub-menu, .nav-menu ul.children { background: none; }
}

/* Coluna Empreendedor da Vez */
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.section-eyebrow { font-family: var(--font-text); font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ambar-deep, #A8711A); margin: 0 0 .2rem; }
.emp-block { background: linear-gradient(180deg, #fbf6ee, var(--papel)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.2rem, 3vw, 2rem) clamp(1.6rem, 3vw, 2.4rem); margin-top: clamp(2rem, 4vw, 3rem); }
.emp-block .mini-dek { font-size: .92rem; color: var(--ink-2); margin: .35rem 0 0; }
@media (max-width: 820px) { .card-grid.cols-3 { grid-template-columns: 1fr; } }

/* Nav com muitas abas: permite quebrar linha em vez de estourar */
.primary-nav { min-width: 0; }
.nav-menu { flex-wrap: wrap; justify-content: flex-end; row-gap: .2rem; }
/* Resumo dos cards editoriais (Moda, Beauty, Empreendedor) */
.mini-dek { font-size: .92rem; color: var(--ink-2); margin: .35rem 0 0; }
