.scrollbar-none { scrollbar-width: none; }
.scrollbar-none::-webkit-scrollbar { display: none; }

@font-face {
  font-family: "Kalameh";
  src: url("/fonts/Kalameh-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalameh";
  src: url("/fonts/Kalameh-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalameh";
  src: url("/fonts/Kalameh-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalameh";
  src: url("/fonts/Kalameh-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #061a31;
  --navy-2: #0b2948;
  --blue: #1713ef;
  --lime: #a8cf38;
  --green: #2bb673;
  --ink: #12233a;
  --muted: #677488;
  --line: #dfe5ea;
  --soft: #f4f7f8;
  --white: #fff;
  --radius: 1rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Kalameh", Tahoma, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 82px;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,26,49,.08);
  backdrop-filter: blur(16px); box-shadow: 0 8px 35px rgba(5,28,49,.04);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { width: 145px; height: 78px; display: flex; align-items: center; justify-content: center; margin-left: auto; }
.brand img { width: 126px; height: 76px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 650; white-space: nowrap; }
.desktop-nav a { position: relative; padding: 29px 0 24px; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.desktop-nav a.active::after { content: ""; position: absolute; right: 0; bottom: 0; width: 25px; height: 3px; border-radius: 3px; background: var(--lime); }
.header-actions { display: flex; gap: 11px; align-items: center; margin-right: auto; }
.language-switch { min-width: 42px; height: 38px; padding: 0 10px; border: 1px solid rgba(6,26,49,.14); border-radius: 10px; color: var(--navy); background: #fff; font-weight: 800; font-size: .78rem; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.language-switch:hover { color: var(--blue); border-color: rgba(23,19,239,.3); background: #f7f8ff; }
.mobile-controls { display: none; align-items: center; gap: 8px; margin-right: auto; }
.icon-button { border: 0; background: transparent; color: var(--navy); width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background .2s; }
.icon-button:hover { background: var(--soft); }
.consult-button, .button-primary { color: white; background: linear-gradient(135deg, var(--blue), #2926b8); }
.consult-button { padding: 10px 17px; border-radius: 11px; font-size: .88rem; font-weight: 750; box-shadow: 0 8px 24px rgba(23,19,239,.18); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; border-radius: 12px; background: var(--soft); display: grid; place-items: center; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.menu-close { display: none; }
.mobile-menu[open] .menu-open { display: none; }
.mobile-menu[open] .menu-close { display: block; }

.hero { position: relative; min-height: 660px; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0 auto 0 -50%; width: 150%; height: 100%; max-width: none; object-fit: cover; object-position: center 48%; filter: saturate(1.06) contrast(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,37,.06) 0%, rgba(3,19,37,.1) 42%, rgba(3,19,37,.64) 67%, rgba(3,19,37,.95) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 210px; background: linear-gradient(0deg, rgba(3,20,38,.93), transparent); pointer-events: none; }
.hero-content { position: relative; z-index: 2; min-height: 500px; display: flex; align-items: center; justify-content: space-between; }
.hero-copy { width: min(560px, 48%); margin-right: 0; margin-left: auto; padding-top: 10px; text-align: right; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d7e0e6; font-size: .82rem; letter-spacing: .01em; margin-bottom: 17px; }
.eyebrow span { width: 2px; height: 28px; background: var(--lime); }
.hero h1 { margin: 0; font-size: clamp(3.2rem, 5.2vw, 5.25rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 850; text-wrap: balance; text-shadow: 0 4px 28px rgba(0,0,0,.18); }
.hero h1 em { color: var(--lime); font-style: normal; white-space: nowrap; }
.hero-tagline { margin: 14px 0 0 !important; color: var(--lime) !important; font-size: 1.22rem !important; font-weight: 700; }
.hero-copy > p:not(.hero-tagline) { max-width: 570px; margin: 12px 0 26px; color: #e2e9ed; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 10px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 11px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--lime), #77b839); color: var(--navy); box-shadow: 0 10px 30px rgba(168,207,56,.18); }
.button-ghost { border: 1px solid rgba(255,255,255,.6); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-side-note { border-right: 1px solid rgba(168,207,56,.75); padding-right: 19px; display: grid; gap: 4px; margin-left: 0; margin-top: -20px; font-size: .93rem; color: #edf3f5; text-shadow: 0 2px 12px rgba(0,0,0,.28); }
.values-row { position: relative; z-index: 3; min-height: 148px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 32px; border-top: 1px solid rgba(255,255,255,.13); }
.value-item { display: flex; align-items: center; gap: 16px; }
.value-item > svg { color: var(--lime); flex: none; }
.value-item strong, .value-item span { display: block; }
.value-item strong { font-size: .99rem; }
.value-item span { color: #9fb0bf; font-size: .79rem; margin-top: 2px; }

.categories-section { padding: 70px 0 85px; background: linear-gradient(180deg, #f5f8fa, #fff); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading > div { position: relative; padding-right: 21px; }
.section-heading > div::before { content: ""; position: absolute; right: 0; top: 5px; width: 4px; height: 47px; background: linear-gradient(var(--blue), var(--lime)); border-radius: 6px; }
.section-kicker { color: var(--blue); font-size: .82rem; font-weight: 800; }
.section-heading h2, .about-copy h2 { margin: 2px 0 0; color: var(--navy); font-size: clamp(1.65rem, 2.8vw, 2.45rem); line-height: 1.35; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: .9rem; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 250px; overflow: hidden; border-radius: 16px; isolation: isolate; box-shadow: 0 12px 30px rgba(8,29,48,.09); }
.category-image { position: absolute; inset: 0; overflow: hidden; z-index: -2; }
.category-image img { position: absolute; width: 200%; height: 200%; max-width: none; object-fit: cover; transition: transform .55s ease; }
.q1 img { top: 0; left: 0; }
.q2 img { top: 0; right: 0; }
.q3 img { bottom: 0; left: 0; }
.q4 img { bottom: 0; right: 0; }
.category-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(3,22,38,.95), rgba(3,22,38,.05) 70%); }
.category-content { position: absolute; inset: auto 18px 17px; display: flex; align-items: end; justify-content: space-between; color: white; }
.category-content h3 { margin: 0; font-size: 1.17rem; }
.category-content p { margin: 2px 0 0; color: #c8d5dc; font-size: .78rem; }
.category-content > span { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; transition: background .2s, color .2s; }
.category-card:hover .category-image img { transform: scale(1.04); }
.category-card:hover .category-content > span { background: var(--lime); color: var(--navy); border-color: var(--lime); }

.products-section { padding: 78px 0 92px; background: radial-gradient(circle at 12% 8%, rgba(168,207,56,.1), transparent 24rem), linear-gradient(180deg, #fff, #f7faf9); }
.product-track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; overflow-x: auto; padding: 7px 4px 28px; scroll-snap-type: x mandatory; }
.product-card { position: relative; scroll-snap-align: start; border: 1px solid rgba(11,41,72,.11); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.94); box-shadow: 0 12px 38px rgba(8,31,52,.075); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(43,182,115,.28); box-shadow: 0 22px 48px rgba(8,31,52,.13); }
.product-visual { position: relative; height: 305px; overflow: hidden; background: linear-gradient(155deg, #fff 5%, #f1f6f3 100%); }
.product-glow { position: absolute; top: 50%; left: 50%; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(168,207,56,.22), rgba(43,182,115,.04) 68%, transparent 70%); transform: translate(-50%, -50%); }
.product-image { position: absolute; z-index: 1; top: 50%; left: 50%; width: auto; height: auto; max-width: 82%; max-height: 82%; object-fit: contain; object-position: center; transform: translate(-50%, -50%); filter: drop-shadow(0 15px 18px rgba(11,36,57,.13)); transition: transform .35s ease; }
.product-image.product-01 { max-height: 84%; }
.product-image.product-02 { max-width: 86%; max-height: 80%; }
.product-image.product-03 { max-height: 84%; }
.product-image.product-04 { max-height: 82%; }
.product-image.product-05 { max-height: 82%; }
.product-card:hover .product-image { transform: translate(-50%, -50%) scale(1.018); }
.product-number { position: absolute; top: 14px; left: 15px; z-index: 2; font-size: .7rem; color: #85938e; background: rgba(255,255,255,.78); border: 1px solid rgba(11,41,72,.08); border-radius: 99px; padding: 2px 8px; backdrop-filter: blur(7px); }
.product-body { padding: 18px 18px 20px; }
.pill { display: inline-flex; padding: 3px 9px; color: #145937; background: #ecf8ef; border: 1px solid #c9ead2; border-radius: 99px; font-size: .72rem; font-weight: 750; }
.product-body h3 { margin: 9px 0 0; font-size: 1.08rem; color: var(--navy); }
.product-body small { color: #8994a0; direction: ltr; display: block; text-align: right; }
.product-body dl { margin: 13px 0 0; border-top: 1px solid #edf0f2; padding-top: 10px; }
.product-body dl div { display: flex; justify-content: space-between; gap: 8px; font-size: .75rem; }
.product-body dt { color: #7c8894; }
.product-body dd { margin: 0; color: #33475b; }
.product-body-empty { height: 44px; padding: 0 22px; display: flex; align-items: center; }
.product-body-empty span { display: block; width: 38px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--lime)); opacity: .78; }
.swipe-hint { display: none; color: var(--muted); font-size: .78rem; align-items: center; gap: 5px; margin: 1px 0 0; }

.brands-section { padding: 72px 0 84px; background: linear-gradient(180deg, #f7faf9 0%, #f1f6f4 100%); border-top: 1px solid rgba(6,26,49,.06); }
.brands-heading { align-items: end; }
.brands-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.brand-card { min-width: 0; overflow: hidden; padding: 20px 12px 16px; border: 1px solid rgba(11,41,72,.1); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 9px 25px rgba(8,31,52,.055); text-align: center; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.brand-card:hover { transform: translateY(-4px); border-color: rgba(43,182,115,.25); box-shadow: 0 15px 34px rgba(8,31,52,.09); }
.brand-logo { width: 100%; height: 96px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 10px; box-sizing: border-box; }
.brand-logo img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; margin: auto; }
.agro-logo { gap: 8px; direction: ltr; padding-inline: 14px; }
.agro-symbol { width: 54px; height: 58px; flex: 0 0 54px; overflow: hidden; display: block; }
.agro-symbol img { width: 92px; height: 58px; max-width: none; max-height: none; object-fit: cover; object-position: left center; margin: 0; }
.agro-logo strong { color: #087d57; font-family: Arial, sans-serif; font-size: .82rem; line-height: 1.05; letter-spacing: -.02em; text-align: left; white-space: nowrap; }
.brand-card h3 { margin: 11px 0 0; padding: 11px 4px 0; border-top: 1px solid #edf1ef; color: var(--navy); font-size: .82rem; line-height: 1.35; font-weight: 750; overflow-wrap: anywhere; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; background: #f7f9fa; }
.about-media { position: relative; min-height: 540px; overflow: hidden; }
.about-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,43,.12), transparent 50%); }
.about-media-label { position: absolute; z-index: 2; left: 0; bottom: 0; width: 44%; min-width: 230px; height: 100%; padding: 0 78px 0 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 15px; color: white; background: rgba(4,48,45,.91); backdrop-filter: blur(8px); clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%); text-align: right; }
.about-media-label svg { color: var(--lime); }
.about-media-label span { max-width: 160px; font-size: 1.4rem; font-weight: 750; line-height: 1.55; text-shadow: 0 2px 14px rgba(0,0,0,.28); }
.about-copy { padding: 67px clamp(35px, 7vw, 110px) 58px 55px; align-self: center; }
.about-copy > .section-kicker { display: inline-block; border-right: 3px solid var(--lime); padding-right: 10px; }
.about-copy h2 { margin-top: 8px; }
.about-copy > p { color: var(--muted); margin: 14px 0; }
.about-copy .about-lead { color: #334b61; font-weight: 700; font-size: 1.02rem; }
.about-points { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #23455d; font-size: .85rem; margin: 20px 0 25px; }
.about-points span { display: flex; align-items: center; gap: 7px; }
.about-points svg { color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 23px; color: var(--blue); font-size: .87rem; font-weight: 800; }

.sustainability-banner { position: relative; min-height: 270px; overflow: hidden; color: white; }
.sustainability-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.banner-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,44,.75), rgba(5,25,44,.24) 55%, rgba(5,25,44,.83)); }
.banner-content { position: relative; z-index: 2; min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.banner-content > div:first-child { border-right: 3px solid var(--lime); padding-right: 18px; }
.banner-content > div:first-child > span { font-size: 1rem; }
.banner-content h2 { margin: 0; font-size: clamp(2rem, 3.7vw, 3rem); line-height: 1.35; }
.banner-content p { margin: 7px 0 0; color: #dce5e9; }
.banner-values { min-width: 430px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 24px 20px; background: rgba(3,20,37,.75); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; backdrop-filter: blur(10px); }
.banner-values div { display: grid; justify-items: center; gap: 7px; padding: 4px 15px; border-left: 1px solid rgba(255,255,255,.12); }
.banner-values div:last-child { border-left: 0; }
.banner-values svg { color: var(--lime); }
.banner-values span { font-size: .78rem; }

.footer { padding: 63px 0 0; background: #041425; color: #c5d1da; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr 1.2fr; gap: 55px; padding-bottom: 48px; }
.footer-brand img { width: 150px; height: 132px; object-fit: contain; opacity: .98; margin-bottom: 8px; }
.footer-brand p { max-width: 260px; font-size: .85rem; color: #a5b5c1; }
.footer h3 { margin: 0 0 17px; color: white; font-size: .96rem; }
.footer-grid > div:not(.footer-brand) > a { display: block; width: fit-content; padding: 3px 0; color: #a8b8c4; font-size: .82rem; transition: color .2s, transform .2s; }
.footer-grid > div:not(.footer-brand) > a:hover { color: var(--lime); transform: translateX(-3px); }
.socials { display: flex; gap: 8px; margin-top: 17px; }
.socials a { width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.socials a:hover { background: var(--blue); }
.contact-list p { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 11px; font-size: .82rem; }
.contact-list a:hover { color: var(--lime); }
.contact-list svg { color: var(--lime); margin-top: 4px; flex: none; }
.contact-list small { display: block; margin-top: 15px; color: #748897; font-size: .68rem; }
.footer-bottom { min-height: 65px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #758896; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }
.anchor-target { display: block; }
.simple-icon { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--lime); font-size: 1rem; font-weight: 800; }
.category-content > span, .button span { line-height: 1; }
.contact-icon { color: var(--lime); width: 20px; flex: none; text-align: center; }
.lang-fade { animation: langFade .22s ease; }
.multiline { white-space: pre-line; }
@keyframes langFade { from { opacity: .72; } to { opacity: 1; } }

.site-shell[dir="rtl"] { direction: rtl; text-align: right; }
[dir="ltr"] body, .site-shell[dir="ltr"] { direction: ltr; text-align: left; font-family: "Kalameh", "Segoe UI", Arial, sans-serif; }
.site-shell[dir="ltr"] .brand { margin-left: 0; margin-right: auto; }
.site-shell[dir="ltr"] .header-actions { margin-right: 0; margin-left: auto; }
.site-shell[dir="ltr"] .desktop-nav a.active::after { right: auto; left: 0; }
.site-shell[dir="ltr"] .hero-shade { transform: scaleX(-1); }
.site-shell[dir="ltr"] .hero-copy { margin-right: auto; margin-left: 0; text-align: left; }
.site-shell[dir="ltr"] .hero-side-note { border-right: 0; border-left: 1px solid rgba(168,207,56,.6); padding-right: 0; padding-left: 19px; margin-left: 0; margin-right: 40px; }
.site-shell[dir="ltr"] .section-heading > div { padding-right: 0; padding-left: 21px; }
.site-shell[dir="ltr"] .section-heading > div::before { right: auto; left: 0; }
.site-shell[dir="ltr"] .about-copy > .section-kicker { border-right: 0; border-left: 3px solid var(--lime); padding-right: 0; padding-left: 10px; }
.site-shell[dir="ltr"] .about-media-label { text-align: left; }
.site-shell[dir="ltr"] .banner-content > div:first-child { border-right: 0; border-left: 3px solid var(--lime); padding-right: 0; padding-left: 18px; }
.site-shell[dir="ltr"] .product-number { left: auto; right: 15px; }
.site-shell[dir="ltr"] .product-body-empty span { margin-left: auto; }
.site-shell[dir="ltr"] .footer-grid > div:not(.footer-brand) > a:hover { transform: translateX(3px); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 16px; font-size: .85rem; }
  .brand { width: 150px; }
  .consult-button { display: none; }
  .hero-copy { width: 65%; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card { min-height: 285px; }
  .about-copy { padding: 52px 38px; }
  .banner-values { min-width: 370px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .contact-list { grid-column: 2 / 4; }
  .product-track { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .header-inner { justify-content: space-between; }
  .desktop-nav, .header-actions { display: none; }
  .brand { margin: 0; width: 108px; height: 68px; }
  .brand img { width: 92px; height: 66px; }
  .mobile-controls { display: flex; }
  .mobile-menu { display: block; margin: 0; }
  .mobile-menu nav { position: fixed; top: 72px; right: 20px; left: 20px; display: grid; gap: 1px; padding: 12px; border: 1px solid #dce4e8; border-radius: 15px; background: rgba(255,255,255,.98); box-shadow: 0 20px 50px rgba(4,25,43,.16); }
  .mobile-menu nav a { padding: 10px 12px; border-radius: 9px; font-weight: 650; }
  .mobile-menu nav a:hover { background: var(--soft); }
  .mobile-menu nav .mobile-consult { margin-top: 5px; color: white; background: var(--blue); text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { inset: 0; width: 100%; object-position: 67% 45%; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,18,34,.98) 0%, rgba(3,18,34,.86) 56%, rgba(3,18,34,.28) 100%); }
  .hero-content { min-height: 520px; align-items: flex-end; padding-bottom: 36px; }
  .hero-copy { width: 100%; margin: 0; }
  .hero h1 em { white-space: normal; }
  .hero-side-note { display: none; }
  .values-row { min-height: 190px; gap: 12px; }
  .value-item { align-items: flex-start; gap: 10px; }
  .value-item > svg { width: 29px; }
  .value-item span { display: none; }
  .about-section { grid-template-columns: 1fr; }
  .about-media { min-height: 430px; }
  .about-copy { padding: 50px 30px 58px; }
  .banner-content { flex-direction: column; align-items: stretch; justify-content: center; padding: 48px 0; }
  .banner-values { min-width: 0; width: 100%; }
  .site-shell[dir="ltr"] .mobile-controls { margin-right: 0; margin-left: auto; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: 760px; }
  .hero-content { min-height: 555px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-copy > p { font-size: .93rem; }
  .values-row { grid-template-columns: 1fr; gap: 9px; padding: 17px 0 24px; }
  .value-item { min-height: 45px; }
  .value-item span { display: block; }
  .categories-section, .products-section, .brands-section { padding: 55px 0 62px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 22px; }
  .section-heading > p { font-size: .82rem; }
  .category-grid { gap: 10px; }
  .category-card { min-height: 215px; }
  .category-content { inset: auto 13px 13px; }
  .category-content h3 { font-size: 1rem; }
  .category-content p { display: none; }
  .category-content > span { width: 31px; height: 31px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .brand-card { padding: 15px 9px 13px; border-radius: 15px; }
  .brand-logo { height: 82px; }
  .product-track { margin-left: -14px; padding-left: 14px; grid-auto-columns: 82%; }
  .product-visual { height: 300px; }
  .site-shell[dir="ltr"] .product-track { margin-left: 0; padding-left: 4px; margin-right: -14px; padding-right: 14px; }
  .swipe-hint { display: flex; }
  .about-media { min-height: 355px; }
  .about-media-label { width: 54%; min-width: 190px; padding: 0 42px 0 18px; }
  .about-media-label span { font-size: 1.08rem; }
  .about-copy { padding: 45px 20px 52px; }
  .banner-content h2 { font-size: 2rem; }
  .banner-values { padding: 18px 7px; }
  .banner-values div { padding: 3px 6px; }
  .banner-values span { font-size: .7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / 3; }
  .contact-list { grid-column: 1 / 3; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
