/*
Theme Name: Solutions Resource
Theme URI: https://solutionsresource.co/
Author: Solutions Resource
Description: قالب مخصص ثنائي اللغة لموقع Solutions Resource.
Version: 1.0.1
Text Domain: solutions-resource
Requires at least: 6.2
Requires PHP: 8.0
*/

:root {
  --wp-admin--admin-bar--height: 0px;
}

@font-face {
  font-family: "Alexandria Web";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/alexandria-arabic.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope Web";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --ink: #071525;
  --navy: #0b1d31;
  --navy-2: #132f4c;
  --slate: #58677a;
  --mist: #edf3f8;
  --line: rgba(15, 38, 60, 0.14);
  --gold: #f0c746;
  --gold-deep: #d8a620;
  --white: #ffffff;
  --sand: #f5f8fb;
  --shadow: 0 24px 60px rgba(7, 21, 37, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Alexandria Web", "Segoe UI", Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

button,
input,
textarea { font: inherit; }

button { cursor: pointer; }

.site-shell { overflow: clip; background: var(--white); }
.site-shell.is-en { font-family: "Manrope Web", "Segoe UI", Arial, sans-serif; }

.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(15, 38, 60, 0.09);
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(18px);
}

.site-header__inner { height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 134px; height: 55px; object-fit: contain; object-position: center; }

.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.55vw, 26px); flex: 1; }
.main-nav a { position: relative; color: #425369; font-size: 0.82rem; font-weight: 700; white-space: nowrap; transition: color .25s ease; }
.main-nav a::after { position: absolute; inset-inline-start: 0; bottom: -9px; width: 0; height: 2px; content: ""; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover, .main-nav a.is-current { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.is-current::after { width: 100%; }

.header-actions { display: flex; gap: 10px; align-items: center; flex: 0 0 auto; }
.language-switch { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); color: var(--navy); font-size: .73rem; font-weight: 800; border-radius: 50%; transition: background .2s, border-color .2s; }
.language-switch:hover { background: var(--gold); border-color: var(--gold); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 15px; background: var(--navy); color: white; font-size: .76rem; font-weight: 800; border-radius: 3px; transition: transform .2s, background .2s; }
.header-cta:hover { background: var(--navy-2); transform: translateY(-2px); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 11px; border: 1px solid var(--line); border-radius: 4px; background: white; }
.menu-toggle i { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.hero { position: relative; min-height: min(730px, calc(100vh - 84px)); display: grid; align-items: center; isolation: isolate; color: white; background: #06111e; }
.hero__image { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(5, 17, 31, .97) 0%, rgba(5, 17, 31, .83) 39%, rgba(5, 17, 31, .26) 78%), url("assets/brand/industrial-supply-hero.png") center / cover no-repeat; }
.is-ar .hero__image { background: linear-gradient(270deg, rgba(5, 17, 31, .97) 0%, rgba(5, 17, 31, .83) 39%, rgba(5, 17, 31, .26) 78%), url("assets/brand/industrial-supply-hero.png") center / cover no-repeat; }
.hero__grid { position: absolute; z-index: -2; inset: 0; opacity: .46; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 74%); }
.hero::after { position: absolute; z-index: -1; inset: auto 0 0; height: 34%; content: ""; background: linear-gradient(transparent, rgba(5,17,31,.88)); }
.hero__content { min-height: 570px; display: flex; align-items: center; justify-content: space-between; padding: 90px 0 120px; gap: 50px; }
.hero__copy { max-width: 635px; }
.hero__kicker { padding: 8px 12px; border: 1px solid rgba(240,199,70,.24); border-inline-start: 2px solid var(--gold); border-radius: 2px; background: rgba(5,17,31,.18); backdrop-filter: blur(5px); }
.hero__title { max-width: 760px; display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .16em; row-gap: .08em; margin: 19px 0 22px; font-size: clamp(2.5rem, 5.1vw, 5rem); font-weight: 750; line-height: 1.12; letter-spacing: -0.048em; }
.hero__title-main { display: inline-flex; align-items: center; white-space: nowrap; }
.hero__title-main + .hero__title-main::before { width: .15em; height: .15em; margin-inline: .16em; content: ""; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 .12em rgba(240,199,70,.14); }
.hero__title-support { flex-basis: 100%; margin-top: .08em; color: rgba(255,255,255,.74); font-size: .54em; font-weight: 560; line-height: 1.24; letter-spacing: -.025em; }
.is-en .hero__title { font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.02; }
.is-en .hero__title-support { font-size: .48em; letter-spacing: -.035em; }
.is-ar .hero__title, .is-ar .page-hero h1, .is-ar .section-heading h2, .is-ar .intro-section__lead h2, .is-ar .vision-card h2, .is-ar .story-statement p { letter-spacing: -0.025em; }
.hero__copy p { max-width: 570px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.25vw, 1.14rem); font-weight: 400; line-height: 1.9; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #6a7e92; font-size: .68rem; font-weight: 850; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.is-ar .eyebrow { letter-spacing: .04em; }
.eyebrow::before { width: 22px; height: 1px; content: ""; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 49px; padding: 0 19px; border: 1px solid transparent; border-radius: 3px; font-size: .84rem; font-weight: 800; transition: transform .24s, box-shadow .24s, background .24s, color .24s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(0,0,0,.18); }
.button:disabled { cursor: wait; opacity: .68; transform: none; box-shadow: none; }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: #f8d35c; }
.button--ghost { border-color: rgba(255,255,255,.4); color: white; }
.button--ghost:hover { background: white; color: var(--ink); }
.button--dark { background: var(--navy); color: white; }
.button--dark:hover { background: var(--navy-2); }
.button--light { background: white; color: var(--ink); }
.arrow { display: inline-block; font-size: 1.06rem; line-height: 1; transition: transform .25s; }
a:hover .arrow, button:hover .arrow { transform: translate(3px, -3px); }
.is-ar a:hover .arrow, .is-ar button:hover .arrow { transform: translate(-3px, -3px); }

.hero__seal { width: 198px; aspect-ratio: 1; display: grid; align-content: center; gap: 7px; padding: 27px; border: 1px solid rgba(240,199,70,.55); border-radius: 50%; background: rgba(8,22,39,.25); box-shadow: inset 0 0 0 12px rgba(255,255,255,.025); backdrop-filter: blur(5px); transform: rotate(-9deg); }
.hero__seal span { color: var(--gold); font-size: .6rem; font-weight: 800; letter-spacing: .11em; }
.hero__seal strong { font-size: 1.08rem; line-height: 1.32; }
.hero__seal i { width: 28px; height: 2px; margin-top: 9px; background: var(--gold); }
.hero__bottom { position: absolute; inset-inline: 0; bottom: 0; display: flex; justify-content: space-between; padding-bottom: 25px; color: rgba(255,255,255,.65); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.hero__bottom span { display: flex; align-items: center; gap: 10px; }
.hero__bottom span::before { width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--gold); }

.intro-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(260px, .72fr); gap: clamp(40px, 9vw, 150px); padding-block: clamp(88px, 12vw, 160px); align-items: end; }
.intro-section__lead h2 { max-width: 720px; margin: 16px 0 0; font-size: clamp(2rem, 3.45vw, 3.55rem); line-height: 1.22; letter-spacing: -.05em; }
.intro-section__body { padding-bottom: 5px; }
.intro-section__body p { margin: 0; color: var(--slate); font-size: 1rem; line-height: 2; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--navy); font-size: .84rem; font-weight: 850; }

