/*
Theme Name:     Azul Magazine
Theme URI:      https://azulmagazine.com.br/
Template:       generatepress
Description:    Azul Magazine, revista digital de lifestyle, noticias e cultura urbana. Design "Cobalt & Gilt": paleta P15 cobalt+gilt+ivory, tipografia F04 DM Serif Display + Barlow Condensed, masthead editorial centralizado com filete duplo dourado, archetype A magazine cover modernizado, hero asymmetric com filete art-deco, breaking ticker cobalt+gilt, sidebar left compact com mais lidos numerados, three category stripes com numero ordinal, most-read banner full-width cobalt, footer F3 newsletter destacada, dark mode auto + toggle.
Author:         QMIX Digital
Author URI:     https://qmix.com.br/
Version:        2.0.0
Text Domain:    azul-magazine
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Barlow+Condensed:wght@400;500;600;700&display=swap");

/* ============================================================
 * Tokens P15 cobalt+gilt+ivory
 * ============================================================ */
:root {
    --az-cobalt:      #0B2545;
    --az-cobalt-2:    #13315C;
    --az-cobalt-soft: rgba(11, 37, 69, 0.08);
    --az-gilt:        #C99846;
    --az-gilt-bright: #E8C26E;
    --az-gilt-deep:   #8A6324;
    --az-ivory:       #F4EDD8;
    --az-ivory-2:     #ECE4CD;
    --az-paper:       #FBF8EC;
    --az-rule:        rgba(11, 37, 69, 0.12);
    --az-rule-strong: rgba(11, 37, 69, 0.22);
    --az-muted:       #4A5878;

    --az-display: "DM Serif Display", "Playfair Display", Georgia, serif;
    --az-meta:    "Barlow Condensed", "Barlow", "Inter", sans-serif;

    --az-shell: 1240px;
    --az-pad: clamp(20px, 4vw, 48px);
    --az-step-1: 4px;
    --az-step-2: 8px;
    --az-step-3: 12px;
    --az-step-4: 20px;
    --az-step-5: 32px;
    --az-step-6: 56px;
    --az-step-7: 96px;
}

@media (prefers-color-scheme: dark) {
    :root[data-theme="auto"] {
        --az-paper:       #0A1A2E;
        --az-ivory:       #102742;
        --az-ivory-2:     #15355A;
        --az-cobalt:      #F0DEB6;
        --az-cobalt-2:    #DCC58E;
        --az-cobalt-soft: rgba(240, 222, 182, 0.08);
        --az-rule:        rgba(240, 222, 182, 0.18);
        --az-muted:       #97A2BC;
    }
}
:root[data-theme="dark"] {
    --az-paper:       #0A1A2E;
    --az-ivory:       #102742;
    --az-ivory-2:     #15355A;
    --az-cobalt:      #F0DEB6;
    --az-cobalt-2:    #DCC58E;
    --az-cobalt-soft: rgba(240, 222, 182, 0.08);
    --az-rule:        rgba(240, 222, 182, 0.18);
    --az-muted:       #97A2BC;
}

/* ============================================================
 * Reset + base
 * ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--az-paper);
    color: var(--az-cobalt);
    font-family: var(--az-meta);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; cursor: pointer; font: inherit; color: inherit; padding: 0; }
::selection { background: var(--az-gilt); color: var(--az-cobalt); }

.az__shell {
    max-width: var(--az-shell);
    margin: 0 auto;
    padding-left: var(--az-pad);
    padding-right: var(--az-pad);
}

.az__skip {
    position: absolute; left: -9999px; top: 0; padding: 8px 12px;
    background: var(--az-cobalt); color: var(--az-paper); z-index: 9999;
}
.az__skip:focus { left: 0; }

/* ============================================================
 * CHROME (header + nav)
 * ============================================================ */
.az__chrome {
    background: var(--az-paper);
    position: relative;
    z-index: 50;
}

.az__issue {
    background: var(--az-cobalt);
    color: var(--az-ivory);
    font-family: var(--az-meta);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    padding: 9px 0;
}
.az__issue__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap;
}
.az__issue__num strong { font-family: var(--az-display); font-style: italic; font-size: 16px; letter-spacing: 0; padding: 0 2px; color: var(--az-gilt-bright); }
.az__issue__date::before { content: "·"; color: var(--az-gilt); margin: 0 10px; }
.az__issue__actions { display: flex; gap: 22px; }
.az__issue__actions button { transition: color 0.2s; }
.az__issue__actions button:hover { color: var(--az-gilt-bright); }

/* Masthead — the centerpiece */
.az__masthead {
    text-align: center;
    padding: clamp(32px, 5.5vw, 64px) 0 clamp(16px, 2vw, 28px);
    position: relative;
}
.az__masthead::before,
.az__masthead::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--az-gilt);
}
.az__masthead::before {
    top: clamp(20px, 3vw, 38px);
    width: clamp(120px, 22vw, 220px);
    height: 1px;
    box-shadow: 0 4px 0 var(--az-gilt);
}
.az__masthead::after {
    bottom: clamp(8px, 1.4vw, 18px);
    width: clamp(80px, 14vw, 140px);
    height: 1px;
    box-shadow: 0 -4px 0 var(--az-gilt), 0 -8px 0 var(--az-gilt);
}

