:root {
  --ivory: #f8f5ee;
  --cream: #f2ebdd;
  --paper: #fffdfa;
  --ink: #25221d;
  --muted: #676157;
  --charcoal: #171611;
  --charcoal-2: #211e17;
  --gold: #b99a5d;
  --gold-light: #d5b978;
  --olive: #75694c;
  --serif: "Montserrat", Arial, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shell: min(88vw, 1480px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); 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; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
figure, p, h1, h2, h3 { margin-top: 0; }
section { scroll-margin-top: 92px; }
::selection { color: var(--charcoal); background: var(--gold-light); }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 1000; transform: translateY(-150%); background: var(--ivory); color: var(--ink); padding: .6rem 1rem; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(6rem, 10vw, 10.5rem) 0; }
.mobile-only { display: none; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 148px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr 230px 1fr; align-items: center; color: #fff; border-bottom: 0; transition: height .45s var(--ease), color .45s, background .45s; }
.site-header.scrolled { height: 92px; color: var(--ink); background: rgba(248,245,238,.97); box-shadow: 0 8px 28px rgba(23,22,17,.06); backdrop-filter: blur(14px); }
.brand { position: relative; display: inline-flex; align-items: center; width: 172px; height: 80px; color: inherit; }
.brand-centered { justify-self: center; justify-content: center; width: 230px; height: 120px; }
.site-header .brand-fallback { flex-direction: column; justify-content: center; gap: .2rem; text-align: center; opacity: 0; }
.site-header .brand-name { max-width: none; font-size: .72rem; line-height: 1; letter-spacing: .18em; }
.site-header .brand-name small { margin-top: .32rem; font-size: .42rem; letter-spacing: .42em; }
.site-header .brand-arabic { font-size: 1.75rem; line-height: 1; }
.brand-logo { position: absolute; inset: 50% auto auto 0; transform: translateY(-50%); max-width: 205px; max-height: 112px; object-fit: contain; filter: brightness(0) invert(1); z-index: 2; }
.brand-centered .brand-logo { left: 50%; transform: translate(-50%, -50%); }
.logo-error .site-header .brand-fallback { opacity: 1; }
.scrolled .brand-logo { filter: sepia(1) saturate(.5) brightness(.72); }
.scrolled .brand-centered { height: 86px; }
.scrolled .brand-centered .brand-logo { max-width: 150px; max-height: 76px; }
.brand-fallback { display: flex; align-items: center; gap: .65rem; line-height: 1; }
.brand-arabic { color: var(--gold-light); font-family: var(--serif); font-size: 1.7rem; font-weight: 600; }
.brand-name { max-width: 90px; font-family: var(--serif); font-size: .93rem; line-height: .9; letter-spacing: .12em; }
.brand-name small { display: block; margin-top: .4rem; font: 500 .5rem/1 var(--sans); letter-spacing: .38em; }
.desktop-nav { display: flex; gap: clamp(1.15rem, 2vw, 2.35rem); align-items: center; }
.desktop-nav-left { justify-self: start; }
.header-right { justify-self: end; display: flex; align-items: center; gap: clamp(1.25rem, 2vw, 2.5rem); }
.desktop-nav-right { justify-content: flex-end; }
.desktop-nav a { position: relative; font-size: .86rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.8rem; height: 1px; background: var(--gold-light); transition: right .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.active::after { right: 0; }
.languages { display: flex; align-items: center; gap: .55rem; font-size: .86rem; letter-spacing: .08em; }
.languages button { border: 0; padding: .25rem 0; color: inherit; background: transparent; cursor: pointer; opacity: .6; }
.languages button[aria-pressed="true"] { opacity: 1; }
.header-contact { display: inline-flex; width: 172px; min-height: 54px; align-items: center; justify-content: center; gap: .85rem; padding: 0 1.35rem; color: #fff; background: #cea65f; border-radius: 12px; font-size: .86rem; font-weight: 700; letter-spacing: -.01em; text-transform: none; transition: color .3s, background .3s, transform .3s var(--ease); }
.header-contact span { font-size: 1.2rem; font-weight: 400; line-height: 1; transform: translateY(-1px); }
.header-contact:hover { color: #fff; background: #bb914a; transform: translateY(-2px); }
.scrolled .header-contact { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .35s var(--ease); }
.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 130px; color: var(--ivory); background: var(--charcoal); opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: opacity .4s, visibility .4s, transform .5s var(--ease); }
.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav { width: min(80vw, 520px); }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 1.25rem; padding: .55rem 0; font: 500 clamp(2rem, 8vw, 3.8rem)/1.08 var(--serif); letter-spacing: -.035em; border-bottom: 1px solid rgba(255,255,255,.15); }
.mobile-menu nav span { color: var(--gold); font: 500 .65rem/1 var(--sans); letter-spacing: .1em; }
.mobile-menu > p { position: absolute; bottom: 3rem; color: var(--gold-light); font: italic 1.2rem var(--serif); }

.hero { position: relative; min-height: 100svh; color: #fff; background: var(--charcoal); overflow: hidden; }
.hero-media, .closing-bg { position: absolute; inset: -5%; background: center/cover no-repeat url("assets/banner.webp"); will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,7,.48), rgba(10,9,7,.12)), radial-gradient(circle at center, rgba(18,16,12,.2), rgba(13,13,10,.62)); }
.hero-content { position: absolute; z-index: 2; right: 5.5vw; bottom: clamp(4rem, 8vh, 7rem); width: min(58vw, 820px); margin: 0; padding: 0; text-align: right; }
.eyebrow { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.5rem; color: var(--olive); font-size: .65rem; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-light); }
.eyebrow.centered { display: block; color: rgba(23,22,17,.62); text-align: center; }
.hero .eyebrow { justify-content: flex-end; margin-bottom: 1.35rem; }
.hero h1 { max-width: 820px; margin: 0 0 1.1rem auto; font: 500 clamp(3.1rem, 5vw, 5.8rem)/.91 var(--serif); letter-spacing: -.06em; text-wrap: balance; }
.hero h1 em { color: var(--gold-light); font-style: normal; font-weight: 400; }
.hero-location { margin-bottom: 0; color: #eee4d1; font: 400 clamp(1.15rem, 1.45vw, 1.6rem)/1.3 var(--serif); letter-spacing: -.025em; }
.hero-copy { max-width: 700px; margin: 0 auto 2.4rem; color: rgba(255,255,255,.8); font-size: .94rem; font-weight: 300; line-height: 1.8; }
.hero-actions { display: flex; justify-content: center; align-items: center; }
.button { position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 2rem; border: 1px solid transparent; border-radius: 12px; font-size: .86rem; font-weight: 700; letter-spacing: -.01em; text-transform: none; transition: color .35s, background .35s, border-color .35s, transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #fff; background: #cea65f; }
.button-gold:hover { color: #fff; background: #bb914a; }
.button-dark { color: #fff; background: var(--charcoal); }
.button-dark:hover { background: var(--gold); }
.button-outline { color: var(--ivory); border-color: rgba(213,185,120,.65); }
.button-outline:hover { color: var(--charcoal); background: var(--gold-light); }
.text-link { display: inline-flex; gap: 1rem; align-items: center; padding-bottom: .35rem; border-bottom: 1px solid rgba(37,34,29,.4); font-size: .67rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.text-link:hover { color: var(--gold); border-color: var(--gold); }
.text-link-light { color: #fff; border-color: rgba(255,255,255,.55); }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 2.75rem; display: flex; align-items: center; gap: .8rem; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 58px; background: linear-gradient(var(--gold-light) 50%, rgba(255,255,255,.25) 50%); }
.hero-index { position: absolute; z-index: 2; left: 6vw; bottom: 2.7rem; display: flex; gap: .8rem; align-items: center; margin: 0; font-size: .6rem; letter-spacing: .14em; }
.hero-index span { width: 80px; height: 1px; background: rgba(255,255,255,.45); }

.heritage-band { position: relative; padding: clamp(2.75rem, 4.5vw, 4rem) 2rem; text-align: center; background: linear-gradient(120deg, #dfc989, #b79355 50%, #e8d599); overflow: hidden; }
.heritage-inner { position: relative; z-index: 1; }
.heritage-band h2 { margin: 0 auto 1.4rem; color: var(--charcoal); }
.heritage-title-ar { display: block; font: 600 clamp(2.6rem, 5.2vw, 4.6rem)/1.25 var(--serif); }
.heritage-tagline { max-width: 600px; margin: 0 auto; color: rgba(23,22,17,.72); font-size: clamp(.95rem, 1.15vw, 1.08rem); font-weight: 400; letter-spacing: .01em; }
.heritage-ornament { display: flex; justify-content: center; gap: .55rem; margin-top: 1.7rem; }
.heritage-ornament span { width: 9px; height: 9px; background: var(--charcoal); transform: rotate(45deg); }

.heritage-photo { position: relative; display: flex; align-items: center; min-height: 720px; color: #fff; overflow: hidden; }
.heritage-photo-bg { position: absolute; inset: 0; background: center 60%/cover no-repeat url("assets/about-image.webp"); }
.heritage-photo-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,5,.97) 0%, rgba(8,7,5,.93) 32%, rgba(8,7,5,.72) 52%, rgba(8,7,5,.32) 70%, rgba(8,7,5,0) 88%); }
.heritage-photo-inner { position: relative; z-index: 2; width: 100%; max-width: 660px; padding: 0 2rem 0 clamp(2rem, 6.5vw, 6.5vw); }
.heritage-photo-mark { display: block; margin-bottom: 1.15rem; color: var(--gold-light); font: 500 1.5rem/1 var(--serif); text-align: left; }
.heritage-photo-inner h2 { margin: 0 0 1.5rem; color: #fdfaf3; font: 600 clamp(2.1rem, 3.3vw, 3.1rem)/1.14 var(--serif); letter-spacing: -.02em; }
.heritage-photo-inner p { max-width: 520px; margin: 0 0 1.9rem; color: rgba(255,255,255,.78); font-size: .92rem; font-weight: 300; line-height: 1.8; }
.heritage-photo-values { display: flex; align-items: center; color: var(--gold-light); font: 500 .78rem var(--serif); letter-spacing: .02em; text-transform: uppercase; }
.heritage-photo-values span { position: relative; padding: 0 1.2rem; }
.heritage-photo-values span:first-child { padding-left: 0; }
.heritage-photo-values span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 14px; background: rgba(255,255,255,.35); transform: translateY(-50%); }

.fixed-image-section { width: 100%; height: 70vh; min-height: 600px; background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), center 42%/cover no-repeat fixed url("assets/parallex-image.jpg"); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.about-copy { padding-left: 4vw; }
.about-copy h2, .section-intro h2, .section-heading-row h2, .services-panel h2, .awards-title h2, .media h2, .social h2 { margin-bottom: 2.25rem; font: 500 clamp(2.35rem, 3.9vw, 4.65rem)/.98 var(--serif); letter-spacing: -.055em; }
h2 em { color: var(--gold); font-style: normal; font-weight: 400; }
.body-copy { max-width: 600px; margin-bottom: 2.4rem; color: var(--muted); font-size: .92rem; font-weight: 300; }
.body-copy p { margin-bottom: 1.2rem; }
.framed-image { position: relative; margin: 0; padding: 1rem 1rem 0 0; }
.framed-image::before { content: ""; position: absolute; inset: -1.2rem 0 2.4rem 2.25rem; border: 1px solid rgba(185,154,93,.62); }
.framed-image img { position: relative; height: min(70vw, 780px); object-fit: cover; object-position: center 58%; }
.framed-image figcaption { position: relative; display: flex; justify-content: space-between; padding-top: 1rem; color: var(--olive); font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; }

.approach { background: var(--cream); }
.section-intro { display: grid; grid-template-columns: .45fr 1fr; align-items: start; margin-bottom: 4rem; }
.section-intro h2 { max-width: 900px; margin: 0; }
.approach-list { border-top: 1px solid rgba(37,34,29,.25); }
.approach-item { display: grid; grid-template-columns: .18fr .48fr 1fr 40px; gap: 2rem; align-items: center; padding: 2rem .25rem; border-bottom: 1px solid rgba(37,34,29,.2); }
.approach-number { color: var(--gold); font: italic 1.2rem var(--serif); }
.approach-item h3 { margin: 0; font: 500 clamp(1.35rem, 1.8vw, 2rem)/1.05 var(--serif); letter-spacing: -.035em; text-transform: uppercase; }
.approach-item p { max-width: 620px; margin: 0; color: var(--muted); font-size: .88rem; }
.line-arrow { justify-self: end; color: var(--gold); font-size: 1.3rem; }

.champions { min-height: 850px; display: grid; grid-template-columns: 1.15fr .85fr; color: #fff; background: var(--charcoal); }
.champion-image { position: relative; overflow: hidden; }
.champion-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.champion-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--charcoal)); }
.image-label { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; font-size: .55rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.champion-copy { align-self: center; padding: clamp(5rem, 8vw, 9rem) 8vw clamp(5rem, 8vw, 9rem) 5vw; }
.champion-copy h2 { margin-bottom: 2rem; font: 500 clamp(2.45rem, 3.5vw, 4.25rem)/.98 var(--serif); letter-spacing: -.05em; text-transform: uppercase; }
.champion-copy p { color: rgba(255,255,255,.62); font-size: .88rem; font-weight: 300; }
.horse-names { display: grid; grid-template-columns: repeat(2, 1fr); gap: .2rem 1.5rem; margin: 2rem 0; padding: 0; list-style: none; color: #eee4d1; font: 500 1rem var(--serif); }
.horse-names li { padding: .55rem 0; border-bottom: 1px solid rgba(213,185,120,.22); }
.champion-copy .signature { margin: 2rem 0; color: var(--gold-light); font: italic 1.2rem var(--serif); }

.horses { background: var(--ivory); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading-row h2 { margin-bottom: 0; }
.horse-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.5rem 1.5rem; align-items: start; }
.horse-card { min-width: 0; }
.horse-card figure { height: clamp(340px, 33vw, 520px); margin: 0; overflow: hidden; background: #ddd5c6; }
.horse-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .5s; }
.horse-card:nth-child(1) img { object-position: 66% center; }
.horse-card:nth-child(2) img { object-position: 55% center; }
.horse-card:nth-child(3) img { object-position: 35% center; }
.horse-card:nth-child(4) img { object-position: 72% center; }
.horse-card:nth-child(5) img { object-position: 55% center; }
.horse-card:nth-child(6) img { object-position: 40% center; }
.horse-card a:hover img { transform: scale(1.045); }
.horse-meta { display: flex; justify-content: space-between; padding: 1.25rem 0 0; border-top: 1px solid rgba(37,34,29,.22); }
.horse-meta h3 { margin-bottom: .1rem; font: 500 clamp(1.15rem, 1.45vw, 1.6rem)/1.05 var(--serif); letter-spacing: -.025em; text-transform: uppercase; }
.horse-meta p, .horse-meta > span { margin: 0; color: var(--olive); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }

.services { min-height: 900px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); }
.services-media { min-height: 750px; overflow: hidden; }
.services-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.services-panel { align-self: center; padding: clamp(5rem, 9vw, 9rem); }
.services-panel > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: .92rem; }
.service-list { margin: 2.5rem 0 3rem; padding: 0; list-style: none; counter-reset: services; }
.service-list li { display: flex; gap: 1.5rem; align-items: center; padding: .9rem 0; border-bottom: 1px solid rgba(37,34,29,.2); font: 500 clamp(1.15rem, 1.6vw, 1.6rem) var(--serif); letter-spacing: -.025em; text-transform: uppercase; }
.service-list span { color: var(--gold); font: 500 .6rem var(--sans); }

.awards { position: relative; overflow: hidden; background: #d7bf8c; }
.awards-watermark { position: absolute; left: -3vw; bottom: -6vw; color: rgba(255,255,255,.14); font: 500 33vw/.65 var(--serif); letter-spacing: -.08em; }
.awards-grid { position: relative; display: grid; grid-template-columns: .9fr .55fr .8fr; gap: clamp(2.5rem, 5vw, 7rem); align-items: center; }
.awards-title h2 { margin: 0; text-transform: uppercase; }
.awards-title h2 em { color: var(--charcoal); text-transform: none; }
.awards-copy > p { margin-bottom: 2.5rem; color: rgba(37,34,29,.75); font-size: .92rem; }
.award-stat { padding: 1rem 0; border-top: 1px solid rgba(37,34,29,.25); }
.award-stat strong { display: block; font: 500 1.25rem var(--serif); }
.award-stat span { color: rgba(37,34,29,.65); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.awards-copy .text-link { margin-top: 2.5rem; }
.awards-image { height: 650px; margin: 0; overflow: hidden; }
.awards-image img { width: 100%; height: 100%; object-fit: cover; object-position: 36% center; }

.media { color: #fff; background: var(--charcoal-2); }
.media h2 em { color: var(--gold-light); }

.eyebrow-award { gap: .65rem; }
.award-icon-inline { display: block; width: 20px; height: 20px; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 2.25rem; }
.news-item a { position: relative; display: block; }
.news-item figure { position: relative; height: 420px; margin: 0 22px 2.1rem 0; }
.news-item figure::after { content: ""; position: absolute; inset: -14px -22px 14px 14px; z-index: 1; border: 1px solid rgba(213,185,120,.55); pointer-events: none; }
.news-item-crop { display: block; width: 100%; height: 100%; overflow: hidden; background: #29271f; }
.news-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform 1s var(--ease), filter .5s; }
.news-item:nth-child(1) img { object-position: 35%; }
.news-item:nth-child(2) img { object-position: 70%; }
.news-item:nth-child(3) img { object-position: 50% 45%; }
.news-item a:hover img { transform: scale(1.04); filter: saturate(1); }

.award-medal { position: absolute; z-index: 3; top: -20px; left: 26px; width: 54px; filter: drop-shadow(0 6px 10px rgba(0,0,0,.55)); }
.award-medal img { display: block; width: 100%; height: auto; }

.award-plaque { display: flex; align-items: center; gap: 1.15rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); }
.award-year { position: relative; flex: none; padding-right: 1.15rem; color: var(--gold-light); font: italic 500 1.85rem/1 var(--serif); }
.award-year::after { content: ""; position: absolute; top: 1px; right: 0; width: 1px; height: calc(100% - 2px); background: rgba(255,255,255,.25); }
.award-plaque-text { min-width: 0; }
.news-meta { color: var(--gold-light); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.news-item h3 { margin: .35rem 0 0; font: 500 clamp(1.3rem, 1.75vw, 2rem)/1.1 var(--serif); letter-spacing: -.035em; }
.read-more { display: inline-block; margin-top: .9rem; color: rgba(255,255,255,.55); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }

.social { padding-bottom: 0; text-align: center; background: var(--paper); }
.instagram-mark { width: 32px; height: 32px; margin: 0 auto; }
.social-heading > p { margin: 1rem 0 .6rem; color: var(--olive); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.social h2 { margin-bottom: 1.75rem; }
.social-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; margin-bottom: 2px; margin-top: 5rem; }
.social-strip figure { height: 26vw; max-height: 500px; margin: 0; overflow: hidden; }
.social-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.social-strip figure:nth-child(1) img, .social-strip figure:nth-child(4) img { object-position: 52% 45%; }
.social-strip figure:nth-child(2) img, .social-strip figure:nth-child(5) img { object-position: 68%; }
.social-strip figure:nth-child(3) img { object-position: 35%; }
.social-strip figure:hover img { transform: scale(1.05); }

.site-footer { position: relative; min-height: clamp(560px, 43vw, 650px); padding: 0 0 1.25rem; display: flex; flex-direction: column; justify-content: flex-end; color: rgba(255,255,255,.72); background: #15140f; overflow: hidden; }
.footer-cinematic-bg { position: absolute; inset: -4%; background: center 54%/cover no-repeat url("assets/banner.webp"); will-change: transform; }
.footer-cinematic-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12,11,8,.14) 0%, rgba(12,11,8,.32) 29%, rgba(21,20,15,.9) 59%, #15140f 76%); }
.closing-copy { position: absolute; z-index: 2; top: 17%; left: 50%; width: min(90vw, 1050px); text-align: center; transform: translateX(-50%); }
.closing-copy.reveal { transform: translate(-50%, 28px); }
.closing-copy.reveal.is-visible { transform: translate(-50%, 0); }
.closing-monogram { display: block; margin-bottom: .65rem; color: var(--gold-light); font: 500 clamp(2.3rem, 3.4vw, 4rem)/1 var(--serif); }
.closing-copy h2 { margin-bottom: .65rem; color: #fff; font: 500 clamp(2rem, 3.5vw, 3.75rem)/1 var(--serif); letter-spacing: -.025em; text-transform: uppercase; }
.closing-copy > p { color: #f2dfb5; font: italic clamp(1rem, 1.35vw, 1.4rem) var(--serif); }
.footer-minimal { position: relative; z-index: 2; display: grid; justify-items: center; padding: 2.25rem 0 2rem; text-align: center; border-top: 1px solid rgba(255,255,255,.16); }
.footer-description { max-width: 650px; margin: 0 0 1.2rem; font-size: .82rem; font-weight: 300; line-height: 1.7; }
.footer-contact-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.1rem 1.85rem; color: #fff; font-size: .75rem; }
.footer-contact-line a { padding-bottom: .2rem; }
.footer-social { display: flex; gap: 1.5rem; margin-top: 1.15rem; color: var(--gold-light); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-contact-line a:hover, .footer-social a:hover, .footer-bottom a:hover { color: var(--gold-light); }
.footer-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 2rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.image-reveal { clip-path: inset(0 0 100% 0); transition: opacity .9s var(--ease), transform .9s var(--ease), clip-path 1.2s var(--ease); }
.image-reveal.is-visible { clip-path: inset(0); }

@media (max-width: 1180px) {
  :root { --shell: min(90vw, 1100px); }
  .desktop-nav { gap: 1.15rem; }
  .desktop-nav a { font-size: .86rem; letter-spacing: .08em; }
  .site-header { grid-template-columns: 1fr 190px 1fr; padding-inline: 2.5vw; }
  .brand-centered { width: 190px; }
  .header-right { gap: 1rem; }
  .header-contact { width: 158px; min-height: 50px; padding-inline: 1rem; font-size: .86rem; }
  .header-contact span { font-size: 1.1rem; }
  .desktop-nav-right .languages { display: none; }
  .about-copy { padding-left: 0; }
  .champions { grid-template-columns: 1fr 1fr; }
  .champion-copy { padding-inline: 3.5rem; }
  .horse-grid { grid-template-columns: repeat(2, 1fr); gap: 4rem 1.5rem; }
  .awards-grid { grid-template-columns: 1fr .8fr; }
  .awards-image { grid-column: 1 / -1; height: 480px; }
  .fixed-image-section { height: 60vh; min-height: 500px; }
  .heritage-photo { min-height: 560px; }
  .heritage-photo-overlay { background: linear-gradient(90deg, rgba(8,7,5,.97) 0%, rgba(8,7,5,.92) 42%, rgba(8,7,5,.5) 74%, rgba(8,7,5,.1) 94%); }
}

@media (max-width: 767px) {
  .fixed-image-section { height: 480px; min-height: 0; background-attachment: scroll; }
  .brand-centered .brand-logo { left: 25%; }
}

@media (max-width: 900px) {
  .site-header { height: 92px; grid-template-columns: auto 1fr auto; }
  .site-header.scrolled { height: 82px; }
  .brand-centered { grid-column: 1; justify-self: start; width: 170px; height: 82px; }
  .brand-logo { max-width: 155px; max-height: 76px; }
  .scrolled .brand-centered { height: 76px; }
  .scrolled .brand-centered .brand-logo { max-width: 138px; max-height: 68px; }
  .desktop-nav { display: none; }
  .header-right { grid-column: 3; justify-self: end; }
  .header-contact { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle { color: var(--gold-light); border: 1px solid rgba(213,185,120,.42); background: rgba(23,22,17,.2); backdrop-filter: blur(6px); }
  .languages { display: none; }
  .hero-content { right: 5vw; bottom: 4.5rem; width: min(65vw, 650px); }
  .hero-shade { background: linear-gradient(0deg, rgba(10,9,7,.58), rgba(10,9,7,.14)), radial-gradient(circle at center, rgba(18,16,12,.18), rgba(13,13,10,.62)); }
  .heritage-photo-inner { max-width: 460px; padding: 0 1.5rem; }
  .heritage-photo-overlay { background: linear-gradient(90deg, rgba(8,7,5,.98) 0%, rgba(8,7,5,.93) 55%, rgba(8,7,5,.6) 82%, rgba(8,7,5,.25) 100%); }
  .about-grid, .champions, .services { grid-template-columns: 1fr; }
  .about-copy { max-width: 680px; }
  .framed-image { width: 82%; margin-left: auto; }
  .section-intro { grid-template-columns: 1fr; }
  .approach-item { grid-template-columns: 60px .55fr 1fr 30px; gap: 1rem; }
  .champions { min-height: 0; }
  .champion-image { height: 70vw; max-height: 680px; }
  .champion-image::after { background: linear-gradient(0deg, var(--charcoal), transparent 35%); }
  .champion-copy { padding: 5.5rem 8vw 7rem; }
  .services-media { min-height: 650px; height: 78vw; }
  .services-panel { padding: 6rem 8vw; }
  .news-grid { gap: 1.2rem; }
  .news-item figure { height: 320px; }
  .social-strip { grid-template-columns: repeat(3, 1fr); }
  .social-strip figure { height: 38vw; }
  .social-strip figure:nth-child(n+4) { display: none; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 2.5rem); }
  .section-pad { padding: 5.5rem 0; }
  .site-header { padding-inline: .6rem; }
  .brand-centered { width: 155px; }
  .brand-logo { max-width: 130px; }
  .brand-arabic { font-size: 1.4rem; }
  .brand-name { font-size: .78rem; }
  .hero { min-height: 830px; }
  .hero-media { inset: -3%; background-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,9,7,.68), rgba(10,9,7,.12)), radial-gradient(circle at center, rgba(18,16,12,.15), rgba(13,13,10,.62)); }
  .hero-content { right: 1.25rem; bottom: 3.5rem; width: calc(100% - 2.5rem); padding: 0; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 3.85rem); line-height: .94; }
  .hero-copy { max-width: 90%; font-size: .85rem; line-height: 1.75; }
  .hero-actions { align-items: center; flex-direction: column; gap: 1.5rem; }
  .scroll-cue { display: none; }
  .hero-index { left: 1.25rem; bottom: 1.5rem; }
  .heritage-band { padding: 2.75rem 1.25rem; }
  .heritage-title-ar { font-size: 2.4rem; }
  .about-grid { gap: 4.5rem; }
  .about-copy h2, .section-intro h2, .section-heading-row h2, .services-panel h2, .awards-title h2, .media h2, .social h2 { font-size: 2.5rem; }
  .framed-image { width: 92%; }
  .framed-image img { height: 125vw; }
  .approach-item { grid-template-columns: 40px 1fr 24px; padding: 1.8rem 0; }
  .approach-item h3 { font-size: 1.7rem; }
  .approach-item p { grid-column: 2 / -1; font-size: .83rem; }
  .champion-image { height: 90vw; }
  .champion-copy { padding: 5rem 1.25rem 6rem; }
  .champion-copy h2 { font-size: 2.6rem; }
  .horse-names { grid-template-columns: 1fr; }
  .section-heading-row { align-items: start; flex-direction: column; margin-bottom: 3rem; }
  .section-heading-row > .text-link { display: none; }
  .horse-grid { grid-template-columns: 1fr; gap: 3rem; width: auto; margin-right: 0; overflow: visible; }
  .horse-card figure { height: 112vw; max-height: 520px; }
  .mobile-only { display: inline-flex; margin-top: 2.5rem; }
  .services-media { min-height: 0; height: 110vw; }
  .services-panel { padding: 5rem 1.25rem 6rem; }
  .awards-grid { grid-template-columns: 1fr; }
  .awards-copy { max-width: 500px; }
  .awards-image { grid-column: auto; height: 110vw; }
  .news-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .news-item figure { height: 105vw; }
  .social-strip { display: flex; overflow-x: hidden; }
  .social-strip figure { flex: 0 0 55vw; height: 72vw; }
  .site-footer { min-height: 620px; }
  .footer-cinematic-bg { background-position: 58% center; }
  .closing-copy { top: 15%; }
  .closing-copy h2 { font-size: 2.15rem; }
  .footer-minimal { padding: 2rem 0 1.75rem; }
  .footer-contact-line { gap: .75rem 1.4rem; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .footer-bottom div { flex-direction: column; align-items: center; gap: .5rem; }
}

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