:root {
  --navy: #10264a;
  --navy-2: #173761;
  --navy-3: #071a34;
  --gold: #d5a24b;
  --gold-2: #f0c46e;
  --pearl: #f8f7f3;
  --ivory: #fffdf8;
  --ink: #172033;
  --muted: #687286;
  --line: #dfe3e9;
  --white: #fff;
  --green: #28796b;
  --shadow: 0 18px 60px rgba(16, 38, 74, .13);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "IBM Plex Sans Arabic", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  right: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }

.announcement {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
}

.announcement__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.announcement p { margin: 0; }
.announcement a { color: var(--gold-2); border-bottom: 1px solid currentColor; }

.site-header {
  position: relative;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(16, 38, 74, .09);
}

.utility-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}

.utility-bar > p { margin: 0; }
.utility-links { display: flex; gap: 22px; }
.text-button { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.text-button svg { width: 19px; height: 19px; }

.navigation {
  min-height: 100px;
  display: grid;
  grid-template-columns: 275px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 265px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand .brand__mark { width: 54px; height: 70px; flex: 0 0 auto; object-fit: contain; }
.brand__copy { display: grid; line-height: 1.35; }
.brand__copy strong { color: var(--navy); font-family: "Noto Kufi Arabic", sans-serif; font-size: 1.38rem; }
.brand__copy small { color: #9a7130; font-size: .75rem; font-weight: 600; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); font-weight: 600; }
.desktop-nav a { position: relative; padding: 36px 0 32px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 25px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.desktop-nav a.active { color: var(--navy); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button, .cart-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.icon-button svg, .cart-button svg { width: 22px; height: 22px; }
.cart-button { position: relative; color: #fff; background: var(--navy); border-color: var(--navy); }
.cart-count {
  position: absolute;
  top: -5px;
  left: -3px;
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: var(--navy);
  background: var(--gold-2);
  font-size: .72rem;
  font-weight: 700;
}

.menu-toggle { display: none; }
.search-panel { border-top: 1px solid var(--line); background: #fff; }
.search-panel__inner { padding: 24px 0 30px; }
.search-panel label { display: block; margin-bottom: 8px; color: var(--navy); font-weight: 700; }
.search-box { display: flex; gap: 10px; }
.search-box input { flex: 1; min-width: 0; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--pearl); }
.search-box button { padding: 0 22px; border: 1px solid var(--navy); border-radius: 12px; background: #fff; cursor: pointer; }
.search-panel p { margin: 8px 0 0; color: var(--muted); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 620px; overflow: hidden; background: var(--navy); }
.hero-track { min-height: inherit; }
.hero-slide { display: none; min-height: 620px; color: #fff; }
.hero-slide.is-active { display: block; animation: slideReveal .6s cubic-bezier(.2,.75,.25,1) both; }

@keyframes slideReveal {
  from { opacity: 0; transform: translateX(22px); }
  to { opacity: 1; transform: translateX(0); }
}

.hero-slide--knowledge {
  background:
    radial-gradient(circle at 18% 45%, rgba(213,162,75,.2), transparent 24%),
    linear-gradient(125deg, var(--navy-3) 0 54%, var(--navy) 54% 100%);
}

.hero-slide--knowledge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to left, #000, transparent 68%);
}

.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; max-width: 600px; }
.hero-kicker { display: inline-block; margin-bottom: 16px; color: var(--gold-2); font-weight: 700; }
.hero-copy h1, .hero-copy h2 {
  margin: 0 0 22px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1.22;
  letter-spacing: -.045em;
}
.hero-copy p { max-width: 580px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.hero-actions, .partnership-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 27px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--navy); background: var(--gold-2); }
.button--ghost-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.38); }
.button--navy { color: #fff; background: var(--navy); }

.book-stage { position: relative; height: 500px; perspective: 1000px; }
.orbit { position: absolute; inset: 45px 15px 25px 40px; border: 1px solid rgba(240,196,110,.35); border-radius: 50%; transform: rotate(-12deg); }
.orbit::after { content: ""; position: absolute; width: 16px; height: 16px; top: 35px; right: 48px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 12px rgba(240,196,110,.12); }
.book { position: absolute; width: 42%; max-height: 410px; object-fit: contain; filter: drop-shadow(0 28px 24px rgba(0,0,0,.28)); transform-origin: bottom center; }
.book--one { right: 22%; bottom: 20px; z-index: 3; transform: rotateY(-8deg) rotate(-2deg); animation: bookFloat 5s ease-in-out infinite; }
.book--two { right: 2%; bottom: 52px; z-index: 2; transform: rotate(9deg) scale(.86); }
.book--three { right: 51%; bottom: 32px; z-index: 1; transform: rotate(-10deg) scale(.9); }

@keyframes bookFloat { 50% { transform: rotateY(-5deg) rotate(0deg) translateY(-10px); } }

.hero-slide--childhood { color: var(--ink); background: #e8fbfb; }
.hero-slide--childhood .hero-grid { grid-template-columns: .78fr 1.22fr; }
.hero-copy--dark .hero-kicker { color: #087c86; }
.hero-copy--dark p { color: #46566b; }
.price-line { display: flex; align-items: baseline; gap: 15px; margin: -8px 0 24px; }
.price-line del { color: var(--muted); }
.price-line strong { color: var(--navy); font-size: 1.65rem; }
.childhood-visual { position: relative; }
.childhood-visual::before { content: ""; position: absolute; inset: 4% 2%; border: 1px solid rgba(16,38,74,.12); border-radius: 50%; }
.childhood-visual img { position: relative; width: 100%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(16,38,74,.15)); }

.hero-slide--partner { background: linear-gradient(135deg, #0b2547, #153e6c); }
.partner-hero-grid { min-height: 620px; display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.partner-mark { position: relative; min-height: 360px; display: grid; place-content: center; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 40px; border: 1px solid rgba(255,255,255,.16); }
.partner-mark::before, .partner-mark::after { content: ""; position: absolute; width: 86px; height: 2px; background: var(--gold); }
.partner-mark::before { top: 34px; right: 34px; }
.partner-mark::after { bottom: 34px; left: 34px; }
.partner-mark span { font-family: "Noto Kufi Arabic"; font-size: clamp(2rem, 4vw, 4rem); text-align: center; }
.partner-mark i { width: 1px; height: 120px; display: block; background: var(--gold); transform: rotate(14deg); }

.hero-arrow { position: absolute; z-index: 5; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(16,38,74,.32); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(8px); }
.hero-arrow svg { width: 24px; height: 24px; }
.hero-arrow--prev { right: 22px; }
.hero-arrow--next { left: 22px; }
.hero-dots { position: absolute; z-index: 5; bottom: 24px; left: 50%; display: flex; gap: 8px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.76); box-shadow: 0 8px 30px rgba(7,26,52,.12); transform: translateX(-50%); backdrop-filter: blur(8px); }
.hero-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(16,38,74,.36); cursor: pointer; transition: width .2s ease, border-radius .2s ease; }
.hero-dots button.is-active { width: 28px; border-radius: 999px; background: var(--gold-2); }

.hero-slide--program { position: relative; overflow: hidden; }
.hero-slide--program::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to left, #000, transparent 70%); mask-image: linear-gradient(to left, #000, transparent 70%); }
.hero-program-grid { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.hero-slide--violet { background: linear-gradient(125deg, #241c55, #51429a); }
.hero-slide--slate { background: linear-gradient(125deg, #071a34, #234666); }
.hero-slide--blue { background: linear-gradient(125deg, #0b2c52, #256e83); }
.hero-slide--navy { background: linear-gradient(125deg, #06172e, #173761); }
.hero-slide--sand { color: var(--ink); background: linear-gradient(125deg, #f4e4bf, #fff9e9); }
.hero-slide--aqua { color: var(--ink); background: linear-gradient(125deg, #d8f4ef, #f2fffc); }
.hero-slide--plum { background: linear-gradient(125deg, #261c39, #5a3b6d); }
.hero-slide--gold { color: var(--ink); background: linear-gradient(125deg, #e9c16f, #fff2c8); }
.hero-program-art { position: relative; width: min(430px, 90%); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; padding: 52px; border: 1px solid rgba(255,255,255,.3); border-radius: 34px 34px 110px 34px; background: rgba(255,255,255,.96); box-shadow: 0 34px 70px rgba(2,14,30,.28); transform: rotate(-2deg); transition: transform .3s ease; }
.hero-program-art:hover { transform: rotate(0) translateY(-4px); }
.hero-program-art::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(16,38,74,.1); border-radius: 22px 22px 90px 22px; pointer-events: none; }
.hero-program-art > span { position: absolute; z-index: 2; top: 24px; right: 27px; color: var(--navy); font: 700 1.05rem "Noto Kufi Arabic", sans-serif; }
.hero-program-art img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-program-art--wide img { width: 112%; }
.hero-program-art--light { box-shadow: 0 34px 70px rgba(96,70,20,.17); }

.proof-bar { color: #fff; background: var(--navy-3); border-top: 1px solid rgba(255,255,255,.1); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 0; }
.proof-grid div { display: grid; justify-items: center; gap: 4px; padding: 4px 28px; border-left: 1px solid rgba(255,255,255,.15); text-align: center; }
.proof-grid div:last-child { border-left: 0; }
.proof-grid strong { display: block; min-inline-size: 7ch; color: var(--gold-2); font-family: "Noto Kufi Arabic"; font-size: 1.45rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.proof-grid span { color: rgba(255,255,255,.7); font-size: .9rem; }

.section { padding: 100px 0; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.section-heading--split > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); }
.section-label { margin: 0 0 8px; color: #99702d; font-weight: 700; }
.section-heading h2, .preview-copy h2, .partnership-copy h2, .impact-heading h2, .about h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Noto Kufi Arabic";
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.35;
  letter-spacing: -.03em;
}
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }

.programs { background: var(--pearl); }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.program-tile { min-height: 255px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; text-align: center; cursor: pointer; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.program-tile:hover { transform: translateY(-4px); box-shadow: 0 13px 32px rgba(16,38,74,.09); }
.program-tile img { width: 92px; height: 92px; margin-bottom: 5px; object-fit: contain; border-radius: 14px; background: #fff; mix-blend-mode: multiply; }
.program-tile__icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold-2); font-size: 1.8rem; }
.program-tile__icon--tager { color: var(--gold-2); background: var(--navy); font-family: "Noto Kufi Arabic"; font-weight: 700; }
.program-tile strong { font-size: 1.06rem; }
.program-tile small { min-height: 45px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.program-tile > span { margin-top: 4px; padding-bottom: 2px; color: #8d6728; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 700; }

.season { background: #fff; }
.season-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.season-card { position: relative; min-height: 220px; display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 24px; padding: 28px; overflow: hidden; border-radius: 18px; color: #fff; }
.season-card > span { position: absolute; top: 18px; left: 20px; color: rgba(255,255,255,.58); font: 700 .9rem "Noto Kufi Arabic", sans-serif; }
.season-card img { width: 118px; height: 118px; padding: 8px; border-radius: 16px; object-fit: contain; background: #fff; }
.season-card div { display: grid; gap: 5px; }
.season-card strong { font: 700 1.35rem "Noto Kufi Arabic", sans-serif; }
.season-card small { color: rgba(255,255,255,.72); }
.season-card--violet { background: #403382; }
.season-card--navy { background: var(--navy); }
.season-card--aqua { color: var(--navy); background: #cceee8; }
.season-card--aqua > span, .season-card--aqua small { color: rgba(16,38,74,.62); }

.products { background: #fff; }
.salla-link { width: fit-content; min-height: 62px; display: inline-flex; align-items: center; gap: 14px; margin: -12px 0 30px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--pearl); }
.salla-link svg { width: 28px; height: 28px; color: var(--navy); }
.salla-link span { display: grid; }
.salla-link strong { color: var(--navy); }
.salla-link small { color: var(--muted); font-size: .77rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-card__media { position: relative; height: 360px; display: grid; place-items: center; overflow: hidden; }
.product-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(0,0,0,.12)); pointer-events: none; }
.product-card__media > img { width: 83%; height: 82%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(16,38,74,.16)); transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.product-card:hover .product-card__media > img { transform: scale(1.035) rotate(-1deg); }
.product-card__media--navy { background: #edf2f6; }
.product-card__media--aqua { background: #dcf8f8; }
.product-card__media--purple { background: #f0ebf8; }
.product-card__media--green { background: #eaf5ef; }
.product-card__media--pearl { background: #f5f4ef; }
.product-card__media--yellow { background: #fff3bf; }
.product-card__media--tager { background: linear-gradient(145deg, #e9edf3, #f8f6ef); }
.tager-cover { width: 57%; height: 78%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1px solid rgba(213,162,75,.55); color: #fff; background: var(--navy); box-shadow: 0 20px 28px rgba(16,38,74,.22); text-align: center; }
.tager-cover strong { color: var(--gold-2); font-family: "Noto Kufi Arabic"; font-size: 2.4rem; }
.tager-cover span { margin-top: 8px; }
.tager-cover small { margin-top: auto; color: rgba(255,255,255,.64); }
.product-card__media .logo-product { width: 66%; height: 66%; border-radius: 22px; mix-blend-mode: multiply; }
.badge { position: absolute; z-index: 3; top: 17px; right: 17px; padding: 6px 11px; border-radius: 999px; color: #fff; background: var(--navy); font-size: .78rem; font-weight: 700; }
.badge--sale { color: var(--navy); background: var(--gold-2); }
.badge--free { background: var(--green); }
.wish-button { position: absolute; z-index: 3; top: 14px; left: 14px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; }
.wish-button svg { width: 20px; height: 20px; }
.wish-button.is-wished { color: #fff; background: var(--navy); }
.wish-button.is-wished svg { fill: currentColor; }
.preview-chip { position: absolute; z-index: 4; right: 50%; bottom: 17px; min-width: 190px; padding: 9px 13px; border: 0; border-radius: 999px; color: #fff; background: rgba(16,38,74,.9); opacity: 0; transform: translate(50%, 9px); transition: opacity .25s ease, transform .25s ease; cursor: pointer; }
.product-card:hover .preview-chip, .preview-chip:focus-visible { opacity: 1; transform: translate(50%, 0); }
.product-card__body { padding: 22px; }
.product-meta { margin: 0 0 5px; color: var(--muted); font-size: .86rem; }
.product-card h3 { min-height: 56px; margin: 0 0 20px; color: var(--navy); font-family: "Noto Kufi Arabic"; font-size: 1.05rem; line-height: 1.65; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-footer > div { display: flex; align-items: baseline; gap: 8px; }
.product-footer del { color: #949ba8; font-size: .85rem; }
.product-footer strong { color: var(--navy); font-size: 1.2rem; }
.product-footer button { min-height: 42px; padding: 0 16px; border: 1px solid var(--navy); border-radius: 9px; color: var(--navy); background: #fff; font-weight: 700; cursor: pointer; }
.product-footer button:hover { color: #fff; background: var(--navy); }
.empty-results { padding: 48px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--pearl); }
.empty-results h3 { margin: 0; color: var(--navy); }
.empty-results p { margin: 6px 0 0; color: var(--muted); }

.partnership { padding-top: 40px; }
.partnership-card { min-height: 500px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; padding: 70px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(125deg, var(--navy-3), var(--navy-2)); }
.partnership-copy h2 { color: #fff; }
.partnership-copy > p:last-of-type { max-width: 610px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.partner-products { position: relative; min-height: 330px; }
.partner-product { position: absolute; width: 235px; min-height: 260px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.09); box-shadow: 0 30px 50px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.partner-product img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 12px; background: #fff; }
.partner-product span { display: block; margin-top: 12px; color: rgba(255,255,255,.8); text-align: center; }
.partner-product--front { z-index: 2; right: 25px; top: 15px; transform: rotate(5deg); }
.partner-product--back { left: 15px; bottom: 5px; transform: rotate(-7deg) scale(.92); }

.preview-section { background: var(--pearl); }
.preview-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.preview-copy > p:not(.section-label) { color: var(--muted); font-size: 1.06rem; }
.preview-copy ul { margin: 24px 0 30px; padding: 0; list-style: none; }
.preview-copy li { position: relative; margin: 9px 0; padding-right: 25px; }
.preview-copy li::before { content: "✓"; position: absolute; right: 0; color: #99702d; font-weight: 700; }
.preview-book { position: relative; min-height: 520px; perspective: 1400px; }
.preview-book::before { content: ""; position: absolute; right: 5%; bottom: 0; width: 90%; height: 22px; border-radius: 50%; background: rgba(16,38,74,.14); filter: blur(12px); }
.preview-book__page { position: absolute; top: 0; width: 57%; height: 470px; overflow: hidden; border: 8px solid #fff; background: #fff; box-shadow: 0 25px 60px rgba(16,38,74,.2); }
.preview-book__page img { width: 100%; height: 100%; object-fit: contain; }
.preview-book__page--front { right: 12%; z-index: 2; transform: rotateY(-16deg) rotate(2deg); transform-origin: right center; }
.preview-book__page--back { left: 6%; top: 30px; transform: rotateY(17deg) rotate(-3deg); transform-origin: left center; }
.preview-play { position: absolute; z-index: 4; right: 48%; top: 45%; width: 64px; height: 64px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: var(--navy); background: var(--gold-2); box-shadow: 0 10px 30px rgba(16,38,74,.2); cursor: pointer; }
.preview-play svg { width: 29px; height: 29px; }

.impact { color: #fff; background: var(--navy-3); }
.impact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px 70px; }
.impact-heading h2 { color: #fff; }
.impact-heading > p:last-child { color: rgba(255,255,255,.66); }
.story-card { min-height: 320px; display: grid; grid-template-columns: 160px minmax(0, 1fr); align-items: center; gap: 36px; padding: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.story-card__mark { width: 150px; height: 190px; display: grid; place-items: center; padding: 14px; overflow: hidden; border: 1px solid var(--gold); background: #fff; }
.story-card__mark img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; mix-blend-mode: multiply; }
.story-card__content { position: relative; z-index: 1; min-width: 0; }
.story-card span { color: var(--gold-2); }
.story-card h3 { margin: 8px 0 12px; overflow-wrap: anywhere; font-family: "Noto Kufi Arabic"; font-size: 1.55rem; line-height: 1.6; }
.story-card p { margin: 0; overflow-wrap: anywhere; color: rgba(255,255,255,.68); }
.impact-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); }
.impact-points div { padding: 26px 26px 0; }
.impact-points strong { display: block; color: var(--gold-2); font-family: "Noto Kufi Arabic"; font-size: 1.15rem; }
.impact-points span { color: rgba(255,255,255,.64); }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 72px; }
.about-monogram { position: relative; width: 180px; height: 220px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--gold); }
.about-monogram span { position: absolute; width: 126px; height: 126px; border: 1px solid rgba(213,162,75,.38); border-radius: 50%; animation: markOrbit 12s linear infinite; }
.about-monogram span::after { content: ""; position: absolute; top: 7px; right: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(213,162,75,.14); }
.about-monogram img { position: relative; z-index: 1; width: 112px; image-rendering: auto; animation: markFloat 4.5s ease-in-out infinite; }
@keyframes markOrbit { to { transform: rotate(360deg); } }
@keyframes markFloat { 50% { transform: translateY(-7px); } }
.about-grid > div:nth-child(2) > p:last-of-type { max-width: 650px; color: var(--muted); }
.inline-link { display: inline-block; padding-bottom: 2px; color: #8d6728; border-bottom: 1px solid currentColor; font-weight: 700; }
.trust-strip { padding: 38px 0; border-top: 1px solid var(--line); background: var(--pearl); }
.trust-grid { display: grid; grid-template-columns: 1.5fr .5fr; align-items: stretch; gap: 32px; }
.credentials { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: #fff; }
.credentials p { margin: 0; padding: 20px 24px; border-left: 1px solid var(--line); }
.credentials p:last-child { border-left: 0; }
.credentials span, .credentials strong { display: block; }
.credentials span { color: var(--muted); font-size: .85rem; }
.credentials strong { color: var(--navy); }
.technical-partners { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 18px 22px; border: 1px solid var(--line); background: #fff; }
.technical-partners > span { color: var(--muted); font-size: .82rem; }
.technical-partners a { display: grid; padding-right: 18px; border-right: 1px solid var(--line); }
.technical-partners strong { color: var(--navy); font: 700 1.2rem "Noto Kufi Arabic", sans-serif; }
.technical-partners small { color: #8d6728; }

.footer { padding: 75px 0 100px; color: #fff; background: #07162c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .8fr 1.1fr; gap: 60px; }
.footer-brand img { width: 230px; height: 125px; object-fit: contain; padding: 8px; border-radius: 12px; background: #fff; }
.footer p { color: rgba(255,255,255,.62); }
.footer h2 { margin: 0 0 16px; color: var(--gold-2); font-family: "Noto Kufi Arabic"; font-size: 1rem; }
.footer-grid > div:not(:first-child) > a { display: block; margin: 8px 0; color: rgba(255,255,255,.75); }
.newsletter { display: flex; }
.newsletter input { min-width: 0; flex: 1; padding: 13px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 0 9px 9px 0; color: #fff; background: rgba(255,255,255,.08); }
.newsletter button { padding: 0 16px; border: 0; border-radius: 9px 0 0 9px; color: var(--navy); background: var(--gold-2); font-weight: 700; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.footer-bottom p { margin: 0; }

.program-navigation { grid-template-columns: 275px 1fr auto; }
.program-back { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--navy); border-radius: 9px; color: var(--navy); font-weight: 700; white-space: nowrap; }
.program-detail-hero { color: #fff; background: linear-gradient(125deg, var(--navy-3), var(--navy-2)); }
.program-detail-grid { min-height: 585px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 100px; }
.program-detail-copy { max-width: 680px; }
.program-breadcrumb { display: inline-block; margin-bottom: 28px; padding-bottom: 2px; color: var(--gold-2); border-bottom: 1px solid currentColor; }
.program-detail-copy > p:first-of-type { margin: 0 0 6px; color: var(--gold-2); font-weight: 700; }
.program-detail-copy h1 { margin: 0 0 10px; font: 700 clamp(3.3rem, 6vw, 6rem) "Noto Kufi Arabic", sans-serif; line-height: 1.2; }
.program-detail-copy > strong { display: block; margin-bottom: 18px; font: 600 clamp(1.25rem, 2vw, 1.7rem) "Noto Kufi Arabic", sans-serif; }
.program-detail-copy > p:last-of-type { max-width: 640px; margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.program-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.program-detail-logo { position: relative; width: min(390px, 90%); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; padding: 45px; border-radius: 30px 30px 100px 30px; background: #fff; box-shadow: 0 30px 65px rgba(0,0,0,.25); }
.program-detail-logo span { position: absolute; inset: 17px; border: 1px solid rgba(213,162,75,.42); border-radius: 20px 20px 78px 20px; }
.program-detail-logo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.program-facts { background: var(--pearl); }
.program-facts-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: #fff; }
.program-facts article { min-height: 190px; padding: 32px; border-left: 1px solid var(--line); }
.program-facts article:last-child { border-left: 0; }
.program-facts span { color: #8d6728; font-weight: 700; }
.program-facts p { margin: 13px 0 0; color: var(--navy); font: 600 1.15rem "Noto Kufi Arabic", sans-serif; line-height: 1.7; }
.program-products { background: #fff; }
.program-product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.program-product-card { display: grid; grid-template-columns: 42% 1fr; min-height: 410px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.program-product-image { display: grid; place-items: center; padding: 28px; background: var(--pearl); }
.program-product-image img { width: 100%; height: 100%; max-height: 330px; object-fit: contain; mix-blend-mode: multiply; }
.program-product-card--najeh { grid-template-columns: minmax(260px, 42%) 1fr; }
.program-product-card--najeh .program-product-image { align-self: start; aspect-ratio: 1; padding: 0; overflow: hidden; background: #fff; }
.program-product-card--najeh .program-product-image img { width: 100%; height: 100%; max-height: none; object-fit: cover; mix-blend-mode: normal; filter: none; }
.program-product-card--aalem { grid-template-columns: minmax(210px, 42%) 1fr; }
.program-product-card--aalem .program-product-image { place-items: start center; padding: 0; overflow: hidden; background: #ddd9e8; }
.program-product-card--aalem .program-product-image img { width: 100%; height: auto; max-height: none; aspect-ratio: 210 / 297; object-fit: contain; mix-blend-mode: normal; filter: brightness(.91) contrast(1.08) saturate(1.03); }
.program-product-copy { display: flex; flex-direction: column; padding: 30px; }
.program-product-copy > p { margin: 0; color: #8d6728; font-weight: 700; }
.program-product-copy h3 { margin: 5px 0 20px; color: var(--navy); font: 700 1.2rem "Noto Kufi Arabic", sans-serif; line-height: 1.55; }
.program-product-copy dl { margin: 0; }
.program-product-copy dl div { margin-bottom: 12px; }
.program-product-copy dt { color: var(--muted); font-size: .8rem; }
.program-product-copy dd { margin: 1px 0 0; color: var(--ink); }
.program-product-buy { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.program-product-buy > div { display: grid; }
.program-product-buy del { color: var(--muted); font-size: .8rem; }
.program-product-buy strong { color: var(--navy); font-size: 1.2rem; }
.program-product-buy a { min-height: 43px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 8px; color: #fff; background: var(--navy); font-weight: 700; white-space: nowrap; }
.program-empty { padding: 70px 30px; text-align: center; border: 1px dashed #b9c1cd; background: var(--pearl); }
.program-empty h2 { margin: 0; color: var(--navy); font: 700 1.45rem "Noto Kufi Arabic", sans-serif; }
.program-empty p { max-width: 630px; margin: 12px auto 24px; color: var(--muted); }
.footer-store-link { width: fit-content; padding-bottom: 2px; color: var(--gold-2) !important; border-bottom: 1px solid currentColor; font-weight: 700; }

.floating-contact { position: fixed; z-index: 40; left: 22px; bottom: 24px; display: flex; flex-direction: column; gap: 9px; }
.float-button { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.18); font-weight: 700; }
.float-button svg { width: 25px; height: 25px; stroke-width: 1.7; }
.float-button--whatsapp { background: #1dbf73; }
.float-button--telegram { background: #238bc4; }
.mobile-bottom { display: none; }

.drawer-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(4,14,29,.55); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 90; top: 0; left: 0; width: min(430px, 94vw); height: 100dvh; display: flex; flex-direction: column; padding: 24px; background: #fff; box-shadow: 25px 0 70px rgba(0,0,0,.18); transform: translateX(-105%); transition: transform .28s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; color: var(--navy); font-family: "Noto Kufi Arabic"; font-size: 1.25rem; }
.drawer-header button, .modal-header button, .account-close { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--pearl); font-size: 1.5rem; cursor: pointer; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty span { color: var(--navy); font-family: "Noto Kufi Arabic"; font-size: 1.25rem; }
.cart-empty p { color: var(--muted); }
.cart-items { display: grid; gap: 12px; padding: 22px 0; overflow-y: auto; }
.cart-item { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px; border-radius: 12px; background: var(--pearl); }
.cart-item strong { display: block; color: var(--navy); }
.cart-item button { border: 0; color: #9d3842; background: transparent; cursor: pointer; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary div { display: flex; justify-content: space-between; margin-bottom: 15px; }
.cart-summary > a { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; color: #fff; background: var(--navy); font-weight: 700; cursor: pointer; }
.checkout-note { margin: -3px 0 14px; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.preview-modal, .account-modal { width: min(980px, calc(100% - 30px)); max-height: 92dvh; padding: 0; overflow: hidden; border: 0; border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.preview-modal::backdrop, .account-modal::backdrop { background: rgba(4,14,29,.75); backdrop-filter: blur(5px); }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 25px; border-bottom: 1px solid var(--line); }
.modal-header span { color: #99702d; font-size: .8rem; font-weight: 700; }
.modal-header h2 { margin: 2px 0 0; color: var(--navy); font-family: "Noto Kufi Arabic"; font-size: 1.2rem; }
.viewer { min-height: 570px; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; padding: 25px; background: #eef1f4; }
.viewer > button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.viewer > button svg { width: 22px; height: 22px; }
.viewer figure { height: 510px; margin: 0; text-align: center; }
.viewer figure img { width: 100%; height: 480px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(16,38,74,.16)); }
.viewer figcaption { margin-top: 8px; color: var(--muted); }
.viewer-progress { display: flex; align-items: center; gap: 18px; padding: 14px 25px 20px; background: #fff; }
.viewer-progress > div { flex: 1; height: 4px; overflow: hidden; border-radius: 99px; background: var(--line); }
.viewer-progress i { width: 20%; height: 100%; display: block; background: var(--gold); transition: width .2s ease; }

.account-modal { width: min(460px, calc(100% - 30px)); padding: 38px; overflow: visible; text-align: center; }
.account-close { position: absolute; top: 15px; left: 15px; }
.account-modal > img { width: 75px; margin: auto; }
.account-modal h2 { margin: 14px 0 6px; color: var(--navy); font-family: "Noto Kufi Arabic"; }
.account-modal p { color: var(--muted); }
.account-modal form { display: grid; gap: 8px; margin-top: 24px; text-align: right; }
.account-modal label { color: var(--navy); font-weight: 700; }
.account-modal input { padding: 14px; border: 1px solid var(--line); border-radius: 10px; direction: ltr; text-align: right; }

.toast { position: fixed; z-index: 150; right: 50%; bottom: 32px; max-width: calc(100% - 30px); padding: 12px 20px; border-radius: 999px; color: #fff; background: var(--navy); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(50%, 20px); transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(50%, 0); }

@media (max-width: 1050px) {
  .utility-bar > p { display: none; }
  .utility-bar { justify-content: flex-end; }
  .navigation { grid-template-columns: auto 1fr auto; min-height: 86px; }
  .brand { justify-self: center; width: 230px; min-height: 68px; }
  .brand .brand__mark { width: 48px; height: 62px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu { border-top: 1px solid var(--line); background: #fff; }
  .mobile-menu nav { width: var(--shell); margin: auto; display: grid; padding: 15px 0 24px; }
  .mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
  .hero, .hero-slide, .hero-grid, .partner-hero-grid, .hero-program-grid { min-height: 570px; }
  .hero-grid, .partner-hero-grid, .hero-program-grid { gap: 35px; }
  .program-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .partnership-card { gap: 30px; padding: 50px; }
  .preview-grid { gap: 50px; }
  .impact-layout { grid-template-columns: 1fr; }
  .story-card { grid-column: 1; }
  .about-grid { grid-template-columns: 120px 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .credentials { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); padding: 0; border-right: 0; border-top: 1px solid var(--line); }
  .credentials p { padding: 20px; border-left: 1px solid var(--line); border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .program-navigation { grid-template-columns: 1fr auto; }
  .program-navigation .desktop-nav { display: none; }
  .program-detail-grid { gap: 45px; }
  .program-product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 650px); --radius-lg: 24px; }
  body { padding-bottom: 72px; }
  .announcement__inner { min-height: 48px; justify-content: center; font-size: .83rem; }
  .announcement__inner a { display: none; }
  .utility-bar { display: none; }
  .site-header { position: sticky; top: 0; }
  .navigation { min-height: 76px; grid-template-columns: 44px 1fr 44px; gap: 8px; }
  .brand { width: 172px; min-height: 62px; gap: 8px; }
  .brand .brand__mark { width: 39px; height: 52px; }
  .brand__copy strong { font-size: 1rem; }
  .brand__copy small { display: none; }
  .header-actions .search-toggle { display: none; }
  .header-actions { display: block; }
  .icon-button, .cart-button { width: 42px; height: 42px; }
  .search-panel { display: none; }
  .hero, .hero-slide, .hero-grid, .partner-hero-grid, .hero-program-grid { min-height: 710px; }
  .hero-grid, .hero-slide--childhood .hero-grid, .partner-hero-grid, .hero-program-grid { grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 22px; padding: 44px 0 82px; }
  .hero-slide--knowledge { background: linear-gradient(160deg, var(--navy-3), var(--navy)); }
  .hero-slide--knowledge::before { display: none; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-copy h1, .hero-copy h2 { margin-bottom: 15px; font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .hero-copy p { margin-bottom: 22px; font-size: 1rem; }
  .hero-actions, .partnership-actions { justify-content: center; }
  .button { min-height: 48px; padding: 0 20px; }
  .hero-program-art { width: min(255px, 75vw); padding: 34px; border-radius: 24px 24px 72px 24px; }
  .hero-program-art::before { inset: 12px; border-radius: 15px 15px 58px 15px; }
  .hero-program-art > span { top: 16px; right: 18px; font-size: .78rem; }
  .book-stage { height: 310px; }
  .book { max-height: 290px; width: 44%; }
  .book--one { right: 28%; bottom: 5px; }
  .book--two { right: 5%; bottom: 20px; }
  .book--three { right: 56%; bottom: 10px; }
  .orbit { inset: 10px 30px; }
  .childhood-visual img { max-height: 300px; }
  .hero-slide--childhood .hero-grid { grid-template-rows: auto 290px; }
  .partner-hero-grid { display: flex; flex-direction: column-reverse; justify-content: center; }
  .partner-mark { width: 100%; min-height: 240px; padding: 25px; }
  .partner-mark span { font-size: 2rem; }
  .partner-mark i { height: 75px; }
  .hero-arrow { width: 42px; height: 42px; top: auto; bottom: 22px; transform: none; }
  .hero-arrow--prev { right: 16px; }
  .hero-arrow--next { left: 16px; }
  .hero-dots { bottom: 38px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); padding: 14px 0; }
  .proof-grid div { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-grid strong { font-size: 1.15rem; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 14px; }
  .section-heading h2, .preview-copy h2, .partnership-copy h2, .impact-heading h2, .about h2 { font-size: 1.85rem; }
  .program-grid { display: flex; gap: 10px; margin-left: -14px; overflow-x: auto; padding: 3px 0 15px 14px; scroll-snap-type: x mandatory; }
  .program-tile { min-width: 68vw; min-height: 225px; scroll-snap-align: start; }
  .program-tile img, .program-tile__icon { width: 82px; height: 82px; }
  .season-grid { grid-template-columns: 1fr; }
  .season-card { min-height: 180px; grid-template-columns: 94px 1fr; padding: 24px; }
  .season-card img { width: 94px; height: 94px; }
  .product-grid { display: flex; gap: 14px; margin-left: -14px; overflow-x: auto; padding: 3px 0 18px 14px; scroll-snap-type: x mandatory; }
  .salla-link { width: 100%; margin-top: 0; }
  .product-card { min-width: 82vw; scroll-snap-align: center; }
  .product-card__media { height: 310px; }
  .preview-chip { opacity: 1; transform: translate(50%, 0); }
  .partnership { padding-top: 20px; }
  .partnership-card { min-height: auto; grid-template-columns: 1fr; padding: 38px 24px 45px; border-radius: 22px; text-align: center; }
  .partner-products { min-height: 280px; }
  .partner-product { width: 180px; min-height: 205px; padding: 15px; }
  .partner-product--front { right: 12%; }
  .partner-product--back { left: 12%; }
  .preview-grid { grid-template-columns: 1fr; gap: 35px; }
  .preview-book { min-height: 370px; }
  .preview-book__page { height: 340px; border-width: 5px; }
  .preview-play { top: 42%; right: 44%; width: 55px; height: 55px; }
  .impact-layout { gap: 32px; }
  .story-card { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 22px; padding: 28px; }
  .story-card__mark { width: 96px; height: 96px; flex: 0 0 96px; justify-self: auto; padding: 8px; border-radius: 16px; }
  .story-card__mark img { max-width: 100%; max-height: 100%; }
  .story-card h3 { margin-top: 7px; font-size: 1.2rem; line-height: 1.55; }
  .story-card p { line-height: 1.8; }
  .impact-points { grid-template-columns: 1fr; }
  .impact-points div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .about-grid { grid-template-columns: 1fr; gap: 25px; }
  .about-monogram { width: 140px; height: 170px; }
  .about-monogram img { width: 88px; }
  .about-monogram span { width: 104px; height: 104px; }
  .trust-grid { grid-template-columns: 1fr; gap: 14px; }
  .credentials { grid-column: auto; grid-template-columns: 1fr; }
  .credentials p { padding: 16px; border-left: 0; border-bottom: 1px solid var(--line); }
  .credentials p:last-child { border-bottom: 0; }
  .footer { padding: 60px 0 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-brand img { width: 200px; }
  .footer-bottom { display: block; margin-top: 35px; }
  .floating-contact { left: 15px; bottom: 87px; }
  .float-button { width: 46px; height: 46px; }
  .mobile-bottom { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; height: 72px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-bottom a, .mobile-bottom button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: .72rem; }
  .mobile-bottom svg { width: 23px; height: 23px; }
  .mobile-bottom a:first-child { color: var(--navy); }
  .mobile-cart-count { position: absolute; top: 5px; right: calc(50% + 7px); min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border-radius: 99px; color: var(--navy); background: var(--gold-2); font-size: .65rem; font-weight: 700; }
  .toast { bottom: 88px; }
  .viewer { min-height: 510px; grid-template-columns: 42px 1fr 42px; padding: 14px 7px; }
  .viewer > button { width: 38px; height: 38px; }
  .viewer figure { height: 440px; }
  .viewer figure img { height: 408px; }
  .modal-header h2 { font-size: 1rem; }
  .account-modal { padding: 30px 24px; }
  .program-page { padding-bottom: 0; }
  .program-navigation { min-height: 76px; grid-template-columns: 1fr auto; }
  .program-navigation .brand { justify-self: start; }
  .program-back { min-height: 40px; padding: 0 12px; font-size: .8rem; }
  .program-detail-grid { min-height: 760px; grid-template-columns: 1fr; grid-template-rows: auto 290px; gap: 25px; padding: 48px 0 60px; text-align: center; }
  .program-breadcrumb { margin-bottom: 18px; }
  .program-detail-copy h1 { font-size: 3.1rem; }
  .program-detail-copy > strong { font-size: 1.1rem; }
  .program-detail-actions { justify-content: center; }
  .program-detail-logo { width: min(255px, 75vw); padding: 32px; border-radius: 24px 24px 72px 24px; }
  .program-detail-logo span { inset: 12px; border-radius: 15px 15px 58px 15px; }
  .program-facts-grid { grid-template-columns: 1fr; }
  .program-facts article { min-height: 0; padding: 24px; border-left: 0; border-bottom: 1px solid var(--line); }
  .program-facts article:last-child { border-bottom: 0; }
  .program-product-card { grid-template-columns: 1fr; }
  .program-product-image { min-height: 280px; }
  .program-product-card--najeh { grid-template-columns: 1fr; }
  .program-product-card--najeh .program-product-image { min-height: 0; }
  .program-product-card--aalem { grid-template-columns: 1fr; }
  .program-product-card--aalem .program-product-image { min-height: 0; }
  .program-product-buy { align-items: stretch; flex-direction: column; }
  .program-product-buy a { justify-content: center; }
  .program-footer { padding-bottom: 35px; }
}

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