@font-face {
  font-family: "Replica Thin";
  src: local("Helvetica Neue"), local("Helvetica"), local("Arial");
  font-weight: 300;
}

@font-face {
  font-family: "Replica Bold";
  src: local("Helvetica Neue"), local("Helvetica"), local("Arial");
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body,
div,
nav,
ul,
li,
p,
h1,
h2,
form,
input,
textarea,
button,
a,
main {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Replica Thin", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  background: black;
}

a,
a:hover,
a:active {
  color: white;
  text-decoration: none;
}

ul {
  list-style: none;
}

.site-logo {
  position: fixed;
  top: 75px;
  left: 60px;
  z-index: 700;
  display: block;
  width: 42px;
  height: 42px;
  color: white;
  border: 0;
}

.site-logo picture,
.site-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-logo img {
  object-fit: contain;
}

.site-logo-motion-mark {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.site-logo-motion-mark .service-footer-logo-block {
  fill: currentColor;
  opacity: 1;
  shape-rendering: crispEdges;
  transform-box: fill-box;
}

@media (prefers-reduced-motion: no-preference) {
  .site-logo-motion-mark .service-footer-logo-block {
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }

  .site-logo-motion-mark .service-footer-logo-pillar-left {
    animation-name: service-footer-logo-pillar-left;
  }

  .site-logo-motion-mark .service-footer-logo-pillar-center {
    animation-name: service-footer-logo-pillar-center;
  }

  .site-logo-motion-mark .service-footer-logo-pillar-right-lower {
    animation-name: service-footer-logo-pillar-right-lower;
  }

  .site-logo-motion-mark .service-footer-logo-bar-top {
    animation-name: service-footer-logo-bar-top;
  }

  .site-logo-motion-mark .service-footer-logo-bar-upper {
    animation-name: service-footer-logo-bar-upper;
  }

  .site-logo-motion-mark .service-footer-logo-bar-middle {
    animation-name: service-footer-logo-bar-middle;
  }

  .site-logo-motion-mark .service-footer-logo-bar-lower-middle {
    animation-name: service-footer-logo-bar-lower-middle;
  }

  .site-logo-motion-mark .service-footer-logo-bar-base {
    animation-name: service-footer-logo-bar-base;
  }
}

.logo-motion-js .site-logo[data-motion-logo]:not(.is-logo-motion-ready) img {
  opacity: 0;
}

.site-logo,
.site-logo img,
.work-thumb,
.work-image,
.bio-photo,
.wechat-qr-card,
.bio-brand-list img,
.social-icon img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

img {
  -webkit-user-drag: none;
}

.site-nav {
  position: fixed;
  top: 75px;
  left: 60px;
  z-index: 500;
}

.nav-list {
  margin: 86px auto auto 0;
}

.nav-list li {
  margin: 12px 0 0 0;
  letter-spacing: 1px;
}

.nav-list .ridge {
  margin-top: 45px;
}

.nav-action-item {
  margin-top: 12px;
  letter-spacing: 1px;
}

.l1-a {
  display: inline-block;
  min-width: 1px;
  line-height: 12px;
}

.nav-list-2 {
  display: block;
  width: 390px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition:
    max-height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
    padding-top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opacity 250ms ease;
}

.nav-list-item.active .nav-list-2 {
  max-height: calc(100vh - 210px);
  max-height: calc(100dvh - 210px);
  overflow-y: auto;
  padding-top: 11px;
  opacity: 1;
}

.nav-list-item.active .nav-list-2::-webkit-scrollbar {
  width: 0;
}

.nav-list-2 li {
  float: left;
  width: 380px;
  height: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}

.nav-list-2 li a {
  display: block;
  padding: 2px 0 2px 29px;
  font-size: 12px;
  line-height: 12px;
}

.works-list-more a {
  opacity: 0.58;
}

#slides {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: black;
}

.home-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  opacity: 0.86;
}

.video-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18));
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 1200ms ease, transform 5200ms ease;
}

.slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 40%),
    radial-gradient(circle at 63% 35%, rgba(255, 255, 255, 0.28), transparent 16%),
    linear-gradient(135deg, var(--tone-a), var(--tone-b) 46%, var(--tone-c));
}

.slide::after {
  position: absolute;
  inset: 9vh 12vw;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  opacity: 0.35;
  transform: rotate(var(--angle));
}

.slide-1 { --tone-a: #131313; --tone-b: #8b8b86; --tone-c: #dad3c5; --angle: -1deg; }
.slide-2 { --tone-a: #090909; --tone-b: #4f5b5b; --tone-c: #b7c2bb; --angle: 2deg; }
.slide-3 { --tone-a: #231f1b; --tone-b: #a5a6a1; --tone-c: #eee9df; --angle: -2deg; }
.slide-4 { --tone-a: #050505; --tone-b: #56514b; --tone-c: #cfc8b5; --angle: 1.5deg; }
.slide-5 { --tone-a: #121618; --tone-b: #74828a; --tone-c: #d9dfdf; --angle: -1.5deg; }
.slide-6 { --tone-a: #181818; --tone-b: #a28f77; --tone-c: #f0e5d3; --angle: 2.5deg; }
.slide-7 { --tone-a: #0d0e0d; --tone-b: #5b684d; --tone-c: #d5d8bd; --angle: -2.5deg; }
.slide-8 { --tone-a: #111; --tone-b: #806d62; --tone-c: #e5d9ce; --angle: 1deg; }
.slide-9 { --tone-a: #050505; --tone-b: #777; --tone-c: #e8e8e6; --angle: -1deg; }
.slide-10 { --tone-a: #171412; --tone-b: #64605b; --tone-c: #cec4b3; --angle: 2deg; }
.slide-11 { --tone-a: #08090a; --tone-b: #4e6073; --tone-c: #d7dde3; --angle: -2deg; }

.modal-panel {
  position: fixed;
  z-index: 800;
  display: none;
  color: white;
  background: rgba(0, 0, 0, 0.64);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  animation: fadeInDown 750ms both;
  overflow: visible;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 760;
  display: none;
  background: rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.modal-backdrop.is-open {
  display: block;
}

.modal-panel.is-open {
  display: block;
}

.modal-pricing,
.modal-calendar {
  width: min(840px, calc(100vw - 56px));
  max-height: calc(100vh - 56px);
  padding: 48px 42px 34px;
}

.modal-bio {
  width: min(440px, calc(100vw - 96px));
  max-height: calc(100vh - 48px);
  padding: 44px 16px 0;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.58) 0%, rgba(44, 44, 44, 0.56) 38%, rgba(54, 54, 54, 0.56) 100%);
  overflow: auto;
}

.modal-content {
  max-height: calc(100vh - 138px);
  overflow: auto;
}

.modal-content h1,
.bio-copy h1 {
  margin: 6px 0 18px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
}

.modal-kicker,
.modal-note,
.bio-label,
.bio-role {
  letter-spacing: 1px;
}

.modal-kicker,
.bio-label {
  font-size: 10px;
}

.modal-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.52);
  transition: background 180ms ease, border-color 180ms ease;
}

.close-modal:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.9);
}

.modal-bio .close-modal {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
  font-size: 17px;
}

.price-table {
  min-width: 650px;
}

.price-table-accordion {
  width: 100%;
  min-width: 0;
}

.price-row {
  display: grid;
  grid-template-columns: 1.2fr 1.7fr 1.1fr 0.85fr;
  gap: 14px;
  min-height: 24px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  line-height: 1.45;
  letter-spacing: 1px;
}

.price-head,
.price-section {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.price-group {
  margin-top: 10px;
}

.price-group + .price-group {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.price-group-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.price-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-accordion-toggle {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  color: white;
  background: transparent;
  font: inherit;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.price-accordion-icon {
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  transition: transform 240ms ease, background 180ms ease;
}

.price-accordion-item.is-open .price-accordion-icon {
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(45deg);
}

.price-accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 300ms ease, opacity 220ms ease, padding-bottom 300ms ease;
}

.price-accordion-item.is-open .price-accordion-body {
  max-height: 160px;
  padding-bottom: 15px;
  opacity: 1;
}

.price-accordion-body p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
  letter-spacing: 1px;
}

.price-accordion-body span {
  flex: 0 0 42px;
  color: rgba(255, 255, 255, 0.52);
}

.price-accordion-body strong {
  font: inherit;
  color: white;
  text-align: right;
}

.calendar-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px);
  justify-content: center;
}

.calendar-month h2 {
  display: none;
}

.calendar-controls {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-align: center;
}

.calendar-controls button {
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  color: white;
  background: transparent;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.week-row,
.day-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}

.week-row {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.day {
  position: relative;
  display: grid;
  min-width: 0;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: white;
  font: inherit;
  cursor: pointer;
}

.day.empty {
  cursor: default;
}

.day.available:hover {
  background: rgba(255, 255, 255, 0.16);
}

.day.disabled {
  color: rgba(255, 255, 255, 0.32);
  cursor: default;
}

.day.disabled::after {
  position: absolute;
  top: 50%;
  left: 18%;
  width: 64%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.4);
}

.booking-form {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.booking-form.is-active {
  display: grid;
}

.modal-calendar.show-booking .calendar-grid,
.modal-calendar.show-booking .calendar-controls {
  display: none;
}

.selected-date,
.booking-back,
.booking-form textarea,
.booking-form button {
  grid-column: 1 / -1;
}

.booking-back {
  justify-self: start;
  min-height: 0;
  padding: 0 0 8px;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  cursor: pointer;
}

.booking-back:hover {
  color: white;
}

.booking-form input,
.booking-form textarea,
.booking-form button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.18);
  color: white;
  font: inherit;
  letter-spacing: 1px;
}

.booking-form input,
.booking-form textarea {
  padding: 9px 10px;
}

.booking-form textarea {
  min-height: 74px;
  resize: vertical;
}

.booking-form button {
  cursor: pointer;
}

.bio-layout {
  display: block;
}

.bio-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 768 / 527;
  min-height: 0;
  background-image: url("./assets/bio_hakumei.jpg");
  background-repeat: no-repeat;
  background-position: 50% 38%;
  background-size: cover;
  filter: grayscale(1);
  opacity: 0.9;
}

.bio-copy {
  display: block;
  margin: 0 -16px;
  padding: 14px 20px 0;
  background: transparent;
  line-height: 1.7;
  letter-spacing: 0;
}

.bio-main-copy {
  max-width: none;
}

.bio-main-copy h1 {
  margin: 10px 0 9px;
  font-family: "Replica Thin", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.bio-main-copy .modal-kicker {
  margin: 0;
  font-family: "Replica Thin", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
}

.bio-brand-panel,
.bio-social-panel {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
}

.bio-brand-panel {
  margin-top: 18px;
  padding: 34px 0 36px;
}

.bio-social-panel {
  margin-top: 0;
  padding: 36px 0 12px;
}

.bio-role,
.bio-direction {
  color: white;
  font-family: "Replica Thin", Helvetica, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: 0;
}

.bio-direction {
  margin-bottom: 36px;
}

.bio-location {
  margin: 14px 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  line-height: 1.72;
}

.bio-statements {
  display: grid;
  gap: 10px;
  margin: 0;
}

.bio-statements p:nth-child(3) {
  margin-top: 18px;
}

.bio-statements p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 9px;
  font-weight: 300;
  line-height: 1.78;
  letter-spacing: 0;
}

.bio-copy ul {
  margin: 8px 0 18px;
}

.bio-copy li {
  margin-top: 5px;
}

.bio-brand-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 70px 12px 0;
}

.bio-brand-list li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

.bio-brand-panel h2 {
  margin: 0;
  color: white;
  font-family: "Replica Thin", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.bio-brand-list img {
  display: block;
  width: auto;
  max-width: 36px;
  height: 24px;
  object-fit: contain;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 0 auto;
  width: min(240px, 100%);
}

.social-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  color: white;
  background: transparent;
  cursor: pointer;
  transition: opacity 180ms ease;
}

.social-icon:hover {
  opacity: 0.72;
}

.social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wechat-qr-panel {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.58);
}

.wechat-qr-panel.is-open {
  display: grid;
}

.wechat-qr-card {
  position: relative;
  width: min(320px, calc(100vw - 48px));
  padding: 30px 24px 24px;
  color: white;
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
  letter-spacing: 1px;
}

.wechat-qr-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  background: white;
}

.wechat-qr-card p {
  margin-top: 16px;
  line-height: 1.6;
}

.wechat-qr-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.48);
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.subpage {
  min-height: 100vh;
  color: white;
  background: #0b0b0b;
}

.subpage .site-logo {
  color: white;
}

.works-page,
.work-detail,
.admin-shell {
  width: min(980px, calc(100vw - 120px));
  margin: 0 auto;
  padding: 150px 0 80px;
}

.works-page h1,
.work-detail h1,
.admin-shell h1 {
  margin: 8px 0 28px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}

.work-detail {
  padding-bottom: 20px;
}

.works-index {
  display: grid;
  gap: 18px;
}

.works-search {
  display: grid;
  gap: 8px;
  max-width: 420px;
  margin: 0 0 28px;
}

.works-search span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 1px;
}

.works-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  padding: 8px 0;
  background: transparent;
  color: white;
  font: inherit;
  letter-spacing: 1px;
  outline: none;
}

.works-browser {
  display: grid;
  gap: 16px;
}

.works-group {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.works-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 16px 0;
  background: transparent;
  color: white;
  font: inherit;
  letter-spacing: 1px;
  text-align: left;
  cursor: pointer;
}

.works-group-toggle em {
  color: rgba(255, 255, 255, 0.58);
  font-style: normal;
}

.works-group .works-index {
  display: none;
  padding: 8px 0 24px;
}

.works-group.is-open .works-index {
  display: grid;
}

.works-empty {
  color: rgba(255, 255, 255, 0.62);
}

.work-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.work-thumb,
.work-image {
  position: relative;
  display: block;
  background: linear-gradient(135deg, var(--tone-a), var(--tone-b) 48%, var(--tone-c));
}

.work-thumb::after,
.work-image.has-image::after,
.bio-photo::after,
.wechat-qr-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.wechat-qr-close {
  z-index: 3;
}

.work-thumb img,
.work-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-thumb img {
  object-fit: cover;
  object-position: center;
}

