/*
Theme Name: SDK Stage
Theme URI: https://dev.sandiegokaraoke.com
Author: Codex
Description: Lightweight staging theme for the San Diego Karaoke rebuild.
Version: 0.1.52
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: sdk-stage
*/

:root {
  --ink: #444444;
  --muted: #777777;
  --paper: #ffffff;
  --panel: #ffffff;
  --line: #e4e4e4;
  --accent: #d93a16;
  --accent-2: #237833;
  --pink: #b51f3e;
  --dark: #2d2d2d;
  --max: 960px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.home {
  background: #111111 url("/wp-content/uploads/2016/02/new-years-eve-1920.jpg") center top / cover fixed;
}

body.page-id-163 {
  background: #111111 url("/wp-content/uploads/2026/06/dj-party-balloons.jpg?v=20260602") center top / cover fixed;
}

body.page-id-165 {
  background: #111111 url("/wp-content/uploads/2026/06/dj-party-balloons.jpg?v=20260602") center top / cover fixed;
}

body.page-id-160 {
  background: #111111 url("/wp-content/uploads/2015/11/comicon2014background.jpg") center center / cover fixed;
}

body.page-id-167 {
  background: #111111 url("assets/contact-background.jpg") center center / cover fixed;
}

body.page-id-156 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.42)),
    url("assets/post-its.avif") center center / cover fixed,
    #f1d56b;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

img,
iframe {
  max-width: 100%;
}

table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  background: #f8f8f8;
  border-bottom: 3px solid var(--accent);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.nav-wrap,
.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 0;
  gap: 0;
  padding-top: 8px;
}

.brand {
  display: block;
  width: min(440px, 100%);
  line-height: 0;
  margin: 0 auto;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 101px;
  object-fit: contain;
}

.primary-navigation {
  width: 100%;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu li {
  position: relative;
}

.primary-menu a {
  display: block;
  padding: 9px 12px 8px;
  color: #555555;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  letter-spacing: 0;
}

.primary-menu a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.primary-menu .sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 30;
  min-width: 150px;
  padding: 8px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid rgba(30, 30, 30, 0.12);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.primary-menu .sub-menu a {
  padding: 10px 12px;
  border-bottom: 0;
  color: #444444;
  font-size: 12px;
  white-space: nowrap;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
  background: #f7f7f7;
  color: var(--accent);
}

.primary-menu li:last-child a {
  margin-left: 6px;
  padding: 6px 14px;
  border: 1px solid var(--accent);
  border-radius: 3px;
  background: var(--accent);
  color: #ffffff;
}

.primary-menu li:last-child a:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}

.primary-menu .sub-menu li:last-child a {
  margin-left: 0;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #444444;
}

.primary-menu .sub-menu li:last-child a:hover,
.primary-menu .sub-menu li:last-child a:focus {
  background: #f7f7f7;
  color: var(--accent);
}

.sdk-menu-toggle {
  display: none;
}

