/*
Theme Name: Éditions Aurore
Theme URI: https://example.com/editions-aurore
Author: Manus AI
Author URI: https://manus.im
Description: Thème WordPress éditorial, responsive et optimisé pour les publications d’histoires avec emplacements publicitaires configurables.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: editions-aurore
Tags: blog, news, magazine, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout, translation-ready

Design reminder — Édition Soleil Levant: warm contemporary editorial design, ivory reading space, ink-blue authority and “Corail Promesse” highlights. Reading stays primary; ads must look structurally separate from prose.
*/

:root {
  --au-ink: #112138;
  --au-ink-soft: #38465a;
  --au-coral: #e55c45;
  --au-coral-dark: #b64030;
  --au-coral-pale: #fff0ec;
  --au-sun: #ffc25e;
  --au-paper: #fffdf8;
  --au-cloud: #f5f1e9;
  --au-line: #e6ded2;
  --au-slate: #6e7784;
  --au-shadow: 0 18px 48px rgba(17, 33, 56, 0.10);
  --au-shadow-soft: 0 8px 24px rgba(17, 33, 56, 0.07);
  --au-radius: 16px;
  --au-page: min(1180px, calc(100vw - 40px));
  --au-reading: min(720px, 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--au-paper);
  color: var(--au-ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
}
body.menu-is-open { overflow: hidden; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--au-coral-dark); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.screen-reader-text:focus { background: var(--au-ink); clip: auto !important; clip-path: none; color: #fff; display: block; height: auto; left: 12px; padding: 12px 16px; top: 12px; width: auto; z-index: 99999; }
.site-shell { min-height: 100vh; overflow: clip; }
.au-wrap { margin: 0 auto; width: var(--au-page); }
.au-skip { left: 12px; position: absolute; top: -100px; z-index: 9999; }
.au-skip:focus { top: 12px; }

/* Header */
.au-topbar { background: var(--au-ink); color: rgba(255,255,255,.78); font-size: .74rem; letter-spacing: .03em; }
.au-topbar__inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.au-topbar__date { font-variant-numeric: tabular-nums; }
.au-utility-menu ul, .au-primary-menu ul, .au-footer-menu ul { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.au-utility-menu a { color: rgba(255,255,255,.82); text-decoration: none; }
.au-utility-menu a:hover { color: #fff; }
.au-header { background: rgba(255,253,248,.94); border-bottom: 1px solid var(--au-line); position: sticky; top: 0; z-index: 50; }
.au-header__inner { align-items: center; display: grid; grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr); min-height: 86px; }
.au-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; width: fit-content; }
.custom-logo-link { display: block; }
.custom-logo { height: auto; max-height: 44px; width: auto; }
.au-brand__wordmark { color: var(--au-ink); font-family: "Fraunces", Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.au-brand__mark { background: var(--au-coral); border-radius: 50% 50% 50% 10%; box-shadow: inset 0 0 0 4px rgba(255,255,255,.28); height: 26px; position: relative; transform: rotate(-20deg); width: 26px; }
.au-brand__mark::after { background: var(--au-paper); content: ""; height: 2px; left: 6px; position: absolute; top: 12px; transform: rotate(22deg); width: 17px; }
.au-primary-nav { justify-self: center; }
.au-primary-menu a { color: var(--au-ink); font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.au-primary-menu a:hover, .au-primary-menu .current-menu-item > a { color: var(--au-coral); }
.au-header__actions { align-items: center; display: flex; gap: 12px; justify-content: flex-end; }
.au-icon-button { align-items: center; background: transparent; border: 1px solid var(--au-line); border-radius: 50%; color: var(--au-ink); display: inline-flex; height: 38px; justify-content: center; width: 38px; }
.au-icon-button:hover { border-color: var(--au-coral); color: var(--au-coral); }
.au-menu-toggle { display: none; }
.au-mobile-panel { background: var(--au-paper); border-top: 1px solid var(--au-line); display: none; padding: 16px 20px 24px; }
.au-mobile-panel .au-primary-menu ul { display: grid; gap: 0; }
.au-mobile-panel .au-primary-menu a { border-bottom: 1px solid var(--au-line); display: block; padding: 14px 0; }
.au-search-panel { background: var(--au-ink); display: none; padding: 16px 0; }
.au-search-panel.is-visible { display: block; }
.au-search-form { display: flex; gap: 10px; }
.au-search-form label { flex: 1; }
.au-search-form input { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.3); border-radius: 9px; color: #fff; min-height: 44px; padding: 0 14px; width: 100%; }
.au-search-form input::placeholder { color: rgba(255,255,255,.65); }
.au-search-form button { background: var(--au-sun); border: 0; border-radius: 9px; color: var(--au-ink); font-weight: 800; padding: 0 18px; }

/* Reusable editorial primitives */
.au-eyebrow { align-items: center; color: var(--au-coral); display: flex; font-size: .72rem; font-weight: 800; gap: 10px; letter-spacing: .13em; margin: 0 0 12px; text-transform: uppercase; }
.au-eyebrow::before { background: currentColor; content: ""; height: 3px; width: 28px; }
.au-display { font-family: "Fraunces", Georgia, serif; font-size: clamp(2.4rem, 5vw, 5.3rem); font-weight: 700; letter-spacing: -.055em; line-height: .98; margin: 0; }
.au-h1 { font-family: "Fraunces", Georgia, serif; font-size: clamp(2.25rem, 4.5vw, 4.65rem); letter-spacing: -.055em; line-height: 1.03; margin: 0; }
.au-h2 { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.85rem); letter-spacing: -.04em; line-height: 1.08; margin: 0; }
.au-lede { color: var(--au-ink-soft); font-size: clamp(1.06rem, 1.4vw, 1.27rem); line-height: 1.65; margin: 0; max-width: 58ch; }
.au-button { align-items: center; background: var(--au-coral); border: 1px solid var(--au-coral); border-radius: 999px; color: #fff; display: inline-flex; font-size: .83rem; font-weight: 800; gap: 10px; letter-spacing: .04em; padding: 13px 20px; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.au-button:hover { background: var(--au-ink); border-color: var(--au-ink); color: #fff; transform: translateY(-2px); }
.au-button--light { background: var(--au-paper); border-color: var(--au-paper); color: var(--au-ink); }
.au-button--light:hover { background: var(--au-sun); border-color: var(--au-sun); color: var(--au-ink); }
.au-arrow { font-size: 1.05em; line-height: 1; }
.au-rule { background: var(--au-coral); height: 3px; margin: 0 0 20px; width: 38px; }
.au-meta { color: var(--au-slate); font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.au-section { padding: clamp(64px, 9vw, 132px) 0; }
.au-section--cloud { background: var(--au-cloud); }

/* Cards */
.au-story-card { background: #fff; border: 1px solid rgba(230,222,210,.72); box-shadow: 0 6px 18px rgba(17,33,56,.045); display: flex; flex-direction: column; min-width: 0; position: relative; transition: box-shadow .2s ease, transform .2s ease; }
.au-story-card:hover { box-shadow: var(--au-shadow-soft); transform: translateY(-5px); }
.au-story-card__image { background: var(--au-ink); display: block; overflow: hidden; aspect-ratio: 1.45 / 1; }
.au-story-card__image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.au-story-card:hover .au-story-card__image img { transform: scale(1.04); }
.au-story-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.au-story-card__title { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.035em; line-height: 1.15; margin: 10px 0 16px; }
.au-story-card__title a { text-decoration: none; }
.au-story-card__excerpt { color: var(--au-ink-soft); font-size: .94rem; margin: 0 0 18px; }
.au-story-card__read { color: var(--au-coral); font-size: .78rem; font-weight: 800; letter-spacing: .07em; margin-top: auto; text-decoration: none; text-transform: uppercase; }
.au-story-card__read:hover { color: var(--au-ink); }
.au-story-card--featured { background: var(--au-ink); border: 0; color: #fff; min-height: 100%; }
.au-story-card--featured .au-story-card__image { aspect-ratio: auto; flex: 1; min-height: 320px; }
.au-story-card--featured .au-story-card__body { padding: 30px; }
.au-story-card--featured .au-meta, .au-story-card--featured .au-story-card__excerpt { color: rgba(255,255,255,.7); }
.au-story-card--featured .au-story-card__read { color: var(--au-sun); }
.au-story-card--compact { align-items: start; border-left: 3px solid transparent; box-shadow: none; display: grid; grid-template-columns: 94px 1fr; padding: 0; transition: border-color .2s ease, background .2s ease; }
.au-story-card--compact:hover { background: var(--au-coral-pale); border-left-color: var(--au-coral); box-shadow: none; transform: none; }
.au-story-card--compact .au-story-card__image { aspect-ratio: 1 / 1; }
.au-story-card--compact .au-story-card__body { padding: 13px 16px; }
.au-story-card--compact .au-story-card__title { font-size: 1.08rem; margin: 4px 0 0; }

/* Ads */
.au-ad-slot { margin: 32px 0; }
.au-ad-slot__inner { align-items: center; background: #f2eee7; border: 1px dashed #cfc5b9; color: #7d776e; display: flex; justify-content: center; min-height: 104px; padding: 14px; text-align: center; }
.au-ad-slot__label { font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.au-ad-slot .widget { width: 100%; }
.au-ad-slot .widget-title { display: none; }
.au-ad-slot .widget > *:last-child { margin-bottom: 0; }
.au-ad-slot--masthead { margin: 0; }
.au-ad-slot--masthead .au-ad-slot__inner { border-left: 0; border-right: 0; min-height: 90px; }
.au-ad-slot--inline .au-ad-slot__inner { min-height: 150px; }
.au-ad-slot--sidebar .au-ad-slot__inner { min-height: 210px; }
.au-ad-slot--empty { display: none; }
.au-ad-slot--admin-preview { display: block; }

/* Home */
.au-hero { background: linear-gradient(135deg, var(--au-cloud) 0%, #f9f2e8 48%, #ffe9df 100%); overflow: hidden; padding: clamp(56px, 8vw, 110px) 0 80px; position: relative; }
.au-hero::after { background: radial-gradient(circle, rgba(229,92,69,.26) 0 1px, transparent 1.5px) 0 0 / 18px 18px; content: ""; height: 390px; opacity: .42; position: absolute; right: -120px; top: -95px; transform: rotate(17deg); width: 390px; }
.au-hero__grid { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); position: relative; z-index: 1; }
.au-hero__copy { max-width: 640px; }
.au-hero__copy .au-lede { margin-top: 24px; }
.au-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.au-hero__link { color: var(--au-ink); font-size: .88rem; font-weight: 800; text-decoration: underline; }
.au-hero__art { min-height: 415px; position: relative; }
.au-hero__paper { background: #fff; box-shadow: var(--au-shadow); inset: 18px 0 auto auto; max-width: 430px; padding: 26px; position: absolute; transform: rotate(4deg); width: 84%; }
.au-hero__paper::before { background: var(--au-coral); content: ""; height: 5px; left: 26px; position: absolute; top: 26px; width: 46px; }
.au-hero__paper img { aspect-ratio: 1 / .78; margin-top: 22px; object-fit: cover; width: 100%; }
.au-hero__paper-title { font-family: "Fraunces", Georgia, serif; font-size: 1.6rem; line-height: 1.05; margin: 16px 0 0; }
.au-hero__stamp { align-items: center; background: var(--au-ink); border: 5px solid var(--au-paper); border-radius: 50%; bottom: 2%; color: #fff; display: flex; font-size: .69rem; font-weight: 800; height: 132px; justify-content: center; letter-spacing: .08em; padding: 19px; position: absolute; right: 3%; text-align: center; text-transform: uppercase; transform: rotate(-12deg); width: 132px; }
.au-featured-grid { display: grid; gap: 24px; grid-template-columns: 1.18fr .82fr; }
.au-featured-aside { display: grid; gap: 12px; }
.au-section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 32px; }
.au-section-head .au-button { margin-bottom: 2px; }
.au-story-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.au-collection { background: var(--au-ink); color: #fff; padding: clamp(48px, 7vw, 90px) 0; }
.au-collection .au-lede { color: rgba(255,255,255,.72); }
.au-collection__grid { align-items: center; display: grid; gap: 48px; grid-template-columns: .88fr 1.12fr; }
.au-collection__list { border-top: 1px solid rgba(255,255,255,.2); margin: 30px 0 0; }
.au-collection__item { align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; gap: 16px; grid-template-columns: 32px 1fr auto; padding: 16px 0; }
.au-collection__number { color: var(--au-sun); font-family: "Fraunces", Georgia, serif; font-size: 1.7rem; }
.au-collection__item a { font-family: "Fraunces", Georgia, serif; font-size: 1.18rem; text-decoration: none; }
.au-collection__item a:hover { color: var(--au-sun); }
.au-collection__image { min-height: 350px; overflow: hidden; position: relative; }
.au-collection__image img { height: 100%; object-fit: cover; width: 100%; }
.au-newsletter { background: var(--au-coral); color: #fff; overflow: hidden; position: relative; }
.au-newsletter::after { border: 1px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; height: 440px; position: absolute; right: -170px; top: -200px; width: 440px; }
.au-newsletter__grid { align-items: center; display: grid; gap: 36px; grid-template-columns: 1fr .9fr; padding: 48px 0; position: relative; z-index: 1; }
.au-newsletter .au-h2 { color: #fff; }
.au-newsletter p { color: rgba(255,255,255,.83); max-width: 55ch; }
.au-signup { background: #fff; border-radius: 13px; box-shadow: var(--au-shadow); padding: 22px; }
.au-signup__title { color: var(--au-ink); font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; margin: 0 0 6px; }
.au-signup__copy { color: var(--au-ink-soft) !important; font-size: .9rem; margin: 0 0 14px; }
.au-signup__form { display: flex; gap: 9px; }
.au-signup__form input { border: 1px solid var(--au-line); border-radius: 8px; min-height: 44px; padding: 0 12px; width: 100%; }
.au-signup__form button { background: var(--au-ink); border: 0; border-radius: 8px; color: #fff; font-weight: 800; padding: 0 15px; white-space: nowrap; }

/* Article and archives */
.au-page-hero { background: var(--au-cloud); border-bottom: 1px solid var(--au-line); padding: clamp(55px, 7vw, 92px) 0; }
.au-page-hero .au-lede { margin-top: 17px; }
.au-archive-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.au-archive-layout { display: grid; gap: 50px; grid-template-columns: minmax(0,1fr) 300px; }
.au-archive-layout .au-archive-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.au-sidebar { display: grid; align-content: start; gap: 28px; }
.au-sidebar__block { border-top: 3px solid var(--au-ink); padding-top: 15px; }
.au-sidebar__title { font-family: "Fraunces", Georgia, serif; font-size: 1.4rem; margin: 0 0 16px; }
.au-sidebar ul { list-style: none; margin: 0; padding: 0; }
.au-sidebar li { border-bottom: 1px solid var(--au-line); padding: 10px 0; }
.au-sidebar a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.au-pagination { align-items: center; display: flex; gap: 7px; justify-content: center; margin-top: 50px; }
.au-pagination .page-numbers { border: 1px solid var(--au-line); border-radius: 50%; display: grid; height: 40px; place-items: center; text-decoration: none; width: 40px; }
.au-pagination .current { background: var(--au-ink); border-color: var(--au-ink); color: #fff; }
.au-article-hero { background: var(--au-cloud); padding: clamp(50px, 7vw, 96px) 0 0; }
.au-article-hero__inner { max-width: 900px; }
.au-article-hero .au-meta { margin-top: 19px; }
.au-article-hero__image { margin: 42px auto 0; max-width: 1100px; }
.au-article-hero__image img { aspect-ratio: 1.9 / 1; object-fit: cover; width: 100%; }
.au-article-layout { display: grid; gap: 58px; grid-template-columns: minmax(0, 1fr) 260px; padding: clamp(48px, 7vw, 88px) 0; }
.au-article-content { font-size: 1.1rem; max-width: var(--au-reading); }
.au-article-content > *:first-child { margin-top: 0; }
.au-article-content p { margin: 0 0 1.55em; }
.au-article-content h2, .au-article-content h3 { font-family: "Fraunces", Georgia, serif; letter-spacing: -.03em; line-height: 1.15; margin: 2em 0 .7em; }
.au-article-content h2 { font-size: 2rem; }
.au-article-content h3 { font-size: 1.5rem; }
.au-article-content a { color: var(--au-coral-dark); font-weight: 700; }
.au-article-content blockquote { border-left: 3px solid var(--au-coral); color: var(--au-ink-soft); font-family: "Fraunces", Georgia, serif; font-size: 1.45rem; margin: 2em 0; padding: .2em 0 .2em 1.1em; }
.au-article-content figcaption { color: var(--au-slate); font-size: .82rem; margin-top: 8px; }
.au-article-aside { border-top: 3px solid var(--au-coral); height: fit-content; padding-top: 17px; position: sticky; top: 110px; }
.au-article-aside__label { color: var(--au-slate); font-size: .72rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 8px; text-transform: uppercase; }
.au-article-aside__value { font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; margin: 0 0 14px; }
.au-article-aside__share { align-items: center; display: flex; gap: 10px; }
.au-article-aside__share a { border: 1px solid var(--au-line); border-radius: 50%; display: grid; font-size: .76rem; font-weight: 800; height: 35px; place-items: center; text-decoration: none; width: 35px; }
.au-related { border-top: 1px solid var(--au-line); margin-top: 8px; padding: clamp(50px, 7vw, 85px) 0; }
.au-article-nav { border-top: 1px solid var(--au-line); display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin-top: 48px; padding-top: 28px; }
.au-article-nav a { text-decoration: none; }
.au-article-nav__label { color: var(--au-slate); display: block; font-size: .71rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 5px; text-transform: uppercase; }
.au-article-nav__title { font-family: "Fraunces", Georgia, serif; font-size: 1.12rem; line-height: 1.2; }
.au-article-nav__next { text-align: right; }
.au-page-content { margin: 0 auto; max-width: var(--au-reading); padding: clamp(48px,7vw,88px) 0; }
.au-page-content .entry-content { font-size: 1.08rem; }
.au-page-content .entry-content p { margin: 0 0 1.55em; }
.au-contact-card { background: var(--au-cloud); border-radius: var(--au-radius); margin-top: 34px; padding: 28px; }
.au-contact-card h2 { font-family: "Fraunces", Georgia, serif; margin-top: 0; }
.au-not-found { margin: 0 auto; max-width: 700px; padding: 110px 0; text-align: center; }

/* Comments */
.au-comments { border-top: 1px solid var(--au-line); margin-top: 60px; padding-top: 40px; }
.au-comments__title { font-family: "Fraunces", Georgia, serif; font-size: 2rem; }
.comment-list { list-style: none; margin: 28px 0; padding: 0; }
.comment-list .comment-body { border-bottom: 1px solid var(--au-line); padding: 20px 0; }
.comment-author { font-weight: 800; }
.comment-metadata { color: var(--au-slate); font-size: .78rem; }
.comment-respond input, .comment-respond textarea { border: 1px solid var(--au-line); border-radius: 7px; max-width: 100%; padding: 10px; width: 100%; }
.comment-respond textarea { min-height: 150px; }
.comment-respond .submit { background: var(--au-ink); border: 0; color: #fff; cursor: pointer; font-weight: 800; padding: 12px 17px; width: auto; }

/* Footer */
.au-footer { background: var(--au-ink); color: #fff; margin-top: auto; padding: 56px 0 26px; }
.au-footer__top { align-items: start; display: grid; gap: 46px; grid-template-columns: 1.1fr .9fr; }
.au-footer .au-brand__wordmark { color: #fff; }
.au-footer__intro { color: rgba(255,255,255,.67); margin: 18px 0 0; max-width: 43ch; }
.au-footer__heading { color: var(--au-sun); font-size: .71rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 13px; text-transform: uppercase; }
.au-footer-menu ul { flex-wrap: wrap; gap: 10px 21px; }
.au-footer-menu a { color: rgba(255,255,255,.76); font-size: .88rem; text-decoration: none; }
.au-footer-menu a:hover { color: var(--au-sun); }
.au-footer__bottom { border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.52); display: flex; font-size: .76rem; justify-content: space-between; margin-top: 48px; padding-top: 22px; }

/* WordPress defaults and responsive behaviour */
.alignwide { margin-left: calc((var(--au-reading) - 100vw) / 2); margin-right: calc((var(--au-reading) - 100vw) / 2); max-width: 100vw; width: 100vw; }
.wp-block-image img { border-radius: 4px; }
.wp-block-button__link { background: var(--au-coral); border-radius: 999px; font-weight: 800; }
.wp-block-quote { border-left-color: var(--au-coral); }
@media (max-width: 900px) {
  .au-header__inner { grid-template-columns: 1fr auto; min-height: 72px; }
  .au-primary-nav { display: none; }
  .au-menu-toggle { display: inline-flex; }
  .au-header__actions .au-icon-button:not(.au-menu-toggle) { display: none; }
  .au-mobile-panel.is-visible { display: block; }
  .au-hero__grid, .au-collection__grid, .au-newsletter__grid { grid-template-columns: 1fr; }
  .au-hero__art { margin: 0 auto; min-height: 350px; width: min(100%, 500px); }
  .au-featured-grid, .au-article-layout, .au-archive-layout { grid-template-columns: 1fr; }
  .au-article-aside { border-top: 1px solid var(--au-line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: static; }
  .au-sidebar { grid-template-columns: repeat(2, 1fr); }
  .au-story-grid, .au-archive-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .au-archive-layout .au-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  :root { --au-page: min(100% - 32px, 1180px); }
  .au-topbar__inner { justify-content: center; }
  .au-topbar__date { display: none; }
  .au-utility-menu ul { gap: 11px; }
  .au-utility-menu li:nth-child(n+4) { display: none; }
  .au-hero { padding-top: 45px; }
  .au-hero__art { min-height: 300px; }
  .au-hero__paper { right: 8px; width: 90%; }
  .au-hero__stamp { bottom: 0; height: 105px; right: 0; width: 105px; }
  .au-section-head { align-items: start; flex-direction: column; gap: 18px; }
  .au-story-grid, .au-archive-grid, .au-archive-layout .au-archive-grid, .au-sidebar { grid-template-columns: 1fr; }
  .au-story-card--compact { grid-template-columns: 86px 1fr; }
  .au-collection__image { min-height: 260px; }
  .au-signup__form { flex-direction: column; }
  .au-signup__form button { min-height: 44px; }
  .au-article-hero__image { margin-top: 30px; }
  .au-article-content { font-size: 1.04rem; }
  .au-article-aside { grid-template-columns: 1fr; }
  .au-article-nav { grid-template-columns: 1fr; }
  .au-article-nav__next { text-align: left; }
  .au-footer__top { grid-template-columns: 1fr; }
  .au-footer__bottom { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