.dark-section { padding: clamp(80px, 10vw, 132px) 0; color: white; background: #081a2d; }
.dark-section .section-heading h2 { color: white; }
.dark-section .section-heading p { color: rgba(255,255,255,.66); }
.section-heading { max-width: 740px; margin-bottom: 45px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 15px 0 13px; color: var(--ink); font-size: clamp(1.9rem, 3.35vw, 3.25rem); line-height: 1.18; letter-spacing: -.045em; }
.section-heading p { max-width: 620px; margin: 0; color: var(--slate); font-size: .98rem; line-height: 1.9; }
.section-heading--center p { margin-inline: auto; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.value-card { position: relative; min-height: 255px; display: flex; flex-direction: column; justify-content: space-between; gap: 25px; padding: 29px 30px 26px; border-inline-end: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); overflow: hidden; }
.value-card:first-child { border-inline-start: 1px solid rgba(255,255,255,.16); }
.value-card__number { color: var(--gold); font-size: .78rem; font-weight: 800; }
.value-card h3 { margin: 0 0 10px; color: white; font-size: 1.34rem; }
.value-card p { max-width: 300px; margin: 0; color: rgba(255,255,255,.65); font-size: .92rem; line-height: 1.8; }
.value-card__line { position: absolute; inset-inline-end: 0; bottom: 0; width: 0; height: 3px; background: var(--gold); transition: width .35s ease; }
.value-card:hover .value-card__line { width: 100%; }
.value-grid--light { border-color: var(--line); }
.value-grid--light .value-card { border-color: var(--line); background: #fafcfd; }
.value-grid--light .value-card h3 { color: var(--ink); }
.value-grid--light .value-card p { color: var(--slate); }

.services-preview { padding-block: clamp(90px, 12vw, 155px); }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.solution-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 26px; border: 1px solid var(--line); background: white; overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; }
.solution-card:hover { border-color: rgba(240,199,70,.8); box-shadow: var(--shadow); transform: translateY(-8px); }
.solution-card__top { display: flex; align-items: center; justify-content: space-between; color: #7b8b9c; font-size: .75rem; font-weight: 800; }
.orb { width: 31px; height: 31px; border: 1px solid #d5dde4; border-radius: 50%; background: radial-gradient(circle at 33% 32%, var(--gold) 0 15%, transparent 16%); }
.solution-card h3 { margin: auto 0 10px; max-width: 190px; font-size: 1.28rem; line-height: 1.35; }
.solution-card p { margin: 0; color: var(--slate); font-size: .87rem; line-height: 1.8; }
.solution-card > a { display: grid; place-items: center; width: 35px; height: 35px; margin-top: 24px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); }

.visual-story { padding: 0 0 clamp(86px, 11vw, 150px); }
.visual-story__grid { display: grid; grid-template-columns: minmax(260px, .84fr) minmax(340px, 1.22fr) minmax(170px, .55fr); align-items: stretch; gap: 14px; }
.visual-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 4vw, 54px); background: var(--mist); }
.visual-story__copy h2 { max-width: 460px; margin: 15px 0 13px; color: var(--navy); font-size: clamp(1.7rem, 2.65vw, 2.7rem); line-height: 1.3; letter-spacing: -.04em; }
.visual-story__copy p { max-width: 420px; margin: 0; color: var(--slate); font-size: .92rem; line-height: 1.9; }
.visual-story__media { position: relative; min-height: 350px; margin: 0; overflow: hidden; background: #0a1d30; }
.visual-story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.visual-story__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(5,18,31,.16), transparent 55%, rgba(240,199,70,.2)); pointer-events: none; }
.visual-story__media:hover img { transform: scale(1.065); filter: saturate(1.08); }
.visual-story__media--logistics { animation: visual-float 7s ease-in-out infinite; }
.visual-story__media--logistics img { object-position: 38% center; }
.visual-story__stack { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; }
.visual-story__media--technical { min-height: 0; animation: visual-float 7.7s ease-in-out -.8s infinite; }
.visual-story__media--technical img { object-position: left center; }
.visual-story__media--rfq { animation: visual-float 8.5s ease-in-out -1.5s infinite; }
.visual-story__media--rfq figcaption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; color: rgba(255,255,255,.88); font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.is-ar .visual-story__media--rfq figcaption { letter-spacing: .06em; }

