:root {
  --bg: #090c10;
  --bg-deep: #06080b;
  --surface: #10151b;
  --surface-strong: #151b22;
  --surface-soft: rgba(16, 21, 27, 0.78);
  --text: #f5f2ed;
  --text-soft: #b7bec7;
  --text-muted: #858e99;
  --brand: #ee252a;
  --brand-light: #ff5a55;
  --brand-dark: #99131b;
  --brand-soft: rgba(238, 37, 42, 0.12);
  --line: rgba(215, 225, 236, 0.11);
  --line-strong: rgba(215, 225, 236, 0.2);
  --success: #75d6ad;
  --warning: #e1c16b;
  --content: 1320px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #111219;
}

html.brand-intro-pending,
html.brand-intro-pending body {
  background: #111219;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 88% 4%, rgba(238, 37, 42, 0.08), transparent 22%),
    linear-gradient(180deg, #080b0f 0%, #0a0e13 52%, #07090c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid #ff706b;
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--brand-dark);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--brand);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.anchor-alias {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}

main section[id] {
  scroll-margin-top: 96px;
}

.section {
  position: relative;
  padding: 108px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  overflow: clip;
}

.section-compact {
  padding-block: 76px;
}

.section-tone {
  background: rgba(255, 255, 255, 0.012);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: end;
  margin-bottom: 46px;
}

.section-heading.is-stacked {
  display: block;
  max-width: 840px;
}

.section-heading h2,
.feature-copy h2,
.final-cta h2 {
  margin: 0;
  max-width: 19ch;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

#problems .section-heading h2,
#orbions .feature-copy h2,
#ai-factory .section-heading h2 {
  font-size: clamp(1.92rem, 3.12vw, 3.65rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  word-spacing: 0.035em;
}

.section-heading p,
.feature-copy > p,
.final-cta p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.section-heading.is-stacked p {
  max-width: 760px;
  margin-top: 20px;
}

.section-footnote {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.section-footnote::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 16px rgba(238, 37, 42, 0.66);
}

.ogeday-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #f7f4ef;
  background:
    radial-gradient(circle at 52% 48%, rgba(238, 37, 42, 0.1), transparent 24%),
    radial-gradient(circle at 66% 54%, rgba(24, 212, 196, 0.045), transparent 26%),
    linear-gradient(180deg, #171820 0%, #111219 100%);
  cursor: pointer;
  isolation: isolate;
}

.ogeday-intro[hidden] {
  display: none !important;
}

html.brand-intro-pending .ogeday-intro[hidden] {
  display: grid !important;
}

.ogeday-intro::before,
.ogeday-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ogeday-intro::before {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at center, #000, transparent 74%);
  animation: introGridFloat 2.8s ease-in-out both;
}

.ogeday-intro::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, rgba(238, 37, 42, 0.22) 50%, rgba(255, 255, 255, 0.08) 52%, transparent 100%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-42%);
  animation: introScan 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1.08s both;
}

.intro-is-running,
html.brand-intro-pending body {
  overflow: hidden;
}

.intro-is-running .site-header,
html.brand-intro-pending .site-header {
  opacity: 0;
  transform: translateY(-18px);
}

.intro-is-running .hero-ai-factory .reveal,
html.brand-intro-pending .hero-ai-factory .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.ogeday-intro.is-closing {
  pointer-events: none;
  animation: introLift 700ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.ogeday-intro.is-closing .ogeday-intro-inner {
  animation: introInnerExit 420ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.ogeday-intro-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(760px, calc(100vw - 44px));
  padding: 42px 22px;
}

.intro-signal {
  width: 10px;
  height: 28px;
  border-radius: 999px;
  background: rgba(247, 244, 239, 0.92);
  box-shadow: 0 0 28px rgba(247, 244, 239, 0.18);
  transform-origin: center;
  animation: introSignal 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.intro-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: min(420px, 78vw);
  height: min(196px, 36vw);
  margin-top: 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  filter: drop-shadow(0 34px 90px rgba(238, 37, 42, 0.24));
  animation: introLogoReveal 840ms cubic-bezier(0.22, 1, 0.36, 1) 940ms forwards;
}

.intro-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 18% 6% 12%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(238, 37, 42, 0.28), transparent 68%);
  filter: blur(28px);
  opacity: 0.68;
  transform: scaleX(1.18);
}

