:root {
  --odso-ink: #050505;
  --odso-muted: #585858;
  --odso-line: #dfd9d1;
  --odso-soft: #f7f3ee;
  --odso-white: #fff;
}

.odso-booking-panel,
.odso-portal,
.odso-client-lookup {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--odso-ink);
  font-family: inherit;
}

.odso-booking-panel,
.odso-portal {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--odso-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  padding: clamp(22px, 3vw, 42px);
}

.odso-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.odso-form-grid label,
.odso-schedule-form fieldset,
.odso-event-form label {
  display: grid;
  gap: 7px;
  color: var(--odso-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.odso-form-grid .odso-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.odso-form-grid .odso-check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  margin-top: 2px;
}

.odso-form-grid input,
.odso-form-grid select,
.odso-form-grid textarea,
.odso-schedule-form input,
.odso-schedule-form select,
.odso-schedule-form textarea,
.odso-event-form input,
.odso-event-form select,
.odso-event-form textarea,
.odso-actions select {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font: inherit;
  padding: 13px 14px;
  min-height: 46px;
  box-sizing: border-box;
}

.odso-wide {
  grid-column: 1 / -1;
}

.odso-help {
  color: var(--odso-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.odso-manual-time {
  display: contents;
}

.odso-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 26px 0 16px;
}

.odso-panel-head h2,
.odso-schedule-list h3 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
}

.odso-panel-head p {
  max-width: 720px;
  margin: 0;
  color: var(--odso-muted);
}

.odso-schedule-manager {
  margin: 26px 0;
  border-top: 1px solid var(--odso-line);
  border-bottom: 1px solid var(--odso-line);
  padding: 4px 0 26px;
}

.odso-schedule-form {
  margin: 0 0 24px;
}

.odso-schedule-form .odso-button {
  align-self: end;
}

.odso-weekdays {
  grid-column: span 2;
  border: 1px solid var(--odso-line);
  border-radius: 8px;
  padding: 12px;
}

.odso-weekdays legend {
  padding: 0 6px;
  font-weight: 800;
}

.odso-weekdays label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 4px 10px 4px 0;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.odso-weekdays input {
  width: 16px;
  min-height: 16px;
  padding: 0;
}

.odso-weekdays p {
  margin: 8px 0 0;
  color: var(--odso-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.odso-schedule-list {
  display: grid;
  gap: 12px;
}

.odso-schedule-list h3 {
  font-size: 24px;
}

.odso-schedule-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--odso-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.odso-schedule-row span {
  display: block;
  color: var(--odso-muted);
  margin-top: 4px;
}

.odso-button,
.odso-mini,
.odso-event-buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #000;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  cursor: pointer;
}

.odso-button {
  margin-top: 18px;
}

.odso-mini {
  min-height: 34px;
  padding: 8px 12px;
  font-size: 11px;
}

.odso-danger {
  background: #fff;
  color: #7d1010;
  border-color: #7d1010;
}

.odso-paypal {
  margin: 18px 0;
}

.odso-venmo-box,
.odso-alt-pay {
  border: 1px solid var(--odso-line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin: 18px 0;
}

.odso-venmo-box h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
}

.odso-actions-left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.odso-alert {
  border: 1px solid var(--odso-line);
  border-radius: 8px;
  background: var(--odso-soft);
  padding: 14px 16px;
  margin: 0 0 16px;
}

.odso-alert-good {
  border-color: #5fa66d;
  background: #eff9f1;
}

.odso-alert-bad {
  border-color: #b84646;
  background: #fff0f0;
}

.odso-table {
  display: grid;
  gap: 14px;
}

.odso-row,
.odso-walk-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--odso-line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.odso-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.odso-row span {
  display: block;
  color: var(--odso-muted);
  margin-top: 4px;
}

.odso-actions,
.odso-actions form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.odso-event-form {
  display: grid;
  gap: 14px;
}

.odso-event-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.odso-event-buttons button {
  min-height: 38px;
  padding: 8px 12px;
}

.odso-report,
.odso-report-empty {
  margin-top: 14px;
  border-top: 1px solid var(--odso-line);
  padding-top: 14px;
}

.odso-report > div {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.odso-report span {
  color: var(--odso-muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .odso-form-grid,
  .odso-row,
  .odso-schedule-row {
    grid-template-columns: 1fr;
  }

  .odso-actions,
  .odso-schedule-row form {
    justify-content: flex-start;
  }

  .odso-weekdays {
    grid-column: 1 / -1;
  }
}

.kc-site {
  --kc-ink: #030303;
  --kc-soft: #f5f1ec;
  --kc-line: #ddd8d1;
  --kc-muted: #4b4b4b;
  color: var(--kc-ink);
  background: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.h4bs-builder-page .h4bs-block-html,
.h4bs-builder-page .h4bs-block-shortcode {
  margin: 0;
  padding: 0;
}

.kc-site * {
  box-sizing: border-box;
}

.kc-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.kc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px max(28px, calc((100vw - 1120px) / 2));
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.kc-logo img {
  display: block;
  width: min(230px, 100%);
  max-height: 68px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.kc-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
}

.kc-nav a,
.kc-link-list a {
  color: #050505;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.kc-btn,
.kc-site .odso-button,
.kc-site .odso-mini,
.kc-site .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #050505;
  border-radius: 6px;
  background: #050505;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
}

.kc-btn.is-light {
  background: #fff;
  color: #050505;
}

.kc-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(310px, 41%) minmax(0, 59%);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
}

.kc-hero-copy {
  align-self: center;
  padding: clamp(40px, 7vw, 96px) clamp(26px, 6vw, 78px);
  position: relative;
  z-index: 2;
}

.kc-hero-media {
  height: 620px;
  min-height: 0;
  position: relative;
}

.kc-hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .86) 42%, rgba(255, 255, 255, 0) 100%);
}

.kc-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.kc-service-hero .kc-hero-media img {
  object-position: center 50%;
}

.kc-about-hero .kc-hero-media img {
  object-position: center 16%;
}

.kc-contact-hero .kc-hero-media img {
  object-position: center 48%;
}

.kc-service-hero .kc-hero-media::before,
.kc-about-hero .kc-hero-media::before,
.kc-contact-hero .kc-hero-media::before {
  width: 48%;
}

.kc-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kc-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .96;
}

