@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap");

:root {
  --ink: #201f1b;
  --paper: #ebe3d6;
  --paper-light: #f5eee4;
  --terracotta: #a55d42;
  --brass: #b4874b;
  --navy: #162238;
  --font-cairo: "Cairo";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
  --hero-p: 0;
  --hero-intro: 1;
  --hero-one: 0;
  --hero-two: 0;
  --hero-final: 0;
  --pilot-p: 0;
  --purpose-p: 0;
  --purpose-goal: 1;
  --purpose-vision: 0;
  --join-p: 0;
  overflow: clip;
  font-family: var(--font-cairo), Arial, sans-serif;
  background: var(--paper);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  padding: 0 3.5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: #f3e9dc;
  font-size: 10px;
  letter-spacing: 0;
  direction: ltr;
}
.mini-mark { justify-self: start; display: flex; align-items: center; gap: 11px; direction: ltr; }
.mini-mark img { width: 31px; height: 48px; object-fit: contain; filter: drop-shadow(0 7px 10px rgba(0,0,0,.35)); }
.mini-mark span { color: #e7d1ad; font-size: 13px; font-weight: 500; line-height: 1; letter-spacing: .025em; text-transform: none; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; direction: ltr; }
.language-switch { min-width: 46px; min-height: 46px; padding: 8px 12px; display: inline-grid; place-items: center; border: 1px solid rgba(234,213,181,.5); color: #ead7b7; background: rgba(21,18,14,.34); backdrop-filter: blur(10px); font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: .04em; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.language-switch:hover { color: #1d1914; background: #f0dfc4; border-color: #f0dfc4; }
.header-link { justify-self: end; min-height: 46px; padding: 10px 18px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid rgba(234,213,181,.72); color: #fff7ec; background: rgba(21,18,14,.48); backdrop-filter: blur(10px); direction: rtl; font-size: 13px; font-weight: 600; line-height: 1.7; letter-spacing: 0; word-spacing: normal; font-variant-ligatures: contextual common-ligatures; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.header-link:hover { color: #1d1914; background: #e6c99f; border-color: #e6c99f; }
.header-link span { display: inline-block; margin: 0; font-size: 16px; }

.hero-scroll { position: relative; height: 380vh; background: #15120f; }
.hero-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; color: #f4ecdf; isolation: isolate; }
.hero-image, .hero-grain, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1.03 + var(--hero-p) * .12));
  filter: sepia(.18) saturate(.76) contrast(1.09) brightness(calc(.84 - var(--hero-p) * .11));
  will-change: transform, filter;
}
.hero-grain {
  z-index: -1;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(8,7,5,.75) 0%, rgba(8,7,5,.52) 35%, rgba(8,7,5,.08) 68%, rgba(8,7,5,.22) 100%), radial-gradient(circle at 82% 52%, transparent 0, rgba(9,7,5,.08) 25%, rgba(9,7,5,.44) 100%), linear-gradient(180deg, rgba(8,7,5,.28), transparent 45%, rgba(8,7,5,.72));
}
.knocker-wrap {
  position: absolute;
  z-index: 4;
  left: 82.4%;
  top: 52.5%;
  width: clamp(120px, 15vw, 235px);
  transform: translate(-50%, -50%) translateY(calc(var(--hero-p) * -2vh)) scale(calc(.62 + var(--hero-p) * .55)) rotate(calc(-2deg + var(--hero-p) * 6deg));
  filter: drop-shadow(0 25px 38px rgba(0,0,0,.58));
  will-change: transform;
}
.knocker-wrap img { position: relative; z-index: 2; width: 100%; }
.knocker-halo { position: absolute; z-index: 1; inset: 18% -25% 7%; border-radius: 50%; background: radial-gradient(circle, rgba(211,156,83,.31), transparent 67%); filter: blur(22px); transform: scale(calc(.7 + var(--hero-p) * .7)); }
.hero-intro {
  position: absolute;
  z-index: 6;
  left: 7vw;
  right: auto;
  top: 50%;
  width: min(650px, 45vw);
  transform: translateY(calc(-50% + (1 - var(--hero-intro)) * 30px));
  text-align: right;
  opacity: var(--hero-intro);
}
.hero-intro h1 { margin: 0; font-size: clamp(48px, 6vw, 94px); font-weight: 400; line-height: 1.08; letter-spacing: -.05em; }
.hero-scene { position: absolute; z-index: 6; left: 7vw; right: auto; top: 50%; width: min(620px, 45vw); pointer-events: none; }
.hero-scene p { margin: 0; font-size: clamp(24px, 3vw, 46px); line-height: 1.62; letter-spacing: -.035em; }
.hero-scene-one { opacity: var(--hero-one); transform: translateY(calc(-50% + (1 - var(--hero-one)) * 38px)); }
.hero-scene-two { opacity: var(--hero-two); transform: translateY(calc(-50% + (1 - var(--hero-two)) * 38px)); }
.hero-final { position: absolute; z-index: 7; left: 7vw; bottom: 10vh; display: flex; align-items: center; gap: 28px; padding: 15px 25px; border: 1px solid rgba(255,255,255,.42); color: #edcfaa; transform: translateY(calc((1 - var(--hero-final)) * 30px)); opacity: var(--hero-final); }
.scroll-cue { position: absolute; z-index: 7; left: 3.5vw; bottom: 4vh; display: flex; align-items: center; gap: 15px; opacity: var(--hero-intro); font-size: 9px; letter-spacing: 0; }
.scroll-cue i { position: relative; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.scroll-cue i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; font-style: normal; animation: drift 1.8s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(4px); } }