.az__brand {
    display: inline-block;
    text-decoration: none;
    color: var(--az-cobalt);
    line-height: 0.85;
    position: relative;
}
.az__brand__name {
    display: block;
    font-family: var(--az-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(58px, 12vw, 152px);
    letter-spacing: -0.04em;
    margin: 0;
    line-height: 0.86;
}
.az__brand__name__a { color: var(--az-cobalt); }
.az__brand__name__b { color: var(--az-gilt-deep); }
.az__brand__name__dot {
    display: inline-block;
    width: 0.16em; height: 0.16em;
    border-radius: 50%;
    background: var(--az-gilt);
    vertical-align: 0.18em;
    margin: 0 0.04em;
}
.az__brand__sub {
    display: block;
    font-family: var(--az-meta);
    font-weight: 600;
    font-size: clamp(11px, 1.4vw, 13px);
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    margin-top: clamp(14px, 1.8vw, 22px);
    color: var(--az-cobalt-2);
}
.az__brand__sub span { color: var(--az-gilt); }

/* Sticky nav */
.az__nav {
    border-top: 1px solid var(--az-rule);
    border-bottom: 3px double var(--az-rule);
    background: var(--az-paper);
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.az__menu {
    display: flex; flex-wrap: wrap; gap: 0;
    padding: 0; margin: 0; list-style: none;
    justify-content: center;
}
.az__menu > li { position: relative; }
.az__menu > li > a {
    display: block;
    padding: 16px 18px;
    font-family: var(--az-meta);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: var(--az-cobalt);
    transition: color 0.2s ease;
    position: relative;
}
.az__menu > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0;
    height: 2px;
    background: var(--az-gilt);
    transform: translateX(-50%);
    transition: width 0.25s ease;
}
.az__menu > li > a:hover,
.az__menu > li.current-menu-item > a { color: var(--az-cobalt-2); }
.az__menu > li > a:hover::after,
.az__menu > li.current-menu-item > a::after { width: 60%; }

@media (max-width: 768px) {
    .az__menu { gap: 0; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; }
    .az__menu > li > a { white-space: nowrap; }
}

/* ============================================================
 * BREAKING TICKER
 * ============================================================ */
.az__ticker {
    background: var(--az-cobalt);
    color: var(--az-ivory);
    border-bottom: 4px solid var(--az-gilt);
    overflow: hidden;
    font-family: var(--az-meta);
    font-size: 14px;
    font-weight: 500;
}
.az__ticker__inner {
    display: flex; align-items: stretch;
    max-width: var(--az-shell); margin: 0 auto;
}
.az__ticker__label {
    flex-shrink: 0;
    background: var(--az-gilt);
    color: var(--az-cobalt);
    font-weight: 700;
    letter-spacing: 0.22em;
    padding: 14px 20px;
    font-size: 12px;
    align-self: stretch;
    display: flex; align-items: center;
}
.az__ticker__rail { flex: 1; overflow: hidden; padding: 0; position: relative; }
.az__ticker__track {
    display: inline-flex; gap: 60px;
    padding: 14px 24px;
    white-space: nowrap;
    animation: az-ticker 80s linear infinite;
}
.az__ticker__track a { transition: color 0.2s; }
.az__ticker__track a:hover { color: var(--az-gilt-bright); }
.az__ticker__track a + a::before { content: "✦"; color: var(--az-gilt); margin: 0 30px 0 -34px; font-size: 10px; }
@keyframes az-ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.az__ticker__rail:hover .az__ticker__track { animation-play-state: paused; }

/* ============================================================
 * MAIN LAYOUT (sidebar-left + main)
 * ============================================================ */
.az__layout {
    max-width: var(--az-shell);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 56px) var(--az-pad);
    display: grid;
    gap: clamp(28px, 4vw, 56px);
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
}
@media (max-width: 1024px) { .az__layout { grid-template-columns: 1fr; } }

.az__main { min-width: 0; }
.az__side { min-width: 0; }
@media (min-width: 1025px) { .az__side { position: sticky; top: 80px; } }

/* ============================================================
 * HERO COVER (asymmetric magazine-style)
 * ============================================================ */
.az__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(24px, 3.5vw, 44px);
    align-items: start;
    margin-bottom: clamp(48px, 7vw, 88px);
    position: relative;
}
@media (max-width: 720px) { .az__hero { grid-template-columns: minmax(0, 1fr); } }

.az__hero__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--az-cobalt);
    display: block;
    min-width: 0;
    width: 100%;
}
.az__hero__media img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
    filter: contrast(1.05) saturate(1.06);
    transition: transform 0.9s cubic-bezier(.2,.8,.2,1);
}
.az__hero__media:hover img { transform: scale(1.04); }
.az__hero__media::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid var(--az-gilt-bright);
    pointer-events: none;
    z-index: 2;
    opacity: 0.55;
}
.az__hero__media::after {
    content: "Capa";
    position: absolute;
    top: 22px; left: 22px;
    z-index: 3;
    font-family: var(--az-meta);
    font-size: 10px;
    letter-spacing: 0.32em;
    font-weight: 700;
    color: var(--az-paper);
    background: var(--az-gilt-deep);
    padding: 6px 12px;
}

.az__hero__copy {
    display: flex; flex-direction: column; justify-content: center;
    padding: clamp(8px, 2vw, 24px) 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.az__hero__copy > * { min-width: 0; }
.az__hero__kicker {
    font-family: var(--az-meta);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    color: var(--az-gilt-deep);
    display: inline-flex; align-items: center; gap: 14px;
    margin: 0 0 var(--az-step-4);
}
.az__hero__kicker::before {
    content: ""; display: inline-block;
    width: 36px; height: 1.5px; background: var(--az-gilt);
}
.az__hero__title {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: clamp(30px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 var(--az-step-4);
    color: var(--az-cobalt);
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.az__hero__title a {
    background-image: linear-gradient(var(--az-gilt), var(--az-gilt));
    background-size: 0 2px; background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.35s ease;
    padding-bottom: 0.06em;
}
.az__hero__title a:hover { background-size: 100% 2px; }
.az__hero__lead {
    font-family: var(--az-meta);
    font-size: 17px; font-weight: 400; line-height: 1.55;
    color: var(--az-muted);
    margin: 0 0 var(--az-step-5);
    max-width: 46ch;
}
.az__hero__byline {
    font-family: var(--az-meta);
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 500;
    color: var(--az-cobalt-2);
    display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
    margin: 0;
}
.az__hero__byline strong { color: var(--az-gilt-deep); font-weight: 700; letter-spacing: 0.18em; }

/* ============================================================
 * HERO FEATS — secondary 2-up below hero
 * ============================================================ */
.az__feats {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: clamp(48px, 7vw, 88px);
    padding-top: clamp(20px, 3vw, 32px);
    border-top: 3px double var(--az-rule);
}
@media (max-width: 720px) { .az__feats { grid-template-columns: 1fr; } }
.az__feat {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    align-items: start;
}
.az__feat__media {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--az-ivory-2);
}
.az__feat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.az__feat:hover .az__feat__media img { transform: scale(1.05); }
.az__feat__cat {
    font-family: var(--az-meta);
    font-size: 10px; letter-spacing: 0.24em; font-weight: 700;
    color: var(--az-gilt-deep);
    margin: 0 0 6px;
}
.az__feat__title {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 8px;
    color: var(--az-cobalt);
}
.az__feat__title a:hover { color: var(--az-gilt-deep); }
.az__feat__date {
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.16em;
    color: var(--az-muted);
    margin: 0;
}

/* ============================================================
 * SIDEBAR (compact, art-deco widgets)
 * ============================================================ */
.az__widget {
    margin-bottom: clamp(28px, 4vw, 40px);
    padding: clamp(20px, 3vw, 28px);
    background: var(--az-ivory);
    border: 1px solid var(--az-rule);
    position: relative;
}
.az__widget::before {
    content: "";
    position: absolute;
    top: -1px; left: -1px; right: -1px;
    height: 4px;
    background: linear-gradient(90deg, var(--az-gilt) 0, var(--az-gilt-bright) 50%, var(--az-gilt) 100%);
}
.az__widget__heading {
    font-family: var(--az-meta);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    color: var(--az-gilt-deep);
    margin: 0 0 var(--az-step-4);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--az-gilt);
    position: relative;
}

.az__rank { list-style: none; padding: 0; margin: 0; }
.az__rank li {
    display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: baseline;
    padding: 14px 0; border-top: 1px solid var(--az-rule);
}
.az__rank li:first-child { border-top: 0; padding-top: 4px; }
.az__rank__num {
    font-family: var(--az-display);
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 0.78;
    color: var(--az-gilt);
    text-align: center;
}
.az__rank__title {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.18;
    margin: 0;
    color: var(--az-cobalt);
}
.az__rank__title a { transition: color 0.2s; }
.az__rank__title a:hover { color: var(--az-gilt-deep); }
.az__rank__cat {
    display: block;
    font-family: var(--az-meta);
    font-size: 10px; letter-spacing: 0.22em; font-weight: 700;
    color: var(--az-gilt-deep);
    margin-bottom: 4px;
}

/* Newsletter mini in sidebar */
.az__widget--news {
    background: var(--az-cobalt);
    color: var(--az-ivory);
    border-color: var(--az-cobalt-2);
}
.az__widget--news::before { background: var(--az-gilt-bright); }
.az__widget--news .az__widget__heading { color: var(--az-gilt-bright); border-bottom-color: var(--az-gilt); }
.az__widget--news p { font-family: var(--az-meta); font-size: 14px; line-height: 1.5; color: var(--az-ivory); margin: 0 0 var(--az-step-4); }
.az__news-input {
    display: flex; flex-direction: column; gap: 8px;
}
.az__news-input input {
    width: 100%;
    padding: 11px 12px;
    font-family: var(--az-meta); font-size: 14px;
    background: var(--az-paper); color: var(--az-cobalt);
    border: 1px solid var(--az-gilt-deep); outline: 0;
}
.az__news-input button {
    padding: 11px 16px;
    font-family: var(--az-meta); font-size: 12px;
    font-weight: 700; letter-spacing: 0.2em;
    background: var(--az-gilt); color: var(--az-cobalt);
    transition: background 0.2s;
}
.az__news-input button:hover { background: var(--az-gilt-bright); }

/* ============================================================
 * SECTION (category block) with art-deco numeric prefix
 * ============================================================ */
.az__section {
    margin-bottom: clamp(48px, 7vw, 88px);
}
.az__section__head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 20px; margin-bottom: clamp(20px, 3vw, 36px);
    padding-bottom: 14px;
    position: relative;
    border-bottom: 1px solid var(--az-rule);
}
.az__section__head::after {
    content: ""; position: absolute;
    left: 0; bottom: -3px;
    width: 64px; height: 5px;
    background: var(--az-gilt);
}
.az__section__num {
    font-family: var(--az-meta);
    font-size: 11px;
    letter-spacing: 0.32em;
    font-weight: 700;
    color: var(--az-gilt);
    margin: 0 12px 6px 0;
    display: inline-block;
    vertical-align: top;
}
.az__section__heading {
    font-family: var(--az-display);
    font-size: clamp(32px, 4.4vw, 48px);
    font-weight: 400;
    font-style: italic;
    margin: 0;
    color: var(--az-cobalt);
    letter-spacing: -0.01em;
    line-height: 1;
    flex: 1;
}
.az__section__more {
    font-family: var(--az-meta); font-weight: 600;
    font-size: 11px; letter-spacing: 0.24em;
    color: var(--az-gilt-deep);
    border-bottom: 1px solid var(--az-gilt);
    padding-bottom: 2px;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
}
.az__section__more:hover { color: var(--az-cobalt); border-bottom-color: var(--az-cobalt); }

