@media (max-width: 900px) {
  .preview-stage {
    padding: 12px;
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    min-height: 520px;
    background: var(--paper);
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 26px 5% 30px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 28px 50px rgba(25, 28, 23, 0.2);
    counter-reset: mobile-navigation;
    overflow-y: auto;
  }

  .site-nav::before {
    content: "Navigation";
    padding: 0 8px 14px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .site-nav a {
    counter-increment: mobile-navigation;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 12px 8px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 30px;
    line-height: 1;
  }

  .site-nav a::before {
    content: "0" counter(mobile-navigation);
    width: 42px;
    color: var(--accent);
    font-family: var(--body);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }

  .site-nav a::after {
    content: "↗";
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    background: none;
    color: var(--muted);
    font-family: var(--body);
    font-size: 15px;
  }

  .mobile-nav-book {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    margin-top: 24px;
    padding: 0 20px;
    border: 1px solid var(--ink);
    border-radius: var(--radius);
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }

  .site-nav.is-open {
    display: flex;
  }

  .mobile-menu-open {
    overflow: hidden;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px 7px;
    border: 1px solid var(--line);
    border-radius: 50%;
    transition: background 0.2s ease;
  }

  .menu-toggle span {
    transition: transform 0.25s ease;
  }

  .menu-toggle[aria-expanded="true"] {
    background: var(--ink);
    color: #fff;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .header-book {
    display: none;
  }
  .hero {
    height: 680px;
  }
  .hero-content {
    width: 70%;
  }
  .section-pad {
    padding: 80px 7%;
  }
  .intro {
    grid-template-columns: 1fr;
  }
  .intro-copy,
  .intro-stats {
    grid-column: 1;
  }
  .service-body {
    grid-template-columns: 1fr 1fr;
  }
  .service-body p {
    display: none;
  }
  .story {
    grid-template-columns: 1fr;
  }
  .story-image {
    min-height: 500px;
  }
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .booking-aside {
    min-height: 280px;
  }
  .booking-main {
    padding: 35px;
  }
  .cta-orbit {
    position: absolute;
    right: -120px;
    opacity: 0.4;
  }
  footer {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }

  .square-requirement {
    grid-template-columns: 64px 1fr;
  }

  .square-requirement .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .editor-bar {
    height: 56px;
    padding: 0 10px;
  }
  .editor-brand span:last-child {
    display: none;
  }
  .editor-action {
    font-size: 0;
    padding: 8px;
  }
  .preview-stage {
    padding: 0;
    min-height: calc(100vh - 56px);
  }
  .site-shell {
    border-radius: 0;
  }
  .announcement {
    padding: 7px 10px;
    text-align: center;
  }
  .announcement a {
    display: none;
  }
  .site-header {
    height: 68px;
  }
  .site-nav {
    top: 68px;
  }
  .hero {
    height: 720px;
    min-height: 0;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      rgba(25, 27, 23, 0.72),
      rgba(25, 27, 23, 0.03) 80%
    );
  }
  .hero-image {
    background-position: 62% center;
  }
  .hero-content {
    left: 7%;
    right: 7%;
    top: auto;
    bottom: 48px;
    transform: none;
    width: auto;
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    padding-bottom: 8px;
  }

  .hero-actions .button {
    min-height: 50px;
    max-width: 100%;
    line-height: 1.2;
  }

  .hero-actions .text-link {
    line-height: 1.5;
  }
  .availability-card {
    display: none;
  }
  .section-pad {
    padding: 70px 7%;
  }
  .intro {
    gap: 35px;
  }
  .intro-copy h2,
  .section-heading h2 {
    font-size: 45px;
  }
  .intro-copy > p {
    font-size: 19px;
  }
  .intro-stats {
    margin-top: 15px;
    gap: 12px;
  }
  .intro-stats strong {
    font-size: 28px;
  }
  .section-heading {
    display: block;
    margin-bottom: 40px;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  .service-card {
    grid-template-columns: 35px 1fr 42px;
    padding: 25px 0;
    gap: 10px;
  }
  .service-card:hover {
    padding-left: 0;
  }

  .service-group-toggle {
    grid-template-columns: 34px 1fr 42px;
    gap: 10px;
    min-height: 92px;
    padding-right: 0;
  }

  .service-group-title strong {
    font-size: 26px;
  }

  .service-count {
    display: none;
  }

  .service-group-panel {
    padding: 0 0 20px 44px;
  }

  .bookable-service {
    grid-template-columns: 1fr auto;
    gap: 7px 12px;
    padding: 18px 0;
  }

  .bookable-service > div {
    grid-column: 1/-1;
  }

  .bookable-service > button {
    grid-column: 2;
    grid-row: 2;
    min-width: 68px;
  }
  .service-body {
    display: block;
  }
  .service-body h3 {
    font-size: 26px;
  }
  .service-meta {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .circle-button {
    width: 40px;
    height: 40px;
  }
  .story-panel {
    padding: 70px 7%;
  }
  .story-quote blockquote {
    font-size: 48px;
  }
  .story-image {
    min-height: 410px;
  }
  .review-controls {
    margin-top: 25px;
  }
  .review-card {
    flex-basis: 100%;
    padding: 30px;
  }
  .review-card blockquote {
    font-size: 24px;
  }
  .booking-cta {
    min-height: 500px;
    padding: 70px 7%;
  }
  .booking-cta h2 {
    font-size: 53px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin: 8px 0;
  }
  .booking-dialog {
    width: 100vw;
    max-height: 100vh;
    height: 100vh;
  }
  .booking-layout {
    display: block;
  }
  .booking-aside {
    min-height: 200px;
    padding: 28px;
  }
  .booking-aside > div:nth-child(2) p {
    display: none;
  }
  .booking-aside h2 {
    font-size: 35px;
  }
  .booking-main {
    padding: 28px;
  }
  .booking-progress {
    margin-bottom: 30px;
  }
  .time-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scheduler-layout {
    display: block;
  }

  .desktop-calendar {
    display: none;
  }

  .mobile-date-picker {
    display: block;
    margin-bottom: 25px;
  }

  .mobile-date-picker input {
    min-height: 52px;
    font-size: 16px;
  }

  .time-column .input-label {
    margin-top: 0;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .full-width {
    grid-column: 1;
  }
  .dialog-close {
    color: #fff;
  }
  .booking-nav {
    padding-bottom: 15px;
  }

  .square-requirement {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 52px 7%;
  }

  .square-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 34px;
  }

  .square-requirement .button {
    grid-column: 1;
  }

  .reviews-direction {
    margin: -18px 0 32px;
  }
}
.site-shell.preview-tablet .site-nav,
.site-shell.preview-mobile .site-nav {
  display: none;
}

.site-shell:is(.preview-tablet, .preview-mobile) .site-nav {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  min-height: 520px;
  flex-direction: column;
  gap: 0;
  padding: 26px 5% 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 28px 50px rgba(25, 28, 23, 0.2);
  counter-reset: mobile-navigation;
  overflow-y: auto;
}

.site-shell:is(.preview-tablet, .preview-mobile) .site-nav::before {
  content: "Navigation";
  padding: 0 8px 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-shell:is(.preview-tablet, .preview-mobile) .site-nav a {
  counter-increment: mobile-navigation;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
}

.site-shell:is(.preview-tablet, .preview-mobile) .site-nav a::before {
  content: "0" counter(mobile-navigation);
  width: 42px;
  color: var(--accent);
  font-family: var(--body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.site-shell:is(.preview-tablet, .preview-mobile) .site-nav a::after {
  content: "↗";
  position: static;
  width: auto;
  height: auto;
  margin-left: auto;
  background: none;
  color: var(--muted);
  font-family: var(--body);
  font-size: 15px;
}

.site-shell:is(.preview-tablet, .preview-mobile) .mobile-nav-book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.site-shell.preview-tablet .menu-toggle,
.site-shell.preview-mobile .menu-toggle {
  display: block;
  justify-self: end;
  width: 44px;
  height: 44px;
  padding: 10px 7px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.site-shell:is(.preview-tablet, .preview-mobile)
  .menu-toggle[aria-expanded="true"] {
  background: var(--ink);
  color: #fff;
}

.site-shell:is(.preview-tablet, .preview-mobile)
  .menu-toggle[aria-expanded="true"]
  span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.site-shell:is(.preview-tablet, .preview-mobile)
  .menu-toggle[aria-expanded="true"]
  span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.site-shell.preview-tablet .header-book,
.site-shell.preview-mobile .header-book {
  display: none;
}
.site-shell.preview-tablet .site-header,
.site-shell.preview-mobile .site-header {
  grid-template-columns: 1fr auto;
}
.site-shell.preview-mobile .hero {
  height: 720px;
  min-height: 0;
}
.site-shell.preview-mobile .hero-content {
  left: 7%;
  right: 7%;
  top: auto;
  bottom: 48px;
  transform: none;
  width: auto;
}
.site-shell.preview-mobile .hero h1 {
  font-size: 54px;
}
.site-shell.preview-mobile .hero-copy {
  font-size: 16px;
}
.site-shell.preview-mobile .hero-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 8px;
}

.site-shell.preview-mobile .hero-actions .button {
  min-height: 50px;
  max-width: 100%;
  line-height: 1.2;
}
.site-shell.preview-mobile .availability-card {
  display: none;
}
.site-shell.preview-mobile .section-pad {
  padding: 65px 7%;
}
.site-shell.preview-mobile .intro {
  display: block;
}
.site-shell.preview-mobile .intro-copy {
  margin: 35px 0;
}
.site-shell.preview-mobile .intro-copy h2,
.site-shell.preview-mobile .section-heading h2 {
  font-size: 43px;
}
.site-shell.preview-mobile .intro-stats {
  grid-column: auto;
}
.site-shell.preview-mobile .section-heading {
  display: block;
}
.site-shell.preview-mobile .section-heading > p {
  margin-top: 20px;
}
.site-shell.preview-mobile .service-card {
  grid-template-columns: 32px 1fr 40px;
  padding: 24px 0;
}

.site-shell.preview-mobile .service-group-toggle {
  grid-template-columns: 34px 1fr 42px;
  gap: 10px;
  min-height: 92px;
  padding-right: 0;
}

.site-shell.preview-mobile .service-group-title strong {
  font-size: 26px;
}

.site-shell.preview-mobile .service-count {
  display: none;
}

.site-shell.preview-mobile .service-group-panel {
  padding: 0 0 20px 44px;
}

.site-shell.preview-mobile .bookable-service {
  grid-template-columns: 1fr auto;
  gap: 7px 12px;
  padding: 18px 0;
}

.site-shell.preview-mobile .bookable-service > div {
  grid-column: 1/-1;
}

.site-shell.preview-mobile .bookable-service > button {
  grid-column: 2;
  grid-row: 2;
  min-width: 68px;
}
.site-shell.preview-mobile .service-body {
  display: block;
}
.site-shell.preview-mobile .service-body p {
  display: none;
}
.site-shell.preview-mobile .service-meta {
  justify-content: flex-start;
  margin-top: 10px;
}
.site-shell.preview-mobile .story {
  grid-template-columns: 1fr;
}
.site-shell.preview-mobile .story-panel {
  padding: 65px 7%;
}
.site-shell.preview-mobile .story-quote blockquote {
  font-size: 46px;
}
.site-shell.preview-mobile .story-image {
  min-height: 380px;
}
.site-shell.preview-mobile .review-card {
  flex-basis: 100%;
  padding: 30px;
}
.site-shell.preview-mobile .booking-cta {
  padding: 65px 7%;
}
.site-shell.preview-mobile footer {
  grid-template-columns: 1fr 1fr;
}
.site-shell.preview-mobile .footer-brand {
  grid-column: 1/-1;
}
.site-shell.preview-mobile .footer-bottom {
  display: block;
}

.site-shell.preview-tablet .square-requirement {
  grid-template-columns: 64px 1fr;
}

.site-shell.preview-tablet .square-requirement .button {
  grid-column: 2;
  justify-self: start;
}

.site-shell.preview-mobile .square-requirement {
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 52px 7%;
}

.site-shell.preview-mobile .square-requirement .button {
  grid-column: 1;
  justify-self: start;
}
.site-shell.preview-tablet .site-nav.is-open,
.site-shell.preview-mobile .site-nav.is-open {
  display: flex;
}

.previewing-mobile .scheduler-layout {
  display: block;
}

.previewing-mobile .desktop-calendar {
  display: none;
}

.previewing-mobile .mobile-date-picker {
  display: block;
  margin-bottom: 25px;
}