.sectors-section { position: relative; isolation: isolate; padding: clamp(88px, 10vw, 138px) 0; overflow: hidden; color: white; background: #091d30; }
.sectors-section::before { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .52; background: url("assets/brand/sectors-industrial-atmosphere.webp") center / cover no-repeat; animation: sector-drift 20s ease-in-out infinite alternate; }
.sectors-section::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(115deg, rgba(4,17,30,.96) 0%, rgba(5,22,38,.84) 48%, rgba(4,16,28,.72)); }
.sectors-section .section-heading { position: relative; }
.sectors-section .section-heading h2 { color: white; }
.sectors-section .section-heading .eyebrow { color: var(--gold); }
.sectors-section .section-heading .eyebrow::before { background: var(--gold); }
.sector-strip { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-inline-start: 1px solid rgba(255,255,255,.22); }
.sector-strip__item { position: relative; isolation: isolate; min-height: 250px; display: grid; grid-template-rows: auto 1fr auto; gap: 16px; padding: 22px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.22); border-inline-end: 1px solid rgba(255,255,255,.22); background-color: #0b2338; background-image: linear-gradient(155deg, rgba(4,17,29,.9) 0%, rgba(5,22,38,.62) 58%, rgba(4,17,29,.83) 100%), var(--sector-image); background-position: center; background-size: cover; transition: transform .3s ease, box-shadow .3s ease, filter .3s ease; }
.sector-strip__item:hover { z-index: 1; box-shadow: 0 18px 35px rgba(0,0,0,.32); filter: saturate(1.08); transform: translateY(-7px); }
.sector-strip__item--oil { --sector-image: url("assets/brand/sector-oil-gas.webp"); }
.sector-strip__item--energy { --sector-image: url("assets/brand/sector-energy-utilities.webp"); }
.sector-strip__item--water { --sector-image: url("assets/brand/sector-water-treatment.webp"); }
.sector-strip__item--construction { --sector-image: url("assets/brand/sector-construction-contracting.webp"); }
.sector-strip__item--manufacturing { --sector-image: url("assets/brand/sector-manufacturing-operations.webp"); }
.sector-strip__item > span:first-child { color: rgba(255,255,255,.8); font-size: .7rem; font-weight: 800; line-height: 1.5; }
.sector-strip__item strong { align-self: end; max-width: 165px; margin: 0; color: white; font-size: 1.08rem; line-height: 1.6; text-shadow: 0 2px 12px rgba(0,0,0,.34); }
.sector-strip__item .arrow { justify-self: end; color: var(--gold); }

