@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../accounts/fonts/IBMPlexSansArabic-Regular.891662a6e9d2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../accounts/fonts/IBMPlexSansArabic-SemiBold.452ddb9edea6.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --canvas: #f6f7f3;
  --surface: #fff;
  --ink: #142b43;
  --primary: #142b43;
  --muted: #5d6a70;
  --accent: #236b67;
  --mint: #7dd3cb;
  --border: #d8dfdc;
  --soft: #edf2ef;
  --focus: #236b67;
}

* { box-sizing: border-box; }
body, h1, p { margin: 0; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:where(a, button):focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
::selection { color: var(--ink); background: #bde9df; }

.landing-page {
  color: var(--ink);
  background: var(--canvas);
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.landing-shell {
  display: flex;
  flex-direction: column;
  width: min(100% - 96px, 1280px);
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
}
.landing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 112px;
  padding-block: 24px;
  border-bottom: 1px solid var(--border);
}
.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  color: var(--ink);
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.landing-brand img { display: block; }
.landing-brand span, .landing-copy h1 span { color: var(--accent); }
.landing-page .language-switcher { padding: 2px; border-radius: 12px; background: transparent; }
.landing-page .language-switcher button { min-height: 44px; padding-inline: 14px; border-radius: 9px; transition: background-color 160ms ease; }
.landing-page .language-switcher button:active:not(:disabled) { background: var(--border); }

.landing-main {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
  padding-block: 68px;
}
.landing-main:focus { outline: none; }
.landing-main:focus-visible .landing-copy { outline: 3px solid var(--focus); outline-offset: 10px; }
.landing-copy { min-width: 0; padding-block: 20px; }
.landing-eyebrow { margin-bottom: 22px; color: var(--muted); font-size: 17px; }
.landing-copy h1 {
  width: fit-content;
  max-width: 100%;
  font-size: clamp(64px, 8.6vw, 116px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.22;
}
.landing-tagline { margin-top: 28px; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.6; text-wrap: balance; }
.landing-signature { display: block; width: 64px; height: 3px; margin-top: 45px; background: var(--accent); }

.landing-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.04;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #233d4c;
  border-radius: 32px;
  background: #112b38;
  box-shadow: 0 24px 48px -32px #142b4359;
}
.art-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#a7cec50a 1px, transparent 1px), linear-gradient(90deg, #a7cec50a 1px, transparent 1px);
  background-size: 48px 48px;
}
.art-halo {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 18% 6%, #8de0c94d, transparent 57%), radial-gradient(ellipse at 85% 100%, #091d31, transparent 68%);
}
.art-frame {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid #a2ded629;
  border-radius: 26%;
  transform: rotate(-22deg);
}
.frame-inner { width: 59%; transform: rotate(-12deg); border-color: #a2ded645; }
.art-monogram {
  display: grid;
  place-items: center;
  width: 44%;
  aspect-ratio: 1;
  color: #f2f6ed;
  border: 1px solid #93cfc377;
  border-radius: 24%;
  background: linear-gradient(140deg, #386563, #183844 56%, #142b43);
  box-shadow: -10px -10px 28px #83dfc911, 20px 28px 48px #06152188, inset 0 1px 1px #d2f6ea55;
  transform: rotate(-12deg);
}
.art-monogram svg { display: block; width: 72%; transform: rotate(12deg); }
.art-caption {
  position: absolute;
  inset-inline: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #c7dcd5;
  font-size: 11px;
  letter-spacing: 0.24em;
}
.art-caption span { height: 1px; flex: 1; background: #9fc6ba3d; }

.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  min-height: 88px;
  padding-block: 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}
.landing-footer p { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.footer-divider { color: #7f8e8a; }
.landing-domain { letter-spacing: 0.04em; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 20px; z-index: 10; padding: 12px 20px; color: var(--surface); background: var(--ink); border-radius: 8px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

@media (prefers-reduced-motion: no-preference) {
  .landing-copy, .landing-art { animation: arrive 650ms ease-out both; }
  .landing-art { animation-delay: 90ms; }
  @keyframes arrive { from { opacity: 0; translate: 0 10px; } to { opacity: 1; translate: 0 0; } }
}
@media (max-width: 760px) {
  .landing-shell { width: calc(100% - 40px); }
  .landing-header { min-height: 92px; gap: 12px; padding-block: 20px; }
  .landing-brand { font-size: 22px; gap: 8px; }
  .landing-brand img { width: 32px; height: 32px; }
  .landing-page .language-switcher button { padding-inline: 11px; }
  .landing-main { grid-template-columns: 1fr; gap: 40px; padding-block: 44px; }
  .landing-copy { padding: 0; }
  .landing-copy h1 { font-size: clamp(68px, 15vw, 100px); }
  .landing-eyebrow { margin-bottom: 14px; font-size: 16px; }
  .landing-tagline { margin-top: 14px; font-size: 24px; }
  .landing-signature { margin-top: 26px; width: 48px; }
  .landing-art { aspect-ratio: 1.3; border-radius: 24px; }
  .art-frame { width: 64%; }
  .frame-inner { width: 49%; }
  .art-monogram { width: 35%; }
  .art-caption { bottom: 22px; inset-inline: 24px; }
  .landing-footer { gap: 8px; padding-block: 22px; font-size: 12px; }
}
@media (max-width: 360px) {
  .landing-shell { width: calc(100% - 32px); }
  .landing-brand { font-size: 20px; gap: 6px; }
  .landing-page .language-switcher button { padding-inline: 9px; }
}
