/*
Theme Name: SoCientífica Editorial
Theme URI: https://socientifica.com.br
Author: SoCientífica
Description: Tema editorial responsivo para o portal SoCientífica, com foco em jornalismo científico, legibilidade e fotografia.
Version: 1.4.4
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
Text Domain: socientifica-editorial
*/

:root {
  --se-ink: #1a1a1a;
  --se-body: #333;
  --se-muted: #6e6e6e;
  --se-line: #e5e5e5;
  --se-soft: #f5f5f5;
  --se-paper: #fff;
  --se-serif: Georgia, "Times New Roman", serif;
  --se-sans: Arial, Helvetica, sans-serif;
  --se-condensed: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --se-container: 1240px;
  --se-reading: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--se-body); background: var(--se-paper); font-family: var(--se-sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: #000; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; padding: 12px; margin: 8px; clip: auto; background: #fff; z-index: 9999; }
.se-container { width: min(calc(100% - 40px), var(--se-container)); margin-inline: auto; }

.se-topbar { background: #a9dced; color: #1a1a1a; font-size: 14px; letter-spacing: 0; text-align: center; }
.se-topbar a { display: block; padding: 12px 16px; }
.site-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--se-line); }
.se-masthead { min-height: 54px; display: grid; grid-template-columns: 190px 1fr 220px; gap: 24px; align-items: center; }
.site-branding { text-align: left; }
.custom-logo { max-height: 42px; width: auto; }
.site-title { display: inline-flex; flex-direction: column; color: #050505; font: 900 22px/.72 Georgia, serif; letter-spacing: -.075em; }
.site-title span:last-child { font-size: 19px; }
.se-nav-toggle { display: none; border: 0; background: transparent; padding: 10px 0; font: 700 12px var(--se-sans); text-transform: uppercase; cursor: pointer; }
.se-main-nav ul, .se-header-actions, .se-footer-menu { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 0; }
.se-main-nav > div > ul, .se-main-nav > ul { min-height: 54px; justify-content: center; }
.se-main-nav > div > ul > li + li, .se-main-nav > ul > li + li { margin-left: 13px; padding-left: 13px; border-left: 1px dotted #159ac4; }
.se-main-nav a { font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; white-space: nowrap; }
.se-main-nav a:hover, .se-main-nav .current-menu-item > a { text-decoration: underline; text-underline-offset: 5px; }
.se-main-nav .menu-item-has-children { position: relative; }
.se-main-nav .sub-menu { display: none; position: absolute; top: 100%; left: -18px; min-width: 220px; padding: 16px 18px; background: #fff; border: 1px solid var(--se-line); box-shadow: 0 12px 24px rgba(0,0,0,.08); flex-direction: column; align-items: stretch; gap: 9px; }
.se-main-nav .menu-item-has-children:hover > .sub-menu, .se-main-nav .menu-item-has-children:focus-within > .sub-menu { display: flex; }
.se-header-actions { justify-content: flex-end; gap: 12px; }
.se-search-button { width: 40px; height: 40px; padding: 0; border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.se-header-actions .se-button { min-height: 30px; padding: 5px 13px; border-color: #087fa8; border-radius: 5px; background: #087fa8; font-size: 14px; letter-spacing: 0; text-transform: none; }
.se-button { display: inline-flex; min-height: 44px; padding: 10px 20px; align-items: center; justify-content: center; border: 1px solid #111; border-radius: 2px; background: #111; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .2s ease; }
.se-button:hover { background: #333; color: #fff; }
.se-button--outline { background: transparent; color: #111; }
.se-button--outline:hover { background: #111; color: #fff; }
.se-login { font-size: 13px; font-weight: 700; }
.se-search-panel { display: none; padding: 14px 0; border-top: 1px solid var(--se-line); }
.se-search-panel.is-open { display: block; }
.search-form { display: flex; max-width: 680px; margin: auto; }
.search-field { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid #bbb; font: inherit; }
.search-submit { border-radius: 0; }

.site-main { min-height: 55vh; }
.se-section { padding: clamp(48px, 6vw, 82px) 0; }
.se-section + .se-section { border-top: 1px solid var(--se-line); }
.se-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.se-section-title { margin: 0; color: var(--se-ink); font: 700 clamp(25px, 3vw, 36px)/1.15 var(--se-serif); }
.se-section-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid; }
.se-kicker { display: inline-block; margin-bottom: 9px; color: var(--se-muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.se-meta { display: flex; flex-wrap: wrap; gap: 0; color: var(--se-muted); font-size: 12px; }
.se-meta > * + *::before { content: "\00b7"; padding: 0 7px; }

.se-hero { padding: 31px 0 42px; }
.se-hero > .se-container { width: min(calc(100% - 40px), 1140px); }
.se-hero-grid { display: grid; grid-template-columns: 560px 420px; justify-content: center; gap: 40px; }
.se-lead-image, .se-card-image, .se-compact-image { overflow: hidden; background: var(--se-soft); }
.se-lead { padding: 0; border: 0; border-radius: 9px; overflow: hidden; background: #eee; }
.se-lead-image { aspect-ratio: 560/356; margin-bottom: 0; }
.se-lead-copy { position: static; width: auto; margin: 0; padding: 22px 25px 25px; background: #eee; }
.se-lead-image img, .se-card-image img, .se-compact-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.se-lead:hover img, .se-card:hover img, .se-compact:hover img { transform: scale(1.018); }
.se-lead-title { max-width: 520px; margin: 0 0 10px; color: var(--se-ink); font: 800 30px/1.18 var(--se-condensed); letter-spacing: -.035em; }
.se-lead-excerpt { max-width: 500px; margin: 0 0 11px; color: #333; font: 18px/1.45 var(--se-condensed); }
.se-lead .se-kicker { display: none; }
.se-compact-list { display: flex; flex-direction: column; padding: 0; }
.se-compact { display: grid; grid-template-columns: 100px 1fr; gap: 13px; padding: 0 0 19px; margin: 0 0 19px; border-bottom: 1px solid #ccc; }
.se-compact:last-child { margin-bottom: 0; }
.se-compact-image { width: 100px; aspect-ratio: 3/2; border-radius: 5px; }
.se-compact-title { margin: -2px 0 8px; color: var(--se-ink); font: 800 17px/1.15 var(--se-condensed); letter-spacing: -.02em; }
.se-compact .se-meta { font-size: 11px; }
.se-sponsored { min-height: 96px; display: grid; grid-template-columns: 1fr 100px; gap: 12px; align-items: center; margin: 1px 0 16px; padding: 10px; border: 2px solid #ccc; border-radius: 5px; }
.se-sponsored strong { display: block; font: 800 17px/1.3 var(--se-condensed); }
.se-sponsored small { display: block; margin-top: 4px; }
.se-sponsored > span { display: grid; height: 72px; place-items: center; border-radius: 4px; background: #182b3a; color: #fff; font: 900 22px Georgia,serif; }
.se-view-all { align-self: flex-start; font-size: 13px; font-weight: 800; text-decoration: underline; }

.se-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; }
.se-latest .se-card:nth-child(1) { grid-column: span 2; display: grid; grid-template-columns: 1.35fr 1fr; gap: 25px; align-content: start; }
.se-latest .se-card:nth-child(1) .se-card-image { grid-row: span 5; margin: 0; aspect-ratio: 4/3; }
.se-latest .se-card:nth-child(1) .se-card-title { font-size: clamp(27px, 3vw, 38px); }
.se-section-overline { display: block; margin-bottom: 6px; color: var(--se-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.se-card-image { aspect-ratio: 3/2; margin-bottom: 17px; }
.se-card-title { margin: 0 0 9px; color: var(--se-ink); font: 700 clamp(20px, 2vw, 25px)/1.16 var(--se-serif); }
.se-card-title a:hover, .se-lead-title a:hover, .se-compact-title a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.se-card-excerpt { margin: 0 0 12px; color: #555; font-size: 14px; line-height: 1.55; }
.se-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #888; font: 700 13px var(--se-serif); background: linear-gradient(135deg,#f5f5f5,#e9e9e9); }

.se-promo { padding: clamp(45px, 7vw, 78px) 20px; text-align: center; background: var(--se-soft); }
.se-promo h2 { max-width: 760px; margin: 0 auto 14px; color: var(--se-ink); font: 700 clamp(30px, 4vw, 45px)/1.08 var(--se-serif); }
.se-promo p { max-width: 620px; margin: 0 auto 24px; color: #555; }
.se-membership { background: #151515; color: #fff; }
.se-membership-inner { min-height: 310px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.se-membership h2 { max-width: 680px; margin: 0; font: 700 clamp(38px, 5vw, 62px)/1 var(--se-serif); letter-spacing: -.04em; }
.se-membership p { color: #ccc; }
.se-membership .se-kicker { color: #aaa; }
.se-button--light { background: #fff; color: #111; border-color: #fff; }
.se-button--light:hover { background: #ddd; color: #111; }
.se-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--se-soft); }
.se-newsletter-visual { min-height: 340px; display: grid; place-items: center; padding: 50px; background: #222; color: white; }
.se-newsletter-visual span { max-width: 380px; font: 700 clamp(35px, 5vw, 60px)/1 var(--se-serif); }
.se-newsletter-content { padding: clamp(35px, 6vw, 75px); }
.se-newsletter-content h2 { margin: 0 0 14px; font: 700 clamp(28px, 4vw, 42px)/1.1 var(--se-serif); }
.se-newsletter-form { display: flex; margin-top: 24px; }
.se-newsletter-form input { flex: 1; min-width: 0; padding: 13px; border: 1px solid #aaa; font: inherit; }

/* Long-form editorial homepage. */
.se-home-column { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.se-home-stream { padding: 38px 0; }
.se-story-row { display: grid; grid-template-columns: 210px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid #d7d7d7; }
.se-story-thumb { aspect-ratio: 3/2; overflow: hidden; border-radius: 3px; background: #eee; }
.se-story-thumb img { width: 100%; height: 100%; object-fit: cover; }
.se-story-copy .se-kicker { margin: 0 0 3px; color: #1684aa; font-size: 10px; }
.se-story-copy h3 { margin: 0 0 5px; color: #292929; font: 800 21px/1.14 var(--se-condensed); letter-spacing: -.025em; }
.se-story-copy h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.se-story-copy p { margin: 0 0 7px; color: #555; font-size: 13px; line-height: 1.4; }
.se-story-copy .se-meta { font-size: 10px; }
.se-home-feature { display: grid; grid-template-columns: 1.05fr .95fr; margin: 10px 0 22px; overflow: hidden; border-radius: 4px; background: #eee; }
.se-home-feature-image { min-height: 270px; }
.se-home-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.se-home-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.se-home-feature-copy h2 { margin: 0 0 10px; font: 800 28px/1.08 var(--se-condensed); letter-spacing: -.035em; }
.se-home-feature-copy p { margin: 0 0 10px; color: #555; font-size: 13px; line-height: 1.45; }
.se-topic-header { margin: 12px 0 4px; padding: 13px 0 8px; border-top: 5px solid #111; border-bottom: 1px solid #bbb; }
.se-topic-header span { color: #1783a9; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.se-topic-header h2 { margin: 1px 0 0; font: 900 32px/1 var(--se-condensed); letter-spacing: -.04em; text-transform: uppercase; }
.se-edition-band, .se-issue-band { padding: 38px 0; background: #eee; }
.se-edition-card, .se-issue-card { display: grid; grid-template-columns: 250px 1fr; gap: 38px; align-items: center; }
.se-edition-art { min-height: 180px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#a9dced 0 49%,#182b3a 50%); color: #fff; font: 900 66px/.8 Georgia,serif; letter-spacing: -.1em; }
.se-edition-art span { color: #111; }
.se-edition-card h2, .se-issue-card h2 { margin: 0 0 15px; color: #222; font: 800 30px/1.08 var(--se-condensed); letter-spacing: -.035em; }
.se-dark-feature { padding: 35px 0; background: #e9e9e9; }
.se-dark-feature .se-home-column { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 225px; overflow: hidden; background: #121212; color: #fff; }
.se-dark-feature .se-home-column > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.se-dark-art { display: grid; place-items: center; background: radial-gradient(circle at 30% 30%,#b26c22,#44210f 42%,#090909 70%); font: 900 38px var(--se-condensed); letter-spacing: .12em; }
.se-dark-feature h2 { margin: 0 0 7px; font: 800 30px/1.05 var(--se-condensed); }
.se-dark-feature p { margin: 0 0 16px; color: #ccc; font-size: 13px; }
.se-issue-cover { min-height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,.18); background: #182b3a; color: #fff; }
.se-issue-cover span { font: 900 72px/.8 Georgia,serif; }
.se-issue-cover strong { margin-top: 14px; color: #a9dced; font: 800 15px var(--se-sans); letter-spacing: .18em; }
.se-issue-card p { color: #555; font-size: 14px; }
.se-newsletter-band, .se-subscribe-band { padding: 32px 0; background: #a9dced; }
.se-newsletter-compact { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: center; }
.se-newsletter-compact h2, .se-subscribe-band h2 { margin: 0 0 5px; font: 900 30px/1 var(--se-condensed); letter-spacing: -.035em; }
.se-newsletter-compact p, .se-subscribe-band p { margin: 0; font-size: 13px; }
.se-newsletter-compact .se-newsletter-form { margin: 0; }
.se-quote-band { padding: 30px 0; background: #f0dfcb; }
.se-quote-band blockquote { margin: 0 0 8px; font: 700 20px/1.4 Georgia,serif; }
.se-quote-band span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.se-cosmos-stream .se-story-row { grid-template-columns: 160px 1fr; }
.se-more-wrap { padding-top: 35px; text-align: center; }
.se-subscribe-band .se-home-column { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.se-subscribe-band .se-button { flex: 0 0 auto; }

.se-page-header { padding: 55px 0 30px; border-bottom: 1px solid var(--se-line); }
.se-page-title { margin: 0; color: var(--se-ink); font: 700 clamp(36px, 6vw, 64px)/1 var(--se-serif); letter-spacing: -.03em; }
.se-page-description { max-width: 720px; color: var(--se-muted); }
.se-pagination { margin-top: 50px; text-align: center; }
.se-pagination .page-numbers { display: inline-grid; min-width: 40px; height: 40px; margin: 3px; place-items: center; border: 1px solid var(--se-line); }
.se-pagination .current { background: #111; color: #fff; border-color: #111; }

.se-article-intro { padding: 48px 20px 35px; background: #eee; }
.se-article-header { width: min(100%, 740px); margin: 0 auto; padding: 0 0 28px; }
.se-article-title { margin: 0 0 12px; color: var(--se-ink); font: 800 clamp(36px, 4.2vw, 53px)/1.02 var(--se-condensed); letter-spacing: -.045em; }
.se-article-deck { max-width: 680px; margin: 0 0 16px; color: #555; font: 400 clamp(17px, 1.7vw, 21px)/1.35 var(--se-condensed); }
.se-article-credit { display: flex; align-items: center; gap: 12px; font-size: 11px; }
.se-article-credit .se-meta { font-size: 11px; }
.se-byline { display: flex; align-items: center; gap: 12px; margin-top: 24px; font-size: 13px; }
.se-byline img { width: 42px; height: 42px; border-radius: 50%; }
.se-featured { width: min(100%, 850px); margin: 0 auto; }
.se-featured img { width: 100%; max-height: 560px; object-fit: cover; }
.se-caption { margin: 7px 0 0; color: var(--se-muted); font-size: 10px; font-style: normal; }
.se-article-layout { position: relative; max-width: 920px; margin: 0 auto; padding: 32px 20px 65px; }
.se-share { max-width: 650px; margin: 0 auto 28px; display: flex; align-items: center; gap: 7px; }
.se-share span { margin-right: 4px; color: var(--se-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.se-share a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #bbb; border-radius: 50%; font-size: 9px; font-weight: 800; }
.se-entry-content { max-width: 650px; margin: auto; color: #292929; font: 400 17px/1.68 Georgia,serif; }
.se-entry-content > * { margin-top: 0; margin-bottom: 1.45em; }
.se-entry-content h2, .se-entry-content h3 { margin-top: 1.8em; color: var(--se-ink); line-height: 1.16; }
.se-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.se-entry-content a::before, .se-entry-content a::after { content: none !important; }
.se-entry-content .koala-related, .se-entry-content [class*="koala"][class*="related"] { display: none !important; }
.se-entry-content blockquote { margin-inline: 0; padding: 5px 0 5px 24px; border-left: 3px solid #111; font-size: 1.18em; }
.se-entry-content figure { max-width: none; }
.se-entry-content figcaption { color: var(--se-muted); font-family: var(--se-sans); font-size: 12px; }
.se-entry-content h2 { font: 800 23px/1.15 var(--se-condensed); letter-spacing: -.025em; }
.se-entry-content h3 { font: 800 16px/1.2 var(--se-condensed); letter-spacing: .03em; text-transform: uppercase; }
.se-tags { max-width: 650px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid var(--se-line); font-size: 12px; }
.se-inline-related { margin: 30px 0; padding: 13px; background: #eee; font-family: var(--se-sans); }
.se-inline-related h2 { margin: 0 0 9px; font: 800 15px var(--se-condensed); }
.se-inline-related a { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; padding: 8px 0; border-top: 1px solid #d2d2d2; text-decoration: none; }
.se-inline-related img { width: 72px; height: 48px; object-fit: cover; }
.se-inline-related span { font-size: 12px; font-weight: 700; line-height: 1.25; }
.se-inline-newsletter { margin: 34px 0; padding: 22px; background: #eee; font-family: var(--se-sans); }
.se-inline-newsletter h2 { margin: 0 0 6px; font: 800 24px/1 var(--se-condensed); }
.se-inline-newsletter p { margin: 0 0 15px; font-size: 12px; }
.se-inline-newsletter form { display: flex; }
.se-inline-newsletter input { flex: 1; min-width: 0; padding: 11px; border: 1px solid #bbb; font: 13px var(--se-sans); }
.se-inline-newsletter .se-button { min-height: 40px; padding: 8px 15px; }
.se-article-membership { width: min(calc(100% - 40px), 700px); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin: 0 auto 60px; padding: 27px; background: #c4ece9; }
.se-article-membership h2 { margin: 0 0 7px; font: 800 25px/1.05 var(--se-condensed); }
.se-article-membership p { margin: 0; font-size: 12px; }
.se-article-related { padding: 5px 0 70px; }
.se-article-related > .se-container { width: min(calc(100% - 40px), 940px); }
.se-article-related > .se-container > h2 { margin: 0 0 22px; text-align: center; font: 800 28px var(--se-condensed); }
.se-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 22px; }
.se-related-image { display: block; aspect-ratio: 3/2; overflow: hidden; background: #eee; }
.se-related-image img { width: 100%; height: 100%; object-fit: cover; }
.se-related-grid h3 { margin: 9px 0 7px; font: 800 17px/1.16 var(--se-condensed); }
.se-related-grid .se-meta { font-size: 10px; }

.site-footer { padding: 55px 0 22px; border-top: 1px solid var(--se-line); }
.se-footer-grid { display: grid; grid-template-columns: 1.4fr 2fr; gap: 60px; padding-bottom: 45px; }
.se-footer-brand { font: 700 30px var(--se-serif); }
.se-footer-tagline { max-width: 380px; color: var(--se-muted); font-size: 14px; }
.se-footer-nav .menu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 30px; margin: 0; padding: 0; list-style: none; }
.se-footer-nav a { font-size: 13px; font-weight: 700; }
.se-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--se-line); color: var(--se-muted); font-size: 12px; }

@media (max-width: 980px) {
  .se-masthead { grid-template-columns: auto 1fr auto; min-height: 75px; }
  .se-nav-toggle { display: block; }
  .site-branding { text-align: left; }
  .se-main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: #fff; border-bottom: 1px solid var(--se-line); }
  .se-main-nav.is-open { display: block; }
  .se-main-nav ul { flex-direction: column; align-items: stretch; gap: 14px; }
  .se-main-nav .sub-menu { position: static; display: flex; padding: 10px 0 0 18px; border: 0; box-shadow: none; }
  .se-login { display: none; }
  .se-hero-grid { grid-template-columns: 1fr; }
  .se-lead { padding: 0; border: 0; }
  .se-compact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding: 30px 0 0; }
  .se-compact { grid-template-columns: 100px 1fr; margin: 0 0 19px; }
  .se-sponsored, .se-view-all { grid-column: 1/-1; }
  .se-grid { grid-template-columns: repeat(2, 1fr); }
  .se-latest .se-card:nth-child(1) { grid-column: 1/-1; }
  .se-membership-inner { gap: 40px; }
  .se-share { position: static; flex-direction: row; max-width: var(--se-reading); margin: 0 auto 24px; }
}

@media (max-width: 640px) {
  .se-container { width: min(calc(100% - 28px), var(--se-container)); }
  .se-topbar { display: none; }
  .site-title { font-size: 24px; }
  .custom-logo { max-width: 150px; max-height: 38px; }
  .se-header-actions { gap: 5px; }
  .se-header-actions .se-button { min-height: 38px; padding: 8px 12px; font-size: 10px; }
  .se-search-button { width: 34px; }
  .se-hero { padding-top: 25px; }
  .se-lead-title { font-size: 35px; }
  .se-lead-copy { width: auto; margin: 0; padding: 20px; }
  .se-compact-list, .se-grid { grid-template-columns: 1fr; }
  .se-latest .se-card:nth-child(1) { display: block; }
  .se-latest .se-card:nth-child(1) .se-card-image { margin-bottom: 17px; }
  .se-membership-inner { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding-top: 55px; padding-bottom: 55px; }
  .se-newsletter { grid-template-columns: 1fr; }
  .se-newsletter-visual { min-height: 240px; }
  .se-newsletter-form { flex-direction: column; gap: 9px; }
  .se-article-intro { padding: 35px 14px 25px; }
  .se-article-title { font-size: 38px; }
  .se-article-layout { padding-top: 35px; }
  .se-entry-content { font-size: 17px; }
  .se-inline-newsletter form { flex-direction: column; gap: 8px; }
  .se-article-membership { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 18px; }
  .se-related-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 14px; }
  .se-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .se-footer-nav .menu { grid-template-columns: 1fr 1fr; }
  .se-footer-bottom { flex-direction: column; }
  .se-home-column { width: min(calc(100% - 28px), 780px); }
  .se-story-row, .se-cosmos-stream .se-story-row { grid-template-columns: 112px 1fr; gap: 13px; padding: 14px 0; }
  .se-story-copy h3 { font-size: 18px; }
  .se-story-copy p { display: none; }
  .se-home-feature { grid-template-columns: 1fr; }
  .se-home-feature-image { min-height: 220px; }
  .se-home-feature-copy { padding: 22px; }
  .se-edition-card, .se-issue-card { grid-template-columns: 125px 1fr; gap: 20px; }
  .se-edition-art { min-height: 150px; font-size: 42px; }
  .se-edition-card h2, .se-issue-card h2 { font-size: 23px; }
  .se-issue-cover { min-height: 180px; }
  .se-issue-cover span { font-size: 48px; }
  .se-dark-feature .se-home-column { grid-template-columns: 1fr; }
  .se-dark-art { min-height: 180px; }
  .se-newsletter-compact { grid-template-columns: 1fr; gap: 20px; }
  .se-subscribe-band .se-home-column { align-items: flex-start; flex-direction: column; }
}
