/* BOSA — a precise, catalogue-led presentation of the existing homepage. */
:root {
  /* Brandbook palette — only these four colours are used site-wide.
     Primary #F68A1F · Secondary #183C5A · Neutral #111111 · Neutral #FFFFFF */
  --brand: #f68a1f;
  --navy: #183c5a;
  --ink: #111111;
  --paper: #ffffff;
  --sand: #1111110d;
  --ink-muted: #11111199;
  --line: #1111112b;
  --line-soft: #11111114;
  --line-dark: #ffffff30;
  --gutter: clamp(1.25rem, 5vw, 7rem);
  --header-h: 6.25rem;
  --site-font: "Raleway", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* Foundations */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1.5rem); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 var(--site-font); -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; border: 0; background: none; cursor: pointer; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 5px; }
::selection { background: var(--brand); color: var(--ink); }
.wrap { padding-inline: var(--gutter); }
.skip-link { position: fixed; inset: 0 auto auto 1rem; z-index: 220; padding: 1rem; background: var(--navy); color: #fff; transform: translateY(-110%); }
.skip-link:focus-visible { transform: none; }
.label { display: flex; align-items: center; gap: 1rem; font-size: .75rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.label::before { content: ""; width: 2rem; height: 1px; background: var(--brand); }
.arrow { width: 24px; height: 10px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.25; transition: transform .3s var(--ease); }
.arrow--lg { width: 34px; height: 15px; }
.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; min-height: 3.75rem; padding: 1rem 1.5rem; border: 1px solid var(--navy); text-align: start; font-size: .75rem; font-weight: 500; line-height: 1.5; letter-spacing: .08em; transition: background .25s, border-color .25s, color .25s; }
.btn--primary { background: var(--navy); color: var(--paper); }
.btn .arrow { color: var(--brand); }
.btn:hover { background: #111111; border-color: #111111; color: #fff; }
.btn:hover .arrow { transform: translateX(5px); }
.btn--sm { min-height: 3rem; padding: .75rem 1rem; gap: 1.5rem; font-size: .7rem; }
.btn--lg { min-width: 14rem; }
.reveal { opacity: 1; }

/* A quiet, generous masthead */
.header { position: fixed; inset: 0 0 auto; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.header.is-scrolled { box-shadow: 0 5px 24px #1111110a; }
.header__inner { height: var(--header-h); padding-inline: var(--gutter); display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 2.5rem; }
.brand { display: flex; align-items: center; gap: 1rem; width: fit-content; }
.brand__mark { width: 64px; height: 64px; }
.brand__word { max-width: 7rem; font-size: .66rem; line-height: 1.7; letter-spacing: .14em; text-transform: uppercase; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.25rem, 2.3vw, 2.75rem); }
.nav a { position: relative; padding-block: .85rem; font-size: .8rem; }
.nav a::after { content: ""; position: absolute; inset: auto 0 .35rem; height: 1px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 1.75rem; }
.header__quote { background: transparent; color: var(--ink); }
.header__quote .arrow { color: var(--ink); }
.header__quote:hover .arrow { color: var(--brand); }
.lang { position: relative; display: flex; align-items: center; }
.lang__select { appearance: none; border: 0; border-radius: 0; background: transparent; color: var(--ink); padding: .75rem 1.25rem .75rem .35rem; font: 400 .75rem var(--site-font); cursor: pointer; }
.lang__chevron { position: absolute; inset-inline-end: .1rem; top: 50%; width: 9px; height: 6px; transform: translateY(-50%); fill: none; stroke: currentColor; stroke-width: 1; pointer-events: none; }
.burger { display: none; position: relative; width: 44px; height: 44px; }
.burger span { position: absolute; left: 8px; right: 8px; height: 1px; background: var(--ink); transition: transform .25s; }
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.sheet { position: fixed; inset: var(--header-h) 0 0; z-index: 90; background: var(--paper); padding: 2rem var(--gutter); display: flex; flex-direction: column; justify-content: space-between; overflow-y: auto; opacity: 0; transition: opacity .3s; }
.sheet[hidden] { display: none; }
.sheet.is-open { opacity: 1; }
.sheet__nav { display: flex; flex-direction: column; }
.sheet__nav a { font: 400 clamp(1.7rem, 7vw, 3rem)/1.4 var(--site-font); padding: .8rem 0; border-bottom: 1px solid var(--line); }
.sheet__foot { padding-top: 2rem; }
.sheet__foot .btn { width: 100%; }
main { padding-top: var(--header-h); }

/* The existing photograph becomes the full opening spread. */
.hero { position: relative; isolation: isolate; display: grid; min-height: clamp(680px, 53vw, 880px); background: #1111110f; }
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none !important; }
.hero__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 4.5rem var(--gutter) 13.5rem; }
.hero__title { max-width: 12em; font: 400 clamp(3.5rem, 5.4vw, 6.75rem)/1.04 var(--site-font); letter-spacing: -.055em; overflow-wrap: break-word; }
.hero__sub { margin-top: 1.8rem; color: #111111a6; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.hero__content > .btn { margin-top: 2.4rem; min-width: 14rem; }
.hero__scroll { position: absolute; inset-inline-end: var(--gutter); bottom: 11rem; width: 1px; height: 46px; background: #11111130; }
.hero__scroll i { display: block; width: 1px; height: 23px; background: var(--ink); }
.hero__fair { position: absolute; inset: auto var(--gutter) 2rem; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; padding: 1.35rem 4rem 1.35rem 1.75rem; border-inline-start: 3px solid var(--brand); background: var(--navy); color: var(--paper); transition: background .25s; }
.hero__fair:hover { background: #111111; }
.hero__fair[hidden] { display: none; }
.hero__fair-open { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; }
.hero__fair-title { display: flex; flex-wrap: wrap; align-items: baseline; gap: .15rem .65rem; font-size: .95rem; line-height: 1.55; font-weight: 400; }
.hero__fair-title > span { flex-basis: 100%; font: 400 1.55rem/1.3 var(--site-font); letter-spacing: -.02em; }
.hero__fair-title i { color: var(--brand); font-style: normal; }
.hero__fair-title strong { color: #f68a1f; font-size: .78rem; font-weight: 400; letter-spacing: .04em; }
.hero__fair-copy { display: grid; gap: .2rem; padding-inline-start: 2rem; border-inline-start: 1px solid #ffffff30; color: #ffffffcc; font-size: .8rem; line-height: 1.65; }
.hero__fair-close { position: absolute; z-index: 2; top: .6rem; inset-inline-end: .6rem; width: 44px; height: 44px; color: #ffffffb3; font-size: 1.5rem; font-weight: 300; line-height: 1; transition: color .25s; }
.hero__fair-close:hover { color: var(--brand); }

/* Product plates, following the catalogue's balanced proportions. */
.products { padding-block: clamp(4rem, 7vw, 8rem); }
.products__head { display: flex; align-items: center; gap: 3rem; margin-bottom: 3rem; font: 400 clamp(2.75rem, 4.5vw, 5rem)/1.1 var(--site-font); letter-spacing: -.045em; }
.products__head::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.cats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.5rem, 3vw, 3.5rem); padding-inline: var(--gutter); }
.cat { display: block; min-width: 0; }
.cat__media { position: relative; overflow: hidden; background: var(--sand); aspect-ratio: 3840 / 3416; }
.cat__media::after { content: ""; position: absolute; inset: .8rem; border: 1px solid #ffffff60; pointer-events: none; transition: border-color .3s; }
.cat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.cat__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.cat__title { font: 400 clamp(2rem, 3vw, 3.5rem)/1.2 var(--site-font); letter-spacing: -.035em; }
.cat .arrow { box-sizing: content-box; padding: 1.05rem .7rem; color: var(--ink); }
.cat:hover img { transform: scale(1.025); }
.cat:hover .cat__media::after { border-color: #ffffffb0; }
.cat:hover .arrow { transform: translateX(6px); }

/* Engineering and craftsmanship: image left, evidence right. */
.why { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,1fr); grid-template-rows: auto 1fr; gap: 0 clamp(3rem, 7vw, 8rem); padding: clamp(4rem, 7vw, 8rem) var(--gutter); background: var(--navy); color: var(--paper); }
.why > .wrap { padding: 0; min-width: 0; }
.why > .wrap:first-child { grid-area: 1 / 2; align-self: end; }
.why > .wrap:last-child { grid-area: 2 / 2; align-self: center; }
.why__head { padding-block: 1rem 3rem; font: 400 clamp(2.8rem, 4.5vw, 5rem)/1.08 var(--site-font); letter-spacing: -.045em; }
.why__media { grid-area: 1 / 1 / 3 / 2; min-height: 500px; overflow: hidden; }
.why__media img { width: 100%; height: 100%; object-fit: cover; }
.pillars { border-top: 1px solid var(--line-dark); }
.pillar { display: grid; grid-template-columns: 2.5rem minmax(0,1fr); gap: 1rem; align-items: baseline; padding: 1.8rem 0; border-bottom: 1px solid var(--line-dark); }
.pillar__idx { color: #f68a1f; font-size: .72rem; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.pillar__title { font-size: clamp(1.05rem, 1.45vw, 1.6rem); font-weight: 300; line-height: 1.5; }

/* Super Light Series — the numbers a buyer actually compares. Sits directly
   under the product plates, so it leans on their bottom padding for its gap. */
.specs { padding-bottom: clamp(4rem, 7vw, 8rem); }
.specs__head { display: flex; align-items: center; gap: 3rem; margin-bottom: 3rem; font: 400 clamp(2.75rem, 4.5vw, 5rem)/1.1 var(--site-font); letter-spacing: -.045em; }
.specs__head::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.specs__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; gap: clamp(2rem, 6vw, 6rem); }
.specs__lead { max-width: 46ch; font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 300; line-height: 1.65; }
.specs__note { margin-top: 1.75rem; padding-inline-start: 1rem; border-inline-start: 2px solid var(--brand); color: var(--ink-muted); font-size: .85rem; line-height: 1.7; }
.specs__table-wrap { overflow-x: auto; }
.specs__table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.specs__table caption { padding-bottom: 1rem; color: var(--ink-muted); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; text-align: start; }
.specs__table th, .specs__table td { padding: 1.15rem 1rem; text-align: start; white-space: nowrap; }
.specs__table th:first-child, .specs__table td:first-child { padding-inline-start: 0; }
.specs__table thead th { border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.specs__table tbody tr { border-bottom: 1px solid var(--line-soft); }
.specs__table tbody tr:last-child { border-bottom: 1px solid var(--line); }
.specs__table tbody th { font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 400; letter-spacing: -.02em; }
.specs__table tbody td { color: var(--navy); font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 500; letter-spacing: -.02em; }

/* Enquiries, with a restrained form and the existing consent-aware map. */
.contact__inner { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); grid-template-rows: auto 1fr; gap: 2.5rem clamp(3rem, 9vw, 10rem); padding-block: clamp(4rem, 8vw, 9rem); }
.contact__intro { grid-area: 1 / 1; }
.contact__head { font: 400 clamp(3rem, 4.8vw, 5.5rem)/1.1 var(--site-font); letter-spacing: -.045em; }
.contact__address { margin-top: 2rem; font-style: normal; font-size: .95rem; line-height: 1.85; color: var(--ink-muted); }
.contact__map-link { display: inline-block; margin-top: 1.25rem; padding-bottom: .3rem; border-bottom: 1px solid var(--brand); font-size: .78rem; letter-spacing: .04em; }
.contact__map-link:hover { border-color: var(--ink); }
.contact-form { position: relative; grid-area: 1 / 2 / 3 / 3; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: start; gap: 1.8rem 1.5rem; padding: .75rem 0 0; }
.contact-form__field { display: flex; flex-direction: column; gap: .5rem; min-width: 0; }
.contact-form__field--wide, .contact-form__field:has(#contact-phone) { grid-column: 1 / -1; }
.contact-form label { color: var(--ink-muted); font-size: .72rem; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 3.25rem; padding: .7rem .75rem; border: 1px solid var(--line); border-radius: 0; background: #ffffff4d; color: var(--ink); font: inherit; resize: vertical; transition: border-color .25s, background .25s; }
.contact-form textarea { min-height: 10rem; }
.contact-form input:hover, .contact-form textarea:hover { border-color: #11111173; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); background: #fff; outline: 2px solid var(--brand); outline-offset: 3px; }
.contact-form__honey { position: absolute !important; inset: 0 auto auto 0 !important; width: 1px !important; height: 1px !important; padding: 0 !important; opacity: 0; pointer-events: none; clip-path: inset(50%); }
.contact-form__submit { grid-column: 1 / -1; justify-self: start; min-width: 15rem; margin-top: .25rem; }
.contact-form__submit:disabled { cursor: wait; opacity: .65; }
.contact-form__status { grid-column: 1 / -1; min-height: 1.6em; font-size: .85rem; color: var(--ink-muted); }
.contact-form__status.is-success { color: #183c5a; }
.contact-form__status.is-error { color: #f68a1f; }
.contact__map { position: relative; grid-area: 2 / 1; height: 100%; min-height: 13rem; overflow: hidden; border: 1px solid var(--line); background: var(--sand); }
.contact__map iframe { display: block; width: 100%; height: 100%; min-height: 13rem; border: 0; filter: grayscale(.85); }
.contact__map-placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: .5rem; padding: 1.5rem; color: var(--ink-muted); font-size: .85rem; text-align: center; }
.contact__map-placeholder a { color: var(--ink); text-decoration: underline; text-underline-offset: .25rem; }
.contact__map.is-loaded .contact__map-placeholder { display: none; }

/* Colophon */
.footer { padding-top: 4rem; background: var(--sand); border-top: 1px solid var(--line); }
.footer__inner { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 4rem; }
.footer__mark { width: 100px; height: 100px; }
.footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer__h { margin-bottom: .65rem; font-size: .72rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.footer__col a { font-size: .9rem; color: var(--ink-muted); }
.footer__col a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; padding-block: 1.5rem; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: .72rem; }

/* Existing dialogs and consent controls share the same visual language. */
.construction-modal { width: min(92vw,34rem); padding: 0; border: 0; background: transparent; color: var(--ink); }
.construction-modal::backdrop, .fair-modal::backdrop { background: #111111c4; backdrop-filter: blur(5px); }
.construction-modal__panel { position: relative; padding: 4rem 2rem; background: var(--paper); border-top: 3px solid var(--brand); text-align: center; }
.construction-modal__context { justify-content: center; color: var(--ink-muted); }
.construction-modal__title { margin-top: 1.5rem; font: 400 clamp(2rem,5vw,3rem)/1.15 var(--site-font); letter-spacing: -.035em; }
.construction-modal__x, .fair-modal__x { position: absolute; z-index: 2; top: .65rem; inset-inline-end: .65rem; width: 44px; height: 44px; font-size: 1.75rem; font-weight: 300; line-height: 1; }
.fair-modal { width: min(94vw,66rem); max-height: 92dvh; padding: 0; border: 0; background: transparent; color: var(--ink); overflow: visible; }
.fair-modal__panel { position: relative; max-height: 92dvh; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); box-shadow: 0 1.5rem 5rem #11111140; }
.fair-modal__x { color: var(--paper); }
.fair-modal__x:hover { color: var(--brand); }
.fair-modal__hero { padding: 2.5rem 3rem; background: var(--navy); color: var(--paper); }
.fair-modal__eyebrow { padding-inline-start: .8rem; border-inline-start: 2px solid var(--brand); color: #f68a1f; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.fair-modal__title { max-width: 20em; margin-top: 1.2rem; font: 400 clamp(2rem,3.3vw,3.3rem)/1.12 var(--site-font); letter-spacing: -.03em; }
.fair-modal__accent { display: block; width: 3.5rem; height: 1px; margin-top: 1.5rem; background: var(--brand); }
.fair-modal__body { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: 1fr auto auto; gap: 1.5rem 2.5rem; padding: 2.5rem 3rem; }
.fair-modal__product { grid-area: 1 / 1 / 4 / 2; align-self: start; overflow: hidden; border: 1px solid var(--line); background: var(--sand); }
.fair-modal__product img { width: 100%; height: auto; }
.fair-modal__specs { display: grid; grid-template-columns: repeat(3,1fr); padding: 1rem .5rem; background: var(--navy); color: var(--paper); text-align: center; }
.fair-modal__specs span { display: grid; gap: .15rem; padding-inline: .5rem; }
.fair-modal__specs span + span { border-inline-start: 1px solid var(--line-dark); }
.fair-modal__specs strong { font-size: 1rem; font-weight: 500; }
.fair-modal__specs small { color: #f68a1f; font-size: .75rem; letter-spacing: .05em; }
.fair-modal__copy { grid-area: 1 / 2; align-self: start; display: grid; gap: 1rem; color: var(--ink-muted); font-size: 1.05rem; line-height: 1.7; }
.fair-modal__copy strong { font-weight: 500; color: var(--ink); }
.fair-modal__event { grid-area: 2 / 2; padding: 1rem 1.2rem; border-inline-start: 2px solid var(--brand); background: var(--sand); }
.fair-modal__event > strong { font-size: 1.3rem; font-weight: 500; }
.fair-modal__event p { margin-top: .4rem; color: var(--ink); font-size: .9rem; }
.fair-modal__event b { font-weight: 500; }
.fair-modal__cta { grid-area: 3 / 2; justify-self: start; align-self: end; }
.cookie-banner { position: fixed; z-index: 180; inset: auto 1.5rem 1.5rem auto; display: flex; flex-direction: column; gap: 1rem; width: min(27rem,calc(100vw - 3rem)); padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 .5rem 3rem #1111111f; color: var(--ink); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: var(--ink-muted); font-size: .82rem; line-height: 1.65; }
.cookie-banner__actions { display: flex; align-items: center; justify-content: flex-end; gap: 1.5rem; }
.cookie-banner__reject { min-height: 44px; padding: .5rem; font-size: .75rem; text-decoration: underline; text-underline-offset: 4px; }
.cookie-banner .btn { min-width: 6rem; justify-content: center; }

/* Language-aware layout, including the existing Arabic presentation. */
[dir="rtl"] .lang__select { padding-inline: .35rem 1.25rem; }
[dir="rtl"] .arrow { transform: scaleX(-1); }
[dir="rtl"] .btn:hover .arrow, [dir="rtl"] .cat:hover .arrow { transform: scaleX(-1) translateX(5px); }
[dir="rtl"] .hero__content { align-items: flex-end; }
[dir="rtl"] .hero__title, [dir="rtl"] .hero__sub { align-self: flex-start; max-width: 60%; }
[dir="rtl"] .hero__content { direction: ltr; }
[dir="rtl"] .hero__title, [dir="rtl"] .hero__sub, [dir="rtl"] .hero__content > .btn, [dir="rtl"] .hero__fair { direction: rtl; }
[dir="rtl"] .hero__content > .btn { align-self: flex-start; }
[dir="rtl"] .hero__title { line-height: 1.25; letter-spacing: 0; }
[dir="rtl"] .cookie-banner { inset-inline: 1.5rem auto; }
html[lang="hi"] .hero__title { line-height: 1.25; letter-spacing: 0; }
html[lang="ru"] .hero__title { max-width: 15em; font-size: clamp(3rem,4.5vw,5.5rem); }
html[lang="ar"] .btn, html[lang="hi"] .btn { letter-spacing: 0; }

/* Compact desktop plates; retain the established tablet and mobile sizes. */
@media (min-width: 1081px) {
  .products { padding-block: clamp(4rem, 5.5vw, 6rem); }
  .products > .wrap, .cats {
    width: calc((100% - var(--gutter) * 2) * .8);
    margin-inline: auto;
    padding-inline: 0;
  }
  .products__head { margin-bottom: 2.5rem; }
  .why {
    grid-template-columns: minmax(0,.66fr) minmax(0,1fr);
    padding-block: clamp(4rem, 5.5vw, 6rem);
  }
  .why__media {
    align-self: center;
    min-height: 0;
    aspect-ratio: 3840 / 3416;
  }
  .why__head { padding-block: 0 2rem; }
  /* Align the table with the narrower product grid above it. */
  .specs > .wrap {
    width: calc((100% - var(--gutter) * 2) * .8);
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media (min-width: 1921px) {
  .hero__content { padding-bottom: 14rem; }
  .hero__title { max-width: 12em; }
}
@media (max-width: 1200px) and (min-width: 1081px) {
  .header__inner { gap: 1.5rem; }
  .header__actions { gap: .8rem; }
  .nav { gap: 1.15rem; }
  .nav a { font-size: .73rem; }
  .header__quote { max-width: 12rem; }
}
@media (max-width: 1080px) {
  :root { --header-h: 5rem; }
  .header__inner { grid-template-columns: auto 1fr; gap: 1rem; }
  .brand__mark { width: 52px; height: 52px; }
  .nav, .header__quote { display: none; }
  .burger { display: block; }
  .hero { min-height: 670px; }
  .hero__title { font-size: clamp(3rem,5.4vw,4rem); }
  .hero__fair { gap: 1.5rem; padding-inline: 1.3rem 3.5rem; }
  .hero__fair-title > span { font-size: 1.35rem; }
  .hero__fair-copy { padding-inline-start: 1.5rem; font-size: .75rem; }
  .why { column-gap: 3rem; }
  .why__media { min-height: 440px; }
  .pillar { padding-block: 1.5rem; }
  .contact__inner { column-gap: 3rem; }
}
@media (max-width: 760px) {
        .header__actions { gap: 1.1rem; }
  .hero { display: flex; flex-direction: column; min-height: 0; background: #1111110f; }
  .hero__media { position: relative; inset: auto; order: 2; z-index: 0; height: 100vw; max-height: 600px; margin-top: 2.5rem; }
  .hero__media img { object-position: center 55%; }
  .hero__content { display: flex; padding: 3.5rem var(--gutter) 0; position: static; }
  .hero__title { max-width: 100%; font-size: clamp(2.75rem,7.7vw,4.5rem); letter-spacing: -.05em; }
  .hero__sub { margin-top: 1.25rem; font-size: .68rem; letter-spacing: .12em; }
  .hero__content > .btn { margin-top: 1.75rem; min-width: 13rem; }
  .hero__fair { position: relative; inset: auto; order: 4; grid-template-columns: 1fr; gap: .8rem; width: 100%; margin-top: 2.5rem; padding: 1.3rem 3rem 1.3rem 1.2rem; }
  .hero__fair-title { gap: .25rem .6rem; }
  .hero__fair-title > span { font-size: 1.35rem; }
  .hero__fair-title strong { font-size: .73rem; }
  .hero__fair-copy { padding: .8rem 0 0; border-inline-start: 0; border-top: 1px solid #ffffff30; font-size: .75rem; }
  .hero__fair-close { top: .3rem; inset-inline-end: .25rem; }
  .hero__scroll { inset-inline-end: var(--gutter); bottom: 1.5rem; z-index: 1; }
  .products { padding-block: 3.5rem; }
  .products__head { gap: 1.5rem; margin-bottom: 2rem; }
  .cats { gap: 1.5rem; }
  .cat__bar { padding-block: 1rem; }
  .cat__title { font-size: 2rem; }
  .cat .arrow { width: 25px; padding: .75rem .25rem; }
  .why { grid-template-columns: 1fr; gap: 2rem; padding-block: 3.5rem; }
  .why > .wrap:first-child { grid-area: 1 / 1; }
  .why__head { padding: 0; }
  .why__media { grid-area: 2 / 1; min-height: 0; aspect-ratio: 1.2; }
  .why > .wrap:last-child { grid-area: 3 / 1; }
  .pillar { grid-template-columns: 2rem minmax(0,1fr); }
  .pillar__title { font-size: 1.15rem; }
  .specs { padding-bottom: 3.5rem; }
  .specs__head { gap: 1.5rem; margin-bottom: 2rem; }
  .specs__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact__inner { grid-template-columns: 1fr; grid-template-rows: auto; gap: 2.5rem; }
  .contact__intro { grid-area: 1 / 1; }
  .contact-form { grid-area: 2 / 1; }
  .contact__map { grid-area: 3 / 1; min-height: 15rem; }
  .contact__map iframe { min-height: 15rem; }
  .footer { padding-top: 3rem; }
  .footer__inner { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.5rem 1rem; padding-bottom: 3rem; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__mark { width: 80px; height: 80px; }
  .fair-modal__hero { padding: 3rem 1.5rem 2rem; }
  .fair-modal__body { grid-template-columns: 1fr; grid-template-rows: none; gap: 1.5rem; padding: 1.5rem; }
  .fair-modal__product, .fair-modal__copy, .fair-modal__event, .fair-modal__cta { grid-area: auto; }
  .fair-modal__cta { width: 100%; }
  [dir="rtl"] .hero__content { align-items: stretch; direction: rtl; }
  [dir="rtl"] .hero__title, [dir="rtl"] .hero__sub { max-width: 100%; }
  html[lang="ru"] .hero__title { max-width: 100%; font-size: clamp(2.5rem,6.9vw,4rem); }
}
@media (max-width: 480px) {
  .brand { gap: .65rem; }
  .brand__word { font-size: .58rem; max-width: 6rem; }
  .header__actions { gap: .5rem; }
  .hero__content { padding-top: 2.75rem; }
  .cats { grid-template-columns: 1fr; gap: 2.5rem; }
  .cat__title { font-size: 2.3rem; }
  .contact-form { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-form__field, .contact-form__submit { grid-column: 1; }
  .contact-form__submit { width: 100%; }
  .footer__inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer__base { flex-direction: column; }
  .cookie-banner { inset: auto .75rem .75rem; width: auto; padding: 1.1rem; gap: .75rem; }
  .cookie-banner p { font-size: .78rem; }
  [dir="rtl"] .cookie-banner { inset-inline: .75rem; }
  .fair-modal { width: calc(100vw - 1rem); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
