/*
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.5
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;
}

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") center top / cover fixed;
}

body.page-id-160 {
  background: #111111 url("/wp-content/uploads/2026/06/comicon2014background-1024x683-1.jpg") center top / cover fixed;
}

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

.site-header nav {
  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);
}

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

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

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

body.page-id-160 .content-band,
body.page-id-163 .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 {
  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;
}

.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 {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

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

.fullwidth-service p {
  margin: 0;
}

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

.icon-image .icon {
  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: "\25b6";
}

.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 (max-width: 920px) {
  body.home,
  body.page-id-160,
  body.page-id-163 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto 760px;
  }

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

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

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

  .primary-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-menu a {
    padding: 10px 10px;
  }

  .primary-menu .sub-menu {
    top: calc(100% + 4px);
  }

  .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 {
    padding-top: 12px;
  }

  body.home .home-content .container,
  body.page-id-160 .content-band > .container,
  body.page-id-163 .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 (max-width: 560px) {
  body.home,
  body.page-id-160,
  body.page-id-163 {
    background-size: auto 620px;
  }

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

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

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

  .primary-menu {
    gap: 4px 6px;
  }

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

  .primary-menu li:last-child a {
    padding: 6px 11px;
  }

  .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 {
    padding-top: 10px;
  }

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

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

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