:root {
  --ink: #10141c;
  --muted: #5a6474;
  --soft: #8490a2;
  --ink-soft: rgba(16, 20, 28, 0.8);
  --max: 860px;
  --radius: 20px;
  --radius-sm: 12px;
  --display: "Sora", "Avenir Next", sans-serif;
  --body: "Manrope", "Avenir Next", sans-serif;
  --shadow: 0 22px 56px rgba(12, 22, 40, 0.16);
  --shadow-lift:
    0 2px 4px rgba(12, 22, 40, 0.04),
    0 10px 24px rgba(12, 22, 40, 0.08),
    0 28px 64px rgba(12, 22, 40, 0.14);
  --gap: 2.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.05rem;
  line-height: 1.65;
  background: #e7eef7;
  -webkit-font-smoothing: antialiased;
}

/* Original horizon-grid atmosphere */
.atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #e7eef7;
}

.sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 50% 18%, #f5f8fc 0%, transparent 58%),
    radial-gradient(700px 480px at 8% 30%, #d5e3f2 0%, transparent 55%),
    radial-gradient(640px 420px at 92% 24%, #c3d4e8 0%, transparent 50%),
    linear-gradient(180deg, #e7eef7 0%, #cfdced 42%, #b7c8dc 100%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  animation: drift 20s ease-in-out infinite alternate;
}

.orb-a {
  width: min(58vw, 520px);
  height: min(58vw, 520px);
  top: -8%;
  left: -12%;
  background: #b8d0ea;
  filter: blur(60px);
}

.orb-b {
  width: min(46vw, 420px);
  height: min(46vw, 420px);
  right: -10%;
  top: 18%;
  background: #dce7f3;
  animation-delay: -8s;
  filter: blur(48px);
  opacity: 0.45;
}

.orb-c {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  left: 35%;
  bottom: 8%;
  background: #9eb8d4;
  opacity: 0.28;
  animation-delay: -12s;
  filter: blur(56px);
}

.perspective-scene {
  position: absolute;
  inset: 0;
  -webkit-perspective: 520px;
  perspective: 520px;
  -webkit-perspective-origin: 50% 38%;
  perspective-origin: 50% 38%;
  pointer-events: none;
}

.horizon-glow {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 34%;
  height: 28%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(210, 225, 240, 0.2) 42%,
    transparent 72%
  );
  filter: blur(18px);
}

.floor {
  position: absolute;
  left: -55%;
  width: 210%;
  top: 46%;
  height: 130%;
  -webkit-transform: rotateX(64deg);
  transform: rotateX(64deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.floor-grid {
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(16, 28, 48, 0.2) 1.5px, transparent 1.5px),
    linear-gradient(90deg, rgba(16, 28, 48, 0.2) 1.5px, transparent 1.5px);
  background-size: 64px 64px;
  background-position: center top;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.38) 40%,
    rgba(0, 0, 0, 0.12) 70%,
    transparent 92%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.38) 40%,
    rgba(0, 0, 0, 0.12) 70%,
    transparent 92%
  );
  animation: grid-drift 28s linear infinite;
}

.depth-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 35%,
      rgba(183, 200, 220, 0.1) 60%,
      rgba(170, 190, 212, 0.28) 100%
    ),
    radial-gradient(
      ellipse 90% 40% at 50% 100%,
      rgba(140, 165, 195, 0.22),
      transparent 70%
    );
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  mix-blend-mode: multiply;
  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='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}


a {
  color: inherit;
}

.shell {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.35rem 0 3rem;
  padding-top: calc(1.35rem + env(safe-area-inset-top, 0px));
  padding-bottom: calc(3rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

main {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

/* Shared glass — translucent fill, soft lift (no hard outline) */
.glass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius);
  clip-path: inset(0 round var(--radius));
  -webkit-clip-path: inset(0 round var(--radius));
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(160, 180, 205, 0.28);
  box-shadow:
    var(--shadow-lift),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.glass-frost {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.45);
  -webkit-backdrop-filter: blur(14px) saturate(1.45);
}

.glass-shine {
  display: none;
}

@supports not (
  (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))
) {
  .glass {
    background: rgba(236, 242, 248, 0.94);
  }

  .glass-frost {
    display: none;
  }
}

