:root {
  --ink: #171114;
  --ink-soft: #5f5659;
  --paper: #f4efe6;
  --paper-2: #ebe1d3;
  --burgundy: #74132f;
  --burgundy-dark: #260812;
  --burgundy-deep: #16040a;
  --gold: #d1ae70;
  --gold-light: #ead4a7;
  --line: rgba(74, 38, 48, .16);
  --white: #fffdf9;
  --shadow: 0 24px 80px rgba(34, 8, 18, .16);
  --radius: 22px;
  --container: min(1180px, calc(100vw - 40px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.page-loader {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center;
  background: var(--burgundy-deep); color: var(--gold); transition: opacity .55s ease, visibility .55s ease;
}
.page-loader span { font: 700 clamp(54px, 9vw, 120px)/1 var(--serif); letter-spacing: -.06em; animation: loaderPulse 1s ease-in-out infinite alternate; }
.page-loader.hidden { opacity: 0; visibility: hidden; }
@keyframes loaderPulse { to { opacity: .45; transform: scale(.96); } }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white);
  border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { background: rgba(22,4,10,.9); border-color: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav-shell { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { color: var(--gold); font: 700 31px/1 var(--serif); letter-spacing: -.08em; }
.brand-text { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; opacity: .78; }
.site-nav { display: flex; gap: 30px; font-size: 13px; }
.site-nav a { position: relative; opacity: .8; transition: opacity .2s ease; }
.site-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -8px; background: var(--gold); transition: right .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.language-toggle { border: 0; background: transparent; color: inherit; display: flex; gap: 8px; font-size: 11px; cursor: pointer; }
.language-toggle .active-language { color: var(--gold-light); }
.language-toggle .divider { opacity: .35; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.16); background: transparent; border-radius: 50%; padding: 0; }
.nav-toggle span { display: block; width: 18px; height: 1px; background: #fff; margin: 5px auto; transition: transform .25s ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--burgundy); box-shadow: 0 14px 40px rgba(116,19,47,.28); }
.button-primary:hover { background: #8a1a3b; }
.button-outline { border-color: rgba(232,211,171,.55); color: #fff; background: rgba(255,255,255,.02); }
.button-outline:hover { border-color: var(--gold-light); background: rgba(255,255,255,.06); }
.button-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #31101c; }
.button-small { min-height: 38px; padding: 0 14px; font-size: 10px; letter-spacing: .03em; }
.play-icon { font-size: 10px; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }

.hero { position: relative; min-height: 860px; display: grid; align-items: center; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 76% 45%, rgba(209,174,112,.18), transparent 24%),
  radial-gradient(circle at 21% 18%, rgba(121,19,49,.5), transparent 34%),
  linear-gradient(105deg, #100308 0%, #2c0915 48%, #62112b 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 22%; background: linear-gradient(transparent, rgba(0,0,0,.38)); }
.hero-grid { position: absolute; right: -10%; top: -12%; width: 58vw; aspect-ratio: 1; opacity: .19; background-image: linear-gradient(30deg, transparent 24%, rgba(234,212,167,.35) 25%, transparent 26%), linear-gradient(-30deg, transparent 24%, rgba(234,212,167,.35) 25%, transparent 26%); background-size: 54px 94px; transform: rotate(-8deg); mask-image: radial-gradient(circle, #000 25%, transparent 70%); }
.hero-glow { position: absolute; right: 9%; top: 14%; width: 520px; height: 520px; border-radius: 50%; background: rgba(221,184,118,.18); filter: blur(100px); }
.hero-speed-lines { position: absolute; left: -12%; top: 33%; width: 70%; height: 43%; background: repeating-linear-gradient(-7deg, transparent 0 18px, rgba(170,26,65,.24) 20px 22px); transform: skewX(-10deg); mask-image: linear-gradient(90deg,#000,transparent); }
.hero-layout { position: relative; z-index: 2; min-height: 860px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; padding-top: 88px; }
.hero-copy { padding: 82px 0 78px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 7px 11px; border: 1px solid rgba(209,174,112,.58); border-radius: 4px; color: var(--gold-light); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 1px; background: var(--gold); }
.hero h1 { margin: 23px 0 12px; font: 600 clamp(74px, 9vw, 136px)/.72 var(--serif); letter-spacing: -.075em; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--gold-light); margin-left: .22em; }
.hero-tagline { margin: 32px 0 10px; font-size: clamp(20px, 2.2vw, 29px); line-height: 1.38; color: rgba(255,255,255,.86); }
.hero-arabic { margin: 0 0 30px; width: max-content; font-size: 14px; color: var(--gold); opacity: .74; letter-spacing: .03em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { margin: 60px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-facts div { min-width: 0; }
.hero-facts dt { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.48); }
.hero-facts dd { margin: 4px 0 0; font-weight: 600; font-size: 14px; }
.hero-visual { position: relative; align-self: stretch; min-height: 760px; display: flex; align-items: flex-end; justify-content: center; }
.hero-visual img { position: relative; z-index: 3; width: min(620px, 52vw); max-height: 790px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 35px 36px rgba(0,0,0,.42)); transform: translateY(26px); }
.player-halo { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(224,193,134,.21); border-radius: 50%; top: 18%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 80px rgba(209,174,112,.025), 0 0 0 160px rgba(209,174,112,.018); }
.flag-ribbon { position: absolute; right: -20vw; top: 10%; width: 66vw; height: 280px; background: linear-gradient(105deg, rgba(255,255,255,.03), rgba(255,255,255,.36), rgba(255,255,255,.08)); transform: rotate(-16deg); clip-path: polygon(0 45%, 10% 35%, 15% 46%, 20% 35%, 25% 46%, 30% 35%, 35% 46%, 40% 35%, 45% 46%, 50% 35%, 55% 46%, 60% 35%, 65% 46%, 70% 35%, 75% 46%, 80% 35%, 85% 46%, 90% 35%, 100% 44%, 100% 66%, 0 67%); opacity: .45; }
.player-note { position: absolute; z-index: 5; right: 3%; bottom: 14%; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; color: rgba(255,255,255,.66); transform: rotate(-90deg); transform-origin: right center; }
.player-note .number { color: var(--gold); font: 600 34px/1 var(--serif); }
.scroll-cue { position: absolute; z-index: 5; bottom: 24px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 10px; font-size: 8px; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.66); }
.scroll-cue i { display: block; width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 1.8s ease infinite; }
@keyframes scrollPulse { 50% { transform: translateY(6px); opacity: .45; } }

.section { padding: 120px 0; position: relative; }
.section-label { margin-bottom: 14px; color: var(--burgundy); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section-label::before { content: "✦"; margin-right: 9px; color: var(--gold); }
.section h2, .values-section h2 { margin: 0; font: 600 clamp(48px, 6.5vw, 82px)/.95 var(--serif); letter-spacing: -.055em; }
.section p { color: var(--ink-soft); }
.lead { font-size: clamp(20px, 2vw, 27px); line-height: 1.45; color: var(--ink) !important; }
.section-copy { max-width: 610px; }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.portrait-card { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; background: #d9cbb8; }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.32); border-radius: inherit; pointer-events: none; }
.portrait-card figcaption { position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.portrait-card figcaption strong { font-size: 11px; }
.about { background: linear-gradient(180deg, #f5f0e8, #ece2d4); }
.about::before { content: ""; position: absolute; right: 4%; top: 18%; width: 280px; aspect-ratio: 1; border: 1px solid rgba(116,19,47,.09); transform: rotate(30deg); box-shadow: 0 0 0 48px rgba(116,19,47,.025), 0 0 0 96px rgba(116,19,47,.016); }
blockquote { margin: 32px 0 20px; padding-left: 22px; border-left: 2px solid var(--gold); font: 600 25px/1.35 var(--serif); color: var(--burgundy); }
.signature { font: 500 44px/1 "Brush Script MT", cursive; color: #b58b4c; transform: rotate(-6deg); width: max-content; }

.profile-section { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading > p { max-width: 400px; margin: 0; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.profile-card { min-height: 146px; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 14px; padding: 25px; display: grid; align-content: space-between; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.profile-card:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 18px 45px rgba(44,9,21,.08); }
.card-icon { color: var(--gold); font-size: 26px; }
.profile-card small { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.profile-card strong { font-size: 17px; }
.strengths-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 30px; margin-top: 34px; }
.strength-panel { padding: 38px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy)); }
.strength-panel h3 { margin: 0 0 22px; font: 600 35px/1 var(--serif); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; color: rgba(255,255,255,.82); }
.pitch-map { position: relative; min-height: 280px; border: 1px solid rgba(116,19,47,.28); border-radius: 18px; background: linear-gradient(90deg, rgba(116,19,47,.03), rgba(209,174,112,.06)); overflow: hidden; }
.pitch-map::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(116,19,47,.3); border-radius: 4px; }
.pitch-line.center { position: absolute; left: 50%; top: 18px; bottom: 18px; width: 1px; background: rgba(116,19,47,.3); }
.pitch-circle { position: absolute; width: 88px; height: 88px; border: 1px solid rgba(116,19,47,.3); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.penalty { position: absolute; top: 50%; width: 76px; height: 130px; border: 1px solid rgba(116,19,47,.3); transform: translateY(-50%); }
.penalty-left { left: 18px; border-left: 0; }
.penalty-right { right: 18px; border-right: 0; }
.position-dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--burgundy); box-shadow: 0 0 0 10px rgba(116,19,47,.12); animation: dotPulse 2s ease infinite; }
.dot-one { left: 58%; top: 44%; }
.dot-two { left: 42%; top: 59%; animation-delay: .7s; }
@keyframes dotPulse { 50% { box-shadow: 0 0 0 18px rgba(116,19,47,0); } }
.pitch-caption { position: absolute; left: 35px; bottom: 25px; max-width: 260px; font-size: 10px; color: var(--ink-soft); }

.career { color: #fff; background:
  radial-gradient(circle at 15% 50%, rgba(131,23,55,.5), transparent 25%),
  linear-gradient(120deg, #120409, #320a18 58%, #19050d);
  overflow: hidden;
}
.career::after { content: ""; position: absolute; right: -120px; top: -80px; width: 460px; height: 460px; border: 1px solid rgba(209,174,112,.14); transform: rotate(45deg); box-shadow: 0 0 0 70px rgba(209,174,112,.025), 0 0 0 140px rgba(209,174,112,.018); }
.section-heading.light .section-label { color: var(--gold); }
.section-heading.light p { color: rgba(255,255,255,.58); }
.timeline { position: relative; z-index: 2; list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 45px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .55; }
.timeline li { position: relative; padding: 0 27px; }
.timeline-year { position: relative; z-index: 2; display: grid; place-items: center; width: 90px; height: 90px; margin-bottom: 26px; border: 1px solid rgba(209,174,112,.42); border-radius: 50%; background: #260812; color: var(--gold); font: 600 28px/1 var(--serif); }
.timeline small { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.timeline h3 { margin: 10px 0 6px; font: 600 27px/1.05 var(--serif); }
.timeline p { color: rgba(255,255,255,.48); font-size: 12px; }

.statistics { background: #f7f3ec; }
.stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.stat-card { min-height: 190px; padding: 24px 17px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #7b1534, #3a0b1b); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 16px 36px rgba(67,10,29,.1); }
.stat-number { font: 600 52px/1 var(--serif); color: var(--gold-light); }
.stat-card small { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; opacity: .65; }

.highlights { background: var(--paper-2); }
.highlights-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(46px, 8vw, 110px); align-items: center; }
.video-card { border-radius: 20px; padding: 12px; background: #fff; box-shadow: var(--shadow); }
.video-poster { position: relative; overflow: hidden; border-radius: 13px; background: #17050c; }
.video-poster img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.82) contrast(1.08); }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(16,3,8,.82)); pointer-events: none; }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 88px; height: 88px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(22,4,10,.45); color: #fff; cursor: pointer; backdrop-filter: blur(8px); transition: transform .25s ease, background .25s ease; }
.video-play:hover { transform: translate(-50%,-50%) scale(1.06); background: var(--burgundy); }
.video-meta { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--burgundy); font-weight: 700; font-size: 13px; }
.text-link b { color: var(--gold); }

.gallery { background: #f7f3ec; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 16px; min-height: 290px; cursor: pointer; background: #2b0916; }
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.1,1); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(21,4,10,.82)); }
.gallery-item span { position: absolute; z-index: 2; left: 20px; bottom: 16px; color: #fff; text-transform: uppercase; letter-spacing: .17em; font-size: 9px; }

.values-section { padding: 120px 0; color: #fff; background: linear-gradient(120deg, #751431, #2a0814 66%, #16040a); }
.values-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.values-heading .section-label { color: var(--gold); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.value-card { padding: 44px 26px; border-right: 1px solid rgba(255,255,255,.15); }
.value-card:last-child { border-right: 0; }
.value-card > span { color: var(--gold); font: 600 23px/1 var(--serif); }
.value-card h3 { margin: 35px 0 12px; font: 600 28px/1 var(--serif); }
.value-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }

.contact { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.contact-lines { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-lines a, .contact-lines div { display: flex; justify-content: space-between; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-lines span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.contact-lines strong { font-size: 13px; }
.privacy-note { margin-top: 20px; font-size: 11px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 34px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; color: var(--ink-soft); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: #faf8f4; border-radius: 8px; padding: 13px 14px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--burgundy); box-shadow: 0 0 0 3px rgba(116,19,47,.08); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form .full { grid-column: 1/-1; }

.site-footer { color: rgba(255,255,255,.78); background: #110309; }
.footer-top { min-height: 160px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 35px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand div { display: grid; }
.footer-brand small { opacity: .45; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-top > p { color: var(--gold); text-align: center; font-size: 14px; }
.footer-links { display: flex; justify-content: end; gap: 22px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

.lightbox { max-width: min(920px, 94vw); max-height: 90vh; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: #110309; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(12,3,7,.82); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: 13px; top: 13px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.86); cursor: pointer; font-size: 28px; line-height: 1; }
.toast { position: fixed; z-index: 500; right: 20px; bottom: 20px; padding: 14px 18px; border-radius: 9px; color: #fff; background: #200812; box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translateY(0); }
code { padding: 2px 5px; border-radius: 4px; background: rgba(116,19,47,.08); color: var(--burgundy); font-size: .9em; }

html[dir="rtl"] body { font-family: var(--sans); }
html[dir="rtl"] .section-label::before { margin-right: 0; margin-left: 9px; }
html[dir="rtl"] .hero h1 span:last-child { margin-left: 0; margin-right: .22em; }
html[dir="rtl"] blockquote { padding-left: 0; padding-right: 22px; border-left: 0; border-right: 2px solid var(--gold); }
html[dir="rtl"] .timeline::before { direction: ltr; }

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .nav-actions .button { display: none; }
  .hero-layout { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(68px, 10vw, 105px); }
  .hero-visual img { width: 57vw; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
  .timeline::before { display: none; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 680px); }
  .site-header { background: rgba(22,4,10,.85); backdrop-filter: blur(14px); }
  .nav-shell { height: 70px; }
  .brand-text { display: none; }
  .nav-actions { gap: 10px; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav { display: flex; position: fixed; inset: 70px 0 auto; min-height: calc(100vh - 70px); padding: 50px 25px; flex-direction: column; align-items: center; gap: 24px; background: rgba(19,4,10,.98); transform: translateX(100%); transition: transform .3s ease; font-size: 20px; }
  html[dir="rtl"] .site-nav { transform: translateX(-100%); }
  .site-nav.open { transform: translateX(0) !important; }
  .nav-actions { grid-row: 1; grid-column: 2; margin-right: 52px; }
  html[dir="rtl"] .nav-actions { margin-right: 0; margin-left: 52px; }
  .nav-toggle { grid-row: 1; grid-column: 2; }
  .language-toggle { font-size: 10px; }
  .hero { min-height: 930px; }
  .hero-layout { min-height: 930px; grid-template-columns: 1fr; padding-top: 100px; align-content: start; }
  .hero-copy { padding: 42px 0 0; position: relative; z-index: 5; }
  .hero h1 { font-size: clamp(66px, 22vw, 106px); }
  .hero-tagline { margin-top: 24px; font-size: 20px; }
  .hero-facts { margin-top: 36px; gap: 10px; }
  .hero-facts dd { font-size: 12px; }
  .hero-visual { min-height: 420px; margin-top: -25px; }
  .hero-visual img { width: min(510px, 106vw); max-height: 510px; transform: translate(6%, 18px); }
  .player-halo { width: 340px; height: 340px; top: 3%; }
  .player-note { display: none; }
  .scroll-cue { bottom: 15px; }
  .section, .values-section { padding: 84px 0; }
  .split-layout, .strengths-layout, .highlights-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .portrait-card { max-width: 500px; }
  .section-heading, .values-heading { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; margin-bottom: 35px; }
  .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr; gap: 30px; }
  .timeline li { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 0; }
  .timeline-year { width: 68px; height: 68px; margin: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.gallery-wide { grid-column: auto; }
  .gallery-item { min-height: 260px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .value-card:last-child { border-bottom: 0; }
  .contact-form { padding: 22px; }
  .footer-top { grid-template-columns: 1fr; padding: 36px 0; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 5px; }
}

@media (max-width: 520px) {
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div:last-child { display: none; }
  .hero-cta .button { flex: 1 1 100%; }
  .profile-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 8px; }
  .stat-card { min-height: 150px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
}

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