@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #07050b;
  --ink-soft: #0d0914;
  --panel: #130d1e;
  --purple: #9e4dff;
  --purple-bright: #bd71ff;
  --violet: #6630de;
  --lavender: #dcbaff;
  --white: #f8f4ff;
  --muted: #a69cb2;
  --line: rgba(220, 186, 255, 0.18);
  --mono: "DM Mono", "Courier New", monospace;
  --sans: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.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; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 420px;
  height: 420px;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: .18;
  filter: blur(80px);
  background: var(--violet);
  transform: translate(-50%, -50%);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: 92px;
  padding: 22px clamp(22px, 3.3vw, 54px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: background .3s, border-color .3s;
}
.site-header.scrolled { background: rgba(7, 5, 11, .72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.06); }
.brand-link { width: 46px; height: 46px; display: grid; place-items: center; }
.brand-link img { width: 42px; height: 42px; object-fit: contain; }
.desktop-nav { display: flex; gap: 30px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 8px 0; color: rgba(255,255,255,.78); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--purple-bright); transition: transform .25s; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.social-link { width: 24px; height: 24px; opacity: .9; transition: opacity .2s, transform .2s; }
.social-link:hover { opacity: 1; transform: translateY(-2px); }
.social-link svg { width: 100%; height: 100%; fill: currentColor; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); }
.menu-button > span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 5px auto; background: white; transition: transform .25s; }
.menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 900px;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 44%, rgba(84, 37, 167, .22), transparent 32%),
    linear-gradient(180deg, #07050b 0%, #0b0712 68%, #07050b 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.aurora { position: absolute; z-index: -2; border-radius: 50%; filter: blur(80px); opacity: .18; }
.aurora-one { width: 440px; height: 300px; left: -150px; top: 29%; background: #6c2cff; animation: breathe 8s ease-in-out infinite alternate; }
.aurora-two { width: 380px; height: 300px; right: -120px; bottom: 12%; background: #a64fff; animation: breathe 11s ease-in-out infinite alternate-reverse; }
@keyframes breathe { to { opacity: .33; transform: scale(1.18) translateY(-18px); } }

.cloud { position: absolute; z-index: -1; width: 180px; height: 70px; opacity: .18; filter: drop-shadow(0 14px 20px rgba(102,48,222,.35)); }
.cloud i { position: absolute; bottom: 0; display: block; background: #443356; border: 2px solid rgba(179,129,255,.35); }
.cloud i:nth-child(1) { left: 0; width: 100%; height: 35px; border-radius: 8px; }
.cloud i:nth-child(2) { left: 30px; width: 70px; height: 70px; border-radius: 50% 50% 0 0; }
.cloud i:nth-child(3) { right: 22px; width: 63px; height: 56px; border-radius: 50% 50% 0 0; }
.cloud-one { top: 85px; left: 8%; transform: scale(.9); }
.cloud-two { top: 90px; right: 22%; transform: scale(.68); }

.hero-center {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: min(660px, 62vw);
  transform: translate(-50%, -47%);
  text-align: center;
}
.micro-label, .eyebrow { font-family: var(--mono); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--lavender); }
.micro-label { margin-bottom: 10px; opacity: .8; }
.identity-lockup { position: relative; min-height: 410px; display: flex; align-items: center; justify-content: center; }
.brand-orbit { position: relative; width: 370px; height: 370px; display: grid; place-items: center; }
.hero-mark { width: 340px; height: 340px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; filter: saturate(1.1) drop-shadow(0 25px 60px rgba(126,55,240,.35)); }
.orbit { position: absolute; inset: 18px; border: 1px solid rgba(183,116,255,.23); border-radius: 50%; }
.orbit-one { animation: spin 18s linear infinite; }
.orbit-one::before, .orbit-two::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 18px var(--purple); }
.orbit-one::before { top: 18%; right: 5%; }
.orbit-two { inset: 45px; border-style: dashed; animation: spin 24s linear infinite reverse; }
.orbit-two::after { bottom: 5%; left: 24%; }
@keyframes spin { to { transform: rotate(360deg); } }
.vertical-hey { position: absolute; left: 44px; top: 75px; z-index: 3; font-size: 46px; line-height: .92; font-weight: 700; text-align: center; letter-spacing: .1em; }
.hero-copy { position: absolute; z-index: 3; left: 51%; top: 54%; transform: translate(-1%, -50%); text-align: left; white-space: nowrap; }
.hero-copy p { margin: 0 0 -8px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 62px); }
.hero-copy h1 { margin: 0; font-size: clamp(66px, 8vw, 118px); line-height: .8; letter-spacing: -.08em; color: transparent; background: linear-gradient(95deg, #8c3cf4, #d174ff); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 8px 25px rgba(113, 52, 225, .28)); }
.hero-copy h1 span { color: var(--white); -webkit-text-fill-color: var(--white); }
.callout { position: absolute; z-index: 4; font: 500 11px var(--mono); letter-spacing: .02em; color: rgba(255,255,255,.82); }
.callout::after { content: ""; position: absolute; top: 7px; height: 1px; width: 70px; background: rgba(255,255,255,.7); }
.callout-left { left: 33px; top: 300px; }
.callout-left::after { left: calc(100% + 10px); transform: rotate(-25deg); transform-origin: left; }
.callout-right-top { right: -72px; top: 130px; }
.callout-right-top::after { right: calc(100% + 10px); transform: rotate(12deg); transform-origin: right; }
.callout-right-bottom { right: -80px; bottom: 73px; }
.callout-right-bottom::after { right: calc(100% + 10px); transform: rotate(-18deg); transform-origin: right; }
.hero-intro { width: min(470px, 85%); margin: -16px auto 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-width: 196px; padding: 15px 20px; border: 1px solid rgba(204,152,255,.55); border-radius: 100px; background: linear-gradient(100deg, rgba(102,48,222,.65), rgba(158,77,255,.55)); box-shadow: inset 0 1px rgba(255,255,255,.15), 0 16px 50px rgba(90,35,180,.2); font: 500 12px var(--mono); text-transform: uppercase; letter-spacing: .08em; transition: transform .25s, box-shadow .25s; }
.primary-button:hover { transform: translateY(-3px); box-shadow: inset 0 1px rgba(255,255,255,.2), 0 18px 55px rgba(126,55,240,.4); }

.project-float { position: absolute; z-index: 5; width: clamp(150px, 15vw, 230px); overflow: hidden; border: 1px solid rgba(213,172,255,.2); box-shadow: 0 20px 60px rgba(0,0,0,.4), 0 0 45px rgba(96,37,186,.14); transition: transform .35s, filter .35s; }
.project-float::after { content: "VIEW"; position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; background: rgba(10,5,16,.65); backdrop-filter: blur(3px); font: 500 10px var(--mono); letter-spacing: .2em; transition: opacity .3s; }
.project-float:hover::after { opacity: 1; }
.project-float:hover { z-index: 15; filter: brightness(1.12); }
.project-float img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.float-one { left: 13%; top: 17%; transform: rotate(-2deg); }
.float-two { left: -2.5%; top: 51%; transform: rotate(2deg); }
.float-three { right: 13%; top: 16%; transform: rotate(2deg); }
.float-four { right: -2%; top: 48%; transform: rotate(-1.5deg); }
.float-five { right: 17%; bottom: 8%; transform: rotate(1deg); }
.float-one:hover, .float-three:hover, .float-five:hover { transform: rotate(0) scale(1.06); }
.float-two:hover, .float-four:hover { transform: rotate(0) scale(1.06); }
.scroll-cue { position: absolute; z-index: 10; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.scroll-cue i { width: 34px; height: 1px; background: var(--purple-bright); animation: scrollline 1.7s ease-in-out infinite; transform-origin: left; }
@keyframes scrollline { 0%,100% { transform: scaleX(.4); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0c0812; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 18px 0; animation: marquee 24s linear infinite; }
.marquee-track span { font-size: 13px; font-weight: 600; letter-spacing: .14em; white-space: nowrap; }
.marquee-track b { color: var(--purple-bright); font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 150px clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; max-width: 1240px; margin: 0 auto 70px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(48px, 6.5vw, 94px); line-height: .92; letter-spacing: -.065em; }
.section-heading h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--purple-bright); }
.section-heading > p { justify-self: end; max-width: 390px; margin: 0 0 7px; color: var(--muted); line-height: 1.65; font-size: 15px; }

.works { background: linear-gradient(180deg, var(--ink) 0%, #0b0711 100%); }
.work-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }
.work-card { min-width: 0; }
.work-image { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--panel); border: 1px solid var(--line); }
.work-large .work-image, .work-wide .work-image { aspect-ratio: 16/9; }
.work-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(180,105,255,.1), transparent 50%); pointer-events: none; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s; }
.work-card:hover .work-image img { transform: scale(1.045); filter: saturate(1.12); }
.work-meta { display: flex; justify-content: space-between; gap: 20px; padding: 16px 2px 0; font: 400 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.work-meta span:last-child { color: var(--muted); }
.work-large { transform: translateY(50px); }
.work-wide { transform: translateY(-30px); }

.process { overflow: hidden; background: #0b0711; }
.process::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; right: -260px; top: 10%; filter: blur(100px); opacity: .18; background: var(--purple); }
.process-grid { position: relative; max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.process-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); transition: background .3s, transform .3s; }
.process-card:last-child { border-right: 0; }
.process-card:hover { background: rgba(154,77,255,.07); transform: translateY(-7px); }
.step-number { font: 400 10px var(--mono); color: var(--muted); }
.step-icon { width: 78px; height: 78px; margin: 75px 0 38px; display: grid; place-items: center; border: 1px solid rgba(194,140,255,.3); border-radius: 50%; color: var(--purple-bright); font-size: 27px; box-shadow: inset 0 0 30px rgba(139,60,255,.08); }
.process-card h3 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.03em; }
.process-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.pricing { background: linear-gradient(180deg, #0b0711, var(--ink)); }
.pricing-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; min-height: 480px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.price-card.featured { border-color: rgba(190,113,255,.55); transform: translateY(-18px); background: linear-gradient(155deg, rgba(151,66,255,.15), rgba(255,255,255,.02)); box-shadow: 0 30px 90px rgba(90,35,180,.16); }
.popular { position: absolute; right: 22px; top: -12px; padding: 7px 11px; border-radius: 20px; background: var(--purple); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.price-top { display: flex; justify-content: space-between; font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; color: var(--lavender); }
.price-card h3 { margin: 64px 0 34px; font-size: 66px; letter-spacing: -.06em; }
.price-card h3 span { color: var(--purple-bright); }
.price-card ul { list-style: none; margin: 0; padding: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.price-card li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.07); }
.price-card li::before { content: "✦"; margin-right: 10px; color: var(--purple-bright); font-size: 9px; }
.price-card > a { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.price-card > a span { color: var(--purple-bright); }
.pricing-grid.two-packages { max-width: 940px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.ratings {
  overflow: hidden;
  background: linear-gradient(180deg, var(--ink), #0c0712);
  border-top: 1px solid rgba(211,164,255,.1);
}
.ratings::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 420px;
  right: -170px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(137,52,230,.16);
  filter: blur(100px);
  animation: ratingGlow 6s ease-in-out infinite alternate;
}
@keyframes ratingGlow { to { transform: translate(-110px,-50px) scale(1.12); opacity: .5; } }
.rating-shell {
  position: relative;
  max-width: 1100px;
  min-height: 330px;
  margin: auto;
  padding: clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(38px, 8vw, 110px);
  border: 1px solid rgba(211,164,255,.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(151,65,238,.08), rgba(255,255,255,.016));
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 35px 100px rgba(0,0,0,.22);
}
.rating-shell::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 76% 50%, rgba(157,69,245,.13), transparent 36%); pointer-events: none; }
.rating-copy, .rating-widget { position: relative; z-index: 1; }
.rating-copy > span { color: var(--lavender); font: 500 9px var(--mono); letter-spacing: .13em; }
.rating-copy h3 { margin: 20px 0 14px; font-size: clamp(34px, 4vw, 54px); line-height: .95; letter-spacing: -.055em; }
.rating-copy p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.rating-widget { padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(6,4,10,.38); text-align: center; }
.rating-stars { display: flex; align-items: center; justify-content: center; gap: clamp(6px, 1vw, 12px); }
.rating-stars button {
  width: 52px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #493953;
  cursor: pointer;
  font-size: 44px;
  line-height: 1;
  transform-origin: center bottom;
  transition: color .22s, transform .22s, filter .22s;
}
.rating-stars button:hover, .rating-stars button.preview { color: #d9a94d; transform: translateY(-5px) rotate(-4deg) scale(1.08); }
.rating-stars button.active { color: #ffe07a; filter: drop-shadow(0 0 12px rgba(255,214,102,.45)); }
.rating-stars button:focus-visible { outline: 1px solid #ffe07a; outline-offset: 2px; border-radius: 6px; }
.rating-stars button:active { transform: translateY(1px) scale(.88); }
.rating-message { min-height: 22px; margin: 18px 0 4px; color: var(--white); font: 500 11px var(--mono); letter-spacing: .04em; }
.rating-widget small { color: #776c80; font: 400 8px var(--mono); text-transform: uppercase; letter-spacing: .1em; }

.contact { min-height: 820px; display: grid; place-items: center; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(136,53,237,.19), transparent 37%); }
.contact-glow { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(183,113,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(151,71,255,.025), 0 0 0 140px rgba(151,71,255,.016); animation: pulse 5s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(1.06); opacity: .7; } }
.contact-wordmark { position: absolute; width: 920px; max-width: 74vw; opacity: .07; mix-blend-mode: screen; }
.contact-content { position: relative; z-index: 2; max-width: 800px; }
.contact-content h2 { margin: 22px 0; font-size: clamp(64px, 8.5vw, 122px); line-height: .84; letter-spacing: -.075em; }
.contact-content p { max-width: 500px; margin: 0 auto 30px; color: var(--muted); line-height: 1.7; }

footer { min-height: 120px; padding: 32px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); background: #060409; color: var(--muted); font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.footer-brand { width: 120px; height: 46px; overflow: hidden; }
.footer-brand img { width: 120px; height: 46px; object-fit: contain; }
footer p { margin: 0; }
footer p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.work-large.reveal { transform: translateY(80px); }
.work-large.reveal.visible { transform: translateY(50px); }
.work-wide.reveal { transform: translateY(0); }
.work-wide.reveal.visible { transform: translateY(-30px); }

@media (max-width: 1050px) {
  .hero { min-height: 820px; }
  .hero-center { width: 70vw; }
  .brand-orbit { width: 320px; height: 320px; }
  .hero-mark { width: 290px; height: 290px; }
  .vertical-hey { left: 8%; }
  .callout-right-top, .callout-right-bottom { right: -4%; }
  .float-one, .float-three { top: 15%; }
  .float-two { left: -7%; }
  .float-four { right: -7%; }
  .section { padding-block: 120px; }
  .process-card { padding: 28px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 15px 18px; grid-template-columns: 1fr 1fr; }
  .brand-link, .brand-link img { width: 40px; height: 40px; }
  .desktop-nav, .social-link { display: none; }
  .menu-button { display: block; background: rgba(126, 55, 240, .24); border-color: rgba(201, 148, 255, .45); }
  .mobile-menu { position: fixed; z-index: 80; inset: 0; padding: 120px 28px 40px; display: flex; flex-direction: column; gap: 18px; visibility: hidden; opacity: 0; background: rgba(7,5,11,.97); transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 32px; font-weight: 600; letter-spacing: -.04em; }
  .hero { min-height: 780px; }
  .hero-center { width: 100%; padding-inline: 18px; transform: translate(-50%, -49%); }
  .micro-label { margin-bottom: 0; }
  .identity-lockup { min-height: 340px; }
  .brand-orbit { width: 300px; height: 300px; }
  .hero-mark { width: 275px; height: 275px; }
  .vertical-hey { left: 8%; top: 82px; font-size: 34px; }
  .hero-copy { left: 50%; top: 56%; width: max-content; transform: translate(-31%, -50%); }
  .hero-copy p { font-size: 35px; }
  .hero-copy h1 { font-size: clamp(58px, 16vw, 72px); }
  .callout { display: none; }
  .hero-intro { width: calc(100vw - 46px); max-width: 344px; margin-top: -5px; font-size: 12.5px; }
  .project-float { width: 130px; opacity: .68; }
  .float-one { left: -30px; top: 17%; }
  .float-three { right: -36px; top: 18%; }
  .float-two { left: -62px; top: 64%; }
  .float-four { right: -62px; top: 66%; }
  .float-five { display: none; }
  .cloud { transform: scale(.5); }
  .cloud-one { left: -20px; }
  .cloud-two { right: -20px; }
  .scroll-cue { bottom: 14px; }
  .section { padding: 92px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 44px; }
  .section-heading h2 { font-size: 50px; }
  .section-heading > p { justify-self: start; }
  .work-grid { grid-template-columns: 1fr; gap: 38px; }
  .work-image, .work-large .work-image, .work-wide .work-image { aspect-ratio: 16/10; }
  .work-large, .work-wide, .work-large.reveal, .work-wide.reveal, .work-large.reveal.visible, .work-wide.reveal.visible { transform: none; }
  .process-grid, .pricing-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:last-child { border-bottom: 0; }
  .step-icon { margin: 60px 0 30px; }
  .price-card, .price-card.featured { min-height: 450px; transform: none; }
  .pricing-grid.two-packages { grid-template-columns: 1fr; }
  .rating-shell { min-height: 0; padding: 25px; grid-template-columns: 1fr; gap: 28px; border-radius: 17px; }
  .rating-widget { padding: 24px 14px; }
  .rating-stars button { width: 46px; height: 52px; font-size: 39px; }
  .contact { min-height: 700px; }
  .contact-glow { width: 330px; height: 330px; }
  .contact-content h2 { font-size: 62px; }
  .contact-content p { font-size: 14px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; padding-block: 40px; }
  footer p:last-child { justify-self: center; }
}

/* Distinct Blessed hero and moving work feeds */
.signal-hero {
  min-height: 860px;
  background:
    radial-gradient(circle at 72% 45%, rgba(128, 52, 230, .18), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(82, 28, 157, .13), transparent 25%),
    #07050b;
}
.signal-hero::before {
  background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 70% 48%, black 5%, transparent 68%);
}
.signal-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(115deg, transparent 0 49.9%, rgba(199, 146, 255, .08) 50%, transparent 50.1%);
}
.signal-beam {
  position: absolute;
  z-index: -1;
  width: 680px;
  height: 160px;
  border-radius: 50%;
  filter: blur(70px);
  background: rgba(129, 48, 240, .22);
  animation: signalGlow 7s ease-in-out infinite alternate;
}
.signal-beam-one { right: -170px; top: 12%; transform: rotate(-22deg); }
.signal-beam-two { left: 2%; bottom: -80px; opacity: .36; animation-delay: -3.5s; }
@keyframes signalGlow {
  0% { opacity: .16; transform: translate3d(-18px, 10px, 0) rotate(-22deg) scale(.9); }
  100% { opacity: .34; transform: translate3d(24px, -16px, 0) rotate(-16deg) scale(1.12); }
}
.signal-layout {
  position: relative;
  width: min(100%, 1440px);
  height: 100%;
  min-height: 860px;
  margin: auto;
  padding: 130px clamp(28px, 5vw, 78px) 72px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(36px, 5vw, 90px);
}
.hero-message { position: relative; z-index: 12; max-width: 680px; }
.hero-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--lavender);
  font: 500 10px var(--mono);
  text-transform: uppercase;
  letter-spacing: .13em;
}
.hero-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b95cff;
  box-shadow: 0 0 0 5px rgba(185, 92, 255, .1), 0 0 18px #9e4dff;
  animation: statusPulse 1.8s ease-in-out infinite;
}
@keyframes statusPulse { 50% { opacity: .45; transform: scale(.72); } }
.hero-message h1 {
  margin: 0;
  font-size: clamp(76px, 7.5vw, 124px);
  line-height: .83;
  letter-spacing: -.078em;
}
.hero-line { display: block; opacity: 0; transform: translateY(80px) skewY(5deg); animation: heroTextIn .95s cubic-bezier(.16,.8,.24,1) forwards; }
.hero-line-two { padding-bottom: .08em; animation-delay: .12s; }
.hero-line em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -.065em;
  color: transparent;
  background: linear-gradient(100deg, #8f3eff, #dc8aff 55%, #9e4dff);
  background-size: 180% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: textShimmer 5s ease-in-out infinite alternate;
}
@keyframes heroTextIn { to { opacity: 1; transform: translateY(0) skewY(0); } }
@keyframes textShimmer { to { background-position: 100% center; filter: drop-shadow(0 0 24px rgba(168,84,255,.26)); } }
.hero-description {
  max-width: 550px;
  margin: 34px 0 28px;
  color: #aaa0b5;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.7;
}
.text-reveal { opacity: 0; transform: translateY(18px); animation: smallTextIn .7s .48s ease forwards; }
.hero-actions.text-reveal { animation-delay: .62s; }
.hero-proof.text-reveal { animation-delay: .76s; }
@keyframes smallTextIn { to { opacity: 1; transform: translateY(0); } }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-action { min-width: 205px; justify-content: space-between; }
.text-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 2px;
  font: 500 11px var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.text-button::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: currentColor; transform-origin: right; transition: transform .28s; }
