@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-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(1180px, calc(100vw - 72px));
  min-height: 600px;
  max-height: calc(100vh - 56px);
  padding: 58px 54px 42px;
  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;
  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);
}

.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: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(390px, 1.1fr);
  grid-template-rows: auto 1fr;
  gap: 34px 52px;
  align-items: start;
}

.bio-photo {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 500px;
  background-image: url("./assets/bio_hakumei.jpg");
  background-repeat: no-repeat;
  background-position: 50% 42%;
  background-size: cover;
  filter: grayscale(1);
  opacity: 0.92;
}

.bio-copy {
  display: contents;
  line-height: 1.7;
  letter-spacing: 1px;
}

.bio-main-copy {
  grid-column: 2;
  grid-row: 1;
  max-width: 500px;
  overflow: hidden;
}

.bio-main-copy h1 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.15;
}

.bio-main-copy .modal-kicker {
  margin-bottom: 14px;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

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

.bio-brand-panel {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: -6px;
  padding: 12px 10px 0 0;
  background: transparent;
}

.bio-social-panel {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  justify-self: end;
  width: min(360px, 100%);
  margin-top: -6px;
  padding: 12px 0 0;
  background: transparent;
}

.bio-role,
.bio-direction {
  color: white;
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42;
}

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

.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: 7px;
  margin: 0;
}

.bio-statements p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.72;
}

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

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

.bio-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 30px;
  margin: 10px 0 0;
}

.bio-brand-list li {
  margin: 0;
  padding: 3px 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.78);
  font-family: "Replica Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.social-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: white;
  background: transparent;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.8);
}

.social-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.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 {
  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;
}

.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 {
  display: block;
  background: linear-gradient(135deg, var(--tone-a), var(--tone-b) 48%, var(--tone-c));
}

.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 {
  aspect-ratio: 1 / 1;
  height: auto;
}

.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-desc {
  max-width: 620px;
  margin: 18px 0 32px;
}

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

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

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

.work-image.has-image img {
  height: auto;
}

.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;
}

.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: 750px), (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,
  .modal-bio {
    width: calc(100vw - 34px);
  }

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

  .modal-bio {
    max-height: calc(100vh - 34px);
    padding: 48px 18px 22px;
  }

  .close-modal {
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
  }

  .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: grid;
    grid-template-rows: auto;
    gap: 20px;
  }

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

  .bio-copy {
    display: grid;
    gap: 18px;
    font-size: 11px;
    line-height: 1.65;
  }

  .bio-main-copy,
  .bio-brand-panel,
  .bio-social-panel {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    width: 100%;
  }

  .bio-brand-panel,
  .bio-social-panel {
    padding: 12px 0 0;
    background: transparent;
  }

  .bio-role,
  .bio-direction {
    font-size: 13px;
  }

  .bio-main-copy h1 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .bio-main-copy .modal-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

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

  .bio-statements {
    gap: 8px;
    margin-bottom: 20px;
  }

  .bio-statements p {
    font-size: 11px;
    line-height: 1.75;
  }

  .bio-brand-list {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 18px;
  }

  .bio-brand-list li {
    font-size: 12px;
  }

  .social-links {
    gap: 9px;
    padding-bottom: 2px;
  }

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

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

  .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 {
    height: auto;
    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;
  }

  .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;
  }
}