.az__cat-grid {
    display: grid; gap: clamp(20px, 3vw, 36px);
    grid-template-columns: 1.3fr 1fr;
}
@media (max-width: 720px) { .az__cat-grid { grid-template-columns: 1fr; } }
.az__cat-grid__sub {
    display: grid; gap: 16px;
    grid-template-columns: 1fr;
}

/* Cards */
.az__card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.az__card__media {
    aspect-ratio: 5/4;
    overflow: hidden;
    background: var(--az-ivory-2);
    margin-bottom: var(--az-step-3);
    position: relative;
    display: block;
}
.az__card__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.az__card:hover .az__card__media img { transform: scale(1.05); }
.az__card__cat {
    display: inline-block;
    font-family: var(--az-meta);
    font-size: 10px; letter-spacing: 0.24em; font-weight: 700;
    color: var(--az-gilt-deep);
    padding: 2px 0;
    margin: 0 0 6px;
}
.az__card__title {
    font-family: var(--az-display);
    font-size: clamp(20px, 2.4vw, 26px);
    line-height: 1.12;
    margin: 0 0 var(--az-step-3);
    color: var(--az-cobalt);
    font-weight: 400;
}
.az__card__title a { transition: color 0.2s; }
.az__card:hover .az__card__title a,
.az__card__title a:hover { color: var(--az-cobalt-2); }
.az__card__meta {
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.16em;
    color: var(--az-muted);
    margin: 0;
}

.az__card--featured .az__card__media { aspect-ratio: 4/3; }
.az__card--featured .az__card__title { font-size: clamp(28px, 3.4vw, 38px); font-style: italic; line-height: 1.06; }
.az__card--featured .az__card__lead {
    font-family: var(--az-meta); font-size: 15px; line-height: 1.55;
    color: var(--az-muted); margin: 0 0 var(--az-step-3); max-width: 50ch;
}

.az__card--compact { display: grid; grid-template-columns: 100px 1fr; gap: 14px; align-items: start; }
.az__card--compact .az__card__media { margin: 0; aspect-ratio: 1/1; }
.az__card--compact .az__card__title { font-size: 16px; line-height: 1.22; margin-bottom: 0; }

/* ============================================================
 * MOST READ banner (full-width cobalt with golden gridlines)
 * ============================================================ */
.az__most {
    background: linear-gradient(180deg, var(--az-cobalt) 0%, var(--az-cobalt-2) 100%);
    color: var(--az-ivory);
    padding: clamp(40px, 6vw, 80px) 0;
    margin: clamp(40px, 6vw, 88px) 0;
    position: relative;
    overflow: hidden;
    border-top: 6px solid var(--az-gilt);
    border-bottom: 6px solid var(--az-gilt);
}
.az__most::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        repeating-linear-gradient(90deg, transparent 0 calc(100% / 5 - 1px), rgba(232, 194, 110, 0.08) calc(100% / 5 - 1px) calc(100% / 5));
    pointer-events: none;
}
.az__most__head { text-align: center; margin-bottom: clamp(28px, 4vw, 48px); position: relative; z-index: 2; }
.az__most__kicker {
    font-family: var(--az-meta);
    font-size: 12px; letter-spacing: 0.4em; font-weight: 700;
    color: var(--az-gilt-bright);
    margin: 0 0 8px;
}
.az__most__heading {
    font-family: var(--az-display); font-style: italic; font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    margin: 0; color: var(--az-paper);
    letter-spacing: -0.01em;
}
.az__most__list {
    list-style: none; padding: 0; margin: 0;
    display: grid; gap: 0;
    grid-template-columns: 1fr 1fr;
    max-width: 1080px; margin: 0 auto;
    position: relative; z-index: 2;
}
@media (max-width: 720px) { .az__most__list { grid-template-columns: 1fr; } }
.az__most__list li {
    display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: baseline;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(232, 194, 110, 0.16);
    transition: background 0.2s ease;
}
.az__most__list li:hover { background: rgba(11, 37, 69, 0.4); }
.az__most__num {
    font-family: var(--az-display); font-style: italic; font-weight: 400;
    font-size: 60px; line-height: 0.8; color: var(--az-gilt);
    text-align: center;
}
.az__most__title {
    font-family: var(--az-display); font-weight: 400;
    font-size: 19px; line-height: 1.18;
    color: var(--az-paper); margin: 0;
}
.az__most__title a { transition: color 0.2s; }
.az__most__title a:hover { color: var(--az-gilt-bright); }
.az__most__cat {
    display: block;
    font-family: var(--az-meta); font-weight: 700;
    font-size: 10px; letter-spacing: 0.26em;
    color: var(--az-gilt-bright);
    margin-bottom: 4px;
}