.work-thumb {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.work-card strong,
.work-card em {
  display: block;
  font-style: normal;
  letter-spacing: 1px;
}

.work-card em,
.work-meta,
.work-desc,
.back-link,
.admin-shell p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  letter-spacing: 1px;
}

.work-meta {
  margin: 0 0 28px;
}

.work-desc {
  max-width: 620px;
  margin: 18px 0 32px;
}

.work-copy {
  display: grid;
  max-width: 720px;
  gap: 10px;
  margin: 18px 0 32px;
}

.work-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
  letter-spacing: 1px;
}

.work-videos {
  display: grid;
  max-width: 920px;
  gap: 14px;
  margin: 0 0 34px;
}

.work-video {
  display: grid;
  gap: 10px;
}

.work-video-player,
.work-video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #050505;
}

.work-video-link {
  display: inline-block;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  letter-spacing: 1px;
}

.work-gallery {
  display: grid;
  gap: 28px;
}

.work-image {
  min-height: 58vh;
  overflow: hidden;
  background-color: #050505;
}

.work-image.has-image {
  aspect-ratio: var(--image-ratio, 3 / 2);
  min-height: 0;
  background: rgba(255, 255, 255, 0.045);
}

.work-image.has-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-image.has-image.is-loaded {
  min-height: 0;
  background: transparent;
}

.work-image.has-image.is-lowres {
  width: min(100%, 680px);
  margin-left: auto;
  margin-right: auto;
}

.work-image.has-image.is-lowres img {
  image-rendering: auto;
}


.sync-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
  letter-spacing: 1px;
}

.back-link {
  margin-top: 28px;
}

.login-box,
.editor-box {
  width: min(760px, 100%);
  padding: 34px 40px;
  background: rgba(255, 255, 255, 0.08);
}

.login-box input,
.login-box button,
.editor-box textarea,
.admin-actions button {
  width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font: inherit;
  letter-spacing: 1px;
}

.login-box input,
.login-box button,
.admin-actions button {
  min-height: 38px;
  padding: 0 12px;
}

.editor-box textarea {
  min-height: 58vh;
  padding: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.6;
}

.admin-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-status {
  margin-top: 14px;
}

.service-page {
  width: min(1120px, calc(100vw - 120px));
  margin: 0 auto;
  padding: 142px 0 96px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: end;
  min-height: calc(100vh - 220px);
  min-height: calc(100dvh - 220px);
}

.service-hero-copy {
  padding-bottom: 42px;
}

.service-hero h1 {
  margin: 10px 0 24px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 6.5vw, 92px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.service-hero-lead {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.5px;
}

.service-visual {
  position: relative;
  min-height: 62vh;
  overflow: hidden;
  background: #050505;
}

.service-visual video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 62vh;
  object-fit: cover;
  opacity: 0.82;
}

.service-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.44));
}

.service-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 32px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  transition: background 180ms ease, border-color 180ms ease;
}

.service-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
}

.service-section {
  margin-top: 74px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.service-section h2 {
  margin: 0 0 18px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-section p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.86;
  letter-spacing: 0.7px;
}

.service-statement {
  display: grid;
  grid-template-columns: minmax(260px, 680px);
  justify-content: end;
}

.service-statement p {
  color: white;
  font-size: 18px;
  line-height: 1.9;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.service-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-process li {
  min-height: 210px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.service-process span,
.service-process strong {
  display: block;
}

.service-process span {
  color: rgba(255, 255, 255, 0.48);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.service-process strong {
  margin: 34px 0 12px;
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.service-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 22px;
}

.service-price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.service-price-list article {
  min-height: 138px;
  padding: 22px 24px 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.service-price-list article:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.service-price-list article:nth-child(even) {
  padding-left: 24px;
}

.service-price-list h3 {
  margin: 0 0 10px;
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-price-list strong {
  display: block;
  margin-top: 18px;
  color: white;
  font: inherit;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.7px;
}

.service-price-list-compact article {
  min-height: 104px;
}

.service-booking {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.service-booking .service-cta {
  grid-column: 2;
  justify-self: start;
  margin-top: 6px;
}

.service-scroll-body {
  background: #000000;
}

.service-scroll-body .site-logo {
  z-index: 930;
  mix-blend-mode: difference;
}

.service-fixed-nav {
  position: fixed;
  top: 162px;
  left: 58px;
  z-index: 620;
  width: 238px;
  color: white;
  mix-blend-mode: difference;
}

.service-fixed-kicker,
.service-fixed-subtitle {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.service-fixed-nav h1 {
  margin: 18px 0 8px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.service-fixed-subtitle {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
}

.service-fixed-nav nav {
  display: grid;
  gap: 10px;
}

.service-fixed-nav nav a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 1px;
  transition: color 200ms ease, transform 260ms ease;
}

.service-fixed-nav nav a span {
  color: rgba(255, 255, 255, 0.38);
  font-variant-numeric: tabular-nums;
}

.service-fixed-nav nav a.is-active,
.service-fixed-nav nav a:hover {
  color: white;
  transform: translateX(4px);
}

.service-fixed-booking {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.service-hero-layer {
  position: fixed;
  inset: 0 0 0 28vw;
  z-index: 0;
  overflow: hidden;
  background: #050505;
}

.service-hero-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: grayscale(0.18) contrast(1.06);
}

.service-hero-layer::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.36)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
}

.service-scroll-page {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.service-scroll-stage {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 62vh 7vw 12vh calc(30vw + 64px);
}

.service-landing-copy {
  width: min(620px, 100%);
}

.service-landing-copy h2,
.service-concept h2,
.service-feature-head h2,
.service-process-section h2,
.service-booking h2 {
  margin: 14px 0 24px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 6.2vw, 86px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.service-landing-copy p,
.service-concept-copy p,
.service-feature-copy p,
.service-process-section p,
.service-booking p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.7px;
}

.service-section-wrap {
  width: min(980px, calc(100vw - 360px));
  margin-left: calc(30vw + 64px);
  margin-right: 7vw;
}

.service-concept {
  position: relative;
  min-height: 76vh;
  padding: 122px 0 132px;
  background: #000000;
}

.service-concept-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  margin-top: 42px;
}

.service-feature {
  position: relative;
  padding: 96px 0 70px;
  background: #050505;
}

.service-feature::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.34;
}

.service-feature-head {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.service-feature-panel {
  position: relative;
  z-index: 1;
  min-height: 112vh;
  padding: 0 0 16vh;
}

.service-feature-copy {
  width: min(540px, calc(100vw - 420px));
  margin-left: calc(39vw);
  padding-top: 24px;
}

.service-feature-label {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.76);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.service-feature-copy h3 {
  margin: 0 0 20px;
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 3.1vw, 42px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.service-image-rail {
  position: relative;
  width: 100vw;
  margin-top: 80px;
  overflow: hidden;
}

.service-image-track {
  display: flex;
  align-items: end;
  gap: 0;
  width: max-content;
  will-change: transform;
}

.service-image-track figure {
  flex: 0 0 auto;
  width: clamp(260px, 30vw, 430px);
  height: clamp(320px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  background: #111111;
}

.service-image-track figure:nth-child(2n) {
  width: clamp(230px, 25vw, 360px);
  height: clamp(270px, 34vw, 470px);
}

.service-image-track figure:nth-child(3n) {
  width: clamp(310px, 35vw, 500px);
  height: clamp(240px, 29vw, 420px);
}

.service-image-track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(0.78) contrast(1.06);
}

.service-process-section {
  padding: 118px 0 132px;
  background: #000000;
}

.service-process-section .service-process {
  margin-top: 54px;
}

.service-pricing-section {
  padding: 112px 0 122px;
  background: #050505;
}

.service-addons-head {
  margin-top: 86px;
}

.service-booking {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(280px, 0.65fr);
  gap: 32px;
  padding: 112px 0 122px;
}

.service-booking h2 {
  margin-top: 0;
  font-size: clamp(28px, 4.4vw, 58px);
}

.service-booking p,
.service-booking .service-cta {
  grid-column: 2;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 800ms ease,
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-reference-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #000000;
}

.service-hero-split {
  display: grid;
  grid-template-columns: 28vw minmax(0, 1fr);
  min-height: 100vh;
  min-height: 100dvh;
  background: #000000;
}

.service-hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 13vh 4.4vw 7vh;
  color: white;
  background: #000000;
}

.service-hero-panel h1 {
  margin: 18px 0 8px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(38px, 4.4vw, 74px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.service-panel-description {
  max-width: 220px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.8px;
}

.service-hero-panel nav {
  display: grid;
  gap: 9px;
  margin: 34px 0 0;
}

.service-hero-panel nav a,
.service-mini-nav a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 1px;
}

.service-hero-panel nav a span {
  color: rgba(255, 255, 255, 0.34);
  font-variant-numeric: tabular-nums;
}

.service-hero-panel nav a.is-active,
.service-hero-panel nav a:hover,
.service-mini-nav a.is-active,
.service-mini-nav a:hover {
  color: white;
}

.service-panel-booking {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.service-hero-photo {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow: hidden;
  background: #050505;
}

.service-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
  filter: saturate(0.78) contrast(1.04);
}

.service-hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.24));
}

.service-concept-light {
  position: relative;
  z-index: 4;
  padding: 118px 0 128px;
  color: #050505;
  background: #f7f7f8;
}

.service-concept-inner {
  width: min(860px, calc(100vw - 34vw));
  margin-left: 34vw;
  margin-right: 9vw;
}

.service-concept-light .modal-kicker,
.service-concept-light p {
  color: rgba(0, 0, 0, 0.72);
}

.service-concept-light h2 {
  margin: 14px 0 62px;
  color: #050505;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.service-concept-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

.service-concept-columns p {
  font-size: 12px;
  line-height: 2.05;
  letter-spacing: 0.8px;
}

.service-feature-canvas {
  position: relative;
  z-index: 5;
  padding: 88px 0 120px;
  color: white;
  background: #050505;
}

.service-feature-canvas::before {
  display: none;
}

.service-mini-nav {
  position: sticky;
  top: 64vh;
  z-index: 8;
  display: grid;
  gap: 8px;
  width: 190px;
  margin-left: 4.4vw;
  margin-bottom: -150px;
  pointer-events: auto;
}

.service-mini-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.48);
}

.service-feature-title {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100vw - 40vw));
  margin: 0 9vw 58px 33vw;
}

.service-feature-title h2 {
  margin: 10px 0 0;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
}

.service-canvas-block {
  position: relative;
  z-index: 2;
  min-height: 86vh;
  padding: 44px 0 52px;
}

.service-canvas-block-offset {
  padding-top: 10px;
}

.service-feature-note {
  width: min(420px, calc(100vw - 46vw));
  margin: 0 10vw 38px 41vw;
}

.service-canvas-block-offset .service-feature-note {
  margin-top: 54px;
}

.service-feature-label {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
}

.service-feature-note h3 {
  margin: 0 0 18px;
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.4px;
}

.service-feature-note p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.8px;
}

.service-mosaic-row {
  position: relative;
  width: 100vw;
  height: clamp(270px, 37vw, 510px);
  overflow: hidden;
}

.service-mosaic-row-high {
  height: clamp(300px, 41vw, 560px);
}

.service-mosaic-row-low {
  height: clamp(230px, 31vw, 430px);
}

.service-mosaic-track {
  display: flex;
  align-items: end;
  width: max-content;
  height: 100%;
  will-change: transform;
}

.service-mosaic-track figure {
  flex: 0 0 auto;
  width: clamp(250px, 24vw, 390px);
  height: 76%;
  margin: 0;
  overflow: hidden;
  background: #101010;
}

.service-mosaic-track figure:nth-child(2n) {
  width: clamp(210px, 19vw, 320px);
  height: 61%;
}

.service-mosaic-track figure:nth-child(3n) {
  width: clamp(300px, 29vw, 470px);
  height: 92%;
}

.service-mosaic-track figure:nth-child(4n) {
  width: clamp(190px, 17vw, 280px);
  height: 54%;
}

.service-mosaic-track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.06);
}

.service-other-grid {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100vw - 40vw));
  margin: 68px 9vw 0 33vw;
  padding-top: 36px;
}

.service-other-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 44px;
  margin-top: 22px;
}

