/* Arkkhe34 hero — scoped under .section-hero-arkkhe34 */

.section-hero-arkkhe34, .section-hero-arkkhe34 * { box-sizing: border-box; }

.section-hero-arkkhe34 {
  width: 100%;
  overflow: hidden;
  background: #b8b8b8;
  font-family: var(--body);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Daily Hero 34 — Arkkhe · One-Key Environment
   Smart Animate timings from Figma prototype reactions.
   ========================================================================== */

.section-hero-arkkhe34 {
  --frame-w: 1440px;
  --frame-h: 810px;
  --ease-slow: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --display: "Bai Jamjuree", "Outfit", system-ui, sans-serif;
  --body: "Bai Jamjuree", "Outfit", system-ui, sans-serif;
  --ui: "Outfit", "Bai Jamjuree", system-ui, sans-serif;
  --bg: #cfcfcf;
  --ink: #0a0a0a;
  --dur: 1.25s;
  --dur-letter: 0.3s;
}





.section-hero-arkkhe34 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #b8b8b8;
}

.section-hero-arkkhe34 .stage {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--frame-w);
  height: var(--frame-h);
  transform-origin: 0 0;
  will-change: transform;
}

.section-hero-arkkhe34 .frame {
  position: relative;
  width: var(--frame-w);
  height: var(--frame-h);
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
}

:where(.section-hero-arkkhe34 .frame h1, .section-hero-arkkhe34 .frame h2, .section-hero-arkkhe34 .frame h3, .section-hero-arkkhe34 .frame p) {
  margin: 0;
}

:where(.section-hero-arkkhe34 .frame a) {
  color: inherit;
  text-decoration: none;
}

:where(.section-hero-arkkhe34 .frame button) {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/* ----- Background ----- */

.section-hero-arkkhe34 .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--bg);
}

.section-hero-arkkhe34 .glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(40px);
}

.section-hero-arkkhe34 .glow-a {
  left: -478px;
  top: -392px;
  width: 1027px;
  height: 1329px;
  background: radial-gradient(
    ellipse at center,
    rgba(246, 251, 255, 0.95) 0%,
    rgba(246, 251, 255, 0) 70%
  );
  opacity: 0.4;
}

.section-hero-arkkhe34 .glow-b {
  left: 804px;
  top: 695px;
  width: 680px;
  height: 641px;
  background: radial-gradient(
    ellipse at center,
    rgba(67, 68, 142, 0.85) 0%,
    rgba(67, 68, 142, 0) 70%
  );
  opacity: 0.6;
  mix-blend-mode: screen;
  transform: rotate(33.41deg);
}

.section-hero-arkkhe34 .hero-video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 652.6278px;
  height: 820.619px;
  /* Figma relativeTransform → CSS matrix(a, b, c, d, tx, ty) */
  transform: matrix(
    -0.9886650443077087,
    0.15013809502124786,
    0.15013809502124786,
    0.9886650443077087,
    1345.0140380859375,
    -65.48058319091797
  );
  transform-origin: 0 0;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}

.section-hero-arkkhe34 .hero-clip {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero-arkkhe34 .blue-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgb(15, 130, 212);
  mix-blend-mode: soft-light;
  pointer-events: none;
  opacity: 1;
}

/* ----- Nav (Comp1 · ~0s → 1.25s Slow) ----- */

.section-hero-arkkhe34 .topnav {
  position: absolute;
  left: 29px;
  top: 10px;
  width: 1365px;
  height: 62px;
  z-index: 30;
}

.section-hero-arkkhe34 .brand {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  height: auto;
  width: auto;
  min-height: 46px;
  padding: 5px 14px 5px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none !important;
  opacity: 0;
  transform: translateY(-40px) rotate(90deg);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow),
    background-color 0.18s ease,
    box-shadow 0.18s ease;
  z-index: 31;
}

