/*
Theme Name: Maryo Food
Theme URI: https://maryofood.com
Author: Maryo Food
Description: Zakelijk WordPress-thema voor Maryo Food - groothandel in levensmiddelen en producent van tahini.
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maryo-food
*/

:root {
  --green-950: #071f17;
  --green-900: #0b2a20;
  --green-800: #123b2e;
  --green-100: #dce7df;
  --wine: #6c1425;
  --gold: #c9a341;
  --gold-light: #e1c56f;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --ink: #14231d;
  --muted: #667069;
  --line: #dedbd2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1210px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 14px; color: #a27f27; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; line-height: 1.02; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 4.2vw, 66px); font-weight: 500; }
.intro { color: #4e5b54; font-size: 18px; line-height: 1.75; }

.topbar { background: var(--green-950); color: #e6ebdf; font-size: 12px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; align-items: center; gap: 28px; }
.topbar-links a:hover { color: var(--gold-light); }
.topbar-links span { color: var(--gold-light); font-weight: 800; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(11,42,32,.1); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.brand > span:last-child { display: grid; line-height: .92; }
.brand strong { color: var(--wine); font-family: var(--serif); font-size: 27px; letter-spacing: .055em; }
.brand small { justify-self: center; margin-top: 5px; color: var(--ink); font-size: 15px; letter-spacing: .23em; }
.brand-mark { position: relative; width: 46px; height: 54px; display: block; }
.brand-mark i, .brand-mark b, .brand-mark em { position: absolute; display: block; border: 2px solid var(--gold); border-radius: 70% 0 70% 0; width: 22px; height: 32px; transform: rotate(-43deg); }
.brand-mark i { left: 4px; top: 4px; }
.brand-mark b { right: 3px; top: 4px; transform: rotate(43deg) scaleX(-1); }
.brand-mark em { left: 13px; top: 18px; width: 20px; height: 31px; border-color: var(--green-800); transform: rotate(-43deg); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav a { position: relative; padding: 35px 0 31px; font-size: 10px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after, .nav a.active::after { right: 0; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 18px; height: 2px; background: var(--green-900); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; border: 0; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.button span { font-size: 18px; font-weight: 400; }
.button-small { min-height: 46px; padding-inline: 20px; background: var(--wine); color: white; border-radius: 24px; }
.button-gold { background: var(--gold); color: #132319; }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--green-900); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 18px; }
.light-link { color: white; }

.hero { position: relative; min-height: 676px; display: flex; align-items: center; overflow: hidden; background: var(--green-950); color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('./assets/maryo-hero.jpg') center right / cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(5,27,19,.98) 0%, rgba(5,27,19,.93) 31%, rgba(5,27,19,.3) 60%, rgba(5,27,19,.03) 100%), linear-gradient(0deg, rgba(3,18,12,.38), transparent 45%); }
.hero-inner { position: relative; z-index: 2; padding: 74px 0 68px; }
.hero-copy { width: min(580px, 52%); }
.hero h1 { margin: 0 0 27px; font-size: clamp(64px, 6.2vw, 92px); font-weight: 500; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { width: min(520px, 100%); margin-bottom: 34px; color: #e0e7e2; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-proof { margin-top: 52px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero-proof span { display: flex; align-items: center; gap: 8px; min-height: 35px; padding: 0 13px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #d8e0db; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.hero-proof b { color: var(--gold-light); }

.benefit-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { min-height: 146px; display: flex; align-items: center; gap: 18px; padding: 26px 28px; border-right: 1px solid var(--line); }
.benefit:first-child { border-left: 1px solid var(--line); }
.benefit > span { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #967621; font-family: var(--serif); font-size: 15px; }
.benefit h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 16px; }
.benefit p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.products-section { background: var(--paper); }
.section-heading { max-width: 680px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; min-height: 440px; overflow: hidden; border-radius: 3px; background: var(--green-900); color: white; }
.product-photo, .product-overlay { position: absolute; inset: 0; }
.product-photo { background-image: url('./assets/maryo-categories.jpg'); background-size: 200% 200%; transition: transform .55s ease; }
.product-tahini { background-position: 0 0; }
.product-pulses { background-position: 100% 0; }
.product-spices { background-position: 0 100%; }
.product-nuts { background-position: 100% 100%; }
.product-overlay { background: linear-gradient(0deg, rgba(5,28,19,.98), rgba(5,28,19,.18) 70%); }
.product-card:hover .product-photo { transform: scale(1.045); }
.product-index { position: absolute; top: 21px; left: 21px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 11px; }
.product-copy { position: absolute; left: 24px; right: 22px; bottom: 22px; }
.product-copy small { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h3 { margin: 5px 0 8px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.product-copy p { margin: 0; color: #d7e0da; font-size: 12px; line-height: 1.55; }
.product-arrow { position: absolute; right: 19px; top: 19px; display: grid; width: 38px; height: 38px; place-items: center; background: var(--gold); border-radius: 50%; color: var(--green-950); }
.products-bottom { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.products-bottom p { margin: 0; color: var(--muted); font-size: 13px; }

.tahini-feature { background: var(--cream); }
.feature-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 98px; align-items: center; }
.feature-visual { position: relative; min-height: 660px; }
.feature-photo { position: absolute; inset: 0 40px 0 0; background: url('./assets/maryo-hero.jpg') 73% center / auto 100% no-repeat; border-radius: 3px; }
.feature-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.feature-badge { position: absolute; right: 0; top: 45px; width: 138px; height: 138px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--wine); border: 7px solid var(--cream); border-radius: 50%; color: white; box-shadow: 0 15px 40px rgba(40,18,19,.18); }
.feature-badge strong { font-family: var(--serif); font-size: 30px; }
.feature-badge span { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.feature-caption { position: absolute; left: 32px; bottom: 32px; padding: 13px 18px; background: rgba(7,31,23,.92); color: white; font-family: var(--serif); font-size: 17px; }
.feature-copy h2 { font-size: clamp(43px, 4vw, 61px); }
.check-list { margin: 33px 0 37px; border-top: 1px solid #d7d1c5; }
.check-list > div { display: flex; gap: 17px; padding: 18px 0; border-bottom: 1px solid #d7d1c5; }
.check-list > div > span { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; background: #e4d399; border-radius: 50%; color: var(--green-900); font-size: 13px; }
.check-list p { display: grid; margin: 0; }
.check-list strong { font-family: var(--serif); font-size: 16px; }
.check-list small { color: var(--muted); font-size: 12px; }

.statement-band { padding: 42px 0; background: var(--wine); color: white; }
.statement-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.statement-grid > div { display: grid; padding: 3px 35px; border-right: 1px solid rgba(255,255,255,.17); text-align: center; }
.statement-grid > div:last-child { border-right: 0; }
.statement-grid strong { color: var(--gold-light); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.statement-grid span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.production-section { background: var(--paper); }
.production-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.production-copy { padding: 28px 0; }
.steps { margin: 36px 0 34px; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { border-top: 1px solid var(--line); }
.steps li > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; background: var(--green-900); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.steps p { display: grid; margin: 0; }
.steps strong { font-family: var(--serif); font-size: 17px; }
.steps small { color: var(--muted); }
.production-photo { position: relative; min-height: 650px; background: url('./assets/maryo-productie.jpg') center / cover no-repeat; border-radius: 3px; }
.quality-card { position: absolute; left: -42px; right: 45px; bottom: 34px; display: flex; align-items: center; gap: 18px; padding: 22px; background: var(--green-900); color: white; box-shadow: 0 22px 55px rgba(7,31,23,.24); }
.quality-card > span { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 22px; }
.quality-card p { display: grid; margin: 0; }
.quality-card strong { font-family: var(--serif); font-size: 19px; }
.quality-card small { color: #dbe4de; font-size: 12px; }

.markets-section { background: var(--green-900); color: white; }
.markets-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; align-items: start; }
.markets-section .section-heading { position: sticky; top: 135px; }
.markets-section .section-heading h2 { margin-bottom: 0; }
.market-list { border-top: 1px solid rgba(255,255,255,.16); }
.market-list article { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.market-list article > span { color: var(--gold-light); font-family: var(--serif); font-size: 18px; }
.market-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.market-list p { margin: 0; color: #bdccc3; font-size: 14px; }

.contact-section { padding: 112px 0; background: var(--green-950); color: white; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.contact-copy h2 { font-size: clamp(45px, 4.5vw, 67px); }
.contact-copy > p:not(.eyebrow):not(.contact-note) { max-width: 540px; color: #bdccc3; font-size: 17px; }
.contact-details { margin-top: 41px; display: grid; gap: 16px; }
.contact-details a, .contact-details > div { display: flex; align-items: center; gap: 15px; }
.contact-details > * > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--gold-light); }
.contact-details p { display: grid; margin: 0; }
.contact-details small { color: #8fa49a; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-family: var(--serif); font-size: 16px; }
.contact-note { margin-top: 35px; padding: 12px 15px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.05); color: #aebdb4; font-size: 11px; }
.contact-form { padding: 38px; background: var(--paper); color: var(--ink); border-top: 4px solid var(--gold); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; color: #324239; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d4d2ca; border-radius: 0; outline: 0; background: #fff; color: var(--ink); font-size: 14px; text-transform: none; }
.contact-form input, .contact-form select { height: 49px; padding: 0 13px; }
.contact-form textarea { padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,163,65,.17); }
.form-button { width: 100%; }
.form-status { margin: 13px 0 0; color: var(--green-800); font-size: 12px; text-align: center; }

footer { padding: 55px 0 25px; background: #04160f; color: #b7c7bd; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 55px; align-items: center; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-footer strong { color: white; }
.brand-footer small { color: #c4d0c8; }
.footer-top p { margin: 0; font-size: 13px; }
.footer-links { display: flex; gap: 28px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #75887d; font-size: 10px; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.page-hero { position: relative; min-height: 445px; display: flex; align-items: flex-end; overflow: hidden; background: var(--green-900); color: white; }
.page-hero::before, .page-hero-shade { content: ""; position: absolute; inset: 0; }
.page-hero-photo::before { background: url('./assets/maryo-hero.jpg') 72% 48% / cover no-repeat; }
.page-hero-factory::before { background: url('./assets/maryo-productie.jpg') center / cover no-repeat; }
.page-hero-green::before { background: radial-gradient(circle at 78% 25%, rgba(201,163,65,.18), transparent 35%), linear-gradient(125deg, var(--green-800), var(--green-950)); }
.page-hero-shade { background: linear-gradient(90deg, rgba(5,27,19,.97), rgba(5,27,19,.74) 50%, rgba(5,27,19,.22)); }
.page-hero-inner { position: relative; z-index: 2; padding: 82px 0 72px; }
.page-hero-inner h1 { max-width: 800px; margin: 0 0 22px; font-size: clamp(56px, 6vw, 84px); font-weight: 500; }
.page-hero-inner > p:last-child { max-width: 680px; margin: 0; color: #dae3dd; font-size: 18px; }
.editorial-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.editorial-grid h2 { margin-bottom: 0; }
.long-copy p { color: #536058; font-size: 16px; line-height: 1.82; }
.long-copy .intro { color: var(--ink); font-size: 20px; }
.values-section, .process-section, .tahini-specs { background: var(--cream); }
.info-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card-grid article { min-height: 290px; padding: 34px 30px; background: var(--paper); border-top: 3px solid var(--gold); box-shadow: 0 10px 35px rgba(7,31,23,.05); }
.info-card-grid article > span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 45px; border: 1px solid var(--gold); border-radius: 50%; color: #997824; font-family: var(--serif); }
.info-card-grid h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.info-card-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-cta { padding: 78px 0; background: var(--wine); color: white; }
.contact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-cta h2 { max-width: 730px; margin-bottom: 12px; font-size: clamp(42px, 4vw, 61px); }
.contact-cta p:not(.eyebrow) { margin: 0; color: #e6ccd2; }
.contact-cta .button { flex: 0 0 auto; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-grid a { min-height: 310px; padding: 34px 30px; display: flex; flex-direction: column; background: var(--green-900); color: white; transition: transform .22s ease, background .22s ease; }
.route-grid a:hover { transform: translateY(-5px); background: var(--green-800); }
.route-grid small { color: var(--gold-light); font-family: var(--serif); font-size: 17px; }
.route-grid h3 { margin: 54px 0 12px; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.route-grid p { color: #c3d0c8; font-size: 13px; }
.route-grid span { margin-top: auto; color: var(--gold-light); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.category-detail { padding-top: 0; }
.category-list { display: grid; gap: 0; }
.category-list article { display: grid; grid-template-columns: 100px 1fr; gap: 45px; padding: 65px 0; border-top: 1px solid var(--line); }
.category-list article > span { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.category-list article > div { max-width: 800px; }
.category-list h2 { font-size: 49px; }
.category-list article p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.product-hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; background: var(--green-950); color: white; }
.product-hero-image, .product-hero .hero-shade { position: absolute; inset: 0; }
.product-hero-image { background: url('./assets/maryo-hero.jpg') center right / cover no-repeat; }
.product-hero-inner { position: relative; z-index: 2; padding: 80px 0; }
.product-hero-inner > div { max-width: 565px; }
.product-hero h1 { margin: 0 0 24px; font-size: clamp(60px, 6vw, 90px); font-weight: 500; }
.product-hero p:not(.eyebrow) { margin-bottom: 35px; color: #dbe4de; font-size: 18px; }
.use-cases { background: var(--green-900); color: white; }
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.use-grid > div { min-height: 230px; padding: 32px 25px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.use-grid strong { display: block; margin: 65px 0 12px; font-family: var(--serif); font-size: 21px; }
.use-grid p { color: #becdc4; font-size: 13px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process-grid li { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-right: 0; background: var(--paper); }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.process-grid h3 { margin: 75px 0 13px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.process-grid p { color: var(--muted); font-size: 13px; }
.quality-wide { background: var(--paper); }
.quality-wide-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.quality-wide-grid .production-photo { min-height: 550px; }
.notice-box { margin: 30px 0; padding: 17px 19px; background: var(--cream); border-left: 3px solid var(--gold); color: var(--muted); font-size: 13px; }
.contact-page { padding-top: 100px; }

@media (max-width: 1060px) {
  .header-cta { display: none; }
  .nav { gap: 13px; }
  .hero-copy { width: 58%; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(3) { border-left: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .production-grid { gap: 55px; }
  .contact-grid { gap: 50px; }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 680px); }
  .section { padding: 80px 0; }
  .topbar p { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-links { width: 100%; justify-content: space-between; gap: 12px; }
  .nav-wrap { min-height: 76px; }
  .brand strong { font-size: 23px; }
  .brand small { font-size: 12px; }
  .brand-mark { transform: scale(.82); transform-origin: left center; width: 39px; }
  .menu-button { display: flex; }
  .nav { position: absolute; top: 76px; left: 0; right: 0; margin: 0; padding: 12px 24px 24px; display: none; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 32px rgba(7,31,23,.12); }
  .nav.open { display: grid; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-image { background-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,27,19,.99) 5%, rgba(5,27,19,.9) 46%, rgba(5,27,19,.28) 82%, rgba(5,27,19,.05)); }
  .hero-inner { padding: 260px 0 55px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(55px, 15vw, 76px); }
  .hero-lead { font-size: 16px; }
  .feature-grid, .production-grid, .markets-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-visual { min-height: 590px; }
  .feature-copy { padding-top: 10px; }
  .production-photo { min-height: 560px; grid-row: 1; }
  .quality-card { left: 22px; right: 22px; }
  .markets-grid { gap: 45px; }
  .markets-section .section-heading { position: static; }
  .statement-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 0; }
  .statement-grid > div:nth-child(2) { border-right: 0; }
  .contact-grid { gap: 50px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .editorial-grid, .quality-wide-grid { grid-template-columns: 1fr; gap: 45px; }
  .info-card-grid, .route-grid { grid-template-columns: 1fr; }
  .contact-cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 390px; }
  .page-hero-inner { padding: 65px 0 55px; }
  .product-hero { min-height: 760px; align-items: flex-end; }
  .product-hero .hero-shade { background: linear-gradient(0deg, rgba(5,27,19,.99) 4%, rgba(5,27,19,.89) 52%, rgba(5,27,19,.1)); }
  .product-hero-image { background-position: 66% center; }
  .product-hero-inner { padding: 300px 0 60px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 520px); }
  h2 { font-size: 41px; }
  .topbar-links a:first-child { display: none; }
  .benefit-grid, .product-grid { grid-template-columns: 1fr; }
  .benefit, .benefit:nth-child(3) { border-left: 1px solid var(--line); }
  .product-card { min-height: 400px; }
  .products-bottom { align-items: flex-start; flex-direction: column; }
  .feature-visual { min-height: 510px; }
  .feature-photo { right: 0; background-position: 70% center; }
  .feature-badge { right: -8px; top: 24px; width: 112px; height: 112px; }
  .production-photo { min-height: 470px; background-position: 60% center; }
  .quality-card { left: 14px; right: 14px; bottom: 14px; }
  .statement-grid strong { font-size: 23px; }
  .statement-grid span { font-size: 9px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .contact-section { padding: 80px 0; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .category-list article { grid-template-columns: 46px 1fr; gap: 15px; padding: 45px 0; }
  .category-list h2 { font-size: 39px; }
  .use-grid, .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
  .page-hero-inner h1 { font-size: 49px; }
  .footer-links { gap: 18px; }
}

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

/* ---------------------------------------------------------------
   Language switcher (top bar)
   --------------------------------------------------------------- */
.lang-switch { display: inline-flex; align-items: center; gap: 10px; }
.lang-switch .lang-link { color: #9fb0a4; font-weight: 800; letter-spacing: .06em; transition: color .2s ease; }
.lang-switch .lang-link:hover, .lang-switch .lang-link:focus-visible { color: var(--gold-light); }
.lang-switch .lang-link.current { color: var(--gold-light); }
.lang-switch .lang-link + .lang-link { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.18); }

@media (max-width: 720px) {
  .lang-switch { gap: 8px; }
}

/* ---------------------------------------------------------------
   Contact Form 7 inside the site's own form design
   --------------------------------------------------------------- */
.contact-form .wpcf7-form-control-wrap { display: block; }

.wpcf7 form.contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input.wpcf7-not-valid,
.contact-form select.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid { border-color: var(--wine); }

.wpcf7 form.contact-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 17px;
  border: 0;
  border-left: 3px solid var(--gold);
  background: var(--cream);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.wpcf7 form.contact-form.sent .wpcf7-response-output {
  border-left-color: var(--green-800);
  background: #e9f1ea;
  color: var(--green-900);
}

.wpcf7 form.contact-form.invalid .wpcf7-response-output,
.wpcf7 form.contact-form.unaccepted .wpcf7-response-output,
.wpcf7 form.contact-form.payment-required .wpcf7-response-output,
.wpcf7 form.contact-form.aborted .wpcf7-response-output,
.wpcf7 form.contact-form.failed .wpcf7-response-output,
.wpcf7 form.contact-form.spam .wpcf7-response-output {
  border-left-color: var(--wine);
  background: #f8eaed;
  color: var(--wine);
}

.contact-form .wpcf7-spinner { display: block; margin: 14px auto 0; }
.contact-form.submitting .form-button { opacity: .55; pointer-events: none; }

.contact-form .form-hint {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* Icons and legal line ------------------------------------------------ */
.contact-details svg { display: block; }
.footer-legal { text-transform: none; letter-spacing: .02em; }

/* Submit button rendered by Contact Form 7 ---------------------------- */
.contact-form input.form-button {
  display: block;
  /* The field styling above paints every input white; the submit button
     has to win that back or it stops looking like a button at all. */
  background-color: var(--gold);
  border: 0;
  color: #132319;
  padding-right: 56px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132319' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12h15'/><path d='m13 6 6 6-6 6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 19px 19px;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form .wpcf7-spinner { margin: 14px auto 0; }

.contact-form input.form-button:hover,
.contact-form input.form-button:focus-visible { background-color: var(--gold-light); }