.service-other-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.service-other-list span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.service-other-list h3 {
  margin: 0 0 10px;
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.service-other-list p {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.7px;
}

.service-reference-pricing {
  position: relative;
  z-index: 6;
  background: #000000;
}

.mobile-only {
  display: none;
}

.contact-mobile-detail {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  transition:
    max-height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
    padding-top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.contact-item-mobile.active .contact-mobile-detail {
  max-height: 70px;
  padding-top: 10px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px), (max-aspect-ratio: 3/4) {
  body {
    min-height: 100vh;
    background: white;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  a,
  a:hover,
  a:active {
    color: black;
  }

  .site-logo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 700;
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin: 20px auto 20px 20px;
    color: black;
  }

  body:not(.subpage) > .site-logo {
    color: black;
  }

  #slides {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    transform: none;
  }

  .site-nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    float: left;
    padding-right: 15px;
    color: black;
  }

  .site-nav .nav-list {
    margin: 25px auto auto 20px;
    text-align: left;
  }

  .site-nav .nav-list a {
    color: black;
    text-align: left;
  }

  .subpage a,
  .subpage a:hover,
  .subpage a:active {
    color: white;
  }

  .nav-list-2 {
    width: calc(100vw - 30px);
  }

  .nav-list-2 li {
    width: calc(100vw - 30px);
  }

  .nav-list-item.active .works-list {
    display: block;
    width: calc(100vw - 64px);
    max-height: none;
    overflow: visible;
    padding: 12px 0 10px 28px;
  }

  .nav-list-item.active .works-list li {
    float: none;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 0 6px;
    overflow: visible;
  }

  .nav-list-item.active .works-list li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 2px 0;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.5px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  .nav-list-item.active .works-list-more {
    margin-top: 10px;
  }

  .nav-list-item.active .works-list-more a {
    font-size: 11px;
    opacity: 0.58;
  }

  .modal-panel {
    position: fixed;
    width: calc(100vw - 34px);
    max-height: calc(100vh - 34px);
    padding: 52px 20px 24px;
    color: white;
  }

  .modal-pricing,
  .modal-calendar {
    width: calc(100vw - 34px);
  }

  .modal-bio {
    width: min(76vw, 680px);
    min-width: 0;
  }

  .modal-content {
    max-height: calc(100vh - 112px);
  }

  .modal-bio {
    max-height: calc(100vh - 36px);
    padding: 3.2vw 2.6vw 0;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.58) 0%, rgba(44, 44, 44, 0.56) 38%, rgba(54, 54, 54, 0.56) 100%);
  }

  .close-modal {
    top: 1.7vw;
    right: 1.7vw;
    width: clamp(32px, 6vw, 42px);
    height: clamp(32px, 6vw, 42px);
    font-size: clamp(17px, 3.2vw, 23px);
  }

  .modal-bio .close-modal {
    top: clamp(14px, 2.4vw, 22px);
    right: clamp(16px, 2.8vw, 26px);
    width: clamp(32px, 6vw, 42px);
    height: clamp(32px, 6vw, 42px);
    font-size: clamp(17px, 3.2vw, 23px);
  }

  .price-table:not(.price-table-accordion) {
    min-width: 620px;
  }

  .price-table-accordion {
    min-width: 0;
  }

  .price-accordion-toggle {
    min-height: 44px;
    font-size: 13px;
  }

  .price-accordion-body p {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .price-accordion-body strong {
    text-align: left;
  }

  .calendar-grid,
  .bio-layout,
  .booking-form.is-active {
    grid-template-columns: 1fr;
  }

  .bio-layout {
    display: block;
    grid-template-rows: auto;
  }

  .bio-photo {
    aspect-ratio: 16 / 11;
    min-height: 0;
    background-position: 50% 35%;
  }

  .bio-copy {
    display: block;
    margin: 0 -2.6vw;
    padding: 2.3vw 3vw 0;
    background: transparent;
    font-size: 12px;
    line-height: 1.7;
  }

  .bio-main-copy,
  .bio-brand-panel,
  .bio-social-panel {
    max-width: none;
    width: 100%;
  }

  .bio-brand-panel,
  .bio-social-panel {
    background: transparent;
  }

  .bio-role,
  .bio-direction {
    font-size: clamp(7.5px, 1.9vw, 10px);
  }

  .bio-main-copy h1 {
    margin: 1.8vw 0 1.4vw;
    font-size: 4.2vw;
  }

  .bio-main-copy .modal-kicker {
    margin-bottom: 0;
    font-size: 2.7vw;
  }

  .bio-location {
    font-size: 12px;
    line-height: 1.7;
  }

  .bio-statements {
    gap: 1.6vw;
    margin-bottom: 0;
  }

  .bio-statements p {
    font-size: clamp(7.5px, 1.9vw, 10px);
    line-height: 1.78;
  }

  .bio-statements p:nth-child(3) {
    margin-top: 3.2vw;
  }

  .bio-brand-panel {
    margin-top: 3.2vw;
    padding: 5.2vw 0 5.4vw;
  }

  .bio-brand-panel h2 {
    font-size: 2.6vw;
  }

  .bio-brand-list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.2vw;
    margin: clamp(58px, 10vw, 86px) 2.2vw 0;
  }

  .bio-brand-list img {
    max-width: 5.8vw;
    height: 3.8vw;
  }

  .bio-social-panel {
    padding: 5.2vw 0 2vw;
  }

  .social-links {
    justify-content: space-between;
    gap: clamp(30px, 6.6vw, 54px);
    width: min(52vw, 390px);
    padding-bottom: 2px;
  }

  .social-icon {
    width: 42px;
    height: 42px;
  }

  .social-icon img {
    transform: scale(1.28);
    transform-origin: center;
  }

  .works-page,
  .work-detail,
  .service-page,
  .admin-shell {
    width: calc(100vw - 40px);
    padding-top: 120px;
  }

  .service-page {
    padding-bottom: 64px;
  }

  .service-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
  }

  .service-hero-copy {
    padding-bottom: 0;
  }

  .service-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(42px, 14vw, 68px);
    line-height: 1;
  }

  .service-hero-lead {
    max-width: none;
    font-size: 13px;
    line-height: 1.82;
  }

  .service-visual,
  .service-visual video {
    min-height: 46vh;
  }

  .service-section {
    margin-top: 52px;
    padding-top: 22px;
  }

  .service-statement,
  .service-grid,
  .service-process,
  .service-section-head,
  .service-price-list,
  .service-booking {
    grid-template-columns: 1fr;
  }

  .service-statement {
    justify-content: start;
  }

  .service-statement p {
    font-size: 15px;
    line-height: 1.86;
  }

  .service-grid,
  .service-process,
  .service-section-head,
  .service-booking {
    gap: 20px;
  }

  .service-process li {
    min-height: 0;
  }

  .service-process strong {
    margin-top: 20px;
  }

  .service-price-list article,
  .service-price-list article:nth-child(even) {
    min-height: 0;
    padding: 18px 0;
  }

  .service-price-list article:nth-child(odd) {
    border-right: 0;
  }

  .service-booking .service-cta {
    grid-column: 1;
  }

  .service-scroll-body {
    background: #000000;
  }

  .service-fixed-nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: calc(100vw - 40px);
    margin: 0 20px;
    padding: 18px 0 24px;
    color: white;
    clear: both;
    mix-blend-mode: normal;
  }

  .service-fixed-nav h1 {
    margin: 12px 0 6px;
    font-size: clamp(42px, 14vw, 70px);
  }

  .service-fixed-subtitle {
    margin-bottom: 20px;
  }

  .service-fixed-nav nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 14px;
  }

  .service-fixed-nav nav a {
    width: auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
  }

  .service-fixed-nav nav a.is-active,
  .service-fixed-nav nav a:hover {
    transform: none;
  }

  .service-fixed-booking {
    margin-top: 20px;
  }

  .service-hero-layer {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: 52vh;
    min-height: 360px;
  }

  .service-scroll-page {
    z-index: 2;
  }

  .service-scroll-stage {
    min-height: 0;
    padding: 44px 20px 72px;
  }

  .service-landing-copy h2,
  .service-concept h2,
  .service-feature-head h2,
  .service-process-section h2,
  .service-booking h2 {
    font-size: clamp(34px, 11vw, 58px);
  }

  .service-section-wrap,
  .service-feature-copy {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-concept {
    min-height: 0;
    padding: 74px 0 82px;
  }

  .service-concept-copy {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
  }

  .service-feature {
    padding: 70px 0 42px;
  }

  .service-feature-head {
    margin-bottom: 46px;
  }

  .service-feature-panel {
    min-height: 0;
    padding-bottom: 84px;
  }

  .service-feature-copy {
    padding-top: 0;
  }

  .service-image-rail {
    width: 100vw;
    margin-top: 34px;
    overflow: auto;
  }

  .service-image-track {
    gap: 0;
    padding-right: 20px;
  }

  .service-image-track figure,
  .service-image-track figure:nth-child(2n),
  .service-image-track figure:nth-child(3n) {
    width: min(76vw, 330px);
    height: min(92vw, 410px);
  }

  .service-process-section,
  .service-pricing-section {
    padding: 74px 0 82px;
  }

  .service-booking {
    display: block;
    padding: 74px 20px 88px;
  }

  .service-booking p,
  .service-booking .service-cta {
    grid-column: auto;
  }

  .work-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .works-group .works-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .works-group .work-card {
    display: block;
    padding-bottom: 14px;
  }

  .work-thumb {
    width: 100%;
    height: calc((100vw - 52px) / 2);
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
  }

  .work-card strong {
    font-size: 12px;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .work-card em {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.45;
  }

  .work-meta {
    margin-bottom: 22px;
  }

  .works-search {
    max-width: none;
    margin-bottom: 22px;
  }

  .works-group-toggle {
    padding: 14px 0;
  }

  .work-image {
    min-height: 52vh;
  }

  .work-image.has-image {
    min-height: 0;
  }

  .login-box,
  .editor-box {
    padding: 26px 20px;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) and (hover: hover) and (pointer: fine) {
  .social-links {
    gap: clamp(22px, 4.8vw, 42px);
    width: min(36vw, 280px);
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon img {
    transform: scale(1.1);
  }
}

@media (max-width: 900px), (max-aspect-ratio: 3/4) {
  .service-hero-split {
    display: block;
    min-height: 0;
  }

  .service-hero-panel {
    display: block;
    min-height: 0;
    padding: 22px 20px 28px;
  }

  .service-hero-panel h1 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .service-hero-panel nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
  }

  .service-panel-booking {
    margin-top: 22px;
  }

  .service-hero-photo {
    min-height: 46vh;
    height: 46vh;
  }

  .service-concept-light {
    padding: 66px 0 74px;
  }

  .service-concept-inner,
  .service-feature-title,
  .service-feature-note,
  .service-other-grid {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-concept-light h2 {
    margin-bottom: 34px;
    font-size: clamp(26px, 8vw, 42px);
  }

  .service-concept-columns,
  .service-other-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-feature-canvas {
    padding: 64px 0 72px;
  }

  .service-mini-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100vw - 40px);
    margin: 0 20px 42px;
  }

  .service-feature-title {
    margin-bottom: 34px;
  }

  .service-feature-title h2 {
    font-size: clamp(30px, 11vw, 52px);
  }

  .service-canvas-block,
  .service-canvas-block-offset {
    min-height: 0;
    padding: 26px 0 58px;
  }

  .service-canvas-block-offset .service-feature-note {
    margin-top: 32px;
  }

  .service-feature-note h3 {
    font-size: clamp(20px, 6vw, 32px);
  }

  .service-mosaic-row,
  .service-mosaic-row-high,
  .service-mosaic-row-low {
    height: min(82vw, 360px);
    overflow: auto;
  }

  .service-mosaic-track figure,
  .service-mosaic-track figure:nth-child(2n),
  .service-mosaic-track figure:nth-child(3n),
  .service-mosaic-track figure:nth-child(4n) {
    width: min(72vw, 310px);
    height: 100%;
  }

  .service-other-list article {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .service-reference-pricing .service-section-wrap {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.service-motion-body {
  --service-logo-offset: 0px;
  --service-logo-opacity: 0;
  --service-type-section: clamp(34px, 2.8vw, 42px);
  --service-space-label-title: 14px;
  --service-space-title-body: clamp(44px, 5vw, 72px);
  --service-copy-gap: clamp(72px, 9vw, 140px);
  --service-content-width: min(944px, calc(100vw - 28vw));
  --service-content-left: calc((100vw - var(--service-content-width)) / 2);
  background: #f7f7f7;
  overscroll-behavior-y: none;
}

html:has(body.service-motion-body) {
  overscroll-behavior-y: none;
}

.service-motion-body .site-logo {
  position: fixed;
  top: 75px;
  left: 60px;
  z-index: 930;
  color: #111111;
  width: 56px;
  height: 56px;
  opacity: var(--service-logo-opacity);
  mix-blend-mode: normal;
  transform: translate3d(0, var(--service-logo-offset), 0);
  transition: filter 500ms ease;
  will-change: transform;
}

.service-motion-body .service-logo-object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.service-motion-body .site-logo.is-on-dark .service-logo-object {
  filter: invert(1);
}

.service-motion-body .site-logo.is-on-light .service-logo-object {
  filter: none;
}

.service-motion-page {
  position: relative;
  min-height: 100vh;
  color: #050505;
  background: #f7f7f7;
}

.service-motion-hero {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  color: #111111;
  background: #f7f7f7;
  pointer-events: none;
}

.service-motion-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 27.6388888889%;
  min-width: 280px;
  content: "";
  background: #f7f7f7;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.service-motion-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 26%, rgba(0, 0, 0, 0.12) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.service-motion-hero-image {
  position: absolute;
  top: -10%;
  right: 0;
  width: 100%;
  height: 110%;
  padding-left: 27.6388888889%;
}

.service-motion-hero-image picture,
.service-motion-hero-image img,
.service-motion-hero-video {
  display: block;
  width: 100%;
  height: 100%;
}

.service-motion-hero-image picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.service-motion-hero-video {
  position: relative;
  z-index: 1;
}

.service-motion-hero-image img,
.service-motion-hero-video {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.96);
}

.service-motion-hero-menu {
  position: absolute;
  left: 4.5vw;
  bottom: 11.2vh;
  z-index: 2;
  width: min(360px, calc(27.6388888889vw - 7vw));
  pointer-events: auto;
}

.service-motion-hero-menu h1 {
  margin: 16px 0 8px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(38px, 4.15vw, 62px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  white-space: nowrap;
}

.service-motion-hero-menu .service-fixed-kicker {
  color: #111111;
}

.service-motion-hero-menu .service-fixed-subtitle {
  margin-bottom: 26px;
  color: rgba(17, 17, 17, 0.66);
}

.service-motion-nav {
  display: grid;
  gap: 17px;
  margin-top: 34px;
}

.service-motion-nav a {
  position: relative;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  width: fit-content;
  color: currentColor;
  line-height: 1.2;
  opacity: 0.88;
  transition:
    opacity 800ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-motion-nav a span {
  font-size: 9px;
  line-height: 1.2;
  opacity: 0.46;
  font-variant-numeric: tabular-nums;
}

.service-motion-nav a > span:first-child {
  padding-top: 2px;
}

.service-motion-nav .service-nav-text {
  display: grid;
  gap: 4px;
  opacity: 1;
}

.service-motion-nav .service-nav-label {
  color: currentColor;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.2px;
  opacity: 1;
}

.service-motion-nav .service-nav-cn {
  color: currentColor;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.5px;
  opacity: 0.82;
}

.service-motion-nav a.is-active,
.service-motion-nav a:hover {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}

.service-motion-container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  pointer-events: none;
}

.service-motion-container > * {
  pointer-events: auto;
}

.service-motion-main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  margin-top: 100vh;
  margin-top: 100svh;
  color: #050505;
  background: #f7f7f7;
}

.service-motion-pin-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  width: 190px;
  height: 100vh;
  height: 100svh;
  align-items: flex-end;
  padding: 0 0 48px 4.5vw;
  color: #111111;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(18px + var(--service-pin-menu-y, 0px)), 0);
  transition:
    color 500ms ease,
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-motion-pin-menu .service-motion-nav {
  margin-top: 0;
}

.service-motion-pin-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, var(--service-pin-menu-y, 0px), 0);
}

