/* ==========================================================================
   Categorias Profissionais
   Stylesheet do blog. Aesthetic: dark gold magazine, GQ / Esquire vibe.
   Sem dependencias externas alem das duas familias de Google Fonts.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;0,6..96,700;1,6..96,500;1,6..96,700;1,6..96,800&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&display=swap');

:root {
    --ink: #0a0a0a;
    --ink-soft: #141414;
    --ink-line: #1f1f1f;
    --paper: #fafafa;
    --paper-muted: #b8b3a8;
    --paper-faint: #7c776b;
    --gold: #fbbf24;
    --gold-deep: #b08316;
    --gold-soft: rgba(251, 191, 36, 0.16);

    --font-display: 'Bodoni Moda', 'Times New Roman', serif;
    --font-body: 'Source Serif 4', Georgia, serif;

    --measure: 36rem;
    --gutter: clamp(1.25rem, 4vw, 3rem);
    --max-page: 78rem;

    --shadow-card: 0 1px 0 rgba(251, 191, 36, 0.18) inset, 0 24px 60px -36px rgba(0,0,0,0.7);
}

* { box-sizing: border-box; }

html {
    background: var(--ink);
    color: var(--paper);
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1.0625rem;
    line-height: 1.72;
    color: var(--paper);
    background: var(--ink);
    background-image:
        radial-gradient(ellipse at top, rgba(251, 191, 36, 0.04), transparent 50%),
        linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

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

a {
    color: var(--gold);
    text-decoration: none;
    background-image: linear-gradient(var(--gold), var(--gold));
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    transition: background-size 220ms ease, color 220ms ease;
}
a:hover, a:focus { background-size: 100% 1px; color: var(--paper); }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

::selection { background: var(--gold); color: var(--ink); }

.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.muted { color: var(--paper-muted); }

.container {
    width: 100%;
    max-width: var(--max-page);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

.prose { max-width: var(--measure); margin: 0 auto; }

/* --------------------------------------------------------------------------
   Dateline + masthead
   -------------------------------------------------------------------------- */

.dateline {
    border-bottom: 1px solid var(--ink-line);
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--paper-faint);
    padding: 0.65rem 0;
}
.dateline .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.dateline strong {
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 0.28em;
}

.masthead {
    text-align: center;
    padding: 5.5rem var(--gutter) 3rem;
    border-bottom: 1px solid var(--ink-line);
    position: relative;
}
.masthead::after {
    content: '';
    position: absolute;
    left: 50%; bottom: -1px;
    transform: translateX(-50%);
    width: 5rem; height: 1px;
    background: var(--gold);
}
.masthead-brand {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-style: italic;
    font-size: clamp(2.75rem, 7vw, 5.25rem);
    line-height: 0.95;
    letter-spacing: -0.015em;
    color: var(--paper);
}
.masthead-brand a { color: inherit; background: none; }
.masthead-brand a:hover { color: var(--gold); background: none; }
.masthead-tag {
    margin: 1.5rem auto 0;
    max-width: 42rem;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--paper-muted);
    line-height: 1.5;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10,10,10,0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ink-line);
}
.site-nav ul {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    justify-content: center;
    gap: clamp(1rem, 4vw, 3rem);
    flex-wrap: wrap;
}
.site-nav a {
    display: inline-block;
    padding: 1.1rem 0.25rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--paper-muted);
    background: none;
    position: relative;
}
.site-nav a::after {
    content: '';
    position: absolute;
    left: 50%; bottom: 0.7rem;
    transform: translateX(-50%);
    width: 0; height: 1px;
    background: var(--gold);
    transition: width 260ms ease;
}
.site-nav a:hover, .site-nav a:focus, .site-nav a[aria-current="page"] {
    color: var(--paper);
}
.site-nav a:hover::after,
.site-nav a:focus::after,
.site-nav a[aria-current="page"]::after { width: 100%; }

