/* Ahmane Frères — premium responsive corporate website */
:root {
  --navy: #071b33;
  --navy-2: #0a2443;
  --blue: #174c92;
  --blue-2: #2266b7;
  --cyan: #18a5c5;
  --red: #e33a3d;
  --cream: #f4f7f9;
  --paper: #ffffff;
  --ink: #0c2039;
  --body: #516071;
  --line: #dfe7ed;
  --green: #1ba56a;
  --gold: #f3b83f;
  --shadow: 0 24px 70px rgba(7, 27, 51, .13);
  --shadow-sm: 0 12px 35px rgba(7, 27, 51, .09);
  --radius: 20px;
  --container: 1180px;
  --header-h: 82px;
  --ease: cubic-bezier(.2,.8,.2,1);
}
[data-theme="dark"] {
  --cream: #081728;
  --paper: #0d2035;
  --ink: #edf6ff;
  --body: #aebfd0;
  --line: #223a51;
  --navy: #061525;
  --navy-2: #0a2037;
  --shadow: 0 24px 70px rgba(0, 0, 0, .3);
  --shadow-sm: 0 12px 35px rgba(0, 0, 0, .22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--body); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; transition: background .3s, color .3s; }
html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
svg { display: block; }
.svg-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-sm { padding: 42px 0; }
.skip-link { position: fixed; z-index: 9999; inset-inline-start: 20px; top: -80px; background: var(--paper); color: var(--ink); padding: 12px 20px; border-radius: 8px; box-shadow: var(--shadow-sm); transition: top .2s; }
.skip-link:focus { top: 20px; }