.intro-logo-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 48% 0 48%);
  filter: saturate(1.08) contrast(1.02);
  animation: introLogoClip 760ms cubic-bezier(0.22, 1, 0.36, 1) 1040ms forwards;
}

.intro-wordmark {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(14px);
  animation: introWordmark 560ms cubic-bezier(0.22, 1, 0.36, 1) 1820ms forwards;
}

.intro-wordmark strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  line-height: 0.92;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.intro-wordmark .intro-company-name {
  color: rgba(247, 244, 239, 0.72);
  font-size: clamp(0.72rem, 1.35vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid transparent;
  background: rgba(7, 9, 12, 0.76);
  backdrop-filter: blur(20px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(7, 9, 12, 0.94);
}

.site-header.brand-settle .brand-mark {
  animation: brandMarkSettle 860ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.brand-settle .brand-title,
.site-header.brand-settle .brand-subtitle {
  animation: brandCopySettle 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-sentinel {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
}

.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 78px;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(216, 58, 52, 0.2));
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-title {
  font-family: "Sora", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.brand-subtitle {
  color: var(--text-muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}

.desktop-nav a,
.mobile-nav a {
  position: relative;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 650;
  transition: color 180ms ease;
}

.desktop-nav a::after,
.mobile-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 1px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-active,
.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.mobile-nav a.is-active {
  color: #fff;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after,
.mobile-nav a:hover::after,
.mobile-nav a:focus-visible::after,
.mobile-nav a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button,
.lang-link,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button {
  min-height: 48px;
  padding: 0 20px;
}

.button-small {
  min-height: 40px;
  padding-inline: 14px;
  font-size: 0.76rem;
}

.button-primary {
  background: var(--brand);
  box-shadow: 0 12px 32px rgba(238, 37, 42, 0.2);
}

.button-secondary,
.button-quiet,
.lang-link,
.menu-toggle {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
}

.button:hover,
.button:focus-visible,
.lang-link:hover,
.lang-link:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-light);
  box-shadow: 0 16px 38px rgba(238, 37, 42, 0.28);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-quiet:hover,
.button-quiet:focus-visible,
.lang-link:hover,
.lang-link:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.button[aria-disabled="true"],
.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.lang-link {
  min-width: 68px;
  min-height: 40px;
  padding-inline: 10px;
  color: var(--text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-lines::before {
  top: -6px;
}

.menu-toggle-lines::after {
  top: 6px;
}

.mobile-menu {
  display: none;
  padding: 0 20px 18px;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu-panel {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(15, 20, 26, 0.98);
}

.mobile-nav {
  display: grid;
  gap: 19px;
}

.mobile-actions {
  display: grid;
  gap: 10px;
}

.hero-ai-factory {
  position: relative;
  min-height: calc(100svh - 78px);
  padding: 64px 0 38px;
  overflow: clip;
  background:
    radial-gradient(circle at 76% 32%, rgba(238, 37, 42, 0.1), transparent 26%),
    radial-gradient(circle at 54% 70%, rgba(53, 104, 124, 0.08), transparent 22%);
}

.hero-ai-factory::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 11, 15, 0.99) 0%, rgba(8, 11, 15, 0.88) 35%, rgba(8, 11, 15, 0.28) 62%, rgba(8, 11, 15, 0.04) 82%),
    linear-gradient(180deg, transparent 70%, #090c10 100%);
}

.phoenix-wing-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.phoenix-wing-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 42%, rgba(238, 37, 42, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(8, 11, 15, 0.08), rgba(8, 11, 15, 0.2));
}

.phoenix-wing-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.96;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 17.5ch;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.6rem, 4.05vw, 4.6rem);
  line-height: 1.1;
  letter-spacing: -0.038em;
  word-spacing: 0.035em;
  text-wrap: balance;
}

.hero-copy h1 span {
  color: var(--brand-light);
}

.hero-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #bbc2cb;
  font-size: clamp(0.96rem, 1.15vw, 1.08rem);
  line-height: 1.76;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-inline-link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 750;
}

.hero-inline-link {
  margin-top: 20px;
  font-size: 0.86rem;
}

.hero-inline-link::after,
.text-link::after {
  content: "↗";
  color: var(--brand-light);
  transition: transform 180ms ease;
}

.hero-inline-link:hover::after,
.hero-inline-link:focus-visible::after,
.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translate(2px, -2px);
}

.hero-trust {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--text-muted);
  font-size: 0.79rem;
  line-height: 1.6;
}