/* ============================================================
 * FOOTER (F3 - newsletter destacada)
 * ============================================================ */
.az__footer {
    background: var(--az-cobalt);
    color: var(--az-ivory);
    border-top: 6px solid var(--az-gilt);
    padding: clamp(48px, 7vw, 96px) 0 clamp(28px, 4vw, 48px);
    margin-top: clamp(40px, 6vw, 88px);
}
.az__footer__news {
    text-align: center;
    max-width: 720px; margin: 0 auto clamp(36px, 5vw, 56px);
    padding-bottom: clamp(36px, 5vw, 56px);
    border-bottom: 1px solid rgba(232, 194, 110, 0.24);
    position: relative;
}
.az__footer__news::before,
.az__footer__news::after {
    content: ""; position: absolute;
    left: 50%; transform: translateX(-50%);
    width: 60px; height: 1px;
    background: var(--az-gilt-bright);
}
.az__footer__news::before { top: -16px; }
.az__footer__news::after { bottom: -1px; box-shadow: 0 -3px 0 var(--az-gilt-bright); }

.az__footer__news__kicker {
    font-family: var(--az-meta);
    font-size: 12px; letter-spacing: 0.42em; font-weight: 700;
    color: var(--az-gilt-bright);
    margin: 0 0 12px;
}
.az__footer__news__heading {
    font-family: var(--az-display); font-style: italic; font-weight: 400;
    font-size: clamp(32px, 4.4vw, 52px);
    margin: 0 0 var(--az-step-4);
    color: var(--az-paper);
    letter-spacing: -0.01em;
    line-height: 1.05;
}
.az__footer__news__lead {
    font-family: var(--az-meta); font-size: 16px; line-height: 1.55;
    color: var(--az-ivory); margin: 0 0 var(--az-step-5);
}
.az__footer__news__form {
    display: flex; gap: 0; max-width: 480px; margin: 0 auto;
}
.az__footer__news__form input {
    flex: 1; padding: 14px 16px;
    font-family: var(--az-meta); font-size: 15px;
    background: var(--az-paper); color: var(--az-cobalt);
    border: 1px solid var(--az-gilt-deep); border-right: 0; outline: 0;
}
.az__footer__news__form button {
    padding: 14px 22px;
    font-family: var(--az-meta);
    font-size: 12px; letter-spacing: 0.22em; font-weight: 700;
    background: var(--az-gilt); color: var(--az-cobalt);
    transition: background 0.2s;
    border: 1px solid var(--az-gilt);
}
.az__footer__news__form button:hover { background: var(--az-gilt-bright); border-color: var(--az-gilt-bright); }

.az__footer__cols {
    display: grid; gap: clamp(28px, 4vw, 48px);
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    margin-bottom: clamp(36px, 5vw, 56px);
}
@media (max-width: 880px) { .az__footer__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .az__footer__cols { grid-template-columns: 1fr; } }
.az__footer__brand {
    font-family: var(--az-display); font-style: italic;
    font-size: 36px; line-height: 1; color: var(--az-gilt-bright);
    display: block; margin-bottom: var(--az-step-3);
    letter-spacing: -0.02em;
}
.az__footer__voice {
    font-family: var(--az-meta); font-size: 14px; line-height: 1.55;
    color: var(--az-ivory);
    max-width: 32ch;
    margin: 0;
}
.az__footer__col h4 {
    font-family: var(--az-meta); font-weight: 700;
    font-size: 11px; letter-spacing: 0.32em;
    color: var(--az-gilt-bright);
    margin: 0 0 var(--az-step-3);
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(232, 194, 110, 0.24);
}
.az__footer__col ul { list-style: none; padding: 0; margin: 0; }
.az__footer__col li { padding: 6px 0; }
.az__footer__col a { font-family: var(--az-meta); font-size: 14px; color: var(--az-ivory); transition: color 0.2s; }
.az__footer__col a:hover { color: var(--az-gilt-bright); }

.az__footer__legal {
    display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
    font-family: var(--az-meta); font-size: 12px; letter-spacing: 0.1em;
    color: var(--az-ivory);
    padding-top: clamp(20px, 3vw, 32px);
    border-top: 1px solid rgba(232, 194, 110, 0.18);
}
.az__footer__legal span { display: inline-flex; align-items: center; gap: 8px; }
.az__footer__legal__mark {
    color: var(--az-gilt-bright); font-family: var(--az-display); font-style: italic;
}

/* ============================================================
 * Force visibility on home regions (regra 4)
 * ============================================================ */
.az__layout, .az__main, .az__side, .az__hero, .az__hero__media, .az__hero__copy,
.az__feats, .az__feat, .az__section, .az__cat-grid, .az__cat-grid__sub,
.az__card, .az__widget, .az__rank, .az__most, .az__most__list,
.az__footer, .az__footer__cols, .az__footer__news, .az__chrome, .az__masthead {
    content-visibility: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Page load reveal */
@keyframes az-reveal {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
    .az__hero, .az__feats, .az__section, .az__widget, .az__most {
        animation: az-reveal 0.5s ease both;
    }
    .az__hero { animation-delay: 0.05s; }
    .az__feats { animation-delay: 0.10s; }
    .az__section:nth-of-type(1) { animation-delay: 0.15s; }
    .az__section:nth-of-type(2) { animation-delay: 0.20s; }
    .az__section:nth-of-type(3) { animation-delay: 0.25s; }
    .az__most { animation-delay: 0.30s; }
}

/* ============================================================
 * SINGLE POST + ARCHIVE additions (v2.1)
 * ============================================================ */

/* Article shell shared with archive */
.az__article-shell, .az__archive-shell {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px) var(--az-pad);
}

