/*
Theme Name: Ramex Trade
Theme URI: https://www.ramextrade.sk/
Author: Alacarte
Author URI: https://alacartesp.sk/
Description: Moderná one-page téma pre obchod s poľnohospodárskymi komoditami Ramex Trade. Kompatibilná s Alacarte Site Bridge.
Version: 1.1.2
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: ramextrade
*/

@font-face { font-family: Manrope; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: Manrope; src: url("assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url("assets/fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --green: #20a548;
  --green-dark: #126a35;
  --green-deep: #0b4527;
  --ink: #313335;
  --muted: #69706b;
  --cream: #f4f1e8;
  --line: #dfe4de;
  --white: #fff;
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; font-weight: 400; line-height: 1.6; overflow-x: hidden; }
body.consent-open { overflow: hidden; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(32,165,72,.42); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 20px; padding: 12px 18px; color: white; background: var(--green-deep); }
.skip-link:focus { top: 0; }
.section { padding: 120px 0; }
.eyebrow { margin: 0 0 22px; color: var(--green); font-size: .78rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #a9e6bb; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 880px; margin-bottom: 30px; color: white; font-size: clamp(3.3rem, 6.4vw, 6.4rem); }
h1 span { display: block; line-height: 1.06; }
h1 span + span { margin-top: .2em; }
h2 { margin-bottom: 0; font-size: clamp(2.45rem, 4.25vw, 4.35rem); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 90px; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled, .site-header.menu-open, body:not(.home) .site-header { height: 76px; background: rgba(255,255,255,.97); box-shadow: 0 10px 35px rgba(18,38,25,.09); backdrop-filter: blur(12px); }
.header-inner { width: var(--wrap); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 246px; padding: 9px 13px; background: rgba(255,255,255,.94); }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; color: white; }
.main-nav a { font-size: .9rem; font-weight: 500; letter-spacing: .015em; text-decoration: none; }
.main-nav a:not(.nav-phone):hover { color: #c4efd0; }
.site-header.scrolled .main-nav, .site-header.menu-open .main-nav, body:not(.home) .main-nav { color: var(--ink); }
.site-header.scrolled .main-nav a:not(.nav-phone):hover, body:not(.home) .main-nav a:not(.nav-phone):hover { color: var(--green); }
.drone-link { display: inline-flex; align-items: center; }
.nav-phone { padding: 10px 16px; color: white !important; background: var(--green); border-radius: 1px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 92vh; display: grid; align-items: center; overflow: hidden; background: url("assets/images/hero-wheat.jpg") center center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,42,24,.83) 0%, rgba(9,47,28,.60) 37%, rgba(8,33,20,.05) 72%); }
.hero-content { position: relative; z-index: 1; padding-top: 95px; }
.hero-copy { max-width: 610px; margin-bottom: 38px; color: rgba(255,255,255,.86); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; padding: 0 28px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 1px; font-size: .83rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); }
.button-primary:hover { background: #25b850; }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.phone-icon { font-family: Arial, sans-serif; font-size: 1.15rem; line-height: 1; }
.scroll-cue { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 35px; display: flex; gap: 12px; align-items: center; color: white; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { width: 38px; height: 1px; background: white; }

.intro { position: relative; overflow: hidden; }
.intro::before { content: ""; position: absolute; z-index: 0; width: 390px; height: 390px; left: -155px; top: -120px; opacity: .075; background: url("assets/images/commodities-grid.jpg") left top / 200% 200% no-repeat; filter: grayscale(1) contrast(1.2); -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 10%, transparent 70%); mask-image: radial-gradient(circle at 50% 50%, #000 10%, transparent 70%); pointer-events: none; }
.intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.intro-copy { padding-top: 52px; color: var(--muted); font-size: 1.03rem; }
.intro-copy p { margin-bottom: 22px; }
.text-link { display: inline-flex; margin-top: 12px; padding-bottom: 4px; color: var(--green-dark); border-bottom: 1px solid currentColor; font-weight: 700; text-decoration: none; }

.commodities { position: relative; overflow: hidden; background: var(--cream); }
.commodities::after { content: ""; position: absolute; z-index: 0; width: 520px; height: 520px; right: -155px; bottom: -180px; opacity: .075; background: url("assets/images/commodities-grid.jpg") right top / 200% 200% no-repeat; filter: grayscale(1) contrast(1.2); -webkit-mask-image: radial-gradient(circle at 48% 48%, #000 5%, transparent 72%); mask-image: radial-gradient(circle at 48% 48%, #000 5%, transparent 72%); pointer-events: none; }
.commodities > .wrap { position: relative; z-index: 1; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.commodity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.commodity-card { overflow: hidden; background: white; }
.commodity-image { aspect-ratio: 1; background-image: url("assets/images/commodities-grid.jpg"); background-repeat: no-repeat; background-size: 200% 200%; transition: transform .5s ease; }
.commodity-card:hover .commodity-image { transform: scale(1.025); }
.crop-peas { background-position: left top; }
.crop-wheat { background-position: right top; }
.crop-rapeseed { background-position: left bottom; }
.crop-millet { background-position: right bottom; }
.commodity-name { position: relative; display: flex; padding: 22px 20px 20px; justify-content: space-between; align-items: baseline; background: white; }
.commodity-name h3 { margin: 0; font-size: 1.42rem; font-weight: 600; letter-spacing: -.025em; }
.commodity-name span { color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-note { margin: 28px 0 0; color: var(--muted); font-size: .86rem; }

.trade { position: relative; overflow: hidden; color: white; background: var(--green-deep); }
.trade::after { content: ""; position: absolute; width: 580px; aspect-ratio: 1; right: -200px; bottom: -350px; border: 95px solid rgba(255,255,255,.035); border-radius: 50%; }
.trade-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; align-items: center; }
.trade-copy > p:not(.eyebrow) { max-width: 530px; margin: 34px 0 30px; color: rgba(255,255,255,.72); }
.button-light { color: var(--green-deep); background: white; }
.process-list article { display: grid; grid-template-columns: 30px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list article:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.process-mark { width: 12px; height: 12px; margin-top: 8px; border: 2px solid #84d59d; transform: rotate(45deg); }
.process-list h3 { margin-bottom: 8px; font-size: 1.05rem; }
.process-list p { margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }

.team-heading { margin-bottom: 48px; }
.people { border-top: 1px solid var(--line); }
.person { display: grid; grid-template-columns: 72px 1fr 1fr; gap: 28px; padding: 28px 0; align-items: center; border-bottom: 1px solid var(--line); }
.initials { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green-dark); background: #e8f5eb; font-size: .8rem; font-weight: 600; letter-spacing: .08em; }
.person-main h3 { margin: 0 0 3px; font-size: 1.3rem; font-weight: 600; letter-spacing: -.02em; }
.person-main p { margin: 0; color: var(--muted); font-size: .84rem; }
.person-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.person-contact a { color: var(--green-dark); font-size: .9rem; font-weight: 600; text-decoration: none; }
.person-contact a:hover { text-decoration: underline; }
.company-contact-grid { margin-top: 92px; display: grid; grid-template-columns: .78fr 1.22fr; min-height: 470px; background: var(--cream); }
.company-details { padding: 52px; display: grid; align-content: center; }
.company-details h3 { margin-bottom: 22px; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -.04em; }
.company-details address { color: var(--muted); font-style: normal; line-height: 1.8; }
.company-ids { margin: 30px 0 0; border-top: 1px solid #d4d9d2; }
.company-ids div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #d4d9d2; }
.company-ids dt { color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.company-ids dd { margin: 0; font-size: .86rem; font-weight: 600; }
.company-links { margin-top: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.company-links a { color: var(--green-dark); font-size: .88rem; font-weight: 600; text-decoration: none; }
.company-links a:hover { text-decoration: underline; }
.company-map { position: relative; min-height: 470px; overflow: hidden; background: #dce4da; }
.company-map iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; filter: saturate(.8) contrast(1.03); }
.company-map iframe[hidden], .map-placeholder[hidden] { display: none; }
.map-placeholder { position: absolute; inset: 0; display: grid; padding: 52px; place-content: center; text-align: center; background: linear-gradient(135deg, #dce7dc, #f1f3ed); }
.map-placeholder::before { content: ""; width: 54px; height: 54px; margin: 0 auto 18px; border: 2px solid var(--green); transform: rotate(45deg); opacity: .75; }
.map-placeholder strong { margin-bottom: 8px; font-size: 1.18rem; }
.map-placeholder p { max-width: 390px; margin: 0 auto 22px; color: var(--muted); font-size: .88rem; }
.map-placeholder .consent-button { justify-self: center; }
.map-link { position: absolute; z-index: 2; left: 22px; bottom: 22px; min-height: 48px; display: inline-flex; padding: 0 18px; align-items: center; color: white; background: var(--green-deep); font-size: .76rem; font-weight: 600; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.map-link:hover { background: var(--green-dark); }
.contact-banner { margin-top: 100px; padding: 56px 64px; display: flex; justify-content: space-between; align-items: center; gap: 35px; color: white; background: var(--green); }
.contact-banner h2 { max-width: 710px; font-size: clamp(2.4rem, 4.3vw, 4.2rem); }
.round-button { flex: 0 0 158px; width: 158px; min-height: 58px; display: flex; padding: 16px 22px; align-items: center; justify-content: center; gap: 12px; color: var(--green-deep); background: white; border-radius: 1px; font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s; }
.round-button:hover { transform: translateY(-3px); }

.site-footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 200px 1fr auto; gap: 24px 35px; align-items: center; }
.footer-brand img { width: 190px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: .76rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; font-size: .75rem; }
.footer-legal a, .link-button { padding: 0; color: var(--muted); border: 0; background: none; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.footer-inner > p:last-child { grid-column: 2 / -1; text-align: right; }

.legal-main { min-height: 70vh; padding: 150px 0 100px; background: var(--cream); }
.legal-article { width: min(820px, calc(100% - 40px)); margin: auto; padding: 64px; background: white; }
.legal-article h1 { margin: 0 0 24px; color: var(--ink); font-size: clamp(2.7rem, 5vw, 4.8rem); }
.legal-article h2 { margin: 48px 0 16px; font-size: 1.7rem; letter-spacing: -.03em; }
.legal-article h3 { margin: 28px 0 8px; font-size: 1.08rem; }
.legal-article p, .legal-article li { color: #565d58; }
.legal-article ul { padding-left: 22px; }
.legal-article a { color: var(--green-dark); }
.legal-meta { margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.legal-admin-note { margin: 0 0 28px; padding: 16px 18px; color: #633f00; border-left: 4px solid #d99716; background: #fff5dc; font-size: .88rem; }
.legal-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.legal-table th, .legal-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--cream); }

.cookie-banner { position: fixed; z-index: 500; left: 22px; right: 22px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 24px; color: white; background: #102a1d; box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.cookie-banner[hidden], .consent-modal[hidden] { display: none !important; }
.cookie-copy strong { display: block; margin-bottom: 5px; font-size: 1rem; }
.cookie-copy p { max-width: 720px; margin: 0 0 5px; color: rgba(255,255,255,.72); font-size: .83rem; }
.cookie-copy a { color: #bce6c8; font-size: .76rem; text-underline-offset: 3px; }
.cookie-actions, .modal-actions { display: flex; align-items: center; gap: 9px; }
.consent-button { min-height: 46px; padding: 0 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 0; cursor: pointer; font-size: .74rem; font-weight: 600; letter-spacing: .04em; }
.consent-button.primary { color: white; border-color: var(--green); background: var(--green); }
.consent-button.secondary { color: white; background: transparent; }
.cookie-banner [data-consent-reject] { color: white; border-color: var(--green); background: var(--green); }
.consent-modal { position: fixed; z-index: 600; inset: 0; display: grid; place-items: center; padding: 20px; }
.consent-backdrop { position: absolute; inset: 0; background: rgba(6,22,13,.65); backdrop-filter: blur(5px); }
.consent-panel { position: relative; z-index: 1; width: min(640px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 42px; background: white; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.consent-panel h2 { margin-bottom: 20px; font-size: 2.5rem; }
.consent-panel > p:not(.eyebrow) { color: var(--muted); }
.consent-close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: 0; color: var(--ink); background: var(--cream); cursor: pointer; font-size: 1.5rem; }
.consent-option { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 22px 0; align-items: center; border-top: 1px solid var(--line); }
.consent-option strong, .consent-option small { display: block; }
.consent-option small { margin-top: 4px; color: var(--muted); }
.switch { display: grid; grid-template-columns: 42px auto; gap: 9px; align-items: center; cursor: pointer; }
.switch input { position: absolute; opacity: 0; pointer-events: none; }
.switch span { position: relative; width: 42px; height: 22px; background: #b8bdb9; transition: background .2s; }
.switch span::after { content: ""; position: absolute; width: 16px; height: 16px; left: 3px; top: 3px; background: white; transition: transform .2s; }
.switch input:checked + span { background: var(--green); }
.switch input:checked + span::after { transform: translateX(20px); }
.switch input:focus-visible + span { outline: 3px solid rgba(32,165,72,.25); outline-offset: 2px; }
.switch b { font-size: .72rem; font-weight: 600; }
.modal-actions { margin-top: 24px; justify-content: flex-end; }
.consent-panel .consent-button.secondary { color: var(--green-deep); border-color: var(--green-deep); }

.documents-main { background: var(--cream); }
.documents-intro { position: relative; overflow: hidden; padding: 176px 0 90px; border-bottom: 1px solid #daddd6; }
.documents-intro::after { content: ""; position: absolute; width: 420px; height: 420px; right: -110px; top: -110px; opacity: .06; background: url("assets/images/commodities-grid.jpg") right top / 200% 200% no-repeat; filter: grayscale(1); -webkit-mask-image: radial-gradient(circle, #000 10%, transparent 70%); mask-image: radial-gradient(circle, #000 10%, transparent 70%); }
.documents-intro .wrap { position: relative; z-index: 1; }
.documents-intro h1 { margin: 0 0 24px; color: var(--ink); font-size: clamp(3.2rem, 6vw, 6.1rem); }
.documents-intro > .wrap > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.documents-list { background: white; }
.document-card { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 7vw; align-items: center; }
.document-cover { display: block; padding: 24px; background: var(--cream); box-shadow: 0 24px 55px rgba(20,46,28,.1); transition: transform .3s, box-shadow .3s; }
.document-cover:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(20,46,28,.14); }
.document-cover img { width: 100%; height: auto; }
.document-type { margin-bottom: 18px; color: var(--green); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.document-info h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.8vw, 4.6rem); }
.document-info > p:not(.document-type) { max-width: 590px; color: var(--muted); }
.document-meta { margin: 34px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.document-meta div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.document-meta div:nth-child(odd) { margin-right: 24px; }
.document-meta dt { color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.document-meta dd { margin: 0; font-size: .82rem; font-weight: 600; }
.document-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button-outline { color: var(--green-deep); border-color: var(--green-deep); background: transparent; }
.button-outline:hover { color: white; background: var(--green-deep); }

.js .reveal-on-scroll { opacity: 0; transform: translateY(34px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  :root { --wrap: min(100% - 36px, 700px); }
  body.admin-bar .site-header { top: 46px; }
  .section { padding: 88px 0; }
  .brand { width: 210px; }
  .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; padding: 12px 8px; align-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle span { height: 2px; background: white; transition: transform .2s; }
  .site-header.scrolled .menu-toggle span, .site-header.menu-open .menu-toggle span, body:not(.home) .menu-toggle span { background: var(--ink); }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 16px 18px 28px; color: var(--ink); background: white; box-shadow: 0 20px 30px rgba(0,0,0,.08); visibility: hidden; transform: translateY(-130%); transition: transform .25s, visibility 0s linear .25s; }
  body.admin-bar .main-nav { inset: 122px 0 auto; }
  .site-header.menu-open .main-nav { visibility: visible; transform: translateY(0); transition-delay: 0s; }
  .main-nav a { padding: 12px 5px; }
  .nav-phone { margin-top: 10px; text-align: center; }
  .hero { min-height: 820px; background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,39,21,.86), rgba(4,39,21,.54)); }
  .hero-content { padding-top: 120px; }
  .scroll-cue { display: none; }
  .intro-grid, .trade-grid { grid-template-columns: 1fr; gap: 45px; }
  .intro-copy { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .commodity-grid { grid-template-columns: repeat(2, 1fr); }
  .person { grid-template-columns: 65px 1fr; }
  .person-contact { grid-column: 2; }
  .company-contact-grid { grid-template-columns: 1fr; }
  .company-details { padding: 46px 36px; }
  .company-map, .company-map iframe { min-height: 420px; }
  .contact-banner { padding: 45px 36px; }
  .round-button { flex-basis: 148px; width: 148px; }
  .footer-inner { grid-template-columns: 1fr; gap: 15px; }
  .footer-legal { justify-content: flex-start; }
  .footer-inner > p:last-child { grid-column: auto; text-align: left; }
  .cookie-banner { grid-template-columns: 1fr; gap: 18px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .consent-button { flex: 1; }
  .documents-intro { padding: 150px 0 75px; }
  .document-card { grid-template-columns: 1fr; gap: 55px; }
  .document-cover { max-width: 480px; margin: auto; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 30px); }
  .section { padding: 72px 0; }
  .site-header { height: 76px; }
  .brand { width: 176px; padding: 7px 9px; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h1 span + span { margin-top: .16em; }
  h2 { line-height: 1.04; }
  .hero { min-height: 760px; background-position: 64% center; }
  .hero-copy { font-size: .96rem; }
  .hero-actions .button { width: 100%; }
  .commodity-grid { grid-template-columns: 1fr; gap: 14px; }
  .commodity-card { display: grid; grid-template-columns: 44% 56%; }
  .commodity-name { align-items: center; }
  .commodity-name span { display: none; }
  .person { grid-template-columns: 52px 1fr; gap: 15px; }
  .initials { width: 46px; height: 46px; }
  .person-contact { grid-column: 2; }
  .company-contact-grid { margin-top: 68px; }
  .company-details { padding: 38px 24px; }
  .company-map, .company-map iframe { min-height: 350px; }
  .map-placeholder { padding: 34px 20px 82px; }
  .map-link { left: 14px; right: 14px; bottom: 14px; justify-content: center; }
  .contact-banner { margin-top: 70px; padding: 38px 26px; display: block; }
  .round-button { width: 100%; min-height: 54px; margin-top: 30px; }
  .legal-main { padding-top: 120px; }
  .legal-article { padding: 34px 22px; }
  .legal-table { display: block; overflow-x: auto; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 20px; }
  .cookie-actions, .modal-actions { flex-direction: column; align-items: stretch; }
  .cookie-actions .consent-button { width: 100%; }
  .consent-panel { padding: 36px 22px 24px; }
  .consent-option { grid-template-columns: 1fr; gap: 14px; }
  .documents-intro { padding: 128px 0 62px; }
  .document-meta { grid-template-columns: 1fr; }
  .document-meta div:nth-child(odd) { margin-right: 0; }
  .document-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .js .reveal-on-scroll { opacity: 1 !important; transform: none !important; }
}