.hero-trust::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border: 2px solid var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(238, 37, 42, 0.65);
}

.value-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(8, 11, 15, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.value-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  min-height: 126px;
  padding: 26px 28px;
}

.value-card + .value-card {
  border-left: 1px solid var(--line);
}

.value-icon,
.card-index,
.layer-number,
.step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--brand-light);
  border: 1px solid rgba(238, 37, 42, 0.42);
  background: rgba(238, 37, 42, 0.045);
}

.value-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.value-card h2,
.value-card h3 {
  margin: 1px 0 5px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.94rem;
}

.value-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.79rem;
  line-height: 1.55;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.035), transparent 56%), var(--surface-soft);
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238, 37, 42, 0.55), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.card:hover::after {
  opacity: 1;
}

.card-index {
  width: 40px;
  height: 40px;
  margin-bottom: 54px;
  border-radius: 12px;
  font-size: 0.72rem;
}

.card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.68;
}

.solution-grid .card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
}

.solution-grid .card-index {
  margin-bottom: 68px;
}

.solution-grid .text-link {
  margin-top: auto;
  padding-top: 28px;
  color: var(--brand-light);
  font-size: 0.78rem;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
}

.why-layout .section-heading {
  position: sticky;
  top: 118px;
  display: block;
  margin: 0;
}

.why-layout .section-heading p {
  margin-top: 22px;
}

.why-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.why-item {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease,
    box-shadow 280ms ease;
}

.why-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 8% 50%, rgba(238, 37, 42, 0.14), transparent 34%),
    linear-gradient(105deg, rgba(238, 37, 42, 0.055), rgba(15, 19, 24, 0.94) 38%, rgba(15, 19, 24, 0.72));
  opacity: 0;
  transition: opacity 240ms ease;
}

.why-item::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--brand-light);
  box-shadow: 0 0 18px rgba(238, 37, 42, 0.6);
  opacity: 0;
  transform: scaleY(0.3);
  transition:
    opacity 200ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.why-item > div {
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.why-item strong {
  color: var(--brand-light);
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.why-item h3 {
  margin: 0 0 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.why-item p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
  transition: color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .why-item {
    margin-inline: -18px;
    padding-inline: 18px;
    border: 1px solid transparent;
    border-bottom-color: var(--line);
    border-radius: var(--radius-md);
  }

  .why-item:hover {
    z-index: 2;
    border-color: rgba(238, 37, 42, 0.26);
    background: #0d1116;
    box-shadow:
      0 24px 52px rgba(0, 0, 0, 0.32),
      -12px 0 34px rgba(238, 37, 42, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transform: translate3d(8px, -5px, 0) scale(1.01);
  }

  .why-item:hover::before,
  .why-item:hover::after {
    opacity: 1;
  }

  .why-item:hover::after {
    transform: scaleY(1);
  }

  .why-item:hover > div {
    transform: translateX(5px);
  }

  .why-item:hover p {
    color: #d1d6dc;
  }
}

.why-layout .text-link {
  margin-top: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.feature-grid.is-reversed {
  grid-template-columns: minmax(480px, 1.1fr) minmax(0, 0.9fr);
}

.feature-copy > p {
  margin-top: 22px;
}

.proof-list,
.principle-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.proof-item,
.principle-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.proof-item span,
.principle-item > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: var(--brand-light);
  background: var(--brand-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.proof-item h3,
.principle-item h3 {
  margin: 0 0 5px;
  font-family: "Sora", sans-serif;
  font-size: 0.94rem;
}

.proof-item p,
.principle-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-frame {
  --tablet-perspective: 1500px;
  --tablet-rotate-x: 1.5deg;
  --tablet-rotate-y: -7deg;
  --tablet-rotate-z: 0.45deg;
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 13px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: #0d1218;
  box-shadow:
    32px 42px 86px rgba(0, 0, 0, 0.46),
    -18px 4px 46px rgba(238, 37, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backface-visibility: hidden;
  transform:
    perspective(var(--tablet-perspective))
    rotateY(var(--tablet-rotate-y))
    rotateX(var(--tablet-rotate-x))
    rotateZ(var(--tablet-rotate-z));
  transform-origin: center;
  transform-style: preserve-3d;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
}

.product-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 20%, rgba(238, 37, 42, 0.3), transparent 40%);
  filter: blur(26px);
}

.product-frame picture {
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  background: #08252d;
  overflow: hidden;
}

.product-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 42% center;
  transform: scale(1.06);
  transform-origin: 42% 64%;
}

@media (hover: hover) and (pointer: fine) {
  .product-frame:hover {
    box-shadow:
      24px 34px 72px rgba(0, 0, 0, 0.42),
      -12px 2px 38px rgba(238, 37, 42, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
    transform: perspective(1500px) rotateY(-4deg) rotateX(0.8deg) translateY(-5px);
  }
}

.data-label {
  display: block;
  margin: 10px 4px 0;
  color: #aeb6bf;
  font-size: 0.64rem;
  letter-spacing: 0.025em;
  line-height: 1.45;
  text-align: right;
}

.ai-factory-section {
  background:
    linear-gradient(90deg, transparent, rgba(238, 37, 42, 0.035), transparent),
    rgba(255, 255, 255, 0.008);
}

.factory-layers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
  overflow: hidden;
}

.factory-layer {
  min-height: 286px;
  padding: 28px;
  background: #0d1116;
}

.layer-number,
.step-number {
  width: 38px;
  height: 38px;
  margin-bottom: 54px;
  border-radius: 50%;
  font-family: "Sora", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.factory-layer h3 {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
}

.factory-layer p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.65;
}

.factory-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 16px;
  margin-top: 16px;
}

.use-cases,
.human-control {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.use-cases h3,
.human-control h3,
.pilot-areas h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.use-case-list,
.pilot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.use-case-list li,
.pilot-list li {
  display: flex;
  gap: 10px;
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.use-case-list li::before,
.pilot-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.human-control {
  border-color: rgba(225, 193, 107, 0.23);
  background: rgba(225, 193, 107, 0.045);
}

.human-control p {
  margin: 0;
  color: #c9c0a8;
  font-size: 0.84rem;
  line-height: 1.65;
}

.status-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(225, 193, 107, 0.28);
  border-radius: 999px;
  color: #ead797;
  background: rgba(225, 193, 107, 0.07);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--warning);
}

.green-visual {
  position: relative;
  min-height: 590px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 48% 38%, rgba(238, 37, 42, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 52%),
    #0b1015;
  overflow: hidden;
}

.edge-core {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(238, 37, 42, 0.36);
  transform: translateX(-50%) rotate(45deg);
}

.edge-core::before,
.edge-core::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(238, 37, 42, 0.24);
}

.edge-core::after {
  inset: 58px;
  background: rgba(238, 37, 42, 0.14);
  box-shadow: 0 0 48px rgba(238, 37, 42, 0.3);
}

.edge-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 150px;
  background: linear-gradient(var(--brand), transparent);
  transform-origin: top;
}

