:root {
  --bg: #07070e;
  --bg-soft: #0c0c18;
  --text: #f3f4fb;
  --soft: #b4b8d0;
  --dim: #7a7f9c;
  --line: rgba(255,255,255,0.09);
  --card: rgba(255,255,255,0.035);
  --card-bd: rgba(255,255,255,0.10);
  --g1: #7c5cff;
  --g2: #3b82f6;
  --g3: #22d3ee;
  --grad: linear-gradient(100deg, #7c5cff 0%, #3b82f6 52%, #22d3ee 100%);
  --maxw: 1200px;
  color-scheme: dark;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); color-scheme: dark; }
body { font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; background: var(--bg); color: var(--text); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative; }
h1,h2,h3,.display { font-family: "Inter", sans-serif; }
a { color: inherit; text-decoration: none; }
.mono { font-family: "Space Mono", monospace; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.7rem; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.gradient { background: var(--grad); background-size: 220% 220%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shimmer 8s ease infinite; }
@keyframes shimmer { 0%,100%{background-position:0% 50%;} 50%{background-position:100% 50%;} }

/* ambient background */
.aurora { position: fixed; inset: 0; z-index: -2; overflow: hidden; background: var(--bg); }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; will-change: transform; }
.b1 { width: 46vw; height: 46vw; background: #6d3cff; top: -8vw; left: -6vw; animation: drift1 22s ease-in-out infinite; }
.b2 { width: 40vw; height: 40vw; background: #1b6ef3; top: 20vh; right: -8vw; animation: drift2 26s ease-in-out infinite; }
.b3 { width: 38vw; height: 38vw; background: #12b6d6; bottom: -10vw; left: 18vw; animation: drift3 30s ease-in-out infinite; }
.b4 { width: 30vw; height: 30vw; background: #b03cff; bottom: 8vh; right: 12vw; opacity: 0.4; animation: drift1 28s ease-in-out infinite reverse; }
@keyframes drift1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(6vw,4vh) scale(1.12);} }
@keyframes drift2 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-5vw,6vh) scale(1.08);} }
@keyframes drift3 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(4vw,-5vh) scale(1.15);} }
.aurora::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 120% at 50% 0%, transparent 30%, rgba(7,7,14,0.72) 78%, var(--bg) 100%); }
.grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.spotlight { position: fixed; z-index: -1; width: 640px; height: 640px; left: 0; top: 0; margin: -320px 0 0 -320px; pointer-events: none; background: radial-gradient(circle, rgba(124,92,255,0.16), transparent 62%); transition: opacity 0.4s ease; opacity: 0; }
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 90; background: var(--grad); box-shadow: 0 0 14px rgba(124,92,255,0.6); }

