:root {
  --jade-950: #073d35;
  --jade-900: #0a493e;
  --jade-800: #116052;
  --jade-700: #1c7867;
  --mint: #d9eee5;
  --mint-light: #eef7f1;
  --sand: #e3bd7d;
  --sand-light: #f3e4c8;
  --ivory: #fbf8ef;
  --bronze: #9b7041;
  --ink: #17352f;
  --muted: #58706a;
  --line: rgba(10, 73, 62, .17);
  --font: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--font); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: white; background: var(--jade-900); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(251,248,239,.95); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 17px; font-weight: 300; letter-spacing: .01em; }
.brand b { font-weight: 600; }
.brand svg { width: 37px; height: 37px; color: var(--jade-700); stroke-width: 1.5; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.nav-contact) { position: relative; padding-block: 10px; }
.main-nav > a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--jade-700); transform: scaleX(0); transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-contact { padding: 10px 18px; color: white; border-radius: 999px; background: var(--jade-900); }
.nav-toggle { display: none; border: 0; background: none; }

.hero { min-height: 670px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 65px; padding-block: 60px 76px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--bronze); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .page-hero h1, .not-found h1 { margin: 0; font-family: var(--display); font-size: clamp(52px, 6vw, 88px); font-weight: 300; line-height: 1.02; letter-spacing: -.055em; }
.hero-intro { max-width: 500px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid var(--jade-900); border-radius: 999px; color: white; background: var(--jade-900); font-size: 14px; font-weight: 500; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; position: relative; overflow: hidden; }
.button::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 50%, rgba(255,255,255,.22), transparent 35%); transform: translateX(-110%); transition: transform .6s ease; }
.button:hover::before { transform: translateX(100%); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7,61,53,.16); }
.button svg { width: 17px; transition: transform .2s; }
.button:hover svg, .text-link:hover svg { transform: translateX(3px); }
.button--sand { color: var(--jade-950); border-color: var(--sand); background: var(--sand); }
.button--outline { color: var(--jade-900); background: transparent; }
.button--small { padding: 10px 16px; }
.hero-visual { position: relative; height: 550px; }
.hero-orbit { position: absolute; inset: -25px -35px 15px 35px; border: 1px solid rgba(155,112,65,.26); border-radius: 47% 53% 48% 52%; transform: rotate(-8deg); }
.hero-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; right: 11%; top: 6%; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 8px rgba(227,189,125,.18); }
.lead-story { position: absolute; inset: 0 30px 0 0; overflow: hidden; border-radius: 52% 48% 20px 20px / 30% 30% 20px 20px; color: white; background: var(--jade-900); box-shadow: 0 30px 70px rgba(7,61,53,.18); }
.lead-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,35,30,.9), transparent 65%); }
.lead-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.lead-story:hover img { transform: scale(1.025); }
.lead-story > div { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 32px; }
.lead-story > div p { margin: 0 0 7px; color: var(--sand); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.lead-story h2 { max-width: 530px; margin: 0 0 12px; font-family: var(--display); font-size: clamp(27px,3vw,39px); font-weight: 300; line-height: 1.17; }
.lead-story > div span { font-size: 12px; opacity: .8; }
.lead-tag { position: absolute; z-index: 3; right: 22px; top: 25%; padding: 7px 14px; color: var(--jade-950); border-radius: 999px; background: var(--sand); font-size: 11px; font-weight: 600; }
.issue-stamp { position: absolute; z-index: 4; right: -7px; bottom: 33px; width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--jade-950); border: 1px solid rgba(155,112,65,.3); border-radius: 50%; background: var(--sand-light); box-shadow: 0 7px 30px rgba(7,61,53,.12); transform: rotate(5deg); }
.issue-stamp strong { font-family: var(--display); font-size: 31px; font-weight: 300; }
.issue-stamp span { font-size: 8px; line-height: 1.2; letter-spacing: .1em; }