.edge-line.one {
  top: 56px;
  transform: rotate(72deg);
}

.edge-line.two {
  top: 120px;
  transform: rotate(-70deg);
}

.edge-line.three {
  top: 284px;
  transform: rotate(180deg);
}

.pilot-areas {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(7, 10, 14, 0.9);
  backdrop-filter: blur(10px);
}

.audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-grid .card {
  min-height: 250px;
}

.audience-grid .card-index {
  margin-bottom: 34px;
}

.qualification-note {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  padding: 24px 28px;
  border: 1px solid rgba(238, 37, 42, 0.2);
  border-radius: var(--radius-md);
  background: var(--brand-soft);
}

.qualification-note strong {
  align-self: center;
  color: var(--brand-light);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.qualification-note p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.process-step {
  position: relative;
}

.process-step:not(:last-child)::after {
  content: "";
  display: none;
}

.process-step .step-number {
  margin-bottom: 30px;
}

.process-step h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
}

.process-step p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.65;
}

.portal-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.portal-message p {
  margin: 0;
  max-width: 880px;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.trust-grid .card-index {
  margin-bottom: 36px;
}

.trust-grid .card {
  min-height: 300px;
}

#problems .card-index,
.solution-grid .card-index,
.why-item > strong,
.proof-item > span,
.factory-layer .layer-number,
.principle-item > span,
.audience-grid .card-index,
.process-step .step-number,
.trust-grid .card-index {
  display: none;
}

.identity-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 50%, rgba(238, 37, 42, 0.1), transparent 32%),
    var(--surface-soft);
}

.identity-copy h2 {
  margin: 0;
  max-width: 21ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

#about .identity-copy > .eyebrow,
#contact .final-cta .eyebrow {
  position: relative;
  top: -6px;
}