.service-motion-pin-menu.is-ended {
  pointer-events: none;
}

.service-motion-pin-menu.is-on-dark {
  color: #f7f7f7;
}

.service-motion-pin-menu.is-on-light {
  color: #111111;
}

.service-motion-pin-menu .service-motion-nav a.is-on-dark {
  color: #f7f7f7;
}

.service-motion-pin-menu .service-motion-nav a.is-on-light {
  color: #111111;
}

.service-motion-body .service-panel-description {
  max-width: 230px;
  margin: 18px 0 0;
  color: rgba(17, 17, 17, 0.54);
}

.service-motion-body .service-concept-light {
  position: relative;
  z-index: 2;
  min-height: 576px;
  padding: 112px 0;
  color: #111111;
  background: #f7f7f7;
}

.service-motion-body .service-concept-inner {
  width: var(--service-content-width);
  margin-left: var(--service-content-left);
  margin-right: 4.5vw;
}

.service-motion-body .service-concept-light .modal-kicker,
.service-motion-body .service-concept-light p {
  color: rgba(17, 17, 17, 0.72);
}

.service-motion-body .service-concept-light h2,
.service-motion-body .service-feature-title h2 {
  margin: var(--service-space-label-title) 0 0;
  color: #111111;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: var(--service-type-section);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.service-motion-body .service-feature-canvas {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 94px 0 0;
  color: #f7f7f7;
  background: #0b0b0b;
}

.service-motion-body .service-feature-title {
  position: relative;
  z-index: 2;
  width: var(--service-content-width);
  margin: 0 4.5vw 96px var(--service-content-left);
}

.service-motion-body .service-feature-title h2 {
  color: #f7f7f7;
}

.service-motion-body .service-feature-title p:not(.modal-kicker) {
  max-width: clamp(440px, 36.4vw, 548px);
  margin: 38px 0 0;
  color: rgba(247, 247, 247, 0.72);
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.7px;
}

.service-motion-body .service-feature-title p:not(.modal-kicker) + p:not(.modal-kicker) {
  margin-top: 14px;
}

.service-motion-body .service-feature-title-followup {
  margin-top: 96px;
}

.service-feature-marquee {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.service-feature-marquee::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: max(220px, 18vw);
  content: "";
  background: linear-gradient(90deg, rgba(11, 11, 11, 0.72), rgba(11, 11, 11, 0));
  pointer-events: none;
}

.service-feature-marquee-track {
  --service-marquee-duration: 82s;
  display: flex;
  width: max-content;
  align-items: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
  will-change: transform;
  animation: service-feature-marquee var(--service-marquee-duration) linear infinite;
}

.service-feature-marquee-item {
  flex: 0 0 auto;
  width: clamp(300px, 31vw, 520px);
  height: clamp(230px, 29vw, 440px);
  margin: 0;
  overflow: hidden;
  background: #1a1a1a;
}

.service-feature-marquee-item:nth-child(3n) {
  width: clamp(250px, 24vw, 390px);
  height: clamp(310px, 38vw, 540px);
}

.service-feature-marquee-item:nth-child(4n) {
  width: clamp(360px, 38vw, 620px);
  height: clamp(210px, 25vw, 380px);
}

.service-feature-marquee-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
}

.service-feature-marquee-followup {
  padding-bottom: 118px;
}

.service-motion-body .service-feature-title-compare {
  margin-top: 110px;
}

.service-compare-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(62px, 7vw, 104px);
  width: var(--service-content-width);
  margin: 0 4.5vw 128px var(--service-content-left);
}

.service-compare-card {
  display: grid;
  gap: 30px;
}

.service-compare-copy .modal-kicker {
  color: rgba(247, 247, 247, 0.7);
}

.service-compare-copy h3 {
  margin: 10px 0 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.service-compare-copy p:not(.modal-kicker) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(247, 247, 247, 0.7);
  font-size: 12px;
  line-height: 1.95;
  letter-spacing: 0.7px;
}

@media (min-width: 901px) {
  .service-motion-body .service-concept-inner,
  .service-motion-body .service-feature-title {
    width: fit-content;
    max-width: var(--service-content-width);
    margin-left: auto;
    margin-right: auto;
  }

  .service-compare-copy {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-before-after {
  --service-compare-position: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #151515;
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}

.service-compare-image,
.service-compare-before-wrap {
  position: absolute;
  inset: 0;
}

.service-compare-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.service-compare-before-wrap {
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--service-compare-position)) 0 0);
}

.service-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--service-compare-position);
  z-index: 3;
  width: 2px;
  background: rgba(247, 247, 247, 0.92);
  transform: translateX(-1px);
  pointer-events: none;
}

.service-compare-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f7f7f7;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
}

.service-compare-line span::before,
.service-compare-line span::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
}

.service-compare-line span::before {
  left: 11px;
  transform: translateY(-50%) rotate(-45deg);
}

.service-compare-line span::after {
  right: 11px;
  transform: translateY(-50%) rotate(135deg);
}

.service-compare-labels {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.6px;
  pointer-events: none;
}

@keyframes service-feature-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.service-motion-body .service-concept-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: var(--service-copy-gap);
  margin-top: var(--service-space-title-body);
}

.service-motion-body .service-concept-columns p {
  margin: 0;
  text-align: left;
}

.service-motion-body .service-concept-columns p:only-child {
  grid-column: 1 / -1;
  max-width: clamp(440px, 36.4vw, 548px);
}

.service-feature-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 2.8vw;
  width: var(--service-content-width);
  margin: 0 4.5vw 0 var(--service-content-left);
}

.service-feature-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 219, 223, 0.72);
}

.service-feature-card-info {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 0;
}

.service-feature-card-number {
  margin: 0;
  color: rgba(247, 247, 247, 0.62);
  font-size: 10px;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}

.service-feature-card h3 {
  position: relative;
  margin: -4px 0 18px;
  padding-left: 11px;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.8px;
}

.service-feature-card h3::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 6px;
  content: "";
  background: rgba(247, 247, 247, 0.58);
}

.service-feature-card p {
  color: rgba(247, 247, 247, 0.76);
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.8px;
}

.service-feature-card figure {
  width: calc(100% - 24px);
  margin: 26px 0 0 24px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #181818;
}

.service-feature-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
}

.service-motion-body .service-reference-pricing {
  position: relative;
  z-index: 4;
  padding-top: 112px;
  color: #050505;
  background: #f7f7f7;
}

.service-motion-body .service-reference-pricing h2,
.service-motion-body .service-reference-pricing h3,
.service-motion-body .service-reference-pricing p,
.service-motion-body .service-reference-pricing strong {
  color: #111111;
}

.service-motion-body .service-reference-pricing .service-price-list article {
  border-color: rgba(17, 17, 17, 0.22);
}

.service-estimator {
  display: grid;
  gap: clamp(42px, 5vw, 76px);
  margin-top: clamp(42px, 5vw, 72px);
}

.service-estimator-list {
  display: grid;
  gap: 18px;
}

.service-estimator-list .modal-kicker {
  color: rgba(17, 17, 17, 0.62);
}

.service-estimator-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 76px);
}

.service-estimator-package-card {
  display: grid;
  align-content: start;
  color: #111111;
  text-decoration: none;
  background: transparent;
}

.service-estimator-package-card span,
.service-estimator-option em,
.service-estimator-note,
.service-estimator-current {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.7px;
}

.service-estimator-package-card span {
  color: rgba(17, 17, 17, 0.58);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.service-estimator-package-card h3 {
  margin: 18px 0 0;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}

.service-estimator-package-card p {
  max-width: 360px;
  margin-top: 18px;
  color: rgba(17, 17, 17, 0.64);
}

.service-estimator-package-card figure {
  width: 100%;
  margin: 34px 0 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #e7e7e7;
}

.service-estimator-package-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 420ms ease;
}

.service-estimator-package-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 4px 18px;
  margin: 22px 0 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.7px;
  list-style: none;
}

.service-estimator-package-card li::before {
  content: "。";
  margin-right: 4px;
}

.service-estimator-package-card > strong {
  justify-self: end;
  margin-top: 26px;
  color: #111111;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

.service-estimator-package-card > strong em {
  margin-left: 12px;
  color: rgba(17, 17, 17, 0.52);
  font-style: normal;
}

.service-estimator-package-card:hover img {
  transform: scale(1.035);
}

.service-estimator-main-card {
  display: grid;
  max-width: 680px;
  min-height: 260px;
  padding: clamp(28px, 4vw, 48px);
  color: #111111;
  text-decoration: none;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(17, 17, 17, 0.08);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-estimator-main-card span {
  color: rgba(17, 17, 17, 0.52);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.service-estimator-main-card h3 {
  max-width: 520px;
  margin: 16px 0 0;
  color: #111111;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.service-estimator-main-card p {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 12px;
  line-height: 1.95;
  letter-spacing: 0.7px;
}

.service-estimator-main-card strong {
  align-self: end;
  justify-self: end;
  margin-top: 38px;
  color: #111111;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

.service-estimator-main-card strong em {
  margin-left: 12px;
  color: rgba(17, 17, 17, 0.52);
  font-style: normal;
}

.service-estimator-main-card:hover {
  border-color: rgba(17, 17, 17, 0.38);
  box-shadow: 0 38px 120px rgba(17, 17, 17, 0.13);
  transform: translateY(-2px);
}

.service-estimator:not(.is-estimating) .service-estimator-workspace {
  display: none;
}

.service-estimator.is-estimating .service-estimator-list {
  display: none;
}

.service-estimator-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  align-items: start;
  gap: clamp(34px, 4.6vw, 68px);
}

.service-estimator-main {
  display: grid;
  gap: 42px;
}

.service-estimator-back {
  justify-self: start;
  padding: 0 0 6px;
  color: rgba(17, 17, 17, 0.68);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.6px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.34);
  background: transparent;
  cursor: pointer;
}

.service-estimator-panel,
.service-estimator-addons {
  display: grid;
  gap: 18px;
}

.service-estimator-panel h3,
.service-estimator-addons h3 {
  margin: 0;
  color: #111111;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
}

.service-estimator-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 17, 17, 0.22);
  border-left: 1px solid rgba(17, 17, 17, 0.22);
}

.service-estimator-option {
  display: grid;
  min-height: 148px;
  padding: 22px;
  color: #111111;
  text-align: left;
  border: 0;
  border-right: 1px solid rgba(17, 17, 17, 0.22);
  border-bottom: 1px solid rgba(17, 17, 17, 0.22);
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.service-estimator-option span {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.service-estimator-option em {
  margin-top: 12px;
  color: rgba(17, 17, 17, 0.6);
  font-style: normal;
}

.service-estimator-option strong {
  align-self: end;
  margin-top: 20px;
  color: #111111;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.service-estimator-option.is-selected,
.service-estimator-option:hover {
  color: #f7f7f7;
  background: #111111;
}

.service-estimator-option.is-selected em,
.service-estimator-option.is-selected strong,
.service-estimator-option:hover em,
.service-estimator-option:hover strong {
  color: rgba(247, 247, 247, 0.74);
}

.service-estimator-summary {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
  padding: 28px;
  color: #f7f7f7;
  background: #111111;
}

.service-estimator-summary .modal-kicker {
  color: rgba(247, 247, 247, 0.62);
}

.service-estimator-total {
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.service-estimator-current,
.service-estimator-note {
  margin: 0;
  color: rgba(247, 247, 247, 0.7);
}

.service-estimator-contact {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding-bottom: 6px;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.6px;
  text-decoration: none;
  border-bottom: 1px solid rgba(247, 247, 247, 0.7);
}

.estimate-page {
  --estimate-glass-bg: rgba(247, 247, 247, 0.062);
  --estimate-glass-bg-strong: rgba(247, 247, 247, 0.092);
  --estimate-glass-bg-hover: rgba(247, 247, 247, 0.12);
  --estimate-glass-border: rgba(255, 255, 255, 0.25);
  --estimate-glass-border-strong: rgba(255, 255, 255, 0.42);
  --estimate-glass-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 24px 80px rgba(0, 0, 0, 0.4);
  position: relative;
  min-height: 100vh;
  color: #f7f7f7;
  background: #050505;
}

.estimate-page::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 8%, rgba(247, 247, 247, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.12) 46%, rgba(0, 0, 0, 0.48));
}

.estimate-video-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #050505;
}

.estimate-video-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.9;
  filter: blur(34px) saturate(0.9) contrast(0.94) brightness(0.9);
  transform: scale(1.12);
  transform-origin: center center;
}

.estimate-logo {
  position: fixed;
  top: 75px;
  left: 60px;
  z-index: 20;
  width: 42px;
  height: 42px;
  opacity: 0.86;
}

.estimate-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.estimate-page.is-estimate-flow .estimate-logo {
  opacity: 0;
  pointer-events: none;
}

.estimate-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 64px 0 104px;
}

.estimate-intro {
  min-height: calc(100vh - 128px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(34px, 5vw, 62px);
  text-align: center;
}

.estimate-header {
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.estimate-header .modal-kicker a {
  color: inherit;
  text-decoration: none;
}

.estimate-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 0 18px;
  color: rgba(247, 247, 247, 0.82);
  border: 1px solid var(--estimate-glass-border);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.075));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 18px 54px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(34px) saturate(1.55);
  backdrop-filter: blur(34px) saturate(1.55);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.estimate-header h1 {
  max-width: 720px;
  margin: 24px auto 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
}

.estimate-header p:not(.modal-kicker):not(.estimate-hero-badge) {
  max-width: 640px;
  margin: 22px auto 0;
  color: rgba(247, 247, 247, 0.62);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.6px;
}

.estimate-question {
  display: grid;
  width: min(780px, 100%);
  gap: 20px;
  margin: 0 auto;
}