/* --------------------------------------------------------------------------
   Tipografia auxiliar
   -------------------------------------------------------------------------- */

.eyebrow {
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin: 0 0 0.85rem;
    display: inline-block;
}
.eyebrow.muted { color: var(--paper-faint); }

.ornament {
    text-align: center;
    margin: 3.5rem auto;
    color: var(--gold);
    font-size: 1rem;
    letter-spacing: 0.8em;
}
.ornament-mark {
    display: inline-block;
    color: var(--gold);
    font-size: 1.1rem;
    margin: 0 0.5rem;
}

/* --------------------------------------------------------------------------
   Home, featured
   -------------------------------------------------------------------------- */

main { padding: 4rem 0 5rem; }

section { padding: 0; }

.featured {
    max-width: 1080px;
    margin: 0 auto 5rem;
    padding: 3rem var(--gutter) 4rem;
    border-bottom: 1px solid var(--ink-line);
}
.featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
}
.featured-main { padding-right: 0; }
.featured-eyebrow {
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 1.5rem;
}
.featured-main h2 {
    margin: 0 0 1.5rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-style: italic;
    font-size: clamp(2.25rem, 4.4vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.015em;
    color: var(--paper);
}
.featured-main h2 a { color: inherit; background: none; }
.featured-main h2 a:hover { color: var(--gold); background: none; }
.featured-byline {
    font-size: 0.75rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--paper-faint);
    margin: 0 0 1.5rem;
}
.excerpt {
    font-size: 1.08rem;
    color: var(--paper-muted);
    line-height: 1.65;
    font-style: italic;
}

.featured-side {
    border-left: 1px solid var(--ink-line);
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
}
.featured-side article {
    padding: 0 0 1.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid var(--ink-line);
}
.featured-side article:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.featured-side h3 {
    margin: 0 0 0.6rem;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.18;
}
.featured-side h3 a { color: var(--paper); background: none; }
.featured-side h3 a:hover { color: var(--gold); background: none; }
.featured-side p { font-size: 0.95rem; color: var(--paper-muted); margin: 0; }

.section-title {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    color: var(--paper);
    max-width: 1080px;
    margin: 0 auto 2.5rem;
    padding: 0 var(--gutter) 1rem;
    border-bottom: 1px solid var(--ink-line);
    position: relative;
}
.section-title::after {
    content: '';
    position: absolute;
    left: var(--gutter); bottom: -1px;
    width: 2.5rem; height: 1px;
    background: var(--gold);
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2.5rem 2.25rem;
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem var(--gutter) 4rem;
}
@media (min-width: 1200px) {
    .articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.articles-grid article {
    padding: 2rem 1.75rem;
    border: 1px solid var(--ink-line);
    background: var(--ink-soft);
    transition: border-color 240ms ease, transform 240ms ease;
}
.articles-grid article:hover {
    border-color: var(--gold-deep);
    transform: translateY(-2px);
}
.articles-grid h3 {
    margin: 0 0 0.85rem;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 1.18;
}
.articles-grid h3 a { color: var(--paper); background: none; }
.articles-grid h3 a:hover { color: var(--gold); background: none; }
.articles-grid p { color: var(--paper-muted); margin: 0; font-size: 0.97rem; }
.articles-grid time {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--paper-faint);
    margin-bottom: 0.6rem;
}

/* --------------------------------------------------------------------------
   Listing editorial
   -------------------------------------------------------------------------- */

.articles-list-editorial {
    list-style: none;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 var(--gutter);
}
.articles-list-editorial > article {
    display: grid;
    grid-template-columns: 14rem 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--ink-line);
}
.articles-list-editorial .meta-side {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--paper-faint);
    padding-top: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.articles-list-editorial .meta-cat {
    color: var(--gold);
    letter-spacing: 0.3em;
    font-size: 0.7rem;
}
.articles-list-editorial h2 {
    margin: 0 0 0.85rem;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
    line-height: 1.12;
}
.articles-list-editorial h2 a { color: var(--paper); background: none; }
.articles-list-editorial h2 a:hover { color: var(--gold); background: none; }
.articles-list-editorial p { color: var(--paper-muted); margin: 0; font-size: 1rem; }