/* nav */
header.nav { position: sticky; top: 0; z-index: 80; background: rgba(9,9,18,0.6); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { font-family: "Inter"; font-weight: 800; font-size: 1.15rem; letter-spacing: -0.01em; display: flex; align-items: center; gap: 11px; }
.brand .orb { width: 12px; height: 12px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 12px rgba(124,92,255,0.8); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.mono { color: var(--dim); transition: color 0.16s; }
.nav-links a.mono:hover, .nav-links a.active { color: var(--text); }
.nav-cta { color: var(--text) !important; padding: 9px 18px; border-radius: 100px; border: 1px solid var(--card-bd); background: var(--card); transition: border-color 0.16s, box-shadow 0.16s; }
.nav-cta:hover { border-color: rgba(124,92,255,0.7); box-shadow: 0 0 18px rgba(124,92,255,0.3); }
.nav-toggle { display: none; width: 40px; height: 40px; border: 1px solid var(--card-bd); background: var(--card); border-radius: 11px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.nav-toggle span { display: block; width: 17px; height: 1.6px; background: var(--text); border-radius: 2px; transition: transform 0.22s ease, opacity 0.22s ease; }
.nav-toggle.active span:nth-child(1){ transform: translateY(5.6px) rotate(45deg); }
.nav-toggle.active span:nth-child(2){ opacity: 0; }
.nav-toggle.active span:nth-child(3){ transform: translateY(-5.6px) rotate(-45deg); }
@media (max-width: 760px){
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(9,9,18,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 6px 22px 20px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links a.mono { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--soft); letter-spacing: 0.18em; }
  .nav-cta { margin-top: 14px; text-align: center; justify-content: center; padding: 15px !important; }
}

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: "Inter"; font-weight: 600; font-size: 0.96rem; padding: 15px 28px; border-radius: 100px; border: 1px solid transparent; cursor: pointer; transition: transform 0.14s ease, box-shadow 0.2s ease, background 0.2s ease; will-change: transform; }
.btn-primary { background: var(--grad); color: #0a0a14; box-shadow: 0 10px 34px rgba(124,92,255,0.34); }
.btn-primary:hover { box-shadow: 0 14px 44px rgba(124,92,255,0.5); }
.btn-ghost { background: var(--card); color: var(--text); border-color: var(--card-bd); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.35); }
.btn .arrow { transition: transform 0.18s ease; }
.btn:hover .arrow { transform: translate(3px,-3px); }

/* hero (home) */
.hero { position: relative; padding: 116px 0 92px; }
.hero-badge { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px; border-radius: 100px; border: 1px solid var(--card-bd); background: var(--card); color: var(--soft); margin-bottom: 34px; }
.hero-badge .live { width: 8px; height: 8px; border-radius: 50%; background: #22d3ee; box-shadow: 0 0 10px #22d3ee; animation: pulse 2s ease infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.35;} }
.hero-h { font-weight: 800; font-size: clamp(2.9rem, 8.5vw, 6.4rem); line-height: 0.98; letter-spacing: -0.03em; margin-bottom: 30px; }
.cycler { display: inline-block; position: relative; }
.cyc-word { display: inline-block; transition: opacity 0.34s ease, transform 0.34s ease, filter 0.34s ease; }
.cyc-word.out { opacity: 0; transform: translateY(-0.35em); filter: blur(8px); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.32rem); color: var(--soft); max-width: 600px; margin-bottom: 40px; }
.hero-cta { display: flex; gap: 15px; flex-wrap: wrap; }
.hero-fade { opacity: 0; transform: translateY(20px); animation: heroIn 0.9s cubic-bezier(.2,.7,.2,1) forwards; }
.hf1{animation-delay:0.05s;} .hf2{animation-delay:0.18s;} .hf3{animation-delay:0.32s;} .hf4{animation-delay:0.46s;}
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

/* interior page header */
.page-hero { position: relative; padding: 116px 0 34px; }
.page-hero h1 { font-weight: 800; font-size: clamp(2.4rem, 6vw, 4.1rem); letter-spacing: -0.03em; line-height: 1.02; margin-bottom: 18px; }
.page-hero p { color: var(--soft); max-width: 54ch; font-size: 1.12rem; }
.eyebrow-line { color: var(--soft); display: inline-flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.eyebrow-line::before { content:""; width: 26px; height: 1px; background: var(--g2); }

/* marquee */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; overflow: hidden; white-space: nowrap; background: rgba(255,255,255,0.015); }
.mq-track { display: inline-flex; gap: 44px; animation: scrollx 26s linear infinite; will-change: transform; }
.mq-track span { font-weight: 700; font-size: 1.25rem; color: var(--soft); display: inline-flex; align-items: center; gap: 44px; }
.mq-track span::after { content: "✦"; color: var(--g1); font-size: 0.9rem; }
@keyframes scrollx { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* sections */
section.block { padding: 96px 0; position: relative; }
.sec-title { font-weight: 800; font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -0.025em; line-height: 1.03; max-width: 20ch; margin-bottom: 18px; }
.sec-lede { color: var(--soft); max-width: 46ch; font-size: 1.08rem; }
.sec-head { margin-bottom: 52px; }
.sec-head .eyebrow-line.mono { margin-bottom: 18px; }
.reveal { opacity: 0; transform: translateY(34px) scale(0.98); filter: blur(6px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.7,.2,1), filter 0.8s ease; }
.reveal.in { opacity: 1; transform: none; filter: none; }
.reveal.d1{transition-delay:0.08s;} .reveal.d2{transition-delay:0.16s;} .reveal.d3{transition-delay:0.24s;} .reveal.d4{transition-delay:0.32s;}

/* stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.stat { border: 1px solid var(--card-bd); background: var(--card); border-radius: 18px; padding: 30px 26px; backdrop-filter: blur(6px); }
.stat .n { font-weight: 800; font-size: 3rem; line-height: 1; letter-spacing: -0.02em; }
.stat .lbl { color: var(--soft); margin-top: 12px; font-size: 0.96rem; }
@media (max-width: 880px){ .stats { grid-template-columns: 1fr 1fr; gap: 16px; } }

/* services cards */
.cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.glow-card { position: relative; border: 1px solid var(--card-bd); background: var(--card); border-radius: 22px; padding: 40px 34px; overflow: hidden; transition: transform 0.25s ease, border-color 0.25s ease; }
.glow-card::before { content:""; position: absolute; width: 320px; height: 320px; background: radial-gradient(circle, rgba(124,92,255,0.22), transparent 60%); left: var(--gx,50%); top: var(--gy,0%); transform: translate(-50%,-50%); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.glow-card:hover { transform: translateY(-5px); border-color: rgba(124,92,255,0.4); }
.glow-card:hover::before { opacity: 1; }
.glow-card .idx { font-family: "Space Mono"; color: var(--g3); font-size: 0.8rem; letter-spacing: 0.1em; }
.glow-card h3 { font-size: 1.7rem; font-weight: 700; letter-spacing: -0.015em; margin: 40px 0 12px; position: relative; }
.glow-card p { color: var(--soft); position: relative; }
@media (max-width: 760px){ .cards { grid-template-columns: 1fr; } }

/* work showcase */
.showcase { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.tilt { perspective: 1000px; }
.tilt-inner { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--card-bd); transform-style: preserve-3d; transition: transform 0.2s ease; box-shadow: 0 40px 90px rgba(0,0,0,0.5); display: block; }
.browser { background: #ffffff; }
.browser .bar { height: 34px; background: #eef0f4; display: flex; align-items: center; gap: 7px; padding: 0 14px; }
.browser .bar i { width: 9px; height: 9px; border-radius: 50%; background: #cfd4dd; }
.browser .bar .addr { margin-left: 10px; font-family: "Space Mono"; font-size: 0.62rem; color: #8b93a3; letter-spacing: 0.04em; }
.browser .screen { padding: 40px 26px 34px; text-align: center; }
.browser .screen img { width: 78%; max-width: 280px; height: auto; display: block; margin: 0 auto 18px; }
.browser .screen .line { color: #6b6152; font-size: 0.9rem; margin-bottom: 20px; }
.browser .screen .order { display: inline-block; padding: 11px 24px; border-radius: 100px; font-family: "Inter"; font-weight: 600; font-size: 0.82rem; color: #3a2f21; background: linear-gradient(135deg,#f0c874,#d6a24d); }
.tilt-inner .glare { position: absolute; inset: 0; background: radial-gradient(circle at var(--glx,50%) var(--gly,0%), rgba(255,255,255,0.28), transparent 45%); opacity: 0; transition: opacity 0.2s ease; pointer-events: none; mix-blend-mode: overlay; }
.tilt:hover .glare { opacity: 1; }
.work-copy .idx { font-family: "Space Mono"; color: var(--g3); font-size: 0.78rem; letter-spacing: 0.12em; }
.work-copy h2 { font-weight: 800; font-size: clamp(1.8rem,4vw,2.7rem); letter-spacing: -0.02em; margin: 16px 0 16px; }
.work-copy p { color: var(--soft); margin-bottom: 20px; }
.work-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.work-tags span { border: 1px solid var(--card-bd); color: var(--soft); padding: 6px 13px; border-radius: 100px; font-size: 0.82rem; }
.work-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--text); border-bottom: 1px solid transparent; padding-bottom: 3px; transition: border-color 0.18s; }
.work-link:hover { border-color: var(--g2); }
.work-link .arrow { transition: transform 0.18s ease; }
.work-link:hover .arrow { transform: translate(3px,-3px); }
@media (max-width: 820px){ .showcase { grid-template-columns: 1fr; gap: 30px; } }

/* process timeline */
.timeline { position: relative; max-width: 760px; }
.timeline::before { content:""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--g1),var(--g2),var(--g3)); opacity: 0.5; }
.tl-step { position: relative; padding: 0 0 46px 66px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-node { position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--bg-soft); border: 1px solid var(--card-bd); display: flex; align-items: center; justify-content: center; font-family: "Space Mono"; font-size: 0.82rem; color: var(--text); box-shadow: 0 0 0 4px rgba(7,7,14,0.9); }
.tl-step.in .tl-node { border-color: var(--g1); box-shadow: 0 0 18px rgba(124,92,255,0.5), 0 0 0 4px rgba(7,7,14,0.9); }
.tl-step h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; }
.tl-step p { color: var(--soft); }

/* packages */
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.plan { position: relative; border: 1px solid var(--card-bd); background: var(--card); border-radius: 22px; padding: 36px 30px; display: flex; flex-direction: column; transition: transform 0.22s ease; }
.plan:hover { transform: translateY(-5px); }
.plan.feat { background: linear-gradient(180deg, rgba(124,92,255,0.14), rgba(255,255,255,0.03)); border-color: rgba(124,92,255,0.5); box-shadow: 0 20px 60px rgba(124,92,255,0.2); }
.plan .tag { font-family: "Space Mono"; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.66rem; color: var(--g3); margin-bottom: 20px; }
.plan.feat .tag { color: var(--g1); }
.plan .price { font-weight: 800; font-size: 2.3rem; letter-spacing: -0.02em; }
.plan .price small { font-size: 0.82rem; font-weight: 400; color: var(--dim); }
.plan .pdesc { color: var(--soft); margin: 8px 0 22px; font-size: 0.98rem; }
.plan ul { list-style: none; margin-bottom: 28px; flex-grow: 1; }
.plan li { padding: 9px 0; border-top: 1px solid var(--line); color: var(--soft); font-size: 0.96rem; display: flex; gap: 10px; }
.plan li::before { content: "→"; color: var(--g2); }
@media (max-width: 860px){ .plans { grid-template-columns: 1fr; } }

/* blog index */
.posts { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.post { position: relative; border: 1px solid var(--card-bd); background: var(--card); border-radius: 20px; padding: 30px 28px; display: flex; flex-direction: column; transition: transform 0.22s ease, border-color 0.22s ease; }
.post:hover { transform: translateY(-5px); border-color: rgba(124,92,255,0.4); }
.post .cat { font-family: "Space Mono"; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.62rem; color: var(--g3); margin-bottom: 16px; }
.post h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 10px; }
.post p { color: var(--soft); font-size: 0.96rem; flex-grow: 1; margin-bottom: 18px; }
.post .meta { display: flex; align-items: center; justify-content: space-between; }
.post .date { color: var(--dim); font-size: 0.84rem; }
.post .more { color: var(--text); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 7px; }
.post .more .arrow { transition: transform 0.18s ease; }
.post:hover .more .arrow { transform: translate(3px,-3px); }
@media (max-width: 820px){ .posts { grid-template-columns: 1fr; } }

/* article (blog post) */
.article { max-width: 720px; margin: 0 auto; }
.back-link { display: inline-flex; gap: 8px; align-items: center; color: var(--soft); margin-bottom: 28px; font-size: 0.92rem; }
.back-link:hover { color: var(--text); }
.article .cat { font-family: "Space Mono"; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.66rem; color: var(--g3); }
.article h1 { font-size: clamp(2rem,5vw,3.1rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.06; margin: 16px 0 16px; }
.article .byline { color: var(--dim); font-size: 0.9rem; margin-bottom: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.article .body p { color: var(--soft); font-size: 1.12rem; line-height: 1.75; margin-bottom: 22px; }
.article .body h2 { font-size: 1.55rem; font-weight: 700; letter-spacing: -0.01em; margin: 40px 0 14px; color: var(--text); }
.article .body ul { margin: 0 0 24px; padding-left: 4px; list-style: none; }
.article .body li { color: var(--soft); font-size: 1.08rem; line-height: 1.6; margin-bottom: 12px; padding-left: 26px; position: relative; }
.article .body li::before { content: "→"; color: var(--g2); position: absolute; left: 0; }
.article .body strong { color: var(--text); font-weight: 600; }
.article-cta { margin-top: 46px; padding: 34px; border: 1px solid var(--card-bd); border-radius: 20px; background: var(--card); text-align: center; }
.article-cta h3 { font-weight: 700; font-size: 1.4rem; margin-bottom: 10px; letter-spacing: -0.01em; }
.article-cta p { color: var(--soft); margin-bottom: 20px; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; border: 1px solid var(--card-bd); border-radius: 26px; background: var(--card); padding: 50px; backdrop-filter: blur(8px); }
.contact-left h2 { font-weight: 800; font-size: clamp(2rem,4.5vw,3rem); letter-spacing: -0.025em; margin-bottom: 18px; line-height: 1.03; }
.contact-left p { color: var(--soft); margin-bottom: 26px; max-width: 38ch; }
.contact-left .detail { display: flex; gap: 12px; align-items: center; color: var(--soft); margin-bottom: 11px; flex-wrap: wrap; }
.contact-left .detail .mono { color: var(--g3); }
form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form .field { margin-bottom: 16px; display: flex; flex-direction: column; }
form label { color: var(--dim); font-size: 0.85rem; margin-bottom: 8px; letter-spacing: 0.02em; }
form input, form select, form textarea { background: rgba(0,0,0,0.25); border: 1px solid var(--card-bd); color: var(--text); padding: 14px 15px; border-radius: 12px; font-family: "Inter"; font-size: 1rem; transition: border-color 0.16s, box-shadow 0.16s; }
form input:focus, form select:focus, form textarea:focus { outline: none; border-color: rgba(124,92,255,0.7); box-shadow: 0 0 0 3px rgba(124,92,255,0.18); }
form textarea { resize: vertical; min-height: 110px; }
form .btn-primary { width: 100%; justify-content: center; margin-top: 4px; }
.hidden-field { position: absolute; left: -9999px; }
.form-success { display: none; text-align: center; padding: 30px; border: 1px solid rgba(124,92,255,0.5); border-radius: 16px; }
.form-success.show { display: block; }
.form-success .mono { color: var(--g3); }
@media (max-width: 820px){ .contact-grid { grid-template-columns: 1fr; gap: 32px; padding: 32px; } form .row { grid-template-columns: 1fr; } }

/* teaser link + cta band */
.more-link { display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-weight: 600; margin-top: 30px; }
.more-link .arrow { transition: transform 0.18s ease; }
.more-link:hover .arrow { transform: translate(3px,-3px); }
.cta-band { border: 1px solid var(--card-bd); border-radius: 26px; background: linear-gradient(180deg, rgba(124,92,255,0.12), rgba(255,255,255,0.02)); padding: 60px 40px; text-align: center; }
.cta-band h2 { font-weight: 800; font-size: clamp(1.9rem,4.5vw,2.8rem); letter-spacing: -0.02em; margin-bottom: 16px; }
.cta-band p { color: var(--soft); max-width: 44ch; margin: 0 auto 28px; }

/* footer */
footer.foot { border-top: 1px solid var(--line); padding: 46px 0; color: var(--dim); }
.foot-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.foot .brand { color: var(--text); margin-bottom: 14px; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-links a { color: var(--soft); font-size: 0.92rem; }
.foot-links a:hover { color: var(--text); }
.foot-legal { font-family: "Space Mono"; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; }

:focus-visible { outline: 2px solid var(--g1); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .hero-fade { opacity: 1; transform: none; }
  .blob { display: none; }
  .spotlight { display: none; }
  html { scroll-behavior: auto; }
}