.estimate-question h2 {
  margin: 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.25;
  letter-spacing: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .estimate-intro .estimate-hero-badge,
  .estimate-intro .estimate-header h1,
  .estimate-intro .estimate-header p:not(.modal-kicker):not(.estimate-hero-badge),
  .estimate-intro .estimate-question,
  .estimate-intro .estimate-type-card {
    animation: estimate-intro-enter 1200ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter;
  }

  .estimate-intro .estimate-hero-badge {
    animation-delay: 80ms;
  }

  .estimate-intro .estimate-header h1 {
    animation-delay: 180ms;
  }

  .estimate-intro .estimate-header p:not(.modal-kicker):not(.estimate-hero-badge) {
    animation-delay: 300ms;
  }

  .estimate-intro .estimate-question {
    animation-delay: 420ms;
  }

  .estimate-intro .estimate-type-card:nth-child(1) {
    animation-delay: 520ms;
  }

  .estimate-intro .estimate-type-card:nth-child(2) {
    animation-delay: 650ms;
  }
}

@keyframes estimate-intro-enter {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 44px, 0);
  }

  58% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

.estimate-type-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.estimate-type-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 184px;
  padding: 24px;
  color: #f7f7f7;
  text-align: left;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05) 46%, rgba(255, 255, 255, 0.018)),
    var(--estimate-glass-bg);
  box-shadow: var(--estimate-glass-shadow);
  -webkit-backdrop-filter: blur(46px) saturate(1.7);
  backdrop-filter: blur(46px) saturate(1.7);
  cursor: pointer;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.estimate-type-card::before,
.estimate-option::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035) 34%, transparent 62%),
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.13), transparent 34%);
  opacity: 0.5;
}

.estimate-type-card > *,
.estimate-option > * {
  position: relative;
  z-index: 1;
}

.estimate-type-card + .estimate-type-card {
  padding-left: 24px;
}

.estimate-type-card span {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.estimate-type-card strong {
  align-self: center;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.estimate-type-card em {
  align-self: end;
  max-width: 360px;
  color: rgba(247, 247, 247, 0.58);
  font-style: normal;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.estimate-type-card:hover {
  color: #f7f7f7;
  border-color: var(--estimate-glass-border-strong);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07) 48%, rgba(255, 255, 255, 0.028)),
    var(--estimate-glass-bg-hover);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 30px 96px rgba(0, 0, 0, 0.42);
  transform: translateY(-4px);
}

.estimate-type-card:hover strong {
  text-decoration: none;
}

.estimate-flow {
  margin-top: 0;
  padding: clamp(38px, 6vw, 72px) 0 0;
  color: #f7f7f7;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-margin-top: 32px;
}

@media (prefers-reduced-motion: no-preference) {
  .estimate-flow:not([hidden]) .estimate-flow-head,
  .estimate-flow:not([hidden]) .estimate-back,
  .estimate-flow:not([hidden]) .estimate-step,
  .estimate-flow:not([hidden]) .estimate-option {
    animation: estimate-flow-enter 1250ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter;
  }

  .estimate-flow:not([hidden]) .estimate-flow-head {
    animation-delay: 80ms;
  }

  .estimate-flow:not([hidden]) .estimate-back {
    animation-delay: 260ms;
  }

  .estimate-flow:not([hidden]) .estimate-step {
    animation-delay: 380ms;
  }

  .estimate-flow:not([hidden]) .estimate-option:nth-child(1) {
    animation-delay: 480ms;
  }

  .estimate-flow:not([hidden]) .estimate-option:nth-child(2) {
    animation-delay: 580ms;
  }

  .estimate-flow:not([hidden]) .estimate-option:nth-child(3) {
    animation-delay: 680ms;
  }

  .estimate-flow:not([hidden]) .estimate-option:nth-child(4) {
    animation-delay: 780ms;
  }
}

@keyframes estimate-flow-enter {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(0, 52px, 0);
  }

  55% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

.estimate-flow-head {
  display: grid;
  justify-items: center;
  max-width: 720px;
  margin: 0 auto clamp(34px, 5vw, 64px);
  text-align: center;
}

.estimate-flow-head h1 {
  max-width: 660px;
  margin: 22px auto 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.estimate-flow-head p:not(.estimate-hero-badge) {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(247, 247, 247, 0.58);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.6px;
}

.estimate-back,
.estimate-custom-toggle {
  width: max-content;
  padding: 0 0 7px;
  color: rgba(247, 247, 247, 0.58);
  border: 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.28);
  background: transparent;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.estimate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.34fr);
  align-items: start;
  gap: clamp(28px, 4.5vw, 64px);
  margin-top: clamp(34px, 5vw, 60px);
}

.estimate-config,
.estimate-step {
  display: grid;
  gap: 24px;
}

.estimate-config {
  gap: 58px;
}

.estimate-step h2,
.estimate-booking h2 {
  margin: 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.18;
  letter-spacing: 0;
}

.estimate-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.estimate-option {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 168px;
  padding: 22px;
  color: #f7f7f7;
  text-align: left;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045) 52%, rgba(255, 255, 255, 0.016)),
    var(--estimate-glass-bg);
  box-shadow: var(--estimate-glass-shadow);
  -webkit-backdrop-filter: blur(44px) saturate(1.68);
  backdrop-filter: blur(44px) saturate(1.68);
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.estimate-option-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: currentColor;
  border: 1px solid rgba(247, 247, 247, 0.2);
  border-radius: 14px;
  background: rgba(247, 247, 247, 0.055);
}

.estimate-option-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.estimate-option-label {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.estimate-option em {
  margin-top: 12px;
  color: rgba(247, 247, 247, 0.58);
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.6px;
}

.estimate-option strong {
  align-self: end;
  margin-top: 20px;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.estimate-option:hover {
  color: #f7f7f7;
  border-color: rgba(247, 247, 247, 0.56);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07) 52%, rgba(255, 255, 255, 0.028)),
    rgba(247, 247, 247, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 28px 86px rgba(0, 0, 0, 0.44);
  transform: translateY(-3px);
}

.estimate-page.is-estimate-hover-locked .estimate-option:hover {
  color: #f7f7f7;
  border-color: var(--estimate-glass-border);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045) 52%, rgba(255, 255, 255, 0.016)),
    var(--estimate-glass-bg);
  box-shadow: var(--estimate-glass-shadow);
  transform: none;
}

.estimate-option.is-selected {
  color: #f7f7f7;
  border-color: rgba(247, 247, 247, 0.7);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06) 52%, rgba(255, 255, 255, 0.022)),
    rgba(247, 247, 247, 0.105);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.42);
  transform: none;
}

.estimate-option:hover em,
.estimate-option:hover strong,
.estimate-option:hover .estimate-option-icon {
  color: rgba(247, 247, 247, 0.78);
}

.estimate-page.is-estimate-hover-locked .estimate-option:hover em {
  color: rgba(247, 247, 247, 0.58);
}

.estimate-page.is-estimate-hover-locked .estimate-option:hover strong {
  color: #f7f7f7;
}

.estimate-page.is-estimate-hover-locked .estimate-option:hover .estimate-option-icon {
  color: currentColor;
  border-color: rgba(247, 247, 247, 0.2);
  background: rgba(247, 247, 247, 0.055);
}

.estimate-option:hover .estimate-option-icon {
  border-color: rgba(247, 247, 247, 0.28);
  background: rgba(247, 247, 247, 0.08);
}

.estimate-photo-meter {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(247, 247, 247, 0.58);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

.estimate-photo-meter strong {
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.estimate-custom-panel {
  display: grid;
  gap: 24px;
  padding-top: 10px;
}

.estimate-custom-control {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(120px, 0.5fr) auto;
  gap: 12px;
  align-items: end;
}

.estimate-custom-control label {
  display: grid;
  gap: 8px;
}

.estimate-custom-control label span {
  color: rgba(247, 247, 247, 0.56);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.estimate-custom-control select,
.estimate-custom-control input,
.estimate-custom-control button {
  min-height: 48px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.18);
  border-radius: 12px;
  background: rgba(247, 247, 247, 0.06);
  font: inherit;
  letter-spacing: 0.4px;
}

.estimate-custom-control select,
.estimate-custom-control input {
  padding: 0 14px;
}

.estimate-custom-control button {
  padding: 0 22px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.estimate-custom-list {
  display: grid;
  border-top: 1px solid rgba(247, 247, 247, 0.16);
}

.estimate-custom-list > p {
  margin: 0;
  padding: 18px 0 0;
  color: rgba(247, 247, 247, 0.56);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.estimate-custom-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.14);
}

.estimate-custom-item span,
.estimate-custom-item strong,
.estimate-custom-item button {
  color: #f7f7f7;
  font-size: 13px;
  line-height: 1.5;
}

.estimate-custom-item strong,
.estimate-custom-item button {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.estimate-custom-item button {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.28);
  background: transparent;
  cursor: pointer;
}

.estimate-location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.estimate-location-option {
  min-height: 64px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.16);
  border-radius: 14px;
  background: rgba(247, 247, 247, 0.055);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.estimate-location-option.is-selected,
.estimate-location-option:hover {
  color: #111111;
  border-color: #f7f7f7;
  background: #f7f7f7;
}

.estimate-location-note {
  margin: 0;
  color: rgba(247, 247, 247, 0.56);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.estimate-summary {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
  padding: 28px;
  color: #f7f7f7;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055) 48%, rgba(255, 255, 255, 0.018)),
    var(--estimate-glass-bg-strong);
  box-shadow: var(--estimate-glass-shadow);
  -webkit-backdrop-filter: blur(48px) saturate(1.65);
  backdrop-filter: blur(48px) saturate(1.65);
}

.estimate-summary .modal-kicker {
  color: rgba(247, 247, 247, 0.62);
}

.estimate-summary > strong {
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1;
}

.estimate-summary > p,
.estimate-summary dd,
.estimate-summary dt {
  margin: 0;
  color: rgba(247, 247, 247, 0.7);
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0.6px;
}

.estimate-summary dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.estimate-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(247, 247, 247, 0.18);
  padding-top: 8px;
}

.estimate-primary {
  min-height: 48px;
  margin-top: 10px;
  color: #111111;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
  background: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.estimate-primary:hover {
  box-shadow: 0 16px 42px rgba(247, 247, 247, 0.16);
  transform: translateY(-2px);
}

.estimate-page.is-estimate-modal-open {
  overflow: hidden;
}

.estimate-package-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 5, 5, 0.34);
  -webkit-backdrop-filter: blur(28px) saturate(1.35);
  backdrop-filter: blur(28px) saturate(1.35);
}

.estimate-package-modal[hidden] {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .estimate-package-modal.is-entering {
    animation: estimate-modal-backdrop-enter 700ms ease;
    animation-fill-mode: backwards;
  }

  .estimate-package-modal.is-entering .estimate-package-confirm,
  .estimate-package-modal.is-entering .estimate-package-side-summary {
    animation: estimate-modal-panel-enter 1100ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter;
  }

  .estimate-package-modal.is-entering .estimate-package-confirm {
    animation-delay: 90ms;
  }

  .estimate-package-modal.is-entering .estimate-package-side-summary {
    animation-delay: 230ms;
  }

  .estimate-package-modal.is-entering .estimate-package-row,
  .estimate-package-modal.is-entering .estimate-package-total,
  .estimate-package-modal.is-entering .estimate-package-actions {
    animation: estimate-modal-content-enter 900ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform;
  }

  .estimate-package-modal.is-entering .estimate-package-row:nth-child(1) {
    animation-delay: 420ms;
  }

  .estimate-package-modal.is-entering .estimate-package-row:nth-child(2) {
    animation-delay: 460ms;
  }

  .estimate-package-modal.is-entering .estimate-package-row:nth-child(3) {
    animation-delay: 500ms;
  }

  .estimate-package-modal.is-entering .estimate-package-row:nth-child(4) {
    animation-delay: 540ms;
  }

  .estimate-package-modal.is-entering .estimate-package-row:nth-child(5) {
    animation-delay: 580ms;
  }

  .estimate-package-modal.is-entering .estimate-package-row:nth-child(6) {
    animation-delay: 620ms;
  }

  .estimate-package-modal.is-entering .estimate-package-total {
    animation-delay: 680ms;
  }

  .estimate-package-modal.is-entering .estimate-package-actions {
    animation-delay: 760ms;
  }
}

@keyframes estimate-modal-backdrop-enter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes estimate-modal-panel-enter {
  0% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(0, 58px, 0) scale(0.985);
  }

  60% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes estimate-modal-content-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.estimate-package-modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.62fr);
  gap: clamp(20px, 3vw, 34px);
  width: min(1080px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
}

.estimate-package-confirm {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(22px, 3vw, 30px);
  color: #f7f7f7;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.15), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(18, 18, 18, 0.56) 58%, rgba(8, 8, 8, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 38px 120px rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(52px) saturate(1.7);
  backdrop-filter: blur(52px) saturate(1.7);
}

.estimate-package-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(247, 247, 247, 0.74);
  border: 1px solid rgba(247, 247, 247, 0.22);
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.06);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.estimate-package-close:hover {
  background: rgba(247, 247, 247, 0.14);
  transform: translateY(-1px);
}

.estimate-package-confirm h2 {
  max-width: 440px;
  margin: 12px 0 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}

.estimate-package-confirm > p:not(.modal-kicker) {
  max-width: 470px;
  margin: 12px 0 0;
  color: rgba(247, 247, 247, 0.62);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.5px;
}

.estimate-package-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 10px 0;
  border-top: 1px solid rgba(247, 247, 247, 0.18);
  border-bottom: 1px solid rgba(247, 247, 247, 0.18);
}

.estimate-package-total span,
.estimate-package-total strong {
  color: rgba(247, 247, 247, 0.78);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.estimate-package-total strong {
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.estimate-package-reset {
  width: max-content;
  margin-top: 14px;
  padding: 0 0 6px;
  color: rgba(247, 247, 247, 0.72);
  border: 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.32);
  background: transparent;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.estimate-package-composition {
  display: grid;
  margin-top: 14px;
}

.estimate-package-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.13);
}

