:root {
  --ink: #eef4ef;
  --muted: #89958e;
  --line: rgba(238, 244, 239, 0.16);
  --acid: #d85a30;
  --violet: #7f77dd;
  --bg: #080d0b;
  --panel: #0d1411;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html { color-scheme: dark; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 16%, rgba(127, 119, 221, 0.14), transparent 28rem),
    var(--bg);
  font-family: "Manrope", system-ui, sans-serif;
}

::selection { color: var(--bg); background: var(--acid); }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25vw 100%, 100% 25vh;
  opacity: 0.22;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    repeating-radial-gradient(circle at 17% 32%, transparent 0, transparent 1px, #fff 1.5px, transparent 2px),
    repeating-radial-gradient(circle at 76% 68%, transparent 0, transparent 2px, #fff 2.5px, transparent 3px);
  background-size: 11px 13px, 17px 19px;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(216, 90, 48, 0.13), transparent 66%);
  transition: opacity 0.35s ease;
}

.orb {
  position: fixed;
  z-index: 0;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.1;
  animation: drift 12s ease-in-out infinite alternate;
}

.orb-one { top: -15%; right: -8%; background: var(--acid); }
.orb-two { bottom: 5%; left: -18%; background: var(--violet); animation-delay: -5s; }

.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  text-decoration: none;
  font: 500 0.8rem/1 "DM Mono", monospace;
  letter-spacing: 0.16em;
}

.brand img {
  display: block;
  width: clamp(210px, 18vw, 258px);
  height: auto;
}

.header-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 42px); }
.header-nav a { color: var(--muted); text-decoration: none; font: 400 0.64rem/1 "DM Mono", monospace; letter-spacing: 0.1em; transition: color 0.25s ease; }
.header-nav a:hover { color: var(--ink); }
.header-nav .nav-cta { padding: 13px 17px; border: 1px solid rgba(216, 90, 48, 0.5); color: var(--ink); }
.header-nav .nav-cta:hover { color: #fff; background: var(--acid); border-color: var(--acid); }
.header-nav .nav-cta span { margin-left: 8px; }

.system-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font: 400 0.66rem/1 "DM Mono", monospace;
  letter-spacing: 0.14em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(216, 90, 48, 0.08), 0 0 18px rgba(216, 90, 48, 0.6);
  animation: pulse 2s ease-in-out infinite;
}

main { padding: 0 clamp(24px, 5vw, 76px); }