/* --------------------------------------------------------------------------
   Artigo individual
   -------------------------------------------------------------------------- */

.post-hero {
    max-width: 46rem;
    margin: 0 auto;
    padding: 4rem 0 3.5rem;
    text-align: center;
    border-bottom: 1px solid var(--ink-line);
}
.post-hero .eyebrow { margin-bottom: 1.5rem; }
.post-hero h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-style: italic;
    font-size: clamp(2.4rem, 5.5vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.018em;
    color: var(--paper);
    margin: 0 0 1.75rem;
}
.post-hero .lede {
    font-family: var(--font-body);
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.55;
    color: var(--paper-muted);
    max-width: 36rem;
    margin: 0 auto 2rem;
}
.post-hero .byline {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--paper-faint);
    margin: 0;
}
.post-hero .byline strong {
    color: var(--gold);
    font-weight: 400;
    letter-spacing: 0.32em;
}

.post-meta-rule {
    text-align: center;
    margin: 3rem auto;
    color: var(--gold);
    letter-spacing: 0.6em;
    font-size: 0.9rem;
}

.editorial-note {
    max-width: var(--measure);
    margin: 2.5rem auto 3rem;
    padding: 1.25rem 1.5rem;
    border-left: 1px solid var(--gold);
    background: var(--gold-soft);
    font-family: var(--font-body);
    font-style: italic;
    font-size: 0.92rem;
    color: var(--paper-muted);
    line-height: 1.6;
}

.post-body {
    max-width: var(--measure);
    margin: 0 auto;
    padding: 2rem 0 4rem;
    font-size: 1.125rem;
    line-height: 1.78;
    color: var(--paper);
}
.post-body > p:first-of-type::first-letter {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: 5rem;
    line-height: 0.82;
    float: left;
    margin: 0.55rem 0.75rem 0 -0.15rem;
    color: var(--gold);
}
.post-body p { margin: 0 0 1.5rem; }
.post-body p + p { text-indent: 1.5rem; }
.post-body p:first-of-type { text-indent: 0; }

.post-body h2 {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    line-height: 1.12;
    color: var(--paper);
    margin: 3rem 0 1.25rem;
    padding-top: 1.5rem;
    position: relative;
}
.post-body h2::before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 1px;
    background: var(--gold);
    margin-bottom: 1.4rem;
}

.post-body h3 {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.35rem;
    color: var(--paper);
    margin: 2.25rem 0 0.9rem;
}

.post-body ul, .post-body ol {
    margin: 0 0 1.75rem 0;
    padding-left: 1.5rem;
}
.post-body li {
    margin-bottom: 0.65rem;
    padding-left: 0.4rem;
}
.post-body ul li::marker { content: '◆  '; color: var(--gold); font-size: 0.85em; }
.post-body ol li::marker { color: var(--gold); font-family: var(--font-display); font-style: italic; font-weight: 700; }

.post-body blockquote {
    margin: 2.25rem 0;
    padding: 1.5rem 1.75rem;
    border-left: 2px solid var(--gold);
    background: var(--ink-soft);
    font-family: var(--font-body);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--paper-muted);
    line-height: 1.65;
}
.post-body blockquote strong { color: var(--gold); font-weight: 600; font-style: normal; letter-spacing: 0.04em; }

.post-body a {
    color: var(--gold);
    background-image: linear-gradient(var(--gold-deep), var(--gold-deep));
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
}
.post-body a:hover { color: var(--paper); background-size: 100% 2px; }