.kc-title.is-smaller {
  font-size: clamp(38px, 5vw, 62px);
}

.kc-script {
  display: block;
  margin-top: 6px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(35px, 6vw, 68px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.kc-copy {
  max-width: 560px;
  color: #161616;
  font-size: 16px;
  line-height: 1.75;
}

.kc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.kc-divider {
  display: block;
  width: min(330px, 100%);
  height: 86px !important;
  max-height: 86px !important;
  margin: 28px 0 0;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
}

.kc-checkbar {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 40px));
  margin: -54px auto 26px;
}

.kc-checkbar .odso-booking-panel {
  max-width: none;
}

.kc-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: min(980px, calc(100% - 40px));
  margin: 30px auto 58px;
}

.kc-feature {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-right: 18px;
  border-right: 1px solid #111;
}

.kc-feature:last-child {
  border-right: 0;
}

.kc-icon {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
}

.kc-feature h3,
.kc-card h3,
.kc-step h3,
.kc-service-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
}

.kc-feature p,
.kc-card p,
.kc-step p,
.kc-service-card p {
  margin: 0;
  color: var(--kc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.kc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: clamp(34px, 7vw, 82px);
  align-items: center;
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto 66px;
}

.kc-photo-frame {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border: 2px solid #050505;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .09);
}

.kc-section {
  padding: 58px 0;
}

.kc-section.is-soft {
  background: var(--kc-soft);
}

.kc-center {
  text-align: center;
}

.kc-section-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.kc-steps,
.kc-services,
.kc-contact-grid,
.kc-faq-grid {
  display: grid;
  gap: 24px;
}

.kc-steps {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
}

.kc-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-weight: 800;
}

.kc-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(1120px, calc(100% - 40px));
  margin: 36px auto 0;
}

.kc-gallery img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  border-radius: 8px;
}

.kc-quote {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: 26px;
  border-radius: 8px;
  background: #050505;
  color: #fff;
}

.kc-quote p {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-style: italic;
  line-height: 1.35;
}

.kc-banner {
  width: min(1120px, calc(100% - 40px));
  margin: 18px auto 0;
  min-height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 8px;
  background: #101820;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.kc-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
}

