:root {
  --bg: #080808;
  --bg-soft: #121212;
  --text: #f5f5f5;
  --muted: #b7b7b7;
  --line: rgba(255,255,255,0.10);
  --card: rgba(255,255,255,0.05);
  --shadow: 0 30px 80px rgba(0,0,0,0.35);
  --green: #2d6e54;
  --red: #7b2f2f;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(123,47,47,0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(45,110,84,0.12), transparent 22%),
    linear-gradient(180deg, #0a0a0a 0%, #070707 100%);
  overflow-x: hidden;
  position: relative;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.tape-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("assets/tape-oriquel.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.18;
  mix-blend-mode: screen;
  filter: saturate(0.95) contrast(1.04);
}

.header,
.hero,
.concept-section,
.marquee-wrap {
  position: relative;
  z-index: 2;
}

.header {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 28px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 112px;
  height: auto;
  display: block;
}

.boot-logo-img {
  width: min(260px, 62vw);
  height: auto;
  display: inline-block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.nav a:hover {
  color: var(--text);
}

.hero {
  width: min(1180px, 92%);
  margin: 0 auto;
  min-height: calc(100vh - 88px);
  padding: 42px 0 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #dadada;
}

.title {
  margin-top: 22px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.subtitle {
  max-width: 680px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.quote {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.quote-line {
  width: 44px;
  height: 1px;
  background: rgba(255,255,255,0.55);
}

.quote p {
  color: #ededed;
  font-size: 1.02rem;
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-solid {
  background: #f2f2f2;
  color: #0a0a0a;
}

.btn-outline {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--text);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.visual-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.main-visual {
  width: min(500px, 100%);
  right: 0;
  top: 0;
}

.side-visual {
  width: 240px;
  left: 0;
  bottom: 34px;
}

.floating-tag {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.42);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.concept-section {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 20px 0 90px;
}

.section-heading h2 {
  margin-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.05;
}

.mini-label {
  color: #d5d5d5;
  letter-spacing: 0.26em;
  font-size: 0.74rem;
  font-weight: 700;
}

.concept-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.concept-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}

.concept-card h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.concept-card p {
  color: var(--muted);
  line-height: 1.85;
}

.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  width: max-content;
  padding: 16px 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  animation: marquee 22s linear infinite;
}

.marquee-track span { opacity: 0.9; }

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

body.loaded .fade-up {
  opacity: 1;
  transform: translateY(0);
}

body.loaded .delay-1 { transition-delay: 0.15s; }
body.loaded .delay-2 { transition-delay: 0.28s; }
body.loaded .delay-3 { transition-delay: 0.42s; }
body.loaded .delay-4 { transition-delay: 0.56s; }
body.loaded .delay-5 { transition-delay: 0.70s; }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .main-visual {
    position: relative;
    width: 100%;
  }

  .side-visual {
    width: 200px;
    left: 12px;
    bottom: -18px;
  }

  .concept-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .header {
    padding-top: 20px;
  }

  .nav {
    gap: 14px;
  }

  .nav a {
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 24px;
    min-height: auto;
  }

  .title {
    margin-top: 18px;
    font-size: clamp(4rem, 22vw, 6.4rem);
  }

  .subtitle {
    font-size: 0.98rem;
  }

  .quote {
    align-items: flex-start;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 360px;
  }

  .status-card {
    padding: 16px;
  }

  .side-visual {
    width: 150px;
    left: 8px;
  }

  .floating-tag {
    top: -12px;
    font-size: 0.72rem;
  }

  .section-heading h2 {
    font-size: 2.3rem;
  }
}

/* Simple version edits */
.simple-hero {
  min-height: calc(100vh - 88px);
  padding-bottom: 95px;
}
.only-visual {
  width: min(540px, 100%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.simple-hero .hero-visual {
  min-height: 640px;
}
.simple-hero .floating-tag {
  top: 80px;
  left: 0;
}
@media (max-width: 980px) {
  .status-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .only-visual {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }
  .simple-hero .hero-visual {
    min-height: auto;
  }
}


.status-card {
  position: absolute;
  left: 0;
  right: 34px;
  bottom: 10px;
  padding: 18px 20px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,10,10,0.56);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.status-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.status-label, .status-percent {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  font-size: 0.95rem;
}

.status-percent {
  color: #f1f1f1;
}

.loading-bar {
  width: 100%;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}

.loading-bar span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(123,47,47,0.95) 0%, rgba(45,110,84,0.95) 100%);
  box-shadow: 0 0 18px rgba(255,255,255,0.08);
  animation: loadPulse 2.2s ease-in-out infinite;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.status-item {
  padding: 12px 12px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.status-item small {
  display: block;
  color: #bdbdbd;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}

.status-item p {
  color: #efefef;
  font-size: 0.92rem;
  line-height: 1.5;
}

@keyframes loadPulse {
  0%,100% { opacity: 0.82; filter: saturate(0.95); }
  50% { opacity: 1; filter: saturate(1.12); }
}


/* Animated version */
.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: #050505;
  transition: opacity .8s ease, visibility .8s ease;
}

.boot-screen.hide {
  opacity: 0;
  visibility: hidden;
}

.boot-inner {
  width: min(360px, 82vw);
  text-align: center;
}

.boot-logo {
  display: block;
  margin-bottom: 22px;
  animation: bootLogo 1.1s ease infinite alternate;
}

.boot-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.boot-bar span {
  display: block;
  height: 100%;
  width: 45%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7b2f2f, #2d6e54, #f2f2f2);
  animation: bootLoad 1.15s ease-in-out infinite;
}

.boot-inner p {
  margin-top: 14px;
  color: #aaa;
  font-size: .74rem;
  letter-spacing: .26em;
  font-weight: 800;
}

.tape-overlay {
  animation: tapeMotion 16s ease-in-out infinite alternate;
  transform-origin: center;
}

.title {
  position: relative;
  animation: titlePulse 4s ease-in-out infinite;
}

.title::after {
  content: "COMING\A SOON";
  white-space: pre;
  position: absolute;
  inset: 0;
  color: rgba(255,255,255,.12);
  transform: translate(6px, 4px);
  z-index: -1;
  animation: ghostShift 3s ease-in-out infinite;
}

.eyebrow {
  animation: badgeGlow 2.8s ease-in-out infinite;
}

.only-visual {
  animation: imageFloat 5.5s ease-in-out infinite;
  transform-origin: center;
}

.image-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, transparent 42%, rgba(255,255,255,.26) 50%, transparent 58%, transparent 100%);
  transform: translateX(-130%);
  animation: shineMove 4.4s ease-in-out infinite;
}

.floating-tag {
  animation: tagFloat 3.4s ease-in-out infinite;
}

.status-card {
  overflow: hidden;
  animation: cardBreath 4s ease-in-out infinite;
}

.status-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(255,255,255,.12), transparent 32%);
  pointer-events: none;
  opacity: .55;
}

.loading-bar span {
  position: relative;
  overflow: hidden;
  animation: loadPulse 2.2s ease-in-out infinite, loadWave 5.5s ease-in-out infinite;
}

.loading-bar span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: translateX(-120%);
  animation: barShine 1.8s ease-in-out infinite;
}

.status-item {
  animation: itemLift 3.2s ease-in-out infinite;
}

.status-item:nth-child(2) { animation-delay: .25s; }
.status-item:nth-child(3) { animation-delay: .5s; }

.status-percent {
  animation: percentBlink 1.8s ease-in-out infinite;
}

.marquee-track {
  animation-duration: 16s;
}

.btn-solid {
  animation: ctaPulse 2.6s ease-in-out infinite;
}

@keyframes bootLogo {
  from { opacity: .65; transform: translateY(0); }
  to { opacity: 1; transform: translateY(-3px); }
}

@keyframes bootLoad {
  from { transform: translateX(-85%); }
  to { transform: translateX(230%); }
}

@keyframes tapeMotion {
  from { transform: scale(1) translate3d(0,0,0); opacity: .16; }
  to { transform: scale(1.06) translate3d(-18px, 12px, 0); opacity: .24; }
}

@keyframes titlePulse {
  0%, 100% { letter-spacing: -0.04em; filter: brightness(1); }
  50% { letter-spacing: -0.03em; filter: brightness(1.08); }
}

@keyframes ghostShift {
  0%, 100% { transform: translate(6px, 4px); opacity: .55; }
  50% { transform: translate(11px, 8px); opacity: .22; }
}

@keyframes badgeGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(255,255,255,0); }
  50% { box-shadow: 0 0 26px rgba(255,255,255,.08); }
}

