.services-page {
  background: #000;
  color: #E8E6E3;
}

.services-page__eyebrow {
  margin: 0;
  color: #d99b7f;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.services-hero,
.service-details-hero {
  min-height: min(670px, 76vh);
  padding: clamp(80px, 12vw, 180px) max(8vw, 24px) 90px;
}

.services-hero h1,
.service-details-hero h1 {
  margin: clamp(54px, 9vw, 130px) 0 0;
  font-size: clamp(76px, 16vw, 240px);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

.services-hero h1 em,
.service-details-hero h1 em,
.service-detail h2 em {
  color: #d99b7f;
  font-style: normal;
}

.services-hero__intro,
.service-details-hero > p:last-child {
  max-width: 300px;
  margin: 64px 0 0 35%;
  color: rgba(232, 230, 227, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0 max(8vw, 24px) clamp(110px, 15vw, 230px);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  color: #000;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  z-index: 1;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(-8px) rotate(-1deg);
}

.service-card--cream,
.service-detail--cream { background: #E8E6E3; }
.service-card--coral,
.service-detail--coral { background: #d99b7f; }
.service-card--dark,
.service-detail--dark { background: #252020; color: #E8E6E3; }
.service-card--lilac,
.service-detail--lilac { background: #c8b9d8; }

.service-card__number,
.service-detail > span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card__symbol {
  display: grid;
  width: 94px;
  height: 94px;
  margin: 58px 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 32px;
}

.service-card:nth-child(2) .service-card__symbol { border-radius: 32% 68% 60% 40%; transform: rotate(-16deg); }
.service-card:nth-child(3) .service-card__symbol { border-radius: 50%; box-shadow: 18px 0 0 -17px currentColor, -18px 0 0 -17px currentColor; }
.service-card:nth-child(4) .service-card__symbol { border-width: 0; background: #E8E6E3; }

.service-card h2 {
  max-width: 310px;
  margin: auto 0 0;
  font-size: clamp(27px, 3.5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.service-card p {
  max-width: 300px;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

.service-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  border-top: 1px solid currentColor;
  padding-top: 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card__link b {
  font-size: 17px;
  font-weight: 400;
}

.service-details__back {
  display: inline-block;
  color: #d99b7f;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-details-hero h1 {
  margin-top: 88px;
}

.service-details-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.service-detail {
  min-height: 620px;
  padding: clamp(28px, 5vw, 70px);
}

.service-detail h2 {
  margin: 110px 0 0;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.service-detail > p {
  max-width: 370px;
  margin: 38px 0 0;
  font-size: 14px;
  line-height: 1.45;
}

.service-detail ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}

.service-detail li {
  border-top: 1px solid currentColor;
  padding: 10px 0;
}

.service-detail a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 9px;
  font-size: 12px;
  text-transform: uppercase;
}

.service-detail a span { font-size: 18px; }

.service-page-hero {
  min-height: min(720px, 80vh);
  padding: clamp(70px, 10vw, 150px) max(8vw, 24px) 90px;
}

.service-page--design .service-page-hero {
  background-image: linear-gradient(rgba(232, 230, 227, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 230, 227, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  animation: grid-drift 18s linear infinite;
}

.service-page--development .service-page-hero {
  background: radial-gradient(circle at 76% 34%, rgba(217, 155, 127, 0.26), transparent 22%), #000;
}

.service-page--new-website .service-page-hero {
  background: linear-gradient(115deg, #000 0%, #000 54%, #211a18 100%);
}

.service-page--update .service-page-hero {
  background: radial-gradient(circle at 82% 25%, rgba(200, 185, 216, 0.42), transparent 24%), #000;
}

.service-page-hero h1 {
  margin: clamp(52px, 8vw, 110px) 0 0;
  font-size: clamp(80px, 16vw, 240px);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

.service-page-hero h1 em,
.service-page-content h2 em {
  color: #d99b7f;
  font-style: normal;
}

.service-page-hero > p:last-child {
  max-width: 360px;
  margin: 64px 0 0 35%;
  color: rgba(232, 230, 227, 0.7);
  font-size: 15px;
  line-height: 1.45;
}

.service-page-content {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 11vw, 170px);
  padding: clamp(100px, 14vw, 220px) max(8vw, 24px);
  background: #000;
  color: #E8E6E3;
}

.service-page--new-website .service-page-content::before,
.service-page--update .service-page-content::before {
  position: absolute;
  top: 10%;
  right: 8%;
  width: clamp(110px, 16vw, 230px);
  height: clamp(110px, 16vw, 230px);
  border: 1px solid rgba(232, 230, 227, 0.45);
  border-radius: 50%;
  content: "";
  animation: content-orbit 8s linear infinite;
}

.service-page--new-website .service-page-content::after {
  position: absolute;
  top: calc(10% + 50px);
  right: calc(8% + 50px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d99b7f;
  content: "";
  animation: content-orbit 8s linear infinite reverse;
}

.service-page--update .service-page-content::before {
  top: 16%;
  right: 10%;
  width: 24vw;
  height: 1px;
  border: 0;
  border-top: 1px solid #E8E6E3;
  border-radius: 0;
  box-shadow: 0 22px #E8E6E3, 0 44px #E8E6E3, 0 66px #E8E6E3;
  animation: update-lines 3s ease-in-out infinite alternate;
}

@keyframes content-orbit { to { transform: rotate(360deg) translateX(32px) rotate(-360deg); } }
@keyframes update-lines { to { transform: translateX(-30px); opacity: 0.25; } }
@keyframes grid-drift { to { background-position: 54px 54px; } }

.service-page-content h2 {
  margin: 40px 0 0;
  font-size: clamp(52px, 7vw, 110px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.service-page__details {
  border-top: 1px solid rgba(232, 230, 227, 0.3);
}

.service-page__details > p {
  max-width: 420px;
  margin: 0;
  padding: 26px 0 32px;
  font-size: 15px;
  line-height: 1.45;
}

.service-page__details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-page__details li {
  border-top: 1px solid rgba(232, 230, 227, 0.3);
  padding: 14px 0;
  font-size: 12px;
}

.service-order-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 46px;
  background: #d99b7f;
  padding: 13px 18px;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.service-order-link:hover,
.service-order-link:focus-visible {
  background: #000;
  color: #E8E6E3;
  transform: translateY(-3px);
}

.service-order-link span {
  font-size: 18px;
}

.service-page-extra {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 11vw, 170px);
  padding: clamp(100px, 14vw, 220px) max(8vw, 24px);
  background: #252020;
  color: #E8E6E3;
  overflow: hidden;
}

.service-page-extra h2 {
  margin: 34px 0 70px;
  font-size: clamp(52px, 7vw, 110px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.service-page-extra h2 em { color: #d99b7f; font-style: normal; }

.service-page-extra__visual {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(232, 230, 227, 0.3);
  overflow: hidden;
}

.service-page-extra__visual::before,
.service-page-extra__visual::after {
  position: absolute;
  content: "";
  inset: 18%;
  border: 1px solid rgba(217, 155, 127, 0.7);
  transform: rotate(45deg);
  animation: design-drift 9s ease-in-out infinite alternate;
}

.service-page-extra__visual::after {
  inset: 30%;
  border-color: rgba(232, 230, 227, 0.45);
  animation-delay: -3s;
}

.service-page-extra__visual span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d99b7f;
  animation: design-pulse 2.8s ease-in-out infinite;
}

.service-page-extra__visual span:nth-child(1) { top: 18%; left: 28%; }
.service-page-extra__visual span:nth-child(2) { top: 70%; left: 22%; animation-delay: -0.7s; }
.service-page-extra__visual span:nth-child(3) { top: 27%; right: 22%; animation-delay: -1.4s; }
.service-page-extra__visual span:nth-child(4) { right: 18%; bottom: 19%; animation-delay: -2.1s; }

.service-process {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-process li,
.service-process--compact p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 18px;
  border-top: 1px solid rgba(232, 230, 227, 0.3);
  padding: 17px 0;
}

.service-process b { color: #d99b7f; font-size: 11px; font-weight: 400; }
.service-process span { font-size: 16px; }
.service-process small { grid-column: 2; color: rgba(232, 230, 227, 0.6); font-size: 12px; line-height: 1.4; }
.service-process--compact { max-width: 500px; }

.service-terminal,
.service-route {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(232, 230, 227, 0.3);
  background: #171313;
  overflow: hidden;
}

.service-terminal::before {
  position: absolute;
  top: 22%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #d99b7f;
  box-shadow: 0 42px rgba(217, 155, 127, 0.45), 0 84px rgba(217, 155, 127, 0.25), 0 126px rgba(217, 155, 127, 0.6);
  content: "";
  animation: terminal-scan 3s ease-in-out infinite alternate;
}

.service-terminal i {
  position: absolute;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d99b7f;
}

.service-terminal i:nth-child(1) { left: 18px; }
.service-terminal i:nth-child(2) { left: 32px; opacity: 0.6; }
.service-terminal i:nth-child(3) { left: 46px; opacity: 0.3; }
.service-terminal code { position: absolute; top: 50%; left: 10%; color: #E8E6E3; font-size: 20px; }
.service-terminal > span { position: absolute; right: 10%; bottom: 9%; color: #d99b7f; font-size: 11px; }

.service-route {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #d99b7f;
  color: #000;
}

.service-route::before {
  position: absolute;
  top: 50%;
  right: 15%;
  left: 15%;
  height: 1px;
  background: #000;
  content: "";
}

.service-route::after {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  animation: route-orbit 7s linear infinite;
}

.service-route span {
  z-index: 1;
  border: 1px solid #000;
  border-radius: 50%;
  background: #d99b7f;
  padding: 20px 9px;
  font-size: 10px;
  text-transform: uppercase;
}

.service-page--update .service-page-extra {
  background: #c8b9d8;
  color: #000;
}

.service-page--update .service-page-extra::after {
  position: absolute;
  width: 65vw;
  height: 65vw;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  content: "";
  transform: translate(52vw, 8vw);
  animation: update-scan 10s ease-in-out infinite alternate;
}

.service-page--update .service-process li,
.service-page--update .service-process--compact p { border-color: rgba(0, 0, 0, 0.35); }
.service-page--update .service-process small { color: rgba(0, 0, 0, 0.65); }
.service-page--update .service-process b { color: #000; }

.service-proof {
  padding: clamp(90px, 12vw, 180px) max(8vw, 24px);
  background: #d99b7f;
  color: #000;
}

.service-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 52px;
}

.service-proof article {
  min-height: 250px;
  border-top: 1px solid #000;
  padding-top: 15px;
}

.service-proof strong { font-size: 11px; font-weight: 400; }
.service-proof h3 { margin: 64px 0 12px; font-size: clamp(28px, 4vw, 54px); font-weight: 500; letter-spacing: -0.07em; }
.service-proof p:not(.services-page__eyebrow) { max-width: 230px; font-size: 13px; line-height: 1.45; }
.service-proof--update { background: #c8b9d8; }

.service-update-chart {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(232, 230, 227, 0.3);
  background: #171313;
  overflow: hidden;
}

.service-update-chart::before {
  position: absolute;
  right: 10%;
  bottom: 15%;
  left: 10%;
  height: 1px;
  background: #d99b7f;
  box-shadow: 0 -58px rgba(217, 155, 127, 0.5), 0 -116px rgba(217, 155, 127, 0.28);
  content: "";
  transform: rotate(-18deg);
}

.service-update-chart span {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d99b7f;
  animation: chart-pulse 2.8s ease-in-out infinite;
}

.service-update-chart span:nth-child(1) { left: 18%; bottom: 39%; }
.service-update-chart span:nth-child(2) { left: 39%; bottom: 56%; animation-delay: -0.7s; }
.service-update-chart span:nth-child(3) { left: 61%; bottom: 72%; animation-delay: -1.4s; }
.service-update-chart span:nth-child(4) { right: 16%; bottom: 80%; animation-delay: -2.1s; }
.service-update-chart i { position: absolute; top: 20px; right: 20px; width: 7px; height: 7px; border-radius: 50%; background: #d99b7f; }

@keyframes design-drift { to { transform: rotate(135deg) scale(1.08); } }
@keyframes design-pulse { 50% { transform: scale(2.2); box-shadow: 0 0 0 10px rgba(217, 155, 127, 0.12); } }
@keyframes terminal-scan { to { transform: translateY(42px); opacity: 0.55; } }
@keyframes route-orbit { to { transform: rotate(360deg) translateX(90px) rotate(-360deg); } }
@keyframes update-scan { to { transform: translate(8vw, 8vw) scale(1.1); } }
@keyframes chart-pulse { 50% { transform: scale(1.8); box-shadow: 0 0 0 10px rgba(217, 155, 127, 0.13); } }

@media (prefers-reduced-motion: reduce) {
  .service-page-extra *,
  .service-visual-band *,
  .service-page--update .service-page-extra::after { animation: none !important; }
}

.service-visual-band {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(50px, 11vw, 170px);
  min-height: 620px;
  padding: clamp(90px, 12vw, 180px) max(8vw, 24px);
  background: #171313;
  color: #E8E6E3;
  overflow: hidden;
}

.service-visual-band h2 {
  margin: 34px 0 0;
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.service-visual-band h2 em { color: #d99b7f; font-style: normal; }

.design-board,
.device-stack,
.launch-window,
.before-after {
  position: relative;
  min-height: 380px;
  border: 1px solid rgba(232, 230, 227, 0.3);
  overflow: hidden;
}

.design-board {
  background: #E8E6E3;
  color: #000;
}

.design-board::before {
  position: absolute;
  inset: 12% 15%;
  border: 1px solid #000;
  content: "";
  transform: rotate(-7deg);
  animation: board-float 5s ease-in-out infinite alternate;
}

.design-board::after {
  position: absolute;
  right: 16%;
  bottom: 15%;
  width: 34%;
  height: 34%;
  border-radius: 50%;
  background: #d99b7f;
  content: "";
  mix-blend-mode: multiply;
  animation: board-pulse 4s ease-in-out infinite alternate;
}

.design-board__caption {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.design-board i,
.design-board b,
.design-board em {
  position: absolute;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
}

.design-board i { top: 23%; right: 23%; }
.design-board b { bottom: 20%; left: 25%; background: #000; animation: design-bounce 6s ease-in-out infinite alternate; }
.design-board em { top: 48%; left: 18%; width: 68px; height: 1px; border: 0; border-top: 1px solid #000; transform: rotate(28deg); }

.device-stack { background: #080808; }

.device-stack::before {
  position: absolute;
  z-index: 1;
  top: 14%;
  left: 8%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d99b7f;
  box-shadow: 0 0 0 8px rgba(217, 155, 127, 0.12);
  content: "";
  animation: device-bounce 7s ease-in-out infinite alternate;
}

.device-stack span {
  position: absolute;
  display: block;
  border: 1px solid #d99b7f;
  background: #171313;
  box-shadow: 0 0 0 10px rgba(217, 155, 127, 0.06);
}

.device-stack__phone {
  right: 12%;
  bottom: 10%;
  width: 17%;
  height: 56%;
  border-radius: 18px;
  animation: device-rise 3.5s ease-in-out infinite alternate;
}

.device-stack__tablet {
  right: 30%;
  bottom: 10%;
  width: 30%;
  height: 68%;
  border-radius: 12px;
  animation: device-rise 3.5s ease-in-out -0.8s infinite alternate;
}

.device-stack__desktop {
  left: 10%;
  bottom: 10%;
  width: 52%;
  height: 63%;
  border-radius: 5px;
  animation: device-rise 3.5s ease-in-out -1.6s infinite alternate;
}

.device-stack__desktop::after {
  position: absolute;
  right: 34%;
  bottom: -14%;
  left: 34%;
  height: 14%;
  border: 1px solid #d99b7f;
  border-top: 0;
  content: "";
}

.device-stack i,
.device-stack b,
.device-stack em {
  position: absolute;
  top: 16%;
  display: block;
  height: 2px;
  background: #d99b7f;
}

.device-stack i { right: 14%; left: 14%; }
.device-stack b { top: 28%; right: 30%; left: 14%; opacity: 0.55; }
.device-stack em { top: 40%; right: 45%; left: 14%; opacity: 0.3; }

.launch-window { background: #d99b7f; color: #000; }

.launch-window::before {
  position: absolute;
  top: 28%;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #000;
  box-shadow: 0 42px #000, 0 84px #000;
  content: "";
  transform: skewY(-8deg);
}

.launch-window::after {
  position: absolute;
  top: 16%;
  right: 19%;
  width: 26%;
  height: 56%;
  border: 1px solid #000;
  content: "";
  transform: rotate(12deg);
  animation: launch-scan 4s ease-in-out infinite alternate;
}

.launch-window span,
.launch-window em {
  position: absolute;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.launch-window span { top: 18px; left: 18px; }
.launch-window em { right: 18px; bottom: 18px; font-size: 34px; font-style: normal; animation: launch-bounce 6s ease-in-out infinite alternate; }

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  background: #E8E6E3;
  color: #000;
}

.before-after::before,
.before-after::after {
  position: absolute;
  top: 23%;
  bottom: 18%;
  width: 31%;
  border: 1px solid #000;
  content: "";
}

.before-after::before { left: 12%; transform: rotate(-7deg); }
.before-after::after { right: 12%; border-radius: 50%; background: #c8b9d8; animation: after-bounce 7s ease-in-out infinite alternate; }

.before-after span,
.before-after em {
  position: relative;
  z-index: 1;
  margin: 0 0 18px 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  font-style: normal;
}

.before-after em { margin-right: 18px; margin-left: 0; text-align: right; }
.before-after i { position: absolute; top: 50%; right: 44%; left: 44%; border-top: 1px solid #000; }
.before-after b { position: absolute; top: calc(50% - 4px); right: 43%; width: 8px; height: 8px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); }

.service-visual-band--design { background: #E8E6E3; color: #000; }
.service-visual-band--development { background: #d99b7f; color: #000; }
.service-visual-band--new-website { background: #252020; }
.service-visual-band--update { background: #c8b9d8; color: #000; }
.service-visual-band--design .design-board { background: #000; color: #E8E6E3; }
.service-visual-band--design .design-board::before { border-color: #E8E6E3; }
.service-visual-band--design .design-board i,
.service-visual-band--design .design-board b,
.service-visual-band--design .design-board em { border-color: #E8E6E3; }
.service-visual-band--design .design-board b { background: #E8E6E3; }
.service-visual-band--design .design-board em { border-right: 0; border-bottom: 0; border-left: 0; border-top-color: #E8E6E3; }
.service-visual-band--design h2 em { color: #d99b7f; }
.service-visual-band--development h2 em { color: #000; }
.service-visual-band--new-website h2 em { color: #d99b7f; }
.service-visual-band--update h2 em { color: #000; }

@keyframes board-float { to { transform: rotate(2deg) translate(12px, -8px); } }
@keyframes board-pulse { to { transform: scale(1.12); } }
@keyframes design-bounce {
  0% { transform: translate(0, 0); }
  28% { transform: translate(180px, -34px); }
  54% { transform: translate(320px, 94px); }
  78% { transform: translate(120px, 190px); }
  100% { transform: translate(12px, 92px); }
}
@keyframes device-bounce {
  0% { transform: translate(0, 0); }
  24% { transform: translate(30vw, 0); }
  48% { transform: translate(48vw, 240px); }
  74% { transform: translate(16vw, 300px); }
  100% { transform: translate(0, 130px); }
}
@keyframes device-rise { to { transform: translateY(-14px); } }
@keyframes launch-scan { to { transform: rotate(-12deg) translate(-24px, 10px); } }
@keyframes launch-bounce {
  0% { transform: translate(0, 0) rotate(0); }
  25% { transform: translate(-28vw, -120px) rotate(-18deg); }
  50% { transform: translate(-42vw, 80px) rotate(8deg); }
  75% { transform: translate(-16vw, 190px) rotate(-12deg); }
  100% { transform: translate(0, 0) rotate(0); }
}
@keyframes after-bounce {
  0% { transform: translate(0, 0) rotate(7deg); }
  32% { transform: translate(-22px, -34px) rotate(-8deg); }
  66% { transform: translate(18px, 54px) rotate(14deg); }
  100% { transform: translate(0, 0) rotate(7deg); }
}

@media (max-width: 700px) {
  .service-visual-band { display: block; min-height: 0; padding: 100px 18px 120px; }
  .service-visual-band h2 { margin-bottom: 70px; }
  .design-board,
  .device-stack,
  .launch-window,
  .before-after { min-height: 300px; }
}

.service-order-panel {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid rgba(232, 230, 227, 0.3);
  background: #000;
  color: #E8E6E3;
  text-align: center;
}

.service-order-panel::before,
.service-order-panel::after {
  position: absolute;
  width: min(58vw, 720px);
  height: min(58vw, 720px);
  border: 1px solid rgba(217, 155, 127, 0.55);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  animation: order-orbit 14s linear infinite;
}

.service-order-panel::after {
  width: min(35vw, 430px);
  height: min(35vw, 430px);
  border-color: rgba(232, 230, 227, 0.25);
  animation-direction: reverse;
  animation-duration: 10s;
}

.service-order-panel h2 {
  position: relative;
  z-index: 1;
  margin: 28px 20px 52px;
  font-size: clamp(58px, 10vw, 150px);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.service-order-panel h2 em {
  color: #d99b7f;
  font-style: normal;
}

.service-order-panel__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: min(72vw, 430px);
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d99b7f;
  border-radius: 100px;
  background: #d99b7f;
  padding: 22px 28px;
  color: #000;
  font-size: clamp(18px, 2vw, 28px);
  text-align: left;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.service-order-panel__button span { font-size: 30px; }

.service-order-panel__button:hover,
.service-order-panel__button:focus-visible {
  background: #000;
  color: #d99b7f;
  transform: scale(1.04);
}

.service-page--development .service-order-panel { border-top: 4px solid #d99b7f; }
.service-page--new-website .service-order-panel { background: #000; }
.service-page--update .service-order-panel { border-top-color: #c8b9d8; }
.service-page--update .service-order-panel::before { border-color: rgba(200, 185, 216, 0.7); }
.service-page--update .service-order-panel__button { border-color: #c8b9d8; background: #c8b9d8; }
.service-page--update .service-order-panel__button:hover,
.service-page--update .service-order-panel__button:focus-visible { background: #000; color: #c8b9d8; }

@keyframes order-orbit { to { transform: rotate(360deg) scale(1.08); } }

@media (max-width: 700px) {
  .services-page .site-header { height: 82px; }
  .services-page .navigation { display: none; }
  .services-page .brand { top: 23px; left: 18px; font-size: 31px; }
  .services-page .explore { top: 18px; right: 18px; width: 140px; height: 42px; font-size: 14px; }
  .services-hero,
  .service-details-hero { min-height: 620px; padding: 74px 18px 60px; }
  .services-hero h1,
  .service-details-hero h1 { margin-top: 82px; font-size: clamp(74px, 23vw, 122px); }
  .services-hero__intro,
  .service-details-hero > p:last-child { margin: 54px 0 0 18%; }
  .service-page-hero { min-height: 650px; padding: 74px 18px 60px; }
  .service-page-hero h1 { margin-top: 82px; font-size: clamp(74px, 23vw, 122px); }
  .service-page-hero > p:last-child { margin: 54px 0 0 18%; }
  .services-list,
  .service-details-list { display: block; padding-right: 18px; padding-left: 18px; }
  .service-card { min-height: 350px; margin-top: 14px; }
  .service-detail { min-height: 560px; }
  .service-detail h2 { margin-top: 90px; }
  .service-page-content { display: block; padding: 100px 18px 120px; }
  .service-page__details { margin-top: 70px; }
  .service-page-extra { display: block; padding: 100px 18px 120px; }
  .service-page-extra__visual,
  .service-terminal,
  .service-route { min-height: 300px; margin-bottom: 74px; }
  .service-page-extra h2 { margin-bottom: 54px; }
  .service-proof__grid { display: block; }
  .service-proof article { min-height: 190px; margin-top: 38px; }
  .service-update-chart { min-height: 300px; margin-bottom: 74px; }
  .service-order-panel { min-height: 520px; padding: 0 18px; }
  .service-order-panel::before { width: 90vw; height: 90vw; }
  .service-order-panel::after { width: 58vw; height: 58vw; }
  .service-order-panel__button { min-width: 0; width: min(100%, 390px); padding: 18px 21px; }
}

/* Each service has its own composition while sharing the FINITA. system. */
.service-page,
.service-page main,
.service-page .service-page-hero,
.service-page .service-page-content,
.service-page .service-page-extra,
.service-page .service-proof,
.service-page .site-footer {
  background-color: #000;
}

.service-page--design .service-page-hero {
  min-height: 92vh;
  padding-top: clamp(100px, 15vw, 220px);
  background-image: linear-gradient(rgba(232, 230, 227, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 230, 227, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
}

.service-page--design .service-page-hero h1 {
  max-width: 760px;
  font-size: clamp(90px, 18vw, 280px);
}

.service-page--design .service-page-content {
  grid-template-columns: 1.2fr 0.8fr;
  border-top: 1px solid rgba(232, 230, 227, 0.3);
}

.service-page--design .service-page-content h2 {
  max-width: 620px;
  font-size: clamp(60px, 8vw, 130px);
}

.service-page--design .service-page-extra {
  grid-template-columns: 1.15fr 0.85fr;
  border-top: 1px solid #d99b7f;
}

.service-page--design .service-proof {
  border-top: 1px solid rgba(232, 230, 227, 0.3);
  color: #E8E6E3;
}

.service-page--design .service-proof h3 { color: #d99b7f; }

.service-page--development .service-page-hero {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  align-items: end;
  min-height: 84vh;
  column-gap: 8vw;
}

.service-page--development .service-page-hero .service-details__back,
.service-page--development .service-page-hero .services-page__eyebrow {
  grid-column: 1 / -1;
}

.service-page--development .service-page-hero h1 {
  grid-column: 1;
  margin-top: 90px;
  font-size: clamp(75px, 13vw, 205px);
}

.service-page--development .service-page-hero > p:last-child {
  grid-column: 2;
  margin: 0 0 18px;
}

.service-page--development .service-page-content {
  display: block;
  padding-top: clamp(90px, 12vw, 170px);
  border-top: 4px solid #d99b7f;
}

.service-page--development .service-page-content > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
}

.service-page--development .service-page-content h2 { margin-top: 0; }
.service-page--development .service-page__details {
  max-width: 700px;
  margin: 100px 0 0 auto;
}

.service-page--development .service-page-extra {
  grid-template-columns: 0.7fr 1.3fr;
  background: #080808;
}

.service-page--development .service-proof {
  border-top: 1px solid #d99b7f;
  color: #E8E6E3;
}

.service-page--development .service-proof h3 { color: #d99b7f; }

.service-page--new-website .service-page-hero {
  display: flex;
  min-height: 88vh;
  flex-direction: column;
  justify-content: center;
  padding-left: 22vw;
  background: #000;
}

.service-page--new-website .service-page-hero .service-details__back,
.service-page--new-website .service-page-hero .services-page__eyebrow {
  align-self: flex-start;
}

.service-page--new-website .service-page-hero h1 {
  position: relative;
  margin-top: 80px;
  font-size: clamp(78px, 15vw, 230px);
}

.service-page--new-website .service-page-hero h1::before {
  position: absolute;
  top: 48%;
  right: 112%;
  width: 17vw;
  height: 1px;
  background: #d99b7f;
  content: "";
  animation: new-route-line 2.5s ease-in-out infinite alternate;
}

.service-page--new-website .service-page-hero > p:last-child {
  margin-left: 0;
}

.service-page--new-website .service-page-content {
  grid-template-columns: 0.75fr 1.25fr;
  border-top: 1px solid #d99b7f;
}

.service-page--new-website .service-page-content > div:first-child { order: 2; }
.service-page--new-website .service-page__details { order: 1; }
.service-page--new-website .service-page-extra { background: #000; border-top: 1px solid rgba(232, 230, 227, 0.3); }
.service-page--new-website .service-proof { border-top: 1px solid #d99b7f; color: #E8E6E3; }
.service-page--new-website .service-proof h3 { color: #d99b7f; }

.service-page--update .service-page-hero {
  min-height: 78vh;
  padding-bottom: 160px;
  border-bottom: 1px solid rgba(200, 185, 216, 0.8);
}

.service-page--update .service-page-hero h1 {
  margin-left: 12vw;
  font-size: clamp(82px, 17vw, 255px);
}

.service-page--update .service-page-hero > p:last-child {
  margin-left: 47%;
}

.service-page--update .service-page-content {
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  border-bottom: 1px solid rgba(200, 185, 216, 0.7);
}

.service-page--update .service-page-content h2 { color: #c8b9d8; }
.service-page--update .service-page-extra { background: #000; color: #E8E6E3; border-bottom: 1px solid #c8b9d8; }
.service-page--update .service-process li,
.service-page--update .service-process--compact p { border-color: rgba(200, 185, 216, 0.45); }
.service-page--update .service-process small { color: rgba(232, 230, 227, 0.6); }
.service-page--update .service-process b { color: #c8b9d8; }
.service-page--update .service-proof { border-top: 1px solid #c8b9d8; color: #E8E6E3; }
.service-page--update .service-proof h3 { color: #c8b9d8; }

@keyframes new-route-line { to { transform: translateX(28px); opacity: 0.35; } }

@media (max-width: 700px) {
  .service-page--development .service-page-hero { display: block; min-height: 720px; }
  .service-page--development .service-page-hero h1 { margin-top: 82px; }
  .service-page--development .service-page-hero > p:last-child { margin: 54px 0 0 18%; }
  .service-page--development .service-page-content > div:first-child { display: block; }
  .service-page--development .service-page__details { margin-top: 70px; }
  .service-page--new-website .service-page-hero { min-height: 720px; padding-left: 18px; }
  .service-page--new-website .service-page-hero h1::before { display: none; }
  .service-page--update .service-page-hero h1,
  .service-page--update .service-page-hero > p:last-child { margin-left: 18%; }
}