.kc-banner > * {
  position: relative;
  z-index: 1;
}

.kc-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-banner h2 {
  margin: 0 0 14px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: 0;
}

.kc-footer {
  display: grid;
  grid-template-columns: 1.2fr .7fr .8fr 1fr;
  gap: 30px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 20px;
}

.kc-footer img {
  width: 210px;
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.kc-footer h3 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kc-footer p,
.kc-footer li {
  color: #121212;
  font-size: 14px;
  line-height: 1.5;
}

.kc-link-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kc-services {
  grid-template-columns: repeat(4, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: 34px auto 0;
}

.kc-service-card,
.kc-card,
.kc-contact-card {
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .07);
}

.kc-service-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 350px;
  text-align: center;
  padding: 34px 22px 22px;
}

.kc-price {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--kc-line);
  color: #111;
  font-size: 16px;
  line-height: 1.7;
}

.kc-how {
  width: min(1120px, calc(100% - 40px));
  margin: 26px auto 0;
  padding: 34px 22px;
  border-radius: 8px;
  background: var(--kc-soft);
}

.kc-contact-grid {
  grid-template-columns: 320px minmax(0, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: -40px auto 50px;
  align-items: start;
}

.kc-contact-card {
  display: grid;
  gap: 28px;
  padding: 34px 28px;
  background: var(--kc-soft);
}

.kc-contact-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kc-contact-form {
  padding: 30px;
}

.kc-contact-form h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 500;
}

.kc-contact-form form {
  display: grid;
  gap: 12px;
}

.kc-contact-form input,
.kc-contact-form textarea,
.kc-contact-form select {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 14px 15px;
  font: inherit;
}

.kc-faq-grid {
  grid-template-columns: repeat(2, 1fr);
  width: min(960px, calc(100% - 40px));
  margin: 28px auto 0;
}

.kc-faq-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 8px;
  border-bottom: 1px solid var(--kc-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.kc-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 56px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.kc-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kc-collage img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 8px;
}

.kc-collage img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 2.35;
}

.kc-promise {
  padding: clamp(28px, 4vw, 54px);
  border-radius: 8px;
  background: var(--kc-soft);
}

@media (max-width: 980px) {
  .kc-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 20px;
    text-align: center;
  }

  .kc-logo {
    justify-self: center;
  }

  .kc-logo img {
    width: min(210px, 72vw);
    height: 54px;
    object-position: center;
  }

  .kc-nav {
    flex-wrap: wrap;
  }

  .kc-hero,
  .kc-split,
  .kc-contact-grid,
  .kc-about-grid {
    grid-template-columns: 1fr;
  }

  .kc-hero-copy {
    padding: 44px 24px 22px;
  }

  .kc-hero-media {
    height: 420px;
  }

  .kc-hero-media img,
  .kc-about-hero .kc-hero-media img {
    object-position: center 24%;
  }

  .kc-service-hero .kc-hero-media img {
    object-position: center 46%;
  }

  .kc-contact-hero .kc-hero-media img {
    object-position: center 44%;
  }

  .kc-checkbar {
    margin-top: 20px;
  }

  .kc-feature-row,
  .kc-steps,
  .kc-services,
  .kc-footer,
  .kc-faq-grid {
    grid-template-columns: 1fr;
  }

  .kc-feature {
    border-right: 0;
    border-bottom: 1px solid #111;
    padding: 0 0 22px;
  }

  .kc-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .kc-wrap,
  .kc-feature-row,
  .kc-gallery,
  .kc-services,
  .kc-how,
  .kc-banner,
  .kc-footer,
  .kc-contact-grid,
  .kc-faq-grid,
  .kc-about-grid {
    width: min(100% - 24px, 1120px);
  }

  .kc-title {
    font-size: 42px;
  }

  .kc-script {
    font-size: 34px;
  }

  .kc-header {
    gap: 14px;
    padding: 14px 24px 18px;
  }

  .kc-logo img {
    width: min(190px, 70vw);
    height: 46px;
  }

  .kc-nav {
    gap: 14px 20px;
  }

  .kc-hero-copy {
    padding-top: 38px;
  }

  .kc-gallery {
    grid-template-columns: 1fr;
  }
}