.sdk-theme-toggle {
  position: absolute;
  top: 12px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(45, 45, 45, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.sdk-theme-toggle:hover,
.sdk-theme-toggle:focus {
  border-color: var(--accent);
  outline: 0;
}

.sdk-theme-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(217, 58, 22, 0.28);
}

.sdk-theme-toggle-icon {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(45, 45, 45, 0.72);
  border-radius: 50%;
  background: linear-gradient(90deg, #f8f5ee 0 50%, #1b1715 50% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

html[data-sdk-theme="dark"] {
  --ink: #eee7e1;
  --muted: #b9aba2;
  --paper: #11100f;
  --panel: #191614;
  --line: rgba(255, 255, 255, 0.16);
  --accent: #ff6846;
  --accent-2: #62c873;
  --pink: #f05c79;
  --dark: #f3eee9;
  color-scheme: dark;
}

html[data-sdk-theme="dark"] body {
  background-color: var(--paper);
}

html[data-sdk-theme="dark"] a {
  color: #f1e7df;
}

html[data-sdk-theme="dark"] a:hover,
html[data-sdk-theme="dark"] a:focus {
  color: var(--accent);
}

html[data-sdk-theme="dark"] .stage-ribbon,
html[data-sdk-theme="dark"] .stage-phone,
html[data-sdk-theme="dark"] .stage-phone:hover,
html[data-sdk-theme="dark"] .stage-phone:focus {
  color: #ffffff;
}

html[data-sdk-theme="dark"] .site-header {
  background: rgba(18, 16, 15, 0.96);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

html[data-sdk-theme="dark"] .sdk-menu-toggle {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(29, 25, 23, 0.9);
}

html[data-sdk-theme="dark"] .sdk-menu-toggle-bars,
html[data-sdk-theme="dark"] .sdk-menu-toggle-bars::before,
html[data-sdk-theme="dark"] .sdk-menu-toggle-bars::after {
  background: #efe5de;
}

html[data-sdk-theme="dark"] .primary-menu a {
  color: #e9dfd8;
}

html[data-sdk-theme="dark"] .primary-menu a:hover,
html[data-sdk-theme="dark"] .primary-menu a:focus {
  color: var(--accent);
}

html[data-sdk-theme="dark"] .primary-menu .sub-menu {
  background: #1d1917;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.55);
}

html[data-sdk-theme="dark"] .primary-menu .sub-menu a,
html[data-sdk-theme="dark"] .primary-menu .sub-menu li:last-child a {
  color: #efe5de;
}

html[data-sdk-theme="dark"] .primary-menu .sub-menu a:hover,
html[data-sdk-theme="dark"] .primary-menu .sub-menu a:focus,
html[data-sdk-theme="dark"] .primary-menu .sub-menu li:last-child a:hover,
html[data-sdk-theme="dark"] .primary-menu .sub-menu li:last-child a:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
}

html[data-sdk-theme="dark"] .primary-menu li:last-child a:hover,
html[data-sdk-theme="dark"] .primary-menu li:last-child a:focus,
html[data-sdk-theme="dark"] .sdk-contact-form button:hover,
html[data-sdk-theme="dark"] .sdk-contact-form button:focus,
html[data-sdk-theme="dark"] .sdk-availability-widget .gb-form-submit:hover,
html[data-sdk-theme="dark"] .sdk-availability-widget .gb-form-submit:focus,
html[data-sdk-theme="dark"] .gb-form-submit:hover,
html[data-sdk-theme="dark"] .gb-form-submit:focus {
  background: #efe5de !important;
  border-color: #efe5de !important;
  color: #161311 !important;
}

html[data-sdk-theme="dark"] .content-band {
  background: #141211;
}

html[data-sdk-theme="dark"] body.home .content-band,
html[data-sdk-theme="dark"] body.page-id-156 .content-band,
html[data-sdk-theme="dark"] body.page-id-160 .content-band,
html[data-sdk-theme="dark"] body.page-id-163 .content-band,
html[data-sdk-theme="dark"] body.page-id-165 .content-band,
html[data-sdk-theme="dark"] body.page-id-167 .content-band {
  background: transparent;
}

html[data-sdk-theme="dark"] body.home .home-content .container,
html[data-sdk-theme="dark"] body.page-id-160 .content-band > .container,
html[data-sdk-theme="dark"] body.page-id-163 .content-band > .container,
html[data-sdk-theme="dark"] body.page-id-165 .content-band > .container,
html[data-sdk-theme="dark"] body.page-id-167 .content-band > .container {
  background: rgba(20, 17, 15, 0.94);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.46);
}

html[data-sdk-theme="dark"] body.home .sdk-home-section + .sdk-home-section {
  border-top-color: rgba(255, 255, 255, 0.12);
}

html[data-sdk-theme="dark"] body.home .sdk-home-section-intro,
html[data-sdk-theme="dark"] body.home .sdk-home-section-closing {
  background: rgba(20, 17, 15, 0.96);
}

html[data-sdk-theme="dark"] body.home .sdk-home-section-links {
  background: rgba(35, 22, 18, 0.96);
}

html[data-sdk-theme="dark"] body.home .sdk-home-section-services {
  background: rgba(18, 25, 22, 0.96);
}

html[data-sdk-theme="dark"] body.home .sdk-home-section-intro > h3:nth-of-type(2),
html[data-sdk-theme="dark"] body.home .sdk-home-section-intro > h4,
html[data-sdk-theme="dark"] body.page-id-159 .page-title,
html[data-sdk-theme="dark"] body.page-id-166 .page-title,
html[data-sdk-theme="dark"] body.page-id-167 .page-title,
html[data-sdk-theme="dark"] body.page-id-167 .sdk-availability-widget h3 {
  color: var(--accent) !important;
}

html[data-sdk-theme="dark"] body.page-id-167 .entry-content > h4 {
  color: var(--ink) !important;
}

html[data-sdk-theme="dark"] body.page-id-167 .entry-content > h4 .focus-color,
html[data-sdk-theme="dark"] body.page-id-167 .entry-content > h4 a {
  color: var(--accent) !important;
}

html[data-sdk-theme="dark"] body.page-id-156 {
  background:
    linear-gradient(rgba(17, 16, 15, 0.7), rgba(17, 16, 15, 0.82)),
    url("assets/post-its.avif") center center / cover fixed,
    #141211;
}

html[data-sdk-theme="dark"] .sdk-event-login {
  background: rgba(29, 25, 23, 0.94);
  border-color: rgba(255, 104, 70, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

html[data-sdk-theme="dark"] .entry-content form,
html[data-sdk-theme="dark"] .sdk-review-card,
html[data-sdk-theme="dark"] .sdk-login-action,
html[data-sdk-theme="dark"] .sdk-contact-info,
html[data-sdk-theme="dark"] .sdk-contact-form,
html[data-sdk-theme="dark"] .sdk-form-notice,
html[data-sdk-theme="dark"] .toggle-unit {
  background: #1d1917;
  border-color: var(--line);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
}

html[data-sdk-theme="dark"] .toggle-unit .trigger a {
  color: #f0e7df;
}

html[data-sdk-theme="dark"] .toggle-unit.is-open .trigger a {
  color: var(--accent);
}

html[data-sdk-theme="dark"] .toggle-unit.is-open .toggle-container-wrapper {
  border-top-color: rgba(255, 255, 255, 0.12);
}

html[data-sdk-theme="dark"] body.page-id-166 .info-box {
  background: #1d1917;
  border-color: var(--accent);
}

html[data-sdk-theme="dark"] .sdk-google-rating {
  background: linear-gradient(135deg, #211a17 0%, #2a2015 100%);
  border-color: var(--line);
}

html[data-sdk-theme="dark"] .sdk-review-card blockquote,
html[data-sdk-theme="dark"] .sdk-login-action,
html[data-sdk-theme="dark"] .sdk-login-action:hover,
html[data-sdk-theme="dark"] .sdk-review-note,
html[data-sdk-theme="dark"] .sdk-contact-form label {
  color: #f0e7df;
}

html[data-sdk-theme="dark"] .sdk-review-source,
html[data-sdk-theme="dark"] .sdk-login-action span,
html[data-sdk-theme="dark"] .sdk-recaptcha-note {
  color: var(--muted);
}

html[data-sdk-theme="dark"] .sdk-review-button:hover,
html[data-sdk-theme="dark"] .sdk-review-button:focus {
  background: transparent;
  color: var(--accent);
}

html[data-sdk-theme="dark"] .sdk-contact-form input,
html[data-sdk-theme="dark"] .sdk-contact-form textarea,
html[data-sdk-theme="dark"] .entry-content input,
html[data-sdk-theme="dark"] .entry-content select,
html[data-sdk-theme="dark"] .entry-content textarea {
  background: #12100f;
  border-color: rgba(255, 255, 255, 0.22);
  color: #f1e8e1;
}

html[data-sdk-theme="dark"] .sdk-contact-form input::placeholder,
html[data-sdk-theme="dark"] .sdk-contact-form textarea::placeholder,
html[data-sdk-theme="dark"] .entry-content input::placeholder,
html[data-sdk-theme="dark"] .entry-content textarea::placeholder {
  color: #a99a91;
}

html[data-sdk-theme="dark"] .stage-slider {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

html[data-sdk-theme="dark"] .site-footer {
  background: #171514;
  color: #cfc3bb;
}

html[data-sdk-theme="dark"] .sdk-theme-toggle {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(29, 25, 23, 0.9);
}

.stage-slider {
  min-height: 500px;
  background: #111111 url("/wp-content/uploads/2016/02/new-years-eve-1920.jpg") center / cover;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

body.home .stage-slider {
  background: transparent;
  border-bottom: 0;
}

.stage-slider-inner {
  position: relative;
  width: min(960px, calc(100% - 30px));
  min-height: 500px;
  margin: 0 auto;
}

.stage-video {
  position: absolute;
  left: 20px;
  top: 82px;
  width: 540px;
  max-width: 58%;
  aspect-ratio: 16 / 9;
  background: #111111;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.stage-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-video-link {
  display: block;
  height: 100%;
  color: inherit;
}

.stage-video-link:focus-visible {
  outline: 4px solid #ffd33d;
  outline-offset: 4px;
}

.stage-copy {
  position: absolute;
  right: 12px;
  top: 64px;
  width: 340px;
}

.stage-ribbon {
  display: inline-block;
  margin: 0 0 24px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 31px;
  font-weight: 300;
  line-height: 60px;
  transform: rotate(9deg);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.stage-ribbon-pink {
  background: var(--pink);
}

.stage-ribbon-green {
  background: var(--accent-2);
}

.stage-phone {
  font-size: 30px;
  transform: rotate(0deg);
}

.stage-phone:hover {
  color: #ffffff;
}

.stage-note {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto 14px;
  color: #ffffff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.75),
    1px -1px 0 rgba(0, 0, 0, 0.75),
    -1px 1px 0 rgba(0, 0, 0, 0.75),
    1px 1px 0 rgba(0, 0, 0, 0.75),
    0 2px 3px rgba(0, 0, 0, 0.85),
    0 0 10px rgba(0, 0, 0, 0.55);
}

h1,
h2,
h3,
h4 {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

.focus-color {
  color: var(--accent) !important;
}

.focus-color a {
  color: var(--accent) !important;
}

.content-band {
  padding: 32px 0 52px;
  background: #ffffff;
}

body.home .content-band {
  background: transparent;
  padding-top: 14px;
}

body.page-id-156 .content-band {
  background: transparent;
}

body.page-id-160 .content-band,
body.page-id-163 .content-band,
body.page-id-165 .content-band,
body.page-id-167 .content-band {
  background: transparent;
}

.home-content .container {
  max-width: 960px;
}

body.home .home-content .container {
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

body.page-id-160 .content-band > .container,
body.page-id-163 .content-band > .container,
body.page-id-165 .content-band > .container,
body.page-id-167 .content-band > .container {
  padding: 28px 30px 34px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

body.home .sdk-home-section {
  padding: 28px 30px;
}

body.home .sdk-home-section + .sdk-home-section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.home .sdk-home-section-intro,
body.home .sdk-home-section-closing {
  background: rgba(255, 255, 255, 0.96);
}

body.home .sdk-home-section-links {
  background: rgba(255, 246, 241, 0.96);
}

body.home .sdk-home-section-services {
  background: rgba(247, 249, 250, 0.96);
}

.page-title {
  margin: 0 0 22px;
  font-size: 30px;
}

body.home .sdk-home-section-intro > h2:first-of-type,
body.home .sdk-home-section-intro > h3:first-of-type {
  color: var(--ink) !important;
  text-align: center !important;
}
body.page-id-160 .entry-content .focus-heading,
body.page-id-160 .entry-content .callout-box-inner > h2 {
  color: var(--accent) !important;
}

body.page-id-160 .entry-content > div[style*="text-align: center"]:last-of-type .focus-heading {
  color: var(--ink) !important;
}

body.page-id-160 .entry-content > div[style*="text-align: center"]:last-of-type .focus-heading a {
  color: var(--accent) !important;
}
body.page-id-160 .page-title,
body.page-id-160 .entry-content > h2:nth-of-type(1),
body.page-id-160 .entry-content > h2:nth-of-type(2) {
  color: var(--accent) !important;
}

body.page-id-160 .entry-content > h2:nth-of-type(3),
body.page-id-160 .entry-content > h2:nth-of-type(3) a {
  color: var(--ink) !important;
}
body.page-id-163 .page-title,
body.page-id-163 .entry-content > h3:first-of-type {
  color: var(--accent) !important;
}
body.page-id-163 .entry-content > h2:nth-of-type(2),
body.page-id-163 .entry-content > h3:nth-of-type(2) {
  color: var(--ink) !important;
}

body.page-id-165 .page-title {
  color: var(--accent) !important;
}

body.page-id-166 .page-title {
  color: var(--accent) !important;
}

body.page-id-166 .entry-content .section {
  max-width: 820px;
  margin: 0 auto 24px;
}

body.page-id-166 .entry-content .col-6 {
  float: none;
  width: 100%;
}

body.page-id-166 .entry-content .separator,
body.page-id-166 .entry-content > p:empty {
  display: none;
}

.toggle-unit {
  margin: 0 0 10px;
  border: 1px solid rgba(45, 45, 45, 0.12);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.toggle-wrap > p {
  display: none;
}

.toggle-unit .trigger {
  display: block;
}

.toggle-unit .trigger a {
  position: relative;
  display: block;
  padding: 16px 52px 16px 18px;
  color: #333333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.toggle-unit .trigger a::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

.toggle-unit.is-open .trigger a {
  color: var(--accent);
}

.toggle-unit.is-open .trigger a::after {
  content: "-";
  line-height: 23px;
}

.toggle-unit .toggle-container-wrapper {
  display: none;
}

.toggle-unit.is-open .toggle-container-wrapper {
  display: block;
  border-top: 1px solid rgba(45, 45, 45, 0.1);
}

.toggle-unit .toggle-container {
  padding: 16px 18px 18px;
  color: var(--ink);
}

.toggle-unit .toggle-container p:first-child {
  margin-top: 0;
}

.toggle-unit .toggle-container p:last-child {
  margin-bottom: 0;
}

body.page-id-166 .focus-heading {
  color: var(--accent) !important;
  text-align: center;
}

body.page-id-166 .info-box {
  max-width: 760px;
  margin: 18px auto 0;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  background: #fff6f1;
}
.entry-content {
  overflow-wrap: break-word;
}

.entry-content > p:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 24px;
}

.entry-content .wp-caption {
  max-width: 100%;
}

.entry-content form {
  max-width: 760px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
  max-width: 100%;
}

.sdk-availability-widget {
  max-width: 760px;
  margin: 18px auto 26px;
  text-align: center;
}

.sdk-availability-widget *,
.sdk-availability-widget *::before,
.sdk-availability-widget *::after {
  box-sizing: border-box;
}

.sdk-availability-widget .gb-form-container,
.sdk-availability-widget .gb-form {
  max-width: 100%;
}

.sdk-availability-widget .gb-form-submit,
.gb-form-submit {
  border-color: #b92f13 !important;
  background: #b92f13 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

.sdk-availability-widget .gb-form-submit:hover,
.sdk-availability-widget .gb-form-submit:focus,
.gb-form-submit:hover,
.gb-form-submit:focus {
  border-color: #252525 !important;
  background: #252525 !important;
  color: #ffffff !important;
}

.sdk-thanks {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sdk-thanks h1 {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 34px;
  line-height: 1.15;
}

.sdk-thanks-lead {
  margin: 0 auto 18px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.65;
}

.sdk-thanks-call {
  margin: 20px auto 24px;
  font-size: 18px;
  font-weight: 700;
}

.sdk-thanks-call a {
  color: var(--accent);
}

.sdk-testimonials {
  max-width: 880px;
  margin: 0 auto;
  color: var(--ink);
}

.sdk-google-rating {
  padding: 28px 30px;
  border: 1px solid rgba(30, 30, 30, 0.12);
  background: linear-gradient(135deg, #ffffff 0%, #fff8e8 100%);
  text-align: center;
}

.sdk-google-rating h2 {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 34px;
  line-height: 1.15;
}

.sdk-google-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px auto 10px;
  font-weight: 800;
}

.sdk-google-score strong {
  font-size: 44px;
  line-height: 1;
}

.sdk-review-stars {
  color: #f7b500;
  font-size: 22px;
  letter-spacing: 1px;
}

.sdk-google-rating p {
  margin: 10px auto 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.6;
}

.sdk-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.sdk-review-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(30, 30, 30, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
}

.sdk-review-card .sdk-review-stars {
  margin-bottom: 14px;
  font-size: 18px;
}

.sdk-review-card blockquote {
  margin: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.sdk-review-source {
  margin-top: auto;
  padding-top: 18px;
  color: #555555;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sdk-review-note {
  margin: 0 auto 22px;
  max-width: 720px;
  color: #333333;
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
}

.sdk-review-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
  text-align: center;
}

.sdk-review-button {
  display: inline-block;
  padding: 12px 18px;
  border: 2px solid var(--accent);
  background: var(--accent);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.sdk-review-button:hover,
.sdk-review-button:focus {
  background: #ffffff;
  color: var(--accent);
}

.sdk-review-phone {
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
}

.sdk-event-login {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 36px 38px;
  border: 1px solid rgba(217, 58, 22, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.sdk-event-login::before {
  content: none;
}

.sdk-event-login::after {
  content: none;
}

.sdk-event-login h1 {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 34px;
  line-height: 1.15;
}

.sdk-event-login-intro {
  margin: 0 auto 24px;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.6;
}

.sdk-login-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 280px));
  justify-content: center;
  gap: 18px;
  max-width: 590px;
  margin: 24px auto;
}

.sdk-login-actions br {
  display: none;
}

.sdk-login-action {
  display: flex;
  min-height: 150px;
  padding: 22px;
  border-top: 4px solid var(--accent);
  background: #fafafa;
  color: #222222;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sdk-login-action:hover {
  color: #222222;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.sdk-login-action strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 22px;
}

.sdk-login-action span {
  color: #444444;
  font-size: 15px;
  line-height: 1.45;
}

.sdk-login-note {
  max-width: 680px;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 1.55;
}

.sdk-contact-info {
  max-width: 520px;
  margin: 24px auto 26px;
  padding: 18px 20px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
  text-align: center;
}

.sdk-contact-info p {
  margin: 0 0 10px;
}

.sdk-contact-info p:last-child {
  margin-bottom: 0;
}

.sdk-contact-form {
  max-width: 620px;
  margin: 22px auto 26px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
}

.sdk-contact-form p {
  margin: 0 0 13px;
}

.sdk-contact-form label {
  display: block;
  margin-bottom: 6px;
  color: #333333;
  font-weight: 700;
}

.sdk-contact-form input,
.sdk-contact-form textarea {
  width: 100%;
  padding: 10px 11px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #222222;
  font: inherit;
}

.sdk-contact-form textarea {
  resize: vertical;
}

.sdk-contact-form button {
  padding: 10px 18px;
  border: 0;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
}

.sdk-contact-form button:hover {
  background: #333333;
}

.sdk-recaptcha-note {
  color: #666666;
  font-size: 13px;
  text-align: center;
}

.sdk-honeypot {
  position: absolute;
  left: -9999px;
}

.sdk-form-notice {
  padding: 10px 12px;
  border-left: 4px solid #999999;
  background: #ffffff;
}

.sdk-form-notice.success {
  border-left-color: #4b8f29;
}

.sdk-form-notice.error {
  border-left-color: #c4452d;
}

.sdk-video-embed {
  max-width: 720px;
  margin: 0 auto 28px;
  aspect-ratio: 16 / 9;
  background: #111111;
}

.sdk-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sdk-page-hero-image,
.sdk-slideshow {
  max-width: 760px;
  margin: 0 auto 28px;
}

.sdk-page-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sdk-slideshow {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111111;
}

.sdk-rental-carousel {
  max-width: 760px;
  margin: 30px auto 32px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.sdk-rental-carousel .sdk-slide img {
  cursor: zoom-in;
}

.sdk-rental-carousel .sdk-slide img:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -6px;
}

body.sdk-lightbox-open {
  overflow: hidden;
}

.sdk-rental-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
}

.sdk-rental-lightbox[hidden] {
  display: none;
}

.sdk-rental-lightbox figure {
  width: min(1180px, 100%);
  max-height: 90vh;
  margin: 0;
}

.sdk-rental-lightbox img {
  display: block;
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: #0b0b0b;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.sdk-rental-lightbox figcaption {
  display: none;
}

.sdk-rental-lightbox-close,
.sdk-rental-lightbox-control {
  position: fixed;
  z-index: 1001;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  cursor: pointer;
}

.sdk-rental-lightbox-close:hover,
.sdk-rental-lightbox-close:focus,
.sdk-rental-lightbox-control:hover,
.sdk-rental-lightbox-control:focus {
  border-color: var(--accent);
  background: rgba(0, 0, 0, 0.86);
  outline: 0;
}

.sdk-rental-lightbox-close:focus-visible,
.sdk-rental-lightbox-control:focus-visible {
  box-shadow: 0 0 0 3px rgba(217, 58, 22, 0.32);
}

.sdk-rental-lightbox-close {
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.sdk-rental-lightbox-control {
  top: 50%;
  width: 44px;
  height: 56px;
  font-size: 38px;
  line-height: 1;
  transform: translateY(-50%);
}

.sdk-rental-lightbox-control.prev {
  left: 18px;
}

.sdk-rental-lightbox-control.next {
  right: 18px;
}

.sdk-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.sdk-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.sdk-slide img,
.sdk-slide iframe,
.sdk-video-lazy {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sdk-slide img {
  object-fit: cover;
}

.sdk-video-lazy {
  position: relative;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.48)),
    #111111;
  cursor: pointer;
  overflow: hidden;
}

.sdk-video-lazy iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.sdk-video-thumb {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.sdk-video-play {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 54px;
  border-radius: 7px;
  background: #d93a16;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease;
}

.sdk-video-lazy:hover .sdk-video-play,
.sdk-video-lazy:focus-visible .sdk-video-play {
  transform: scale(1.05);
}

.sdk-video-play::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 15px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.sdk-video-lazy.is-loaded .sdk-video-play {
  display: none;
}

.sdk-slide-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 44px;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.sdk-slide-control:hover {
  background: rgba(0, 0, 0, 0.82);
}

.sdk-slide-control.prev {
  left: 0;
}

.sdk-slide-control.next {
  right: 0;
}

.sdk-slide-dots {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.sdk-slide-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.sdk-slide-dot.is-active {
  background: var(--accent);
}

.sdk-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 20px;
  max-width: 660px;
  margin: 30px auto 32px;
}

.sdk-service-grid br {
  display: none;
}

.custom-hb-box {
  position: relative;
  display: block;
  min-height: 238px;
  overflow: hidden;
  background: #111111;
  color: #ffffff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.custom-hb-box img {
  display: block;
  width: 100%;
  height: 238px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.custom-hb-box:hover img {
  transform: scale(1.04);
}

.hb-custom-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
}

.hb-custom-title .titt {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.hb-custom-title .subtitt {
  display: block;
  color: #e9e9e9;
  font-size: 12px;
}

.section.clearfix {
  clear: both;
  padding-top: 14px;
}

.fullwidth-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border-top: 1px solid #ececec;
}

.fullwidth-service {
  padding: 24px 20px;
  border-right: 1px solid #ececec;
  border-top: 4px solid transparent;
  min-height: 236px;
}

.fullwidth-service:last-child,
.fullwidth-service.last-column {
  border-right: 0;
}

.fullwidth-service:hover {
  border-top-color: var(--accent);
}

.fullwidth-service h4,
.fullwidth-service h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

body.home .sdk-home-section-services .fullwidth-services + .fullwidth-services .fullwidth-service:first-child h3 {
  color: var(--ink);
}

.fullwidth-service p {
  margin: 0;
}

.icon-image {
  float: left;
  margin: 0 14px 8px 0;
}

.icon-image .icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0;
}

.icon-image .icon::before {
  font-size: 22px;
  line-height: 1;
  content: "*";
}

.bell.icon::before {
  content: "\266b";
}

.cloud.icon::before {
  content: "\2601";
}

.home.icon::before {
  content: "\2302";
}

.video.icon::before {
  content: "\1F3A4";
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 22px;
}

.star.icon::before {
  content: "\2605";
}

.info.icon::before {
  content: "i";
  font-family: Georgia, serif;
  font-weight: 700;
}

.read-more-button {
  display: inline-block;
  margin-left: 4px;
  color: var(--accent);
  font-weight: 700;
}

.site-footer {
  background: #252525;
  color: #cccccc;
  padding: 30px 0;
  border-top: 4px solid var(--accent);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer a {
  color: #ffffff;
}

.footer-copyright {
  margin-top: 14px;
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  html:not([data-sdk-theme="light"]) {
    --ink: #eee7e1;
    --muted: #b9aba2;
    --paper: #11100f;
    --panel: #191614;
    --line: rgba(255, 255, 255, 0.16);
    --accent: #ff6846;
    --accent-2: #62c873;
    --pink: #f05c79;
    --dark: #f3eee9;
  }

  html:not([data-sdk-theme="light"]) {
    color-scheme: dark;
  }

  html:not([data-sdk-theme="light"]) body {
    background-color: var(--paper);
  }

  html:not([data-sdk-theme="light"]) a {
    color: #f1e7df;
  }

  html:not([data-sdk-theme="light"]) a:hover,
  html:not([data-sdk-theme="light"]) a:focus {
    color: var(--accent);
  }

  html:not([data-sdk-theme="light"]) .stage-ribbon,
  html:not([data-sdk-theme="light"]) .stage-phone,
  html:not([data-sdk-theme="light"]) .stage-phone:hover,
  html:not([data-sdk-theme="light"]) .stage-phone:focus {
    color: #ffffff;
  }

  html:not([data-sdk-theme="light"]) .site-header {
    background: rgba(18, 16, 15, 0.96);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }

  html:not([data-sdk-theme="light"]) .primary-menu a {
    color: #e9dfd8;
  }

  html:not([data-sdk-theme="light"]) .primary-menu a:hover,
  html:not([data-sdk-theme="light"]) .primary-menu a:focus {
    color: var(--accent);
  }

  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu {
    background: #1d1917;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.55);
  }

  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu a,
  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu li:last-child a {
    color: #efe5de;
  }

  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu a:hover,
  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu a:focus,
  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu li:last-child a:hover,
  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu li:last-child a:focus {
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent);
  }

  html:not([data-sdk-theme="light"]) .primary-menu li:last-child a:hover,
  html:not([data-sdk-theme="light"]) .primary-menu li:last-child a:focus,
  html:not([data-sdk-theme="light"]) .sdk-contact-form button:hover,
  html:not([data-sdk-theme="light"]) .sdk-contact-form button:focus,
  html:not([data-sdk-theme="light"]) .sdk-availability-widget .gb-form-submit:hover,
  html:not([data-sdk-theme="light"]) .sdk-availability-widget .gb-form-submit:focus,
  html:not([data-sdk-theme="light"]) .gb-form-submit:hover,
  html:not([data-sdk-theme="light"]) .gb-form-submit:focus {
    background: #efe5de !important;
    border-color: #efe5de !important;
    color: #161311 !important;
  }

  html:not([data-sdk-theme="light"]) .content-band {
    background: #141211;
  }

  html:not([data-sdk-theme="light"]) body.home .content-band,
  html:not([data-sdk-theme="light"]) body.page-id-156 .content-band,
  html:not([data-sdk-theme="light"]) body.page-id-160 .content-band,
  html:not([data-sdk-theme="light"]) body.page-id-163 .content-band,
  html:not([data-sdk-theme="light"]) body.page-id-165 .content-band,
  html:not([data-sdk-theme="light"]) body.page-id-167 .content-band {
    background: transparent;
  }

  html:not([data-sdk-theme="light"]) body.home .home-content .container,
  html:not([data-sdk-theme="light"]) body.page-id-160 .content-band > .container,
  html:not([data-sdk-theme="light"]) body.page-id-163 .content-band > .container,
  html:not([data-sdk-theme="light"]) body.page-id-165 .content-band > .container,
  html:not([data-sdk-theme="light"]) body.page-id-167 .content-band > .container {
    background: rgba(20, 17, 15, 0.94);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.46);
  }

  html:not([data-sdk-theme="light"]) body.home .sdk-home-section + .sdk-home-section {
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  html:not([data-sdk-theme="light"]) body.home .sdk-home-section-intro,
  html:not([data-sdk-theme="light"]) body.home .sdk-home-section-closing {
    background: rgba(20, 17, 15, 0.96);
  }

  html:not([data-sdk-theme="light"]) body.home .sdk-home-section-links {
    background: rgba(35, 22, 18, 0.96);
  }

  html:not([data-sdk-theme="light"]) body.home .sdk-home-section-services {
    background: rgba(18, 25, 22, 0.96);
  }

  html:not([data-sdk-theme="light"]) body.home .sdk-home-section-intro > h3:nth-of-type(2),
  html:not([data-sdk-theme="light"]) body.home .sdk-home-section-intro > h4 {
    color: var(--accent) !important;
  }

  html:not([data-sdk-theme="light"]) body.page-id-159 .page-title,
  html:not([data-sdk-theme="light"]) body.page-id-166 .page-title {
    color: var(--accent) !important;
  }

  html:not([data-sdk-theme="light"]) body.page-id-167 .page-title,
  html:not([data-sdk-theme="light"]) body.page-id-167 .sdk-availability-widget h3 {
    color: var(--accent) !important;
  }

  html:not([data-sdk-theme="light"]) body.page-id-167 .entry-content > h4 {
    color: var(--ink) !important;
  }

  html:not([data-sdk-theme="light"]) body.page-id-167 .entry-content > h4 .focus-color,
  html:not([data-sdk-theme="light"]) body.page-id-167 .entry-content > h4 a {
    color: var(--accent) !important;
  }

  html:not([data-sdk-theme="light"]) body.page-id-156 {
    background:
      linear-gradient(rgba(17, 16, 15, 0.7), rgba(17, 16, 15, 0.82)),
      url("assets/post-its.avif") center center / cover fixed,
      #141211;
  }

  html:not([data-sdk-theme="light"]) .sdk-event-login {
    background: rgba(29, 25, 23, 0.94);
    border-color: rgba(255, 104, 70, 0.22);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  }

  html:not([data-sdk-theme="light"]) .entry-content form,
  html:not([data-sdk-theme="light"]) .sdk-review-card,
  html:not([data-sdk-theme="light"]) .sdk-login-action,
  html:not([data-sdk-theme="light"]) .sdk-contact-info,
  html:not([data-sdk-theme="light"]) .sdk-contact-form,
  html:not([data-sdk-theme="light"]) .sdk-form-notice,
  html:not([data-sdk-theme="light"]) .toggle-unit {
    background: #1d1917;
    border-color: var(--line);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  }

  html:not([data-sdk-theme="light"]) .toggle-unit .trigger a {
    color: #f0e7df;
  }

  html:not([data-sdk-theme="light"]) .toggle-unit.is-open .trigger a {
    color: var(--accent);
  }

  html:not([data-sdk-theme="light"]) .toggle-unit.is-open .toggle-container-wrapper {
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  html:not([data-sdk-theme="light"]) body.page-id-166 .info-box {
    background: #1d1917;
    border-color: var(--accent);
  }

  html:not([data-sdk-theme="light"]) .sdk-google-rating {
    background: linear-gradient(135deg, #211a17 0%, #2a2015 100%);
    border-color: var(--line);
  }

  html:not([data-sdk-theme="light"]) .sdk-review-card blockquote,
  html:not([data-sdk-theme="light"]) .sdk-login-action,
  html:not([data-sdk-theme="light"]) .sdk-login-action:hover,
  html:not([data-sdk-theme="light"]) .sdk-review-note,
  html:not([data-sdk-theme="light"]) .sdk-contact-form label {
    color: #f0e7df;
  }

  html:not([data-sdk-theme="light"]) .sdk-review-source,
  html:not([data-sdk-theme="light"]) .sdk-login-action span,
  html:not([data-sdk-theme="light"]) .sdk-recaptcha-note {
    color: var(--muted);
  }

  html:not([data-sdk-theme="light"]) .sdk-review-button:hover,
  html:not([data-sdk-theme="light"]) .sdk-review-button:focus {
    background: transparent;
    color: var(--accent);
  }

  html:not([data-sdk-theme="light"]) .sdk-contact-form input,
  html:not([data-sdk-theme="light"]) .sdk-contact-form textarea,
  html:not([data-sdk-theme="light"]) .entry-content input,
  html:not([data-sdk-theme="light"]) .entry-content select,
  html:not([data-sdk-theme="light"]) .entry-content textarea {
    background: #12100f;
    border-color: rgba(255, 255, 255, 0.22);
    color: #f1e8e1;
  }

  html:not([data-sdk-theme="light"]) .sdk-contact-form input::placeholder,
  html:not([data-sdk-theme="light"]) .sdk-contact-form textarea::placeholder,
  html:not([data-sdk-theme="light"]) .entry-content input::placeholder,
  html:not([data-sdk-theme="light"]) .entry-content textarea::placeholder {
    color: #a99a91;
  }

  html:not([data-sdk-theme="light"]) .stage-slider {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  html:not([data-sdk-theme="light"]) .site-footer {
    background: #171514;
    color: #cfc3bb;
  }

  html:not([data-sdk-theme="light"]) .sdk-theme-toggle {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(29, 25, 23, 0.9);
  }
}

html[data-sdk-theme="light"] {
  color-scheme: light;
}

@media (max-width: 920px) {
  body.home,
  body.page-id-156,
  body.page-id-160,
  body.page-id-163,
  body.page-id-165,
  body.page-id-167 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto 760px;
  }

  body.page-id-167 {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 1000px;
  }

  .nav-wrap {
    align-items: center;
    flex-direction: column;
    padding: 10px 0 8px;
  }

  .brand {
    width: min(390px, 100%);
  }

  .brand img {
    max-height: 90px;
  }

  .sdk-menu-toggle {
    position: absolute;
    top: 14px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(45, 45, 45, 0.22);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    cursor: pointer;
  }

  .sdk-menu-toggle:hover,
  .sdk-menu-toggle:focus {
    border-color: var(--accent);
    outline: 0;
  }

  .sdk-menu-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(217, 58, 22, 0.28);
  }

  .sdk-menu-toggle-bars,
  .sdk-menu-toggle-bars::before,
  .sdk-menu-toggle-bars::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #333333;
    transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
  }

  .sdk-menu-toggle-bars {
    position: relative;
  }

  .sdk-menu-toggle-bars::before,
  .sdk-menu-toggle-bars::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .sdk-menu-toggle-bars::before {
    top: -6px;
  }

  .sdk-menu-toggle-bars::after {
    top: 6px;
  }

  .sdk-menu-toggle[aria-expanded="true"] .sdk-menu-toggle-bars {
    background: transparent;
  }

  .sdk-menu-toggle[aria-expanded="true"] .sdk-menu-toggle-bars::before {
    transform: translateY(6px) rotate(45deg);
  }

  .sdk-menu-toggle[aria-expanded="true"] .sdk-menu-toggle-bars::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 3px);
    z-index: 35;
    display: none;
    padding: 8px;
    background: #ffffff;
    border: 1px solid rgba(30, 30, 30, 0.12);
    border-top: 3px solid var(--accent);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  }

  .site-header.is-menu-open .primary-navigation {
    display: block;
  }

  .primary-menu {
    display: block;
  }

  .primary-menu .menu-item-has-children > a[href="#"] {
    display: none;
  }

  .primary-menu a {
    padding: 10px 12px;
    border-bottom-width: 1px;
    border-bottom-color: #eeeeee;
    white-space: normal;
  }

  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .primary-menu .sub-menu a,
  .primary-menu .sub-menu li:last-child a {
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
    font-size: 12px;
    text-align: left;
  }

  .primary-menu li:last-child a {
    margin: 8px 0 0;
    text-align: center;
  }

  html[data-sdk-theme="dark"] .primary-navigation {
    background: #1d1917;
    border-color: rgba(255, 255, 255, 0.14);
    border-top-color: var(--accent);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.58);
  }

  html[data-sdk-theme="dark"] .primary-menu a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  html[data-sdk-theme="dark"] .primary-menu .sub-menu a,
  html[data-sdk-theme="dark"] .primary-menu .sub-menu li:last-child a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #e9dfd8;
  }

  .stage-slider,
  .stage-slider-inner {
    min-height: 610px;
  }

  .stage-video {
    position: relative;
    left: auto;
    top: 32px;
    max-width: 100%;
    width: 100%;
  }

  .stage-copy {
    position: relative;
    top: 56px;
    right: auto;
    width: 100%;
    text-align: center;
  }

  .stage-note {
    font-size: 28px;
  }

  body.home .content-band,
  body.page-id-160 .content-band,
  body.page-id-163 .content-band,
  body.page-id-165 .content-band,
  body.page-id-167 .content-band {
    padding-top: 12px;
  }

  body.home .home-content .container,
  body.page-id-160 .content-band > .container,
  body.page-id-163 .content-band > .container,
  body.page-id-165 .content-band > .container,
  body.page-id-167 .content-band > .container {
    width: min(var(--max), calc(100% - 28px));
  }

  body.home .sdk-home-section {
    padding: 26px 24px;
  }

  .sdk-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 660px;
  }

  .fullwidth-services {
    grid-template-columns: 1fr;
  }

  .fullwidth-service {
    border-right: 0;
  }
}

@media (prefers-color-scheme: dark) and (max-width: 920px) {
  html:not([data-sdk-theme="light"]) .primary-navigation {
    background: #1d1917;
    border-color: rgba(255, 255, 255, 0.14);
    border-top-color: var(--accent);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.58);
  }

  html:not([data-sdk-theme="light"]) .primary-menu a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu a,
  html:not([data-sdk-theme="light"]) .primary-menu .sub-menu li:last-child a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #e9dfd8;
  }
}

@media (max-width: 560px) {
  body.home,
  body.page-id-156,
  body.page-id-160,
  body.page-id-163,
  body.page-id-165,
  body.page-id-167 {
    background-size: auto 620px;
  }

  body.page-id-167 {
    background-size: auto 1000px;
  }

  .nav-wrap,
  .container {
    width: calc(100% - 24px);
  }

  .brand {
    width: min(340px, 100%);
  }

  .brand img {
    max-height: 78px;
  }

  .sdk-rental-lightbox {
    padding: 58px 10px 18px;
  }

  .sdk-rental-lightbox-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .sdk-rental-lightbox-control {
    width: 36px;
    height: 48px;
    font-size: 32px;
  }

  .sdk-rental-lightbox-control.prev {
    left: 10px;
  }

  .sdk-rental-lightbox-control.next {
    right: 10px;
  }

  .primary-menu a {
    font-size: 13px;
  }

  .stage-slider,
  .stage-slider-inner {
    min-height: 520px;
  }

  .stage-ribbon,
  .stage-phone {
    font-size: 22px;
    line-height: 44px;
  }

  .stage-copy {
    top: 46px;
  }

  .stage-note {
    font-size: 24px;
    line-height: 1.2;
  }

  body.home .content-band,
  body.page-id-160 .content-band,
  body.page-id-163 .content-band,
  body.page-id-165 .content-band,
  body.page-id-167 .content-band {
    padding-top: 10px;
  }

  body.page-id-160 .content-band > .container,
  body.page-id-163 .content-band > .container,
  body.page-id-165 .content-band > .container,
  body.page-id-167 .content-band > .container {
    padding: 24px 18px 28px;
  }

  body.home .sdk-home-section {
    padding: 22px 18px;
  }

  body.home .entry-content p > .focus-color + span {
    display: block;
    margin-top: 4px;
  }

  .sdk-availability-widget {
    width: 100%;
    margin: 16px auto 22px;
  }

  .sdk-availability-widget .gb-form-container,
  .sdk-availability-widget .gb-form {
    width: 100% !important;
  }

  .sdk-availability-widget .gb-form-header {
    text-align: center;
  }

  .sdk-availability-widget .gb-form-body,
  .sdk-availability-widget .gb-form-inline,
  .sdk-availability-widget .gb-date-dropdowns,
  .sdk-availability-widget .gb-date-dropdowns-inline,
  .sdk-availability-widget .gb-form-actions,
  .sdk-availability-widget .gb-form-actions-inline {
    display: block !important;
    width: 100% !important;
  }

  .sdk-availability-widget .gb-form-select,
  .sdk-availability-widget .gb-form-submit {
    display: block !important;
    width: 100% !important;
    min-height: 44px;
    margin: 0 0 10px !important;
    font-size: 16px;
  }

  .sdk-availability-widget .gb-form-submit {
    margin-bottom: 0 !important;
  }

  .sdk-event-login h1 {
    font-size: 30px;
  }

  .sdk-event-login-intro {
    font-size: 16px;
  }

  .sdk-google-rating {
    padding: 24px 18px;
  }

  .sdk-google-rating h2 {
    font-size: 29px;
  }

  .sdk-google-score {
    flex-direction: column;
    gap: 6px;
  }

  .sdk-google-score strong {
    font-size: 38px;
  }

  .sdk-review-grid {
    grid-template-columns: 1fr;
  }

  .sdk-review-card {
    min-height: 0;
  }

  .sdk-login-actions {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .sdk-login-action {
    min-height: 128px;
    padding: 20px;
  }

  .sdk-service-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .custom-hb-box,
  .custom-hb-box img {
    min-height: 220px;
    height: 220px;
  }
}

