@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;500;600;700;800;900&family=Noto+Naskh+Arabic&display=swap");

:root {
  --sinai-gold: #f3a520;
  --reef-cyan: #1a9dd9;
  --authority: #1c1c1c;
  --ink: #172a45;
  --ocean: #172a45;
  --recycled-green: #2a7b4c;
  --sand: #f7f3ea;
  --canvas: #ffffff;
  --line: #d9ddd8;
  --rsnps-deep-blue: var(--ink);
  --rsnps-azure: var(--reef-cyan);
  --rsnps-teal: var(--reef-cyan);
  --rsnps-teal-light: #d9f0fa;
  --rsnps-gold: var(--sinai-gold);
  --rsnps-gold-dark: #c77e08;
  --bg: var(--canvas);
  --text: var(--authority);
  --surface: var(--canvas);
  --border: var(--line);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--canvas); font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.9rem, 5.4vw, 5.45rem); margin-bottom: 1.4rem; }
h2 { color: var(--ink); font-size: clamp(2rem, 3.7vw, 3.4rem); margin-bottom: 1.15rem; }
h3 { font-size: 1.2rem; margin-bottom: .55rem; }
.arabic { font-family: Tahoma, Arial, sans-serif; letter-spacing: 0; }
.container { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }

.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 100; padding: .7rem 1rem; color: var(--ink); background: var(--sinai-gold); font-weight: 800; }
.skip-link:focus { top: 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(23,42,69,.13); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: flex; align-items: center; gap: .8rem; color: var(--ink); font-size: .76rem; font-weight: 800; line-height: 1.2; letter-spacing: .035em; text-transform: uppercase; }
.logo:hover { text-decoration: none; }
.logo-image { width: 58px; height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a { color: var(--ink); border-radius: 99px; padding: .48rem .7rem; font-size: .84rem; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--ink); background: #f5e6c8; text-decoration: none; }
.nav-toggle { display: none; border: 1px solid var(--ink); padding: .45rem .75rem; background: transparent; color: var(--ink); font: inherit; font-weight: 700; }
.language-toggle { flex: 0 0 auto; border: 1px solid var(--reef-cyan); border-radius: 99px; padding: .42rem .72rem; color: var(--ink); font-size: .8rem; font-weight: 800; line-height: 1; }
.language-toggle:hover, .language-toggle:focus-visible { color: white; background: var(--reef-cyan); text-decoration: none; }

/* Arabic interface */
html[dir="rtl"] body { font-family: "Almarai", "Noto Kufi Arabic", Tahoma, Arial, sans-serif; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] .eyebrow, html[dir="rtl"] .card-label, html[dir="rtl"] .leader-role, html[dir="rtl"] .form-step { letter-spacing: 0; }
html[dir="rtl"] h1 em, html[dir="rtl"] h2, html[dir="rtl"] .initiative-name, html[dir="rtl"] .movement-name, html[dir="rtl"] .vision-statement, html[dir="rtl"] .program-outcome strong, html[dir="rtl"] .volunteer-name span, html[dir="rtl"] .volunteer-graphic strong i, html[dir="rtl"] .contact-location p, html[dir="rtl"] .contact-form .btn, html[dir="rtl"] .volunteer-form .btn { font-family: inherit; }
html[dir="rtl"] i { font-family: inherit; font-style: normal; }
html[dir="rtl"] .signup-note p { text-align: right; }
html[dir="rtl"] .eyebrow, html[dir="rtl"] .card-label, html[dir="rtl"] .leader-role, html[dir="rtl"] .form-step { text-transform: none; }
html[dir="rtl"] .logo { letter-spacing: 0; text-transform: none; }
html[dir="rtl"] .institutional-card li { padding: .55rem 1.2rem .55rem 0; }
html[dir="rtl"] .institutional-card li::before { right: 0; left: auto; }
html[dir="rtl"] .team-hero-mark, html[dir="rtl"] .contact-location { margin-right: auto; margin-left: 0; }
html[dir="rtl"] .contact-closing-grid > div { padding-right: 0; padding-left: clamp(2rem, 6vw, 6rem); }
html[dir="rtl"] .landscape-copy { padding-right: 0; padding-left: clamp(2rem, 6vw, 6rem); }
html[dir="rtl"] .dive-followup, html[dir="rtl"] .form-status { border-right: 3px solid var(--recycled-green); border-left: 0; }
html[dir="rtl"] .volunteer-application legend { padding: 0 0 0 .5rem; }
html[dir="rtl"] .contact-form input, html[dir="rtl"] .contact-form select, html[dir="rtl"] .contact-form textarea { text-align: right; }
html[dir="rtl"] input[type="email"], html[dir="rtl"] input[type="tel"] { direction: ltr; text-align: left; }

.hero { position: relative; overflow: hidden; padding: clamp(5.5rem, 10vw, 8.7rem) 0 clamp(4.4rem, 8vw, 6.8rem); color: white; background: linear-gradient(95deg, rgba(16,34,55,.94) 0%, rgba(23,42,69,.84) 48%, rgba(23,42,69,.38) 100%), url("assets/images/hero-sea-desert.jpg") center / cover no-repeat; }
.hero::after { position: absolute; right: -11vw; bottom: -17vw; width: 50vw; height: 50vw; border: 1px solid rgba(243,165,32,.45); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .68fr); gap: 5rem; align-items: end; }
.hero-copy { max-width: 770px; }
.eyebrow { margin-bottom: 1rem; color: var(--reef-cyan); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.gold { color: #b8750a; }
.hero h1, .hero h2 { color: white; }
.hero h1 em { color: var(--sinai-gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 610px; font-size: 1.13rem; line-height: 1.7; }
.hero-ar { margin: 1.15rem 0 0; max-width: 610px; color: #e7e7e3; text-align: left; font-size: 1rem; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 47px; border: 1px solid transparent; padding: .7rem 1.1rem; font-size: .87rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); text-decoration: none; }
.btn-primary { color: var(--ink); background: var(--sinai-gold); }
.btn-primary:hover, .btn-primary:focus-visible { color: white; background: var(--rsnps-gold-dark); }
.btn-secondary { border-color: rgba(255,255,255,.68); color: white; background: transparent; }
.btn-secondary:hover, .btn-secondary:focus-visible { color: var(--ink); background: white; }
.btn-secondary-dark { color: var(--ink); border-color: var(--ink); }
.institutional-card { padding: 2rem; border-top: 4px solid var(--sinai-gold); background: rgba(7,24,43,.78); box-shadow: 0 20px 50px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.card-label { display: block; margin-bottom: 1.2rem; color: var(--sinai-gold); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.institutional-card h2 { margin-bottom: 1.15rem; font-size: 1.85rem; }
.institutional-card ul { margin: 0; padding: 0; list-style: none; }
.institutional-card li { position: relative; padding: .55rem 0 .55rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,.17); font-size: .92rem; }
.institutional-card li::before { position: absolute; left: 0; color: var(--sinai-gold); content: "✦"; }
.card-rule { width: 44px; height: 1px; margin: 1.3rem 0 1rem; background: var(--sinai-gold); }
.institutional-card .arabic { margin: 0; color: #dae5ee; font-size: .87rem; }

.section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section-alt { background: #f4f7f8; }
.statement { border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: 1fr 3.1fr; gap: 3rem; align-items: start; }
.statement h2 { max-width: 950px; margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.65rem); font-weight: 400; line-height: 1.18; }
.statement-ar { margin: 1.25rem 0 0; color: #666; font-size: 1rem; }
.section-sand { background: var(--sand); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 510px; margin: 0; color: #505450; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d1d1ca; border: 1px solid #d1d1ca; }
.pillar-card { min-height: 270px; padding: 2rem; background: #fffdf8; }
.pillar-number { display: block; margin-bottom: 3.7rem; color: var(--reef-cyan); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.pillar-card p { max-width: 31ch; margin-bottom: 0; color: #5b5b55; font-size: .94rem; }

.initiative { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7rem) 0; color: #fff; background: var(--ocean); }
.initiative-grid { display: grid; grid-template-columns: 1.05fr .9fr .85fr; gap: 3rem; align-items: center; }
.initiative h2 { color: white; font-size: clamp(2.25rem, 3.5vw, 3.6rem); }
.initiative-intro > p:not(.eyebrow):not(.initiative-name):not(.arabic) { max-width: 475px; color: #d4e0e7; }
.initiative-eyebrow { color: #79c5e7; }
.initiative-name { margin: 0 0 .1rem; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: .95; }
.initiative-name span { color: var(--recycled-green); font-style: italic; }
.initiative-ar { margin-bottom: 1.9rem; color: #abc2ce; font-size: .9rem; }
.btn-initiative { margin-top: 1.1rem; color: white; background: var(--recycled-green); }
.btn-initiative:hover, .btn-initiative:focus-visible { color: var(--ocean); background: #91c7a7; }
.initiative-art { position: relative; min-height: 420px; overflow: hidden; border: 1px solid rgba(255,255,255,.36); background: #dceae3; }
.sun { position: absolute; top: 12%; left: 16%; width: 117px; height: 117px; border: 3px solid var(--ocean); border-radius: 50%; background: var(--sinai-gold); }
.coast { position: absolute; z-index: 2; left: -18%; right: -10%; border-radius: 50% 42% 0 0; background: #f4e6ce; }
.coast-one { bottom: 31%; height: 175px; transform: rotate(-8deg); }
.coast-two { bottom: 19%; height: 115px; background: #fff8eb; transform: rotate(4deg); }
.wave { position: absolute; z-index: 3; left: -10%; right: -8%; height: 64px; border-top: 3px solid var(--ocean); border-radius: 50%; }
.wave-one { bottom: 25%; transform: rotate(-7deg); }
.wave-two { bottom: 13%; transform: rotate(3deg); }
.initiative-stamp { position: absolute; z-index: 4; right: 9%; bottom: 8%; color: var(--ocean); font-size: 1.1rem; font-weight: 900; line-height: .8; letter-spacing: -.07em; text-align: center; transform: rotate(-8deg); }
.initiative-stamp i { color: var(--recycled-green); font-family: Georgia, serif; font-weight: 400; }
.initiative-actions { align-self: stretch; padding-top: 1rem; }
.initiative-actions .card-label { color: #79c5e7; }
.action-item { display: grid; grid-template-columns: 36px 1fr; gap: .85rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.23); }
.action-item > span { color: var(--recycled-green); font-size: .73rem; font-weight: 800; }
.action-item h3 { color: white; font-size: 1.05rem; letter-spacing: -.02em; }
.action-item p { margin: 0; color: #bed0da; font-size: .88rem; line-height: 1.45; }

.focus-grid { grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; }
.lead { max-width: 55ch; color: #4e514f; }
.section-image { width: 100%; min-height: 365px; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--ink); border-bottom: 1px solid var(--sinai-gold); padding-bottom: .23rem; font-size: .87rem; font-weight: 800; }
.text-link:hover, .text-link:focus-visible { color: #9d6403; text-decoration: none; }
.impact-section { background: #f4f7f8; }
.section-heading.compact { margin-bottom: 3.2rem; }
.impact-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.impact-steps li { min-height: 220px; padding: 1.45rem 1.6rem 1rem; border-left: 1px solid #cdd5d7; }
.impact-steps li:first-child { border-left: 0; }
.impact-steps span { display: block; margin-bottom: 2.4rem; color: var(--sinai-gold); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.impact-steps p { margin-bottom: 0; color: #60676a; font-size: .9rem; line-height: 1.55; }
.closing-call { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.closing-call h2 { max-width: 575px; margin: 0; }
.closing-call > div:last-child > p { max-width: 470px; margin-bottom: 0; color: #555850; }
.closing-call .cta-row { margin-top: 1.4rem; }

.site-footer { padding-top: 1rem; color: #d9e3e9; background: #102337; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; padding: 3.2rem 0 2rem; }
.footer-seal { width: 78px; height: 78px; object-fit: contain; margin-bottom: .7rem; }
.site-footer p { color: #b5c5cf; font-size: .9rem; line-height: 1.55; }
.site-footer h3 { margin-bottom: .9rem; color: white; font-size: .95rem; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .3rem 0; }
.site-footer a { color: #b8d5e4; font-size: .89rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: .9rem 0 1.4rem; }
.footer-bottom p { margin: 0; font-size: .77rem; }

/* About page */
.about-hero { overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; color: white; background: linear-gradient(105deg, rgba(16,35,55,.97), rgba(23,42,69,.82)), url("assets/images/hero-sea-desert.jpg") center / cover; }
.about-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .55fr); gap: 6rem; align-items: center; }
.about-hero h1 { max-width: 815px; color: white; }
.about-hero .eyebrow { color: var(--sinai-gold); }
.about-hero-lead { max-width: 630px; color: #e0eaf0; font-size: 1.14rem; line-height: 1.7; }
.about-hero-ar { margin-bottom: 0; color: #b9ccd7; text-align: left; font-size: .95rem; }
.about-seal-panel { padding: 2.2rem 1.5rem; border: 1px solid rgba(255,255,255,.28); border-bottom: 4px solid var(--sinai-gold); background: rgba(5,20,36,.45); text-align: center; }
.about-seal-panel img { display: block; width: min(185px, 70%); margin: 0 auto 1.25rem; }
.about-seal-panel p { margin-bottom: .2rem; color: white; font-size: .82rem; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.about-seal-panel span { color: #b5cbd8; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.about-intro { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.about-large-copy { max-width: 750px; margin: 1.2rem 0 0; color: #515656; font-size: 1.16rem; line-height: 1.8; }
.mission-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1px; background: #d9d4c8; }
.mission-panel, .vision-panel { min-height: 425px; padding: clamp(2rem, 5vw, 4rem); }
.mission-panel { background: #fffdf8; }
.mission-panel h2 { max-width: 650px; font-size: clamp(2rem, 3.2vw, 3.1rem); }
.mission-panel > p:not(.eyebrow):not(.arabic) { max-width: 56ch; color: #565955; }
.mission-ar { margin-top: 1.6rem; color: #6c6c66; font-size: .93rem; }
.vision-panel { position: relative; overflow: hidden; color: white; background: var(--ink); }
.vision-panel::after { position: absolute; right: -6rem; bottom: -8rem; width: 320px; height: 320px; border: 1px solid rgba(243,165,32,.55); border-radius: 50%; content: ""; }
.vision-panel .eyebrow { color: var(--sinai-gold); }
.panel-mark { display: block; margin-bottom: 3rem; color: var(--sinai-gold); font-size: 1.4rem; }
.vision-statement { position: relative; z-index: 1; max-width: 530px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.6vw, 2.45rem); line-height: 1.27; }
.vision-ar { position: relative; z-index: 1; color: #c2d1d8; font-size: .9rem; }
.principle-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-list article { min-height: 250px; padding: 1.7rem 2rem 1rem; border-right: 1px solid var(--line); }
.principle-list article:last-child { border-right: 0; }
.principle-list span { display: block; margin-bottom: 3rem; color: var(--reef-cyan); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.principle-list p { max-width: 31ch; margin-bottom: 0; color: #5e6464; font-size: .93rem; }
.landscape-section { color: white; background: var(--ocean); }
.landscape-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.landscape-copy { padding: clamp(3rem, 6vw, 5.6rem) clamp(2rem, 6vw, 6rem) clamp(3rem, 6vw, 5.6rem) 0; }
.landscape-copy h2 { color: white; }
.landscape-copy > p:not(.eyebrow) { max-width: 520px; color: #c3d3da; }
.landscape-grid > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.movement-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: start; }
.movement-name { margin: 0; color: var(--ocean); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 4.6rem); line-height: .9; }
.movement-name span { color: var(--recycled-green); font-style: italic; }
.movement-ar { margin: .8rem 0 0; color: #64726f; }
.movement-grid h2 { max-width: 660px; }
.movement-grid > div:last-child > p:not(.movement-note) { max-width: 625px; color: #565b58; }
.movement-note { margin-top: 1.5rem; color: var(--recycled-green); font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.about-close { border-top: 1px solid var(--line); }

/* Programs page */
.projects-hero { padding: clamp(5rem, 9vw, 8rem) 0; color: white; background: linear-gradient(110deg, rgba(12,29,47,.97), rgba(23,42,69,.84)), url("assets/images/projects-cleanup.jpg") center / cover; }
.projects-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 6rem; align-items: end; }
.projects-hero .eyebrow { color: var(--sinai-gold); }
.projects-hero h1 { max-width: 780px; color: white; }
.projects-hero-lead { max-width: 630px; color: #dfebf0; font-size: 1.14rem; line-height: 1.7; }
.projects-hero-ar { margin-bottom: 0; color: #b6cad4; text-align: left; font-size: .94rem; }
.programs-index { border-top: 3px solid var(--sinai-gold); background: rgba(5,20,36,.68); backdrop-filter: blur(7px); }
.programs-index .card-label { padding: 1.2rem 1.25rem .4rem; color: #98cfe8; }
.programs-index a { display: grid; grid-template-columns: 30px 1fr auto; gap: .5rem; padding: .78rem 1.25rem; border-top: 1px solid rgba(255,255,255,.18); color: white; font-size: .86rem; font-weight: 700; }
.programs-index a:hover, .programs-index a:focus-visible { color: var(--sinai-gold); background: rgba(255,255,255,.07); text-decoration: none; }
.programs-index span { color: var(--sinai-gold); font-size: .72rem; }
.programs-index b { font-size: .9rem; }
.program-intro { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.projects-intro-copy { max-width: 735px; margin: 1.2rem 0 0; color: #535856; font-size: 1.14rem; line-height: 1.75; }
.program-section { padding: clamp(4rem, 7vw, 6.2rem) 0; color: white; background: var(--ink); }
.program-section.program-light { color: var(--authority); background: #fffdf8; }
.program-section.program-reef { background: #087aaa; }
.program-layout { display: grid; grid-template-columns: 90px minmax(0, 1.35fr) minmax(220px, .5fr); gap: 2rem; align-items: start; }
.program-number { color: var(--sinai-gold); font-size: 1rem; font-weight: 900; letter-spacing: .11em; }
.program-light .program-number { color: #b8750a; }
.program-content h2 { max-width: 720px; color: white; font-size: clamp(2.2rem, 4.3vw, 4rem); }
.program-light .program-content h2 { color: var(--ink); }
.program-lead { max-width: 640px; color: #d5e2e8; font-size: 1.12rem; line-height: 1.7; }
.program-light .program-lead { color: #515652; }
.program-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 720px; margin-top: 2.5rem; }
.program-details h3 { color: white; font-size: 1rem; letter-spacing: -.01em; }
.program-light .program-details h3 { color: var(--ink); }
.program-details p { margin: 0; color: #b8cad2; font-size: .9rem; line-height: 1.6; }
.program-light .program-details p { color: #616662; }
.program-outcome { align-self: stretch; min-height: 205px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.35); border-top: 4px solid var(--sinai-gold); background: rgba(0,0,0,.11); }
.program-outcome span { display: block; margin-bottom: 2.2rem; color: var(--sinai-gold); font-size: .71rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.program-outcome strong { display: block; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; line-height: 1.35; }
.program-light .program-outcome { border-color: #d6d0c4; background: #f7f3ea; }
.program-light .program-outcome strong { color: var(--ink); }
.program-light .program-outcome span { color: #a56a09; }
.outcome-green { border-top-color: var(--recycled-green) !important; }
.outcome-green span { color: var(--recycled-green) !important; }
.program-initiative { padding: clamp(4.5rem, 8vw, 6.8rem) 0; }
.program-initiative-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: center; }
.program-initiative-grid h2 { max-width: 600px; }
.program-initiative-grid > div:last-child > p { max-width: 570px; color: #c4d3da; }

/* Team page */
.team-hero { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; color: white; background: linear-gradient(110deg, rgba(16,35,55,.98), rgba(23,42,69,.9)); }
.team-hero::after { position: absolute; right: -10%; bottom: -54%; width: 55vw; height: 55vw; border: 1px solid rgba(243,165,32,.35); border-radius: 50%; content: ""; }
.team-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .55fr); gap: 6rem; align-items: center; }
.team-hero .eyebrow { color: var(--sinai-gold); }
.team-hero h1 { max-width: 810px; color: white; }
.team-hero-lead { max-width: 620px; color: #dae6eb; font-size: 1.14rem; line-height: 1.7; }
.team-hero-ar { margin-bottom: 0; color: #afc6d1; text-align: left; font-size: .94rem; }
.team-hero-mark { display: grid; place-content: center; width: min(300px, 100%); aspect-ratio: 1; margin-left: auto; border: 1px solid rgba(255,255,255,.43); border-radius: 50%; color: white; text-align: center; }
.team-hero-mark span { color: var(--sinai-gold); font-size: 1.45rem; font-weight: 900; letter-spacing: -.08em; }
.team-hero-mark i { margin: .4rem 0 .8rem; color: #91cce8; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.team-hero-mark b { color: #c4d2da; font-size: .65rem; letter-spacing: .13em; line-height: 1.7; text-transform: uppercase; }
.team-intro { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.team-intro-copy { max-width: 750px; margin: 1.2rem 0 0; color: #535856; font-size: 1.14rem; line-height: 1.75; }
.leadership-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1px; background: #d8d4cc; border: 1px solid #d8d4cc; }
.leader-card { min-height: 375px; padding: 2rem; background: #fffdf8; }
.leader-card.leader-primary { color: white; background: var(--ink); }
.leader-initials { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 4.2rem; border: 1px solid var(--reef-cyan); border-radius: 50%; color: var(--reef-cyan); font-size: .87rem; font-weight: 900; letter-spacing: .05em; }
.leader-primary .leader-initials { border-color: var(--sinai-gold); color: var(--sinai-gold); }
.leader-role { margin-bottom: .6rem; color: var(--reef-cyan); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.leader-primary .leader-role { color: var(--sinai-gold); }
.leader-card h3 { color: var(--ink); font-size: 1.65rem; }
.leader-primary h3 { color: white; }
.leader-card > p:last-child { max-width: 32ch; margin-bottom: 0; color: #626762; font-size: .91rem; line-height: 1.6; }
.leader-primary > p:last-child { color: #c4d0d6; }
.team-delivery { background: #f4f7f8; }
.delivery-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8rem; align-items: center; }
.delivery-card { max-width: 420px; padding: 2rem; border-top: 4px solid var(--recycled-green); background: white; box-shadow: 0 12px 35px rgba(23,42,69,.08); }
.delivery-card .leader-initials { margin-bottom: 2.5rem; border-color: var(--recycled-green); color: var(--recycled-green); }
.delivery-card h3 { color: var(--ink); font-size: 1.55rem; }
.delivery-card > p:last-child { margin-bottom: 0; color: #606762; font-size: .92rem; }
.team-principles { color: white; background: var(--ocean); }
.team-principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; padding: clamp(4rem, 7vw, 6.2rem) 0; }
.team-principles h2 { max-width: 580px; color: white; }
.team-standard-list { border-top: 1px solid rgba(255,255,255,.25); }
.team-standard-list p { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; margin: 0; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.25); color: #d4e0e6; font-size: .95rem; }
.team-standard-list span { color: var(--sinai-gold); font-size: .75rem; font-weight: 900; }

/* Shared components retained for the inner pages. */
.page-hero { padding: 5rem 0; color: white; background: linear-gradient(100deg, rgba(23,42,69,.92), rgba(26,157,217,.68)), url("assets/images/hero-sea-desert.jpg") center / cover; }
.page-hero h1, .page-hero h2 { color: white; }
.card-grid { display: grid; gap: 1rem; }
.card-grid.two { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card-grid.three { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card { padding: 1.25rem; border: 1px solid var(--line); background: white; box-shadow: 0 9px 25px rgba(23,42,69,.05); }
.feature-icon { width: 44px; height: 44px; margin-bottom: .4rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.stats { display: grid; gap: .9rem; }
.stats div, .timeline li, .impact-panel { padding: 1rem; border: 1px solid var(--line); background: white; }
.stats strong { display: block; color: var(--ink); font-size: 1.6rem; }
.timeline { display: grid; gap: .8rem; margin: 0; padding-left: 1.2rem; }
.impact-grid, .cta-band { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1rem; }
.cta-band { padding: 1.5rem; border: 1px solid var(--line); background: #fffdf8; }
.impact-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.impact-kpis div { padding: .65rem; background: #f4f8fa; }
.badge-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.badge { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: .84rem; font-weight: 700; }
.team-card .role { color: var(--reef-cyan); font-weight: 700; }
.list-check { padding-left: 1.2rem; }
.form-card label { display: block; margin-top: .7rem; font-weight: 700; }
.form-card input, .form-card textarea, .form-card select { width: 100%; margin-top: .28rem; padding: .62rem .7rem; border: 1px solid #bfc8cc; border-radius: 0; font: inherit; }
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { outline: 2px solid var(--reef-cyan); border-color: var(--reef-cyan); }
.form-card button { margin-top: 1rem; }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 84px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: .75rem max(1.5rem, 4vw); border-bottom: 1px solid var(--line); background: white; }
  .site-nav.open { display: flex; }
  .site-nav a { border-radius: 0; }
  .language-toggle { margin-inline-start: auto; }
  html[dir="rtl"] .contact-location { margin-right: 0; }
  html[dir="rtl"] .contact-closing-grid > div { padding-left: 0; }
  .hero-grid, .initiative-grid, .split, .impact-grid, .cta-band { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-card { max-width: 520px; }
  .initiative-art { min-height: 330px; max-width: 620px; }
  .initiative-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0; }
  .initiative-actions .card-label { grid-column: 1 / -1; margin: 0; }
  .action-item { display: block; padding: 1rem 0; }
  .action-item > span { display: block; margin-bottom: .75rem; }
  .section-heading, .statement-grid, .focus-grid, .closing-call { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading { align-items: start; }
  .impact-steps { grid-template-columns: 1fr 1fr; }
  .impact-steps li:nth-child(3) { border-left: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .about-hero-grid, .mission-grid, .landscape-grid, .movement-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .projects-hero-grid, .program-layout, .program-initiative-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-hero-grid, .delivery-grid, .team-principles-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-hero-mark { margin-left: 0; }
  .leadership-grid { grid-template-columns: 1fr 1fr; }
  .leader-primary { grid-column: 1 / -1; }
  .program-outcome { max-width: 480px; min-height: 0; }
  .about-seal-panel { max-width: 360px; }
  .landscape-copy { padding-right: 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 2rem, 1180px); }
  .nav-wrap { min-height: 72px; }
  .logo-image { width: 50px; height: 50px; }
  .logo-sub { font-size: .66rem; }
  .site-nav { top: 72px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero { padding-top: 4.8rem; }
  .hero-lead { font-size: 1rem; }
  .institutional-card { padding: 1.5rem; }
  .pillar-grid, .initiative-actions, .impact-steps, .footer-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; padding: 1.5rem; }
  .pillar-number { margin-bottom: 2rem; }
  .initiative-art { min-height: 280px; }
  .sun { width: 94px; height: 94px; }
  .impact-steps li, .impact-steps li:nth-child(3) { min-height: 0; border-top: 1px solid #cdd5d7; border-left: 0; }
  .impact-steps li:first-child { border-top: 0; }
  .impact-steps span { margin-bottom: 1.2rem; }
  .section-image { min-height: 280px; }
  .cta-row { align-items: stretch; }
  .btn { width: 100%; }
  .closing-call .text-link { justify-content: center; width: 100%; }
  .principle-list { grid-template-columns: 1fr; }
  .principle-list article, .principle-list article:last-child { min-height: 0; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-list article:last-child { border-bottom: 0; }
  .principle-list span { margin-bottom: 1.4rem; }
  .landscape-copy { padding: 3rem 0; }
  .landscape-grid > img { min-height: 275px; }
  .program-details { grid-template-columns: 1fr; gap: 1.3rem; margin-top: 2rem; }
  .leadership-grid { grid-template-columns: 1fr; }
  .leader-primary { grid-column: auto; }
  .leader-card { min-height: 0; }
  .leader-initials { margin-bottom: 2rem; }
}

/* Volunteer page */
.volunteer-hero { overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; color: white; background: var(--ocean); }
.volunteer-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6rem; align-items: center; }
.volunteer-hero .eyebrow { color: #83c9a0; }
.volunteer-name { margin: 0; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.5vw, 4.2rem); line-height: .9; }
.volunteer-name span { color: var(--recycled-green); font-style: italic; }
.volunteer-ar { margin: .85rem 0 2.1rem; color: #adc5d0; }
.volunteer-hero h1 { max-width: 690px; color: white; }
.volunteer-hero-lead { max-width: 600px; color: #d2e1e7; font-size: 1.15rem; line-height: 1.7; }
.volunteer-slogan { margin-bottom: 0; color: #8fcbaa; text-align: left; font-size: .95rem; }
.volunteer-graphic { position: relative; min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.42); background: #d8e9df; }
.volunteer-sun { position: absolute; top: 12%; left: 16%; width: 128px; height: 128px; border: 3px solid var(--ocean); border-radius: 50%; background: var(--sinai-gold); }
.volunteer-horizon { position: absolute; z-index: 2; right: -12%; bottom: 24%; left: -13%; height: 145px; border-radius: 58% 40% 0 0; background: #f5e7cf; transform: rotate(-6deg); }
.volunteer-wave { position: absolute; z-index: 3; right: -13%; left: -12%; height: 68px; border-top: 3px solid var(--ocean); border-radius: 50%; }
.volunteer-wave.first { bottom: 26%; transform: rotate(-5deg); }
.volunteer-wave.second { bottom: 12%; transform: rotate(4deg); }
.volunteer-graphic strong { position: absolute; z-index: 5; right: 10%; bottom: 10%; color: var(--ocean); font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 900; letter-spacing: -.1em; line-height: .75; text-align: right; }
.volunteer-graphic strong i { color: var(--recycled-green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.volunteer-intro { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.volunteer-intro-copy { max-width: 720px; margin: 1.2rem 0 0; color: #535856; font-size: 1.15rem; line-height: 1.75; }
.volunteer-ways { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d4d0c7; }
.volunteer-ways article { min-height: 245px; padding: 1.5rem 1.5rem 1rem; border-right: 1px solid #d4d0c7; }
.volunteer-ways article:last-child { border-right: 0; }
.volunteer-ways span { display: block; margin-bottom: 2.8rem; color: var(--recycled-green); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.volunteer-ways h3 { color: var(--ocean); }
.volunteer-ways p { max-width: 27ch; margin-bottom: 0; color: #5e635e; font-size: .91rem; }
.volunteer-signup { color: white; background: var(--ocean); }
.signup-grid { display: block; }
.signup-copy { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.signup-copy h2 { color: white; font-size: clamp(2.4rem, 4vw, 4rem); }
.signup-copy > p:not(.eyebrow) { max-width: 610px; margin-right: auto; margin-left: auto; color: #c4d5dc; }
.signup-note { display: grid; grid-template-columns: 28px 1fr; gap: .7rem; max-width: 560px; margin: 1.8rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); text-align: left; }
.signup-note span { color: var(--sinai-gold); }
.signup-note p { margin: 0; color: #9eb6c1; font-size: .8rem; line-height: 1.5; }
.volunteer-form { max-width: 760px; margin: 0 auto; padding: 2rem; background: white; color: var(--authority); }
.volunteer-form label { display: block; margin: 1rem 0 .35rem; color: var(--ocean); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.volunteer-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.volunteer-form .form-row label { margin-top: 0; }
.volunteer-form input, .volunteer-form select, .volunteer-form textarea { width: 100%; border: 1px solid #bac8c6; border-radius: 0; padding: .7rem .75rem; color: var(--authority); font: inherit; }
.volunteer-form input:focus, .volunteer-form select:focus, .volunteer-form textarea:focus { outline: 2px solid var(--recycled-green); border-color: var(--recycled-green); }
.volunteer-form .btn { width: 100%; margin-top: 1.4rem; border: 0; cursor: pointer; }
.form-footnote { margin: 1rem 0 0; color: #69716e; font-size: .73rem; line-height: 1.45; }
.volunteer-institution { padding: clamp(4rem, 7vw, 6rem) 0; background: #f4f7f8; }
.volunteer-institution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.volunteer-institution h2 { max-width: 520px; margin-bottom: 0; }
.volunteer-institution-grid > div:last-child > p { max-width: 480px; color: #565d5b; }

@media (max-width: 920px) {
  .volunteer-hero-grid, .signup-grid, .volunteer-institution-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .volunteer-ways { grid-template-columns: 1fr 1fr; }
  .volunteer-ways article:nth-child(2) { border-right: 0; }
  .volunteer-ways article:nth-child(-n+2) { border-bottom: 1px solid #d4d0c7; }
}

@media (max-width: 640px) {
  .volunteer-graphic { min-height: 280px; }
  .volunteer-sun { width: 95px; height: 95px; }
  .volunteer-ways { grid-template-columns: 1fr; }
  .volunteer-ways article, .volunteer-ways article:nth-child(2) { min-height: 0; padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid #d4d0c7; }
  .volunteer-ways article:last-child { border-bottom: 0; }
  .volunteer-ways span { margin-bottom: 1.3rem; }
  .volunteer-form { padding: 1.4rem; }
  .volunteer-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .volunteer-form .form-row label { margin-top: 1rem; }
  .volunteer-form .form-row > div:first-child label { margin-top: 0; }
}

/* Contact page */
.contact-hero { padding: clamp(5rem, 9vw, 8rem) 0; color: white; background: linear-gradient(105deg, rgba(16,35,55,.97), rgba(23,42,69,.87)), url("assets/images/hero-sea-desert.jpg") center / cover; }
.contact-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .5fr); gap: 6rem; align-items: center; }
.contact-hero .eyebrow { color: var(--sinai-gold); }
.contact-hero h1 { max-width: 790px; color: white; }
.contact-hero-lead { max-width: 625px; color: #d9e5ea; font-size: 1.14rem; line-height: 1.7; }
.contact-hero-ar { margin-bottom: 0; color: #b6cbd5; text-align: left; font-size: .94rem; }
.contact-location { position: relative; max-width: 265px; margin-left: auto; padding: 2.4rem 1.5rem; border: 1px solid rgba(255,255,255,.4); border-top: 4px solid var(--sinai-gold); background: rgba(5,20,36,.46); text-align: center; }
.location-pin { display: block; margin-bottom: 1rem; color: var(--sinai-gold); font-size: 1.2rem; }
.contact-location p { margin-bottom: .25rem; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1; }
.contact-location strong { display: block; color: #d7e1e6; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-location i { display: block; margin-top: 1rem; color: #98cce3; font-size: .78rem; }
.contact-intro { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.contact-intro-copy { max-width: 740px; margin: 1.2rem 0 0; color: #535856; font-size: 1.15rem; line-height: 1.75; }
.contact-paths { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d5d0c6; background: #d5d0c6; gap: 1px; }
.contact-paths article { min-height: 245px; padding: 1.8rem; background: #fffdf8; }
.contact-paths span { display: block; margin-bottom: 3.3rem; color: #b8750a; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.contact-paths h3 { color: var(--ink); }
.contact-paths p { max-width: 31ch; margin-bottom: 0; color: #5d635e; font-size: .9rem; }
.contact-main { background: #f4f7f8; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7rem; align-items: start; }
.contact-details h2 { font-size: clamp(2rem, 3vw, 3rem); }
.contact-detail { padding: 1rem 0; border-top: 1px solid #cdd7d9; }
.contact-detail span { display: block; margin-bottom: .3rem; color: #65757c; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail a { color: var(--reef-cyan); font-size: 1.1rem; font-weight: 800; }
.contact-detail p { max-width: 360px; margin: 0; color: #505856; font-size: .92rem; }
.contact-details > .text-link { margin-top: 1.6rem; }
.contact-form { padding: clamp(1.5rem, 4vw, 2.6rem); border-top: 4px solid var(--sinai-gold); background: white; box-shadow: 0 13px 35px rgba(23,42,69,.08); }
.contact-form h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-form label { display: block; margin: 1rem 0 .35rem; color: var(--ocean); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form .form-row label { margin-top: 0; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #bfc9cb; border-radius: 0; padding: .7rem .75rem; color: var(--authority); font: inherit; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--reef-cyan); border-color: var(--reef-cyan); }
.contact-form .btn { width: 100%; margin-top: 1.4rem; border: 0; cursor: pointer; }
.contact-closing { overflow: hidden; color: white; background: var(--ocean); }
.contact-closing-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.contact-closing-grid > div { padding: clamp(4rem, 7vw, 6rem) clamp(2rem, 6vw, 6rem) clamp(4rem, 7vw, 6rem) 0; }
.contact-closing-grid h2 { max-width: 620px; margin-bottom: 0; color: white; }
.contact-closing-grid img { width: 100%; min-height: 330px; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.1); }

@media (max-width: 920px) {
  .contact-hero-grid, .contact-grid, .contact-closing-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-location { margin-left: 0; }
  .contact-closing-grid > div { padding-right: 0; }
}

@media (max-width: 640px) {
  .contact-paths { grid-template-columns: 1fr; }
  .contact-paths article { min-height: 0; padding: 1.5rem; }
  .contact-paths span { margin-bottom: 1.7rem; }
  .contact-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form .form-row label { margin-top: 1rem; }
  .contact-form .form-row > div:first-child label { margin-top: 0; }
}

/* English and Arabic link hubs */
.links-page { min-height: 100vh; color: var(--authority); background: radial-gradient(circle at 90% 0, rgba(243,165,32,.25), transparent 27rem), linear-gradient(145deg, #eef7fa, #f7f2e7); }
.links-main { display: grid; justify-items: center; padding: 2rem 1rem 3rem; }
.links-card { width: min(100%, 600px); padding: clamp(1.5rem, 4vw, 2.75rem); border-top: 5px solid var(--sinai-gold); background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(23,42,69,.13); text-align: center; }
.links-topline { display: flex; align-items: center; justify-content: space-between; color: #68757a; font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.links-topline a { color: var(--ocean); border-bottom: 1px solid var(--sinai-gold); padding-bottom: .16rem; }
.links-logo { width: 114px; height: 114px; margin: 1.8rem auto 1.1rem; object-fit: contain; }
.links-foundation { margin-bottom: .65rem; color: var(--reef-cyan); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.links-card h1 { max-width: 470px; margin: 0 auto 1rem; color: var(--ocean); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; line-height: 1.08; }
.links-intro { max-width: 455px; margin: 0 auto; color: #626865; font-size: .94rem; line-height: 1.6; }
.links-arabic { margin: .9rem 0 0; color: #787f7b; font-size: .87rem; }
.links-featured { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; margin: 2rem 0 1rem; padding: 1.2rem 1.25rem; color: white; background: var(--ocean); text-align: left; }
.links-featured div > span { display: block; margin-bottom: .3rem; color: #83c9a0; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.links-featured strong { display: block; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1; }
.links-featured strong i { color: var(--recycled-green); }
.links-featured p { margin: .5rem 0 0; color: #c2d0d7; font-size: .78rem; }
.links-featured a { flex: 0 0 auto; color: var(--ocean); background: #8dcbaa; padding: .65rem .75rem; font-size: .73rem; font-weight: 900; white-space: nowrap; }
.links-featured a:hover, .links-featured a:focus-visible { color: white; background: var(--recycled-green); text-decoration: none; }
.links-featured a b { margin-left: .35rem; }
.links-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.links-utility { display: flex; align-items: center; gap: .55rem; min-height: 48px; padding: .65rem .7rem; border: 1px solid #d0d8d9; color: var(--ocean); font-size: .78rem; font-weight: 800; text-align: left; }
.links-utility img { width: 18px; height: 18px; }
.links-utility b { margin-left: auto; color: var(--reef-cyan); }
.utility-mark { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid var(--recycled-green); border-radius: 50%; color: var(--recycled-green); font-size: .85rem; }
.links-utility:hover, .links-utility:focus-visible { border-color: var(--reef-cyan); color: var(--reef-cyan); text-decoration: none; }
.links-label { margin: 2rem 0 .75rem; color: #69777b; font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-align: left; text-transform: uppercase; }
.links-list { display: grid; gap: .55rem; }
.link-btn { display: grid; grid-template-columns: 30px 1fr 16px; gap: .7rem; align-items: center; min-height: 53px; padding: .65rem .85rem; border: 1px solid #d4dcde; background: white; color: var(--ocean); font-size: .88rem; font-weight: 800; text-align: left; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.link-btn:hover, .link-btn:focus-visible { border-color: var(--reef-cyan); box-shadow: 0 7px 18px rgba(23,42,69,.09); transform: translateY(-1px); text-decoration: none; }
.link-icon { width: 23px; height: 23px; }
.link-btn b { color: var(--reef-cyan); font-size: .82rem; text-align: right; }
.links-footer { margin: 2rem 0 0; color: #7e8889; font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.links-page-rtl { font-family: Tahoma, Arial, sans-serif; }
.links-page-rtl .links-topline, .links-page-rtl .links-featured, .links-page-rtl .links-utility, .links-page-rtl .links-label, .links-page-rtl .link-btn { text-align: right; }
.links-page-rtl .links-foundation, .links-page-rtl .links-footer { letter-spacing: 0; }
.links-page-rtl .links-featured a b { margin-right: .35rem; margin-left: 0; }
.links-page-rtl .links-utility b { margin-right: auto; margin-left: 0; }
.links-page-rtl .link-btn b { text-align: left; }
.links-page-rtl .english-line { font-family: Inter, Arial, sans-serif; }

@media (max-width: 460px) {
  .links-main { padding: 0; }
  .links-card { min-height: 100vh; padding: 1.35rem 1rem 2rem; box-shadow: none; }
  .links-featured { grid-template-columns: 1fr; text-align: center; }
  .links-featured a { width: 100%; }
  .links-actions { grid-template-columns: 1fr; }
}

/* Detailed volunteer application */
.volunteer-application { max-width: 760px; }
.volunteer-application h3 { margin-bottom: 1.6rem; color: var(--ocean); font-size: clamp(1.45rem, 2.4vw, 2rem); }
.form-step { margin: 0 0 .5rem; color: var(--recycled-green); font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.volunteer-application fieldset { min-width: 0; margin: 1.5rem 0 0; padding: 1.4rem 0 0; border: 0; border-top: 1px solid #cfdbd8; }
.volunteer-application legend { padding: 0 .5rem 0 0; color: var(--ocean); font-size: .95rem; font-weight: 900; line-height: 1.3; }
.volunteer-application .field-hint { margin: .35rem 0 1rem; color: #6a746f; font-size: .78rem; }
.volunteer-application .question-label { margin: 1.25rem 0 .7rem; color: var(--ocean); font-size: .78rem; font-weight: 900; letter-spacing: .035em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.choice { display: flex !important; align-items: flex-start; gap: .6rem; margin: 0 !important; padding: .72rem .75rem; border: 1px solid #cfdbd8; color: #334a50 !important; font-size: .83rem !important; font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.35; text-transform: none !important; cursor: pointer; }
.choice:hover { border-color: var(--recycled-green); background: #f2f8f4; }
.choice input { flex: 0 0 auto; width: auto !important; margin: .17rem 0 0 !important; accent-color: var(--recycled-green); }
.choice small { display: block; margin-top: .15rem; color: #6a7976; font-size: .72rem; font-weight: 500; }
.compact-choices { grid-template-columns: 1fr 1fr; }
.inline-choices { display: flex; flex-wrap: wrap; gap: .6rem; }
.inline-choices .choice { align-items: center; }
.inline-choices .choice input { margin-top: 0 !important; }
.stacked-choices { display: grid; gap: .55rem; }
.dive-followup { margin-top: 1.4rem; padding: 1.15rem; border-left: 3px solid var(--recycled-green); background: #f1f8f4; }
.dive-followup[hidden], .website-field { display: none; }
.form-submit-frame { position: absolute; width: 0; height: 0; border: 0; visibility: hidden; }
.form-status { margin: 1rem 0 0; padding: .7rem .8rem; border-left: 3px solid var(--recycled-green); background: #f1f8f4; color: #305b43; font-size: .82rem; font-weight: 700; }
.turnstile-panel { margin-top: 1.5rem; }
.turnstile-panel .cf-turnstile { min-height: 65px; }
.turnstile-note { margin: 0; color: #69716e; font-size: .78rem; }
.volunteer-application .form-row + .form-row { margin-top: 1rem; }
.volunteer-application .form-row > div { min-width: 0; }

@media (max-width: 640px) {
  .choice-grid, .compact-choices { grid-template-columns: 1fr; }
  .volunteer-application fieldset { margin-top: 1.25rem; }
}

/* Keep Arabic display type from being overridden by later English display styles. */
html[dir="rtl"] h1 em,
html[dir="rtl"] h2,
html[dir="rtl"] .initiative-name,
html[dir="rtl"] .movement-name,
html[dir="rtl"] .vision-statement,
html[dir="rtl"] .program-outcome strong,
html[dir="rtl"] .volunteer-name,
html[dir="rtl"] .volunteer-name span,
html[dir="rtl"] .volunteer-graphic strong,
html[dir="rtl"] .volunteer-graphic strong i,
html[dir="rtl"] .contact-location p,
html[dir="rtl"] .contact-form .btn,
html[dir="rtl"] .volunteer-form .btn,
html[dir="rtl"] i {
  font-family: "Almarai", "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .volunteer-name span,
html[dir="rtl"] .volunteer-graphic strong i,
html[dir="rtl"] i { font-style: normal; }

html[dir="rtl"] .volunteer-graphic strong { line-height: 1; }
html[dir="rtl"] .signup-note p { text-align: right; }

/* Arabic counterparts of the editorial Georgia display font. */
html[dir="rtl"] .hero h1 em,
html[dir="rtl"] .statement h2,
html[dir="rtl"] .initiative-name,
html[dir="rtl"] .initiative-stamp i,
html[dir="rtl"] .vision-statement,
html[dir="rtl"] .movement-name,
html[dir="rtl"] .program-outcome strong,
html[dir="rtl"] .team-hero-mark i,
html[dir="rtl"] .volunteer-name,
html[dir="rtl"] .volunteer-name span,
html[dir="rtl"] .volunteer-graphic strong i,
html[dir="rtl"] .contact-location p,
html[dir="rtl"] .links-card h1,
html[dir="rtl"] .links-featured strong {
  font-family: "Noto Naskh Arabic", "Amiri", serif;
}