.identity-copy > p {
  margin: 22px 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.identity-copy .text-link {
  margin-top: 26px;
}

.value-tags {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
  overflow: hidden;
}

.value-tags span {
  padding: 18px 22px;
  color: #e8e3dd;
  background: #0d1116;
  font-size: 0.84rem;
  font-weight: 700;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: end;
  padding: clamp(40px, 6vw, 78px);
  border: 1px solid rgba(238, 37, 42, 0.27);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 20%, rgba(238, 37, 42, 0.18), transparent 30%),
    #101419;
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 24ch;
}

.final-cta p {
  max-width: 800px;
  margin-top: 20px;
}

.final-cta-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.final-trust {
  margin-top: 18px !important;
  color: var(--text-muted) !important;
  font-size: 0.78rem !important;
}

.site-footer {
  padding: 68px 0 30px;
  border-top: 1px solid var(--line);
  background: #07090c;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.3fr) repeat(4, minmax(130px, 0.7fr));
  gap: 38px;
}

.footer-brand p {
  max-width: 360px;
  margin: 20px 0 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.footer-column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
}

.footer-column a,
.footer-column span {
  display: block;
  margin-top: 11px;
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #727b86;
  font-size: 0.72rem;
}

.footer-bottom a {
  color: #aeb6bf;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-frame.reveal {
  transform:
    perspective(var(--tablet-perspective))
    rotateY(var(--tablet-rotate-y))
    rotateX(var(--tablet-rotate-x))
    rotateZ(var(--tablet-rotate-z))
    translateY(24px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
}

.product-frame.reveal.is-visible {
  transform:
    perspective(var(--tablet-perspective))
    rotateY(var(--tablet-rotate-y))
    rotateX(var(--tablet-rotate-x))
    rotateZ(var(--tablet-rotate-z));
}

@media (hover: hover) and (pointer: fine) {
  .product-frame.reveal.is-visible:hover {
    transform: perspective(var(--tablet-perspective)) rotateY(-4deg) rotateX(0.8deg) translateY(-5px);
  }
}

.reveal-delay-1 {
  transition-delay: 90ms;
}

.reveal-delay-2 {
  transition-delay: 180ms;
}

@keyframes introGridFloat {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  45%,
  100% {
    opacity: 0.18;
    transform: scale(1);
  }
}

@keyframes introScan {
  0% {
    opacity: 0;
    transform: translateX(-44%) scaleX(0.18);
  }

  42% {
    opacity: 0.38;
  }

  100% {
    opacity: 0;
    transform: translateX(44%) scaleX(0.55);
  }
}

@keyframes introSignal {
  0% {
    opacity: 0;
    transform: scaleY(0.16);
  }

  38% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform: scaleY(0.18);
  }
}

@keyframes introLogoReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
    filter: blur(10px) drop-shadow(0 20px 70px rgba(238, 37, 42, 0));
  }

  58% {
    opacity: 1;
    transform: translateY(0) scale(1.025);
    filter: blur(0) drop-shadow(0 34px 100px rgba(238, 37, 42, 0.3));
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) drop-shadow(0 34px 90px rgba(238, 37, 42, 0.24));
  }
}

@keyframes introLogoClip {
  0% {
    clip-path: inset(0 48% 0 48%);
    transform: scaleX(0.92);
  }

  100% {
    clip-path: inset(0 0 0 0);
    transform: scaleX(1);
  }
}