.partner-marquee-section { padding: clamp(72px, 9vw, 118px) 0; overflow: hidden; background: var(--mist); }
.partner-marquee-section--brands { padding-top: clamp(65px, 8vw, 104px); background: #fff; }
.partner-marquee-section__heading { max-width: 720px; margin-bottom: 29px; }
.partner-marquee-section__heading h2 { margin: 15px 0 12px; color: var(--navy); font-size: clamp(1.7rem, 2.95vw, 2.85rem); line-height: 1.28; letter-spacing: -.04em; }
.partner-marquee-section__heading p { max-width: 600px; margin: 0; color: var(--slate); font-size: .92rem; line-height: 1.9; }
.partner-marquee-section__note { margin: 18px auto 0; color: #7b8b9b; font-size: .7rem; line-height: 1.75; }
.partner-marquee { position: relative; direction: ltr; overflow: hidden; padding-block: 15px; border-block: 1px solid rgba(10,31,50,.12); background: rgba(255,255,255,.62); }
.partner-marquee__track { direction: ltr; display: flex; width: max-content; will-change: transform; backface-visibility: hidden; transform: translate3d(0,0,0); animation: partner-marquee-scroll 80s linear infinite; }
.partner-marquee__group { display: flex; flex: 0 0 auto; gap: 14px; padding-inline-end: 14px; }
.partner-marquee__group > div { flex: 0 0 auto; transform: translateZ(0); }
.partner-marquee:hover .partner-marquee__track { animation-play-state: paused; }
.brand-logo-tile { width: clamp(150px, 15vw, 205px); height: 88px; display: grid; place-items: center; padding: 13px 20px; border: 1px solid rgba(11,29,49,.14); border-radius: 2px; background: rgba(255,255,255,.95); box-shadow: 0 10px 28px rgba(10,32,51,.04); }
.brand-logo-tile__image { width: min(100%, 170px); height: 50px; object-fit: contain; }
.brand-logo-tile__wordmark { max-width: 100%; color: var(--navy); font-family: "Manrope Web", sans-serif; font-size: clamp(.96rem, 1.55vw, 1.28rem); font-weight: 900; letter-spacing: .035em; line-height: 1; white-space: nowrap; }
.brand-logo-tile__wordmark--mtl { color: #007c93; letter-spacing: .12em; }
.brand-logo-tile__wordmark--hirschmann { color: #1c3d75; font-size: clamp(.8rem, 1.35vw, 1.1rem); letter-spacing: .02em; }
.brand-logo-tile__wordmark--moxa { color: #007d72; letter-spacing: .14em; }
.brand-logo-tile__wordmark--ebm { color: #0478b6; font-size: clamp(.78rem, 1.2vw, 1rem); letter-spacing: .01em; }
.brand-logo-tile__wordmark--ytc { color: #d8252c; letter-spacing: .14em; }
.brand-logo-tile__wordmark--emerson { color: #235b91; font-style: italic; }
.brand-logo-tile__wordmark--fluke { padding: 6px 10px; background: #ffca0a; color: #0a0a0a; }
.brand-logo-tile__wordmark--festo { color: #0b61b4; letter-spacing: .07em; }
.brand-logo-tile__wordmark--asco { color: #1f5694; letter-spacing: .08em; }
.brand-logo-tile__wordmark--balluff { color: #df1227; }
.brand-logo-tile__wordmark--br { color: #151515; }

.success-partners { padding: clamp(72px, 9vw, 116px) 0; overflow: hidden; background: #fff; }
.success-partners--brands { background: var(--mist); }
.success-partners__heading { max-width: 720px; margin-bottom: 29px; }
.success-partners__heading h2 { margin: 15px 0 0; color: var(--navy); font-size: clamp(1.7rem, 2.95vw, 2.85rem); line-height: 1.28; letter-spacing: -.04em; }
.success-partners__marquee { position: relative; direction: ltr; overflow: hidden; padding-block: 18px; border-block: 1px solid rgba(10,31,50,.12); background: #f7fafc; }
.success-partners__track { direction: ltr; display: flex; width: max-content; will-change: transform; backface-visibility: hidden; transform: translate3d(0,0,0); animation: partner-marquee-scroll 92s linear infinite reverse; }
.success-partners__group { display: flex; flex: 0 0 auto; gap: 15px; padding-inline-end: 15px; }
.success-partners__marquee:hover .success-partners__track { animation-play-state: paused; }
.success-partners__item { width: clamp(190px, 19vw, 270px); height: 116px; display: grid; place-items: center; padding: 14px 22px; border: 1px solid rgba(11,29,49,.12); background: #fff; box-shadow: 0 7px 20px rgba(10,32,51,.045); transform: translateZ(0); }
.success-partners__item img { display: block; width: 100%; height: 78px; object-fit: contain; image-rendering: auto; transform: translateZ(0); }

.process-section { padding-block: clamp(90px, 12vw, 150px); }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; min-height: 212px; padding: 24px 25px 15px 0; border-top: 1px solid var(--line); }
.is-en .process-list li { padding: 24px 0 15px 25px; }
.process-list li:not(:last-child)::after { position: absolute; top: -2px; inset-inline-end: 0; width: 8px; height: 8px; content: ""; border-radius: 50%; background: var(--gold); }
.process-list span { color: #8492a1; font-size: .74rem; font-weight: 800; }
.process-list h3 { margin: 32px 0 8px; color: var(--navy); font-size: 1.24rem; }
.process-list p { max-width: 210px; margin: 0; color: var(--slate); font-size: .88rem; line-height: 1.78; }

.cta-band { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: clamp(55px,7vw,90px) max(32px, calc((100vw - 1180px) / 2)); color: white; overflow: hidden; background: linear-gradient(112deg, #0b1e32, #193b58); }
.cta-band__glow { position: absolute; top: -260px; inset-inline-end: 11%; width: 580px; height: 580px; border-radius: 50%; background: radial-gradient(circle, rgba(240,199,70,.25), transparent 64%); }
.cta-band__content { position: relative; max-width: 760px; }
.cta-band h2 { max-width: 690px; margin: 12px 0 10px; font-size: clamp(1.8rem,3.3vw,3.1rem); line-height: 1.2; letter-spacing: -.04em; }
.cta-band p { max-width: 710px; margin: 0; color: rgba(255,255,255,.7); font-size: .95rem; line-height: 1.9; }
.cta-band .button { position: relative; flex: 0 0 auto; }

.page-hero { position: relative; min-height: 390px; display: flex; align-items: end; padding: 115px 0 63px; overflow: hidden; color: white; background: linear-gradient(115deg, #071728, #102e49); }
.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent); }
.is-ar .page-hero::before { mask-image: linear-gradient(270deg, black, transparent); }
.page-hero__orb { position: absolute; border: 1px solid rgba(240,199,70,.35); border-radius: 50%; }
.page-hero__orb--one { width: 470px; height: 470px; inset-inline-end: -50px; bottom: -240px; }
.page-hero__orb--two { width: 290px; height: 290px; inset-inline-end: 170px; bottom: -175px; border-color: rgba(255,255,255,.14); }
.page-hero__content { position: relative; max-width: 880px; }
.page-hero h1 { max-width: 800px; margin: 15px 0; font-size: clamp(2.3rem,4.3vw,4rem); line-height: 1.14; letter-spacing: -.052em; }
.page-hero p { max-width: 715px; margin: 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.9; }
.page-hero__crumb { display: flex; gap: 8px; margin-top: 27px; color: rgba(255,255,255,.57); font-size: .72rem; }
.page-hero__crumb a:hover { color: var(--gold); }
.page-hero__crumb strong { color: white; font-weight: 700; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,10vw,170px); padding-block: clamp(85px,12vw,160px); }
.story-statement p { max-width: 500px; margin: 16px 0 0; color: var(--navy); font-size: clamp(1.65rem,3.1vw,2.8rem); font-weight: 730; line-height: 1.35; letter-spacing: -.04em; }
.story-copy { padding-top: 42px; }
.story-copy p { margin: 0 0 19px; color: var(--slate); font-size: .97rem; line-height: 2.05; }
.vision-section { padding: 0 0 clamp(86px,11vw,150px); }
.vision-grid { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 360px; }
.vision-card { display: flex; flex-direction: column; justify-content: end; padding: clamp(35px,5vw,70px); color: white; background: var(--navy); }
.vision-card h2 { max-width: 610px; margin: 16px 0 0; font-size: clamp(2rem,3.55vw,3.35rem); line-height: 1.22; letter-spacing: -.045em; }
.vision-card--muted { background: #eaf1f6; color: var(--ink); }
.vision-card--muted p { max-width: 385px; margin: 20px 0 0; color: var(--slate); font-size: 1rem; line-height: 2; }

.service-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); border-inline-start: 1px solid var(--line); border-top: 1px solid var(--line); margin-top: clamp(70px,10vw,120px); margin-bottom: clamp(65px,9vw,105px); }
.service-detail { position: relative; min-height: 310px; padding: 35px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: background .25s; }
.service-detail:hover { background: #fbfcfc; }
.service-detail__number { color: var(--gold-deep); font-size: .75rem; font-weight: 800; }
.service-detail h2 { margin: 36px 0 11px; font-size: 1.7rem; line-height: 1.3; }
.service-detail p { max-width: 440px; margin: 0; color: var(--slate); font-size: .94rem; line-height: 1.9; }
.service-detail__rule { width: 40px; height: 2px; margin-top: 23px; background: var(--gold); }
.service-detail__tag { position: absolute; top: 37px; inset-inline-end: 35px; color: #8997a4; font-size: .67rem; font-weight: 700; }
.supply-brief { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; padding: clamp(45px,6vw,75px); margin-bottom: clamp(80px,10vw,120px); background: var(--sand); }
.supply-brief__copy h2 { margin: 15px 0 0; color: var(--navy); font-size: clamp(1.65rem,2.7vw,2.5rem); line-height: 1.34; letter-spacing: -.04em; }
.supply-brief__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-content: center; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.supply-brief__list span { padding: 18px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-size: .88rem; font-weight: 700; }

.sector-detail-list { padding-block: clamp(70px,10vw,130px); }
.sector-detail { display: grid; grid-template-columns: 80px minmax(170px,.75fr) minmax(280px,1.25fr) auto; align-items: center; gap: 26px; min-height: 145px; border-top: 1px solid var(--line); }
.sector-detail:last-child { border-bottom: 1px solid var(--line); }
.sector-detail > span { color: var(--gold-deep); font-size: .76rem; font-weight: 800; }
.sector-detail h2 { margin: 0; color: var(--navy); font-size: 1.48rem; }
.sector-detail p { margin: 0; color: var(--slate); font-size: .93rem; line-height: 1.85; }
.sector-detail a { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .78rem; font-weight: 800; white-space: nowrap; }
.industry-note { padding: clamp(75px,10vw,130px) 0; color: white; text-align: center; background: linear-gradient(125deg,#07182b,#173956); }
.industry-note > div { display: flex; flex-direction: column; align-items: center; }
.industry-note h2 { max-width: 720px; margin: 15px 0 28px; font-size: clamp(1.9rem,3.35vw,3.2rem); line-height: 1.27; letter-spacing: -.045em; }

.catalogue-section { padding-block: clamp(72px,10vw,130px); }
.catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.catalogue-toolbar p { margin: 0; color: var(--navy); font-size: 1.35rem; font-weight: 760; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter-row button { min-height: 35px; padding: 0 12px; border: 1px solid var(--line); border-radius: 18px; background: white; color: #607086; font-size: .72rem; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.filter-row button:hover, .filter-row button.is-active { border-color: var(--navy); background: var(--navy); color: white; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.catalogue-card { min-height: 330px; display: flex; flex-direction: column; padding: 25px; border-bottom: 1px solid var(--line); border-inline-end: 1px solid var(--line); background: white; transition: background .25s; }
.catalogue-card:hover { background: var(--sand); }
.catalogue-card__code { color: var(--gold-deep); font-size: .75rem; font-weight: 850; }
.catalogue-card h2 { margin: auto 0 10px; color: var(--navy); font-size: 1.42rem; line-height: 1.32; }
.catalogue-card p { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.87; }
.catalogue-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--navy); font-size: .77rem; font-weight: 800; }
.catalogue-request { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: clamp(32px,5vw,60px); margin-top: 27px; background: var(--mist); }
.catalogue-request h2 { margin: 12px 0 8px; color: var(--navy); font-size: clamp(1.5rem,2.65vw,2.35rem); line-height: 1.28; letter-spacing: -.03em; }
.catalogue-request p { max-width: 630px; margin: 0; color: var(--slate); font-size: .91rem; line-height: 1.8; }
.catalogue-request .button { flex: 0 0 auto; }

.brands-section { padding-block: clamp(76px,11vw,145px); }
.brands-intro { max-width: 800px; margin-bottom: 48px; }
.brands-intro h2 { margin: 14px 0 0; color: var(--navy); font-size: clamp(2rem,3.4vw,3.2rem); line-height: 1.22; letter-spacing: -.04em; }
.brand-family-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.brand-family { min-height: 265px; padding: 27px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.brand-family:hover { background: var(--sand); }
.brand-family > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); font-size: .77rem; font-weight: 800; }
.brand-family h3 { margin: 45px 0 9px; color: var(--navy); font-size: 1.1rem; line-height: 1.4; }
.brand-family p { margin: 0; color: var(--slate); font-size: .85rem; line-height: 1.8; }
.brands-assurance { display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 29px; padding: 28px; margin-top: 26px; background: #0a1d30; color: white; }
.brands-assurance__mark { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(240,199,70,.7); border-radius: 50%; color: var(--gold); font-size: 1rem; font-weight: 800; }
.brands-assurance h3 { margin: 0 0 7px; font-size: 1.22rem; }
.brands-assurance p { max-width: 580px; margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.75; }

.rfq-layout { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(500px,1.32fr); gap: clamp(30px,6vw,85px); padding-block: clamp(70px,10vw,130px); }
.rfq-aside { position: relative; align-self: start; padding: 31px; overflow: hidden; color: white; background: #081a2d; }
.rfq-aside__image { position: absolute; z-index: 0; inset: 0; opacity: .46; background: linear-gradient(180deg, rgba(5,17,30,.88) 0%, rgba(5,17,30,.54) 48%, rgba(5,17,30,.93) 100%), url("assets/brand/rfq-procurement-visual.webp") center / cover no-repeat; transform: scale(1.04); animation: rfq-pan 18s ease-in-out infinite alternate; }
.rfq-aside__content { position: relative; z-index: 1; }
.rfq-aside h2 { margin: 16px 0 25px; font-size: clamp(1.55rem,2.6vw,2.35rem); line-height: 1.34; letter-spacing: -.03em; }
.rfq-aside ul { margin: 0; padding: 0; list-style: none; }
.rfq-aside li { position: relative; padding: 14px 0 14px 15px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.77); font-size: .86rem; line-height: 1.7; }
.is-ar .rfq-aside li { padding: 14px 15px 14px 0; }
.rfq-aside li::before { position: absolute; top: 25px; inset-inline-start: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--gold); }
.rfq-aside__contact { display: flex; flex-direction: column; gap: 5px; margin-top: 31px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.6); font-size: .72rem; }
.rfq-aside__contact a { color: var(--gold); font-size: .87rem; font-weight: 800; }
.rfq-aside__social { display: flex; gap: 9px; margin-top: 12px; }
.rfq-aside__social a, .contact-social a { display: grid; place-items: center; }
.rfq-aside__social a, .contact-social a { width: 38px; height: 38px; border: 1px solid rgba(240,199,70,.72); border-radius: 50%; color: var(--gold); font-size: 1.1rem; transition: transform .22s ease, background .22s ease, color .22s ease; }
.rfq-aside__social a:hover, .contact-social a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.rfq-form { padding: clamp(22px,4vw,45px); border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 45px rgba(10,32,51,.04); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { margin-top: 18px; }
.field > span { color: #53657a; font-size: .76rem; font-weight: 750; }
.field b { color: var(--gold-deep); }
.field input, .field textarea { width: 100%; border: 1px solid #d9e0e5; outline: none; border-radius: 2px; background: #fcfdfe; color: var(--ink); font-size: .9rem; transition: border-color .2s, box-shadow .2s; }
.field input { height: 47px; padding: 0 12px; }
.field textarea { min-height: 116px; padding: 12px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(240,199,70,.16); }
.upload-field { display: flex; align-items: center; gap: 13px; min-height: 77px; padding: 13px; margin-top: 18px; border: 1px dashed #b6c2cc; background: #fafcfd; cursor: pointer; transition: border-color .2s, background .2s; }
.upload-field:hover { border-color: var(--gold-deep); background: #f7fafc; }
.upload-field input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.upload-field__icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); font-size: 1.2rem; }
.upload-field strong, .upload-field small { display: block; }
.upload-field strong { color: var(--navy); font-size: .84rem; }
.upload-field small { margin-top: 4px; color: #8593a0; font-size: .72rem; }
.file-list { margin: 10px 0 0; color: #66778a; font-size: .77rem; line-height: 1.7; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.form-footer p { max-width: 470px; margin: 0; color: #778696; font-size: .72rem; line-height: 1.75; }
.form-success { margin: 16px 0 0; color: #19724a; font-size: .82rem; font-weight: 700; }
.form-error { margin: 16px 0 0; color: #b33232; font-size: .82rem; font-weight: 700; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.contact-layout { display: grid; grid-template-columns: minmax(290px,.85fr) minmax(420px,1.15fr); gap: clamp(35px,8vw,120px); padding-block: clamp(75px,10vw,135px); }
.contact-details { padding-top: 3px; }
.contact-method { display: flex; flex-direction: column; gap: 5px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-method:first-of-type { margin-top: 17px; border-top: 1px solid var(--line); }
.contact-method span { color: #8190a0; font-size: .7rem; font-weight: 800; }
.contact-method a { color: var(--navy); font-size: .98rem; font-weight: 720; line-height: 1.55; }
.contact-method a:hover { color: #b78709; }
.contact-method--social { gap: 10px; }
.contact-social { display: flex; gap: 9px; }
.contact-social a { border-color: rgba(11,29,49,.32); color: var(--navy); }
.contact-note { margin-top: 24px; padding: 18px; border-inline-start: 2px solid var(--gold); background: var(--sand); color: var(--slate); font-size: .83rem; line-height: 1.8; }
.contact-form { display: flex; flex-direction: column; gap: 17px; padding: clamp(25px,4.5vw,50px); background: var(--mist); }
.contact-form .button { align-self: flex-start; margin-top: 4px; }
.contact-map { position: relative; height: 360px; display: grid; place-items: center; overflow: hidden; color: white; background: #0e2a43; }
.contact-map::before { position: absolute; inset: 0; content: ""; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.18) 1px, transparent 1px); background-size: 45px 45px; transform: rotate(-8deg) scale(1.2); }
.contact-map__grid { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(240,199,70,.6); border-radius: 50%; box-shadow: 0 0 0 80px rgba(240,199,70,.04), 0 0 0 160px rgba(240,199,70,.035); }
.contact-map__pin { position: relative; width: min(480px, calc(100% - 40px)); padding: 35px; text-align: center; border: 1px solid rgba(255,255,255,.18); background: rgba(8,28,47,.75); backdrop-filter: blur(12px); }
.contact-map__pin span { display: inline-grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; }
.contact-map__pin p { margin: 14px 0 7px; font-size: 1.1rem; font-weight: 750; }
.contact-map__pin a { color: var(--gold); font-size: .78rem; font-weight: 800; }

.whatsapp-float { position: fixed; z-index: 30; inset-inline-end: 20px; bottom: 21px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #1d9b68; color: white; box-shadow: 0 10px 24px rgba(8,32,25,.27); font-size: 1.45rem; transition: transform .25s, box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(8,32,25,.32); }

.site-footer { color: white; background: #071525; }
.site-footer__top { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,10vw,150px); padding-block: 68px 55px; }
.footer-brand img { width: 145px; height: 74px; object-fit: contain; object-position: center; filter: brightness(0) invert(1) contrast(.85); opacity: .98; }
.footer-brand p { max-width: 360px; margin: 17px 0; color: rgba(255,255,255,.65); font-size: .86rem; line-height: 1.85; }
.footer-nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; }
.footer-nav div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-nav h3 { margin: 0 0 8px; color: var(--gold); font-size: .64rem; font-weight: 850; letter-spacing: .13em; }
.footer-nav a { color: rgba(255,255,255,.7); font-size: .82rem; line-height: 1.5; transition: color .2s; }
.footer-nav a:hover { color: white; }
.footer-contact-list { margin-top: 4px; }
.footer-contact-list a { color: var(--gold); font-weight: 780; }
.footer-contact-list .footer-contact-phone { color: white; font-size: .93rem; font-weight: 850; letter-spacing: .015em; }
.footer-contact-list .footer-contact-phone:hover { color: var(--gold); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 19px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.43); font-size: .68rem; }
.site-footer__bottom a { color: var(--gold); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .68s cubic-bezier(.2,.8,.2,1), transform .68s cubic-bezier(.2,.8,.2,1); }
.reveal.reveal--up { transform: translateY(30px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes visual-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes sector-drift {
  from { transform: scale(1.03) translate3d(-.6%, 0, 0); }
  to { transform: scale(1.1) translate3d(.8%, -1%, 0); }
}

@keyframes rfq-pan {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.1) translateY(-1.2%); }
}

@keyframes partner-marquee-scroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

@media (max-width: 1080px) {
  .site-header__inner { gap: 17px; }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: .73rem; }
  .header-cta { padding: 0 10px; font-size: .7rem; }
  .solution-grid { grid-template-columns: repeat(2,1fr); }
  .visual-story__grid { grid-template-columns: minmax(230px, .78fr) minmax(300px, 1.15fr) minmax(140px, .48fr); }
  .sector-strip { grid-template-columns: repeat(3,1fr); }
  .process-list { grid-template-columns: repeat(2,1fr); gap: 22px 45px; }
  .process-list li:nth-child(2)::after { display: none; }
  .catalogue-grid { grid-template-columns: repeat(2,1fr); }
  .brand-family-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 40px, 680px); }
  .site-header__inner { height: 70px; justify-content: space-between; }
  .brand img { width: 111px; height: 48px; }
  .main-nav { position: fixed; top: 70px; inset-inline: 0; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 23px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 18px 30px rgba(7,21,37,.1); opacity: 0; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero { min-height: 680px; }
  .hero__content { min-height: 620px; padding: 100px 0 115px; align-items: end; }
  .hero__image, .is-ar .hero__image { background: linear-gradient(180deg, rgba(5,17,31,.25), rgba(5,17,31,.94) 78%), url("assets/brand/industrial-supply-hero.png") 66% center / cover no-repeat; }
  .hero__copy { max-width: 590px; }
  .hero__seal { position: absolute; top: 122px; inset-inline-end: 0; width: 130px; padding: 17px; }
  .hero__seal strong { font-size: .8rem; }
  .hero__bottom { display: none; }
  .intro-section, .story-section, .supply-brief, .contact-layout, .visual-story__grid { grid-template-columns: 1fr; }
  .intro-section { gap: 28px; }
  .intro-section__body { padding: 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:first-child { min-height: 0; border-inline-start: 1px solid rgba(255,255,255,.16); }
  .value-grid--light .value-card { border-color: var(--line); }
  .sector-strip { grid-template-columns: repeat(2,1fr); }
  .sector-strip__item { min-height: 205px; }
  .visual-story__media { min-height: 300px; }
  .visual-story__stack { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .visual-story__media--technical { min-height: 230px; }
  .visual-story__media--rfq { min-height: 260px; }
  .visual-story__media--rfq img { object-position: center 64%; }
  .process-list { grid-template-columns: 1fr; gap: 0; }
  .process-list li { min-height: 0; padding: 23px 0 24px; }
  .process-list li::after { display: none; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 52px 20px; }
  .page-hero { min-height: 340px; padding: 97px 0 49px; }
  .vision-grid, .service-detail-grid { grid-template-columns: 1fr; }
  .vision-card { min-height: 255px; }
  .service-detail { min-height: 280px; }
  .sector-detail { grid-template-columns: 46px 1fr; gap: 15px; padding: 24px 0; }
  .sector-detail p { grid-column: 2; }
  .sector-detail a { grid-column: 2; }
  .catalogue-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-row { justify-content: flex-start; }
  .catalogue-request, .brands-assurance { flex-direction: column; align-items: flex-start; }
  .brands-assurance { display: flex; }
  .rfq-layout { grid-template-columns: 1fr; }
  .rfq-aside { padding: 25px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 32px, 520px); }
  .hero { min-height: 650px; }
  .hero__content { min-height: 590px; padding: 88px 0 70px; }
  .hero__title { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .is-en .hero__title { font-size: clamp(2.1rem, 10vw, 3rem); }
  .hero__kicker { padding: 7px 10px; font-size: .63rem; }
  .hero__title-support { margin-top: .15em; font-size: .57em; }
  .hero__copy p { font-size: .91rem; line-height: 1.85; }
  .hero__seal { display: none; }
  .hero__actions { margin-top: 26px; }
  .button { width: 100%; min-height: 47px; }
  .hero__actions .button { width: auto; }
  .solution-grid, .catalogue-grid, .brand-family-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 280px; }
  .sector-strip { grid-template-columns: 1fr 1fr; }
  .sector-strip__item { min-height: 180px; gap: 11px; padding: 15px; }
  .sector-strip__item strong { font-size: .97rem; line-height: 1.55; }
  .brand-logo-tile { width: 142px; height: 72px; padding: 10px 14px; }
  .brand-logo-tile__image { height: 40px; }
  .brand-logo-tile__wordmark { font-size: .9rem; }
  .success-partners__item { width: 164px; height: 86px; padding: 12px 17px; }
  .success-partners__item img { height: 56px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .contact-map { height: 300px; }
  .contact-map__pin { padding: 23px; }
  .site-footer__bottom { flex-wrap: wrap; }
  .whatsapp-float { inset-inline-end: 14px; bottom: 14px; width: 46px; height: 46px; }
}

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

/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
.site-main { min-height: 50vh; }
.sr-screen-reader { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sr-form-message[hidden] { display: none; }
.sr-form-message { margin: 16px 0 0; color: #19724a; font-size: .82rem; font-weight: 700; }
.sr-form-message.is-error { color: #b33232; }
.site-header button { appearance: none; }
.site-header .language-switch { font-family: inherit; }
.main-nav__link { border: 0; background: transparent; padding: 0; }
.main-nav__link.is-current { color: var(--ink); }
.brand img, .footer-brand img { display: block; }
.button svg { width: 1.1em; height: 1.1em; fill: currentColor; }
.whatsapp-float svg { width: 1em; height: 1em; fill: currentColor; }
.footer-brand__social svg, .rfq-aside__social svg, .contact-social svg { width: 1em; height: 1em; fill: currentColor; }
.wp-block-image img { max-width: 100%; height: auto; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
