:root {
  --navy: #0b1624;
  --navy-2: #13263b;
  --orange: #f36f21;
  --orange-dark: #d95910;
  --ink: #172231;
  --muted: #687383;
  --line: #dfe4e8;
  --paper: #f5f6f7;
  --sky: #edf3f6;
  --white: #ffffff;
  --radius: 4px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); }
button, input, select { font: inherit; }
a { color: inherit; }
.site-header {
  position: sticky; top: 0; z-index: 20; height: 68px; padding: 0 clamp(20px, 4vw, 72px);
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  color: var(--ink); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 50px; height: 50px; flex: 0 0 auto; object-fit: contain; }
.brand-logo img { width: clamp(190px, 18vw, 250px); height: auto; max-height: 50px; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--navy); font-size: 1.55rem; font-weight: 700; letter-spacing: .065em; }
.brand small { margin-top: 7px; color: #4f5f70; font-size: .68rem; font-weight: 750; letter-spacing: .25em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: .9rem; text-decoration: none; color: #526171; }
.desktop-nav a:hover { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-picker { display: flex; border: 1px solid #cbd3da; border-radius: 3px; overflow: hidden; }
.language-picker :is(button, a) { border: 0; padding: 7px 9px; color: #687686; background: transparent; font-size: .72rem; line-height: 1.2; text-decoration: none; cursor: pointer; }
.language-picker :is(button, a).active { color: var(--white); background: var(--navy); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 22px; border: 0; border-radius: var(--radius); background: var(--orange); color: var(--white); font-weight: 700; text-decoration: none; cursor: pointer; transition: .18s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.button-small { min-height: 39px; padding: 0 17px; font-size: .86rem; }
.hero { height: 390px; min-height: 390px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--sky); color: var(--ink); border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px clamp(28px, 6vw, 96px); }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; }
h1 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.35rem); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.hero-text { max-width: 650px; margin: 16px 0 20px; color: #586879; font-size: clamp(.92rem, 1.1vw, 1.05rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.text-link { padding: 0; border: 0; color: var(--navy); background: transparent; font-weight: 700; text-decoration: none; cursor: pointer; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; color: #6d7985; font-size: .75rem; }
.trust-row span::before { content: "✓"; color: var(--orange); margin-right: 8px; }
.hero-visual { position: relative; min-height: 390px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background-position: center; background-size: cover; filter: saturate(.8) contrast(1.06); opacity: 1; transition: opacity .32s ease; }
.hero-image.is-changing { opacity: .18; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(237,243,246,.75) 0%, transparent 20%), linear-gradient(0deg, rgba(5,12,20,.24), transparent 55%); }
.hero-card { position: absolute; right: clamp(16px, 3vw, 42px); bottom: 18px; width: min(265px, calc(100% - 32px)); padding: 15px 18px; display: grid; gap: 4px; background: rgba(255,255,255,.96); color: var(--ink); border-top: 3px solid var(--orange); box-shadow: 0 12px 34px rgba(0,0,0,.16); opacity: 1; transform: translateY(0); transition: opacity .32s ease, transform .32s ease; }
.hero-card.is-changing { opacity: 0; transform: translateY(6px); }
.hero-card span { color: var(--orange-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.hero-card strong { font-family: Georgia, serif; font-size: 1.1rem; }
.hero-card small { color: var(--muted); }
.inventory { padding: 48px clamp(20px, 5vw, 80px) 90px; }
.section-heading { max-width: 1400px; margin: 0 auto 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2, .contact-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.03em; }
#inventory .section-heading h2 { font-size: clamp(1.7rem, 2.4vw, 2.5rem); }
.result-count { color: var(--muted); }
.offer-type-filter { max-width: 1400px; margin: 0 auto 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.offer-type-filter button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #526171; font-weight: 700; cursor: pointer; transition: .18s ease; }
.offer-type-filter button:hover { border-color: #b8c2cb; color: var(--navy); }
.offer-type-filter button.active { border-color: var(--orange); background: var(--orange); color: white; }
.filters { max-width: 1400px; margin: 0 auto 38px; display: grid; grid-template-columns: minmax(250px, 1.7fr) repeat(4, minmax(135px, .75fr)) auto; gap: 10px; }
.filters input, .filters select { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); padding: 0 14px; outline: none; }
.filters select:disabled { color: #9ca7b2; background: #f5f7f8; cursor: not-allowed; }
.filters input:focus, .filters select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,111,33,.12); }
.search-box { position: relative; display: block; }
.search-box span { position: absolute; left: 15px; top: 11px; font-size: 1.35rem; color: var(--muted); }
.search-box input { padding-left: 42px; }
.reset-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.reset-button:hover { color: var(--orange-dark); }
.machine-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.machine-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: inherit; text-decoration: none; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.machine-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(17,34,52,.12); }
.machine-card:focus-visible { outline: 3px solid rgba(243,111,33,.45); outline-offset: 3px; }
.machine-photo { position: relative; aspect-ratio: 4 / 3; background: #e9edf0; overflow: hidden; }
.machine-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.machine-card:hover .machine-photo img { transform: scale(1.025); }
.status-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; background: rgba(255,255,255,.92); color: #21754b; border-radius: 2px; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-badge.reserved { color: #9a6511; }
.status-badge.sold { color: #7c4650; }
.featured-badge { position: absolute; right: 14px; top: 14px; padding: 7px 10px; background: var(--orange); color: white; border-radius: 2px; font-size: .67rem; font-weight: 800; }
.machine-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.machine-type { margin: 0 0 8px; color: var(--orange-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .075em; line-height: 1.45; }
.machine-tags { display:flex; flex-wrap:wrap; gap:.38rem; margin:-.1rem 0 .55rem; }
.machine-tags span { display:inline-flex; align-items:center; min-height:1.55rem; padding:.16rem .48rem; border:1px solid #d8e0e8; border-radius:999px; background:#f5f7f9; color:#526171; font:600 .7rem/1.1 Inter,system-ui,sans-serif; letter-spacing:.01em; text-transform:none; }
.detail-tags { margin:.15rem 0 .75rem; }
.compatibility { margin:.15rem 0 .65rem; color:#5f6e7d; font-size:.78rem; line-height:1.45; }
.compatibility b { color:#25374a; }
.detail-compatibility { margin-top:-.25rem; font-size:.9rem; }
.machine-title { margin: 0 0 18px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 600; line-height: 1.2; }
.machine-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.machine-facts span:last-child { text-align: right; }
.machine-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; }
.price { font-size: 1rem; font-weight: 800; }
.details-link { color: var(--orange-dark); font-size: .82rem; font-weight: 750; }
.empty-state { max-width: 800px; margin: 60px auto; padding: 60px 25px; text-align: center; background: var(--paper); }
.machine-static { width: min(1180px, calc(100% - 40px)); margin: 42px auto 80px; }
.machine-static-breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: .82rem; }
.machine-static-breadcrumbs a { color: var(--orange-dark); text-decoration: none; }
.machine-static-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.machine-static-image { margin: 0; overflow: hidden; border-radius: var(--radius); background: #e9edf0; }
.machine-static-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.machine-static-copy h1 { margin: 7px 0 16px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.08; }
.machine-static-price { margin: 0 0 24px; font-size: 1.2rem; font-weight: 800; }
.machine-static-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 26px; border-top: 1px solid var(--line); }
.machine-static-facts div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.machine-static-facts div:nth-child(even) { padding-left: 18px; }
.machine-static-facts dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.machine-static-facts dd { margin: 4px 0 0; font-weight: 700; }
.machine-static-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.machine-static-actions a { text-decoration: none; }
.machine-static-description { margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.machine-static-description h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.machine-static-description p { margin: 0; color: #455463; line-height: 1.72; white-space: pre-line; }
.product-route .hero, .product-route .inventory, .product-route .services, .product-route .contact-section { display: none; }
.services { padding: 92px clamp(20px, 5vw, 80px); background: var(--navy); color: white; }
.section-heading.light { color: white; }
.service-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.service-grid article { min-height: 250px; padding: 36px; border-right: 1px solid rgba(255,255,255,.16); }
.service-grid article:last-child { border: 0; }
.service-grid b { color: var(--orange); font-size: .74rem; letter-spacing: .14em; }
.service-grid h3 { margin: 54px 0 14px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.service-grid p { margin: 0; color: #aebbc7; line-height: 1.7; }
.contact-section { padding: 110px 24px; text-align: center; background: var(--paper); }
.contact-section p:not(.eyebrow) { max-width: 700px; margin: 24px auto 30px; color: var(--muted); line-height: 1.7; }
footer { min-height: 120px; padding: 28px clamp(20px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #e1e5e9; background: #fff; color: #66717c; font-size: .76rem; }
.legal-links { display: flex; align-items: center; gap: 18px; }
.legal-links a { color: #46515c; text-decoration: none; }
.legal-links a:hover { color: var(--orange); text-decoration: underline; }
.footer-brand { color: var(--navy); }
.footer-brand strong { color: var(--navy); }
.footer-brand small { color: #66717c; }
.footer-brand img { width: 35px; height: 35px; }
.footer-brand.brand-logo img { width: 175px; height: auto; max-height: 42px; }
.machine-dialog { width: min(1460px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 5px; box-shadow: 0 30px 100px rgba(0,0,0,.4); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.machine-dialog::backdrop { background: rgba(4,10,17,.78); backdrop-filter: blur(3px); }
html.dialog-open, body.dialog-open { overflow: hidden; overscroll-behavior: none; }
.machine-loading { min-height: min(760px, calc(100vh - 28px)); display: grid; place-content: center; justify-items: center; gap: 14px; padding: 80px 24px; color: var(--muted); background: white; text-align: center; }
.machine-loading-spinner { width: 36px; height: 36px; border: 3px solid #d7dde2; border-top-color: var(--orange); border-radius: 50%; animation: machine-loading-spin .8s linear infinite; }
@keyframes machine-loading-spin { to { transform: rotate(360deg); } }
.enquiry-dialog { width: min(680px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 5px; box-shadow: 0 30px 100px rgba(0,0,0,.4); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.enquiry-dialog::backdrop { background: rgba(4,10,17,.78); backdrop-filter: blur(3px); }
.enquiry-form { padding: clamp(30px, 5vw, 58px); }
.enquiry-form h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 500; line-height: 1.05; }
.enquiry-machine { margin: 0 0 24px; padding: 12px 14px; border-left: 3px solid var(--orange); background: var(--paper); color: var(--ink); font-weight: 700; }
.enquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-grid label { display: grid; gap: 7px; color: #4f5c69; font-size: .86rem; font-weight: 700; }
.enquiry-grid input, .enquiry-grid textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #ccd4db; border-radius: var(--radius); color: var(--ink); background: white; font-size: 1rem; font-weight: 400; outline: none; }
.enquiry-grid textarea { min-height: 132px; resize: vertical; line-height: 1.5; }
.enquiry-grid input:focus, .enquiry-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,111,33,.12); }
.enquiry-full { grid-column: 1 / -1; }
.enquiry-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-privacy { margin: 18px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.enquiry-privacy a { color: var(--orange-dark); }
.enquiry-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.enquiry-status { flex: 1; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.enquiry-status.success { color: #21754b; font-weight: 700; }
.enquiry-status.error { color: #a33535; }
.dialog-close { position: sticky; z-index: 3; top: 14px; float: right; margin: 14px 14px -54px 0; width: 40px; height: 40px; border: 0; border-radius: 50%; color: white; background: rgba(8,16,26,.78); font-size: 1.7rem; cursor: pointer; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr); align-items: start; min-height: min(760px, calc(100vh - 28px)); background: white; }
.detail-gallery { position: sticky; top: 0; align-self: start; min-width: 0; padding: clamp(18px, 2vw, 28px); background: #e8ecef; }
.detail-main-image { aspect-ratio: 4 / 3; width: 100%; object-fit: contain; background: white; box-shadow: 0 1px 0 rgba(11,22,36,.05); }
.thumbnail-carousel { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; align-items: center; gap: 8px; margin-top: 12px; }
.thumbnail-carousel.single-image { grid-template-columns: minmax(0, 1fr); }
.thumbnail-carousel.single-image .thumbnail-nav { display: none; }
.thumbnails { display: flex; gap: 8px; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline proximity; }
.thumbnails::-webkit-scrollbar { display: none; }
.thumbnail { flex: 0 0 76px; padding: 0; border: 2px solid transparent; border-radius: 2px; background: white; cursor: pointer; scroll-snap-align: center; opacity: .74; transition: border-color .16s ease, opacity .16s ease, transform .16s ease; }
.thumbnail:hover { opacity: 1; transform: translateY(-1px); }
.thumbnail.active { border-color: var(--orange); opacity: 1; }
.thumbnail:focus-visible, .thumbnail-nav:focus-visible { outline: 3px solid rgba(243,111,33,.28); outline-offset: 2px; }
.thumbnail img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.thumbnail-nav { width: 38px; height: 48px; padding: 0; border: 1px solid #cfd7de; border-radius: 2px; color: var(--navy); background: rgba(255,255,255,.94); font: 400 1.8rem/1 Georgia, serif; cursor: pointer; transition: border-color .16s ease, color .16s ease, background .16s ease; }
.thumbnail-nav:hover:not(:disabled) { border-color: var(--orange); color: var(--orange-dark); background: white; }
.thumbnail-nav:disabled { color: #aeb7c0; background: rgba(255,255,255,.48); cursor: default; opacity: .55; }
.detail-copy { min-width: 0; padding: clamp(34px, 4vw, 58px); }
.detail-copy h2 { margin: 7px 0 18px; padding-right: 28px; font-family: Georgia, serif; font-size: clamp(1.9rem, 2.7vw, 2.8rem); font-weight: 600; line-height: 1.06; letter-spacing: -.025em; }
.detail-price { margin: 0 0 16px; font-size: 1.25rem; font-weight: 850; }
.detail-language-row { display: flex; align-items: center; gap: 10px; }
.detail-language-label { color: var(--muted); font-size: .78rem; font-weight: 700; }
.detail-language-picker { flex: 0 0 auto; }
.detail-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 0; border-top: 1px solid var(--line); }
.detail-facts div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.detail-facts div:nth-child(even) { text-align: right; }
.detail-facts small { display: block; color: var(--muted); margin-bottom: 4px; }
.detail-description { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); background: white; }
.detail-description-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.detail-description .eyebrow { margin: 0; }
.description { margin: 0; color: #4f5c69; font-size: .98rem; white-space: pre-line; line-height: 1.68; overflow-wrap: anywhere; }
.detail-actions { display: flex; flex-wrap: nowrap; gap: 7px; margin: 0; }
.contact-button { min-height: 38px; padding: 0 12px; gap: 6px; font-size: .76rem; white-space: nowrap; }
.contact-label-short { display: none; }
.contact-button svg { width: 15px; height: 15px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-telegram svg { fill: currentColor; stroke: none; }
.button-telegram svg path:last-child { fill: none; stroke: #278bc5; stroke-width: 1.4; }
.button-whatsapp { background: #1f9d62; }
.button-whatsapp:hover { background: #178251; }
.button-telegram { background: #278bc5; }
.button-telegram:hover { background: #1975ad; }
.button-telegram:hover svg path:last-child { stroke: #1975ad; }
.legal-page { color: var(--ink); background: #f5f7f8; }
.legal-page .site-header { position: relative; }
.legal-back { margin-left: auto; color: #526171; font-size: .9rem; font-weight: 700; text-decoration: none; }
.legal-back:hover { color: var(--orange-dark); }
.legal-main { width: min(920px, calc(100% - 32px)); margin: 48px auto 72px; padding: clamp(28px, 5vw, 64px); background: white; border: 1px solid var(--line); box-shadow: 0 14px 45px rgba(11,22,36,.06); }
.legal-main h1 { margin-bottom: 34px; color: var(--navy); font-size: clamp(2.4rem, 5vw, 4.5rem); }
.legal-main h2 { margin: 38px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.legal-main h3 { margin: 24px 0 8px; color: var(--navy); font-size: 1rem; }
.legal-main p, .legal-main li { color: #4f5c69; line-height: 1.72; }
.legal-main ul { padding-left: 21px; }
.legal-main a { color: var(--orange-dark); }
.legal-note { padding: 16px 18px; border-left: 3px solid var(--orange); background: var(--paper); }
.legal-updated { margin-top: 42px; color: var(--muted); font-size: .82rem; }
.cookie-settings { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.consent-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 22px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: white; background: #0b1624; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.consent-banner[hidden] { display: none; }
.consent-copy { max-width: 720px; }
.consent-copy h2 { margin: 0 0 7px; font-size: 1.12rem; }
.consent-copy p { margin: 0 0 7px; color: #d7dee6; font-size: .92rem; line-height: 1.5; }
.consent-copy a { color: white; font-size: .85rem; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.consent-actions .button { min-height: 42px; padding: 0 17px; white-space: nowrap; }
.consent-actions .button-secondary { border: 1px solid rgba(255,255,255,.45); color: white; background: transparent; }
.consent-actions .button-secondary:hover { background: rgba(255,255,255,.1); }
@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1.08fr .92fr; }
  .hero-copy { padding: 34px 30px; }
  .hero-visual { min-height: 390px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .search-box { grid-column: 1 / -1; }
  .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-layout { grid-template-columns: 1fr; min-height: 0; }
  .detail-gallery { position: relative; }
}
@media (max-width: 680px) {
  .site-header { height: 68px; padding: 0 14px; }
  .header-actions .button { display: none; }
  .brand { gap: 9px; }
  .brand img { width: 40px; height: 40px; }
  .brand-logo img { width: 150px; height: auto; max-height: 40px; }
  .brand strong { font-size: 1.12rem; }
  .brand small { display: none; }
  .enquiry-grid { grid-template-columns: 1fr; }
  .enquiry-full { grid-column: auto; }
  .enquiry-footer { align-items: stretch; flex-direction: column; }
  .header-actions { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 36px 18px 34px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .hero-text { margin: 14px 0 18px; }
  .trust-row { display: none; }
  .hero-visual { min-height: 225px; }
  .inventory { padding: 38px 14px 68px; }
  .section-heading { align-items: start; }
  .filters { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .offer-type-filter { display: grid; grid-template-columns: 1fr 1fr; }
  .offer-type-filter button { min-height: 44px; padding: 0 10px; font-size: .82rem; }
  .search-box { grid-column: auto; }
  .machine-grid { grid-template-columns: 1fr; }
  .machine-static { width: min(100% - 28px, 720px); margin-top: 28px; }
  .machine-static-layout { grid-template-columns: 1fr; gap: 24px; }
  .machine-static-copy h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .machine-body { padding: 18px; }
  .machine-title { margin-bottom: 15px; font-size: 1.3rem; }
  .machine-footer { margin-top: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .service-grid h3 { margin-top: 24px; }
  footer { flex-direction: column; align-items: flex-start; }
  .machine-dialog { inset: 0; width: 100vw; max-width: none; height: 100vh; height: 100dvh; max-height: 100vh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .machine-dialog .dialog-close { position: fixed; z-index: 50; top: calc(env(safe-area-inset-top, 0px) + 16px); right: calc(env(safe-area-inset-right, 0px) + 12px); width: 48px; height: 48px; margin: 0; background: rgba(8,16,26,.92); box-shadow: 0 4px 18px rgba(0,0,0,.3); transform: translateZ(0); }
  .enquiry-dialog { max-height: calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)); }
  .enquiry-dialog .dialog-close { top: calc(env(safe-area-inset-top, 0px) + 12px); }
  .machine-loading { min-height: 100%; padding-top: calc(88px + env(safe-area-inset-top, 0px)); padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px)); }
  .detail-gallery { padding: 0; }
  .detail-main-image { display: block; min-height: 240px; max-height: 48dvh; }
  .detail-copy { padding: 24px 18px calc(34px + env(safe-area-inset-bottom)); }
  .detail-copy h2 { margin: 5px 0 14px; padding-right: 0; font-size: clamp(1.75rem, 8.5vw, 2.25rem); line-height: 1.08; }
  .detail-price { margin-bottom: 14px; font-size: 1.12rem; }
  .detail-tags { margin-bottom: .65rem; }
  .detail-actions { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 6px; }
  .contact-button { width: 100%; min-height: 42px; padding: 0 7px; gap: 4px; font-size: .7rem; }
  .detail-facts { margin-top: 18px; }
  .detail-facts div { padding: 12px 0; }
  .detail-description { margin-top: 24px; padding-top: 20px; }
  .detail-description-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .detail-language-row { width: 100%; justify-content: space-between; }
  .detail-language-picker :is(button, a) { min-width: 44px; min-height: 40px; padding: 7px 10px; font-size: .78rem; display: inline-flex; align-items: center; justify-content: center; }
  .description { font-size: 1rem; line-height: 1.65; }
  .thumbnail-carousel { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 6px; margin: 0; padding: 9px 10px 11px; }
  .thumbnail-carousel.single-image { display: none; }
  .thumbnail { flex-basis: 62px; }
  .thumbnail-nav { width: 34px; height: 42px; }
  .contact-button svg { width: 14px; height: 14px; }
  footer { flex-direction: column; text-align: center; }
  .legal-main { margin-top: 20px; padding: 26px 20px; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 16px; width: calc(100% - 24px); padding: 20px; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
  .site-header { padding-inline: 10px; }
  .brand-logo img { width: 140px; }
  .header-actions { gap: 6px; }
  .header-actions .language-picker :is(button, a) { padding-inline: 7px; }
  .contact-label-full { display: none; }
  .contact-label-short { display: inline; }
}
