:root {
  --ink: #102421;
  --deep: #071713;
  --green: #00765b;
  --mint: #ccf36b;
  --paper: #f4f5ef;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
::selection { background: var(--mint); color: var(--deep); }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 10px 14px; background: white; color: var(--deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 86px;
  padding: 0 4.2vw;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  background: var(--white);
  position: relative;
  z-index: 5;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 30px rgba(8,31,25,.06);
}
.brand { display: block; width: min(285px, 90%); }
.brand img { display: block; width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 40px); }
nav a { font-size: 13px; font-weight: 700; position: relative; }
nav a:first-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 2px; background: var(--green); }
.language-switcher { justify-self: end; display: flex; gap: 3px; background: #edf0eb; padding: 3px; border-radius: 999px; }
.language-switcher button, .language-switcher a { border: 0; border-radius: 999px; padding: 7px 10px; background: transparent; color: #58625f; font-size: 11px; font-weight: 800; cursor: pointer; }
.language-switcher .active { background: var(--ink); color: var(--white); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--ink); position: relative; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 1px; background: #fff; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 23px; }

.hero { min-height: 670px; height: calc(100vh - 86px); position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,15,.96) 0%, rgba(3,20,16,.7) 44%, rgba(3,14,12,.08) 78%), linear-gradient(0deg, rgba(2,16,13,.48), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(740px, 88vw); margin-left: 8.4vw; color: var(--white); }
.eyebrow { margin: 0 0 22px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; max-width: 720px; font-size: clamp(52px, 6.3vw, 96px); line-height: .95; letter-spacing: -.058em; font-weight: 700; }
h1 em { color: var(--mint); font-style: normal; font-weight: 400; }
.hero-copy { max-width: 600px; margin: 28px 0 34px; color: #dde7e3; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 800; }
.button.primary { background: var(--mint); color: var(--deep); border-color: var(--mint); }
.button.primary span { font-size: 18px; }
.button.ghost { color: var(--white); backdrop-filter: blur(8px); background: rgba(255,255,255,.06); }
.hero-status { position: absolute; z-index: 2; right: 4.2vw; bottom: 34px; display: flex; align-items: center; gap: 12px; color: var(--white); background: rgba(4,25,20,.82); border: 1px solid rgba(255,255,255,.16); padding: 13px 17px; backdrop-filter: blur(12px); }
.hero-status .pulse { width: 9px; height: 9px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(204,243,107,.12); }
.hero-status div { display: grid; gap: 3px; }
.hero-status small { color: #9eb0aa; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.hero-status strong { font-size: 12px; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 28px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; display: grid; place-items: center; transform: translateX(-50%); }

.stats { min-height: 155px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); padding: 30px 6vw; border-bottom: 1px solid #dde1da; }
.stats article { display: flex; align-items: center; gap: 17px; padding: 12px 2.2vw; border-right: 1px solid #dfe3dc; }
.stats article:last-child { border-right: 0; }
.stats strong { color: var(--green); font-size: clamp(38px, 4vw, 62px); letter-spacing: -.055em; line-height: 1; }
.stats span { color: #59645f; font-size: 12px; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 120px 7vw; }
.section-heading { max-width: 720px; }
.section-heading h2,
.transformation-card h2,
.safety-section h2,
.contact-details h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.052em; }
.section-kicker { margin: 0 0 18px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.inline-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 54px; }
.line-mark { width: min(280px, 26vw); height: 1px; background: #cbd2c9; position: relative; }
.line-mark::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.centered-heading { max-width: 900px; margin: 0 auto 54px; text-align: center; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10vw; row-gap: 80px; background: var(--paper); }
.about-copy { padding-top: 30px; }
.about-copy > p { margin: 0 0 28px; color: #53605b; font-size: 19px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--ink); padding-bottom: 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fact-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cad1c7; border-bottom: 1px solid #cad1c7; }
.fact-grid article { padding: 35px 26px; min-height: 145px; border-right: 1px solid #cad1c7; display: flex; flex-direction: column; justify-content: space-between; }
.fact-grid article:last-child { border-right: 0; }
.fact-grid strong { color: var(--green); font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.fact-grid span { color: #68726e; font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }

.products-section { background: white; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dce1da; border-left: 1px solid #dce1da; }
.products-grid article { min-height: 180px; border-right: 1px solid #dce1da; border-bottom: 1px solid #dce1da; padding: 26px; position: relative; display: flex; flex-direction: column; justify-content: space-between; transition: background .25s, color .25s; }
.products-grid article:hover { background: var(--ink); color: white; }
.product-symbol { width: 47px; height: 47px; border: 1px solid #b7c2bd; border-radius: 50%; display: grid; place-items: center; color: var(--green); font-size: 11px; font-weight: 900; }
.products-grid h3 { margin: 24px 0 0; font-size: 20px; }
.card-arrow { position: absolute; right: 24px; top: 24px; font-size: 18px; color: var(--green); }
.logistics-panel { margin-top: 80px; background: var(--deep); color: white; padding: 70px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.logistics-copy h3 { margin: 0 0 18px; font-size: clamp(32px, 3.5vw, 52px); line-height: 1.06; letter-spacing: -.04em; }
.logistics-copy > p:not(.section-kicker) { color: #afbbb6; line-height: 1.7; }
.logistics-chart { display: grid; gap: 17px; }
.bar { height: 62px; position: relative; background: #18312b; overflow: hidden; }
.bar::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--bar); background: var(--green); }
.bar-1::before { width: 66%; background: var(--mint); }
.bar-2::before { width: 21%; }
.bar-3::before { width: 13%; }
.bar-1 { color: var(--deep); }
.bar div { position: relative; z-index: 1; height: 100%; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.bar strong { font-size: 24px; }
.bar span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }

.transformation-section { min-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; padding: 90px 7vw; }
.transformation-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.transformation-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,20,.95) 0%, rgba(4,25,20,.84) 42%, rgba(4,25,20,.08) 76%); }
.transformation-card { position: relative; z-index: 1; max-width: 620px; color: white; }
.transformation-card .section-kicker { color: var(--mint); }
.transformation-card > p:not(.section-kicker) { color: #c9d2ce; font-size: 17px; line-height: 1.7; margin: 26px 0; }
.transformation-card ul { list-style: none; padding: 0; margin: 0 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.transformation-card li { display: flex; align-items: center; gap: 11px; color: #e2e7e4; font-size: 13px; }
.transformation-card li span { width: 22px; height: 22px; border-radius: 50%; background: rgba(204,243,107,.15); color: var(--mint); display: grid; place-items: center; font-size: 10px; }

.management-section { background: #edf0e9; }
.management-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1120px; margin: 0 auto; }
.management-grid article { background: white; display: grid; grid-template-columns: 45% 55%; min-height: 390px; }
.portrait { position: relative; min-height: 390px; overflow: hidden; }
.portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82); transition: transform .45s; }
.management-grid article:hover .portrait img { transform: scale(1.025); }
.manager-copy { padding: 42px 34px; display: flex; flex-direction: column; justify-content: center; }
.manager-copy > p { color: var(--green); font-size: 10px; font-weight: 800; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.manager-copy h3 { font-size: 30px; line-height: 1; letter-spacing: -.04em; margin: 10px 0 20px; }
.manager-copy span { color: #64706b; font-size: 13px; line-height: 1.65; }

.news-section { background: white; }
.news-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; gap: 18px; }
.news-grid article { min-height: 410px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.procurement-card { background: var(--green); color: white; }
.procurement-card::after { content: "RFI"; position: absolute; right: -18px; bottom: -55px; color: rgba(255,255,255,.08); font-size: 180px; font-weight: 900; letter-spacing: -.1em; }
.draft-badge { align-self: flex-start; background: var(--mint); color: var(--deep); padding: 8px 10px; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.procurement-card > p, .news-card p { margin: 30px 0 12px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-grid h3 { margin: 0 0 22px; font-size: clamp(26px, 2.5vw, 40px); line-height: 1.05; letter-spacing: -.04em; }
.procurement-card > span:not(.draft-badge) { color: #d9ebe5; font-size: 14px; line-height: 1.65; max-width: 520px; }
.card-footer { margin-top: auto; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 14px; position: relative; z-index: 1; }
.card-footer small { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.card-footer a { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.news-card { color: white; background: #172e29; }
.news-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(204,243,107,.18), transparent 35%); }
.news-2 { background: #253a35; }
.news-card > div { position: relative; z-index: 1; }
.media-strip { margin-top: 18px; min-height: 124px; padding: 25px 32px; border: 1px solid #d7ddd5; background: #f2f4ef; display: flex; align-items: center; justify-content: space-between; gap: 30px; transition: background .25s, color .25s; }
.media-strip:hover { background: var(--ink); color: white; }
.media-strip > div { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(300px, 1.5fr); align-items: center; gap: 4px 40px; width: 100%; }
.media-strip small { grid-column: 1; grid-row: 1 / 3; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.media-strip strong { font-size: 20px; letter-spacing: -.025em; }
.media-strip span { color: #68736e; font-size: 12px; line-height: 1.5; }
.media-strip:hover span { color: #b8c5c0; }
.media-strip b { width: 48px; height: 48px; border-radius: 50%; background: var(--mint); color: var(--deep); display: grid; place-items: center; font-size: 18px; flex: 0 0 auto; }

.safety-section { background: var(--mint); color: var(--deep); padding: 85px 7vw; display: grid; grid-template-columns: 1fr auto; gap: 7vw; align-items: center; }
.safety-section > div { max-width: 900px; }
.safety-section .section-kicker { color: var(--deep); }
.safety-section > div > p:not(.section-kicker) { max-width: 720px; font-size: 16px; line-height: 1.65; }
.certificates { display: block; margin-top: 26px; font-size: 11px; letter-spacing: .1em; }
.safety-section aside { width: 215px; height: 215px; border: 1px solid rgba(7,23,19,.35); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.safety-section aside small { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.safety-section aside a { font-size: 70px; line-height: 1; font-weight: 900; letter-spacing: -.07em; }
.safety-section aside span { max-width: 120px; font-size: 9px; }

.contact-section { background: var(--paper); display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.contact-intro { color: #5c6863; font-size: 16px; line-height: 1.7; max-width: 530px; }
.contact-list { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cdd4ca; border-left: 1px solid #cdd4ca; }
.contact-list article { min-height: 130px; padding: 22px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid #cdd4ca; border-bottom: 1px solid #cdd4ca; }
.contact-list small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a { font-size: 13px; font-weight: 700; }
.contact-list span { color: #7c8581; font-size: 9px; line-height: 1.35; }
.sample-contact { background: #e7eae3; }
.contact-form { background: white; padding: 52px; align-self: start; box-shadow: 0 20px 70px rgba(18,42,35,.08); }
.contact-form h3 { margin: 0 0 35px; font-size: 32px; letter-spacing: -.04em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
.form-grid label { color: #5d6964; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; margin-top: 9px; border: 0; border-bottom: 1px solid #bfc8c3; background: transparent; padding: 10px 0 12px; border-radius: 0; color: var(--ink); font: 14px Arial, sans-serif; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); }
.full-field { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; color: #64706b; font-size: 11px; line-height: 1.4; }
.consent input { accent-color: var(--green); }
.contact-form .button { border: 0; cursor: pointer; }
.form-success { margin: 18px 0 0; color: var(--green); font-size: 12px; line-height: 1.5; }
.form-error { margin: -16px 0 24px; color: #a12b2b; font-size: 12px; line-height: 1.5; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.detail-hero { min-height: 470px; padding: 100px 7vw; background: var(--deep); color: white; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.detail-hero::after { content: "PCK"; position: absolute; right: -30px; bottom: -80px; font-size: 260px; font-weight: 900; color: rgba(255,255,255,.035); letter-spacing: -.09em; }
.detail-hero > div { position: relative; z-index: 1; max-width: 950px; }
.detail-hero .section-kicker { color: var(--mint); }
.detail-hero h1 { font-size: clamp(50px, 7vw, 100px); }
.detail-hero p:not(.section-kicker) { max-width: 700px; color: #bcc8c3; font-size: 18px; line-height: 1.6; }
.procurement-detail { background: var(--green); }
.detail-content, .legal-content { max-width: 1050px; margin: 0 auto; }
.detail-content > .text-link, .legal-content > .text-link { margin-bottom: 60px; }
.detail-content article, .legal-content > h2 { border-top: 1px solid #cbd2c9; padding-top: 34px; margin-top: 44px; }
.detail-content article h2, .legal-content h2 { margin: 0 0 14px; font-size: clamp(30px, 3.2vw, 48px); letter-spacing: -.04em; }
.detail-content article p, .legal-content p { color: #596660; font-size: 16px; line-height: 1.75; }
.legal-content h3 { margin: 34px 0 8px; font-size: 20px; }
.legal-content a { color: var(--green); }
.detail-warning { margin: 48px 0; background: #fff2cb; border-left: 4px solid #d39b00; padding: 22px 24px; color: #4d3a00; font-size: 13px; font-weight: 800; line-height: 1.55; }

footer { background: var(--deep); color: white; padding: 70px 7vw 25px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8vw; align-items: center; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-top img { width: 280px; height: auto; filter: brightness(0) invert(1); }
.footer-top p { color: #b3beb9; font-size: 15px; line-height: 1.6; }
.footer-top > div { display: flex; flex-direction: column; gap: 8px; color: var(--mint); font-size: 13px; font-weight: 800; }
.footer-bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #7f918a; font-size: 9px; }
.footer-bottom > div { display: flex; gap: 22px; }
.cookie-banner { position: fixed; z-index: 50; left: 24px; bottom: 24px; max-width: 450px; background: white; color: var(--ink); box-shadow: 0 16px 70px rgba(3,23,18,.26); padding: 20px 22px; display: flex; align-items: center; gap: 18px; }
.cookie-banner p { margin: 0; color: #596560; font-size: 11px; line-height: 1.5; }
.cookie-banner button { border: 0; background: var(--ink); color: white; padding: 10px 14px; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 78px; background: white; padding: 24px 30px 34px; flex-direction: column; align-items: flex-start; box-shadow: 0 25px 50px rgba(7,23,19,.12); }
  nav.open { display: flex; }
  nav a:first-child::after { display: none; }
  .menu-toggle { display: block; }
  .brand { width: 240px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats article:nth-child(2) { border-right: 0; }
  .section { padding: 90px 5vw; }
  .about-section { column-gap: 5vw; }
  .logistics-panel { padding: 50px; grid-template-columns: 1fr; gap: 40px; }
  .management-grid article { grid-template-columns: 1fr; }
  .portrait { min-height: 430px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .procurement-card { grid-column: 1 / -1; }
  .contact-section { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div { grid-column: 2; }
}

@media (max-width: 620px) {
  .site-header { padding: 0 18px; }
  .brand { width: 205px; }
  .language-switcher button { padding: 6px 8px; }
  .hero { min-height: 660px; height: calc(100svh - 78px); align-items: flex-end; padding-bottom: 120px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,19,15,.98) 0%, rgba(3,20,16,.7) 70%, rgba(3,14,12,.2) 100%); }
  .hero-content { margin-left: 24px; width: calc(100% - 48px); }
  h1 { font-size: 50px; }
  .hero-copy { font-size: 15px; margin: 22px 0 26px; }
  .hero-status { left: 24px; right: auto; bottom: 26px; }
  .scroll-cue { display: none; }
  .stats { grid-template-columns: 1fr; padding: 22px 24px; }
  .stats article { border-right: 0; border-bottom: 1px solid #dfe3dc; padding: 18px 0; }
  .stats article:last-child { border-bottom: 0; }
  .section { padding: 75px 24px; }
  .section-heading h2, .transformation-card h2, .safety-section h2, .contact-details h2 { font-size: 42px; }
  .about-section { grid-template-columns: 1fr; gap: 20px; }
  .about-copy { padding-top: 0; }
  .fact-grid { grid-column: 1; grid-template-columns: 1fr 1fr; margin-top: 40px; }
  .fact-grid article:nth-child(2) { border-right: 0; }
  .fact-grid article { min-height: 130px; padding: 24px 16px; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .products-grid article { min-height: 150px; }
  .inline-heading { align-items: flex-start; }
  .line-mark { display: none; }
  .logistics-panel { margin-top: 50px; padding: 38px 24px; }
  .transformation-section { min-height: 840px; align-items: flex-end; padding: 70px 24px; }
  .transformation-overlay { background: linear-gradient(0deg, rgba(4,25,20,.98) 0%, rgba(4,25,20,.86) 65%, rgba(4,25,20,.15) 100%); }
  .transformation-card ul { grid-template-columns: 1fr; }
  .management-grid { grid-template-columns: 1fr; }
  .management-grid article { min-height: 0; }
  .portrait { min-height: 380px; }
  .news-grid { grid-template-columns: 1fr; }
  .procurement-card { grid-column: auto; }
  .news-grid article { min-height: 380px; padding: 30px; }
  .media-strip { padding: 24px; }
  .media-strip > div { grid-template-columns: 1fr; }
  .media-strip small { grid-column: 1; grid-row: auto; }
  .safety-section { grid-template-columns: 1fr; padding: 70px 24px; }
  .safety-section aside { width: 180px; height: 180px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-form { padding: 34px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: 1; }
  footer { padding: 55px 24px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .footer-top > div { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; gap: 12px 20px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}