@keyframes imageFloat {
  0%, 100% { transform: translateY(-50%) rotate(0deg); }
  50% { transform: translateY(calc(-50% - 14px)) rotate(-1deg); }
}

@keyframes shineMove {
  0%, 60% { transform: translateX(-130%); opacity: 0; }
  70% { opacity: 1; }
  100% { transform: translateX(130%); opacity: 0; }
}

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

@keyframes cardBreath {
  0%, 100% { transform: translateY(0); border-color: rgba(255,255,255,.10); }
  50% { transform: translateY(-5px); border-color: rgba(255,255,255,.22); }
}

@keyframes loadWave {
  0%, 100% { width: 72%; }
  50% { width: 88%; }
}

@keyframes barShine {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@keyframes itemLift {
  0%, 100% { transform: translateY(0); background: rgba(255,255,255,.04); }
  50% { transform: translateY(-5px); background: rgba(255,255,255,.07); }
}

@keyframes percentBlink {
  0%, 100% { opacity: .62; }
  50% { opacity: 1; }
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(255,255,255,0); }
  50% { box-shadow: 0 0 32px rgba(255,255,255,.12); }
}

@media (max-width: 980px) {
  .only-visual { animation: imageFloatMobile 5.5s ease-in-out infinite; }
  @keyframes imageFloatMobile {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(-1deg); }
  }
}

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