/* Breadcrumb */
.az__crumb {
    font-family: var(--az-meta);
    font-size: 12px;
    letter-spacing: 0.18em;
    font-weight: 500;
    color: var(--az-muted);
    margin-bottom: clamp(20px, 3vw, 32px);
    display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.az__crumb a {
    color: var(--az-cobalt-2);
    transition: color 0.2s;
    border-bottom: 1px solid transparent;
}
.az__crumb a:hover { color: var(--az-gilt-deep); border-bottom-color: var(--az-gilt); }
.az__crumb__sep { color: var(--az-gilt); font-size: 9px; }

/* ============================================================
 * SINGLE ARTICLE
 * ============================================================ */
.az__article {
    max-width: 740px;
    margin: 0 auto;
}
.az__article__head {
    margin-bottom: clamp(28px, 4vw, 48px);
    text-align: center;
    padding-bottom: clamp(24px, 3vw, 36px);
    border-bottom: 3px double var(--az-rule);
    position: relative;
}
.az__article__head::after {
    content: ""; position: absolute;
    left: 50%; bottom: -3px;
    transform: translateX(-50%);
    width: 64px; height: 5px;
    background: var(--az-gilt);
}
.az__article__kicker {
    display: inline-block;
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.32em; font-weight: 700;
    color: var(--az-gilt-deep);
    padding: 4px 14px;
    border: 1px solid var(--az-gilt);
    margin-bottom: clamp(20px, 2.5vw, 28px);
    transition: background 0.2s, color 0.2s;
}
.az__article__kicker:hover { background: var(--az-gilt); color: var(--az-paper); }
.az__article__title {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: clamp(32px, 5vw, 60px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 clamp(16px, 2.5vw, 24px);
    color: var(--az-cobalt);
}
.az__article__lead {
    font-family: var(--az-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.45;
    color: var(--az-cobalt-2);
    margin: 0 0 clamp(20px, 3vw, 32px);
    max-width: 56ch;
    margin-left: auto; margin-right: auto;
}
.az__article__meta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-family: var(--az-meta);
    font-size: 12px;
    letter-spacing: 0.18em;
    color: var(--az-muted);
    margin: 0;
}
.az__article__author { color: var(--az-cobalt-2); }
.az__article__author__label { color: var(--az-muted); margin-right: 4px; }
.az__article__author strong { color: var(--az-gilt-deep); font-weight: 700; letter-spacing: 0.18em; }
.az__article__sep { color: var(--az-gilt); }

.az__article__cover {
    margin: 0 0 clamp(28px, 4vw, 48px);
    overflow: hidden;
    background: var(--az-cobalt-soft);
    position: relative;
}
.az__article__cover img {
    width: 100%; height: auto; display: block;
    aspect-ratio: 16/10; object-fit: cover;
    filter: contrast(1.04) saturate(1.04);
}
.az__article__cover figcaption {
    font-family: var(--az-meta);
    font-size: 12px; letter-spacing: 0.06em;
    color: var(--az-muted);
    padding: 12px 16px;
    border-top: 1px solid var(--az-rule);
    background: var(--az-ivory);
}

/* ============================================================
 * PROSE — links VISÍVEIS, drop-cap, ritmo editorial
 * ============================================================ */
.az__prose {
    font-family: "Source Serif 4", "Source Serif Pro", Georgia, "Iowan Old Style", serif;
    font-size: 19px;
    line-height: 1.7;
    color: var(--az-cobalt);
    max-width: 64ch;
    margin: 0 auto;
}
.az__prose p { margin: 0 0 1.2em; }
.az__prose p:first-of-type::first-letter {
    font-family: var(--az-display);
    font-size: 4em;
    float: left;
    line-height: 0.84;
    margin: 0.06em 0.12em 0 -0.05em;
    color: var(--az-gilt-deep);
    font-style: italic;
}
.az__prose h2, .az__prose h3, .az__prose h4 {
    font-family: var(--az-display);
    font-weight: 400;
    color: var(--az-cobalt);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 2em 0 0.5em;
}
.az__prose h2 { font-size: clamp(24px, 3.4vw, 34px); font-style: italic; padding-top: 0.6em; border-top: 1px solid var(--az-rule); position: relative; }
.az__prose h2::before {
    content: ""; position: absolute;
    top: -1px; left: 0;
    width: 48px; height: 3px;
    background: var(--az-gilt);
}
.az__prose h3 { font-size: clamp(20px, 2.6vw, 26px); }
.az__prose h4 { font-size: 18px; font-family: var(--az-meta); font-weight: 700; letter-spacing: 0.14em; color: var(--az-gilt-deep); margin-bottom: 0.4em; }

.az__prose ul, .az__prose ol {
    margin: 0 0 1.4em;
    padding-left: 1.4em;
}
.az__prose li { margin-bottom: 0.5em; }
.az__prose ul li::marker { color: var(--az-gilt); }
.az__prose ol li::marker { color: var(--az-gilt-deep); font-family: var(--az-display); font-style: italic; font-weight: 700; }

.az__prose blockquote {
    margin: 2em 0;
    padding: 0 0 0 28px;
    border-left: 3px solid var(--az-gilt);
    font-family: var(--az-display);
    font-style: italic;
    font-size: clamp(20px, 2.4vw, 24px);
    line-height: 1.4;
    color: var(--az-cobalt-2);
}
.az__prose blockquote p { margin-bottom: 0.6em; }
.az__prose blockquote cite {
    display: block;
    font-family: var(--az-meta);
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.18em;
    color: var(--az-muted);
    margin-top: 8px;
}

.az__prose img {
    max-width: 100%;
    height: auto;
    margin: 1.6em auto;
    display: block;
}
.az__prose figure {
    margin: 1.8em 0;
}
.az__prose figcaption {
    font-family: var(--az-meta);
    font-size: 13px;
    color: var(--az-muted);
    text-align: center;
    margin-top: 8px;
}

.az__prose hr {
    border: 0;
    height: 1px;
    background: var(--az-rule);
    margin: 2.5em auto;
    width: 80%;
    position: relative;
}
.az__prose hr::after {
    content: "✦"; display: block;
    position: absolute; top: -0.6em; left: 50%;
    transform: translateX(-50%);
    background: var(--az-paper);
    color: var(--az-gilt);
    padding: 0 12px;
    font-size: 14px;
}

/* === LINKS no body — VISIBILIDADE: gold underline + hover === */
.az__prose a {
    color: var(--az-cobalt);
    background-image: linear-gradient(transparent calc(100% - 2px), var(--az-gilt) calc(100% - 2px));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background 0.2s ease, color 0.2s ease;
    padding-bottom: 1px;
    font-weight: 500;
}
.az__prose a:hover {
    color: var(--az-gilt-deep);
    background-image: linear-gradient(var(--az-gilt-bright), var(--az-gilt-bright));
}
.az__prose a:visited { color: var(--az-cobalt-2); }

/* External link indicator */
.az__prose a[href^="http"]:not([href*="azulmagazine.com.br"]):not([href*="//localhost"])::after {
    content: " ↗";
    color: var(--az-gilt-deep);
    font-size: 0.85em;
    font-family: var(--az-meta);
    font-weight: 700;
    margin-left: 2px;
    vertical-align: 0.05em;
    display: inline-block;
}
.az__prose a[href^="mailto:"]::before { content: "✉ "; color: var(--az-gilt-deep); margin-right: 2px; }

/* Tags */
.az__article__tags {
    margin: clamp(36px, 5vw, 56px) auto;
    padding: clamp(20px, 3vw, 28px) 0;
    border-top: 1px solid var(--az-rule);
    border-bottom: 1px solid var(--az-rule);
    text-align: center;
    max-width: 64ch;
}
.az__article__tags__label {
    display: block;
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.34em; font-weight: 700;
    color: var(--az-gilt-deep);
    margin-bottom: 12px;
}
.az__article__tags ul {
    list-style: none; padding: 0; margin: 0;
    display: inline-flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
.az__article__tags a {
    display: inline-block;
    padding: 6px 14px;
    font-family: var(--az-meta);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--az-cobalt);
    background: var(--az-ivory);
    border: 1px solid var(--az-rule);
    transition: all 0.2s;
}
.az__article__tags a:hover { background: var(--az-gilt); color: var(--az-paper); border-color: var(--az-gilt); }

/* ============================================================
 * RELATED POSTS (3 cols com card visual rico)
 * ============================================================ */
.az__related {
    max-width: 1080px;
    margin: clamp(48px, 7vw, 88px) auto 0;
}
.az__related__head {
    text-align: center;
    margin-bottom: clamp(24px, 4vw, 40px);
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--az-rule);
}
.az__related__head::after {
    content: ""; position: absolute;
    left: 50%; bottom: -3px; transform: translateX(-50%);
    width: 56px; height: 5px;
    background: var(--az-gilt);
}
.az__related__kicker {
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.36em; font-weight: 700;
    color: var(--az-gilt-deep);
    margin: 0 0 8px;
}
.az__related__heading {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--az-cobalt);
    margin: 0;
}
.az__related__heading em { color: var(--az-gilt-deep); font-style: italic; }
.az__related__grid {
    display: grid;
    gap: clamp(20px, 3vw, 32px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 880px) { .az__related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .az__related__grid { grid-template-columns: 1fr; } }

.az__related__card {
    display: block;
    text-decoration: none;
    color: inherit;
}
.az__related__media {
    display: block;
    aspect-ratio: 5/4;
    overflow: hidden;
    background: var(--az-ivory-2);
    margin-bottom: 12px;
}
.az__related__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.az__related__card:hover .az__related__media img { transform: scale(1.04); }
.az__related__cat {
    font-family: var(--az-meta);
    font-size: 10px; letter-spacing: 0.24em; font-weight: 700;
    color: var(--az-gilt-deep);
    margin: 0 0 4px;
}
.az__related__title {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.18;
    margin: 0 0 8px;
    color: var(--az-cobalt);
}
.az__related__title a { transition: color 0.2s; }
.az__related__title a:hover { color: var(--az-gilt-deep); }
.az__related__date {
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.14em;
    color: var(--az-muted);
    margin: 0;
}

/* ============================================================
 * COMMENTS
 * ============================================================ */
.az__comments {
    max-width: 740px;
    margin: clamp(48px, 6vw, 80px) auto 0;
    padding-top: clamp(28px, 4vw, 40px);
    border-top: 3px double var(--az-rule);
}
.az__comments__head { text-align: center; margin-bottom: clamp(20px, 3vw, 32px); }
.az__comments__kicker {
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.36em; font-weight: 700;
    color: var(--az-gilt-deep); margin: 0 0 8px;
}
.az__comments__heading {
    font-family: var(--az-display); font-weight: 400; font-style: italic;
    font-size: clamp(26px, 3.6vw, 36px);
    margin: 0;
    color: var(--az-cobalt);
}

/* ============================================================
 * ARCHIVE
 * ============================================================ */
.az__archive__head {
    text-align: center;
    padding: clamp(20px, 3vw, 32px) 0 clamp(28px, 4vw, 44px);
    margin-bottom: clamp(28px, 4vw, 48px);
    border-bottom: 3px double var(--az-rule);
    position: relative;
}
.az__archive__head::after {
    content: ""; position: absolute;
    left: 50%; bottom: -3px; transform: translateX(-50%);
    width: 64px; height: 5px;
    background: var(--az-gilt);
}
.az__archive__kicker {
    display: inline-block;
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.34em; font-weight: 700;
    color: var(--az-gilt-deep);
    padding: 4px 14px;
    border: 1px solid var(--az-gilt);
    margin: 0 0 20px;
}
.az__archive__title {
    font-family: var(--az-display);
    font-weight: 400; font-style: italic;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: var(--az-cobalt);
    margin: 0 0 16px;
}
.az__archive__desc {
    font-family: var(--az-display); font-style: italic;
    font-size: clamp(16px, 2vw, 19px);
    color: var(--az-cobalt-2);
    line-height: 1.5;
    max-width: 60ch;
    margin: 0 auto 14px;
}
.az__archive__count {
    font-family: var(--az-meta);
    font-size: 12px; letter-spacing: 0.16em;
    color: var(--az-muted);
    margin: 0;
}
.az__archive__subs {
    display: flex; flex-wrap: wrap; gap: 10px;
    justify-content: center;
    margin-top: clamp(20px, 3vw, 28px);
    padding-top: clamp(16px, 2vw, 20px);
    border-top: 1px solid var(--az-rule);
}
.az__archive__subs a {
    font-family: var(--az-meta);
    font-size: 12px; letter-spacing: 0.14em; font-weight: 600;
    color: var(--az-cobalt);
    padding: 6px 14px;
    background: var(--az-ivory);
    border: 1px solid var(--az-rule);
    transition: all 0.2s;
}
.az__archive__subs a:hover { background: var(--az-gilt); color: var(--az-paper); border-color: var(--az-gilt); }

/* Feed: 1 featured grande + 11 cards 2-cols */
.az__archive__feed {
    display: grid;
    gap: clamp(24px, 3.5vw, 40px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 720px) { .az__archive__feed { grid-template-columns: minmax(0, 1fr); } }

.az__acard { display: flex; flex-direction: column; }
.az__acard__media {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--az-ivory-2);
    margin-bottom: 14px;
}
.az__acard__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease, filter 0.4s ease;
}
.az__acard:hover .az__acard__media img { transform: scale(1.04); filter: contrast(1.06) saturate(1.05); }
.az__acard__cat {
    display: inline-block;
    font-family: var(--az-meta);
    font-size: 10px; letter-spacing: 0.24em; font-weight: 700;
    color: var(--az-gilt-deep);
    margin: 0 0 8px;
    border-bottom: 1px solid var(--az-gilt);
    padding-bottom: 2px;
}
.az__acard__title {
    font-family: var(--az-display);
    font-weight: 400;
    font-size: clamp(22px, 2.6vw, 28px);
    line-height: 1.12;
    margin: 0 0 10px;
    color: var(--az-cobalt);
}
.az__acard__title a { transition: color 0.2s; }
.az__acard__title a:hover { color: var(--az-gilt-deep); }
.az__acard__excerpt {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 15px; line-height: 1.55;
    color: var(--az-muted);
    margin: 0 0 12px;
    max-width: 50ch;
}
.az__acard__meta {
    font-family: var(--az-meta);
    font-size: 11px; letter-spacing: 0.14em;
    color: var(--az-muted);
    margin: auto 0 0;
}
.az__acard__meta strong { color: var(--az-cobalt-2); font-weight: 700; }