.text-button:hover::after { transform: scaleX(.35); }
.text-button:active { transform: translateY(2px); }
.primary-button:active, .carousel-button:active { transform: translateY(2px) scale(.96); }
.hero-proof {
  display: flex;
  gap: clamp(16px, 2.3vw, 34px);
  margin-top: 58px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #8e849b;
  font: 400 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-proof span { display: flex; gap: 7px; }
.hero-proof b { color: var(--purple-bright); font-weight: 500; }

.signal-visual { position: relative; z-index: 8; width: 100%; height: 650px; perspective: 1400px; }
.signal-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(187,117,255,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: haloPulse 6s ease-in-out infinite;
}
.halo-one { width: 550px; height: 550px; }
.halo-two { width: 430px; height: 430px; animation-delay: -3s; }
@keyframes haloPulse { 50% { opacity: .35; transform: translate(-50%,-50%) scale(1.08); } }
.signal-window {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(430px, 67%);
  height: 520px;
  overflow: hidden;
  border: 1px solid rgba(206,160,255,.32);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(29,18,44,.92), rgba(10,7,15,.96));
  box-shadow: 0 50px 100px rgba(0,0,0,.55), 0 0 90px rgba(110,38,218,.19), inset 0 1px rgba(255,255,255,.08);
  transform: translate(-50%, -50%) rotateY(-7deg) rotateX(2deg);
  animation: windowHover 6s ease-in-out infinite;
}
@keyframes windowHover { 50% { transform: translate(-50%,-53%) rotateY(-4deg) rotateX(1deg); } }
.signal-window-bar {
  height: 47px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.025);
  color: #b9afc3;
  font: 500 9px var(--mono);
  letter-spacing: .12em;
}
.signal-window-bar div { display: flex; gap: 6px; }
.signal-window-bar i { width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.signal-window-body { position: relative; height: calc(100% - 47px); overflow: hidden; }
.signal-window-body::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(151,63,255,.28), transparent 43%); animation: bodyGlow 4s ease-in-out infinite alternate; }
@keyframes bodyGlow { to { opacity: .55; transform: scale(1.16); } }
.signal-index { position: absolute; top: 17px; left: 18px; color: #8c8098; font: 400 8px var(--mono); letter-spacing: .11em; }
.signal-mark { position: absolute; left: 50%; top: 47%; width: 300px; height: 300px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; transform: translate(-50%, -50%); filter: saturate(1.18) drop-shadow(0 20px 50px rgba(137,53,238,.33)); }
.signal-wordmark { position: absolute; z-index: 2; left: 50%; top: 54%; width: 76%; height: 120px; object-fit: contain; transform: translate(-50%, -50%); filter: drop-shadow(0 12px 22px rgba(0,0,0,.8)); }
.signal-readout { position: absolute; left: 20px; right: 20px; bottom: 54px; display: flex; justify-content: space-between; color: #a79bad; font: 400 8px var(--mono); letter-spacing: .11em; }
.signal-readout b { color: #d293ff; font-weight: 500; }
.signal-wave { position: absolute; left: 20px; right: 20px; bottom: 22px; height: 20px; display: flex; align-items: end; gap: 5px; }
.signal-wave i { flex: 1; height: 25%; background: linear-gradient(#cb76ff,#6d2fd8); animation: wave 1.1s ease-in-out infinite alternate; }
.signal-wave i:nth-child(2n) { animation-delay: -.4s; }
.signal-wave i:nth-child(3n) { animation-delay: -.7s; }
@keyframes wave { to { height: 100%; opacity: .52; } }
.signal-float {
  position: absolute;
  z-index: 8;
  width: 220px;
  padding: 8px;
  border: 1px solid rgba(212,170,255,.28);
  border-radius: 12px;
  background: rgba(11,7,17,.86);
  box-shadow: 0 24px 55px rgba(0,0,0,.46), 0 0 30px rgba(119,45,220,.12);
  backdrop-filter: blur(10px);
  transition: filter .3s, box-shadow .3s;
}
.signal-float span { display: block; padding: 2px 3px 8px; color: #bcb0c7; font: 400 8px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.signal-float img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px; }
.signal-float::after { content: "OPEN"; position: absolute; inset: 30px 8px 8px; display: grid; place-items: center; opacity: 0; border-radius: 6px; background: rgba(11,5,19,.68); font: 500 9px var(--mono); letter-spacing: .15em; transition: opacity .25s; }
.signal-float:hover { z-index: 14; filter: brightness(1.14); box-shadow: 0 28px 65px rgba(0,0,0,.55), 0 0 44px rgba(150,68,255,.22); }
.signal-float:hover::after { opacity: 1; }
.signal-float-a { right: -1%; top: 9%; animation: floatA 6s ease-in-out infinite; }
.signal-float-b { left: -8%; bottom: 12%; animation: floatB 7.2s ease-in-out infinite; }
.signal-float-c { right: 1%; bottom: 4%; width: 185px; animation: floatC 6.6s ease-in-out infinite; }
@keyframes floatA { 50% { transform: translate3d(0,-18px,0) rotate(2deg); } }
@keyframes floatB { 50% { transform: translate3d(8px,15px,0) rotate(-2deg); } }
@keyframes floatC { 50% { transform: translate3d(-7px,-13px,0) rotate(1.5deg); } }
.signal-coordinate { position: absolute; color: #736a7d; font: 400 8px var(--mono); letter-spacing: .13em; }
.coordinate-top { top: 6%; left: 9%; }
.coordinate-bottom { bottom: 2%; left: 36%; color: #b477e5; }
.hero-side-note { position: absolute; left: 30px; bottom: 36px; writing-mode: vertical-rl; transform: rotate(180deg); color: #736a7d; font: 400 8px var(--mono); letter-spacing: .18em; }

.favourite-strip {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-block: 1px solid rgba(211,164,255,.2);
  background: #0d0813;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent);
}
.favourite-strip::before, .favourite-strip::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 13vw; pointer-events: none; }
.favourite-strip::before { left: 0; background: linear-gradient(90deg, #07050b, transparent); }
.favourite-strip::after { right: 0; background: linear-gradient(-90deg, #07050b, transparent); }
.favourite-track {
  width: max-content;
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 36px;
  will-change: transform;
  animation: favouriteMove 30s linear infinite;
}
.favourite-track span { white-space: nowrap; font-size: clamp(28px, 3vw, 48px); font-weight: 600; letter-spacing: -.045em; text-transform: uppercase; }
.favourite-track b { color: var(--purple-bright); font-size: 16px; font-weight: 400; text-shadow: 0 0 18px #9e4dff; }
@keyframes favouriteMove { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.latest { overflow: hidden; background: linear-gradient(180deg, #09060e, #0d0814); }
.latest::before { content: ""; position: absolute; width: 600px; height: 500px; left: 25%; top: 5%; border-radius: 50%; background: rgba(109,41,202,.1); filter: blur(100px); animation: latestGlow 7s ease-in-out infinite alternate; }
@keyframes latestGlow { to { transform: translateX(180px) scale(1.15); opacity: .5; } }
.latest-heading { position: relative; max-width: 1240px; margin: 0 auto 52px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.latest-heading h2 { margin: 13px 0 0; font-size: clamp(58px, 7vw, 102px); line-height: .9; letter-spacing: -.07em; }
.latest-heading h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--purple-bright); }
.carousel-controls { display: flex; gap: 10px; }
.carousel-button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(205,158,255,.3);
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  color: white;
  cursor: pointer;
  font-size: 18px;
  transition: background .25s, border-color .25s, transform .18s, box-shadow .25s;
}
.carousel-button:hover { background: rgba(148,65,245,.2); border-color: rgba(205,158,255,.72); box-shadow: 0 0 24px rgba(139,55,237,.2); transform: translateY(-2px); }
.carousel-button:disabled { opacity: .28; cursor: default; transform: none; box-shadow: none; }
.latest-viewport { position: relative; max-width: 1240px; margin: auto; overflow: hidden; touch-action: pan-y; outline: none; }
.latest-viewport:focus-visible { box-shadow: 0 0 0 2px var(--purple-bright); }
.latest-track { display: flex; gap: 18px; transition: transform .7s cubic-bezier(.2,.75,.2,1); will-change: transform; }
.latest-card { position: relative; flex: 0 0 calc((100% - 36px)/3); min-width: 0; overflow: hidden; border: 1px solid rgba(210,166,255,.2); border-radius: 16px; background: #120c1a; cursor: pointer; }
.latest-card-image { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.latest-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,3,9,.85)); }
.latest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s; }
.latest-card:hover img { transform: scale(1.06); filter: saturate(1.15); }
.latest-card-index { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(8,5,12,.58); backdrop-filter: blur(8px); font: 400 8px var(--mono); letter-spacing: .1em; }
.latest-card-copy { padding: 20px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.latest-card-copy h3 { margin: 0 0 5px; font-size: 21px; letter-spacing: -.035em; }
.latest-card-copy p { margin: 0; color: var(--muted); font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.latest-card-copy > span { color: var(--purple-bright); font-size: 20px; transition: transform .25s; }
.latest-card:hover .latest-card-copy > span { transform: translate(3px,-3px); }
.carousel-footer { max-width: 1240px; margin: 28px auto 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; }
.carousel-dots { display: flex; gap: 7px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #413649; cursor: pointer; transition: width .25s, background .25s, border-radius .25s; }
.carousel-dot.active { width: 26px; border-radius: 10px; background: var(--purple-bright); box-shadow: 0 0 14px rgba(179,99,255,.55); }
.carousel-progress { height: 1px; overflow: hidden; background: rgba(255,255,255,.1); }
.carousel-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #7430e4, #d484ff); transition: width .65s ease; box-shadow: 0 0 12px #9e4dff; }

.archive-marquee {
  position: relative;
  width: calc(100% + 14vw);
  margin-left: -7vw;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
}
.archive-marquee::before, .archive-marquee::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 9vw;
  pointer-events: none;
}
.archive-marquee::before { left: 0; background: linear-gradient(90deg, #0b0711, transparent); }
.archive-marquee::after { right: 0; background: linear-gradient(-90deg, #0b0711, transparent); }
.archive-track {
  width: max-content;
  display: flex;
  gap: 22px;
  padding: 12px 0 30px;
  will-change: transform;
  animation: archiveMoveRight 70s linear infinite;
}
.archive-marquee:hover .archive-track, .archive-marquee:focus-within .archive-track { animation-play-state: paused; }
.archive-group { display: flex; gap: 22px; }
.archive-slide {
  --slide-accent: #bd71ff;
  flex: 0 0 390px;
  width: 390px;
  overflow: hidden;
  border: 1px solid rgba(210,166,255,.2);
  border-radius: 17px;
  background: linear-gradient(155deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.archive-slide:hover {
  border-color: rgba(205,146,255,.62);
  box-shadow: 0 24px 70px rgba(73,24,135,.34), 0 0 34px rgba(154,72,255,.13);
  transform: translateY(-7px);
}
.archive-image { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #120c1a; }
.archive-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(177,92,255,.08), transparent 48%); }
.archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s; }
.archive-slide:hover .archive-image img { transform: scale(1.055); filter: saturate(1.14) brightness(1.04); }
.archive-copy { min-height: 176px; padding: 22px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.archive-copy span { color: #a597b1; font: 400 8px var(--mono); text-transform: uppercase; letter-spacing: .11em; }
.archive-copy h3 { margin: 10px 0 9px; font-size: 24px; letter-spacing: -.04em; transition: color .25s; }
.archive-copy p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.archive-copy b { color: var(--purple-bright); font-size: 20px; font-weight: 400; transition: transform .3s, color .3s; }
.archive-slide:hover .archive-copy h3 { color: #d59cff; }
.archive-slide:hover .archive-copy b { color: white; transform: translate(4px,-4px) rotate(8deg); }
@keyframes archiveMoveRight {
  from { transform: translateX(calc(-50% - 11px)); }
  to { transform: translateX(0); }
}

.star-cursor { display: none; }
@media (pointer: fine) {
  body.star-cursor-enabled, body.star-cursor-enabled a, body.star-cursor-enabled button, body.star-cursor-enabled .latest-card, body.star-cursor-enabled .archive-slide { cursor: none !important; }
  .star-cursor {
    --cursor-accent: #f8f4ff;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity .2s;
  }
  .star-cursor.visible { opacity: 1; }
  .star-cursor-ring {
    position: absolute;
    inset: 5px;
    border: 1px solid color-mix(in srgb, var(--cursor-accent) 48%, transparent);
    border-radius: 50%;
    opacity: .46;
    transform: scale(.48);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .25s, border-color .25s;
  }
  .star-cursor-shape {
    width: 17px;
    height: 17px;
    background: var(--cursor-accent);
    clip-path: polygon(50% 0, 59% 39%, 100% 50%, 59% 61%, 50% 100%, 41% 61%, 0 50%, 41% 39%);
    filter: drop-shadow(0 0 8px var(--cursor-accent));
    transform: rotate(0) scale(.72);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), background .2s, filter .2s;
  }
  .star-cursor.is-hovering .star-cursor-ring { opacity: .9; transform: scale(1); }
  .star-cursor.is-hovering .star-cursor-shape { transform: rotate(45deg) scale(1.15); }
  .star-cursor.is-pressed .star-cursor-ring { transform: scale(.65); }
  .star-cursor.is-pressed .star-cursor-shape { transform: rotate(90deg) scale(.62); }
}

@media (max-width: 1100px) {
  .signal-layout { grid-template-columns: 1fr 1fr; gap: 22px; }
  .hero-message h1 { font-size: clamp(70px, 8vw, 92px); }
  .signal-visual { height: 580px; }
  .signal-window { width: 360px; height: 480px; }
  .signal-float { width: 175px; }
  .signal-float-b { left: -4%; }
  .latest-card { flex-basis: calc((100% - 18px)/2); }
  .archive-slide { flex-basis: 350px; width: 350px; }
}

@media (max-width: 760px) {
  .signal-hero { height: auto; min-height: 1050px; }
  .signal-layout { height: auto; min-height: 1050px; padding: 105px 20px 54px; grid-template-columns: 1fr; align-content: start; gap: 24px; }
  .hero-message { max-width: 100%; }
  .hero-status { margin-bottom: 20px; font-size: 8px; }
  .hero-message h1 { font-size: clamp(56px, 17vw, 76px); line-height: .87; }
  .hero-description { margin: 25px 0 22px; font-size: 13px; }
  .hero-actions { gap: 14px; flex-wrap: wrap; }
  .hero-action { min-width: 188px; }
  .text-button { font-size: 10px; }
  .hero-proof { margin-top: 34px; gap: 12px; flex-wrap: wrap; line-height: 1.5; }
  .signal-visual { width: calc(100% + 20px); height: 475px; margin-left: -10px; }
  .signal-window { width: 280px; height: 390px; border-radius: 17px; }
  .signal-window-bar { height: 40px; }
  .signal-window-body { height: calc(100% - 40px); }
  .signal-mark { width: 230px; height: 230px; }
  .signal-wordmark { width: 80%; height: 90px; }
  .signal-float { width: 142px; padding: 5px; border-radius: 9px; }
  .signal-float span { padding-bottom: 5px; font-size: 6px; }
  .signal-float-a { right: -7%; top: 3%; }
  .signal-float-b { left: -5%; bottom: 5%; }
  .signal-float-c { right: -5%; bottom: 1%; width: 126px; }
  .signal-coordinate, .hero-side-note { display: none; }
  .halo-one { width: 380px; height: 380px; }
  .halo-two { width: 300px; height: 300px; }
  .favourite-track { gap: 22px; padding: 19px 0; animation-duration: 40s; }
  .favourite-track span { font-size: 27px; }
  .favourite-track b { font-size: 11px; }
  .latest { padding-inline: 20px; }
  .latest-heading { align-items: center; margin-bottom: 34px; }
  .latest-heading h2 { font-size: 55px; }
  .carousel-button { width: 43px; height: 43px; }
  .latest-card { flex-basis: 100%; }
  .latest-card-copy h3 { font-size: 19px; }
  .carousel-footer { margin-top: 20px; }
  .archive-marquee { width: calc(100% + 40px); margin-left: -20px; }
  .archive-track, .archive-group { gap: 14px; }
  .archive-track { animation-duration: 34s; }
  .archive-slide { flex-basis: 300px; width: 300px; border-radius: 14px; }
  .archive-copy { min-height: 184px; padding: 18px; }
  .archive-copy h3 { font-size: 21px; }
  .archive-copy p { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none !important; }
  .cursor-glow { display: none; }
}