.post-body code {
    font-family: 'Menlo', 'Consolas', monospace;
    font-size: 0.9em;
    padding: 0.15rem 0.4rem;
    background: var(--ink-soft);
    border: 1px solid var(--ink-line);
    border-radius: 2px;
    color: var(--gold);
}
.post-body pre {
    background: var(--ink-soft);
    border: 1px solid var(--ink-line);
    border-left: 2px solid var(--gold);
    padding: 1.25rem 1.5rem;
    overflow-x: auto;
    font-size: 0.92rem;
    color: var(--paper);
    margin: 1.75rem 0;
}
.post-body pre code { background: none; border: 0; padding: 0; color: inherit; }

.post-body hr {
    border: 0;
    text-align: center;
    margin: 3rem 0;
    height: 1px;
    overflow: visible;
    position: relative;
}
.post-body hr::after {
    content: '❦';
    position: absolute;
    left: 50%;
    top: -0.7rem;
    transform: translateX(-50%);
    background: var(--ink);
    padding: 0 1.2rem;
    color: var(--gold);
    font-size: 1.2rem;
    letter-spacing: normal;
}

/* --------------------------------------------------------------------------
   Ads, pagination, navegacao de post
   -------------------------------------------------------------------------- */

.ad-slot {
    max-width: var(--measure);
    margin: 3rem auto;
    padding: 1.5rem;
    border: 1px dashed var(--ink-line);
    text-align: center;
    color: var(--paper-faint);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin: 4rem auto 0;
    max-width: var(--measure);
    padding: 2rem 0;
    border-top: 1px solid var(--ink-line);
}
.pagination a {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--paper-muted);
    background: none;
}
.pagination a:hover { color: var(--gold); }
.page-counter {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1rem;
    color: var(--gold);
}

.post-nav {
    max-width: var(--measure);
    margin: 4rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid var(--ink-line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.post-nav a {
    display: block;
    padding: 1.25rem 0;
    background: none;
}
.post-nav .eyebrow { display: block; margin-bottom: 0.5rem; }
.post-nav h4 {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.15rem;
    color: var(--paper);
    margin: 0;
    line-height: 1.25;
}
.post-nav a:hover h4 { color: var(--gold); }
.post-nav > *:last-child { text-align: right; }

/* --------------------------------------------------------------------------
   Busca
   -------------------------------------------------------------------------- */

.search-form {
    max-width: 32rem;
    margin: 2rem auto 3rem;
    display: flex;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 0.5rem;
}
.search-form input[type="search"] {
    flex: 1;
    background: transparent;
    border: 0;
    color: var(--paper);
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.4rem;
    padding: 0.5rem 0;
}
.search-form input[type="search"]::placeholder { color: var(--paper-faint); font-style: italic; }
.search-form input[type="search"]:focus { outline: none; }
.search-form button {
    background: transparent;
    border: 0;
    color: var(--gold);
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 0.5rem;
}
.search-form button:hover { color: var(--paper); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
    background: #050505;
    border-top: 1px solid var(--ink-line);
    margin-top: 6rem;
    padding: 4.5rem 0 2.5rem;
    color: var(--paper-muted);
}

.colophon {
    text-align: center;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--ink-line);
    margin-bottom: 3rem;
}
.colophon-brand {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: 2rem;
    color: var(--paper);
    margin: 0 0 0.75rem;
}
.colophon-tag {
    font-style: italic;
    color: var(--paper-muted);
    max-width: 36rem;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}
.footer-grid h4 {
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 1rem;
    font-weight: 600;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 0.5rem; }
.footer-grid a { color: var(--paper-muted); background: none; font-size: 0.95rem; }
.footer-grid a:hover { color: var(--gold); }

.footer-legal {
    border-top: 1px solid var(--ink-line);
    padding-top: 2rem;
    font-size: 0.78rem;
    color: var(--paper-faint);
    line-height: 1.6;
    text-align: center;
}
.footer-legal p { margin: 0 0 0.5rem; }
.footer-legal strong { color: var(--paper-muted); font-weight: 600; }

/* --------------------------------------------------------------------------
   Cookie banner (CRITICO: respeitar atributo hidden)
   -------------------------------------------------------------------------- */

#cookie-banner[hidden] { display: none !important; }
#cookie-banner {
    position: fixed;
    inset: auto 0 0 0;
    background: var(--ink-soft);
    border-top: 1px solid var(--gold);
    padding: 1.25rem var(--gutter);
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.5);
}
#cookie-banner p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--paper-muted);
    max-width: 42rem;
    line-height: 1.5;
}
#cookie-banner button {
    background: var(--gold);
    color: var(--ink);
    border: 0;
    padding: 0.7rem 1.5rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: background 220ms ease;
}
#cookie-banner button:hover { background: var(--paper); }

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */

.error-404 {
    text-align: center;
    padding: 6rem var(--gutter);
    max-width: 36rem;
    margin: 0 auto;
}
.error-404 h1 {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(4rem, 10vw, 7rem);
    color: var(--gold);
    margin: 0 0 1.5rem;
    line-height: 1;
}
.error-404 p {
    color: var(--paper-muted);
    font-style: italic;
    font-size: 1.1rem;
    margin: 0 0 2rem;
}

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
    .featured-grid { grid-template-columns: 1fr; }
    .featured-side {
        border-left: 0;
        border-top: 1px solid var(--ink-line);
        padding-left: 0;
        padding-top: 2.5rem;
        margin-top: 2.5rem;
    }
    .articles-list-editorial > article {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

@media (max-width: 720px) {
    body { font-size: 1rem; }
    .masthead { padding: 4rem var(--gutter) 2.5rem; }
    .masthead-brand { font-size: clamp(2.25rem, 11vw, 3.25rem); }
    .site-nav ul {
        flex-wrap: wrap;
        gap: 0.85rem;
        justify-content: center;
    }
    .site-nav a {
        padding: 0.85rem 0.25rem;
        font-size: 0.68rem;
        letter-spacing: 0.22em;
    }
    .featured { padding: 1.5rem var(--gutter) 2.5rem; margin-bottom: 3rem; }
    .featured-main h2 { font-size: clamp(1.6rem, 7vw, 2.1rem); }
    .post-hero { padding: 2.5rem 0 2.5rem; }
    .post-hero h1 { font-size: clamp(1.6rem, 8vw, 2.4rem); }
    .post-hero .lede { font-size: 1.05rem; }
    .post-body { font-size: 1rem; padding: 1rem var(--gutter) 3rem; }
    .post-body > p:first-of-type::first-letter { font-size: 3.5rem; margin: 0.35rem 0.55rem -0.3rem 0; line-height: 0.85; }
    .post-nav { grid-template-columns: 1fr; }
    .post-nav > *:last-child { text-align: left; }
    .dateline .container { flex-direction: column; gap: 0.35rem; }
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem var(--gutter) 2rem;
    }
    .articles-list-editorial > article { gap: 0.75rem; padding: 1.25rem 0; }
    .eyebrow { font-size: 0.68rem; letter-spacing: 0.22em; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* --------------------------------------------------------------------------
   Print
   -------------------------------------------------------------------------- */

@media print {
    html, body { background: #fff; color: #000; }
    .site-nav, .dateline, .site-footer, #cookie-banner, .ad-slot, .post-nav, .pagination, .search-form { display: none !important; }
    .masthead { border-color: #000; }
    .post-hero h1, .post-body h2, .post-body h3, .masthead-brand, .colophon-brand { color: #000; }
    .post-body, .post-hero .lede { color: #000; }
    .post-body > p:first-of-type::first-letter { color: #000; }
    a { color: #000; background: none; text-decoration: underline; }
    .post-body h2::before { background: #000; }
}

/* --------------------------------------------------------------------------
   Acessibilidade: reduced motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
    a, .articles-grid article, .site-nav a::after { transition: none !important; }
}