/* Featured first card — span 2 cols + larger */
.az__acard--feature {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 36px);
    align-items: center;
    padding-bottom: clamp(24px, 4vw, 36px);
    border-bottom: 3px double var(--az-rule);
    margin-bottom: clamp(8px, 2vw, 16px);
}
@media (max-width: 720px) { .az__acard--feature { grid-template-columns: minmax(0, 1fr); } }
.az__acard--feature .az__acard__media { aspect-ratio: 5/4; margin-bottom: 0; }
.az__acard--feature .az__acard__title { font-size: clamp(28px, 4vw, 44px); font-style: italic; line-height: 1.05; }

/* Pagination */
.az__pagi {
    margin: clamp(40px, 6vw, 72px) 0 clamp(20px, 3vw, 32px);
    text-align: center;
}
.az__pagi .page-numbers {
    list-style: none;
    padding: 0; margin: 0;
    display: inline-flex; flex-wrap: wrap; gap: 6px; justify-content: center;
}
.az__pagi .page-numbers li { display: inline-block; }
.az__pagi a, .az__pagi span {
    display: inline-block;
    min-width: 40px;
    padding: 8px 14px;
    font-family: var(--az-meta);
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--az-cobalt);
    border: 1px solid var(--az-rule);
    background: var(--az-paper);
    transition: all 0.2s;
    text-align: center;
}
.az__pagi a:hover { background: var(--az-ivory); border-color: var(--az-gilt); color: var(--az-gilt-deep); }
.az__pagi .current { background: var(--az-cobalt); color: var(--az-gilt-bright); border-color: var(--az-cobalt); }
.az__pagi .dots { background: transparent; border-color: transparent; }
.az__pagi .prev, .az__pagi .next { letter-spacing: 0.1em; }