/* Buttons */
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 10px; font-weight: 750; font-size: .88rem; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s; }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(3px); }
html[dir="rtl"] .btn:hover svg { transform: translateX(-3px) rotate(180deg); }
html[dir="rtl"] .btn svg, html[dir="rtl"] .service-link svg, html[dir="rtl"] .map-arrow svg { transform: rotate(180deg); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(23,76,146,.2); }
.btn-primary:hover { background: var(--blue-2); box-shadow: 0 14px 30px rgba(23,76,146,.3); }
.btn-light { background: #fff; color: var(--navy); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.btn-light:hover { background: #f4f8fc; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--blue); }
.btn-large { min-height: 56px; padding: 0 27px; font-size: .95rem; }

/* Utility */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.section-tag { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.section-tag span { color: var(--red); font: 800 .69rem/1 monospace; }
.section-tag span::after { content: ""; display: inline-block; width: 28px; height: 1px; background: var(--red); vertical-align: middle; margin-inline-start: 8px; }
.section-tag b { color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; }
.section-tag.light b { color: #75d5e8; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.14; }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4vw, 3.6rem); letter-spacing: -.04em; }
h2 em, h1 em { font-style: normal; color: var(--cyan); }

/* Topbar & header */
.topbar { position: relative; z-index: 70; height: 38px; color: #d8e7f5; background: #051425; font-size: .73rem; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar-left, .topbar-right, .topbar span, .topbar a { display: flex; align-items: center; gap: 7px; }
.topbar-left, .topbar-right { gap: 28px; }
.topbar svg { width: 13px; height: 13px; fill: none; stroke: #60cee2; stroke-width: 2; }
.open-status { font-weight: 700; }
.open-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(243,184,63,.12); }
.open-status.open i { background: #32d389; box-shadow: 0 0 0 4px rgba(50,211,137,.12); }
.open-status.closed i { background: #ff6671; box-shadow: 0 0 0 4px rgba(255,102,113,.12); }
.site-header { position: sticky; top: 0; z-index: 60; height: var(--header-h); background: color-mix(in srgb, var(--paper) 95%, transparent); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: height .3s, box-shadow .3s, border-color .3s, background .3s; }
.site-header.scrolled { height: 70px; border-color: var(--line); box-shadow: 0 8px 25px rgba(7,27,51,.07); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
[data-theme="dark"] .brand img { mix-blend-mode: normal; background: #fff; border-radius: 9px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; color: var(--blue); }
.brand-copy strong { font-size: 1rem; letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; font-size: .5rem; letter-spacing: .55em; padding-inline-start: 2px; }
.brand.brand-vector img { width: 182px; height: 50px; object-fit: contain; mix-blend-mode: normal; }
.brand.brand-vector .brand-copy { display: none; }
.footer-logo-vector { display: inline-flex; padding: 7px 11px; border-radius: 10px; background: #fff; }
.footer-logo-vector img { width: 175px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-inline-start: auto; }
.nav-link { position: relative; color: var(--ink); font-size: .83rem; font-weight: 700; padding: 28px 0; white-space: nowrap; transition: color .2s; }
.nav-link::after { content: ""; position: absolute; bottom: 18px; inset-inline-start: 0; width: 0; height: 2px; border-radius: 2px; background: var(--red); transition: width .25s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.language-switcher { position: relative; display: flex; align-items: center; height: 36px; padding: 3px; border: 1px solid var(--line); border-radius: 9px; background: var(--cream); }
.lang-btn { width: 36px; height: 28px; display: inline-grid; place-items: center; padding: 0; border: 0; border-radius: 6px; background: transparent; cursor: pointer; }
.lang-btn span { font-size: 1rem; line-height: 1; }
.lang-btn b { display: none; font-size: .63rem; }
.lang-btn.active { background: var(--paper); box-shadow: 0 2px 8px rgba(7,27,51,.1); }
.lang-btn.active span { display: none; }
.lang-btn.active b { display: block; color: var(--blue); }
.theme-toggle, .menu-toggle { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); cursor: pointer; }
.theme-toggle svg, .menu-toggle svg { width: 18px; height: 18px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle .sun-icon, [data-theme="dark"] .theme-toggle .moon-icon { display: none; }
[data-theme="dark"] .theme-toggle .sun-icon { display: block; }
.menu-toggle { display: none; }
.menu-close { display: none; }
.nav-quote { min-height: 42px; padding-inline: 16px; }

/* Hero */
.hero { position: relative; min-height: 720px; padding: 92px 0 105px; overflow: hidden; background: var(--navy); color: #d1deeb; isolation: isolate; }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,black,transparent 85%); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 70% 40%, rgba(16,127,170,.25), transparent 36%), linear-gradient(110deg,rgba(5,20,37,.9),rgba(7,27,51,.25)); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 440px; height: 440px; right: -180px; top: -190px; border: 1px solid rgba(92,210,231,.18); box-shadow: 0 0 100px rgba(24,165,197,.09) inset; }
.hero-glow-two { width: 220px; height: 220px; left: 48%; bottom: -130px; background: rgba(227,58,61,.11); filter: blur(65px); }
.hero-inner { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; color: #7ed5e5; font-size: .74rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 7px; height: 7px; border: 2px solid #7ed5e5; transform: rotate(45deg); }
.hero h1 { margin-bottom: 26px; color: #fff; font-size: clamp(3.15rem, 5.5vw, 5.25rem); letter-spacing: -.055em; line-height: 1.01; }
.hero h1 em { color: #65cee1; }
.hero-copy > p { max-width: 650px; margin-bottom: 34px; color: #b3c5d6; font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: .84rem; font-weight: 700; }
.play-ring { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transition: border-color .2s, background .2s; }
.play-ring svg { width: 16px; height: 16px; fill: none; stroke: #8edfeb; stroke-width: 2; }
.text-link:hover .play-ring { border-color: #8edfeb; background: rgba(142,223,235,.08); }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.trust-avatars { display: flex; }
.trust-avatars > span { width: 34px; height: 34px; display: grid; place-items: center; margin-inline-end: -8px; border: 2px solid var(--navy); border-radius: 50%; color: #fff; background: #194f8c; font-size: .61rem; font-weight: 850; }
.trust-avatars > span:nth-child(2) { background: #197f9d; }
.trust-avatars > span:nth-child(3) { background: #e33a3d; }
.trust-avatars svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.stars { color: var(--gold); font-size: .8rem; letter-spacing: .08em; }
.hero-trust p { margin: 1px 0 0; color: #91a7bb; font-size: .72rem; }
.hero-trust strong { color: #fff; }
.hero-visual { position: relative; min-height: 505px; }
.orbit { position: absolute; border: 1px solid rgba(106,213,231,.17); border-radius: 50%; animation: spin 22s linear infinite; }
.orbit::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 18px rgba(227,58,61,.8); }
.orbit-one { width: 490px; height: 490px; right: -10px; top: 10px; }
.orbit-two { width: 360px; height: 360px; right: 55px; top: 75px; animation-direction: reverse; animation-duration: 16s; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; background: #fff; box-shadow: 0 35px 70px rgba(0,0,0,.32); }
.hero-card-main { width: 365px; height: 420px; right: 45px; top: 28px; animation: float 6s ease-in-out infinite; }
.hero-card-main img { width: 100%; height: 305px; object-fit: contain; padding: 20px; background: linear-gradient(145deg,#f9fbfd,#eaf2f8); }
.card-label { position: absolute; z-index: 1; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 30px; background: rgba(7,27,51,.9); color: #fff; font-size: .62rem; font-weight: 750; }
.card-label svg { width: 13px; height: 13px; fill: none; stroke: #6fd7e9; stroke-width: 2; }
.card-caption { display: flex; flex-direction: column; padding: 21px 25px; }
.card-caption strong { color: var(--navy); font-size: 1.04rem; }
.card-caption span { color: #68788a; font-size: .72rem; }
.hero-card-small { width: 155px; height: 165px; padding: 9px; }
.hero-card-small img { width: 100%; height: 115px; object-fit: contain; }
.hero-card-small > span { display: block; color: var(--navy); text-align: center; font-size: .66rem; font-weight: 800; }
.card-pump { z-index: 2; left: -18px; top: 90px; transform: rotate(-4deg); animation: floatSmall 5.5s ease-in-out infinite; }
.card-water { z-index: 2; right: -25px; bottom: 20px; transform: rotate(4deg); animation: floatSmall 6.5s ease-in-out infinite reverse; }
.experience-badge { position: absolute; z-index: 3; left: 18px; bottom: 20px; width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; background: var(--red); text-align: center; box-shadow: 0 15px 30px rgba(227,58,61,.25); }
.experience-badge strong { line-height: 1; font-size: 1.7rem; }
.experience-badge sup { font-size: .7rem; }
.experience-badge > span { width: 72px; margin-top: 5px; font-size: .58rem; line-height: 1.25; }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes floatSmall { 50% { margin-top: -8px; } }
.hero-bottom-line { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; background: var(--blue); }
.hero-bottom-line span { display: block; width: 32%; height: 100%; background: var(--red); }

/* Trust strip */
.trust-strip { position: relative; z-index: 2; background: var(--paper); box-shadow: 0 -12px 40px rgba(7,27,51,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 132px; }
.trust-item { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.trust-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 32%; width: 1px; height: 36%; background: var(--line); }
html[dir="rtl"] .trust-item:not(:last-child)::after { right: auto; left: 0; }
.trust-item strong { color: var(--blue); font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.trust-item sup { color: var(--red); font-size: .9rem; }
.trust-item span:last-child { margin-top: 9px; color: var(--body); font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

/* About */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 105px; }
.about-media { position: relative; min-height: 590px; }
.about-image-wrap { width: 390px; height: 555px; margin-inline-start: 35px; padding: 15px; overflow: hidden; border-radius: 23px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(-2deg); }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 14px; }
.about-float-card { position: absolute; right: -18px; bottom: 40px; display: flex; align-items: center; gap: 13px; min-width: 245px; padding: 18px; border-radius: 14px; color: var(--body); background: var(--paper); box-shadow: var(--shadow-sm); }
html[dir="rtl"] .about-float-card { right: auto; left: -18px; }
.about-float-card > svg { width: 34px; height: 34px; fill: none; stroke: var(--red); stroke-width: 1.6; }
.about-float-card div { display: flex; flex-direction: column; }
.about-float-card strong { color: var(--ink); font-size: .77rem; }
.about-float-card span { font-size: .66rem; }
.dots-pattern { position: absolute; z-index: -1; width: 130px; height: 130px; left: 0; bottom: -12px; opacity: .35; background-image: radial-gradient(var(--blue) 1.5px,transparent 1.5px); background-size: 13px 13px; }
html[dir="rtl"] .dots-pattern { left: auto; right: 0; }
.about-copy .lead { color: var(--ink); font-size: 1.06rem; font-weight: 650; }
.about-copy > p:not(.lead) { margin-bottom: 28px; }
.about-points { display: grid; gap: 18px; margin: 29px 0 34px; }
.about-points > div { display: flex; align-items: flex-start; gap: 15px; }
.icon-box { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: color-mix(in srgb, var(--blue) 10%, var(--paper)); }
.icon-box svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.about-points strong { color: var(--ink); font-size: .9rem; }
.about-points p { margin: 3px 0 0; font-size: .8rem; }

/* Services */
.services { position: relative; background: var(--navy); overflow: hidden; }
.services::before { content: "AHMANE"; position: absolute; right: -20px; top: 100px; color: rgba(255,255,255,.02); font-size: 12rem; font-weight: 900; letter-spacing: -.07em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-heading h2, .process h2, .contact h2 { color: #fff; margin-bottom: 0; }
.section-heading > p { max-width: 470px; margin-bottom: 7px; color: #99adbf; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; color: #aebfd0; background: rgba(255,255,255,.035); transition: transform .3s var(--ease), border-color .3s, background .3s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(112,215,233,.35); background: rgba(255,255,255,.06); }
.service-card.featured { background: linear-gradient(145deg,var(--blue),#126d95); border-color: transparent; }
.service-number { position: absolute; right: 25px; top: 18px; color: rgba(255,255,255,.11); font-size: 3.5rem; font-weight: 900; line-height: 1; }
html[dir="rtl"] .service-number { right: auto; left: 25px; }
.service-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 13px; color: #74d9e9; background: rgba(94,213,233,.1); }
.featured .service-icon { color: #fff; background: rgba(255,255,255,.14); }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; margin-bottom: 12px; color: #fff; font-size: 1.19rem; }
.service-card p { position: relative; margin-bottom: 22px; font-size: .82rem; }
.service-card ul { display: grid; gap: 5px; margin: -6px 0 20px; padding: 0; list-style: none; color: #e0edf7; font-size: .75rem; }
.service-card li::before { content: "•"; color: #7ed9e8; margin-inline-end: 8px; }
.service-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.11); color: #fff; font-size: .75rem; font-weight: 750; }
.service-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s; }
.service-link:hover svg { transform: translateX(4px); }

/* Auto-playing solution portfolio */
.auto-portfolio { position: relative; overflow: hidden; background: var(--paper); }
.auto-portfolio::before { content: ""; position: absolute; width: 470px; height: 470px; right: -300px; top: -230px; border: 70px solid color-mix(in srgb,var(--cyan) 7%,transparent); border-radius: 50%; }
.portfolio-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 48px; }
.portfolio-heading > div { flex: 1; }
.portfolio-heading h2 { margin-bottom: 0; }
.portfolio-heading > p { max-width: 460px; margin: 0 0 8px; }
.portfolio-carousel { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--navy); box-shadow: var(--shadow); }
.portfolio-progress { position: absolute; z-index: 8; top: 0; left: 0; right: 0; height: 4px; overflow: hidden; background: rgba(255,255,255,.12); }
.portfolio-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--red),#6ad6e8); transform-origin: left; }
html[dir="rtl"] .portfolio-progress i { transform-origin: right; }
@keyframes portfolioAuto { from { width: 0; } to { width: 100%; } }
.portfolio-viewport { position: relative; min-height: 510px; overflow: hidden; }
.portfolio-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.18fr .82fr; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .7s var(--ease),visibility .7s; }
.portfolio-slide.active { z-index: 2; opacity: 1; visibility: visible; pointer-events: auto; }
.portfolio-slide-media { position: relative; min-width: 0; overflow: hidden; background: #dce8ef; }
.portfolio-slide-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 55%,rgba(7,27,51,.35)),linear-gradient(0deg,rgba(7,27,51,.42),transparent 45%); }
html[dir="rtl"] .portfolio-slide-media::after { background: linear-gradient(-90deg,transparent 55%,rgba(7,27,51,.35)),linear-gradient(0deg,rgba(7,27,51,.42),transparent 45%); }
.portfolio-slide-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.07) translateX(-18px); transition: transform 1.1s var(--ease); }
.portfolio-slide.active .portfolio-slide-media img { transform: scale(1.015) translateX(0); }
.slide-count { position: absolute; z-index: 2; left: 24px; top: 24px; display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; color: #fff; background: rgba(7,27,51,.72); backdrop-filter: blur(8px); font: 800 .66rem/1 monospace; letter-spacing: .08em; }
html[dir="rtl"] .slide-count { left: auto; right: 24px; }
.slide-visual-note { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: rgba(255,255,255,.75); font-size: .57rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
html[dir="rtl"] .slide-visual-note { left: auto; right: 24px; }
.portfolio-slide-copy { position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 58px 48px; overflow: hidden; color: #aebfd0; background: var(--navy); transform: translateX(28px); transition: transform .75s var(--ease); }
.portfolio-slide.active .portfolio-slide-copy { transform: translateX(0); }
.portfolio-slide-copy::before { content: ""; position: absolute; width: 260px; height: 260px; right: -155px; top: -145px; border: 42px solid rgba(99,211,230,.055); border-radius: 50%; }
html[dir="rtl"] .portfolio-slide-copy { transform: translateX(-28px); }
html[dir="rtl"] .portfolio-slide.active .portfolio-slide-copy { transform: translateX(0); }
html[dir="rtl"] .portfolio-slide-copy::before { right: auto; left: -155px; }
.slide-kicker { position: relative; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #68d1e3; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.slide-kicker svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.portfolio-slide-copy h3 { position: relative; margin-bottom: 18px; color: #fff; font-size: clamp(1.8rem,3vw,2.65rem); letter-spacing: -.04em; }
.portfolio-slide-copy > p { position: relative; margin-bottom: 23px; font-size: .82rem; }
.slide-chips { position: relative; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 29px; }
.slide-chips span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; color: #cedbe6; background: rgba(255,255,255,.035); font-size: .59rem; font-weight: 700; }
.portfolio-slide-copy .btn { position: relative; align-self: flex-start; }
.portfolio-controls { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 12px 22px; border-top: 1px solid var(--line); background: var(--paper); }
.portfolio-arrow,.portfolio-toggle { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--cream); cursor: pointer; transition: .2s; }
.portfolio-arrow:hover,.portfolio-toggle:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.portfolio-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
#portfolioPrev svg { transform: rotate(180deg); }
html[dir="rtl"] #portfolioPrev svg { transform: none; }
html[dir="rtl"] #portfolioNext svg { transform: rotate(180deg); }
.portfolio-dots { display: flex; align-items: center; justify-content: center; gap: 7px; margin-inline: 6px; }
.portfolio-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 8px; background: color-mix(in srgb,var(--body) 30%,transparent); cursor: pointer; transition: width .3s var(--ease),background .3s; }
.portfolio-dots button.active { width: 29px; background: var(--blue); }
.portfolio-toggle { font-size: .62rem; font-weight: 900; }
.portfolio-toggle .play-symbol { display: none; font-size: .55rem; padding-inline-start: 2px; }
.portfolio-toggle.paused .pause-symbol { display: none; }
.portfolio-toggle.paused .play-symbol { display: block; }

/* Catalogue */
.catalogue { background: var(--cream); }
.catalogue-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.catalogue-head > div { flex: 1; }
.catalogue-head h2 { margin-bottom: 0; }
.catalogue-head > p { max-width: 470px; margin-bottom: 8px; }
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 43px 0 29px; }
.filter-btn { padding: 10px 17px; border: 1px solid var(--line); border-radius: 50px; color: var(--body); background: var(--paper); font-size: .72rem; font-weight: 750; cursor: pointer; transition: .2s; }
.filter-btn:hover, .filter-btn.active { border-color: var(--blue); color: #fff; background: var(--blue); }
.portfolio-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); box-shadow: 0 8px 25px rgba(7,27,51,.04); transition: opacity .3s, transform .3s var(--ease), box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.product-card.hidden { display: none; }
.product-card.wide { grid-column: span 2; }
.product-image { position: relative; width: 100%; height: 225px; display: block; padding: 0; overflow: hidden; border: 0; background: #f4f7fa; cursor: zoom-in; }
.product-card.wide .product-image { height: 260px; }
.product-image img { width: 100%; height: 100%; padding: 13px; object-fit: contain; transition: transform .45s var(--ease); }
.product-image:hover img { transform: scale(1.045); }
.expand { position: absolute; right: 13px; top: 13px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: var(--navy); background: rgba(255,255,255,.9); box-shadow: 0 5px 15px rgba(7,27,51,.12); opacity: 0; transform: translateY(-5px); transition: .25s; }
html[dir="rtl"] .expand { right: auto; left: 13px; }
.expand svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-image:hover .expand { opacity: 1; transform: none; }
.product-info { padding: 21px 22px 23px; }
.product-info > span { color: var(--red); text-transform: uppercase; letter-spacing: .11em; font-size: .6rem; font-weight: 800; }
.product-info h3 { margin: 5px 0 7px; font-size: .98rem; }
.product-info p { margin-bottom: 0; font-size: .73rem; }
.catalogue-cta { margin-top: 29px; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.catalogue-cta > div { display: flex; align-items: center; gap: 15px; }
.catalogue-cta strong { color: var(--ink); font-size: .9rem; }
.catalogue-cta p { margin: 2px 0 0; font-size: .75rem; }
.mini-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: color-mix(in srgb,var(--blue) 10%,var(--paper)); }
.mini-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Brands */
.brands { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); }
.brands .container { display: flex; align-items: center; gap: 40px; }
.brands p { flex: 0 0 auto; width: 165px; margin: 0; color: var(--body); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.brand-marquee { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.brand-track { width: max-content; display: flex; align-items: center; gap: 35px; animation: marquee 25s linear infinite; }
.brand-track span { color: var(--ink); font-size: .94rem; font-weight: 900; letter-spacing: .08em; opacity: .55; }
.brand-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }
html[dir="rtl"] .brand-track { animation-direction: reverse; }

/* Process */
.process { position: relative; overflow: hidden; color: #a9bacb; background: linear-gradient(115deg,#08203a,#0b2c4c); }
.process::after { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; bottom: -320px; border: 70px solid rgba(24,165,197,.05); border-radius: 50%; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.process-copy p { margin-bottom: 31px; }
.steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; overflow: hidden; background: rgba(255,255,255,.1); }
.step { min-height: 180px; padding: 28px; color: #a9bacb; background: rgba(8,32,58,.94); transition: background .25s; }
.step:hover { background: rgba(16,59,92,.95); }
.step > span { display: block; margin-bottom: 22px; color: #62d0e2; font: 800 .7rem/1 monospace; }
.step strong { color: #fff; font-size: .93rem; }
.step p { margin: 8px 0 0; font-size: .75rem; }

/* Why us */
.why-us { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.why-copy > p { max-width: 620px; }
.why-list { display: grid; gap: 14px; margin-top: 29px; }
.why-list > div { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: .84rem; font-weight: 650; }
.why-list svg { width: 22px; height: 22px; flex: 0 0 auto; padding: 4px; border-radius: 50%; fill: none; stroke: #fff; stroke-width: 2.5; background: var(--green); }
.rating-card { position: relative; overflow: hidden; padding: 43px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); box-shadow: var(--shadow-sm); }
.quote-mark { position: absolute; right: 25px; top: 13px; color: color-mix(in srgb,var(--blue) 10%,transparent); font: 900 8rem/1 Georgia,serif; }
html[dir="rtl"] .quote-mark { right: auto; left: 25px; }
.rating-stars { color: var(--gold); letter-spacing: .12em; }
.rating-card blockquote { position: relative; margin: 30px 0; color: var(--ink); font: 700 1.75rem/1.3 Georgia,serif; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 800; }
.reviewer div { display: flex; flex-direction: column; }
.reviewer strong { color: var(--ink); font-size: .78rem; }
.reviewer small { font-size: .67rem; }
.rating-summary { display: flex; align-items: center; gap: 17px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.rating-summary > strong { color: var(--blue); font-size: 2.4rem; line-height: 1; }
.rating-summary > div { flex: 1; }
.rating-bar { height: 5px; display: block; overflow: hidden; border-radius: 5px; background: var(--line); }
.rating-bar i { display: block; width: 100%; height: 100%; background: var(--gold); }
.rating-summary p { margin: 6px 0 0; font-size: .65rem; }

/* Contact */
.contact { padding-bottom: 90px; background: var(--cream); }
.contact-shell { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border-radius: 23px; background: var(--navy); box-shadow: var(--shadow); }
.contact-info { padding: 58px; color: #a9bccd; }
.contact-info > p { margin-bottom: 30px; }
.contact-list { display: grid; gap: 11px; }
.contact-list a { display: flex; align-items: center; gap: 13px; padding: 12px; border-radius: 11px; transition: background .2s; }
.contact-list a:hover { background: rgba(255,255,255,.06); }
.contact-list a > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #71d4e6; background: rgba(99,210,230,.1); }
.contact-list svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-list div { min-width: 0; display: flex; flex-direction: column; }
.contact-list small { color: #7f97aa; font-size: .64rem; }
.contact-list strong { color: #fff; font-size: .8rem; overflow-wrap: anywhere; }
.hours-card { margin-top: 25px; padding: 19px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.035); }
.hours-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hours-head > span:first-child { display: flex; align-items: center; gap: 8px; color: #fff; font-size: .79rem; }
.hours-head svg { width: 16px; height: 16px; fill: none; stroke: #68d1e3; stroke-width: 1.8; }
.hours-badge { padding: 4px 8px; border-radius: 20px; color: #ffe3a3; background: rgba(243,184,63,.13); font-size: .56rem; font-weight: 800; }
.hours-badge.open { color: #76e6b0; background: rgba(50,211,137,.13); }
.hours-badge.closed { color: #ffafb6; background: rgba(255,102,113,.13); }
.hours-row { display: flex; justify-content: space-between; gap: 14px; padding: 4px 0; font-size: .67rem; }
.hours-row b { color: #d9e5ef; font-weight: 600; }
.hours-row.muted { opacity: .55; }
.socials { display: flex; gap: 9px; margin-top: 21px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #fff; transition: .2s; }
.socials a:hover { border-color: var(--cyan); background: var(--cyan); }
.socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.quote-form-wrap { margin: 18px; padding: 43px; border-radius: 17px; background: var(--paper); }
.form-head > span { color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.form-head h3 { margin: 7px 0 8px; font-size: 1.7rem; letter-spacing: -.03em; }
.form-head p { margin-bottom: 27px; font-size: .76rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
form label:not(.consent) { display: grid; gap: 7px; margin-bottom: 15px; color: var(--ink); font-size: .7rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; outline: none; color: var(--ink); background: var(--cream); transition: border-color .2s, box-shadow .2s; }
input, select { height: 48px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; min-height: 118px; }
input::placeholder, textarea::placeholder { color: color-mix(in srgb,var(--body) 65%,transparent); font-size: .73rem; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,76,146,.1); }
input.invalid, select.invalid, textarea.invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(227,58,61,.08); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 2px 0 18px; color: var(--body); font-size: .66rem; cursor: pointer; }
.consent input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--blue); }
.btn-submit { width: 100%; min-height: 52px; }
.btn-submit svg { fill: none; }
.form-note { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 0; font-size: .61rem; }
.form-note svg { width: 13px; height: 13px; fill: none; stroke: var(--green); stroke-width: 2; }
.map-card { position: relative; height: 180px; display: flex; align-items: center; margin-top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; color: var(--body); background: color-mix(in srgb,var(--blue) 5%,var(--paper)); }
.map-grid-lines { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 24px 24px; }
.road { position: absolute; height: 14px; border: 3px solid var(--paper); background: color-mix(in srgb,var(--body) 20%,var(--paper)); transform-origin: left; box-shadow: 0 0 0 1px var(--line); }
.r1 { width: 125%; left: -10%; top: 50%; transform: rotate(-6deg); }
.r2 { width: 70%; left: 32%; top: -5%; transform: rotate(62deg); }
.r3 { width: 65%; left: -5%; bottom: 10%; transform: rotate(38deg); }
.map-pin { position: absolute; z-index: 2; left: 34%; top: 44%; width: 48px; height: 48px; display: grid; place-items: center; border: 6px solid var(--paper); border-radius: 50% 50% 50% 4px; color: #fff; background: var(--red); box-shadow: 0 8px 20px rgba(7,27,51,.2); transform: rotate(-45deg); }
html[dir="rtl"] .map-pin { left: auto; right: 34%; }
.map-pin svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; transform: rotate(45deg); }
.map-pin span { position: absolute; width: 90px; height: 90px; border: 1px solid rgba(227,58,61,.35); border-radius: 50%; animation: pulse 2.2s infinite; transform: rotate(45deg); }
@keyframes pulse { 0% { transform: rotate(45deg) scale(.5); opacity: 1; } 100% { transform: rotate(45deg) scale(1.3); opacity: 0; } }
.map-label { position: relative; z-index: 3; margin-inline-start: auto; width: 36%; display: flex; flex-direction: column; padding: 25px; border-radius: 13px 0 0 13px; background: color-mix(in srgb,var(--paper) 90%,transparent); backdrop-filter: blur(7px); }
.map-label span { font-size: .7rem; }
.map-label strong { color: var(--ink); font-size: 1rem; }
.map-arrow { position: relative; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; margin-inline: 0 30px; border-radius: 50%; color: #fff; background: var(--blue); }
.map-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

/* Footer */
.footer { color: #879db0; background: #051425; }
.footer-main { display: grid; grid-template-columns: 1.4fr .65fr 1fr 1.2fr; gap: 55px; padding-top: 68px; padding-bottom: 54px; }
.brand-footer img { mix-blend-mode: normal; background: #fff; border-radius: 10px; }
.brand-footer .brand-copy { color: #76d8e8; }
.footer-brand > p { max-width: 310px; margin: 21px 0; font-size: .75rem; }
.footer-admin { display: flex; flex-wrap: wrap; gap: 6px; }
.footer-admin span { padding: 5px 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 5px; color: #72889c; font-size: .54rem; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-col h4 { margin-bottom: 10px; color: #fff; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-col a, .footer-col > span { color: #879db0; font-size: .7rem; transition: color .2s; }
.footer-col a:hover { color: #6dd6e8; }
.footer-contact a, .footer-contact > span { display: flex; align-items: flex-start; gap: 8px; overflow-wrap: anywhere; }
.footer-contact svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 3px; fill: none; stroke: #5fc9dd; stroke-width: 1.8; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: .64rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 10px; }
.footer-bottom a:hover { color: #fff; }

/* Floating UI, lightbox, modal and toast */
.whatsapp-float { position: fixed; z-index: 40; right: 23px; bottom: 25px; min-height: 49px; display: flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 50px; color: #fff; background: #20b768; box-shadow: 0 12px 28px rgba(32,183,104,.32); font-size: .72rem; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
html[dir="rtl"] .whatsapp-float { right: auto; left: 23px; }
.back-top { position: fixed; z-index: 39; right: 27px; bottom: 84px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); cursor: pointer; transition: .25s; }
.back-top.show { opacity: 1; pointer-events: auto; transform: none; }
.back-top svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
html[dir="rtl"] .back-top { right: auto; left: 27px; }
.lightbox, .modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(3,13,24,.88); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.lightbox.open, .modal.open { opacity: 1; visibility: visible; }
.lightbox-inner { max-width: 920px; width: 100%; max-height: 86vh; display: flex; flex-direction: column; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.5); transform: scale(.95); transition: transform .3s var(--ease); }
.lightbox.open .lightbox-inner { transform: scale(1); }
.lightbox-inner img { width: 100%; height: min(70vh,650px); object-fit: contain; padding: 20px; }
.lightbox-inner p { margin: 0; padding: 16px 22px; color: #fff; background: var(--navy); font-weight: 750; }
.lightbox-close, .modal-close { position: absolute; z-index: 2; right: 25px; top: 25px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
html[dir="rtl"] .lightbox-close, html[dir="rtl"] .modal-close { right: auto; left: 25px; }
.lightbox-close svg, .modal-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.modal-card { position: relative; max-width: 630px; max-height: 85vh; overflow-y: auto; padding: 45px; border-radius: 18px; color: var(--body); background: var(--paper); }
.modal-card .modal-close { position: absolute; right: 15px; top: 15px; color: var(--ink); border-color: var(--line); }
html[dir="rtl"] .modal-card .modal-close { right: auto; left: 15px; }
.modal-card h2 { margin-bottom: 20px; font-size: 1.8rem; }
.modal-card h3 { margin-top: 25px; font-size: 1rem; }
.modal-card p, .modal-card li { font-size: .8rem; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 30px; display: flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 10px; color: #fff; background: var(--navy); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.toast svg { width: 19px; height: 19px; padding: 3px; border-radius: 50%; fill: none; stroke: #fff; stroke-width: 2.5; background: var(--green); }
.toast span { font-size: .74rem; font-weight: 700; }

/* RTL fixes */
html[dir="rtl"] .card-label { left: auto; right: 16px; }
html[dir="rtl"] .service-link:hover svg { transform: translateX(-4px) rotate(180deg); }
html[dir="rtl"] input, html[dir="rtl"] select, html[dir="rtl"] textarea { text-align: right; }

/* Responsive */
@media (max-width: 1120px) {
  .main-nav { gap: 20px; }
  .nav-quote { display: none; }
  .hero-inner { gap: 25px; }
  .hero-card-main { right: 18px; }
  .card-pump { left: 0; }
  .card-water { right: -5px; }
  .about-grid { gap: 55px; }
  .about-float-card { right: 0; }
  html[dir="rtl"] .about-float-card { left: 0; }
}
@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .topbar-since { display: none !important; }
  .main-nav { position: fixed; top: calc(38px + var(--header-h)); left: 0; right: 0; height: calc(100vh - 38px - var(--header-h)); display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 25px 30px; background: var(--paper); border-top: 1px solid var(--line); transform: translateX(100%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s; }
  html[dir="rtl"] .main-nav { transform: translateX(-100%); }
  .main-nav.open { transform: none !important; visibility: visible; }
  .nav-link { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-link::after { display: none; }
  .menu-toggle { display: grid; }
  .menu-toggle.active .menu-open { display: none; }
  .menu-toggle.active .menu-close { display: block; }
  .hero { padding-top: 75px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero h1 { font-size: clamp(3.2rem,10vw,5rem); }
  .hero-visual { width: min(100%,620px); margin: 20px auto 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 20px 0; }
  .trust-item { min-height: 100px; }
  .trust-item:nth-child(2)::after { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-media { width: min(100%,540px); margin: auto; }
  .about-image-wrap { width: 76%; margin: auto; }
  .about-float-card { right: 20px; }
  html[dir="rtl"] .about-float-card { left: 20px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading, .catalogue-head, .portfolio-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .portfolio-heading > p { max-width: 620px; }
  .portfolio-slide { grid-template-columns: 1.05fr .95fr; }
  .portfolio-slide-copy { padding: 45px 34px; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .product-card.wide { grid-column: span 1; }
  .process-grid, .why-grid { grid-template-columns: 1fr; gap: 55px; }
  .why-copy { max-width: 720px; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-info { padding: 50px; }
  .quote-form-wrap { margin-top: 0; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}
@media (max-width: 640px) {
  :root { --radius: 15px; }
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding: 80px 0; }
  .topbar-left > span:first-child { display: none; }
  .topbar-left { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-right { width: 100%; justify-content: space-between; gap: 15px; }
  .brand img { width: 40px; height: 40px; }
  .brand.brand-vector img { width: 132px; height: 42px; }
  .brand-copy { display: none; }
  .language-switcher { height: 34px; }
  .lang-btn { width: 29px; height: 26px; }
  .theme-toggle { display: none; }
  .hero { min-height: auto; padding: 64px 0 75px; }
  .hero h1 { font-size: clamp(2.65rem,14vw,4rem); }
  .hero-copy > p { font-size: .93rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-visual { min-height: 380px; transform: scale(.9); transform-origin: top center; margin-bottom: -40px; }
  .hero-card-main { width: 280px; height: 345px; right: 50%; transform: translateX(50%); }
  .hero-card-main img { height: 245px; }
  .hero-card-main { animation: none; }
  .card-pump { left: -20px; top: 85px; }
  .card-water { right: -20px; bottom: -2px; }
  .experience-badge { left: 10px; bottom: -5px; width: 96px; height: 96px; }
  .orbit-one { width: 365px; height: 365px; right: 50%; transform: translateX(50%); }
  .orbit-two { display: none; }
  .trust-grid { gap: 0; }
  .trust-item:nth-child(odd)::after { display: block; }
  .trust-item strong { font-size: 1.7rem; }
  .about-media { min-height: 480px; }
  .about-image-wrap { width: 85%; height: 455px; }
  .about-float-card { right: -4px; bottom: -5px; min-width: 210px; padding: 14px; }
  html[dir="rtl"] .about-float-card { left: -4px; }
  h2 { font-size: 2.35rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .portfolio-carousel { border-radius: 17px; }
  .portfolio-viewport { min-height: 690px; }
  .portfolio-slide { grid-template-columns: 1fr; grid-template-rows: 285px 1fr; }
  .portfolio-slide-media::after { background: linear-gradient(0deg,rgba(7,27,51,.3),transparent 55%); }
  .portfolio-slide-copy { justify-content: flex-start; padding: 33px 24px 38px; transform: translateY(24px); }
  html[dir="rtl"] .portfolio-slide-copy { transform: translateY(24px); }
  .portfolio-slide.active .portfolio-slide-copy,html[dir="rtl"] .portfolio-slide.active .portfolio-slide-copy { transform: translateY(0); }
  .portfolio-slide-copy h3 { font-size: 1.8rem; }
  .portfolio-slide-copy > p { font-size: .76rem; }
  .slide-chips { margin-bottom: 23px; }
  .portfolio-controls { min-height: 66px; gap: 10px; padding-inline: 12px; }
  .portfolio-arrow,.portfolio-toggle { width: 36px; height: 36px; }
  .portfolio-dots { gap: 5px; margin-inline: 0; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .product-image, .product-card.wide .product-image { height: 255px; }
  .catalogue-cta { align-items: flex-start; flex-direction: column; }
  .catalogue-cta .btn { width: 100%; }
  .brands .container { flex-direction: column; align-items: flex-start; gap: 20px; }
  .brands p { width: auto; }
  .brand-marquee { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 150px; }
  .rating-card { padding: 30px; }
  .contact-info { padding: 40px 25px; }
  .quote-form-wrap { margin: 10px; padding: 30px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .map-card { height: 155px; }
  .map-pin { left: 18%; }
  html[dir="rtl"] .map-pin { left: auto; right: 18%; }
  .map-label { width: 55%; padding: 17px; }
  .map-arrow { display: none; }
  .footer-main { grid-template-columns: repeat(2,1fr); gap: 40px 30px; }
  .footer-brand { grid-column: span 2; }
  .footer-contact { grid-column: span 2; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-float { width: 50px; height: 50px; min-height: 0; right: 16px; bottom: 17px; justify-content: center; padding: 0; }
  html[dir="rtl"] .whatsapp-float { right: auto; left: 16px; }
  .whatsapp-float span { display: none; }
  .back-top { right: 21px; bottom: 77px; }
  html[dir="rtl"] .back-top { right: auto; left: 21px; }
  .lightbox { padding: 15px; }
  .lightbox-close { right: 15px; top: 15px; }
  .lightbox-inner img { height: 60vh; }
  .modal { padding: 14px; }
  .modal-card { padding: 38px 23px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
