@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

@font-face {
  font-family: "El Messiri";
  src: url("../fonts/ElMessiri-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --red: #e2212b;
  --red-dark: #bd151e;
  --navy: #242972;
  --navy-deep: #111735;
  --ink: #111827;
  --muted: #667085;
  --paper: #f6f4ef;
  --white: #fff;
  --line: rgba(17, 24, 39, .14);
  --shadow: 0 28px 70px rgba(17, 23, 53, .13);
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "El Messiri", Tahoma, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
[dir="ltr"] body { font-family: Arial, Helvetica, sans-serif; }
body.menu-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 1000; top: 12px; inset-inline-start: 12px; width: auto; height: auto; padding: 12px 18px; overflow: visible; clip: auto; color: var(--navy-deep); background: #fff; }
.admin-bar .site-header { top: 32px; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 130px; }
.section-tight { padding-block: 92px; }
.surface-white { background: var(--white); }
.surface-navy { background: var(--navy-deep); color: var(--white); }
.muted { color: var(--muted); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.inner-header { background: rgba(17, 23, 53, .96); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.nav-wrap { height: 96px; display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: 34px; border-bottom: 1px solid rgba(255,255,255,.2); }
.scrolled .nav-wrap, .inner-header .nav-wrap { border-bottom-color: transparent; height: 82px; }
.brand { width: 126px; align-self: center; background: transparent; padding: 0; border-radius: 0; box-shadow: none; transition: width .3s; }
.scrolled .brand, .inner-header .brand { width: 108px; }
.brand img { width: 100%; }
.site-header:not(.scrolled):not(.inner-header) .brand img, .footer-brand img { filter: brightness(0) invert(1); }
.site-header.scrolled .brand img, .site-header.inner-header .brand img { filter: none; }
.main-nav { display: flex; justify-content: center; align-items: stretch; gap: clamp(18px, 2.6vw, 40px); font-size: 13px; font-weight: 800; }
.main-nav a { position: relative; padding-block: 39px 35px; opacity: .72; transition: opacity .2s; white-space: nowrap; }
.scrolled .main-nav a, .inner-header .main-nav a { padding-block: 31px 27px; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -1px; height: 3px; background: var(--red); transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover, .main-nav a.active { opacity: 1; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { min-width: 54px; height: 40px; padding-inline: 13px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-weight: 900; }
.nav-cta { height: 42px; padding-inline: 18px; display: flex; align-items: center; gap: 22px; background: var(--red); border-radius: 3px; font-size: 12px; font-weight: 900; }
.nav-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 12px; }
.menu-toggle i { display: block; width: auto; height: auto; margin: 0; background: none; font-size: 21px; }
.menu-toggle.is-open i::before { content: "\f00d"; }
.footer-top i { margin-inline-end: 6px; }

.hero { min-height: 900px; position: relative; overflow: hidden; color: #fff; background: #18203c var(--hero-image, url("../img/hero-warehouse.webp")) center 50% / cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-youtube { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; transform: translate(-50%, -50%); border: 0; pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,25,.18), rgba(4,8,25,.84)); }
[dir="ltr"] .hero-overlay { background: linear-gradient(270deg, rgba(4,8,25,.18), rgba(4,8,25,.84)); }
.hero-overlay::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,8,25,.58), transparent 25%, rgba(4,8,25,.34)); }
.hero-content { position: relative; z-index: 2; padding-top: 225px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 14px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 42px; height: 2px; background: currentColor; }
.eyebrow.light { color: #fff; }
.hero h1 { max-width: 930px; margin: 0; font-size: clamp(58px, 7.2vw, 106px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
[dir="ar"] .hero h1 { letter-spacing: -.03em; }
.hero h1 span { display: block; }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.95; }
.button-row { margin-top: 38px; display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; border-radius: 3px; border: 1px solid transparent; font-size: 13px; font-weight: 900; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: #fff; }
.button.primary:hover { background: var(--red-dark); }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(11,18,47,.18); backdrop-filter: blur(8px); }
.button.dark { color: #fff; background: var(--navy-deep); }
.button.light { color: var(--navy); background: #fff; }
.button.outline { color: var(--navy); border-color: rgba(36,41,114,.35); }
.hero-stats { position: absolute; z-index: 2; inset-inline: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 195px) 1fr; gap: 34px; align-items: end; padding-block: 28px; border-top: 1px solid rgba(255,255,255,.22); }
.stat { display: flex; flex-direction: column; gap: 5px; }
.stat strong { font-size: 27px; line-height: 1; }
.stat span { color: rgba(255,255,255,.64); font-size: 11px; }
.scroll-note { justify-self: end; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .22em; }
.scroll-note::before { content: ""; width: 48px; height: 1px; background: currentColor; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 9vw, 140px); align-items: center; }
.section-copy h2, .section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 5vw, 70px); line-height: 1.08; letter-spacing: -.045em; }
[dir="ar"] .section-copy h2, [dir="ar"] .section-heading h2 { letter-spacing: -.025em; }
.section-copy h2 span { display: block; }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow) { max-width: 620px; margin: 28px 0; color: var(--muted); font-size: 15px; line-height: 2; }
.text-link { display: inline-flex; gap: 32px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 900; }
.image-stack { min-height: 590px; position: relative; }
.image-main { width: 82%; height: 530px; margin-inline-start: auto; object-fit: cover; }
.image-float { width: 46%; height: 270px; position: absolute; inset-inline-start: 0; bottom: -30px; object-fit: cover; border: 10px solid var(--paper); }
.round-stamp { width: 124px; aspect-ratio: 1; position: absolute; inset-inline-end: -24px; top: -28px; display: grid; place-content: center; border-radius: 50%; background: var(--red); color: #fff; text-align: center; font-size: 12px; letter-spacing: .1em; transform: rotate(7deg); box-shadow: var(--shadow); }
.round-stamp strong { font-size: 25px; }

.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 54px; }
.section-heading > div { max-width: 760px; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.sector-card { min-height: 420px; position: relative; overflow: hidden; background: #1c2645; color: #fff; }
.sector-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s; }
.sector-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 26%, rgba(8,13,34,.9)); }
.sector-card:hover img { transform: scale(1.045); }
.sector-content { position: absolute; z-index: 2; inset: auto 28px 28px; }
[dir="rtl"] .sector-content { text-align: right; }
.sector-index { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; margin-bottom: 18px; font-size: 10px; }
.sector-content h3 { margin: 0 0 10px; font-size: 20px; }
.sector-content p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.8; }

