:root {
  --ink: #11130f;
  --ink-2: #1b1e18;
  --paper: #f5f4ef;
  --white: #ffffff;
  --muted: #6e7268;
  --line: #dedfd8;
  --yellow: #f5c400;
  --yellow-dark: #d9ad00;
  --green: #25d366;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(13, 15, 11, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); 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: 1000; left: 16px; top: -60px; padding: 12px 18px; color: var(--ink); background: var(--yellow); border-radius: 0 0 10px 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(245,244,239,.96); box-shadow: 0 8px 24px rgba(16,18,14,.08); backdrop-filter: blur(16px); border-color: transparent; }
.header-inner { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; padding: 4px 8px; overflow: hidden; background: var(--white); border: 1px solid rgba(255,255,255,.72); border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.brand-logo { width: 150px; height: auto; }
.site-header.is-scrolled .brand { border-color: var(--line); box-shadow: 0 5px 16px rgba(16,18,14,.08); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .2s; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 850; letter-spacing: .01em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 16px; }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 30px rgba(245,196,0,.22); }
.button-primary:hover { background: #ffd21a; box-shadow: 0 16px 34px rgba(245,196,0,.3); }
.button-whatsapp { color: #082f18; background: var(--green); box-shadow: 0 12px 30px rgba(37,211,102,.18); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); background: transparent; border-color: #bfc2b9; }
.header-call { color: var(--ink); background: var(--yellow); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; color: var(--white); background: #0d110e; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,6,.96) 0%, rgba(6,8,6,.78) 34%, rgba(6,8,6,.18) 64%, rgba(6,8,6,.08) 100%), linear-gradient(0deg, rgba(6,8,6,.5), transparent 48%); }
.hero-inner { position: relative; z-index: 2; padding-top: 92px; }
.hero-content { width: min(650px, 100%); padding: 90px 0 78px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 7px rgba(245,196,0,.13); }
.hero h1 { margin: 24px 0 24px; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-content > p { max-width: 600px; margin: 0 0 31px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-height: 58px; padding-inline: 25px; font-size: 15px; text-transform: uppercase; }
.hero-meta { margin-top: 33px; display: flex; flex-wrap: wrap; gap: 11px 25px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-meta span::before { content: "✓"; margin-right: 7px; color: var(--yellow); }
.hero-edge { position: absolute; z-index: 3; inset: auto -5% -36px; height: 70px; background: var(--paper); transform: rotate(-1.4deg); transform-origin: center; }

.trust-bar { position: relative; z-index: 4; padding: 26px 0; background: var(--ink); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 58px; padding: 0 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid b { color: var(--yellow); font-size: 13px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 11px; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 44px; }
.heading-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .process-intro h2, .workshop-copy h2, .why-grid h2, .faq-intro h2, .final-cta h2 { margin: 12px 0 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p { max-width: 430px; margin: 0; color: var(--muted); }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 31px; display: flex; flex-direction: column; background: rgba(255,255,255,.48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .25s, transform .25s; }
.service-card:hover { z-index: 2; background: var(--white); box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card.featured { background: var(--yellow); }
.service-number { position: absolute; top: 28px; right: 28px; color: #979b91; font-size: 11px; font-weight: 800; }
.featured .service-number { color: rgba(17,19,15,.55); }
.service-symbol { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); border: 1px solid #aeb1a7; border-radius: 50%; font-size: 23px; }
.featured .service-symbol { border-color: rgba(17,19,15,.42); }
.service-card h3 { margin: auto 0 10px; font-size: 22px; line-height: 1.15; letter-spacing: -.02em; }
.service-card p { margin: 0 0 21px; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(17,19,15,.68); }
.service-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(17,19,15,.15); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.service-card a span { font-size: 18px; }
.price-note { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.price-note a { color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; }

.process-section { color: var(--white); background: var(--ink); }
.process-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-intro p { max-width: 420px; color: rgba(255,255,255,.6); }
.text-link { display: inline-flex; gap: 60px; margin-top: 18px; padding-bottom: 8px; color: var(--yellow); border-bottom: 1px solid var(--yellow); font-weight: 900; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li { padding: 28px 0; display: grid; grid-template-columns: 82px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: var(--yellow); font-size: 13px; font-weight: 900; }
.process-list h3 { margin: 0 0 6px; font-size: 22px; }
.process-list p { margin: 0; color: rgba(255,255,255,.57); }

.workshop { background: var(--white); }
.workshop-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.workshop-media { position: relative; min-height: 550px; }
.workshop-media::before { content: ""; position: absolute; inset: -20px 20px 20px -20px; border: 2px solid var(--yellow); }
.workshop-media img { position: relative; width: 100%; height: 550px; object-fit: cover; box-shadow: var(--shadow); }
.media-label { position: absolute; z-index: 2; left: 0; right: 70px; bottom: 0; padding: 17px 22px; display: flex; justify-content: space-between; gap: 18px; color: var(--ink); background: var(--yellow); }
.media-label strong { font-size: 11px; letter-spacing: .08em; }
.media-label span { font-size: 12px; }
.workshop-copy > p { margin: 24px 0 28px; color: var(--muted); font-size: 17px; }
.check-list { margin: 0 0 32px; padding: 0; list-style: none; }
.check-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list span { margin-right: 11px; color: #a17f00; }

.fleet-services { color: var(--white); background: var(--ink); }
.fleet-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: end; }
.fleet-heading h2 { max-width: 760px; margin: 12px 0 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.fleet-heading > p { max-width: 470px; margin: 0; color: rgba(255,255,255,.63); font-size: 16px; }
.fleet-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.fleet-service-grid article { min-height: 210px; padding: 27px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .2s, transform .2s; }
.fleet-service-grid article:hover { background: rgba(255,255,255,.055); transform: translateY(-3px); }
.fleet-service-grid article > span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.fleet-service-grid h3 { margin: 37px 0 10px; font-size: 21px; line-height: 1.15; }
.fleet-service-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.fleet-cta { margin-top: 30px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--ink); background: var(--yellow); }
.fleet-cta strong, .fleet-cta span { display: block; }
.fleet-cta strong { font-size: 20px; }
.fleet-cta span { margin-top: 3px; color: rgba(17,19,15,.65); font-size: 13px; }
.fleet-actions { display: flex; gap: 10px; flex-shrink: 0; }
.fleet-actions .button-primary { background: var(--white); box-shadow: none; }
.fleet-actions .button-whatsapp { box-shadow: none; }

.regions { background: #e8e8e1; }
.regions-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.regions-heading p { margin: 18px auto 0; }
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.region-card { min-height: 118px; padding: 22px 25px; display: grid; grid-template-columns: 48px 1fr 35px; align-items: center; gap: 15px; background: var(--white); border: 1px solid transparent; transition: border .2s, transform .2s, box-shadow .2s; }
.region-card:first-child { grid-column: 1 / -1; }
.region-card:hover { border-color: var(--yellow-dark); transform: translateY(-3px); box-shadow: 0 16px 35px rgba(15,17,13,.08); }
.region-index { align-self: start; color: #989c91; font-size: 11px; font-weight: 800; }
.region-card strong { display: block; font-size: 22px; }
.region-card small { display: block; margin-top: 5px; color: var(--muted); }
.region-arrow { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.region-card:hover .region-arrow { background: var(--yellow); border-color: var(--yellow); }
.region-note { margin-top: 24px; padding: 22px 25px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 17px; color: var(--white); background: var(--ink); }
.region-note > span { font-size: 27px; color: var(--yellow); }
.region-note p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.region-note p strong { color: var(--white); }
.region-note a { color: var(--yellow); font-size: 12px; font-weight: 900; text-transform: uppercase; }

.why-us { background: var(--yellow); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.why-grid .kicker { color: var(--ink); }
.why-items { border-top: 1px solid rgba(17,19,15,.25); }
.why-items article { display: grid; grid-template-columns: 52px 190px 1fr; gap: 20px; align-items: start; padding: 27px 0; border-bottom: 1px solid rgba(17,19,15,.25); }
.why-items article > span { font-size: 12px; font-weight: 900; }
.why-items h3, .why-items p { margin: 0; }
.why-items h3 { font-size: 18px; }
.why-items p { color: rgba(17,19,15,.67); font-size: 14px; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro p { max-width: 350px; color: var(--muted); }
.faq-intro .button { margin-top: 10px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 32px; height: 32px; display: grid; place-items: center; flex-shrink: 0; background: var(--paper); border-radius: 50%; font-size: 20px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); background: var(--yellow); }
.accordion details p { margin: -5px 50px 24px 0; color: var(--muted); }

.location-section { background: var(--white); border-top: 1px solid var(--line); }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.location-copy h2 { margin: 12px 0 20px; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
.location-copy > p { max-width: 460px; color: var(--muted); font-size: 16px; }
.location-copy address { margin: 32px 0; padding: 23px 0; display: flex; align-items: flex-start; gap: 17px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-style: normal; }
.location-pin { width: 46px; height: 46px; display: grid; place-items: center; flex-shrink: 0; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 25px; }
.location-copy address small, .map-badge small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.location-copy address strong { display: block; font-size: 17px; line-height: 1.45; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.location-phone { margin-top: 0; color: var(--ink); }
.map-wrap { position: relative; min-height: 520px; background: #d8d9d2; box-shadow: var(--shadow); }
.map-wrap iframe { display: block; width: 100%; height: 520px; }
.map-badge { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: var(--yellow); box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.map-badge > span { font-size: 24px; }
.map-badge small { color: rgba(17,19,15,.55); }
.map-badge strong { font-size: 12px; }

.final-cta { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: #0c0f0c; text-align: center; }
.final-cta-bg { position: absolute; inset: 0; background: linear-gradient(rgba(7,9,7,.88), rgba(7,9,7,.93)), url("/assets/images/mobil-servis-hero.webp") center 56% / cover; filter: saturate(.8); }
.final-cta-inner { position: relative; z-index: 2; padding: 90px 0; }
.final-cta p { margin: 20px auto 30px; color: rgba(255,255,255,.66); font-size: 17px; }
.hero-actions.centered { justify-content: center; }

.site-footer { padding: 75px 0 24px; color: rgba(255,255,255,.65); background: #090b08; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 65px; padding-bottom: 55px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 330px; margin-top: 20px; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(:first-child) a, [data-footer-regions] a { display: block; margin: 10px 0; font-size: 13px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-phone { color: var(--yellow) !important; font-size: 18px !important; font-weight: 900; }
.footer-grid > div:last-child p { max-width: 210px; font-size: 12px; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
.footer-bottom button:hover { color: var(--yellow); }

.mobile-action-bar { display: none; }
.cookie-banner { position: fixed; z-index: 300; left: 24px; right: 24px; bottom: 24px; width: min(760px, calc(100% - 48px)); margin-inline: auto; padding: 20px; align-items: center; justify-content: space-between; gap: 25px; color: var(--white); background: #161914; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.cookie-banner:not([hidden]) { display: flex; }
.cookie-banner strong { display: block; margin-bottom: 4px; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-actions .button { min-height: 42px; padding-inline: 14px; color: var(--white); font-size: 11px; }
.cookie-actions .button-primary { color: var(--ink); }

@media (max-width: 980px) {
  .header-inner { height: 72px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 0 auto; padding: 25px 20px 35px; display: grid; gap: 0; color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 30px 45px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .header-call { display: none; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,8,6,.93), rgba(6,8,6,.55) 65%, rgba(6,8,6,.2)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .heading-row, .workshop-grid, .fleet-heading, .why-grid, .faq-grid, .location-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-service-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-cta { align-items: flex-start; flex-direction: column; }
  .process-wrap { gap: 55px; }
  .workshop-media, .workshop-media img { min-height: 470px; height: 470px; }
  .why-items article { grid-template-columns: 45px 180px 1fr; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { padding: 3px 6px; border-radius: 8px; }
  .brand-logo { width: 128px; }
  .hero { min-height: 735px; align-items: end; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,7,5,.98) 6%, rgba(5,7,5,.82) 56%, rgba(5,7,5,.26) 100%); }
  .hero-content { padding: 160px 0 80px; }
  .hero h1 { margin-top: 18px; font-size: clamp(43px, 13vw, 58px); }
  .hero-content > p { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-meta { display: none; }
  .hero-edge { bottom: -48px; }
  .trust-bar { padding: 23px 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .trust-grid > div { min-height: 45px; padding: 0 12px; }
  .trust-grid > div:first-child { padding-left: 12px; }
  .trust-grid b { display: none; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid small { font-size: 10px; }
  .section { padding: 78px 0; }
  .heading-row { gap: 18px; }
  .section-heading h2, .process-intro h2, .workshop-copy h2, .fleet-heading h2, .why-grid h2, .faq-intro h2, .final-cta h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .fleet-heading { margin-bottom: 32px; gap: 18px; }
  .fleet-service-grid { grid-template-columns: 1fr; }
  .fleet-service-grid article { min-height: 0; padding: 23px; }
  .fleet-service-grid h3 { margin-top: 24px; }
  .fleet-cta { padding: 22px; }
  .fleet-actions { width: 100%; display: grid; }
  .fleet-actions .button { width: 100%; }
  .process-wrap { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 52px 1fr; }
  .workshop-media, .workshop-media img { min-height: 360px; height: 360px; }
  .workshop-media::before { inset: -10px 10px 10px -10px; }
  .media-label { right: 0; display: block; }
  .media-label span { display: block; margin-top: 3px; }
  .region-grid { grid-template-columns: 1fr; }
  .region-card:first-child { grid-column: auto; }
  .region-card { min-height: 100px; padding: 18px; grid-template-columns: 30px 1fr 35px; }
  .region-card strong { font-size: 18px; }
  .region-note { grid-template-columns: 32px 1fr; }
  .region-note a { grid-column: 2; }
  .why-items article { grid-template-columns: 35px 1fr; gap: 12px; }
  .why-items article p { grid-column: 2; }
  .location-actions { display: grid; }
  .location-actions .button { width: 100%; }
  .map-wrap, .map-wrap iframe { min-height: 410px; height: 410px; }
  .map-badge { left: 12px; right: 12px; bottom: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { padding-bottom: 72px; display: grid; }
  .footer-bottom nav { flex-wrap: wrap; }
  .mobile-action-bar { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); color: var(--ink); background: var(--yellow); box-shadow: 0 -8px 25px rgba(0,0,0,.2); }
  .mobile-action-bar a { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; text-transform: uppercase; }
  .mobile-action-bar a + a { color: #052d15; background: var(--green); }
  .cookie-banner { left: 12px; right: 12px; bottom: 76px; width: calc(100% - 24px); display: block; }
  .cookie-actions { margin-top: 14px; }
  .cookie-actions .button { flex: 1; }
}

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