.estimate-package-row span,
.estimate-package-row strong {
  color: rgba(247, 247, 247, 0.78);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.estimate-package-row strong {
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.estimate-package-row.is-zero {
  border-bottom-color: rgba(247, 247, 247, 0.08);
}

.estimate-package-row.is-zero .estimate-package-label b,
.estimate-package-row.is-zero .estimate-package-counter strong {
  color: rgba(247, 247, 247, 0.38);
}

.estimate-package-row.is-zero .estimate-package-counter button {
  color: rgba(247, 247, 247, 0.46);
  border-color: rgba(247, 247, 247, 0.14);
  background: rgba(247, 247, 247, 0.025);
}

.estimate-package-row.is-zero .estimate-package-counter button[data-estimate-package-delta="1"] {
  color: rgba(247, 247, 247, 0.66);
  border-color: rgba(247, 247, 247, 0.22);
}

.estimate-package-label {
  display: grid;
  gap: 3px;
}

.estimate-package-label b {
  color: rgba(247, 247, 247, 0.82);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

.estimate-package-label em {
  color: rgba(247, 247, 247, 0.42);
  font-style: normal;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.estimate-package-counter {
  display: grid;
  grid-template-columns: 28px minmax(42px, auto) 28px;
  align-items: center;
  justify-items: center;
  gap: 8px;
}

.estimate-package-counter strong {
  display: inline-grid;
  min-width: 42px;
  height: 28px;
  place-items: center;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
}

.estimate-package-counter button {
  position: relative;
  width: 28px;
  height: 28px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.24);
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.06);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.estimate-package-counter button::before,
.estimate-package-counter button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%);
}

.estimate-package-counter button[data-estimate-package-delta="-1"]::after {
  display: none;
}

.estimate-package-counter button[data-estimate-package-delta="1"]::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.estimate-package-counter button:hover {
  background: rgba(247, 247, 247, 0.16);
  transform: translateY(-1px);
}

.estimate-package-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.estimate-package-actions button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 13px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.estimate-package-secondary {
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.22);
  background: rgba(247, 247, 247, 0.06);
}

.estimate-package-primary {
  color: #111111;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.estimate-package-actions button:hover {
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.estimate-package-side-summary {
  align-self: stretch;
  min-height: 420px;
  padding: clamp(28px, 3.5vw, 40px);
  color: #f7f7f7;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.15), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(18, 18, 18, 0.54) 58%, rgba(8, 8, 8, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 34px 110px rgba(0, 0, 0, 0.52);
  -webkit-backdrop-filter: blur(50px) saturate(1.68);
  backdrop-filter: blur(50px) saturate(1.68);
}

.estimate-package-side-summary > strong {
  display: block;
  margin-top: 24px;
  color: #f7f7f7;
  font-family: "Replica Regular", Helvetica, Arial, sans-serif;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0;
}

.estimate-package-side-summary > p:not(.modal-kicker),
.estimate-package-side-summary dt,
.estimate-package-side-summary dd {
  color: rgba(247, 247, 247, 0.62);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

.estimate-package-side-summary > p:not(.modal-kicker) {
  margin: 26px 0 0;
}

.estimate-package-side-summary dl {
  display: grid;
  margin: 30px 0 0;
  border-top: 1px solid rgba(247, 247, 247, 0.14);
}

.estimate-package-side-summary dl div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.14);
}

.estimate-package-side-summary dt {
  display: grid;
  gap: 4px;
  max-width: 72%;
}

.estimate-package-side-summary dt small {
  color: rgba(247, 247, 247, 0.38);
  font-family: "Replica Regular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: 0.2px;
}

.estimate-package-side-summary dd {
  margin: 0;
  color: rgba(247, 247, 247, 0.78);
  text-align: right;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.estimate-summary-deposit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
}

.estimate-summary-deposit span,
.estimate-summary-deposit strong {
  color: rgba(247, 247, 247, 0.86);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.estimate-summary-deposit small {
  grid-column: 1 / -1;
  color: rgba(247, 247, 247, 0.4);
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.estimate-addon-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(20px, 4vw, 58px);
  background: rgba(5, 5, 5, 0.34);
  -webkit-backdrop-filter: blur(28px) saturate(1.35);
  backdrop-filter: blur(28px) saturate(1.35);
}

.estimate-addon-modal[hidden] {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .estimate-addon-modal.is-entering {
    animation: estimate-addon-backdrop-enter 700ms ease;
    animation-fill-mode: backwards;
  }

  .estimate-addon-modal.is-entering .estimate-addon-dialog,
  .estimate-addon-modal.is-entering .estimate-addon-summary {
    animation: estimate-addon-panel-enter 1100ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter;
  }

  .estimate-addon-modal.is-entering .estimate-addon-dialog {
    animation-delay: 90ms;
  }

  .estimate-addon-modal.is-entering .estimate-addon-summary {
    animation-delay: 230ms;
  }

  .estimate-addon-modal.is-entering .estimate-addon-choice,
  .estimate-addon-modal.is-entering .estimate-package-actions {
    animation: estimate-addon-content-enter 900ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform;
  }

  .estimate-addon-modal.is-entering .estimate-addon-choice:nth-child(1) {
    animation-delay: 420ms;
  }

  .estimate-addon-modal.is-entering .estimate-addon-choice:nth-child(2) {
    animation-delay: 520ms;
  }

  .estimate-addon-modal.is-entering .estimate-addon-choice:nth-child(3) {
    animation-delay: 620ms;
  }

  .estimate-addon-modal.is-entering .estimate-package-actions {
    animation-delay: 720ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-dialog,
  .estimate-addon-modal.is-step-entering .estimate-addon-summary {
    animation: estimate-addon-step-panel-enter 920ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-summary {
    animation-delay: 120ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-dialog h2,
  .estimate-addon-modal.is-step-entering .estimate-addon-dialog > p:not(.modal-kicker),
  .estimate-addon-modal.is-step-entering .estimate-addon-modal-list > *,
  .estimate-addon-modal.is-step-entering .estimate-package-actions {
    animation: estimate-addon-step-content-enter 820ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-dialog > p:not(.modal-kicker) {
    animation-delay: 90ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-modal-list > :nth-child(1) {
    animation-delay: 180ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-modal-list > :nth-child(2),
  .estimate-addon-modal.is-step-entering .estimate-location-choice:nth-child(2) {
    animation-delay: 280ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-addon-modal-list > :nth-child(3) {
    animation-delay: 380ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-package-actions {
    animation-delay: 480ms;
  }

  .estimate-addon-modal[data-estimate-addon-step="location"].is-step-entering .estimate-location-choice {
    animation: estimate-transport-card-enter 1300ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter, background-color;
  }

  .estimate-addon-modal[data-estimate-addon-step="location"].is-step-entering .estimate-location-choice.is-selected {
    animation-name: estimate-transport-selected-card-enter;
  }

  .estimate-addon-modal[data-estimate-addon-step="location"].is-step-entering .estimate-location-choice:nth-child(1) {
    animation-delay: 260ms;
  }

  .estimate-addon-modal[data-estimate-addon-step="location"].is-step-entering .estimate-location-choice:nth-child(2) {
    animation-delay: 430ms;
  }

  .estimate-addon-modal.is-step-entering .estimate-summary-row.is-transport {
    animation: estimate-transport-summary-enter 1050ms cubic-bezier(0.16, 1, 0.3, 1);
    animation-delay: 520ms;
    animation-fill-mode: backwards;
    will-change: opacity, transform, filter;
  }
}

@keyframes estimate-addon-backdrop-enter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes estimate-addon-panel-enter {
  0% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(0, 58px, 0) scale(0.985);
  }

  60% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes estimate-addon-content-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes estimate-addon-step-panel-enter {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(0, 42px, 0) scale(0.99);
  }

  64% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes estimate-addon-step-content-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes estimate-transport-card-enter {
  0% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(0, 72px, 0) scale(0.94);
  }

  58% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes estimate-transport-selected-card-enter {
  0% {
    opacity: 0;
    color: #f7f7f7;
    filter: blur(14px);
    background: rgba(247, 247, 247, 0.055);
    transform: translate3d(0, 72px, 0) scale(0.94);
  }

  52% {
    opacity: 1;
    color: #f7f7f7;
    filter: blur(0);
    background: rgba(247, 247, 247, 0.18);
  }

  100% {
    opacity: 1;
    color: #111111;
    filter: blur(0);
    background: #f7f7f7;
    transform: translate3d(0, -2px, 0) scale(1);
  }
}

@keyframes estimate-transport-summary-enter {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(22px, 18px, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

.estimate-addon-modal-layout {
  display: grid;
  grid-template-columns: minmax(420px, 760px) minmax(280px, 360px);
  gap: 22px;
  width: min(1180px, 100%);
  max-height: calc(100vh - 48px);
}

.estimate-addon-dialog,
.estimate-addon-summary {
  position: relative;
  color: #f7f7f7;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.15), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(18, 18, 18, 0.56) 58%, rgba(8, 8, 8, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 38px 120px rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(52px) saturate(1.7);
  backdrop-filter: blur(52px) saturate(1.7);
}

.estimate-addon-dialog {
  padding: clamp(28px, 4vw, 42px);
  overflow: auto;
}

.estimate-addon-dialog h2 {
  margin: 16px 0 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
}

.estimate-addon-dialog > p:not(.modal-kicker) {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(247, 247, 247, 0.62);
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.5px;
}

.estimate-addon-modal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.estimate-location-modal-list,
.estimate-calendar-modal-list,
.estimate-final-modal-list {
  grid-template-columns: minmax(0, 1fr);
}

.estimate-addon-choice {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: 148px;
  padding: 20px;
  color: #f7f7f7;
  text-align: left;
  border: 1px solid rgba(247, 247, 247, 0.16);
  border-radius: 18px;
  background: rgba(247, 247, 247, 0.055);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.estimate-addon-choice span,
.estimate-addon-choice strong {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.estimate-addon-choice em {
  color: rgba(247, 247, 247, 0.58);
  font-style: normal;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.estimate-addon-choice strong {
  align-self: end;
}

.estimate-addon-choice-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  align-self: end;
}

.estimate-addon-counter {
  display: grid;
  grid-template-columns: 30px minmax(46px, auto) 30px;
  align-items: center;
  gap: 8px;
}

.estimate-addon-counter button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.estimate-addon-counter b {
  min-width: 42px;
  color: inherit;
  text-align: center;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.estimate-addon-choice.is-selected,
.estimate-addon-choice:hover {
  color: #111111;
  border-color: #f7f7f7;
  background: #f7f7f7;
  transform: translateY(-2px);
}

.estimate-addon-choice.is-selected em,
.estimate-addon-choice:hover em {
  color: rgba(17, 17, 17, 0.62);
}

.estimate-location-choice {
  display: grid;
  gap: 10px;
  padding: 22px;
  color: #f7f7f7;
  text-align: left;
  border: 1px solid rgba(247, 247, 247, 0.16);
  border-radius: 18px;
  background: rgba(247, 247, 247, 0.055);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.estimate-location-choice span {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.estimate-location-choice em {
  color: rgba(247, 247, 247, 0.58);
  font-style: normal;
  font-size: 12px;
  line-height: 1.7;
}

.estimate-location-choice.is-selected,
.estimate-location-choice:hover {
  color: #111111;
  background: #f7f7f7;
  transform: translateY(-2px);
}

.estimate-location-choice.is-selected em,
.estimate-location-choice:hover em {
  color: rgba(17, 17, 17, 0.62);
}

.estimate-modal-calendar {
  display: grid;
  gap: 14px;
}

.estimate-modal-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f7f7f7;
}

.estimate-modal-calendar-head button {
  padding: 0 0 4px;
  color: rgba(247, 247, 247, 0.62);
  border: 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.28);
  background: transparent;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.estimate-modal-calendar .week-row,
.estimate-modal-calendar .day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.estimate-modal-calendar .week-row span {
  color: rgba(247, 247, 247, 0.44);
  text-align: center;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.estimate-modal-calendar .day {
  display: grid;
  place-items: center;
  min-height: 38px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.1);
  border-radius: 10px;
  background: rgba(247, 247, 247, 0.04);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.estimate-modal-calendar button.day {
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.estimate-modal-calendar button.day:hover,
.estimate-modal-calendar button.day.is-selected {
  color: #111111;
  background: #f7f7f7;
  transform: translateY(-1px);
}

.estimate-modal-calendar .day.disabled {
  color: rgba(247, 247, 247, 0.24);
}

.estimate-final-confirm {
  display: grid;
  gap: 16px;
}

.estimate-final-date {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(247, 247, 247, 0.16);
  border-radius: 16px;
  background: rgba(247, 247, 247, 0.05);
}

.estimate-final-date span,
.estimate-final-date strong {
  color: #f7f7f7;
  font-size: 13px;
  line-height: 1.5;
}

.estimate-modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.estimate-modal-form textarea,
.estimate-modal-status {
  grid-column: 1 / -1;
}

.estimate-modal-form input,
.estimate-modal-form textarea {
  min-height: 44px;
  padding: 10px 12px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.18);
  border-radius: 12px;
  background: rgba(247, 247, 247, 0.055);
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.estimate-modal-form textarea {
  min-height: 96px;
  resize: vertical;
}

.estimate-modal-status {
  margin: 0;
  color: rgba(247, 247, 247, 0.56);
  font-size: 11px;
  line-height: 1.7;
}

.estimate-addon-summary {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px;
  overflow: auto;
}

.estimate-addon-summary > strong {
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1;
}

.estimate-addon-summary > p,
.estimate-addon-summary dt,
.estimate-addon-summary dd {
  margin: 0;
  color: rgba(247, 247, 247, 0.68);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.estimate-addon-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.estimate-addon-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(247, 247, 247, 0.16);
}

.estimate-booking {
  margin-top: 96px;
  padding: clamp(28px, 4vw, 48px);
  color: #f7f7f7;
  border: 1px solid var(--estimate-glass-border);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055) 52%, rgba(255, 255, 255, 0.018)),
    var(--estimate-glass-bg-strong);
  box-shadow: var(--estimate-glass-shadow);
  -webkit-backdrop-filter: blur(50px) saturate(1.68);
  backdrop-filter: blur(50px) saturate(1.68);
}

.estimate-booking-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.estimate-booking-head button {
  padding: 0 0 6px;
  color: rgba(247, 247, 247, 0.68);
  border: 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.34);
  background: transparent;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.estimate-calendar-controls {
  width: min(420px, 100%);
  color: #f7f7f7;
}

.estimate-calendar-controls button {
  color: #f7f7f7;
  border-color: rgba(247, 247, 247, 0.24);
}

.estimate-calendar-grid {
  display: grid;
  width: min(420px, 100%);
}

.estimate-date-first-next {
  display: inline-grid;
  place-items: center;
  width: min(420px, 100%);
  min-height: 48px;
  margin-top: 22px;
  color: #111111;
  border: 0;
  border-radius: 14px;
  background: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.estimate-date-first-next:hover:not(:disabled) {
  transform: translateY(-1px);
}

.estimate-date-first-next:disabled {
  opacity: 0.36;
  cursor: default;
}

.estimate-calendar-grid .week-row {
  color: rgba(247, 247, 247, 0.52);
}

.estimate-calendar-grid .day {
  color: #f7f7f7;
}

.estimate-calendar-grid .day.available:hover {
  color: #111111;
  background: #f7f7f7;
}

.estimate-calendar-grid .day.disabled {
  color: rgba(247, 247, 247, 0.28);
}

.estimate-calendar-grid .day.disabled::after {
  background: rgba(247, 247, 247, 0.34);
}

.estimate-booking-form {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.estimate-booking-form.is-active {
  display: grid;
}

.estimate-booking-form .selected-date,
.estimate-selected-summary,
.estimate-booking-form textarea,
.estimate-booking-form button {
  grid-column: 1 / -1;
}

.estimate-selected-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(247, 247, 247, 0.18);
  border-left: 1px solid rgba(247, 247, 247, 0.18);
}

.estimate-selected-summary p {
  margin: 0;
  padding: 14px;
  border-right: 1px solid rgba(247, 247, 247, 0.18);
  border-bottom: 1px solid rgba(247, 247, 247, 0.18);
}

.estimate-selected-summary span,
.estimate-selected-summary strong {
  display: block;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.6px;
}

.estimate-selected-summary span {
  color: rgba(247, 247, 247, 0.5);
}

.estimate-booking-form input,
.estimate-booking-form textarea,
.estimate-booking-form button {
  min-height: 44px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.2);
  border-radius: 12px;
  background: rgba(247, 247, 247, 0.055);
  font: inherit;
  letter-spacing: 0.6px;
}

.estimate-booking-form input,
.estimate-booking-form textarea {
  padding: 10px 12px;
}

.estimate-booking-form textarea {
  min-height: 112px;
  resize: vertical;
}

.estimate-booking-form button {
  cursor: pointer;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
}

.estimate-wechat-panel {
  background: rgba(17, 17, 17, 0.72);
}

.service-motion-body .service-section-wrap {
  width: var(--service-content-width);
  margin-left: auto;
  margin-right: auto;
}

.service-motion-body .service-booking {
  position: relative;
  z-index: 4;
  color: #050505;
  background: #f7f7f7;
}

.service-booking-action {
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  margin: 0;
  min-height: clamp(620px, 50vw, 760px);
  padding: clamp(56px, 5vw, 90px) 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #f7f7f7;
}

.service-booking-action-wrap {
  position: relative;
  display: flex;
  grid-column: 1 / -1;
  justify-self: center;
  --service-booking-action-image-width: min(679px, 39.131vw);
  width: min(1180px, 68vw);
  height: clamp(250px, 21vw, 320px);
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #f7f7f7;
}

.service-booking-action-link {
  position: relative;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  color: #111111;
  text-align: center;
  text-decoration: none;
  isolation: isolate;
  transition:
    flex-basis 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    color 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-booking-action-link + .service-booking-action-link {
  border-left: 1px solid rgba(17, 17, 17, 0.08);
}

.service-booking-action-title {
  position: relative;
  z-index: 2;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition:
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    color 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-booking-action-sub {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.62);
  font-family: "Replica Regular", Helvetica, Arial, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  transition:
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    color 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-booking-action-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: var(--service-booking-action-image-width);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-booking-action-link:nth-of-type(2) .service-booking-action-image {
  right: 0;
  left: auto;
}

.service-booking-action-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.46)),
    rgba(0, 0, 0, 0.08);
}

.service-booking-action-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.service-booking-action-link::after {
  content: "(→)";
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 28px;
  color: rgba(17, 17, 17, 0.72);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  opacity: 0;
  transform: translate3d(-8px, 0, 0);
  transition:
    opacity 420ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-booking-action-link:hover,
.service-booking-action-link:focus-visible {
  color: #ffffff;
}

.service-booking-action-link:hover::after,
.service-booking-action-link:focus-visible::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(1),
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(2),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(1),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):focus-visible) .service-booking-action-link:nth-of-type(1),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(2),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):focus-visible) .service-booking-action-link:nth-of-type(2) {
  flex-basis: 57.5457%;
  color: #ffffff;
}

.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(2),
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(1),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(2),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):focus-visible) .service-booking-action-link:nth-of-type(2),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(1),
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):focus-visible) .service-booking-action-link:nth-of-type(1) {
  flex-basis: 40.625%;
}

.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(1) .service-booking-action-image,
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(2) .service-booking-action-image,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(1) .service-booking-action-image,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):focus-visible) .service-booking-action-link:nth-of-type(1) .service-booking-action-image,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(2) .service-booking-action-image,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):focus-visible) .service-booking-action-link:nth-of-type(2) .service-booking-action-image {
  opacity: 1;
}

.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(1) .service-booking-action-sub,
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(2) .service-booking-action-sub,
.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(1)::after,
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(2)::after,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(1) .service-booking-action-sub,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(1)::after,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(2) .service-booking-action-sub,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(2)::after {
  color: rgba(255, 255, 255, 0.86);
}

.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(2) .service-booking-action-title,
.service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(2) .service-booking-action-sub,
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(1) .service-booking-action-title,
.service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(1) .service-booking-action-sub,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(2) .service-booking-action-title,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(1):hover) .service-booking-action-link:nth-of-type(2) .service-booking-action-sub,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(1) .service-booking-action-title,
.service-booking-action-wrap:has(.service-booking-action-link:nth-of-type(2):hover) .service-booking-action-link:nth-of-type(1) .service-booking-action-sub {
  opacity: 0.32;
}

.service-booking-dot {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 5px;
  background: #111111;
  pointer-events: none;
}

.service-booking-dot-tl,
.service-booking-dot-bl {
  left: 0;
}

.service-booking-dot-tc,
.service-booking-dot-bc {
  left: calc(50% - 2.5px);
}

.service-booking-dot-tr,
.service-booking-dot-br {
  right: 0;
}

.service-booking-dot-tl,
.service-booking-dot-tc,
.service-booking-dot-tr {
  top: 0;
}

.service-booking-dot-bl,
.service-booking-dot-bc,
.service-booking-dot-br {
  bottom: 0;
}

.service-page-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: min(1180px, 68vw);
  margin: clamp(30px, 3vw, 52px) auto 0;
  color: rgba(17, 17, 17, 0.72);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    color 220ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-page-top span {
  color: rgba(17, 17, 17, 0.48);
}

.service-page-top:hover,
.service-page-top:focus-visible {
  color: #111111;
  transform: translate3d(4px, 0, 0);
}

.service-dynamic-footer {
  position: relative;
  z-index: 4;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #f7f7f7;
  background: #000000;
  overflow: hidden;
}

.service-footer-page-top-wrap {
  display: flex;
  justify-content: flex-end;
  width: min(1180px, 68vw);
  margin: 0 auto;
  padding: clamp(28px, 3vw, 44px) 0 20px;
}

.service-footer-page-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(7, 31, 36, 0.72);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    color 220ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-footer-page-top span {
  color: rgba(7, 31, 36, 0.48);
}

.service-footer-page-top:hover,
.service-footer-page-top:focus-visible {
  color: #071f24;
  transform: translate3d(4px, 0, 0);
}

.service-footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(247, 247, 247, 0.035), rgba(247, 247, 247, 0) 38%),
    #000000;
}