.ticker { color: white; background: var(--jade-950); }
.ticker-inner { min-height: 70px; display: flex; align-items: center; gap: 35px; overflow: hidden; }
.ticker-inner > span { flex: 0 0 auto; padding: 6px 12px; color: var(--jade-950); border-radius: 999px; background: var(--sand); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.ticker p { flex: 1; white-space: nowrap; font-size: 13px; opacity: .82; }
.ticker strong { color: var(--sand); margin-right: 7px; }
.section { padding-block: 100px; }
.section--mint { background: var(--mint-light); }
.section-head { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section h2, .band h2 { margin: 0; font-family: var(--display); font-size: clamp(34px,4vw,52px); font-weight: 300; line-height: 1.13; letter-spacing: -.035em; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--jade-800); font-size: 13px; font-weight: 600; }
.text-link svg { width: 16px; transition: transform .2s; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.story-grid--archive { row-gap: 58px; }
.story-card { min-width: 0; }
.story-image { position: relative; display: block; height: 245px; overflow: hidden; border-radius: 150px 150px 16px 16px; background: var(--mint); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.story-card:hover .story-image img { transform: scale(1.04); }
.story-image > span { position: absolute; left: 18px; bottom: 16px; padding: 6px 12px; color: var(--jade-950); border-radius: 999px; background: rgba(243,228,200,.93); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.story-copy { padding: 21px 8px 0; }
.story-meta { margin: 0 0 9px !important; color: var(--bronze) !important; font-size: 11px !important; text-transform: uppercase; letter-spacing: .09em; }
.story-meta i { display: inline-block; width: 3px; height: 3px; margin: 0 7px 3px; border-radius: 50%; background: currentColor; }
.story-copy h3 { margin: 0 0 10px; font-family: var(--display); font-size: 23px; font-weight: 400; line-height: 1.25; letter-spacing: -.025em; }
.story-copy h3 a:hover { color: var(--jade-700); }
.story-copy > p { margin: 0 0 17px; color: var(--muted); font-size: 14px; }

.manifesto { padding-block: 110px; color: white; background-color: var(--jade-900); background-image: radial-gradient(circle at 75% 30%, rgba(95,179,145,.28), transparent 25%), linear-gradient(125deg, transparent 35%, rgba(255,255,255,.03) 35%, transparent 62%); }
.manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.manifesto .eyebrow { color: var(--sand); }
.manifesto h2 { margin: 0; font-family: var(--display); font-size: clamp(38px,4vw,57px); font-weight: 300; line-height: 1.2; }
.principles { border-top: 1px solid rgba(255,255,255,.2); }
.principles > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.principles strong { grid-row: span 2; color: var(--sand); font-weight: 400; }
.principles h3 { margin: 0; font-family: var(--display); font-size: 20px; font-weight: 400; }
.principles p { margin: 5px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }
.topic-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.topic-grid a { position: relative; min-height: 260px; padding: 30px; border-right: 1px solid var(--line); transition: background .25s; }
.topic-grid a:last-child { border-right: 0; }
.topic-grid a:hover { background: var(--mint-light); }
.topic-grid span { color: var(--bronze); font-size: 11px; }
.topic-grid h3 { margin: 45px 0 10px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.topic-grid p { max-width: 275px; margin: 0; color: var(--muted); font-size: 14px; }
.topic-grid svg { position: absolute; right: 28px; bottom: 28px; color: var(--jade-700); }
.band { width: min(1260px, calc(100% - 32px)); margin: 20px auto 90px; padding: 70px max(40px, calc((100% - 1100px)/2)); border-radius: 28px; color: white; background-color: var(--jade-900); background-image: radial-gradient(ellipse at 80% 25%, rgba(108,195,158,.25), transparent 36%); }
.newsletter { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; }
.newsletter .eyebrow { color: var(--sand); }
.newsletter > div > p:last-child { color: rgba(255,255,255,.7); }
.newsletter-form label:first-child { display: block; margin-bottom: 8px; font-size: 12px; }
.form-row { display: flex; gap: 10px; }
.form-row input { min-width: 0; flex: 1; padding: 14px 18px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; outline: 0; background: rgba(255,255,255,.07); }
.form-row input::placeholder { color: rgba(255,255,255,.55); }
.form-row input:focus { border-color: var(--sand); box-shadow: 0 0 0 3px rgba(227,189,125,.15); }
.check { display: flex; gap: 9px; margin-top: 14px; color: inherit; font-size: 11px; line-height: 1.45; opacity: .8; }
.check input { margin-top: 3px; accent-color: var(--sand); }
.check a { text-decoration: underline; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: 13px; }
.form-status.success { color: #c5f1da; }
.form-status.error, .field-error { color: #ffd2c7; }

.page-hero { padding: 90px 0 80px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--ivory) 55%, var(--mint-light)); }
.page-hero .wrap { max-width: 1180px; }
.page-hero h1 { max-width: 910px; font-size: clamp(47px,6vw,77px); }
.page-hero .wrap > p:last-child { max-width: 680px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.filter-bar { display: flex; gap: 10px; margin-bottom: 45px; }
.filter-bar button { padding: 9px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 13px; cursor: pointer; }
.filter-bar button.active, .filter-bar button:hover { color: white; border-color: var(--jade-900); background: var(--jade-900); }
.story-card.is-hidden { display: none; }

.format-list { padding-block: 40px 100px; }
.format-list article { display: grid; grid-template-columns: .45fr .75fr 1.1fr 1fr .6fr; align-items: start; gap: 30px; padding: 48px 0; border-bottom: 1px solid var(--line); }
.format-list article > span { color: var(--bronze); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.format-list h2 { font-size: 30px; }
.format-list article > p { margin: 0; color: var(--muted); font-size: 14px; }
.format-list ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; }
.dossier-lead { min-height: 490px; display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border-radius: 220px 22px 22px 220px; color: white; background: var(--jade-900); }
.dossier-lead img { width: 100%; height: 100%; object-fit: cover; }
.dossier-lead > div { align-self: center; padding: 55px; }
.dossier-lead h2 { font-size: 42px; }
.dossier-lead > div > p:not(.eyebrow) { margin-bottom: 27px; color: rgba(255,255,255,.7); }
.dossier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; margin-top: 35px; }
.dossier-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--mint-light); }
.dossier-grid span { color: var(--bronze); font-size: 11px; text-transform: uppercase; }
.dossier-grid h3 { margin: 55px 0 10px; font-family: var(--display); font-size: 26px; font-weight: 400; line-height: 1.2; }
.dossier-grid p { color: var(--muted); font-size: 14px; }
.dossier-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.dossier-cta > div { max-width: 720px; }
.dossier-cta .eyebrow { color: var(--sand); }
.dossier-cta p:last-child { color: rgba(255,255,255,.7); }

.editorial { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; }
.editorial > div:last-child { color: var(--muted); font-size: 18px; }
.editorial > div:last-child p:first-child { margin-top: 0; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.team-grid article { text-align: center; }
.team-grid img { width: 100%; height: 390px; object-fit: cover; border-radius: 190px 190px 20px 20px; filter: saturate(.8); }
.team-grid h3 { margin: 20px 0 2px; font-family: var(--display); font-size: 22px; font-weight: 400; }
.team-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.values { display: grid; grid-template-columns: .7fr repeat(3,1fr); gap: 40px; }
.values > div { padding-left: 25px; border-left: 1px solid var(--line); }
.values h3 { margin: 0; font-family: var(--display); font-weight: 400; }
.values p { color: var(--muted); font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 110px; }
.contact-details h2 { font-size: 37px; }
.contact-details a { color: var(--jade-700); text-decoration: underline; text-underline-offset: 3px; }
.small { color: var(--muted); font-size: 13px; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: var(--mint-light); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--ivory); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--jade-700); box-shadow: 0 0 0 3px rgba(28,120,103,.1); }
.field [aria-invalid="true"] { border-color: #b64b3b; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: #a1372c; font-size: 11px; }
.contact-form .check { margin: 0 0 20px; color: var(--muted); }
.contact-form .form-status.error { color: #a1372c; }
.contact-form .form-status.success { color: var(--jade-700); }

.legal-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 90px; padding-block: 80px 110px; }
.legal-layout aside { position: sticky; top: 30px; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--mint-light); }
.legal-layout aside p { margin: 0 0 12px; color: var(--bronze); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout aside a { display: block; padding: 7px 0; color: var(--muted); font-size: 12px; }
.legal-layout aside a:hover { color: var(--jade-800); }
.legal-layout article { max-width: 760px; }
.legal-layout article section { padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-layout h2 { margin: 0 0 14px; font-family: var(--display); font-size: 29px; font-weight: 400; }
.legal-layout article p { color: var(--muted); }
.inline-status { font-size: 12px; }
.not-found { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; width: min(1100px, calc(100% - 48px)); margin: auto; }
.mirage-number { color: var(--mint); font-family: var(--display); font-size: clamp(150px,25vw,330px); font-weight: 300; line-height: 1; letter-spacing: -.12em; text-shadow: 8px 8px 0 var(--sand-light); }
.not-found > div:last-child p:not(.eyebrow) { max-width: 500px; margin: 25px 0 30px; color: var(--muted); }

.site-footer { color: rgba(255,255,255,.74); background: #06372f; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-block: 60px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand--footer { color: white; }
.brand--footer svg { color: var(--sand); }
.footer-top p { font-size: 13px; }
.footer-mail { justify-self: end; color: var(--sand); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding-block: 55px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-links div > p { margin: 0 0 10px; color: var(--sand); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: white; }
.address span { line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.cookie-banner { position: fixed; z-index: 60; left: 24px; right: 24px; bottom: 24px; max-width: 1120px; margin: auto; padding: 27px 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(7,61,53,.97); box-shadow: 0 18px 60px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 5px; font-family: var(--display); font-size: 23px; font-weight: 400; }
.cookie-banner .eyebrow { margin-bottom: 4px; color: var(--sand); }
.cookie-banner div > p:last-child { max-width: 750px; margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.cookie-banner a { text-decoration: underline; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-banner .button--outline { color: white; border-color: rgba(255,255,255,.45); }
.cookie-error { grid-column: 1 / -1; margin: 0; color: #ffd2c7; }

@media (max-width: 900px) {
  .wrap { width: min(100% - 34px, 720px); }
  .nav-toggle { width: 45px; height: 45px; display: grid; align-content: center; gap: 5px; cursor: pointer; }
  .nav-toggle span { width: 24px; height: 1px; margin-left: auto; background: var(--ink); }
  .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .main-nav { position: absolute; left: 0; right: 0; top: 88px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 24px 26px; border-bottom: 1px solid var(--line); background: var(--ivory); box-shadow: 0 18px 30px rgba(7,61,53,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px !important; }
  .nav-contact { margin-top: 9px; text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { height: 500px; }
  .story-grid { grid-template-columns: repeat(2,1fr); }
  .manifesto-grid, .newsletter, .editorial, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid a { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .topic-grid a:last-child { border-bottom: 0; }
  .format-list article { grid-template-columns: 1fr 1fr; }
  .format-list article > p { grid-column: 1 / -1; }
  .dossier-lead { grid-template-columns: 1fr; border-radius: 180px 180px 22px 22px; }
  .dossier-lead img { height: 380px; }
  .dossier-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .values { grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-layout aside { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-mail { justify-self: start; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 540px); }
  .nav-wrap { min-height: 74px; }
  .main-nav { top: 74px; }
  .hero { min-height: auto; padding-block: 50px 60px; }
  .hero h1 { font-size: 52px; }
  .hero-visual { height: 420px; }
  .lead-story { inset-right: 10px; }
  .lead-story > div { left: 23px; right: 23px; bottom: 25px; }
  .lead-story h2 { font-size: 26px; }
  .issue-stamp { right: -5px; }
  .ticker-inner p:nth-of-type(2) { display: none; }
  .ticker-inner { gap: 14px; }
  .section { padding-block: 70px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { height: 270px; }
  .section-head { align-items: start; flex-direction: column; }
  .manifesto { padding-block: 75px; }
  .band { width: calc(100% - 16px); padding: 45px 22px; margin-bottom: 55px; }
  .form-row { flex-direction: column; }
  .filter-bar { overflow-x: auto; padding-bottom: 7px; }
  .filter-bar button { flex: 0 0 auto; }
  .format-list article { grid-template-columns: 1fr; gap: 16px; }
  .format-list article > p { grid-column: auto; }
  .dossier-lead { border-radius: 120px 120px 18px 18px; }
  .dossier-lead img { height: 300px; }
  .dossier-lead > div { padding: 32px 25px 40px; }
  .dossier-lead h2 { font-size: 34px; }
  .dossier-cta { align-items: flex-start; flex-direction: column; }
  .team-grid { grid-template-columns: 1fr; }
  .team-grid img { height: 420px; }
  .values { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .not-found { grid-template-columns: 1fr; gap: 10px; padding-block: 60px; }
  .mirage-number { font-size: 180px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 10px; flex-direction: column; }
  .cookie-banner { left: 8px; right: 8px; bottom: 8px; grid-template-columns: 1fr; padding: 22px 18px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