.az__empty {
    text-align: center;
    padding: clamp(40px, 6vw, 72px) 20px;
    border: 1px solid var(--az-rule);
    background: var(--az-ivory);
}
.az__empty h2 {
    font-family: var(--az-display); font-style: italic;
    font-size: clamp(24px, 3vw, 32px);
    color: var(--az-cobalt);
    margin: 0 0 12px;
}
.az__empty p { font-family: var(--az-meta); color: var(--az-muted); margin: 0; }
.az__empty a { color: var(--az-gilt-deep); border-bottom: 1px solid var(--az-gilt); }

/* ============================================================
 * MOBILE FIXES
 * ============================================================ */
@media (max-width: 720px) {
    .az__brand__name { font-size: clamp(48px, 14vw, 84px); letter-spacing: -0.03em; }
    .az__brand__sub { letter-spacing: 0.34em; font-size: 10px; }
    .az__masthead::before { width: 80px; }
    .az__masthead::after  { width: 60px; }

    .az__menu { gap: 0; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 0 var(--az-pad); -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
    .az__menu::-webkit-scrollbar { height: 3px; }
    .az__menu::-webkit-scrollbar-thumb { background: var(--az-gilt); }
    .az__menu > li > a { white-space: nowrap; padding: 14px 12px; font-size: 12px; letter-spacing: 0.14em; }

    .az__ticker__label { padding: 12px 14px; font-size: 11px; letter-spacing: 0.16em; }
    .az__ticker__track { padding: 12px 16px; gap: 32px; font-size: 13px; }
    .az__ticker__track a + a::before { margin: 0 16px 0 -16px; }

    .az__hero { gap: 18px; }
    .az__hero__title { font-size: clamp(26px, 7vw, 40px); }
    .az__hero__lead { font-size: 15px; }

    .az__feats { gap: 18px; padding-top: 18px; }
    .az__feat { grid-template-columns: 100px 1fr; gap: 12px; }
    .az__feat__title { font-size: 17px; }

    .az__section__heading { font-size: clamp(28px, 6vw, 36px); }
    .az__section__num { font-size: 10px; }

    .az__rank__num { font-size: 36px; }
    .az__rank__title { font-size: 15px; }

    .az__most__list li { padding: 14px 18px; gap: 12px; grid-template-columns: 56px 1fr; }
    .az__most__num { font-size: 42px; }
    .az__most__title { font-size: 16px; }

    .az__article__title { font-size: clamp(28px, 7.5vw, 42px); }
    .az__article__lead { font-size: 16px; }

    .az__prose { font-size: 17px; line-height: 1.65; }
    .az__prose p:first-of-type::first-letter { font-size: 3.4em; margin: 0.05em 0.1em 0 -0.04em; }

    .az__acard--feature { padding-bottom: 22px; }
    .az__acard--feature .az__acard__title { font-size: clamp(24px, 6vw, 34px); }

    .az__footer__news__form { flex-direction: column; }
    .az__footer__news__form input { border-right: 1px solid var(--az-gilt-deep); }
    .az__footer__news__form button { border-top: 0; }

    .az__layout { gap: 24px; }
    .az__side { order: 2; }  /* sidebar abaixo do main no mobile (regra 1: source order = visual; CSS order só ajusta no mobile) */
    .az__main { order: 1; }
}

@media (max-width: 480px) {
    .az__pad { padding-left: 16px; padding-right: 16px; }
    .az__brand__name { font-size: 52px; }
    .az__pagi a, .az__pagi span { min-width: 34px; padding: 7px 10px; font-size: 12px; }
}

/* Force visibility on new regions (regra 4) */
.az__article, .az__article__head, .az__article__cover, .az__article__body, .az__prose,
.az__article__tags, .az__related, .az__related__grid, .az__related__card,
.az__archive__head, .az__archive__feed, .az__acard, .az__acard__body, .az__pagi, .az__crumb {
    content-visibility: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ============================================================
 * SHARE BUTTONS (inline after first paragraph)
 * Substitui .az__share-inline antigo. Pills com SVG icons.
 * ============================================================ */
.az__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 16px;
    margin: clamp(20px, 3vw, 32px) 0;
    padding: clamp(14px, 2vw, 18px) 0;
    border-top: 1px solid var(--az-rule);
    border-bottom: 1px solid var(--az-rule);
    position: relative;
}
.az__share::before {
    content: ""; position: absolute;
    top: -1px; left: 0;
    width: 48px; height: 3px;
    background: var(--az-gilt);
}
.az__share__label {
    font-family: var(--az-meta);
    font-size: 11px;
    letter-spacing: 0.32em;
    font-weight: 700;
    color: var(--az-gilt-deep);
    text-transform: uppercase;
    flex-shrink: 0;
}
.az__share__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.az__share__list li { padding: 0; margin: 0; }

/* Pill button base */
.az__share__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    background: var(--az-paper);
    border: 1px solid var(--az-rule);
    color: var(--az-cobalt);
    font-family: var(--az-meta);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
    background-image: none !important;  /* override .az__prose a underline */
}
.az__share__btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.az__share__btn span { line-height: 1; }
.az__share__btn:hover {
    background: var(--az-cobalt) !important;
    color: var(--az-gilt-bright) !important;
    border-color: var(--az-cobalt);
    transform: translateY(-1px);
}
.az__share__btn:focus-visible {
    outline: 2px solid var(--az-gilt);
    outline-offset: 2px;
}