.site-header,
.panel-pad,
.sector-card {
  position: relative;
  z-index: 1;
}

.panel-pad {
  box-sizing: border-box;
  width: 100%;
  padding: 44px 40px;
}

.header-pad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  min-width: 0;
  padding: 18px 22px;
}

.footer-pad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 22px 28px;
}

.site-header {
  display: block;
  min-width: 0;
  padding: 0;
  animation: fade-in 0.8s ease both;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  margin-right: auto;
  padding-right: 0.5rem;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.brand-lockup img {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.nav {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.2rem;
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(16, 20, 28, 0.1);
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.4);
}

.hero {
  margin-top: 0;
  margin-bottom: 0.5rem;
  min-height: calc(100svh - 8.5rem);
  display: flex;
  align-items: center;
}

.hero-panel {
  width: 100%;
  padding: 0;
  text-align: center;
  animation: fade-in 0.9s ease 0.05s both;
}

.hero-mark {
  margin: 0 auto 1.1rem;
  width: fit-content;
}

.logo-halo {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0.65rem;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 40%,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.12) 55%,
    transparent 72%
  );
  animation: halo-breathe 7s ease-in-out infinite;
}

.hero-logo {
  width: min(40vw, 200px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(18, 28, 48, 0.12));
}

.brand-line {
  margin: 0 auto 0.65rem;
  max-width: 18ch;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.7rem, 4.2vw + 0.4rem, 2.85rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.headline {
  margin: 0 auto 1.15rem;
  max-width: 22rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.5vw + 0.7rem, 1.28rem);
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--ink-soft);
}

.lede {
  margin: 0 auto 1.85rem;
  max-width: 32rem;
  color: var(--muted);
  font-size: clamp(0.98rem, 0.4vw + 0.9rem, 1.08rem);
  line-height: 1.7;
  overflow-wrap: break-word;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.35rem;
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    filter 0.22s ease;
}

.cta.primary {
  background: var(--ink);
  color: #f4f7fb;
  border: 1px solid var(--ink);
  box-shadow: 0 10px 28px rgba(18, 21, 28, 0.18);
}

.cta.primary:hover {
  box-shadow: 0 14px 32px rgba(18, 21, 28, 0.22);
  filter: brightness(1.05);
}

.cta.ghost {
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: var(--ink);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cta.ghost:hover {
  background: rgba(255, 255, 255, 0.48);
}

.section {
  margin-top: 0;
}

.section-panel {
  padding: 0;
  animation: fade-in 0.85s ease both;
}

.eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft);
}