.hero {
  position: relative;
  min-height: 56vh;
  padding: clamp(58px, 9vh, 108px) 0 clamp(42px, 7vh, 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eyebrow,
.countdown-heading,
.launch-date span,
footer {
  font-family: "DM Mono", monospace;
  letter-spacing: 0.15em;
}

.eyebrow {
  color: var(--muted);
  font-size: 0.68rem;
}

.eyebrow span { color: var(--acid); }

h1 {
  max-width: 1180px;
  margin: clamp(42px, 8vh, 92px) 0;
  font-size: clamp(3rem, 7.2vw, 7.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(105deg, #707b74 5%, #e7eee9 38%, var(--violet) 56%, var(--acid) 68%, #707b74 92%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shine 7s linear infinite;
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.hero-actions { display: flex; align-items: center; gap: 28px; }

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(110deg, var(--violet), var(--acid));
  text-decoration: none;
  font: 500 0.69rem/1 "DM Mono", monospace;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 40px rgba(127, 119, 221, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.primary-button:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(216, 90, 48, 0.24); }
.primary-button span { font-size: 1rem; }

.text-link { color: var(--muted); text-decoration: none; font: 400 0.63rem/1 "DM Mono", monospace; letter-spacing: 0.08em; }
.text-link:hover { color: var(--ink); }
.text-link span { margin-left: 7px; color: var(--acid); }

.intro {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.88rem, 1.3vw, 1.04rem);
  line-height: 1.75;
}

.launch-date {
  display: grid;
  gap: 10px;
  text-align: right;
}

.launch-date span {
  color: var(--muted);
  font-size: 0.6rem;
}

.launch-date strong {
  font: 400 clamp(1rem, 1.5vw, 1.3rem)/1 "DM Mono", monospace;
}

.compiler-card {
  position: absolute;
  right: 0;
  top: clamp(106px, 14vh, 165px);
  width: clamp(280px, 28vw, 410px);
  border: 1px solid rgba(238, 244, 239, 0.18);
  border-radius: 2px;
  background: rgba(10, 16, 13, 0.72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  transform: rotate(2deg);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1), border-color 0.45s ease;
}

.compiler-card:hover { transform: rotate(0) translateY(-6px); border-color: rgba(216, 90, 48, 0.5); }

.compiler-top,
.compiler-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  font: 400 0.54rem/1 "DM Mono", monospace;
  color: #78837c;
}

.compiler-top { border-bottom: 1px solid var(--line); }
.compiler-top b { font-weight: 400; }
.compiler-top > span:first-child { display: flex; gap: 5px; }
.compiler-top i { width: 6px; height: 6px; border-radius: 50%; background: #36423b; }
.compiler-top i:first-child { background: var(--acid); }

.compiler-body { padding: 20px 17px; }
.compiler-body p { margin: 0 0 10px; font: 400 clamp(0.58rem, 0.75vw, 0.7rem)/1.4 "DM Mono", monospace; color: #b9c3bc; }
.compiler-body em { display: inline-block; width: 27px; color: #455048; font-style: normal; user-select: none; }
.compiler-body .purple { color: #a88cff; }
.compiler-body .green { color: var(--acid); }
.compiler-body .orange { color: #ff9d69; }

.typing-cursor { display: inline-block; width: 6px; height: 13px; margin-left: 4px; vertical-align: -2px; background: var(--acid); animation: blink 0.8s steps(1) infinite; }

.compiler-foot { border-top: 1px solid var(--line); }
.compiler-foot span:first-child { color: var(--acid); }

.dev-studio { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); align-items: center; gap: clamp(34px, 5vw, 74px); padding: clamp(90px, 11vw, 150px) 0; border-top: 1px solid var(--line); }
.studio-copy h2 { margin-top: 32px; font-size: clamp(2.7rem, 4.7vw, 5.2rem); }
.studio-copy > p { max-width: 430px; margin: 30px 0 0; color: var(--muted); line-height: 1.75; }

.studio-window { min-width: 0; overflow: hidden; border: 1px solid rgba(238,244,239,.18); background: rgba(10,16,13,.82); box-shadow: 0 35px 100px rgba(0,0,0,.45); backdrop-filter: blur(16px); }
.studio-toolbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); color: #68716b; font: 400 .5rem/1 "DM Mono", monospace; letter-spacing: .1em; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3d4741; }
.window-dots i:first-child { background: var(--acid); }
.window-dots i:nth-child(2) { background: var(--violet); }
.live-badge { justify-self: end; display: flex; align-items: center; gap: 7px; color: var(--acid); }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; animation: pulse 1.3s infinite; }

.developer-floor { min-height: 330px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 1px; padding: 35px 22px 0; background: linear-gradient(180deg, rgba(127,119,221,.045), transparent 60%); }
.developer-station { position: relative; height: 270px; border-left: 1px solid rgba(238,244,239,.06); }
.developer-station:first-child { border-left: 0; }
.monitor { position: absolute; z-index: 2; left: 50%; top: 44px; width: 100px; height: 72px; padding: 14px 12px; transform: translateX(-50%) perspective(280px) rotateX(-2deg); border: 4px solid #202a24; border-radius: 3px; background: #080b09; box-shadow: 0 0 30px rgba(127,119,221,.12); animation: monitor-glow 3s ease-in-out infinite alternate; }
.monitor::after { content: ""; position: absolute; left: 43px; top: 68px; width: 8px; height: 34px; background: #202a24; box-shadow: -18px 32px 0 16px #131a16; }
.code-line { display: block; width: 85%; height: 3px; margin-bottom: 7px; border-radius: 4px; background: #526158; transform-origin: left; animation: coding 2.2s ease-in-out infinite; }
.code-line.short { width: 62%; animation-delay: -.5s; }
.code-line.tiny { width: 40%; animation-delay: -1.1s; }
.code-line.violet { background: var(--violet); animation-delay: -.9s; }
.code-line.orange { width: 74%; background: var(--acid); animation-delay: -1.5s; }

.developer { position: absolute; z-index: 3; left: 50%; bottom: 25px; width: 72px; height: 126px; transform: translateX(-50%); }
.developer .head { position: absolute; left: 22px; top: 0; width: 31px; height: 36px; border-radius: 48% 48% 45% 45%; background: #b97854; animation: developer-focus 3.5s ease-in-out infinite; }
.station-two .head { background: #805039; animation-delay: -1.1s; }
.station-three .head { background: #d69b73; animation-delay: -2.1s; }
.developer .hair { position: absolute; inset: -3px -2px 20px; border-radius: 50% 50% 28% 28%; background: #161c18; }
.station-three .developer .hair { inset: -5px -6px 13px; border-radius: 50%; }
.developer .face { position: absolute; right: 5px; top: 18px; width: 3px; height: 3px; border-radius: 50%; background: #171b19; }
.developer .body { position: absolute; left: 10px; top: 31px; width: 54px; height: 90px; border-radius: 18px 18px 6px 6px; background: #403d73; }
.station-two .body { background: #713d2d; }
.station-three .body { background: #374d42; }
.arm { position: absolute; z-index: 2; top: 67px; width: 12px; height: 55px; border-radius: 8px; background: #a96c4d; transform-origin: top; animation: typing-arm .45s ease-in-out infinite alternate; }
.arm-left { left: 11px; transform: rotate(-28deg); }
.arm-right { right: 8px; transform: rotate(28deg); animation-delay: -.22s; }
.station-two .arm { background: #75452f; }
.station-three .arm { background: #ca8d68; }
.desk { position: absolute; z-index: 4; left: 7%; right: 7%; bottom: 18px; height: 8px; background: #263029; box-shadow: 0 54px 0 -3px #1b231e; }
.keyboard { position: absolute; left: 50%; top: -8px; width: 58px; height: 12px; transform: translateX(-50%) perspective(40px) rotateX(35deg); border: 1px solid #3c4840; background: #141a16; }
.mug { position: absolute; right: 6%; top: -19px; width: 13px; height: 18px; border: 2px solid #59645d; border-radius: 2px 2px 5px 5px; }
.dev-label { position: absolute; left: 50%; bottom: 1px; transform: translateX(-50%); white-space: nowrap; color: #5d6861; font: 400 .45rem/1 "DM Mono", monospace; letter-spacing: .08em; }

.studio-feed { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.studio-feed span { min-width: 0; overflow: hidden; padding: 14px; border-right: 1px solid var(--line); color: #69736d; font: 400 .47rem/1.4 "DM Mono", monospace; text-overflow: ellipsis; white-space: nowrap; }
.studio-feed span:last-child { border-right: 0; }
.studio-feed i { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 9px var(--violet); }

.marquee {
  width: calc(100% + clamp(48px, 10vw, 152px));
  margin-left: clamp(-76px, -5vw, -24px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.015);
  transform: rotate(-1.2deg) scale(1.03);
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 16px 0;
  animation: marquee 24s linear infinite;
}

.marquee span { padding: 0 24px; font: 500 0.64rem/1 "DM Mono", monospace; letter-spacing: 0.18em; color: #9ca69f; }
.marquee i { color: var(--acid); font-size: 0.48rem; font-style: normal; }

.services-section { padding: clamp(100px, 12vw, 170px) 0 clamp(80px, 10vw, 140px); }

.section-intro { display: grid; grid-template-columns: minmax(160px, 0.8fr) 2fr; gap: 48px; align-items: start; margin-bottom: clamp(60px, 8vw, 100px); }
.section-kicker, .cta-kicker { color: var(--muted); font: 400 0.62rem/1 "DM Mono", monospace; letter-spacing: 0.15em; }
.section-kicker span { color: var(--acid); }

h2 { margin: 0; font-size: clamp(2.7rem, 5.4vw, 6rem); font-weight: 500; line-height: 1; letter-spacing: -0.055em; }
h2 span { color: #727b75; }
.section-intro > div:last-child > p { max-width: 570px; margin: 34px 0 0; color: var(--muted); line-height: 1.75; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.service-card {
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.5vw, 38px);
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.012);
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1), background 0.4s ease, border-color 0.4s ease;
}

.service-card::before { content: ""; position: absolute; inset: auto -30% -45% 20%; height: 60%; border-radius: 50%; background: var(--violet); filter: blur(80px); opacity: 0; transition: opacity 0.4s ease; }
.service-card:hover { z-index: 2; transform: translateY(-10px); background: rgba(127, 119, 221, 0.06); border-color: rgba(216, 90, 48, 0.35); }
.service-card:hover::before { opacity: 0.12; }
.service-card--offer .service-icon { color: var(--violet); border-color: rgba(216, 90, 48, 0.42); background: rgba(216, 90, 48, 0.055); }

.service-number { align-self: flex-end; color: #4d5650; font: 400 0.58rem/1 "DM Mono", monospace; }
.product-head { display: flex; align-items: center; justify-content: space-between; margin: 34px 0 46px; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(127, 119, 221, 0.4); color: var(--acid); background: rgba(127, 119, 221, 0.06); font: 500 0.58rem/1 "DM Mono", monospace; letter-spacing: 0.08em; transform: rotate(-4deg); }
.product-badge { color: #656e68; font: 400 0.47rem/1 "DM Mono", monospace; letter-spacing: 0.1em; }
.service-card h3 { margin: 0 0 22px; font-size: clamp(1.65rem, 2vw, 2.15rem); line-height: 1.15; font-weight: 500; letter-spacing: -0.04em; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.82rem; line-height: 1.7; }
.product-features { display: grid; gap: 11px; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: #858e88; font: 400 0.58rem/1.4 "DM Mono", monospace; letter-spacing: 0.04em; }
.product-features li::before { content: "+"; margin-right: 10px; color: var(--acid); }
.product-link { position: relative; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; font: 500 0.6rem/1.5 "DM Mono", monospace; letter-spacing: 0.06em; }
.product-link span { color: var(--acid); font-size: 1rem; transition: transform 0.25s ease; }
.product-link:hover span { transform: translate(4px, -4px); }

.promise-strip { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); border: 1px solid var(--line); border-top: none; }
.promise-strip > * { padding: 21px 24px; border-right: 1px solid var(--line); color: var(--muted); font: 400 0.59rem/1.3 "DM Mono", monospace; letter-spacing: 0.08em; }
.promise-strip > *:last-child { border-right: 0; }
.promise-strip > span { color: var(--acid); }
.promise-strip b { margin-right: 13px; color: var(--violet); font-weight: 400; }

.commercial-cta { min-height: 470px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(70px, 9vw, 120px) clamp(30px, 6vw, 90px); margin: 0 clamp(-76px, -5vw, -24px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 50%, rgba(216, 90, 48, 0.13), transparent 24rem), rgba(127, 119, 221, 0.025); }
.commercial-cta h2 { margin-top: 30px; }
.cta-kicker { color: var(--acid); }

.cta-circle { flex: 0 0 auto; width: clamp(160px, 17vw, 230px); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--violet), var(--acid)); text-decoration: none; font: 500 0.7rem/1.5 "DM Mono", monospace; letter-spacing: 0.11em; box-shadow: 0 28px 80px rgba(216, 90, 48, 0.2); transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease; }
.cta-circle:hover { transform: rotate(7deg) scale(1.06); box-shadow: 0 34px 100px rgba(127, 119, 221, 0.32); }
.cta-circle b { align-self: flex-end; font: 300 2rem/1 "Manrope", sans-serif; }

.countdown-section {
  padding: clamp(36px, 5vw, 60px) 0 clamp(42px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.countdown-meta { display: flex; justify-content: space-between; margin-bottom: 26px; color: #626b65; font: 400 0.54rem/1 "DM Mono", monospace; letter-spacing: 0.12em; }
.countdown-meta > span:first-child { display: flex; align-items: center; gap: 9px; color: var(--acid); }
.countdown-meta i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 14px currentColor; }
.countdown-meta strong { color: var(--ink); font-weight: 400; }

.countdown-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.61rem;
}

.countdown-line {
  height: 1px;
  flex: 1;
  background: var(--line);
}

#countdown-percent { color: var(--acid); }

.countdown {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: clamp(8px, 2vw, 30px);
  margin: clamp(36px, 5vw, 64px) 0;
}

.time-unit { display: grid; gap: 13px; }

.time-unit {
  position: relative;
  padding: clamp(14px, 2vw, 28px);
  margin: clamp(-28px, -2vw, -14px);
  border: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.time-unit:hover {
  z-index: 2;
  border-color: rgba(216, 90, 48, 0.3);
  background: rgba(127, 119, 221, 0.045);
  transform: translateY(-5px);
}

.time-value,
.separator {
  font: 300 clamp(2.6rem, 7.5vw, 7.8rem)/0.85 "DM Mono", monospace;
  letter-spacing: -0.08em;
}

.separator {
  color: var(--acid);
  animation: blink 1s steps(1) infinite;
}

.time-label {
  color: var(--muted);
  font: 400 clamp(0.52rem, 0.7vw, 0.66rem)/1 "DM Mono", monospace;
  letter-spacing: 0.15em;
}

.progress {
  height: 3px;
  background: rgba(238, 244, 239, 0.08);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--acid);
  background: linear-gradient(90deg, var(--violet), var(--acid));
  box-shadow: 0 0 16px rgba(216, 90, 48, 0.4);
  transition: width 1s ease;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: #5f6b64;
  font-size: 0.56rem;
}

footer a { color: #777f7a; text-decoration: none; }
footer a:hover { color: var(--ink); }

@keyframes pulse {
  50% { opacity: 0.45; transform: scale(0.85); }
}

@keyframes blink { 50% { opacity: 0.2; } }

@keyframes shine { to { background-position: -220% center; } }

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

@keyframes drift {
  to { transform: translate(12%, 10%) scale(1.15); }
}

@keyframes coding { 0%, 15% { transform: scaleX(.12); opacity: .25; } 55%, 100% { transform: scaleX(1); opacity: 1; } }
@keyframes typing-arm { to { transform: rotate(-20deg) translateY(3px); } }
.arm-right { animation-name: typing-arm-right; }
@keyframes typing-arm-right { to { transform: rotate(20deg) translateY(3px); } }
@keyframes developer-focus { 50% { transform: rotate(5deg) translateY(2px); } }
@keyframes monitor-glow { to { box-shadow: 0 0 38px rgba(216,90,48,.2); } }

.reveal { animation: reveal 0.8s both cubic-bezier(.2,.8,.2,1); }
.reveal-delay-1 { animation-delay: 0.12s; }
.reveal-delay-2 { animation-delay: 0.25s; }
.reveal-delay-3 { animation-delay: 0.48s; }

@keyframes reveal {
  from { opacity: 0; transform: translateY(24px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (max-width: 680px) {
  .site-header { height: 72px; }
  .brand img { width: 180px; }
  .header-nav > a:not(.nav-cta) { display: none; }
  .header-nav .nav-cta { padding: 11px; font-size: 0; }
  .header-nav .nav-cta span { margin: 0; font-size: 1rem; }
  .hero { min-height: auto; padding-top: 50px; }
  h1 { margin: 60px 0 68px; }
  .hero-bottom { align-items: flex-start; flex-direction: column; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .compiler-card { position: relative; inset: auto; width: 100%; margin-top: 48px; transform: none; }
  .launch-date { text-align: left; }
  .countdown { gap: 6px; margin: 42px 0; }
  .time-value, .separator { letter-spacing: -0.1em; }
  .time-unit { gap: 10px; }
  .time-unit { padding: 6px; margin: -6px; }
  .time-label { letter-spacing: 0.06em; }
  .section-intro { grid-template-columns: 1fr; }
  .dev-studio { grid-template-columns: 1fr; }
  .developer-floor { min-height: 270px; padding-inline: 4px; }
  .developer-station { transform: scale(.84); transform-origin: bottom center; }
  .studio-feed { grid-template-columns: 1fr; }
  .studio-feed span { border-right: 0; border-bottom: 1px solid var(--line); }
  .studio-feed span:last-child { border-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .promise-strip { grid-template-columns: 1fr; }
  .promise-strip > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-strip > *:last-child { border-bottom: 0; }
  .commercial-cta { min-height: 600px; align-items: flex-start; flex-direction: column; }
  .cta-circle { align-self: flex-end; }
  footer { flex-wrap: wrap; gap: 14px 30px; }
}

@media (min-width: 681px) and (max-width: 1040px) {
  .compiler-card { opacity: 0.72; width: 300px; }
  h1 { max-width: 780px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-strip { grid-template-columns: repeat(2, 1fr); }
  .promise-strip > * { border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; filter: none; }
}
