:root {
  --ink: #08091a;
  --ink-soft: #12142a;
  --paper: #f7f6f1;
  --white: #ffffff;
  --muted: #aaaec2;
  --line: rgba(255,255,255,.13);
  --red: #f0442f;
  --orange: #ff9d1f;
  --yellow: #ffe33b;
  --green: #55c652;
  --teal: #1bb4a6;
  --blue: #3158d8;
  --violet: #4934d3;
  --rainbow: linear-gradient(90deg,var(--red),var(--orange),var(--yellow),var(--green),var(--teal),var(--blue),var(--violet));
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.translated-ltr { top: 0 !important; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; left: 16px; top: 12px; transform: translateY(-160%); background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 999px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 1000; background: rgba(8,9,26,.78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { width: 118px; height: 64px; padding: 7px 10px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--white); border-radius: 8px; box-shadow: 0 5px 22px rgba(0,0,0,.2); }
.brand img { width: 98px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav a { position: relative; text-decoration: none; font-size: .78rem; font-weight: 750; letter-spacing: .05em; color: #dfe1ed; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav .nav-contact { padding: 10px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.main-nav .nav-contact::after { display: none; }
.main-nav .nav-contact:hover { background: var(--white); color: var(--ink); }
.language-control { position: relative; flex: 0 0 auto; }
.language-control select { appearance: none; color: var(--white); background: var(--ink-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 10px 34px 10px 13px; font-size: .72rem; font-weight: 800; cursor: pointer; }
.language-control option { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; padding: 142px 0 82px; overflow: hidden; background: radial-gradient(circle at 72% 38%, rgba(49,88,216,.22), transparent 30%), var(--ink); }
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 7px; background: var(--rainbow); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg,transparent,#000 30%,#000); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 720px; height: 720px; right: -180px; top: -110px; }
.orbit-two { width: 520px; height: 520px; right: -80px; top: -10px; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.72fr); gap: 70px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .17em; font-size: .75rem; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d7d9e8; }
.eyebrow span { width: 38px; height: 4px; background: var(--rainbow); border-radius: 99px; }
.hero h1 { max-width: 760px; margin: 22px 0; font-size: clamp(3.45rem,7vw,6.7rem); line-height: .92; letter-spacing: -.065em; font-weight: 780; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--yellow); }
.hero-lead { max-width: 650px; margin: 0; color: #c6c9da; font-size: clamp(1.05rem,1.7vw,1.28rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; font-size: .88rem; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.28); }
.button-light { color: var(--ink); background: var(--white); }
.archive-note { margin-top: 26px; color: #8f94aa; font-size: .78rem; }
.archive-note span { color: var(--green); margin-right: 6px; }
.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.year-card { position: relative; width: min(420px,100%); aspect-ratio: .78; padding: 34px; overflow: hidden; color: var(--ink); background: var(--paper); border-radius: 4px; box-shadow: 34px 34px 0 rgba(0,0,0,.24); transform: rotate(3deg); }
.year-card::after { content: ""; position: absolute; inset: auto 0 0; height: 12px; background: var(--rainbow); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid #c8c8c8; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.year { margin: 45px 0 24px; font-size: clamp(5.8rem,10vw,8.8rem); line-height: .8; letter-spacing: -.09em; font-weight: 900; }
.year-card p { max-width: 290px; margin: 0; color: #2d3046; font-size: 1.05rem; line-height: 1.55; }
.language-track { position: absolute; left: 34px; right: 34px; bottom: 74px; display: flex; gap: 10px; overflow: hidden; }
.language-track span { flex: 0 0 auto; padding: 6px 9px; background: #e1e2e7; font-size: .62rem; font-weight: 900; }
.color-dots { position: absolute; right: 30px; top: 36%; display: grid; gap: 8px; }
.color-dots i { width: 13px; height: 13px; border-radius: 50%; background: var(--red); }
.color-dots i:nth-child(2) { background: var(--yellow); }
.color-dots i:nth-child(3) { background: var(--green); }
.color-dots i:nth-child(4) { background: var(--blue); }
.side-label { position: absolute; right: -170px; top: 49%; margin: 0; transform: rotate(90deg); color: rgba(255,255,255,.35); font-size: .61rem; font-weight: 900; letter-spacing: .28em; }

.section { padding: 120px 0; }
.section-label { color: #969aaf; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.kicker { margin: 0 0 16px; color: var(--blue); }
.intro { color: var(--ink); background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .5fr 1.5fr; gap: 60px; }
.intro-copy h2, .section-heading h2, .contact h2 { margin: 0; max-width: 920px; font-size: clamp(2.45rem,5vw,4.5rem); line-height: 1.03; letter-spacing: -.055em; }
.intro-copy h2 span { font-family: Georgia, serif; font-weight: 400; color: var(--blue); }
.intro-copy > p:not(.kicker) { max-width: 760px; margin: 28px 0 0; color: #55596a; font-size: 1.08rem; line-height: 1.8; }
.milestones { margin-top: 85px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfd0d6; border-left: 1px solid #cfd0d6; }
.milestone { min-height: 230px; padding: 27px; border-right: 1px solid #cfd0d6; border-bottom: 1px solid #cfd0d6; }
.milestone > span { color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.milestone h3 { margin: 38px 0 8px; font-size: 1.28rem; }
.milestone p { margin: 0; color: #656979; line-height: 1.7; }

.numbers { background: #3158d8; }
.section-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 60px; align-items: start; margin-bottom: 64px; }
.numbers .section-label, .numbers .kicker { color: #ccd6ff; }
.section-heading h2 { max-width: 900px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { min-height: 235px; padding: 26px; border: 1px solid rgba(255,255,255,.28); margin: -1px 0 0 -1px; display: flex; flex-direction: column; justify-content: flex-end; }
.stat-large { grid-column: span 2; grid-row: span 2; min-height: 470px; }
.stat strong { font-size: clamp(3rem,5vw,5.2rem); line-height: .9; letter-spacing: -.07em; }
.stat-large strong { font-size: clamp(6rem,12vw,11.5rem); }
.stat span { margin-top: 14px; font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.stat p { max-width: 250px; margin: 20px 0 0; color: #d3dcff; }
.stat-accent { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.awards { color: var(--ink); background: var(--paper); }
.awards .kicker { color: var(--red); }
.awards-list { border-top: 1px solid #cfd0d6; }
.award { display: grid; grid-template-columns: 120px 1fr 70px; gap: 30px; min-height: 142px; padding: 28px 24px; align-items: center; border-bottom: 1px solid #cfd0d6; transition: background .25s ease, padding .25s ease; }
.award:hover { background: var(--white); padding-left: 36px; }
.award.featured { color: var(--white); background: var(--ink); border-color: var(--ink); }
.award.featured:hover { background: var(--blue); }
.award-year { align-self: start; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.featured .award-year { color: var(--yellow); }
.award-type { margin: 0 0 5px; color: #7b7f91; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.featured .award-type { color: #b4b8cb; }
.award h3 { margin: 0; font-size: clamp(1.4rem,2.4vw,2.2rem); letter-spacing: -.035em; }
.award div > p:last-child:not(.award-type) { margin: 7px 0 0; color: #656979; }
.featured div > p:last-child:not(.award-type) { color: #c5c8d7; }
.award-index { color: #a6a8b3; font-family: Georgia, serif; font-style: italic; font-size: 1.2rem; text-align: right; }
.historical-sources { margin-top: 58px; padding: 36px; color: var(--white); background: var(--ink); }
.sources-heading { display: grid; grid-template-columns: 1fr minmax(260px,.72fr); gap: 45px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.sources-heading .kicker { margin-bottom: 8px; color: var(--yellow); }
.sources-heading h3 { margin: 0; font-size: clamp(1.8rem,3.2vw,2.8rem); letter-spacing: -.04em; }
.sources-heading > p { margin: 0; color: #adb1c3; line-height: 1.7; }
.sources-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.source-card { min-height: 190px; margin: -1px 0 0 -1px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); text-decoration: none; transition: background .22s ease, color .22s ease, transform .22s ease; }
.source-card:hover { position: relative; z-index: 1; color: var(--ink); background: var(--yellow); transform: translateY(-3px); }
.source-year { color: #8c91a7; font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.source-card:hover .source-year { color: #605a00; }
.source-card strong { max-width: 430px; margin: 28px 0 24px; font-size: clamp(1.1rem,2vw,1.45rem); line-height: 1.25; }
.source-action { margin-top: auto; color: var(--yellow); font-size: .76rem; font-weight: 850; letter-spacing: .04em; }
.source-action i { margin-left: 7px; font-style: normal; }
.source-card:hover .source-action { color: var(--ink); }

.achievements { background: var(--ink-soft); }
.achievements .kicker { color: var(--yellow); }
.achievement-grid { display: grid; grid-template-columns: repeat(2,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.achievement-grid article { position: relative; min-height: 310px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.achievement-grid article::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.achievement-grid article:nth-child(2)::after { background: var(--blue); }
.achievement-grid article:nth-child(3)::after { background: var(--green); }
.achievement-grid article:nth-child(4)::after { background: var(--yellow); }
.achievement-grid article:hover::after { transform: scaleX(1); }
.achievement-number { color: #70758f; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.achievement-grid h3 { margin: 70px 0 16px; font-size: 2rem; }
.achievement-grid p { max-width: 470px; margin: 0; color: #aeb2c4; line-height: 1.8; }
.archive-link { margin-top: 28px; padding: 34px 38px; display: flex; justify-content: space-between; align-items: center; gap: 28px; color: var(--ink); background: var(--yellow); }
.archive-link .kicker { color: #5d5600; }
.archive-link h3 { margin: 0; font-size: clamp(1.4rem,2.6vw,2.2rem); }

.people { color: var(--ink); background: var(--white); }
.people .kicker { color: var(--green); }
.people-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.person { min-height: 170px; padding: 24px; display: flex; align-items: center; gap: 22px; background: #f2f2ef; }
.person-linked { background: var(--ink); color: var(--white); }
.person-monogram { width: 88px; height: 88px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-weight: 900; letter-spacing: -.02em; }
.person:nth-child(2) .person-monogram { background: var(--red); }
.person:nth-child(3) .person-monogram { color: var(--ink); background: var(--yellow); }
.person:nth-child(4) .person-monogram { background: var(--green); }
.person p { margin: 0 0 6px; color: #818493; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.person h3 { margin: 0; font-size: 1.35rem; }
.person a { display: inline-block; margin-top: 12px; color: var(--yellow); font-size: .78rem; font-weight: 800; }
.thanks { margin: 42px 0 0; color: #6c6f7e; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; text-align: center; }

.contact { position: relative; background: var(--ink); }
.contact::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--rainbow); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact .section-label { margin-bottom: 80px; }
.contact .kicker { color: var(--yellow); }
.contact h2 { font-size: clamp(2.8rem,5vw,5rem); }
.contact h2 span { color: var(--yellow); }
.contact-copy > p:not(.kicker) { max-width: 480px; color: #aeb2c4; line-height: 1.8; }
.email-link { display: inline-flex; gap: 14px; margin-top: 30px; color: var(--yellow); font-size: clamp(1.2rem,2vw,1.6rem); font-weight: 800; text-decoration: none; }
.contact-form { padding: 40px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; color: #484b5d; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #b9bbc5; border-radius: 0; padding: 12px 2px; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s ease; }
.field textarea { resize: vertical; min-height: 135px; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 24px; color: #666979; font-size: .78rem; }
.consent input { margin-top: 3px; accent-color: var(--blue); }
.consent a { color: var(--blue); }
.submit-button { border: 0; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-bottom: 22px; padding: 13px 15px; border-left: 4px solid var(--green); background: #e6f5e4; }
.form-status.error { border-color: var(--red); background: #f9e6e2; }

.site-footer { padding: 52px 0 28px; color: var(--ink); background: var(--paper); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-bottom: 42px; border-bottom: 1px solid #cfd0d6; }
.footer-brand { max-width: 620px; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-top nav a { color: #595c6d; font-size: .78rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; color: #777a89; font-size: .75rem; }

.cookie-banner { position: fixed; z-index: 2000; left: 24px; right: 24px; bottom: 24px; max-width: 960px; margin: auto; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--white); background: #17192d; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 22px 70px rgba(0,0,0,.45); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: .9rem; }
.cookie-banner p { margin: 5px 0 0; color: #b8bbcc; font-size: .77rem; }
.cookie-banner p a { color: var(--yellow); }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-actions .button { min-height: 42px; font-size: .74rem; }

#google_translate_element { position: fixed; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-tooltip, .VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; }
.skiptranslate iframe { display: none !important; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .7rem; }
  .hero-layout { gap: 35px; grid-template-columns: 1.05fr .8fr; }
  .hero-art { min-height: 470px; }
  .stats-grid { grid-template-columns: repeat(3,1fr); }
  .stat-large { grid-column: span 2; }
}

@media (max-width: 850px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { height: 74px; }
  .brand { width: 96px; height: 56px; padding: 6px 8px; }
  .brand img { width: 80px; }
  .menu-toggle { display: block; order: 2; }
  .language-control { order: 1; margin-left: auto; }
  .main-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 18px 20px 24px; background: #101225; border-bottom: 1px solid rgba(255,255,255,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 4px; font-size: .85rem; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav a::after { display: none; }
  .main-nav .nav-contact { margin-top: 12px; text-align: center; }
  .hero { padding-top: 128px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-art { min-height: 480px; }
  .year-card { width: min(360px,88%); }
  .side-label { display: none; }
  .intro-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .milestones { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-large { min-height: 380px; }
  .award { grid-template-columns: 80px 1fr 40px; }
  .sources-heading { grid-template-columns: 1fr; gap: 14px; }
  .contact .section-label { margin-bottom: 35px; }
  .contact-grid { gap: 55px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top nav { justify-content: flex-start; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  .language-control select { width: 52px; padding-left: 10px; color: transparent; background-position: center; }
  .language-control::before { content: "IDIOMA"; position: absolute; left: -49px; top: 50%; transform: translateY(-50%); color: #aeb2c4; font-size: .56rem; font-weight: 900; pointer-events: none; }
  .hero { min-height: auto; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(3.1rem,16vw,5rem); }
  .hero-art { min-height: 410px; }
  .year-card { padding: 25px; }
  .year { margin-top: 38px; }
  .language-track { left: 25px; right: 25px; }
  .section { padding: 86px 0; }
  .milestones { grid-template-columns: 1fr; }
  .milestone { min-height: 185px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat, .stat-large { min-height: 210px; padding: 20px; }
  .stat-large { grid-column: span 2; min-height: 340px; }
  .stat-large strong { font-size: 7rem; }
  .stat strong { font-size: 3rem; }
  .award { grid-template-columns: 1fr 35px; gap: 16px; padding: 24px 18px; }
  .award-year { grid-column: 1 / -1; }
  .award:hover { padding-left: 18px; }
  .historical-sources { margin-top: 42px; padding: 24px 18px; }
  .sources-grid { grid-template-columns: 1fr; }
  .source-card { min-height: 168px; }
  .achievement-grid, .people-grid { grid-template-columns: 1fr; }
  .achievement-grid article { min-height: 270px; padding: 28px; }
  .archive-link { align-items: flex-start; flex-direction: column; padding: 28px; }
  .person { padding: 18px; }
  .person-monogram { width: 70px; height: 70px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 21px; }
  .footer-bottom { flex-direction: column; gap: 3px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; }
  .cookie-actions { flex-direction: column; }
}