.partners-preview { overflow: hidden; }
.partner-strip, .partners-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-card { min-width: 0; min-height: 150px; padding: 18px 14px 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; background: #fff; border: 1px solid rgba(17,24,39,.1); transition: transform .25s, box-shadow .25s; }
.partner-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(17,23,53,.1); }
.partner-card img { width: 100%; height: 82px; object-fit: contain; mix-blend-mode: multiply; }
.partner-card span { max-width: 100%; overflow: hidden; color: #7a8291; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.partner-card:not(:has(span)) { padding-block: 22px; }
.partner-card:not(:has(span)) img { height: 96px; }

.bulletin-feature { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 650px; background: var(--navy); color: #fff; }
.bulletin-cover-wrap { position: relative; padding: 60px 40px 0; background: #e8e8e5; overflow: hidden; }
.bulletin-cover { width: min(390px, 85%); margin: auto; box-shadow: 0 24px 60px rgba(17,23,53,.28); transform: rotate(-2deg) translateY(20px); }
[dir="rtl"] .bulletin-cover { transform: rotate(2deg) translateY(20px); }
.bulletin-copy { padding: clamp(55px, 8vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.bulletin-copy .eyebrow { color: #fff; }
.bulletin-copy h2 { margin: 0; font-size: clamp(45px, 6vw, 82px); line-height: 1.02; letter-spacing: -.045em; }
.bulletin-copy p { max-width: 560px; color: rgba(255,255,255,.72); line-height: 2; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 14px; }
.gallery-grid figure { margin: 0; overflow: hidden; position: relative; }
.gallery-grid figure:first-child { grid-row: 1 / span 2; }
.gallery-grid figure:nth-child(2) { grid-column: 2 / span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.035); }

.cta-band { padding-block: 90px; background: var(--red); color: #fff; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-band h2 { margin: 0 0 12px; font-size: clamp(38px, 5vw, 66px); line-height: 1.1; }
.cta-band p { margin: 0; max-width: 650px; color: rgba(255,255,255,.78); line-height: 1.8; }

.page-hero { min-height: 620px; position: relative; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--navy-deep) var(--page-bg) center / cover no-repeat; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,28,.25), rgba(5,9,28,.88)); }
[dir="ltr"] .page-hero::after { background: linear-gradient(270deg, rgba(5,9,28,.25), rgba(5,9,28,.88)); }
.page-hero-content { position: relative; z-index: 2; padding-block: 190px 85px; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(55px, 7vw, 96px); line-height: 1; letter-spacing: -.05em; }
[dir="ar"] .page-hero h1 { letter-spacing: -.025em; }
.page-hero p:last-child { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.9; }
.about-hero { --page-bg: url("../img/facility-sign.webp"); }
.partners-hero { --page-bg: url("../img/warehouse-stock.webp"); }
.bulletin-hero { --page-bg: url("../img/retail-food.webp"); }
.contact-hero { --page-bg: url("../img/retail-sign.webp"); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.story-media { position: sticky; top: 120px; }
.story-media img { width: 100%; height: 650px; object-fit: cover; }
.story-copy h2 { margin: 0 0 28px; color: var(--navy); font-size: clamp(42px, 5vw, 68px); line-height: 1.1; }
.story-copy > p { color: var(--muted); line-height: 2.1; }
.metric-row { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.metric { padding: 26px 18px; border-inline-end: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong { display: block; color: var(--red); font-size: 31px; }
.metric span { color: var(--muted); font-size: 11px; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vision-card { min-height: 330px; padding: 52px; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.vision-card:nth-child(2) { background: var(--navy); color: #fff; }
.vision-number { color: var(--red); font-size: 12px; letter-spacing: .15em; }
.vision-card h3 { margin: 50px 0 18px; font-size: 35px; }
.vision-card p { margin: 0; color: var(--muted); line-height: 2; }
.vision-card:nth-child(2) p { color: rgba(255,255,255,.7); }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.value-card { min-height: 270px; padding: 28px; background: #fff; border-top: 4px solid var(--navy); }
.value-card:nth-child(2n) { border-color: var(--red); }
.value-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: rgba(226,33,43,.08); font-weight: 900; }
.value-card h3 { margin: 55px 0 12px; color: var(--navy); font-size: 18px; }
.value-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.leader-card { min-height: 260px; padding: 34px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(145deg, #fff, #ecebea); border: 1px solid var(--line); }
.leader-avatar { width: 112px; height: 112px; display: grid; place-items: end center; overflow: hidden; color: var(--navy); background: rgba(36,41,114,.07); border-radius: 50%; }
.leader-avatar i { font-size: 76px; transform: translateY(8px); }
.leader-card h3 { margin: 25px 0 6px; color: var(--navy); }
.leader-card p { margin: 0; color: var(--red); font-size: 11px; font-weight: 900; }

.company-gallery-section { background: #f4f3f1; }
.company-gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 14px; }
.company-gallery figure { grid-column: span 4; position: relative; overflow: hidden; margin: 0; }
.company-gallery figure:nth-child(1), .company-gallery figure:nth-child(6) { grid-column: span 8; grid-row: span 2; }
.company-gallery figure:nth-child(4), .company-gallery figure:nth-child(9) { grid-column: span 5; }
.company-gallery figure:nth-child(5), .company-gallery figure:nth-child(8) { grid-column: span 7; }
.company-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.company-gallery figure:hover img { transform: scale(1.035); }

.partners-grid { grid-template-columns: repeat(5, 1fr); }
.partners-grid .partner-card { min-height: 190px; }
.partners-grid .partner-card img { height: 105px; }

.bulletin-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: center; }
.bulletin-poster { position: relative; padding: 45px; background: #e8e8e5; }
.bulletin-poster img { width: min(440px, 100%); margin: auto; box-shadow: var(--shadow); }
.edition-badge { position: absolute; top: 24px; inset-inline-end: 24px; padding: 10px 14px; color: #fff; background: var(--red); font-size: 10px; font-weight: 900; }
.bulletin-details h2 { margin: 0; color: var(--navy); font-size: clamp(44px, 5vw, 68px); }
.edition-title { margin-top: 28px; color: var(--ink); font-size: 22px; font-weight: 900; }
.edition-period { display: inline-block; margin-top: 8px; padding: 9px 13px; background: rgba(36,41,114,.08); color: var(--navy); font-size: 12px; font-weight: 900; }
.bulletin-details > p { color: var(--muted); line-height: 2; }
.category-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.category-list span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.pdf-panel { background: #dfe1e5; }
.pdf-toolbar { padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; background: var(--navy-deep); color: #fff; }
.pdf-toolbar h2 { margin: 0; font-size: 17px; }
.pdf-toolbar a { color: #fff; font-size: 11px; font-weight: 900; }
.pdf-frame { width: 100%; height: 820px; border: 0; background: #fff; }
.pdf-note { display: none; padding: 18px; color: var(--muted); background: #fff; font-size: 12px; }
.bulletin-empty { min-height: 360px; padding: 60px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.bulletin-empty-icon { width: 88px; height: 88px; margin-bottom: 24px; display: grid; place-items: center; color: var(--red); background: rgba(226,33,43,.08); border-radius: 50%; font-size: 38px; }
.bulletin-empty h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(30px, 4vw, 52px); }
.bulletin-empty p { margin: 0; color: var(--muted); font-size: 16px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-column h2, .form-card h2 { margin: 0 0 35px; color: var(--navy); font-size: clamp(38px, 4vw, 55px); }
.contact-list { display: grid; gap: 10px; }
.contact-item { padding: 24px; display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); }
.contact-symbol { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(226,33,43,.08); color: var(--red); font-size: 11px; font-weight: 900; }
.contact-item small { display: block; margin-bottom: 5px; color: var(--muted); }
.contact-item strong { font-size: 14px; }
.department-box { margin-top: 28px; padding: 28px; color: #fff; background: var(--navy); }
.department-box h3 { margin: 0 0 18px; }
.department-line { padding-block: 13px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }
.map-card { margin-top: 28px; min-height: 280px; position: relative; padding: 30px; display: flex; flex-direction: column; justify-content: end; color: #fff; background: url("../img/facility-sign.webp") center / cover; overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(17,23,53,.9)); }
.map-card > * { position: relative; z-index: 1; }
.map-card h3 { margin: 0 0 8px; }
.map-card p { margin: 0 0 15px; color: rgba(255,255,255,.75); }
.form-card { padding: 44px; background: #fff; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--muted); font-size: 11px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); background: #fafafa; padding: 14px 15px; outline: none; transition: border .2s, background .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--navy); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.form-card .button { width: 100%; margin-top: 18px; }
.form-note { color: var(--muted); font-size: 10px; line-height: 1.7; }
.form-toast { position: fixed; z-index: 200; inset-inline: 24px; bottom: 24px; max-width: 520px; margin-inline-start: auto; padding: 18px 22px; color: #fff; background: var(--navy-deep); transform: translateY(140%); transition: transform .3s; box-shadow: var(--shadow); }
.form-toast.show { transform: translateY(0); }

.site-footer { padding-top: 80px; color: #fff; background: var(--navy-deep); }
.footer-top { display: grid; grid-template-columns: 1.5fr .7fr 1fr .65fr; gap: 70px; padding-bottom: 55px; }
.footer-brand img { width: 130px; padding: 0; background: transparent; border-radius: 0; }
.footer-brand p { max-width: 340px; margin-top: 22px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.9; }
.footer-top h3 { margin: 0 0 22px; font-size: 14px; }
.footer-top > div:not(.footer-brand) > a, .footer-top > div:not(.footer-brand) > p { display: block; margin: 0 0 12px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.8; }
.footer-top a:hover { color: #fff !important; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 38px; height: 38px; display: grid !important; place-items: center; margin: 0 !important; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff !important; font-size: 10px !important; font-weight: 900; }
.footer-bottom { padding-block: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s, transform .65s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } .hero-video, .hero-youtube { display: none; } }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

@media (max-width: 1040px) {
  .nav-wrap { grid-template-columns: 110px 1fr auto; gap: 18px; }
  .brand { width: 104px; }
  .main-nav { gap: 17px; font-size: 11px; }
  .nav-cta { display: none; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-strip { grid-template-columns: repeat(3, 1fr); }
  .partners-grid { grid-template-columns: repeat(4, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding-block: 88px; }
  .nav-wrap, .scrolled .nav-wrap, .inner-header .nav-wrap { height: 78px; grid-template-columns: 92px 1fr auto; }
  .brand, .scrolled .brand, .inner-header .brand { width: 90px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { position: fixed; inset: 78px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px; color: #fff; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.15); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }
  .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a, .scrolled .main-nav a, .inner-header .main-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-actions { grid-column: 3; grid-row: 1; }
  .lang-toggle { height: 36px; }
  .hero { min-height: 810px; }
  .hero-content { padding-top: 175px; }
  .hero h1 { font-size: clamp(49px, 11vw, 76px); }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .scroll-note { display: none; }
  .split, .story-grid, .bulletin-layout, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .image-stack { min-height: 490px; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 20px; }
  .bulletin-feature { grid-template-columns: 1fr; }
  .bulletin-cover-wrap { min-height: 560px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 220px; }
  .gallery-grid figure:first-child { grid-row: auto; }
  .gallery-grid figure:nth-child(2) { grid-column: auto; }
  .gallery-grid figure:last-child { grid-column: 1 / -1; }
  .company-gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 240px; }
  .company-gallery figure, .company-gallery figure:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .company-gallery figure:nth-child(1), .company-gallery figure:nth-child(6) { grid-column: 1 / -1; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 540px; }
  .page-hero-content { padding-block: 160px 70px; }
  .story-media { position: static; }
  .story-media img { height: 480px; }
  .vision-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .pdf-frame { height: 620px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 28px); }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 150px; }
  .hero h1 { font-size: 45px; line-height: 1.06; }
  .hero-lead { font-size: 13px; line-height: 1.8; }
  .button-row { flex-direction: column; }
  .button { width: 100%; }
  .hero-stats { padding-block: 20px; }
  .stat strong { font-size: 19px; }
  .stat span { font-size: 9px; }
  .section-copy h2, .section-heading h2 { font-size: 38px; }
  .image-stack { min-height: 400px; }
  .image-main { width: 92%; height: 360px; }
  .image-float { width: 49%; height: 175px; }
  .round-stamp { inset-inline-end: 0; width: 94px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 360px; }
  .partner-strip, .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-card, .partners-grid .partner-card { min-height: 145px; }
  .partner-card img, .partners-grid .partner-card img { height: 74px; }
  .bulletin-cover-wrap { min-height: 480px; padding-inline: 15px; }
  .bulletin-copy { padding: 55px 26px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .gallery-grid figure:last-child { grid-column: auto; }
  .company-gallery { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .company-gallery figure, .company-gallery figure:nth-child(n) { grid-column: 1; }
  .page-hero h1 { font-size: 48px; }
  .story-media img { height: 390px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .vision-card { padding: 35px 28px; }
  .values-grid, .leadership-grid { grid-template-columns: 1fr; }
  .bulletin-poster { padding: 24px; }
  .pdf-frame { display: none; }
  .pdf-note { display: block; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-card { padding: 30px 20px; }
  .department-line { flex-direction: column; gap: 6px; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}
