:root {
  --charcoal: #191816;
  --charcoal-soft: #26231f;
  --copper: #b86b22;
  --copper-bright: #ce8321;
  --copper-dark: #7e3f0a;
  --ivory: #f7f2ea;
  --sand: #d9c6ae;
  --stone: #817972;
  --white: #ffffff;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }

html { color-scheme: dark; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 107, 34, .12), transparent 28rem),
    linear-gradient(145deg, #12110f 0%, var(--charcoal) 58%, #100f0d 100%);
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%);
}

.grain {
  position: fixed;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  top: -22rem;
  left: -16rem;
  width: 46rem;
  height: 46rem;
  border: 1px solid rgba(206, 131, 33, .16);
  animation: orbit 22s linear infinite;
}

.ambient-two {
  right: -12rem;
  bottom: -18rem;
  width: 35rem;
  height: 35rem;
  background: rgba(126, 63, 10, .06);
  border: 1px solid rgba(217, 198, 174, .06);
  animation: breathe 8s ease-in-out infinite alternate;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1360px);
  min-height: 100svh;
  margin-inline: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.topbar,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar {
  min-height: 104px;
  padding-block: 22px;
  border-bottom: 1px solid rgba(217, 198, 174, .12);
  animation: revealDown .9s var(--ease) both;
}

.brand-logo { display: block; object-fit: contain; }

.brand-logo--small {
  width: 118px;
  height: 62px;
  object-position: right center;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(247, 242, 234, .72);
  font-size: .92rem;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper-bright);
  box-shadow: 0 0 0 0 rgba(206, 131, 33, .45);
  animation: pulse 2.2s ease-out infinite;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8.5rem);
  padding-block: clamp(3rem, 8vh, 7rem);
}

.content {
  position: relative;
  max-width: 650px;
  animation: revealRight 1s .15s var(--ease) both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--copper-bright);
  font-size: clamp(.9rem, 1.2vw, 1rem);
  font-weight: 600;
  letter-spacing: .02em;
}

.eyebrow span {
  width: 42px;
  height: 1px;
  background: linear-gradient(to left, var(--copper-bright), transparent);
}

h1 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(3rem, 6.8vw, 6.75rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
}

h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(217, 198, 174, .62);
  text-shadow: 0 0 32px rgba(184, 107, 34, .06);
}

.lead {
  max-width: 570px;
  margin: 30px 0 0;
  color: rgba(247, 242, 234, .68);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.9;
}

.launch-note {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 520px;
  margin-top: 42px;
  padding: 21px 0 0;
  border-top: 1px solid rgba(217, 198, 174, .18);
}

.launch-note__number {
  flex: 0 0 auto;
  color: var(--copper-bright);
  font: 500 .8rem/1 Arial, sans-serif;
  letter-spacing: .18em;
  padding-top: 7px;
}

.launch-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 600;
}

.launch-note p {
  margin: 0;
  color: var(--stone);
  font-size: .94rem;
  line-height: 1.7;
}

.visual {
  display: grid;
  place-items: center;
  min-height: 500px;
  animation: revealLeft 1.15s .08s var(--ease) both;
}

.architectural-frame {
  position: relative;
  width: min(38vw, 460px);
  aspect-ratio: .76;
  border: 1px solid rgba(217, 198, 174, .16);
  background:
    linear-gradient(135deg, rgba(255,255,255,.025), transparent 40%),
    rgba(255, 255, 255, .012);
}

.architectural-frame::before,
.architectural-frame::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
}

.architectural-frame::before {
  inset: -1px auto auto -1px;
  border-top: 2px solid var(--copper-bright);
  border-left: 2px solid var(--copper-bright);
}

.architectural-frame::after {
  inset: auto -1px -1px auto;
  border-right: 2px solid rgba(206, 131, 33, .45);
  border-bottom: 2px solid rgba(206, 131, 33, .45);
}

.logo-stage {
  position: absolute;
  inset: 10%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.logo-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.08) 49%, transparent 60%);
  transform: translateX(-130%);
  animation: sheen 5.8s 1.2s var(--ease) infinite;
}

.logo-halo {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,107,34,.17), rgba(184,107,34,.02) 52%, transparent 70%);
  animation: breathe 3.8s ease-in-out infinite alternate;
}

.brand-logo--hero {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 84%;
  filter: drop-shadow(0 22px 32px rgba(0,0,0,.34));
  animation: float 5.5s ease-in-out infinite;
}

.frame-line {
  position: absolute;
  display: block;
  background: rgba(217, 198, 174, .12);
}

.frame-line--one { top: 25%; right: -9%; width: 22%; height: 1px; }
.frame-line--two { bottom: 22%; left: -10%; width: 30%; height: 1px; }
.frame-line--three { top: -5%; right: 22%; width: 1px; height: 18%; }

.coordinate {
  position: absolute;
  color: rgba(217, 198, 174, .42);
  font: 500 .68rem/1 Arial, sans-serif;
  letter-spacing: .18em;
  direction: ltr;
}

.coordinate--top { top: 17px; right: 19px; }
.coordinate--bottom { bottom: 17px; left: 19px; }

.footer {
  min-height: 80px;
  padding-block: 20px;
  color: rgba(247, 242, 234, .5);
  border-top: 1px solid rgba(217, 198, 174, .12);
  font-size: .86rem;
  animation: revealUp .9s .35s var(--ease) both;
}

.footer p { margin: 0; }
.copyright { color: rgba(247, 242, 234, .34); }

@keyframes revealRight {
  from { opacity: 0; transform: translate3d(35px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes revealLeft {
  from { opacity: 0; transform: translate3d(-35px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes revealDown {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes revealUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes sheen {
  0%, 65% { transform: translateX(-130%); }
  100% { transform: translateX(130%); }
}

@keyframes breathe {
  from { transform: scale(.96); opacity: .65; }
  to { transform: scale(1.05); opacity: 1; }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(206,131,33,.5); }
  75%, 100% { box-shadow: 0 0 0 9px rgba(206,131,33,0); }
}

@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .page-shell { width: min(100% - 32px, 680px); }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3.2rem; }
  .content { max-width: none; }
  .visual { order: -1; min-height: auto; }
  .architectural-frame { width: min(72vw, 380px); }
  h1 { font-size: clamp(3.1rem, 12vw, 5.6rem); }
}

@media (max-width: 560px) {
  .page-shell { width: min(100% - 24px, 480px); }
  .topbar { min-height: 84px; }
  .brand-logo--small { width: 92px; height: 48px; }
  .status { font-size: .82rem; }
  .hero { padding-block: 2.4rem 3rem; }
  .architectural-frame { width: min(82vw, 330px); }
  .eyebrow { margin-bottom: 18px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); line-height: 1.03; }
  .lead { margin-top: 22px; font-size: 1rem; line-height: 1.8; }
  .launch-note { margin-top: 28px; gap: 14px; }
  .footer { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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