.service-footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(420px, 42vw);
  min-height: 100%;
  margin: 0 clamp(72px, 7.2vw, 118px) 0 auto;
  padding: clamp(70px, 6.8vw, 104px) 0 26px;
}

.service-footer-label {
  margin: 0 0 16px;
  color: rgba(247, 247, 247, 0.54);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.service-footer-menu {
  display: grid;
  justify-items: start;
  gap: 15px;
}

.service-footer-head {
  display: block;
}

.service-footer-menu-line {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-self: start;
  width: fit-content;
  gap: 7px;
  color: #f7f7f7;
  text-decoration: none;
  transition:
    opacity 600ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-footer-bullet {
  flex: 0 0 auto;
  width: 11px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
}

.service-footer-menu-line strong {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 0.98vw, 18px);
  line-height: 1;
  letter-spacing: 0;
}

.service-footer-menu-line small {
  color: rgba(247, 247, 247, 0.62);
  font-size: clamp(9px, 0.58vw, 10px);
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.service-footer-menu-line[href]:hover,
.service-footer-menu-line[href]:focus-visible {
  opacity: 0.64;
  transform: translate3d(4px, 0, 0);
}

.service-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 0;
}

.service-footer-social-link {
  display: inline-grid;
  width: 18px;
  height: 18px;
  padding: 0;
  place-items: center;
  border: 0;
  color: #f7f7f7;
  background: transparent;
  cursor: pointer;
  transition:
    opacity 240ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-footer-social-link:hover,
.service-footer-social-link:focus-visible {
  opacity: 0.68;
  transform: scale(1.12);
}

.service-footer-social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-footer-social-link:hover img,
.service-footer-social-link:focus-visible img {
  transform: scale(1.18);
}

.service-footer-brand-group {
  display: grid;
  gap: 0;
  margin-top: clamp(28px, 3.6vw, 52px);
}

.service-footer-brand-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-footer-brand-list img {
  display: block;
  width: auto;
  max-width: 25px;
  height: 17px;
  object-fit: contain;
  opacity: 0.82;
}

.service-footer-reserve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding: 15px 20px;
  color: #f7f7f7;
  border: 1px dotted rgba(247, 247, 247, 0.54);
  text-decoration: none;
  transition:
    background 420ms ease,
    border-color 420ms ease,
    transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-footer-reserve strong,
.service-footer-reserve small {
  display: block;
}

.service-footer-reserve strong {
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.service-footer-reserve small {
  margin-top: 5px;
  color: rgba(247, 247, 247, 0.68);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.service-footer-reserve:hover,
.service-footer-reserve:focus-visible {
  border-color: rgba(247, 247, 247, 0.9);
  background: rgba(247, 247, 247, 0.055);
  transform: translate3d(0, -3px, 0);
}

.service-footer-contact {
  margin-top: 14px;
  padding: 18px 20px;
  background: rgba(247, 247, 247, 0.055);
}

.service-footer-contact-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.service-footer-contact-title {
  margin: 0;
  color: #f7f7f7;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 1;
  letter-spacing: 0;
}

.service-footer-contact-sub {
  margin: 7px 0 15px;
  color: rgba(247, 247, 247, 0.72);
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.service-footer-contact dl,
.service-footer-contact dl > div,
.service-footer-contact dt,
.service-footer-contact dd {
  margin: 0;
}

.service-footer-contact dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.service-footer-contact dl > div {
  display: grid;
  gap: 5px;
}

.service-footer-contact dt {
  color: rgba(247, 247, 247, 0.48);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.service-footer-contact dd,
.service-footer-contact a {
  color: #f7f7f7;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.service-footer-contact a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-wechat-qr-panel {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.58);
}

.service-wechat-qr-panel.is-open {
  display: grid;
}

.service-wechat-qr-card {
  position: relative;
  width: min(320px, calc(100vw - 48px));
  padding: 28px 24px 24px;
  color: #f7f7f7;
  text-align: center;
  background: rgba(0, 0, 0, 0.94);
}

.service-wechat-qr-card img {
  display: block;
  width: 100%;
  height: auto;
}

.service-wechat-qr-card p {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.service-wechat-qr-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 40px;
  height: 40px;
  color: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.48);
  background: transparent;
  cursor: pointer;
}


.service-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: clamp(34px, 4.6vw, 70px);
  color: rgba(247, 247, 247, 0.58);
}

.service-footer-bottom p,
.service-footer-bottom a {
  margin: 0;
  color: inherit;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.service-footer-bottom a {
  text-decoration: none;
}

.service-footer-visual {
  position: relative;
  margin-left: -1px;
  background: #000000;
  overflow: hidden;
  isolation: isolate;
}

.service-footer-visual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  z-index: 2;
  width: 8px;
  background: #000000;
  pointer-events: none;
}

.service-footer-visual::after {
  content: "";
  position: absolute;
  inset: 0 0 0 -2px;
  z-index: 1;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

.service-footer-visual-video {
  position: absolute;
  inset: -36px 0;
  display: block;
  width: 100%;
  height: calc(100% + 72px);
  background: #000000;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.service-footer-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: clamp(150px, 9vw, 190px);
  transform: translate3d(-50%, -50%, 0);
}

.service-footer-logo-motion {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.service-footer-logo-block {
  fill: #ffffff;
  opacity: 1;
  shape-rendering: crispEdges;
  transform-box: fill-box;
}

.service-footer-logo-vertical {
  transform-origin: center bottom;
}

.service-footer-logo-horizontal {
  transform-origin: left center;
}

@media (prefers-reduced-motion: no-preference) {
  .service-dynamic-footer[data-reveal] .service-footer-menu-line,
  .service-dynamic-footer[data-reveal] .service-footer-brand-list li,
  .service-dynamic-footer[data-reveal] .service-footer-social-link,
  .service-dynamic-footer[data-reveal] .service-footer-reserve,
  .service-dynamic-footer[data-reveal] .service-footer-contact,
  .service-dynamic-footer[data-reveal] .service-footer-bottom,
  .service-dynamic-footer[data-reveal] .service-footer-logo-wrap {
    opacity: 0;
    transition:
      opacity 900ms ease,
      transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .service-dynamic-footer[data-reveal] .service-footer-menu-line,
  .service-dynamic-footer[data-reveal] .service-footer-brand-list li,
  .service-dynamic-footer[data-reveal] .service-footer-social-link,
  .service-dynamic-footer[data-reveal] .service-footer-reserve,
  .service-dynamic-footer[data-reveal] .service-footer-contact,
  .service-dynamic-footer[data-reveal] .service-footer-bottom {
    transform: translate3d(0, 24px, 0);
  }

  .service-dynamic-footer[data-reveal] .service-footer-logo-wrap {
    transform: translate3d(-50%, calc(-50% + 18px), 0);
  }

  .service-dynamic-footer.is-visible .service-footer-logo-block {
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }

  .service-dynamic-footer.is-visible .service-footer-logo-pillar-left {
    animation-name: service-footer-logo-pillar-left;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-pillar-center {
    animation-name: service-footer-logo-pillar-center;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-pillar-right-lower {
    animation-name: service-footer-logo-pillar-right-lower;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-bar-top {
    animation-name: service-footer-logo-bar-top;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-bar-upper {
    animation-name: service-footer-logo-bar-upper;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-bar-middle {
    animation-name: service-footer-logo-bar-middle;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-bar-lower-middle {
    animation-name: service-footer-logo-bar-lower-middle;
  }

  .service-dynamic-footer.is-visible .service-footer-logo-bar-base {
    animation-name: service-footer-logo-bar-base;
  }

  .service-dynamic-footer[data-reveal] .service-footer-social-link:nth-child(1) {
    transition-delay: 80ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-social-link:nth-child(2) {
    transition-delay: 130ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-menu-line:nth-of-type(1),
  .service-dynamic-footer[data-reveal] .service-footer-social-link:nth-child(3) {
    transition-delay: 180ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-brand-group,
  .service-dynamic-footer[data-reveal] .service-footer-social-link:nth-child(4) {
    transition-delay: 230ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-brand-list li:nth-child(1) {
    transition-delay: 260ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-brand-list li:nth-child(2) {
    transition-delay: 290ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-brand-list li:nth-child(3) {
    transition-delay: 320ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-brand-list li:nth-child(4) {
    transition-delay: 350ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-brand-list li:nth-child(n+5),
  .service-dynamic-footer[data-reveal] .service-footer-social-link:nth-child(5) {
    transition-delay: 380ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-reserve {
    transition-delay: 430ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-contact {
    transition-delay: 500ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-bottom {
    transition-delay: 570ms;
  }

  .service-dynamic-footer[data-reveal] .service-footer-logo-wrap {
    transition-delay: 640ms;
  }

  .service-dynamic-footer[data-reveal].is-visible .service-footer-menu-line,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-brand-list li,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-social-link,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-reserve,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-contact,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-bottom,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-logo-wrap {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .service-dynamic-footer[data-reveal].is-visible .service-footer-logo-wrap {
    transform: translate3d(-50%, -50%, 0);
  }

  .service-dynamic-footer[data-reveal].is-visible .service-footer-social-link:hover,
  .service-dynamic-footer[data-reveal].is-visible .service-footer-social-link:focus-visible {
    opacity: 0.8;
    transform: scale(1.12);
  }
}

@keyframes service-footer-logo-pillar-left {
  0%, 6.33% { opacity: 0; transform: scaleY(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  11.32% { opacity: 0.18; transform: scaleY(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  25.82% { opacity: 1; transform: scaleY(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  29%, 100% { opacity: 1; transform: scaleY(1); }
}

@keyframes service-footer-logo-pillar-center {
  0%, 9.67% { opacity: 0; transform: scaleY(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  14.65% { opacity: 0.18; transform: scaleY(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  29.15% { opacity: 1; transform: scaleY(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  32.33%, 100% { opacity: 1; transform: scaleY(1); }
}

@keyframes service-footer-logo-pillar-right-lower {
  0%, 38.67% { opacity: 0; transform: scaleY(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  42.48% { opacity: 0.18; transform: scaleY(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  54.91% { opacity: 1; transform: scaleY(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  56%, 100% { opacity: 1; transform: scaleY(1); }
}

@keyframes service-footer-logo-bar-top {
  0%, 12.67% { opacity: 0; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  16.48% { opacity: 0.18; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  27.57% { opacity: 1; transform: scaleX(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  30%, 100% { opacity: 1; transform: scaleX(1); }
}

@keyframes service-footer-logo-bar-upper {
  0%, 17.33% { opacity: 0; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  21.15% { opacity: 0.18; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  32.24% { opacity: 1; transform: scaleX(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  34.67%, 100% { opacity: 1; transform: scaleX(1); }
}

@keyframes service-footer-logo-bar-middle {
  0%, 22% { opacity: 0; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  25.81% { opacity: 0.18; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  36.91% { opacity: 1; transform: scaleX(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  39.33%, 100% { opacity: 1; transform: scaleX(1); }
}

@keyframes service-footer-logo-bar-lower-middle {
  0%, 28.67% { opacity: 0; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  32.33% { opacity: 0.18; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  43% { opacity: 1; transform: scaleX(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  45.33%, 100% { opacity: 1; transform: scaleX(1); }
}

@keyframes service-footer-logo-bar-base {
  0%, 34.67% { opacity: 0; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  38.77% { opacity: 0.18; transform: scaleX(0.001); animation-timing-function: cubic-bezier(0.34, 0, 0.14, 1); }
  50.72% { opacity: 1; transform: scaleX(1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
  53.33%, 100% { opacity: 1; transform: scaleX(1); }
}

@media (prefers-reduced-motion: no-preference) {
  .service-booking-action-wrap[data-reveal] {
    transform: none;
    transition: none;
  }

  .service-booking-action-wrap[data-reveal] .service-booking-action-link {
    opacity: 0;
    transition:
      opacity 900ms ease,
      flex-basis 1000ms cubic-bezier(0.19, 1, 0.22, 1),
      color 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .service-booking-action-wrap[data-reveal] .service-booking-action-link:nth-of-type(2) {
    transition-delay: 100ms;
  }

  .service-booking-action-wrap[data-reveal].is-visible .service-booking-action-link:nth-of-type(2) {
    transition-delay: 0ms;
  }

  .service-booking-action-wrap[data-reveal] .service-booking-dot {
    opacity: 0;
    transform: scale(0.4);
    transition:
      opacity 800ms ease,
      transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .service-booking-action-wrap[data-reveal].is-visible {
    opacity: 1;
  }

  .service-booking-action-wrap[data-reveal].is-visible .service-booking-action-link {
    opacity: 1;
  }

  .service-booking-action-wrap[data-reveal].is-visible .service-booking-dot {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 900px), (max-aspect-ratio: 3/4) {
  .service-booking-action {
    margin-top: 0;
    min-height: auto;
    padding: 112px 20px 48px;
  }

  .service-booking-action-wrap {
    display: block;
    --service-booking-action-image-width: 100%;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .service-booking-action-link {
    min-height: 250px;
    flex-basis: auto;
  }

  .service-page-top {
    width: 100%;
    margin-top: 28px;
  }

  .service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(1),
  .service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(2),
  .service-booking-action-wrap[data-action-hover="0"] .service-booking-action-link:nth-of-type(2),
  .service-booking-action-wrap[data-action-hover="1"] .service-booking-action-link:nth-of-type(1) {
    flex-basis: auto;
  }

  .service-booking-action-link + .service-booking-action-link {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    border-left: 0;
  }

  .service-footer-page-top-wrap {
    width: 100%;
    padding: 28px 20px 18px;
  }

  .service-footer-shell {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .service-footer-content {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 72px 28px 26px;
  }

  .service-footer-menu {
    gap: 22px;
  }

  .service-footer-head {
    display: block;
  }

  .service-footer-social {
    justify-content: flex-start;
    padding-left: 0;
  }

  .service-footer-contact-head {
    display: grid;
    gap: 14px;
  }

  .service-footer-brand-list {
    gap: 14px 18px;
    max-width: 360px;
    padding-left: 20px;
  }

  .service-footer-brand-list img {
    max-width: 30px;
  }

  .service-footer-reserve,
  .service-footer-contact {
    padding: 22px 20px;
  }

  .service-footer-contact dl > div {
    gap: 6px;
  }

  .service-footer-bottom {
    padding-top: 48px;
  }

  .service-footer-visual {
    min-height: 360px;
  }

  .service-footer-visual-video {
    inset: -30px 0;
    height: calc(100% + 60px);
  }

  .service-footer-logo-wrap {
    width: 112px;
  }

  .service-booking-dot-tc,
  .service-booking-dot-bc {
    display: none;
  }

  .service-booking-dot-tl,
  .service-booking-dot-bl {
    left: 24px;
  }

  .service-booking-dot-tr,
  .service-booking-dot-br {
    right: 24px;
  }

  .service-booking-dot-tl,
  .service-booking-dot-tr {
    top: 24px;
  }

  .service-booking-dot-bl,
  .service-booking-dot-br {
    bottom: 24px;
  }

  .estimate-package-actions,
  .estimate-addon-modal-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .estimate-package-modal-layout {
    grid-template-columns: minmax(0, 1fr);
    width: min(680px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .estimate-package-confirm,
  .estimate-package-side-summary {
    max-height: none;
  }

  .estimate-package-side-summary {
    min-height: 0;
  }

  .estimate-addon-modal {
    justify-items: center;
  }

  .estimate-addon-modal-layout {
    grid-template-columns: minmax(0, 1fr);
    max-height: calc(100vh - 32px);
    margin-left: 0;
    overflow: auto;
  }

  .estimate-addon-summary {
    align-self: auto;
  }

  .service-motion-body {
    --service-type-section: clamp(28px, 8vw, 34px);
    --service-space-label-title: 10px;
    --service-space-title-body: clamp(30px, 10vw, 44px);
    --service-copy-gap: 24px;
  }

  .service-motion-page {
    background: #f7f7f7;
  }

  .service-motion-hero {
    position: relative;
    height: auto;
    min-height: 0;
    color: #111111;
    background: #f7f7f7;
    pointer-events: auto;
  }

  .service-motion-body .site-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 42px;
    height: 42px;
    opacity: 1;
    margin: 0;
    transform: none;
  }

  .service-motion-body .site-logo.is-on-light .service-logo-object {
    filter: none;
  }

  .service-motion-hero::before {
    display: none;
  }

  .service-motion-hero::after {
    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.78) 100%);
    mix-blend-mode: normal;
  }

  .service-motion-hero-image {
    position: relative;
    top: 0;
    height: 46vh;
    padding-left: 0;
  }

  .service-motion-hero-menu {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 24px 20px 34px;
  }

  .service-motion-hero-menu h1 {
    font-size: clamp(40px, 12vw, 54px);
    white-space: normal;
  }

  .service-motion-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }

  .service-motion-container {
    pointer-events: auto;
  }

  .service-motion-main {
    margin-top: 0;
  }

  .service-motion-pin-menu {
    display: none;
  }

  .service-motion-body .service-concept-light {
    min-height: 0;
    padding: 66px 0 76px;
  }

  .service-motion-body .service-concept-inner,
  .service-motion-body .service-feature-title,
  .service-compare-grid,
  .service-motion-body .service-section-wrap {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-motion-body .service-feature-title {
    margin-bottom: 56px;
  }

  .service-motion-body .service-feature-title p:not(.modal-kicker) {
    max-width: none;
    margin-top: 24px;
  }

  .service-motion-body .service-feature-title-followup {
    margin-top: 56px;
  }

  .service-motion-body .service-concept-columns {
    grid-template-columns: 1fr;
  }

  .service-feature-marquee {
    padding-bottom: 0;
  }

  .service-feature-marquee::before {
    width: 92px;
  }

  .service-feature-marquee-item {
    width: clamp(240px, 72vw, 360px);
    height: clamp(180px, 58vw, 300px);
  }

  .service-feature-marquee-item:nth-child(3n),
  .service-feature-marquee-item:nth-child(4n) {
    width: clamp(220px, 64vw, 320px);
    height: clamp(230px, 72vw, 380px);
  }

  .service-feature-marquee-followup {
    padding-bottom: 76px;
  }

  .service-motion-body .service-feature-title-compare {
    margin-top: 76px;
  }

  .service-compare-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 76px;
  }

  .service-compare-card {
    gap: 22px;
  }

  .service-compare-line span {
    width: 38px;
    height: 38px;
  }

  .service-estimator-package-grid,
  .service-estimator-workspace,
  .service-estimator-options {
    grid-template-columns: 1fr;
  }

  .service-estimator-package-card ul {
    grid-template-columns: 1fr;
  }

  .service-estimator-option {
    min-height: 132px;
    padding: 20px;
  }

  .service-estimator-summary {
    position: static;
    padding: 24px;
  }

  .estimate-shell {
    width: calc(100vw - 40px);
    padding: 64px 0 84px;
  }

  .estimate-logo {
    top: 20px;
    left: 20px;
    width: 34px;
    height: 34px;
  }

  .estimate-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .estimate-header h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .estimate-header p:not(.modal-kicker):not(.estimate-hero-badge) {
    font-size: 14px;
    line-height: 1.8;
  }

  .estimate-intro {
    min-height: calc(100vh - 112px);
    gap: 34px;
  }

  .estimate-type-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .estimate-type-card {
    min-height: 152px;
    padding: 20px;
  }

  .estimate-type-card + .estimate-type-card {
    padding-left: 20px;
  }

  .estimate-flow,
  .estimate-booking {
    border-radius: 22px;
    padding: 24px;
  }

  .estimate-grid,
  .estimate-option-list,
  .estimate-selected-summary,
  .estimate-booking-form {
    grid-template-columns: 1fr;
  }

  .estimate-summary {
    position: static;
    padding: 24px;
  }

  .estimate-booking-head {
    display: grid;
  }

  .service-motion-body .service-reference-pricing {
    padding-top: 70px;
  }
}

@media (max-width: 1600px) and (min-width: 901px) {
  .estimate-addon-modal-layout {
    grid-template-columns: minmax(520px, 720px) minmax(300px, 380px);
  }

  .estimate-addon-modal-list:not(.estimate-location-modal-list):not(.estimate-calendar-modal-list):not(.estimate-final-modal-list) {
    grid-template-columns: minmax(0, 1fr);
  }

  .estimate-addon-choice {
    min-height: 122px;
  }

  .estimate-addon-choice-bottom {
    align-items: center;
  }
}

@media (max-width: 1180px) {
  .estimate-grid {
    grid-template-columns: 1fr;
  }

  .estimate-summary {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-feature-marquee-track {
    animation: none;
  }

  .estimate-video-bg video {
    display: none;
  }
}
