.hero-next {
  position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 28px; color: #edecff;
  font: 500 12px 'Manrope', sans-serif; text-decoration: none;
  letter-spacing: 0.05em; padding: 12px 0;
}
.hero-next span { color: #ff8000; font-size: 24px; }
.services {
  position: relative; z-index: 2; background: #08080c; color: #edecff;
  min-height: 120svh; font-family: 'Manrope', sans-serif;
  border-top: 1px solid rgb(237 236 255 / 14%);
  isolation: isolate; overflow: clip; scroll-margin-top: 0;
}
.services:focus { outline: none; }
[data-surface='services'] .site-header {
  background: linear-gradient(#08080c 0%, rgb(8 8 12 / 96%) 74%, rgb(8 8 12 / 0%));
}
.services-scene { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.services-scene-sticky { position: sticky; top: 0; width: 100%; height: 100svh; }
#ballpit { display: block; width: 100%; height: 100%; touch-action: pan-y; }
#ballpit[hidden] { display: none; }
.services-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgb(8 8 12 / 82%) 0%, rgb(8 8 12 / 38%) 55%, rgb(8 8 12 / 15%) 100%),
    linear-gradient(180deg, #08080c 0%, rgb(8 8 12 / 40%) 38%, transparent 80%);
}
.services-content {
  position: relative; display: grid; grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(56px, 8vw, 160px); max-width: 1600px; margin: 0 auto;
  padding: clamp(120px, 12vw, 190px) clamp(28px, 6vw, 112px) clamp(190px, 22vh, 300px);
}
.services-intro { align-self: start; position: sticky; top: 120px; }
.section-kicker { display: flex; align-items: center; gap: 24px; margin: 0 0 42px; color: #ff8000; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.kicker-line { width: 50px; height: 1px; background: currentColor; }
#services-title { margin: 0; font-size: clamp(52px, 5.8vw, 96px); font-weight: 500; line-height: 1.03; letter-spacing: -0.065em; }
#services-title em { font-style: normal; color: #ff8000; }
.services-lead { max-width: 360px; margin: 32px 0 0; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.75; color: #cecbdf; }
.services-audience { margin: 28px 0 0; font-size: 11px; color: #a7a2ba; letter-spacing: 0.035em; }
.services-invitation { margin: 0 0 28px; max-width: 300px; color: #a7a2ba; font-size: 13px; line-height: 1.65; }
.services-list { background: rgb(8 8 12 / 80%); }
.service { border-top: 1px solid rgb(237 236 255 / 23%); }
.service:last-child { border-bottom: 1px solid rgb(237 236 255 / 23%); }
.service summary { display: grid; grid-template-columns: 22px 1fr 22px; align-items: start; gap: 22px; padding: 28px 0; cursor: pointer; list-style: none; }
.service summary::-webkit-details-marker { display: none; }
.service-number { color: #a7a2ba; font-size: 10px; padding-top: 7px; }
.service h3 { font-size: clamp(25px, 2.5vw, 42px); line-height: 1.14; letter-spacing: -0.045em; font-weight: 500; margin: 0; transition: color 180ms; }
.service[open] h3, .service summary:hover h3 { color: #ff8000; }
.service-toggle { position: relative; width: 18px; height: 18px; margin-top: 6px; color: #a7a2ba; }
.service-toggle::before, .service-toggle::after { content: ''; position: absolute; left: 1px; top: 8px; width: 16px; height: 1px; background: currentColor; }
.service-toggle::after { transform: rotate(90deg); transition: transform 200ms; }
.service[open] .service-toggle::after { transform: rotate(0); }
.service[open] .service-toggle { color: #ff8000; }
.service-body { padding: 0 18px 30px 44px; font-size: 13px; line-height: 1.8; color: #b9b5cb; }
.service-body p { margin: 0 0 16px; }
.service-body .service-promise { color: #edecff; font-size: 15px; font-weight: 500; line-height: 1.6; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-tags li { font-size: 10px; color: #b9b5cb; }
.service-tags li::before { content: '/'; color: #ff8000; margin-right: 6px; }
.services-contact { margin-top: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.services-contact p { font-size: 12px; line-height: 1.6; color: #cecbdf; margin: 0; }
.services-contact a { color: #edecff; display: flex; align-items: center; gap: 20px; padding: 12px 0; border-bottom: 1px solid #ff8000; text-decoration: none; font-size: 13px; font-weight: 600; }
.services-contact a span { font-size: 22px; color: #ff8000; }
.services-contact a:hover { color: #ff8000; }
.services-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; margin: 0 clamp(28px, 6vw, 112px); padding: 28px 0; border-top: 1px solid rgb(237 236 255 / 18%); font-size: 10px; letter-spacing: 0.06em; color: #a7a2ba; }
.services-bottom a { display: grid; place-items: center; color: #edecff; font-size: 22px; text-decoration: none; width: 44px; height: 44px; }
.services a:focus-visible, .service summary:focus-visible, .hero-next:focus-visible { outline: 2px solid #ff8000; outline-offset: 6px; }
@media (max-width: 760px) {
  .services-content { grid-template-columns: 1fr; gap: 60px; padding: 116px 28px 200px; }
  .services-intro { position: relative; top: auto; }
  #services-title { font-size: clamp(52px, 10vw, 76px); }
  .section-kicker { margin-bottom: 32px; }
  .services-lead { margin-top: 26px; font-size: 15px; }
  .services-audience { margin-top: 20px; }
  .service h3 { font-size: 29px; }
  .service summary { gap: 16px; }
  .service-body { padding-left: 38px; padding-right: 0; }
  .services-list { background: rgb(8 8 12 / 88%); }
  .services-contact { align-items: flex-start; flex-direction: column; gap: 14px; }
  .services-shade { background: linear-gradient(180deg, #08080c 0%, rgb(8 8 12 / 60%) 55%, rgb(8 8 12 / 15%) 100%); }
  .services-bottom { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { .service * { transition: none !important; } }
.service-link { display: inline-block; margin-top: 24px; color: #edecff; text-decoration: none; border-bottom: 1px solid #ff8000; padding-bottom: 8px; font-size: 13px; }
.service-link span { color: #ff8000; margin-left: 12px; }