@media (max-width: 640px) {
  .brand-logo { width: 96px; }
  .boot-logo-img { width: min(180px, 52vw); }
}


/* 2S ORIQUEL INTRO — final */
.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.08), transparent 20%),
    radial-gradient(circle at 20% 15%, rgba(123,47,47,.11), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(45,110,84,.10), transparent 26%),
    #050505;
  overflow: hidden;
  transition: opacity .7s ease, visibility .7s ease, transform .7s ease;
}

.boot-screen.hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
}

.boot-grain {
  position: absolute;
  inset: -20%;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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)'/%3E%3C/svg%3E");
  animation: introGrain 1.4s steps(2) infinite;
}

.boot-ring {
  position: absolute;
  width: min(360px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
  transform: scale(.72);
  opacity: 0;
}

.boot-ring-one {
  animation: ringOpen 2s cubic-bezier(.16,1,.3,1) forwards;
}

.boot-ring-two {
  width: min(470px, 88vw);
  border-style: dashed;
  border-color: rgba(255,255,255,.08);
  animation: ringSpin 2s cubic-bezier(.16,1,.3,1) forwards;
}

.boot-inner {
  position: relative;
  width: min(360px, 72vw);
  text-align: center;
  display: grid;
  place-items: center;
  gap: 28px;
}

.boot-logo-wrap {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: min(285px, 66vw);
  aspect-ratio: 2 / 1;
  filter: drop-shadow(0 0 28px rgba(255,255,255,.14));
  animation: logoEntrance 2s cubic-bezier(.16,1,.3,1) forwards;
}

.boot-logo-img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 100% 0 0);
  animation: logoReveal 1.05s cubic-bezier(.16,1,.3,1) .18s forwards, logoPulse 1.25s ease-in-out .55s infinite alternate;
}

.boot-scan {
  position: absolute;
  top: -40%;
  bottom: -40%;
  width: 26%;
  left: -34%;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  transform: skewX(-14deg);
  filter: blur(.2px);
  animation: scanLogo 1.2s ease .45s forwards;
  opacity: 0;
}

.boot-logo-wrap::before,
.boot-logo-wrap::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 999px;
  pointer-events: none;
}

.boot-logo-wrap::before {
  border: 1px solid rgba(255,255,255,.12);
  transform: scale(.74);
  opacity: 0;
  animation: haloPop 1.2s cubic-bezier(.16,1,.3,1) .34s forwards;
}

.boot-logo-wrap::after {
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,.42) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 28%, rgba(255,255,255,.32) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 73% 78%, rgba(255,255,255,.25) 0 1.5px, transparent 2.5px);
  opacity: 0;
  animation: sparks 1.7s ease .55s forwards;
}

.boot-mini-line {
  width: min(170px, 42vw);
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  opacity: 0;
  animation: lineAppear .45s ease .95s forwards;
}

.boot-mini-line span {
  display: block;
  height: 100%;
  width: 42%;
  border-radius: 999px;
  background: #f7f7f7;
  animation: introLoad .9s ease-in-out .95s forwards;
}

body:not(.loaded) .fade-up {
  opacity: 0;
  transform: translateY(24px);
}

@keyframes logoReveal {
  from { clip-path: inset(0 100% 0 0); transform: translateY(10px) scale(.94); }
  to { clip-path: inset(0 0 0 0); transform: translateY(0) scale(1); }
}

@keyframes logoEntrance {
  0% { transform: scale(.86); opacity: 0; }
  45% { opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes logoPulse {
  from { opacity: .82; filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  to { opacity: 1; filter: drop-shadow(0 0 18px rgba(255,255,255,.18)); }
}

@keyframes scanLogo {
  0% { left: -34%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 108%; opacity: 0; }
}

@keyframes haloPop {
  0% { transform: scale(.74); opacity: 0; }
  55% { opacity: .75; }
  100% { transform: scale(1.18); opacity: 0; }
}

@keyframes sparks {
  0% { opacity: 0; transform: scale(.9) rotate(0deg); }
  45% { opacity: .8; }
  100% { opacity: 0; transform: scale(1.22) rotate(10deg); }
}

@keyframes ringOpen {
  0% { transform: scale(.62); opacity: 0; }
  35% { opacity: .8; }
  100% { transform: scale(1.18); opacity: 0; }
}

@keyframes ringSpin {
  0% { transform: scale(.66) rotate(0deg); opacity: 0; }
  35% { opacity: .55; }
  100% { transform: scale(1.05) rotate(90deg); opacity: 0; }
}

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

@keyframes introLoad {
  0% { transform: translateX(-110%); width: 36%; }
  70% { width: 72%; }
  100% { transform: translateX(160%); width: 42%; }
}

@keyframes introGrain {
  0% { transform: translate(0,0); }
  50% { transform: translate(-1%,1%); }
  100% { transform: translate(1%,-1%); }
}

@media (max-width: 640px) {
  .boot-logo-wrap { width: min(240px, 68vw); }
}