.section-hero-arkkhe34 .topnav.is-in .brand {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .brand:hover,
.section-hero-arkkhe34 .brand:focus-visible {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  outline: none;
}

.section-hero-arkkhe34 .brand-mark {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-hero-arkkhe34 .brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 4px;
  filter: none;
}

.section-hero-arkkhe34 .brand-word {
  font-family: var(--ui);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.section-hero-arkkhe34 .nav-links {
  position: absolute;
  left: 481px;
  top: 15px;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 32px;
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.section-hero-arkkhe34 .nav-links a {
  opacity: 0;
  transform: translateY(-48px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow),
    color 0.2s ease;
  color: rgba(0, 0, 0, 0.55);
}

.section-hero-arkkhe34 .nav-links a:nth-child(1) {
  transition-delay: 0ms;
}
.section-hero-arkkhe34 .nav-links a:nth-child(2) {
  transition-delay: 40ms;
}
.section-hero-arkkhe34 .nav-links a:nth-child(3) {
  transition-delay: 80ms;
}
.section-hero-arkkhe34 .nav-links a:nth-child(4) {
  transition-delay: 120ms;
}
.section-hero-arkkhe34 .nav-links a:nth-child(5) {
  transition-delay: 160ms;
}

.section-hero-arkkhe34 .topnav.is-in .nav-links a {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .nav-links a.is-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 32px;
  padding: 0 16px;
  border-radius: 99px;
  background: #fff;
  color: #000;
  font-weight: 500;
}

.section-hero-arkkhe34 .nav-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 181px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  padding-right: 28px;
  background: #fff;
  border-radius: 0 0 0 48px;
  opacity: 0;
  transform: translateX(210px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .topnav.is-in .nav-menu {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .nav-menu span {
  display: block;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

.section-hero-arkkhe34 .nav-menu span:first-child {
  width: 32px;
}

.section-hero-arkkhe34 .nav-menu span:last-child {
  width: 18px;
}

/* ----- Headline ----- */

.section-hero-arkkhe34 .headline-block {
  position: absolute;
  left: 66px;
  top: 190px;
  width: 700px;
  height: 200px;
  z-index: 20;
  overflow: visible;
}

.section-hero-arkkhe34 .headline {
  position: relative;
  width: 700px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 61.411px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--ink);
  /* Match Figma cap-height trim so ~61px type fits the line box */
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.section-hero-arkkhe34 .hl-line {
  display: block;
  height: 62px;
  line-height: 62px;
  white-space: nowrap;
  overflow: hidden;
}

.section-hero-arkkhe34 .hl-line.hl-mid {
  margin-left: 319px;
  width: 360px;
  margin-top: -1px;
}

.section-hero-arkkhe34 .hl-line.hl-bot {
  margin-left: 48px;
  width: 440px;
  margin-top: -1px;
}

.section-hero-arkkhe34 .headline .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity var(--dur-letter) var(--ease-out),
    transform var(--dur-letter) var(--ease-out);
}

.section-hero-arkkhe34 .headline.is-in .ch {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .accent-bracket {
  position: absolute;
  left: 92px;
  top: 58px;
  width: 207px;
  height: 54px;
  opacity: 0;
  transform: translateY(-140px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
  pointer-events: none;
  overflow: visible;
}

.section-hero-arkkhe34 .accent-bracket.is-in {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .accent-bracket img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.section-hero-arkkhe34 .accent-chip {
  position: absolute;
  left: 471px;
  top: 130px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 27px;
  height: auto;
  padding: 4px 20px 4px 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.17);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateX(-130px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .accent-chip.is-in {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .chip-dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #5980fa;
  flex-shrink: 0;
}

/* ----- Subhead ----- */

.section-hero-arkkhe34 .subhead {
  position: absolute;
  left: 114px;
  top: 437px;
  width: 400px;
  z-index: 20;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.section-hero-arkkhe34 .subhead .line {
  display: inline-block;
  opacity: 0;
  transform: translateY(9px);
  transition:
    opacity var(--dur-letter) var(--ease-out),
    transform var(--dur-letter) var(--ease-out);
}

.section-hero-arkkhe34 .subhead.is-in .line {
  opacity: 1;
  transform: none;
}

/* ----- CTAs — tactile keycap primary + circuit secondary ----- */

.section-hero-arkkhe34 .cta-row {
  position: absolute;
  left: 116px;
  top: 512px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 20;
  height: 78px;
}

.section-hero-arkkhe34 .cta-buy {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #fff;
  border-radius: 22px;
  opacity: 0;
  transform: scale(0.55) translateY(10px);
  transform-origin: left center;
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .cta-row.is-in .cta-buy {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .cta-buy-base {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, #1a2744 0%, #0a1224 100%);
  box-shadow:
    0 16px 0 #07101f,
    0 24px 36px rgba(8, 20, 48, 0.35);
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out);
}

.section-hero-arkkhe34 .cta-buy-face {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 10px 12px 10px 20px;
  border-radius: 20px;
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(120, 180, 255, 0.35) 0%, transparent 45%),
    linear-gradient(145deg, #243558 0%, #15243f 48%, #0f1a30 100%);
  border: 1px solid rgba(180, 210, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -10px 18px rgba(0, 0, 0, 0.28);
  transform: translateY(-6px);
  transition: transform 0.18s var(--ease-out), filter 0.18s ease;
}

.section-hero-arkkhe34 .cta-buy:hover .cta-buy-face,
.section-hero-arkkhe34 .cta-buy:focus-visible .cta-buy-face {
  transform: translateY(-2px);
  filter: brightness(1.05);
  outline: none;
}

.section-hero-arkkhe34 .cta-buy:hover .cta-buy-base,
.section-hero-arkkhe34 .cta-buy:focus-visible .cta-buy-base {
  transform: translateY(2px);
  box-shadow:
    0 10px 0 #07101f,
    0 16px 28px rgba(8, 20, 48, 0.3);
}

.section-hero-arkkhe34 .cta-buy:active .cta-buy-face {
  transform: translateY(2px);
}

.section-hero-arkkhe34 .cta-buy:active .cta-buy-base {
  transform: translateY(4px);
  box-shadow:
    0 6px 0 #07101f,
    0 10px 18px rgba(8, 20, 48, 0.28);
}

.section-hero-arkkhe34 .cta-buy-led {
  position: absolute;
  left: 20px;
  right: 74px;
  top: 8px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7eb6ff, #b8f0ff 45%, #ffc27a);
  box-shadow: 0 0 12px rgba(126, 182, 255, 0.55);
  opacity: 0.85;
  animation: arkkhe34-led 2.4s ease-in-out infinite;
}

.section-hero-arkkhe34 .cta-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  min-width: 132px;
  padding: 4px 0 0;
  color: #fff;
}

.section-hero-arkkhe34 .cta-label-kicker {
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(190, 220, 255, 0.78);
  line-height: 1;
}

.section-hero-arkkhe34 .cta-label-text {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.section-hero-arkkhe34 .cta-key {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(160deg, #f4f7ff 0%, #c9d7ef 55%, #9eb6d8 100%);
  color: #15243f;
  box-shadow:
    0 8px 0 #7f94b4,
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -6px 10px rgba(40, 70, 110, 0.18);
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out);
}

.section-hero-arkkhe34 .cta-key-glyph {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

.section-hero-arkkhe34 .cta-buy:hover .cta-key {
  transform: translateY(2px) rotate(-6deg);
  box-shadow:
    0 4px 0 #7f94b4,
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -4px 8px rgba(40, 70, 110, 0.2);
}

/* Secondary CTA — Nestora-style solid pill (Book a Viewing), Arkkhe34 palette */
.section-hero-arkkhe34 .cta-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.05rem;
  height: 58px;
  padding: 0.72rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a3a6e 0%, #2f7fd4 100%);
  box-shadow: 0 12px 28px rgba(30, 80, 150, 0.28);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(24px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow),
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.section-hero-arkkhe34 .cta-row.is-in .cta-more {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .cta-more:hover,
.section-hero-arkkhe34 .cta-more:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(30, 80, 150, 0.35);
  outline: none;
  color: #fff;
}

.section-hero-arkkhe34 .cta-more:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.section-hero-arkkhe34 .cta-more-text {
  line-height: 1;
}

.section-hero-arkkhe34 .cta-more-arrow {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  transition: transform 0.2s ease;
}

.section-hero-arkkhe34 .cta-more:hover .cta-more-arrow,
.section-hero-arkkhe34 .cta-more:focus-visible .cta-more-arrow {
  transform: translateX(3px);
}

@keyframes arkkhe34-led {
  0%,
  100% {
    opacity: 0.55;
    filter: saturate(0.9);
  }
  50% {
    opacity: 1;
    filter: saturate(1.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-hero-arkkhe34 .cta-buy-led {
    animation: none !important;
  }
  .section-hero-arkkhe34 .cta-buy-face,
  .section-hero-arkkhe34 .cta-buy-base,
  .section-hero-arkkhe34 .cta-key,
  .section-hero-arkkhe34 .cta-more,
  .section-hero-arkkhe34 .cta-more-arrow {
    transition: none !important;
  }
}

/* ----- Stat cards (Comp8 · 0.6s → 1.25s Slow) ----- */

.section-hero-arkkhe34 .stat-cards {
  position: absolute;
  left: 725px;
  top: 188px;
  width: 647px;
  height: 422px;
  z-index: 15;
  pointer-events: none;
}

.section-hero-arkkhe34 .stat-tile {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 42px;
  border-radius: 40px;
  background: rgba(131, 163, 198, 0.22);
  color: #fff;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 40px rgba(20, 40, 70, 0.12);
}

.section-hero-arkkhe34 .stat-tile-a {
  left: 0;
  top: 261px;
  width: 274px;
  height: 161px;
  opacity: 0;
  transform: translateX(-280px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .stat-tile-b {
  left: 366px;
  top: 0;
  width: 281px;
  height: 161px;
  opacity: 0;
  transform: translateX(290px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .stat-cards.is-in .stat-tile {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .stat-num {
  font-size: 61.411px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.section-hero-arkkhe34 .stat-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* ----- Bottom panel (Comp7 · 0.4s → 1.25s Slow) ----- */

.section-hero-arkkhe34 .panel {
  position: absolute;
  left: 634px;
  top: 664px;
  width: 806px;
  height: 144px;
  z-index: 25;
  opacity: 0;
  transform: translateY(140px);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .panel.is-in {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .panel-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}

/* ----- Status widget (Comp6 · 0.8s → 1.25s Slow) ----- */

.section-hero-arkkhe34 .status {
  position: absolute;
  left: 35px;
  top: 699px;
  width: 202px;
  height: 76px;
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateY(12px) scale(0.85);
  transition:
    opacity var(--dur) var(--ease-slow),
    transform var(--dur) var(--ease-slow);
}

.section-hero-arkkhe34 .status.is-in {
  opacity: 1;
  transform: none;
}

.section-hero-arkkhe34 .status-globe {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section-hero-arkkhe34 .status-globe img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  opacity: 0.9;
}

.section-hero-arkkhe34 .status-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.section-hero-arkkhe34 .status-num {
  display: flex;
  align-items: flex-start;
  font-size: 61.411px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.section-hero-arkkhe34 .status-num span {
  display: inline-block;
}

.section-hero-arkkhe34 .status-num sup {
  margin-top: 4px;
  margin-left: 2px;
  font-size: 41px;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1;
}

.section-hero-arkkhe34 .status-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
}

/* ----- Replay ----- */

.section-hero-arkkhe34 .replay {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 40;
  padding: 8px 14px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.section-hero-arkkhe34 .frame[data-phase="settled"] .replay {
  opacity: 1;
  pointer-events: auto;
}

.section-hero-arkkhe34 .replay:hover {
  background: rgba(255, 255, 255, 0.85);
}

@media (prefers-reduced-motion: reduce) {
.section-hero-arkkhe34 .frame * {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