.section h2 {
  margin: 0 0 0.85rem;
  max-width: 18ch;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.35rem, 2vw + 0.7rem, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.section p {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.section a {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.email {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 1.02rem;
  word-break: break-word;
}

.sectors-intro {
  margin-bottom: 1.5rem !important;
}

.sector-group + .sector-group {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(16, 20, 28, 0.08);
}

.sector-group-label {
  margin: 0 0 0.7rem !important;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--soft);
}

.sector-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.sector-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sector-card {
  --sector-grad: linear-gradient(135deg, #6b7c93, #9aa8ba);
  --sector-glow: rgba(107, 124, 147, 0.22);
  --sector-tint: rgba(107, 124, 147, 0.1);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 5.5rem;
  column-gap: 0.85rem;
  align-items: center;
  min-height: 3.1rem;
  padding: 0.65rem 0.9rem 0.65rem 0.85rem;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  background:
    linear-gradient(105deg, var(--sector-tint) 0%, transparent 42%),
    rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-top-color: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 2px 4px rgba(18, 28, 48, 0.04),
    0 8px 20px rgba(18, 28, 48, 0.08);
  overflow: hidden;
}

.sector-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--sector-grad);
  border-radius: 2px 0 0 2px;
}

.sector-card[data-sector="provetohire"] {
  --sector-a: #2196f3;
  --sector-b: #9c27b0;
  --sector-grad: linear-gradient(135deg, #2196f3, #9c27b0);
  --sector-glow: rgba(33, 150, 243, 0.28);
  --sector-tint: rgba(33, 150, 243, 0.12);
}

.sector-card[data-sector="music"] {
  --sector-a: #e11d48;
  --sector-b: #f59e0b;
  --sector-grad: linear-gradient(135deg, #e11d48, #f59e0b);
  --sector-glow: rgba(225, 29, 72, 0.22);
  --sector-tint: rgba(225, 29, 72, 0.1);
}

.sector-card[data-sector="art"] {
  --sector-a: #f97316;
  --sector-b: #7c3aed;
  --sector-grad: linear-gradient(135deg, #f97316, #7c3aed);
  --sector-glow: rgba(249, 115, 22, 0.22);
  --sector-tint: rgba(249, 115, 22, 0.1);
}

.sector-card[data-sector="science"] {
  --sector-a: #0d9488;
  --sector-b: #22d3ee;
  --sector-grad: linear-gradient(135deg, #0d9488, #22d3ee);
  --sector-glow: rgba(13, 148, 136, 0.22);
  --sector-tint: rgba(13, 148, 136, 0.1);
}

.sector-card[data-sector="technology"] {
  --sector-a: #1d4ed8;
  --sector-b: #38bdf8;
  --sector-grad: linear-gradient(135deg, #1d4ed8, #38bdf8);
  --sector-glow: rgba(29, 78, 216, 0.22);
  --sector-tint: rgba(29, 78, 216, 0.1);
}

.sector-card[data-sector="ai"] {
  --sector-a: #6d28d9;
  --sector-b: #06b6d4;
  --sector-grad: linear-gradient(135deg, #6d28d9, #06b6d4);
  --sector-glow: rgba(109, 40, 217, 0.22);
  --sector-tint: rgba(109, 40, 217, 0.1);
}

.sector-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--sector-grad);
  color: #fff;
  box-shadow:
    0 4px 10px var(--sector-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.sector-card[data-sector="provetohire"] .sector-mark {
  background: #0a0a0a;
  box-shadow:
    0 4px 10px var(--sector-glow),
    0 0 0 1px rgba(33, 150, 243, 0.28);
}

.sector-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-mark svg {
  width: 15px;
  height: 15px;
  display: block;
}

.sector-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
}

a.sector-card {
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

a.sector-card:hover {
  background:
    linear-gradient(105deg, var(--sector-tint) 0%, transparent 48%),
    rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 4px 8px rgba(18, 28, 48, 0.05),
    0 14px 28px rgba(18, 28, 48, 0.12);
}

.sector-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.sector-field {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.sector-status {
  justify-self: end;
  align-self: center;
  width: 5.5rem;
  text-align: center;
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--soft);
  padding: 0.3rem 0.4rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.sector-card.is-live .sector-status {
  color: #fff;
  background: var(--sector-grad);
  border-color: transparent;
  box-shadow: 0 3px 10px var(--sector-glow);
}

.site-footer {
  margin-top: 0;
  display: block;
  padding: 0;
  color: var(--soft);
  font-size: 0.84rem;
}

.site-footer a {
  color: var(--soft);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--ink);
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(22px, 16px, 0) scale(1.06);
  }
}

@keyframes grid-drift {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 64px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes halo-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.035);
    opacity: 0.92;
  }
}

@keyframes glass-sheen {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  :root {
    --gap: 2rem;
    --radius: 12px;
  }

  .shell {
    width: min(100% - 1.5rem, var(--max));
    padding-top: calc(1rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(2.25rem + env(safe-area-inset-bottom, 0px));
  }

  .site-header {
    padding: 0;
  }

  .panel-pad {
    padding: 36px 32px;
  }

  .header-pad {
    gap: 1.25rem;
    padding: 16px 18px;
  }

  .footer-pad {
    padding: 20px 24px;
  }

  .brand-lockup {
    font-size: 0.84rem;
    gap: 0.45rem;
    padding-right: 0.35rem;
  }

  .brand-lockup img {
    width: 22px;
    height: 22px;
  }

  .nav {
    gap: 0;
    margin-left: 0.25rem;
    padding-left: 0.65rem;
  }

  .nav a {
    font-size: 0.74rem;
    padding: 0.4rem 0.45rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    padding: 0;
  }

  .hero-logo {
    width: min(46vw, 168px);
  }

  .brand-line {
    font-size: clamp(1.45rem, 6vw, 1.85rem);
    max-width: none;
  }

  .section-panel {
    padding: 0;
  }

  .sector-group + .sector-group {
    margin-top: 1.25rem;
    padding-top: 1.15rem;
  }

  .sector-card {
    grid-template-columns: 28px minmax(0, 1fr) 5rem;
    column-gap: 0.7rem;
    padding: 0.55rem 0.75rem 0.55rem 0.7rem;
    min-height: 2.85rem;
  }

  .sector-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .sector-mark svg {
    width: 13px;
    height: 13px;
  }

  .sector-status {
    width: 5rem;
    font-size: 0.58rem;
  }

  .site-footer {
    padding: 0;
  }

  .floor-grid {
    background-size: 48px 48px;
  }

  .perspective-scene {
    -webkit-perspective: none;
    perspective: none;
  }

  /* Flat but visible floor grid (safe on iOS; shows through glass) */
  .floor {
    left: 0;
    width: 100%;
    top: 48%;
    height: 52%;
    -webkit-transform: none;
    transform: none;
    background-image:
      linear-gradient(rgba(16, 28, 48, 0.2) 1.5px, transparent 1.5px),
      linear-gradient(90deg, rgba(16, 28, 48, 0.2) 1.5px, transparent 1.5px);
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.28) 50%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.28) 50%,
      transparent 100%
    );
  }

  .floor-grid {
    display: none;
  }

  .orb,
  .horizon-glow {
    animation: none;
    filter: none !important;
  }

  .orb-a,
  .orb-b,
  .orb-c {
    opacity: 0.28;
  }

  .grain {
    display: none;
  }

  .glass {
    clip-path: none;
    -webkit-clip-path: none;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-color: rgba(255, 255, 255, 0.72);
    border-bottom-color: rgba(160, 180, 205, 0.28);
    box-shadow:
      0 2px 4px rgba(12, 22, 40, 0.05),
      0 12px 28px rgba(12, 22, 40, 0.1),
      0 28px 56px rgba(12, 22, 40, 0.12);
  }

  .glass-frost {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px) saturate(1.3);
    -webkit-backdrop-filter: blur(8px) saturate(1.3);
  }

  .glass-shine {
    animation: none;
    mix-blend-mode: normal;
    opacity: 0.45;
  }

  .logo-halo {
    animation: none;
  }

  .cta.ghost {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .hero-panel,
  .section-panel,
  .orb,
  .logo-halo,
  .floor-grid,
  .glass-shine {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Extra iOS Safari safety: skip heavy blur/animation, keep glass translucent */
@media (hover: none) and (pointer: coarse) {
  .orb,
  .horizon-glow {
    animation: none;
    filter: none !important;
  }

  .grain {
    display: none;
  }

  .glass {
    clip-path: none;
    -webkit-clip-path: none;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-color: rgba(255, 255, 255, 0.72);
    border-bottom-color: rgba(160, 180, 205, 0.28);
    box-shadow:
      0 2px 4px rgba(12, 22, 40, 0.05),
      0 12px 28px rgba(12, 22, 40, 0.1),
      0 28px 56px rgba(12, 22, 40, 0.12);
  }

  .glass-frost {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px) saturate(1.3);
    -webkit-backdrop-filter: blur(8px) saturate(1.3);
  }

  .glass-shine {
    animation: none;
    mix-blend-mode: normal;
    opacity: 0.45;
  }

  .logo-halo {
    animation: none;
  }

  .floor-grid {
    animation: none;
  }

  .cta.ghost {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
