:root {
  --navy: #0b132a;
  --blue: #0a2b54;
  --orange: #e25607;
  --burnt: #b84408;
  --cream: #ece5dd;
  --sand: #d7c8b8;
  --dusty: #8fa3b8;
  --white: #ffffff;
  --text: #13233a;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(11, 19, 42, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Quicksand", sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--orange); color: var(--white); }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1000; background: var(--orange); color: white; padding: .8rem 1rem; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-cream { background: var(--cream); }
.section-light { background: #f9f7f4; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(11,19,42,.96); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.logo-link img { width: 166px; height: auto; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { color: var(--white); text-decoration: none; font-weight: 700; font-size: .94rem; }
.site-nav a:not(.nav-cta):hover { color: #f2a06f; }
.nav-cta { background: var(--orange); padding: .78rem 1.1rem; border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; transition: .2s; }

.hero { position: relative; min-height: 760px; background: var(--navy); color: white; overflow: hidden; padding: 155px 0 80px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 18%, rgba(48,74,104,.48), transparent 34%), radial-gradient(circle at 10% 70%, rgba(226,86,7,.14), transparent 24%); }
.hero-mark { position: absolute; width: 690px; height: 690px; right: -180px; bottom: -180px; opacity: .055; background: url("assets/brand-mark-cream.png") center/contain no-repeat; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #f2a06f; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .77rem; }
.eyebrow-dark { color: var(--burnt); }
h1, h2, h3 { font-family: "Fredoka", sans-serif; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 6vw, 5.9rem); margin-bottom: 26px; max-width: 760px; letter-spacing: -.035em; }
h1 span { color: var(--orange); }
h2 { font-size: clamp(2.4rem, 4.2vw, 4.15rem); letter-spacing: -.025em; margin-bottom: 26px; }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
.hero-text { max-width: 650px; font-size: 1.08rem; color: rgba(255,255,255,.78); margin: 0 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.35rem; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 14px 30px rgba(226,86,7,.25); }
.button-primary:hover { background: #f26712; }
.button-ghost { border-color: rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 45px; max-width: 640px; }
.hero-proof div { border-left: 2px solid var(--orange); padding-left: 13px; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: "Fredoka"; font-size: 1rem; }
.hero-proof span { font-size: .77rem; color: rgba(255,255,255,.62); }
.photo-frame { position: relative; padding: 14px; border-radius: 38px; background: repeating-linear-gradient(135deg,var(--orange) 0 16px,var(--navy) 16px 32px); box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.photo-frame::before { content: ""; position: absolute; inset: 14px; border-radius: 27px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }
.photo-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 27px; filter: saturate(.92) contrast(1.02); }
.photo-badge { position: absolute; left: -30px; bottom: 42px; background: var(--cream); color: var(--navy); border-radius: 18px; padding: 14px 18px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.photo-badge span, .photo-badge strong { display: block; font-family: "Fredoka"; text-transform: uppercase; }
.photo-badge span { font-size: .78rem; letter-spacing: .08em; color: var(--burnt); }
.photo-badge strong { font-size: 1.35rem; }
.hazard-stripe { height: 18px; background: repeating-linear-gradient(135deg,var(--orange) 0 18px,var(--navy) 18px 36px); }
.hero > .hazard-stripe { position: absolute; inset: auto 0 0; }

.principles { background: var(--orange); color: white; }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.principles-grid div { display: flex; align-items: center; gap: 15px; padding: 26px 30px; border-right: 1px solid rgba(255,255,255,.22); }
.principles-grid div:last-child { border-right: 0; }
.principles-grid span { font-family: "Fredoka"; font-size: 1.6rem; opacity: .75; }
.principles-grid p { margin: 0; font-family: "Fredoka"; font-size: 1.05rem; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2 { color: var(--navy); }
.section-copy { font-size: 1.08rem; }
.section-copy p:first-child { margin-top: 7px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--burnt); font-weight: 800; text-decoration: none; margin-top: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.operating-model { background: var(--blue); color: white; overflow: hidden; }
.model-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.illustration-card { position: relative; min-height: 510px; border-radius: 42px; background: var(--cream); display: grid; place-items: center; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.illustration-card::before { content: ""; position: absolute; inset: auto 0 0; height: 28px; background: repeating-linear-gradient(135deg,var(--orange) 0 16px,var(--navy) 16px 32px); }
.illustration-card img { width: 78%; }
.model-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.mini-grid { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mini-grid article { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); padding: 22px; border-radius: 18px; }
.mini-grid article > span { color: #f2a06f; font-family: "Fredoka"; font-weight: 700; }
.mini-grid h3 { font-size: 1.1rem; margin: 8px 0; }
.mini-grid p { font-size: .88rem; color: rgba(255,255,255,.68); margin: 0; }

.center-heading { text-align: center; max-width: 790px; margin: 0 auto 55px; }
.center-heading h2 { color: var(--navy); }
.center-heading > p:last-child { font-size: 1.05rem; color: #4d5b6f; }
.center-heading.light h2 { color: white; }
.center-heading.light > p:last-child { color: rgba(255,255,255,.7); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { background: white; padding: 28px; border-radius: 22px; border: 1px solid #ebe6df; min-height: 250px; box-shadow: 0 10px 34px rgba(11,19,42,.055); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(226,86,7,.35); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-family: "Fredoka"; font-weight: 700; margin-bottom: 28px; }
.service-card h3 { color: var(--navy); }
.service-card p { margin: 0; color: #5a6677; font-size: .92rem; }

.quality-section { background: var(--navy); color: white; }
.quality-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.quality-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.04rem; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 34px; color: rgba(255,255,255,.85); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05rem; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font-size: .75rem; font-weight: 800; }
.quality-panel { background: var(--cream); color: var(--navy); padding: 42px; border-radius: 32px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.quality-quote { font-family: "Fredoka"; font-size: clamp(2rem,3.5vw,3.25rem); line-height: 1.12; }
.quality-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.quality-tags span { border: 1px solid rgba(11,19,42,.18); border-radius: 999px; padding: .52rem .8rem; font-weight: 700; font-size: .78rem; }

.process-section { background: var(--blue); color: white; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; counter-reset: item; }
.timeline li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.055); border-radius: 20px; }
.timeline li > span { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: white; font-family: "Fredoka"; font-weight: 700; }
.timeline h3 { margin: 2px 0 8px; }
.timeline p { margin: 0; color: rgba(255,255,255,.68); font-size: .91rem; }

.industries-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.industry-intro { color: #5c6675; font-size: 1.03rem; }
.industry-cloud { display: flex; flex-wrap: wrap; gap: 11px; }
.industry-cloud span { background: white; border-radius: 999px; padding: .74rem 1rem; font-weight: 700; color: var(--blue); border: 1px solid rgba(10,43,84,.12); box-shadow: 0 8px 25px rgba(11,19,42,.045); }
.industry-cloud span:nth-child(4n+1), .industry-cloud span:nth-child(7n) { background: var(--orange); color: white; border-color: var(--orange); }

.partner-section { padding: 85px 0; background: var(--orange); color: white; }
.partner-grid { display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: center; }
.partner-mark { width: 190px; height: 190px; border-radius: 50%; background: var(--navy); display: grid; place-items: center; }
.partner-mark img { width: 75%; }
.partner-copy h2 { max-width: 820px; margin-bottom: 20px; }
.partner-copy p:last-child { max-width: 850px; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.partner-copy .eyebrow { color: var(--navy); }

.contact-section { background: #f9f7f4; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
.contact-copy h2 { color: var(--navy); }
.contact-details { margin-top: 36px; display: grid; gap: 13px; }
.contact-details div { background: var(--cream); border-radius: 16px; padding: 16px 18px; }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: var(--burnt); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; }
.contact-details strong { color: var(--navy); margin-top: 3px; }
.proposal-form { background: white; border-radius: 28px; padding: 34px; box-shadow: var(--shadow); border: 1px solid #ebe5dd; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 7px; font-size: .84rem; font-weight: 800; color: var(--blue); }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #d9d4cd; background: #fbfaf8; border-radius: 12px; padding: .82rem .9rem; color: var(--text); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(226,86,7,.12); }
textarea { resize: vertical; }
.button-wide { width: 100%; margin-top: 20px; border: 0; }
.form-note { font-size: .74rem; color: #7b8491; margin: 12px 0 0; text-align: center; }
.form-status { min-height: 1.4em; text-align: center; font-weight: 700; color: var(--burnt); }

.site-footer { background: var(--navy); color: white; }
.site-footer > .hazard-stripe { height: 15px; }
.footer-grid { min-height: 260px; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding-top: 50px; padding-bottom: 35px; }
.footer-brand img { width: 190px; }
.footer-brand p { color: rgba(255,255,255,.6); font-family: "Fredoka"; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.78); text-decoration: none; font-weight: 700; }
.footer-links a:hover { color: #f2a06f; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin: 0; color: rgba(255,255,255,.48); font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid, .model-grid, .quality-grid, .industries-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 620px; width: 100%; margin-inline: auto; }
  .photo-frame img { aspect-ratio: 16/11; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .model-grid { gap: 55px; }
  .model-visual { max-width: 640px; width: 100%; margin-inline: auto; }
  .illustration-card { min-height: 420px; }
  .quality-grid, .contact-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .site-nav { position: fixed; inset: 86px 20px auto; display: none; flex-direction: column; align-items: stretch; background: var(--navy); padding: 22px; border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .55rem .2rem; }
  .nav-cta { text-align: center; padding: .8rem 1rem !important; }
  .nav-toggle { display: block; }
  .split-grid { grid-template-columns: 1fr; gap: 25px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .principles-grid div:last-child { border-bottom: 0; }
  .timeline { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: 1fr; gap: 30px; }
  .partner-mark { width: 150px; height: 150px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 76px; }
  .site-nav { top: 76px; }
  .logo-link img { width: 145px; }
  .hero { min-height: auto; padding: 120px 0 75px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.1rem); }
  .hero-grid { gap: 48px; }
  .hero-proof { grid-template-columns: 1fr; gap: 15px; }
  .photo-badge { left: 12px; bottom: 24px; }
  .services-grid, .mini-grid, .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .illustration-card { min-height: 340px; }
  .quality-panel, .proposal-form { padding: 25px; }
  .timeline li { grid-template-columns: 44px 1fr; padding: 20px; }
  .timeline li > span { width: 40px; height: 40px; }
}

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

/* Bilingual navigation, founders, and social links */
.nav-wrap { gap: 24px; }
.site-nav { margin-inline-start: auto; gap: 22px; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: .58rem .85rem; background: rgba(255,255,255,.06); color: white; cursor: pointer; font-weight: 800; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.language-toggle:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.5); transform: translateY(-1px); }
.language-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-family: "Tajawal", sans-serif; font-size: .88rem; line-height: 1; }

.founders-wrap { margin-top: 95px; padding-top: 90px; border-top: 1px solid rgba(11,19,42,.12); scroll-margin-top: 105px; }
.founders-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.founder-card { position: relative; min-height: 340px; padding: 32px; border-radius: 28px; background: var(--navy); color: white; overflow: hidden; box-shadow: 0 18px 50px rgba(11,19,42,.12); }
.founder-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -75px; bottom: -75px; opacity: .06; background: url("assets/brand-mark-cream.png") center/contain no-repeat; }
.founder-card:nth-child(2) { background: var(--orange); }
.founder-card:nth-child(2)::after { opacity: .1; }
.founder-card:nth-child(3) { background: var(--blue); }
.founder-avatar { width: 116px; height: 116px; border-radius: 32px; display: grid; place-items: center; background: var(--cream); color: var(--navy); border: 7px solid rgba(255,255,255,.16); transform: rotate(-2deg); }
.founder-avatar span { font-family: "Fredoka", sans-serif; font-size: 2.25rem; font-weight: 700; letter-spacing: -.03em; }
.founder-number { position: absolute; top: 31px; inset-inline-end: 31px; font-family: "Fredoka", sans-serif; font-size: 1rem; color: #f2a06f; font-weight: 700; }
.founder-card:nth-child(2) .founder-number { color: var(--navy); }
.founder-card h3 { position: relative; z-index: 1; margin: 34px 0 7px; font-size: 1.7rem; }
.founder-role { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.72); font-weight: 700; }
.founder-card:nth-child(2) .founder-role { color: rgba(255,255,255,.88); }

.contact-socials { margin-top: 34px; }
.social-heading { margin: 0 0 13px; color: var(--navy); font-family: "Fredoka", sans-serif; font-size: 1.05rem; font-weight: 700; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: .65rem .82rem; border-radius: 999px; background: white; border: 1px solid rgba(10,43,84,.14); color: var(--blue); text-decoration: none; font-weight: 800; font-size: .82rem; transition: transform .2s, border-color .2s, background .2s; }
.social-link:hover { transform: translateY(-2px); border-color: var(--orange); background: var(--cream); }
.social-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-link[data-social="facebook"] svg { fill: currentColor; stroke: none; }
.footer-content { display: grid; justify-items: end; gap: 20px; }
.footer-socials .social-link { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); color: rgba(255,255,255,.75); }
.footer-socials .social-link:hover { color: white; background: rgba(255,255,255,.13); }
.social-link-small { min-height: 36px; padding: .45rem .7rem; font-size: .74rem; }
.site-toast { position: fixed; z-index: 1000; inset-inline: 20px; bottom: 24px; width: min(560px, calc(100% - 40px)); margin-inline: auto; padding: 14px 18px; border-radius: 14px; background: var(--navy); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.28); text-align: center; font-weight: 700; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s, visibility .2s, transform .2s; }
.site-toast.show { opacity: 1; visibility: visible; transform: none; }

/* Arabic typography and RTL behavior, based on the brand book */
html[dir="rtl"] body { font-family: "Tajawal", sans-serif; }
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] .hero-proof strong,
html[dir="rtl"] .principles-grid span,
html[dir="rtl"] .principles-grid p,
html[dir="rtl"] .mini-grid article > span,
html[dir="rtl"] .service-icon,
html[dir="rtl"] .quality-quote,
html[dir="rtl"] .timeline li > span,
html[dir="rtl"] .footer-brand p,
html[dir="rtl"] .social-heading,
html[dir="rtl"] .founder-avatar span,
html[dir="rtl"] .founder-number { font-family: "Baloo Bhaijaan 2", sans-serif; letter-spacing: 0; }
html[dir="rtl"] .eyebrow { letter-spacing: 0; }
html[dir="rtl"] h1,
html[dir="rtl"] h2 { letter-spacing: 0; line-height: 1.2; }
html[dir="rtl"] h3 { line-height: 1.25; }
html[dir="rtl"] .hero-proof div { border-left: 0; border-right: 2px solid var(--orange); padding-left: 0; padding-right: 13px; }
html[dir="rtl"] .check-list li { padding-left: 0; padding-right: 34px; }
html[dir="rtl"] .check-list li::before { left: auto; right: 0; }
html[dir="rtl"] .text-link:hover b { transform: translateX(-4px); }
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea { text-align: right; }
html[dir="rtl"] .photo-badge { left: auto; right: -30px; }
html[dir="rtl"] .footer-content { justify-items: start; }
html[dir="rtl"] .footer-links { justify-content: flex-start; }
html[dir="rtl"] .founder-card::after { right: auto; left: -75px; }

@media (max-width: 1100px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .86rem; }
}

@media (max-width: 900px) {
  .site-nav { margin-inline-start: 0; }
  .founders-grid { grid-template-columns: 1fr; }
  .founder-card { min-height: 300px; }
  .footer-content { justify-items: start; }
}

@media (max-width: 820px) {
  .nav-wrap { gap: 12px; }
  .site-nav { inset-inline: 20px; }
  .language-toggle { margin-inline-start: auto; padding: .5rem .68rem; }
  .founders-wrap { margin-top: 70px; padding-top: 70px; }
}

@media (max-width: 620px) {
  .language-toggle { min-height: 38px; font-size: .78rem; }
  .language-icon { width: 22px; height: 22px; }
  .founder-card { padding: 26px; min-height: 280px; }
  .founder-avatar { width: 98px; height: 98px; border-radius: 26px; }
  .founder-avatar span { font-size: 1.9rem; }
  .founder-card h3 { margin-top: 26px; }
  html[dir="rtl"] .photo-badge { right: 12px; }
}