@keyframes introWordmark {
  0% {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes introLift {
  0%,
  52% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes introInnerExit {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-18px) scale(0.96);
  }
}

@keyframes brandMarkSettle {
  0% {
    transform: translate3d(0, -10px, 0) scale(1.18);
    filter: drop-shadow(0 0 34px rgba(238, 37, 42, 0.54));
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: drop-shadow(0 10px 20px rgba(216, 58, 52, 0.2));
  }
}

@keyframes brandCopySettle {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    letter-spacing: 0.62em;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav a {
    font-size: 0.74rem;
  }

  .header-actions .portal-button {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  }

  .card-grid,
  .factory-layers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(140px, 0.7fr));
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-actions .button {
    display: none;
  }

  .header-row {
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    grid-column: 2;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    display: block;
  }

  .hero-ai-factory {
    min-height: auto;
  }

  .hero-grid,
  .feature-grid,
  .feature-grid.is-reversed,
  .why-layout,
  .identity-panel,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 16px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .value-strip {
    margin-top: 18px;
  }

  .value-card {
    grid-template-columns: 38px 1fr;
    padding: 22px;
  }

  .value-icon {
    width: 38px;
    height: 38px;
  }

  .why-layout .section-heading {
    position: static;
    margin-bottom: 32px;
  }

  .feature-grid.is-reversed .green-visual {
    order: 2;
  }

  .feature-grid.is-reversed .feature-copy {
    order: 1;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step:nth-child(2)::after {
    display: none;
  }

  .final-cta-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(calc(100% - 28px), var(--content));
  }

  .section {
    padding-block: 76px;
  }

  .section-compact {
    padding-block: 58px;
  }

  .header-row {
    min-height: 68px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-title {
    letter-spacing: 0.19em;
  }

  .brand-subtitle {
    display: none;
  }

  .ogeday-intro-inner {
    gap: 16px;
    padding: 34px 12px;
  }

  .intro-logo-wrap {
    width: min(310px, 82vw);
    height: min(146px, 39vw);
  }

  .intro-wordmark strong {
    letter-spacing: 0.16em;
  }

  .intro-wordmark .intro-company-name {
    max-width: 94vw;
    font-size: clamp(0.62rem, 2.6vw, 0.78rem);
    letter-spacing: 0.08em;
  }

  .hero-ai-factory {
    padding: 40px 0 24px;
  }

  .hero-copy h1 {
    max-width: 15ch;
    font-size: clamp(2rem, 8.2vw, 2.46rem);
    line-height: 1.12;
    letter-spacing: -0.032em;
    word-spacing: 0.025em;
  }

  .hero-lead {
    font-size: 0.92rem;
    line-height: 1.68;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding-inline: 16px;
  }

  .hero-trust {
    margin-top: 20px;
  }

  .phoenix-wing-visual img {
    object-position: 67% center;
    opacity: 0.72;
  }

  .value-strip,
  .card-grid,
  .factory-layers,
  .factory-bottom,
  .audience-grid,
  .process-grid,
  .section-heading,
  .use-case-list,
  .pilot-list {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: auto;
  }

  .value-card + .value-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 32px;
  }

  .section-heading h2,
  .feature-copy h2,
  .final-cta h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  #problems .section-heading h2,
  #orbions .feature-copy h2,
  #ai-factory .section-heading h2 {
    font-size: clamp(1.8rem, 7.4vw, 2.45rem);
    line-height: 1.15;
    letter-spacing: -0.026em;
    word-spacing: 0.03em;
  }

  .card,
  .solution-grid .card,
  .audience-grid .card,
  .trust-grid .card {
    min-height: auto;
    padding: 24px;
  }

  .card-index,
  .solution-grid .card-index,
  .audience-grid .card-index,
  .trust-grid .card-index {
    margin-bottom: 32px;
  }

  .why-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-frame {
    --tablet-perspective: 1200px;
    --tablet-rotate-x: 0.8deg;
    --tablet-rotate-y: -3.5deg;
    --tablet-rotate-z: 0.25deg;
    width: min(82vw, 320px);
    padding: 8px;
    border-radius: 18px;
  }

  .product-frame picture {
    aspect-ratio: 3 / 4;
  }

  .data-label {
    max-width: 100%;
    margin: 8px 3px 1px;
  }

  .factory-layer {
    min-height: auto;
  }

  .layer-number {
    margin-bottom: 32px;
  }

  .green-visual {
    min-height: 520px;
  }

  .edge-core {
    top: 82px;
    width: 170px;
    height: 170px;
  }

  .qualification-note,
  .portal-message {
    grid-template-columns: 1fr;
  }

  .portal-message {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-step::after {
    display: none;
  }

  .identity-panel,
  .final-cta {
    padding: 30px 24px;
  }

  .final-cta-actions {
    display: grid;
    min-width: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: clamp(1.96rem, 8.4vw, 2.28rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .phoenix-wing-visual img {
    object-position: 70% center;
    opacity: 0.58;
  }

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

  .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .why-item:hover,
  .why-item:hover > div {
    transform: none;
  }

  .product-frame.reveal,
  .product-frame.reveal.is-visible,
  .product-frame.reveal.is-visible:hover {
    transform:
      perspective(var(--tablet-perspective))
      rotateY(var(--tablet-rotate-y))
      rotateX(var(--tablet-rotate-x))
      rotateZ(var(--tablet-rotate-z));
  }

  .ogeday-intro {
    display: none !important;
  }
}