/* Brand-color hover overrides per network */
.az__share__btn--wa:hover { background: #25D366 !important; border-color: #25D366; color: #fff !important; }
.az__share__btn--x:hover  { background: #000 !important; border-color: #000; color: #fff !important; }
.az__share__btn--fb:hover { background: #1877F2 !important; border-color: #1877F2; color: #fff !important; }
.az__share__btn--in:hover { background: #0A66C2 !important; border-color: #0A66C2; color: #fff !important; }
.az__share__btn--copy { font-family: var(--az-meta); }
.az__share__btn--copy.is-copied { background: var(--az-gilt) !important; color: var(--az-cobalt) !important; border-color: var(--az-gilt); }

/* Override prose link styles inside share */
.az__prose .az__share a,
.az__prose .az__share button { background-image: none !important; padding-bottom: 9px; }
.az__prose .az__share a:visited { color: var(--az-cobalt); }

/* Mobile: ícones ficam mais compactos mas mantém label */
@media (max-width: 520px) {
    .az__share { gap: 10px 12px; flex-direction: column; align-items: flex-start; }
    .az__share__list { width: 100%; gap: 6px; }
    .az__share__btn { padding: 10px 12px; font-size: 11px; flex: 1 0 auto; justify-content: center; }
    .az__share__btn span { display: inline; }
}

/* Force visibility */
.az__share, .az__share__list, .az__share__btn {
    content-visibility: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ============================================================
 * CONTACT FORM (page-contato)
 * ============================================================ */
.az__flash {
    display: flex; gap: 16px;
    padding: 18px 24px;
    margin: clamp(20px, 3vw, 32px) auto;
    max-width: 64ch;
    border-left: 4px solid;
    background: var(--az-ivory);
    align-items: flex-start;
    flex-wrap: wrap;
}
.az__flash--ok  { border-left-color: var(--az-gilt); }
.az__flash--err { border-left-color: #C0392B; background: #FDF1ED; }
.az__flash__badge {
    flex-shrink: 0;
    font-family: var(--az-meta);
    font-size: 11px;
    letter-spacing: 0.28em;
    font-weight: 700;
    color: var(--az-gilt-deep);
    padding: 4px 10px;
    background: var(--az-paper);
    border: 1px solid var(--az-gilt);
}
.az__flash--err .az__flash__badge { color: #8E2F0C; border-color: #8E2F0C; background: #fff; }
.az__flash p {
    margin: 0;
    font-family: var(--az-meta);
    font-size: 14px;
    line-height: 1.55;
    color: var(--az-cobalt);
    flex: 1; min-width: 200px;
}

.az__form {
    max-width: 720px;
    margin: clamp(28px, 4vw, 48px) auto 0;
    padding-top: clamp(20px, 3vw, 32px);
    border-top: 3px double var(--az-rule);
    position: relative;
}
.az__form::before {
    content: ""; position: absolute;
    top: -3px; left: 50%; transform: translateX(-50%);
    width: 64px; height: 5px;
    background: var(--az-gilt);
}
.az__form__honey {
    position: absolute; left: -9999px;
    width: 1px; height: 1px; overflow: hidden;
}
.az__form__opener {
    text-align: center;
    font-family: var(--az-meta);
    font-size: 11px;
    letter-spacing: 0.36em;
    font-weight: 700;
    color: var(--az-gilt-deep);
    margin: 0 0 clamp(24px, 3vw, 32px);
}

.az__form__grid {
    display: grid;
    gap: clamp(16px, 2.5vw, 24px);
    grid-template-columns: 1fr 1fr;
    margin-bottom: clamp(16px, 2.5vw, 24px);
}
@media (max-width: 600px) { .az__form__grid { grid-template-columns: 1fr; } }

.az__field {
    display: flex; flex-direction: column;
    gap: 6px;
}
.az__field--full { width: 100%; margin-bottom: clamp(20px, 3vw, 32px); }
.az__field label {
    font-family: var(--az-meta);
    font-size: 11px;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: var(--az-gilt-deep);
}
.az__field__req {
    color: #C0392B;
    margin-left: 4px;
    font-weight: 700;
    letter-spacing: 0;
}
.az__field input,
.az__field select,
.az__field textarea {
    width: 100%;
    padding: 12px 14px;
    font-family: var(--az-meta);
    font-size: 15px;
    line-height: 1.5;
    color: var(--az-cobalt);
    background: var(--az-paper);
    border: 1.5px solid var(--az-rule);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    outline: 0;
    -webkit-appearance: none; appearance: none;
    border-radius: 0;
}
.az__field textarea {
    min-height: 220px;
    font-family: "Source Serif 4", "Iowan Old Style", Georgia, serif;
    font-size: 16px;
    line-height: 1.6;
    resize: vertical;
}
.az__field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C99846'%3E%3Cpath d='M3.5 6l4.5 5 4.5-5'/%3E%3C/svg%3E");
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-right: 36px;
}
.az__field input::placeholder,
.az__field textarea::placeholder { color: var(--az-muted); opacity: 0.7; font-style: italic; }
.az__field input:hover,
.az__field select:hover,
.az__field textarea:hover { border-color: var(--az-gilt); }
.az__field input:focus,
.az__field select:focus,
.az__field textarea:focus {
    border-color: var(--az-cobalt);
    background: var(--az-ivory);
    box-shadow: 0 0 0 3px rgba(201, 152, 70, 0.18);
}
.az__field__hint {
    font-family: var(--az-meta);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--az-muted);
    margin-top: 4px;
}

.az__form__sign {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding-top: clamp(20px, 3vw, 28px);
    border-top: 1px solid var(--az-rule);
}
.az__form__submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: var(--az-cobalt);
    color: var(--az-gilt-bright);
    border: 1px solid var(--az-cobalt);
    font-family: var(--az-meta);
    font-size: 13px;
    letter-spacing: 0.22em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}
.az__form__submit:hover {
    background: var(--az-gilt);
    color: var(--az-cobalt);
    border-color: var(--az-gilt);
    transform: translateY(-1px);
}
.az__form__submit:focus-visible {
    outline: 2px solid var(--az-gilt);
    outline-offset: 3px;
}
.az__form__submit svg {
    transition: transform 0.2s ease;
}
.az__form__submit:hover svg { transform: translateX(4px); }

.az__form__note {
    margin: 0;
    font-family: var(--az-meta);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--az-muted);
    flex: 1; min-width: 220px;
}
.az__form__note a {
    color: var(--az-gilt-deep);
    border-bottom: 1px solid var(--az-gilt);
    padding-bottom: 1px;
    transition: color 0.2s;
}
.az__form__note a:hover { color: var(--az-cobalt); border-bottom-color: var(--az-cobalt); }

@media (max-width: 600px) {
    .az__form__sign { flex-direction: column; align-items: stretch; }
    .az__form__submit { justify-content: center; }
    .az__form__note { text-align: center; }
}

/* Force visibility */
.az__form, .az__form__grid, .az__field, .az__form__sign, .az__form__submit, .az__flash {
    content-visibility: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}
