:root {
  --cream: #f7f3ea;
  --ink: #17131c;
  --magenta: #ff347f;
  --aqua: #27d7bf;
  --violet: #6c49ff;
  --yellow: #ffd348;
  --muted: #6f6874;
  --line: rgba(23,19,28,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.header { position: absolute; z-index: 20; inset: 0 0 auto; height: 94px; padding: 0 clamp(22px, 4.7vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-symbol { width: 48px; height: 44px; display: flex; align-items: center; justify-content: center; gap: 3px; background: var(--ink); overflow: hidden; }.brand-symbol i { display: block; width: 7px; height: 23px; border-radius: 9px; transform: rotate(28deg); }.brand-symbol i:nth-child(1) { background: var(--magenta); }.brand-symbol i:nth-child(2) { background: var(--aqua); }.brand-symbol i:nth-child(3) { background: var(--yellow); }
.brand-copy { font-size: 9px; font-weight: 800; line-height: 1.15; letter-spacing: .14em; }.brand-copy b { color: var(--violet); }
nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: 11px; }
.header-contact { justify-self: end; padding: 13px 17px; background: var(--ink); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.header-contact span { margin-left: 18px; color: var(--aqua); }

.hero { position: relative; min-height: 820px; height: 100svh; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; }
.hero-copy { padding: 132px clamp(28px, 5.7vw, 92px) 70px; display: flex; flex-direction: column; justify-content: center; }
.hero-meta { display: flex; justify-content: space-between; margin-bottom: 48px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.eyebrow { margin-bottom: 34px; color: var(--violet); font-size: 9px; font-weight: 800; letter-spacing: .15em; }.eyebrow i { display: inline-block; width: 22px; height: 7px; margin-right: 10px; border-radius: 8px; background: linear-gradient(90deg, var(--magenta), var(--violet)); }
.hero h1 { margin: 0; font-size: clamp(75px, 8vw, 130px); line-height: .78; letter-spacing: -.075em; font-weight: 780; }.hero h1 em, .about h2 em, .process h2 em, .contact h2 em { color: var(--magenta); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.hero-intro { margin-top: 66px; display: flex; align-items: end; gap: 45px; }.hero-intro p { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }.hero-intro a { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; white-space: nowrap; }.hero-intro a span { margin-left: 15px; color: var(--magenta); }

.motion-stage { position: relative; overflow: hidden; background: var(--violet); }
.stage-grid { position: absolute; inset: 0; opacity: .21; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 48px 48px; }
.motion-stage::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -150px; border-radius: 50%; border: 110px solid rgba(255,255,255,.1); }
.track { position: absolute; border: 2px solid var(--cream); border-radius: 50%; opacity: .9; }.track i { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 8px rgba(255,211,72,.18); }
.track-one { width: 78%; height: 37%; left: -12%; top: 26%; transform: rotate(-22deg); }.track-one i { right: 12%; top: -10px; animation: float-a 4s ease-in-out infinite; }
.track-two { width: 66%; height: 66%; right: -10%; top: 15%; border-color: var(--aqua); transform: rotate(18deg); }.track-two i { left: 18%; bottom: 5%; background: var(--magenta); box-shadow: 0 0 0 8px rgba(255,52,127,.18); animation: float-b 5s ease-in-out infinite; }
.track-three { width: 48%; height: 20%; left: 16%; bottom: 15%; border-color: var(--yellow); transform: rotate(9deg); }.track-three i { right: 22%; bottom: -10px; background: var(--cream); box-shadow: 0 0 0 8px rgba(247,243,234,.16); }
.motion-core { position: absolute; z-index: 4; left: 39%; top: 42%; width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; box-shadow: 14px 20px 0 rgba(23,19,28,.18); }.motion-core::after { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }.motion-core span { font-size: 58px; font-weight: 850; letter-spacing: -.08em; }.motion-core small { position: absolute; bottom: 25px; color: var(--aqua); font-size: 6px; letter-spacing: .14em; }
.counter { position: absolute; z-index: 5; min-width: 135px; padding: 15px; background: var(--cream); color: var(--ink); box-shadow: 10px 14px 0 rgba(23,19,28,.15); }.counter small { display: block; font-size: 7px; font-weight: 800; letter-spacing: .13em; }.counter strong { display: block; margin: 10px 0 4px; color: var(--magenta); font-size: 30px; }.counter > span { font-size: 7px; font-weight: 800; }.counter-a { left: 7%; top: 22%; transform: rotate(-4deg); }.counter-b { right: 6%; bottom: 17%; transform: rotate(5deg); }
.counter-b > div { height: 35px; margin: 10px 0 5px; display: flex; align-items: end; gap: 5px; }.counter-b div i { width: 8px; background: var(--violet); }.counter-b div i:nth-child(1) { height: 28%; }.counter-b div i:nth-child(2) { height: 56%; }.counter-b div i:nth-child(3) { height: 78%; background: var(--magenta); }.counter-b div i:nth-child(4) { height: 100%; background: var(--aqua); }
.stage-note { position: absolute; left: 7%; bottom: 7%; color: white; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.hero-foot { position: absolute; left: clamp(28px, 5.7vw, 92px); right: calc(50% + clamp(28px, 5.7vw, 92px)); bottom: 24px; display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 7px; letter-spacing: .13em; }.hero-foot i { flex: 1; height: 1px; background: var(--line); }

.ticker { padding: 17px 0; overflow: hidden; white-space: nowrap; background: var(--magenta); color: white; }.ticker div { width: max-content; font-size: 12px; font-weight: 850; letter-spacing: .14em; }.ticker span { margin: 0 18px; color: var(--yellow); }

.about, .process { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px); }
.section-label { display: grid; grid-template-columns: 34px auto 1fr; gap: 16px; align-items: center; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.section-label > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--magenta); }.section-label p { margin: 0; }.section-label > i { height: 1px; background: var(--line); }
.about-grid { margin-top: 72px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }.about h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); line-height: .97; letter-spacing: -.055em; }.about-copy { padding-left: 26px; border-left: 4px solid var(--aqua); }.about-copy p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.motion-line { margin-top: 90px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.motion-line i { flex: 1; height: 2px; background: linear-gradient(90deg, var(--magenta), var(--violet), var(--aqua)); }.motion-line b { width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); }

.services { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px); background: var(--ink); color: white; }.section-label.light { color: #aba5ae; }.section-label.light > span { border-color: rgba(255,255,255,.2); }.section-label.light > i { background: rgba(255,255,255,.16); }
.services-head { margin-top: 65px; display: flex; justify-content: space-between; align-items: end; gap: 60px; }.services-head h2 { margin: 0; font-size: clamp(49px, 5.8vw, 88px); line-height: .95; letter-spacing: -.055em; }.services-head > p { max-width: 430px; margin: 0; color: #aaa4ad; line-height: 1.7; }
.services-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.services-grid article { position: relative; min-height: 450px; padding: 26px; color: var(--ink); }.service-magenta { background: var(--magenta); }.service-aqua { background: var(--aqua); }.service-violet { background: var(--violet); color: white !important; }.service-top { display: flex; justify-content: space-between; font-size: 9px; }.service-top i { font-style: normal; }
.service-shape { position: relative; height: 130px; margin: 50px 0 32px; }.shape-wave b { position: absolute; width: 48px; height: 95px; border: 2px solid var(--ink); border-radius: 50%; }.shape-wave b:nth-child(1) { left: 0; }.shape-wave b:nth-child(2) { left: 34px; }.shape-wave b:nth-child(3) { left: 68px; background: var(--yellow); }
.shape-steps { display: flex; align-items: end; gap: 7px; }.shape-steps b { width: 30px; background: var(--ink); }.shape-steps b:nth-child(1) { height: 25%; }.shape-steps b:nth-child(2) { height: 50%; }.shape-steps b:nth-child(3) { height: 75%; }.shape-steps b:nth-child(4) { height: 100%; background: var(--cream); }
.shape-connect b { position: absolute; width: 21px; height: 21px; border-radius: 50%; background: var(--cream); }.shape-connect b:nth-child(1) { left: 0; top: 12px; }.shape-connect b:nth-child(2) { left: 84px; top: 55px; background: var(--yellow); }.shape-connect b:nth-child(3) { left: 25px; bottom: 0; background: var(--aqua); }.shape-connect i { position: absolute; height: 2px; background: var(--cream); transform-origin: left; }.shape-connect i:nth-of-type(1) { width: 92px; left: 14px; top: 24px; transform: rotate(27deg); }.shape-connect i:nth-of-type(2) { width: 70px; left: 34px; bottom: 12px; transform: rotate(-31deg); }
.services-grid h3 { margin: 0 0 13px; font-size: 25px; }.services-grid article > p { font-size: 14px; line-height: 1.65; opacity: .73; }.services-grid article > small { position: absolute; left: 26px; bottom: 26px; font-size: 7px; font-weight: 800; letter-spacing: .11em; }

.process-layout { margin-top: 72px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; }.process-title > p { color: var(--violet); font-size: 9px; font-weight: 800; letter-spacing: .14em; }.process-title h2 { margin: 28px 0 0; font-size: clamp(46px, 5.2vw, 79px); line-height: .95; letter-spacing: -.055em; }.process-title h2 em { color: var(--violet); }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.process li { display: grid; grid-template-columns: 46px 1fr 12px; gap: 22px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }.process li > span { color: var(--magenta); font-size: 9px; font-weight: 800; }.process h3 { margin: 0 0 8px; font-size: 22px; }.process li p { margin: 0; color: var(--muted); font-size: 14px; }.process li > i { width: 9px; height: 9px; border-radius: 50%; background: var(--aqua); }

.contact { position: relative; overflow: hidden; padding: 70px clamp(24px, 7vw, 112px) clamp(95px, 11vw, 170px); background: var(--aqua); color: var(--ink); }.contact-orbit { position: absolute; right: -100px; top: -180px; width: 620px; height: 620px; border: 2px solid rgba(23,19,28,.16); border-radius: 50%; }.contact-orbit i { position: absolute; border: 1px solid rgba(23,19,28,.16); border-radius: 50%; }.contact-orbit i:nth-child(1) { inset: 16%; }.contact-orbit i:nth-child(2) { inset: 32%; }.contact-orbit b { position: absolute; width: 28px; height: 28px; left: 18%; bottom: 20%; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 0 10px rgba(255,52,127,.16); }
.contact-label { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(23,19,28,.24); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.contact h2 { position: relative; z-index: 2; margin: 76px 0 0; font-size: clamp(60px, 8vw, 126px); line-height: .84; letter-spacing: -.07em; }.contact h2 em { color: var(--magenta); }.contact > p { position: relative; z-index: 2; max-width: 490px; margin: 46px 0 0; color: #3e5551; line-height: 1.7; }
.contact-links { position: relative; z-index: 2; margin-top: 82px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.contact-links a { position: relative; min-width: 0; padding: 24px 42px 24px 0; border-top: 1px solid rgba(23,19,28,.3); border-bottom: 1px solid rgba(23,19,28,.3); }.contact-links small { display: block; margin-bottom: 11px; color: #40635e; font-size: 8px; letter-spacing: .13em; }.contact-links strong { font-size: clamp(18px, 2.1vw, 30px); font-weight: 600; overflow-wrap: anywhere; }.contact-links a > span { position: absolute; right: 0; top: 43%; color: var(--magenta); font-size: 21px; }

footer { min-height: 180px; padding: 46px clamp(24px, 4.7vw, 76px); display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 28px; align-items: center; background: var(--cream); border-top: 1px solid var(--line); }.footer-brand .brand-copy b { color: var(--violet); }footer p, footer > a { margin: 0; color: var(--muted); font-size: 8px; }

@keyframes float-a { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-32px); } }
@keyframes float-b { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-28px); } }

@media (max-width: 960px) {
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }.hero-copy { min-height: 730px; }.motion-stage { min-height: 680px; }.hero-foot { display: none; }
  .about-grid, .process-layout { grid-template-columns: 1fr; gap: 58px; }.services-head { align-items: start; flex-direction: column; }.services-grid { grid-template-columns: 1fr; }.services-grid article { min-height: 370px; }.contact-links { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .header { height: 82px; grid-template-columns: 1fr auto; }.header nav { display: none; }.header-contact { padding: 12px; }.header-contact span { margin-left: 4px; }
  .hero-copy { min-height: 670px; padding-top: 120px; }.hero-meta span:last-child { display: none; }.hero h1 { font-size: clamp(65px, 20vw, 92px); }.hero-intro { align-items: start; flex-direction: column; }.motion-stage { min-height: 580px; }.motion-core { left: 33%; top: 40%; width: 125px; height: 125px; }.counter { transform: scale(.85); }.counter-a { left: 0; }.counter-b { right: -3%; }
  .about-grid, .services-head, .process-layout { margin-top: 50px; }.motion-line { gap: 7px; }.motion-line i { display: none; }
  .process li { grid-template-columns: 38px 1fr 9px; }.contact h2 { font-size: clamp(57px, 17vw, 84px); }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}