.pilot-scroll { position: relative; height: 220vh; background: var(--paper-light); }
.pilot-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; direction: ltr; }
.pilot-visual { position: absolute; inset: 3.5vh 3.5vw; margin: 0; overflow: hidden; direction: ltr; transform: translateX(calc((1 - var(--pilot-p)) * -5vw)); }
.pilot-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; transform: scale(calc(1.1 - var(--pilot-p) * .06)); filter: saturate(calc(.74 + var(--pilot-p) * .22)) sepia(.06); will-change: transform; }
.pilot-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(17,14,11,.58)); }
.pilot-visual figcaption { position: absolute; z-index: 2; left: 28px; bottom: 22px; color: white; font-size: 8px; letter-spacing: .2em; }
.pilot-copy { position: absolute; z-index: 3; inset: 0 0 0 auto; width: min(49vw, 760px); padding: 10vh 6vw 10vh 5vw; display: flex; flex-direction: column; justify-content: center; direction: rtl; background: rgba(245,238,228,.94); backdrop-filter: blur(10px); box-shadow: -30px 0 65px rgba(25,19,13,.18); opacity: clamp(0, calc((var(--pilot-p) - .08) * 4), 1); transform: translateX(calc((1 - var(--pilot-p)) * 5vw)); }
.pilot-copy h2 { margin: 0; font-size: clamp(68px, 9vw, 144px); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.pilot-lead { max-width: 620px; margin: 48px 0 28px; color: var(--terracotta); font-size: clamp(24px, 2.5vw, 38px); line-height: 1.55; }
.pilot-body { max-width: 680px; margin: 0; font-size: 15px; line-height: 2.05; }
.pilot-word { position: absolute; z-index: 2; right: -1vw; bottom: -4vh; color: rgba(60,48,34,.055); font-family: var(--font-cairo), Arial, sans-serif; font-size: 20vw; font-weight: 700; line-height: .8; letter-spacing: -.05em; transform: translateX(calc((1 - var(--pilot-p)) * 12vw)); }

.purpose-scroll { position: relative; height: 300vh; background: #151713; }
.purpose-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; color: #eee5d8; isolation: isolate; }
.purpose-scene { position: absolute; inset: 0; display: grid; grid-template-columns: .92fr 1.08fr; direction: ltr; overflow: hidden; }
.purpose-photo { position: relative; grid-column: 1; grid-row: 1; overflow: hidden; clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%); }
.purpose-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(calc(1.08 - var(--purpose-p) * .035)) translateY(calc((var(--purpose-p) - .5) * -2.5%)); filter: saturate(.82) contrast(1.05); will-change: transform; }
.purpose-photo-collage { background: radial-gradient(circle at 45% 42%, #283247 0, #141b29 68%, #101620 100%); }
.purpose-photo-collage img { object-fit: contain; padding: 8vh 4vw; filter: drop-shadow(0 28px 38px rgba(0,0,0,.32)); }
.purpose-photo-collage span { background: radial-gradient(circle at 50% 45%, transparent 34%, rgba(8,11,17,.22) 100%); }
.purpose-photo span { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(16,18,17,.62)), linear-gradient(180deg, transparent 55%, rgba(13,14,13,.48)); }
.purpose-text { position: relative; z-index: 2; grid-column: 2; grid-row: 1; padding: 12vh 7vw 12vh 5vw; display: flex; flex-direction: column; justify-content: center; direction: rtl; }
.purpose-text::before { content: ""; width: 86px; height: 1px; margin-bottom: 42px; background: currentColor; opacity: .4; }
.purpose-text h2 { margin: 0; font-size: clamp(105px, 15vw, 235px); font-weight: 400; line-height: .78; letter-spacing: -.075em; }
.purpose-text p { max-width: 760px; margin: 72px 0 0; font-size: clamp(21px, 2.2vw, 35px); font-weight: 300; line-height: 1.9; }
.purpose-goal { z-index: 1; background: linear-gradient(135deg, #18263b 0%, #121924 100%); opacity: var(--purpose-goal); }
.purpose-goal .purpose-text { color: #efe6d8; transform: translateY(calc((1 - var(--purpose-goal)) * -35px)); }
.purpose-goal h2 { color: #dab77d; }
.purpose-vision { z-index: 2; background: linear-gradient(135deg, #d2c2aa 0%, #b9a388 100%); color: #29231d; clip-path: inset(calc((1 - var(--purpose-vision)) * 100%) 0 0 0); }
.purpose-vision .purpose-photo { grid-column: 2; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.purpose-vision .purpose-photo img { object-position: 44% center; transform: scale(calc(1.1 - var(--purpose-vision) * .04)); }
.purpose-vision .purpose-photo span { background: linear-gradient(270deg, transparent 54%, rgba(187,165,136,.72)), linear-gradient(180deg, transparent 55%, rgba(52,40,29,.28)); }
.purpose-vision .purpose-text { grid-column: 1; padding-inline: 6vw 4vw; opacity: var(--purpose-vision); transform: translateY(calc((1 - var(--purpose-vision)) * 45px)); }
.purpose-vision h2 { color: #964f37; }
.purpose-progress { position: absolute; z-index: 5; left: 5vw; right: 5vw; bottom: 4vh; height: 1px; background: rgba(255,255,255,.24); }
.purpose-progress i { display: block; width: calc(var(--purpose-p) * 100%); height: 100%; background: #d3aa72; }

.section-pad { padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 105px); }
.join { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; background: var(--paper-light); }
.join-visual { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.join-visual > img { width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.03 + var(--join-p) * .08)) translateY(calc(var(--join-p) * -1.5%)); will-change: transform; }
.join-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15,12,9,.62)); }
.join-brand { position: absolute; z-index: 2; left: 3vw; bottom: 30px; }
.join-brand img { width: 34px; height: 52px; object-fit: contain; }
.join-content { min-width: 0; }
.join-intro { max-width: 760px; }
.join-intro h2 { margin: 0; font-size: clamp(62px, 8vw, 125px); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.join-intro > p { max-width: 700px; margin: 34px 0 0; font-size: 16px; line-height: 1.95; }

.join-form { max-width: 800px; margin-top: 95px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.join-form label, .join-form legend { font-size: 14px; line-height: 1.6; }
.join-form > label, .field-pair > label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 30px; }
.join-form input:not([type="checkbox"]) { width: 100%; min-height: 50px; padding: 10px 4px; border: 0; border-bottom: 1px solid rgba(32,31,27,.38); outline: none; color: var(--ink); background: transparent; border-radius: 0; }
.join-form input:not([type="checkbox"]):focus { border-color: var(--terracotta); }
.join-form fieldset { margin: 42px 0 52px; padding: 28px 0 0; border: 0; border-top: 1px solid rgba(32,31,27,.23); }
.join-form legend { width: 100%; padding-top: 24px; font-weight: 700; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: block; padding: 10px 17px; border: 1px solid rgba(32,31,27,.25); border-radius: 999px; transition: .22s ease; }
.choice input:checked + span { border-color: var(--terracotta); background: var(--terracotta); color: white; transform: translateY(-2px); }
.choice input:focus-visible + span { outline: 2px solid var(--navy); outline-offset: 3px; }
.submit-button { width: 100%; margin-top: 45px; padding: 20px 25px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--navy); color: white; cursor: pointer; transition: background .25s ease; }
.submit-button:hover { background: var(--terracotta); }
.submit-button i { font-style: normal; font-size: 20px; }
.welcome-card { max-width: 690px; margin-top: 85px; padding: clamp(50px, 7vw, 90px); text-align: center; border: 1px solid rgba(32,31,27,.22); background: var(--paper); }
.welcome-card img { width: 96px; margin: 0 auto 34px; }
.welcome-card p { margin: 0; font-size: clamp(30px, 3vw, 47px); }
.welcome-card span { display: block; max-width: 520px; margin: 24px auto 0; font-size: 17px; line-height: 1.85; }
.resident-key { display: grid; place-items: center; width: min(430px, 100%); min-height: 210px; margin: 35px auto 0; padding: 30px; border: 1px solid rgba(32,31,27,.3); background: linear-gradient(135deg, rgba(180,135,75,.15), rgba(255,255,255,.3)); }
.resident-key small { display: block; color: var(--terracotta); font-size: 10px; letter-spacing: .18em; }
.resident-key strong { display: block; margin-top: 16px; font-size: clamp(25px, 4vw, 40px); font-weight: 500; }
.welcome-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.welcome-actions a { padding: 11px 18px; border: 1px solid rgba(32,31,27,.3); font-size: 13px; }
.form-success-note { color: var(--terracotta); font-weight: 700; }
.form-status { margin: 24px 0 -20px; padding: 13px 16px; font-size: 13px; }
.form-status.error { color: #8f301e; background: rgba(165,93,66,.1); }
.form-status.success { color: #355331; background: rgba(84,125,75,.11); }
.site-footer { min-height: 240px; padding: 45px 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; background: #171713; color: #eee6d8; font-size: 11px; letter-spacing: 0; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 38px; height: 58px; object-fit: contain; }
.footer-brand span { color: #dfc293; font-size: 15px; font-weight: 500; letter-spacing: .025em; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; text-align: center; color: rgba(238,230,216,.72); font-size: 12px; letter-spacing: .035em; }
.footer-contact a { transition: color .2s ease; }
.footer-contact a:hover { color: #dfc293; }
.footer-actions { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 24px; }
.social-links { display: flex; gap: 10px; direction: ltr; }
.social-links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(238,230,216,.3); border-radius: 50%; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.social-links a:hover { color: #171713; border-color: #dfc293; background: #dfc293; }
.social-links svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-links .icon-fill { fill: currentColor; stroke: none; }
.back-to-top { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; line-height: 1.7; letter-spacing: 0; word-spacing: normal; font-variant-ligatures: contextual common-ligatures; }
.footer-language { min-width: 74px; padding: 8px 14px; border: 1px solid rgba(238,230,216,.35); color: #dfc293; text-align: center; font-size: 11px; line-height: 1.5; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.footer-language:hover { color: #171713; border-color: #dfc293; background: #dfc293; }

.is-en .header-link { direction: ltr; }
.is-en .hero-intro { text-align: left; }
.is-en .hero-intro h1 { max-width: 720px; font-size: clamp(46px, 5.4vw, 86px); letter-spacing: -.055em; }
.is-en .hero-scene p { line-height: 1.38; letter-spacing: -.035em; }
.is-en .pilot-copy,
.is-en .purpose-text,
.is-en .join-content,
.is-en .join-form { direction: ltr; text-align: left; }
.is-en .pilot-copy { padding-inline: 5vw 6vw; }
.is-en .pilot-copy h2 { letter-spacing: -.07em; }
.is-en .pilot-body { line-height: 1.75; }
.is-en .purpose-text h2 { font-size: clamp(78px, 11vw, 176px); letter-spacing: -.065em; }
.is-en .purpose-text p { line-height: 1.55; }
.is-en .join { direction: ltr; }
.is-en .join-intro h2 { font-size: clamp(58px, 7vw, 112px); letter-spacing: -.065em; }
.is-en .join-intro > p { line-height: 1.75; }
.is-en .submit-button i { transform: rotate(-90deg); }

[data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity 1s cubic-bezier(.22,1,.36,1), transform 1s cubic-bezier(.22,1,.36,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 68px; padding: 0 20px; grid-template-columns: 1fr 1fr; }
  .mini-mark { justify-self: start; }
  .mini-mark span { font-size: 11px; }
  .header-actions { gap: 7px; }
  .language-switch { min-width: 42px; min-height: 42px; padding: 7px 9px; font-size: 10px; }
  .header-link { justify-self: end; min-height: 42px; padding: 8px 12px; gap: 10px; font-size: 11px; }
  .hero-scroll { height: 330vh; }
  .knocker-wrap { left: 76%; top: 34%; width: min(38vw, 190px); transform: translate(-50%, -50%) scale(calc(.66 + var(--hero-p) * .24)) rotate(calc(-2deg + var(--hero-p) * 4deg)); }
  .hero-intro { right: 24px; left: 24px; top: auto; bottom: 11vh; width: auto; transform: translateY(calc((1 - var(--hero-intro)) * 30px)); }
  .hero-intro h1 { font-size: 12vw; }
  .hero-scene { right: 24px; left: 24px; top: auto; bottom: 12vh; width: auto; max-width: none; }
  .hero-scene p { font-size: clamp(22px, 6vw, 34px); line-height: 1.55; }
  .hero-scene-one, .hero-scene-two { transform: translateY(calc((1 - var(--hero-one)) * 30px)); }
  .hero-scene-two { transform: translateY(calc((1 - var(--hero-two)) * 30px)); }
  .hero-final { right: 24px; bottom: 7vh; }
  .scroll-cue span { display: none; }
  .pilot-scroll { height: auto; }
  .pilot-stage { position: relative; height: auto; min-height: auto; display: grid; grid-template-columns: 1fr; }
  .pilot-visual { position: relative; inset: auto; height: 72svh; margin: 0; transform: none; }
  .pilot-visual img { transform: scale(1.03); }
  .pilot-copy { position: relative; inset: auto; width: auto; height: auto; padding: 95px 24px 110px; background: var(--paper-light); box-shadow: none; opacity: 1; transform: none; }
  .pilot-copy h2 { font-size: 20vw; }
  .pilot-word { display: none; }
  .purpose-scroll { height: auto; }
  .purpose-stage { position: relative; height: auto; overflow: visible; }
  .purpose-scene { position: relative; display: grid; grid-template-columns: 1fr; opacity: 1; clip-path: none; }
  .purpose-photo, .purpose-vision .purpose-photo { grid-column: 1; grid-row: 1; height: 62svh; clip-path: none; }
  .purpose-photo img, .purpose-vision .purpose-photo img { transform: none; }
  .purpose-photo span, .purpose-vision .purpose-photo span { background: linear-gradient(180deg, transparent 54%, rgba(15,16,14,.66)); }
  .purpose-text, .purpose-vision .purpose-text { grid-column: 1; grid-row: 2; min-height: 74svh; padding: 90px 24px 110px; opacity: 1; transform: none; }
  .purpose-text h2 { font-size: 27vw; }
  .purpose-text p { margin-top: 48px; font-size: 20px; }
  .purpose-vision { background: linear-gradient(135deg, #d2c2aa 0%, #b9a388 100%); }
  .purpose-progress { display: none; }
  .join { grid-template-columns: 1fr; }
  .join-visual { position: relative; height: 76svh; }
  .join-visual > img { transform: scale(1.04); }
  .section-pad { padding: 95px 24px; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
  .is-en .hero-intro h1 { font-size: clamp(42px, 12vw, 64px); line-height: 1.02; }
  .is-en .hero-scene p { font-size: clamp(22px, 6.5vw, 34px); line-height: 1.35; }
  .is-en .purpose-text h2 { font-size: clamp(72px, 21vw, 118px); }
}

@media (max-width: 560px) {
  .mini-mark { gap: 8px; }
  .mini-mark img { width: 27px; height: 42px; }
  .mini-mark span { font-size: 10px; }
  .header-link { padding-inline: 10px; }
  .hero-image { object-position: 72% center; }
  .hero-intro { bottom: 9vh; }
  .hero-final { bottom: 8vh; min-width: 210px; justify-content: space-between; }
  .pilot-lead { margin-top: 35px; }
  .pilot-body { font-size: 14px; line-height: 1.95; }
  .join-intro h2 { font-size: 19vw; }
  .join-intro > p { font-size: 15px; }
  .join-form { margin-top: 70px; }
  .site-footer { min-height: 330px; padding: 55px 24px; grid-template-columns: 1fr; justify-items: center; gap: 34px; }
  .footer-brand { justify-self: center; }
  .footer-contact { text-align: center; }
  .footer-actions { justify-self: center; align-items: center; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 14px; }
  .mini-mark { gap: 6px; }
  .mini-mark span { max-width: 78px; font-size: 9px; }
  .header-actions { gap: 5px; }
  .language-switch { min-width: 39px; min-height: 40px; padding-inline: 7px; }
  .header-link { min-height: 40px; padding-inline: 8px; gap: 6px; font-size: 10px; white-space: nowrap; }
  .header-link span { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-scroll, .pilot-scroll, .purpose-scroll { height: auto; }
  .hero-stage, .pilot-stage, .purpose-stage { position: relative; min-height: 100svh; height: auto; }
  .hero-image, .knocker-wrap, .pilot-visual, .pilot-visual img, .pilot-copy, .purpose-photo img, .join-visual > img { transform: none; }
  .hero-intro, .hero-scene, .hero-final, .pilot-copy { position: relative; inset: auto; opacity: 1; transform: none; margin: 40px auto; }
  .hero-stage { padding: 110px 24px 60px; }
  .purpose-progress { display: none; }
  .purpose-scene { position: relative; min-height: 100svh; opacity: 1; clip-path: none; }
  .purpose-text { opacity: 1; transform: none; }
}

/* Data, consent, and operations layer */
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.marketing-consent { margin: 42px 0 0; padding: 24px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid rgba(32,31,27,.2); background: rgba(235,227,214,.55); cursor: pointer; }
.marketing-consent input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--terracotta); flex: none; }
.marketing-consent span { display: block; }
.marketing-consent strong { display: block; font-size: 14px; line-height: 1.8; }
.marketing-consent small { display: block; margin-top: 6px; color: rgba(32,31,27,.62); font-size: 12px; line-height: 1.7; }
.privacy-note { margin: 18px 0 0; color: rgba(32,31,27,.65); font-size: 12px; line-height: 1.8; }
.privacy-note a, .privacy-footer-link { border-bottom: 1px solid currentColor; }
.form-error { margin: 26px 0 -22px; padding: 13px 16px; color: #8f301e; background: rgba(165,93,66,.1); font-size: 13px; }
.submit-button:disabled { cursor: wait; opacity: .66; }
.email-confirmation { color: var(--terracotta); font-weight: 700; }
.privacy-footer-link { color: rgba(238,230,216,.56); font-size: 11px; }

.analytics-consent { position: fixed; z-index: 150; right: 22px; bottom: 22px; width: min(760px, calc(100vw - 44px)); padding: 23px 25px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; direction: rtl; color: #eee6d8; background: rgba(23,23,19,.97); border: 1px solid rgba(223,194,147,.3); box-shadow: 0 22px 70px rgba(0,0,0,.35); backdrop-filter: blur(18px); font-family: var(--font-cairo), Arial, sans-serif; }
.analytics-consent[hidden] { display: none; }
.is-en .analytics-consent { direction: ltr; }
.analytics-consent strong { display: block; color: #dfc293; font-size: 15px; }
.analytics-consent p { margin: 7px 0 0; color: rgba(238,230,216,.72); font-size: 12px; line-height: 1.75; }
.analytics-actions { display: flex; align-items: center; gap: 8px; }
.analytics-actions button { position: relative; z-index: 1; min-height: 43px; padding: 9px 15px; border: 1px solid rgba(223,194,147,.45); color: #eee6d8; background: transparent; cursor: pointer; pointer-events: auto; touch-action: manipulation; font-size: 11px; white-space: nowrap; }
.analytics-actions button:first-child { color: #171713; background: #dfc293; border-color: #dfc293; }

/* Privacy */
.privacy-page { min-height: 100svh; padding: 38px clamp(24px, 7vw, 115px) 100px; color: #eee6d8; background: radial-gradient(circle at 80% 0, #243047 0, #151713 52%); font-family: var(--font-cairo), Arial, sans-serif; }
.privacy-brand { display: inline-flex; align-items: center; gap: 12px; direction: ltr; color: #dfc293; }
.privacy-brand img { width: 32px; height: 48px; object-fit: contain; }
.privacy-page article { width: min(820px, 100%); margin: 12vh auto 0; }
.privacy-page h1 { max-width: 780px; margin: 14px 0 25px; color: #e1c28e; font-size: clamp(54px, 8vw, 112px); font-weight: 400; line-height: 1.02; letter-spacing: -.055em; }
.privacy-lead { max-width: 700px; margin: 0 0 75px; color: rgba(238,230,216,.76); font-size: clamp(19px, 2vw, 28px); line-height: 1.8; }
.privacy-page section { padding: 32px 0; border-top: 1px solid rgba(238,230,216,.18); }
.privacy-page section h2 { margin: 0 0 14px; color: #dfc293; font-size: 20px; font-weight: 600; }
.privacy-page section p { margin: 0; color: rgba(238,230,216,.72); font-size: 15px; line-height: 2; }
.privacy-page section a { color: #eee6d8; border-bottom: 1px solid rgba(238,230,216,.4); }
.privacy-back { display: inline-block; margin-top: 50px; padding-bottom: 6px; border-bottom: 1px solid #dfc293; color: #dfc293; }
.privacy-page.is-english { font-family: var(--font-cairo), Arial, sans-serif; }

/* Admin OS */
.admin-shell, .admin-auth { min-height: 100svh; color: #e9e4da; background: #11130f; font-family: var(--font-cairo), Arial, sans-serif; }
.admin-topbar { height: 78px; padding: 0 clamp(22px, 4vw, 66px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(17,19,15,.92); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.admin-brand { display: flex; align-items: center; gap: 12px; direction: ltr; color: #dfc293; }
.admin-brand img { width: 28px; height: 43px; object-fit: contain; }
.admin-brand small { margin-left: 6px; padding: 2px 6px; color: #11130f; background: #dfc293; font-size: 8px; letter-spacing: .12em; }
.admin-user { display: flex; align-items: center; gap: 18px; color: rgba(233,228,218,.58); font-size: 11px; }
.admin-user a { color: #dfc293; border-bottom: 1px solid rgba(223,194,147,.4); }
.admin-hero { padding: clamp(60px, 8vw, 115px) clamp(22px, 5vw, 84px) 45px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.admin-hero h1 { margin: 8px 0 18px; color: #e5c897; font-size: clamp(52px, 7vw, 110px); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.admin-hero > div > p:last-child { max-width: 690px; margin: 0; color: rgba(233,228,218,.62); font-size: 14px; line-height: 1.9; }
.admin-eyebrow { margin: 0; color: #a86b50; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.admin-system-status { min-width: 245px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); background: #171a15; }
.admin-system-status span { display: block; font-size: 12px; }
.admin-system-status small { display: block; margin-top: 7px; color: rgba(233,228,218,.52); font-size: 10px; line-height: 1.6; }
.admin-system-status.is-ready span { color: #91b795; }
.admin-system-status.is-warning span { color: #d8a06f; }
.admin-metrics { padding: 0 clamp(22px, 5vw, 84px) 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.admin-metrics article { min-height: 160px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, #191c17, #141612); }
.admin-metrics span { color: rgba(233,228,218,.58); font-size: 11px; }
.admin-metrics strong { margin: auto 0 8px; color: #e4c38f; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 62px); font-weight: 400; direction: ltr; text-align: right; }
.admin-metrics small { color: #8b9483; font-size: 10px; }
.admin-grid { padding: 0 clamp(22px, 5vw, 84px) 42px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.admin-panel { padding: clamp(24px, 3vw, 42px); border: 1px solid rgba(255,255,255,.08); background: #171a15; min-width: 0; }
.admin-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.admin-panel h2 { margin: 7px 0 0; color: #e9e4da; font-size: 22px; font-weight: 500; }
.chart-legend { display: flex; gap: 14px; color: rgba(233,228,218,.55); font-size: 9px; }
.chart-legend span::before { content: ""; width: 8px; height: 8px; margin-left: 6px; display: inline-block; border-radius: 50%; }
.chart-legend .views::before { background: #d2ad75; }
.chart-legend .leads::before { background: #9b5941; }
.trend-chart { height: 250px; margin-top: 35px; display: grid; grid-template-columns: repeat(14, 1fr); align-items: end; gap: 6px; direction: ltr; }
.trend-day { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 8px; }
.trend-bars { width: 100%; height: calc(100% - 24px); display: flex; justify-content: center; align-items: end; gap: 2px; }
.trend-bars i { width: min(12px, 42%); min-height: 3px; display: block; transition: height .4s ease; }
.view-bar { background: linear-gradient(#e1bf88, #806542); }
.lead-bar { background: linear-gradient(#b87558, #673c2d); }
.trend-day > span { color: rgba(233,228,218,.4); font-size: 8px; }
.interest-list { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; }
.interest-list > div { display: grid; grid-template-columns: minmax(80px, 1fr) 1.4fr 26px; align-items: center; gap: 12px; font-size: 10px; }
.interest-list i { height: 4px; background: rgba(255,255,255,.08); }
.interest-list b { height: 100%; display: block; background: #a86b50; }
.interest-list strong { color: #d7ba89; text-align: left; }
.compact-panel { min-height: 240px; }
.source-list { margin-top: 25px; }
.source-list > div { padding: 11px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 11px; }
.source-list span { color: rgba(233,228,218,.65); direction: ltr; }
.source-list strong { color: #dfc293; }
.admin-leads { margin: 0 clamp(22px, 5vw, 84px) 90px; }
.lead-header { align-items: center !important; }
.export-link { padding: 10px 15px; border: 1px solid rgba(223,194,147,.4); color: #dfc293; font-size: 10px; }
.lead-filters { margin-top: 30px; padding: 15px; display: grid; grid-template-columns: 1fr 180px auto; align-items: center; gap: 10px; background: #11130f; }
.lead-filters input, .lead-filters select, .lead-table select { min-height: 42px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); outline: none; color: #e9e4da; background: #1a1d18; border-radius: 0; }
.lead-filters label { display: flex; align-items: center; gap: 8px; color: rgba(233,228,218,.6); font-size: 10px; }
.lead-filters label input { min-height: auto; accent-color: #a86b50; }
.lead-table-wrap { overflow-x: auto; }
.lead-table { width: 100%; min-width: 980px; border-collapse: collapse; text-align: right; }
.lead-table th { padding: 18px 12px; color: rgba(233,228,218,.4); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 9px; font-weight: 500; }
.lead-table td { padding: 17px 12px; border-bottom: 1px solid rgba(255,255,255,.065); color: rgba(233,228,218,.75); font-size: 11px; vertical-align: middle; }
.lead-table td strong, .lead-table td a, .lead-table td small { display: block; }
.lead-table td strong { color: #eee6d8; font-size: 12px; }
.lead-table td a, .lead-table td small { margin-top: 4px; color: rgba(233,228,218,.43); font-size: 9px; }
.lead-table select { min-height: 34px; padding: 5px 8px; font-size: 10px; }
.score { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: #d9b77f; border: 1px solid #73563b; direction: ltr; }
.score-3, .score-4 { color: #a7c3a4; border-color: #5d815d; }
.consent { padding: 4px 8px; color: rgba(233,228,218,.45); background: rgba(255,255,255,.05); font-size: 9px; }
.consent.yes { color: #a7c3a4; background: rgba(91,126,91,.16); }
.details-button { padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); color: #dfc293; background: transparent; cursor: pointer; font-size: 10px; }
.admin-empty { margin: 30px 0 0; color: rgba(233,228,218,.38); font-size: 11px; }
.lead-drawer-backdrop { position: fixed; z-index: 100; inset: 0; display: flex; justify-content: flex-start; background: rgba(4,5,4,.72); backdrop-filter: blur(4px); }
.lead-drawer { width: min(560px, 100vw); height: 100%; padding: clamp(30px, 5vw, 62px); overflow-y: auto; color: #e9e4da; background: #191c17; box-shadow: 30px 0 80px rgba(0,0,0,.45); }
.drawer-close { float: left; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); color: #e9e4da; background: transparent; cursor: pointer; font-size: 24px; }
.lead-drawer h2 { margin: 8px 0 20px; color: #e5c897; font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.05; }
.drawer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; color: rgba(233,228,218,.6); direction: ltr; font-size: 11px; }
.lead-drawer dl { margin: 35px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.07); }
.lead-drawer dl div { padding: 15px; background: #191c17; }
.lead-drawer dt { color: rgba(233,228,218,.38); font-size: 9px; }
.lead-drawer dd { margin: 6px 0 0; color: #e8dece; font-size: 11px; }
.drawer-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.drawer-tags span { padding: 6px 10px; border: 1px solid rgba(223,194,147,.25); color: #d9bd8e; font-size: 9px; }
.notes-label { margin-top: 35px; display: flex; flex-direction: column; gap: 10px; color: rgba(233,228,218,.6); font-size: 11px; }
.notes-label textarea { padding: 14px; border: 1px solid rgba(255,255,255,.13); outline: none; resize: vertical; color: #e9e4da; background: #11130f; font: inherit; line-height: 1.8; }
.admin-save { width: 100%; margin-top: 15px; padding: 14px; border: 0; color: #171713; background: #dfc293; cursor: pointer; }
.save-notice { color: #a7c3a4; font-size: 10px; text-align: center; }
.admin-auth { padding: 12vh 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.admin-auth > img { width: 72px; height: 110px; object-fit: contain; margin-bottom: 30px; }
.admin-auth h1 { margin: 12px 0 20px; color: #e5c897; font-size: clamp(48px, 7vw, 90px); font-weight: 400; }
.admin-auth > p:not(.admin-eyebrow) { max-width: 570px; margin: 0 0 28px; color: rgba(233,228,218,.62); line-height: 1.9; }
.admin-primary-link { min-width: 240px; padding: 14px 22px; color: #171713; background: #dfc293; }
.admin-muted-link { margin-top: 20px; color: rgba(233,228,218,.5); font-size: 11px; border-bottom: 1px solid rgba(233,228,218,.25); }

@media (max-width: 900px) {
  .analytics-consent { grid-template-columns: 1fr; gap: 15px; }
  .analytics-actions { justify-content: stretch; }
  .analytics-actions button { flex: 1; }
  .admin-hero { grid-template-columns: 1fr; }
  .admin-system-status { width: 100%; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
  .lead-filters { grid-template-columns: 1fr 1fr; }
  .lead-filters label { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .analytics-consent { right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 18px; }
  .analytics-actions { flex-direction: column; }
  .analytics-actions button { width: 100%; }
  .admin-topbar { padding-inline: 16px; }
  .admin-user span { display: none; }
  .admin-hero, .admin-metrics, .admin-grid { padding-inline: 16px; }
  .admin-metrics { grid-template-columns: 1fr; }
  .admin-metrics article { min-height: 135px; }
  .admin-leads { margin-inline: 16px; padding: 20px 14px; }
  .lead-filters { grid-template-columns: 1fr; }
  .lead-filters label { grid-column: auto; }
  .lead-drawer dl { grid-template-columns: 1fr; }
  .privacy-page article { margin-top: 9vh; }
}
