:root {
  --hsc-accent: #ffc53f;
  --hsc-ink: #000;
  --hsc-ink-soft: #65584b;
  --hsc-panel: #fffdf9;
  --hsc-panel-soft: #fff7eb;
  --hsc-border: rgba(44, 28, 7, 0.12);
  --hsc-shadow: 0 18px 42px rgba(56, 36, 8, 0.1);
  --hsc-step-blue: #ffbd23;
  --hsc-step-blue-soft: #ffefca;
}

.hsq-wp-shell,
.hsq-wp-shell * {
  box-sizing: border-box;
  font-family: Playfair Display, serif;
}

.hsq-wp-shell {
  color: var(--hsc-ink);
}

.hsq-wp-shell h2,
.hsq-wp-shell h3,
.hsq-wp-shell p {
  margin: 0;
}

.hsq-wp-shell button {
  width: auto !important;
  white-space: normal;
}

.hsc-main-row {
  margin-bottom: 0;
}

.hsq-wp-shell [data-hsc-quote-column][hidden] {
  display: none !important;
}

.hsq-wp-shell.is-quote-hidden [data-hsc-form-column] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.hsc-panel {
  background: var(--hsc-panel);
  border: 1px solid var(--hsc-border);
  border-radius: 22px;
  box-shadow: var(--hsc-shadow);
  overflow: hidden;
}

.hsc-form-shell,
.hsc-breakdown-top,
.hsc-breakdown-body {
  padding: 22px;
}

.hsc-panel-topbar,
.hsc-step-head,
.hsc-section-head,
.hsc-duration-head,
.hsc-room-row,
.hsc-line,
.hsc-pay-row,
.hsc-nav-row,
.hsc-nav-row-submit {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.hsc-panel-topbar {
  margin-bottom: 16px;
}

.hsc-panel-copy {
  flex: 1;
  min-width: 0;
}

.hsc-kicker {
  color: rgba(37, 24, 9, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hsc-kicker-light {
  color: rgba(255, 255, 255, 0.72);
}

.hsc-panel-copy h2,
.hsc-breakdown-top h2 {
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.hsc-panel-copy h2 {
  font-size: clamp(28px, 3vw, 34px);
}

.hsc-breakdown-top h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 34px);
}

.hsc-secondary-btn,
.hsc-main-cta,
.hsc-pay-btn {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hsc-main-cta,
.hsc-pay-btn {
  background-color: #ffc53f !important;
  border: 1px solid #ffc53f !important;
  color: #000 !important;
}

.hsc-secondary-btn {
  background: var(--hsc-panel-soft);
  border: 1px solid var(--hsc-border);
  color: var(--hsc-ink);
  flex-shrink: 0;
}

.hsc-choice-card,
.hsc-room-chip,
.hsc-preset-btn,
.hsc-stepper button,
.hsc-stepper-item,
.hsc-main-cta,
.hsc-pay-btn,
.hsc-secondary-btn {
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hsc-choice-card:hover,
.hsc-room-chip:hover,
.hsc-preset-btn:hover,
.hsc-stepper button:hover,
.hsc-stepper-item:hover,
.hsc-main-cta:hover,
.hsc-pay-btn:hover,
.hsc-secondary-btn:hover {
  box-shadow: 0 12px 22px rgba(56, 36, 8, 0.12);
  transform: translateY(-1px);
}

.hsc-stepper-bar {
  --hsc-step-count: 4;
  --hsc-step-progress-ratio: 0;
  display: flex;
  gap: 0;
  justify-content: space-between;
  margin-top: 6px;
  padding: 14px 0 0;
  position: relative;
}

.hsc-stepper-bar::before,
.hsc-stepper-bar::after {
  border-radius: 999px;
  content: "";
  height: 3px;
  left: calc(50% / var(--hsc-step-count));
  position: absolute;
  right: calc(50% / var(--hsc-step-count));
  top: 34px;
}

.hsc-stepper-bar::before {
  background: var(--hsc-step-blue-soft);
}

.hsc-stepper-bar::after {
  background: var(--hsc-step-blue);
  right: auto;
  width: calc((100% - (100% / var(--hsc-step-count))) * var(--hsc-step-progress-ratio));
}

.hsc-stepper-item {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  color: var(--hsc-step-blue);
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 8px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hsc-stepper-item.is-active {
  color: var(--hsc-step-blue);
}

.hsc-stepper-item.is-complete {
  color: var(--hsc-step-blue);
}

.hsc-stepper-item.is-disabled {
  box-shadow: none;
  cursor: default;
  opacity: 1;
  transform: none;
}

.hsc-stepper-number,
.hsc-step-badge {
  align-items: center;
  background: #1a130c;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  min-width: 26px;
  padding: 0 9px;
}

.hsc-stepper-number {
  background: var(--hsc-step-blue-soft);
  border: 2px solid var(--hsc-step-blue-soft);
  color: var(--hsc-step-blue);
  font-size: 20px;
  font-weight: 700;
  height: 42px;
  min-width: 42px;
  padding: 0;
}

.hsc-stepper-item:hover {
  background: transparent;
  border-color: transparent;
}

.hsc-stepper-item.is-complete .hsc-stepper-number {
  background: var(--hsc-step-blue);
  border-color: var(--hsc-step-blue);
  color: #fff;
}

.hsc-stepper-item.is-active .hsc-stepper-number {
  background: #fff;
  border-color: var(--hsc-step-blue);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--hsc-step-blue);
  color: var(--hsc-step-blue);
}

.hsc-stepper-item.is-disabled .hsc-stepper-number {
  border-color: var(--hsc-step-blue-soft);
  color: var(--hsc-step-blue);
}

.hsc-stepper-label {
  color: var(--hsc-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.4em;
  text-align: center;
}

.hsc-stepper-item:hover {
  box-shadow: none;
  transform: none;
}

.hsc-stepper-item.is-disabled:hover {
  cursor: default;
}

.hsc-feedback,
.hsc-field-error,
.hsc-support-copy,
.hsc-room-copy,
.hsc-duration-copy,
.hsc-line-formula,
.hsc-summary-address,
.hsc-empty-inline,
.hsc-note-card {
  color: var(--hsc-ink-soft);
}

.hsc-feedback {
  display: none;
  font-size: 15px;
  line-height: 1.35;
}

.hsc-feedback.is-visible {
  display: block;
}

.hsc-feedback-error {
  background: #fff3f3;
  border: 1px solid #e6aaaa;
  border-radius: 14px;
  color: #9f2f2f;
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
}

.hsc-feedback-error.is-visible {
  display: block;
}

.hsc-screen-stack {
  margin-top: 60px;
}

.hsc-screen {
  animation: hscStepFade 180ms ease;
  display: none;
}

.hsc-screen.is-active {
  display: block;
}

@keyframes hscStepFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.hsc-step-head {
  margin-bottom: 14px;
}

.hsc-step-head h3,
.hsc-section-head h3,
.hsc-duration-head h3 {
  font-size: clamp(22px, 2.8vw, 28px);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.hsc-choice-grid,
.hsc-stat-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hsc-contact-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.hsc-choice-card,
.hsc-preset-btn {
  background: #fff;
  border: 1px solid rgba(44, 28, 7, 0.12);
  border-radius: 18px;
  color: var(--hsc-ink);
  cursor: pointer;
  display: block;
  min-height: 78px;
  padding: 14px 16px;
  text-align: left;
}

.hsc-choice-card.is-selected,
.hsc-room-chip.is-filled,
.hsc-preset-btn.is-selected {
  background-color: #ffc53f !important;
  border-color: #ffc53f !important;
  color: #000 !important;
}

.hsc-choice-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
}

.hsc-label {
  color: var(--hsc-ink);
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}

.hsc-input {
  background: #fff;
  border: 1px solid rgba(44, 28, 7, 0.14);
  border-radius: 16px;
  color: var(--hsc-ink);
  font-size: 18px;
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

.hsc-input::placeholder {
  color: rgba(95, 81, 66, 0.78);
}

.hsc-input-textarea {
  min-height: 96px;
  resize: vertical;
}

.hsc-input.is-invalid,
#hsc-region-grid.is-invalid {
  border-color: #b33333 !important;
  box-shadow: 0 0 0 3px rgba(179, 51, 51, 0.12);
}

.hsc-field-error {
  font-size: 14px;
  line-height: 1.35;
  margin-top: 6px;
  min-height: 1.25em;
}

.hsc-field-error:not(:empty) {
  color: #b33333;
}

.hsc-section-block,
.hsc-duration-wrap,
.hsc-notes-wrap {
  margin-top: 18px;
}

.hsc-section-block {
  border-top: 1px solid rgba(44, 28, 7, 0.08);
  padding-top: 18px;
}

.hsc-chip-grid,
.hsc-summary-pills,
.hsc-preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hsc-room-chip {
  align-items: center;
  background: var(--hsc-panel-soft);
  border: 1px solid rgba(44, 28, 7, 0.1);
  border-radius: 999px;
  color: var(--hsc-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
}

.hsc-room-chip-icon,
.hsc-room-chip-icon svg {
  display: inline-flex;
  height: 16px;
  width: 16px;
}

.hsc-chip-count {
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.hsc-room-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.hsc-room-row,
.hsc-captcha-card,
.hsc-room-placeholder,
.hsc-empty-inline,
.hsc-note-card {
  background: #fff;
  border: 1px solid rgba(44, 28, 7, 0.1);
  border-radius: 18px;
  padding: 14px 16px;
}

.hsc-captcha-card {
  margin-bottom: 12px;
  width: 100%;
}

.hsc-captcha-card .hsc-support-copy {
  margin-bottom: 10px;
}

.hsc-room-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hsc-room-name {
  font-size: 18px;
  line-height: 1.1;
}

.hsc-room-copy,
.hsc-support-copy,
.hsc-line-formula,
.hsc-empty-inline,
.hsc-note-card {
  font-size: 14px;
  line-height: 1.35;
}

.hsc-stepper {
  align-items: center;
  background: var(--hsc-panel-soft);
  border: 1px solid rgba(44, 28, 7, 0.1);
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
}

.hsc-stepper button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(44, 28, 7, 0.12);
  border-radius: 50%;
  color: var(--hsc-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0;
}

.hsc-stepper-count {
  display: inline-flex;
  font-size: 19px;
  font-weight: 700;
  justify-content: center;
  min-width: 24px;
}

.hsc-duration-head {
  margin-bottom: 8px;
}

.hsc-duration-value {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.hsc-duration-display {
  display: inline-block;
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 700;
  line-height: 0.95;
}

.hsc-duration-copy {
  font-size: 15px;
  line-height: 1.2;
}

.hsc-section-head {
  margin-bottom: 14px;
}

.hsc-range {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, rgba(255, 197, 63, 0.75), rgba(255, 197, 63, 0.75));
  border-radius: 999px;
  height: 8px;
  margin-top: 12px;
  outline: none;
  width: 100%;
}

.hsc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--hsc-accent);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(44, 28, 7, 0.18);
  cursor: pointer;
  height: 22px;
  width: 22px;
}

.hsc-range::-moz-range-thumb {
  background: var(--hsc-accent);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(44, 28, 7, 0.18);
  cursor: pointer;
  height: 22px;
  width: 22px;
}

.hsc-message {
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.35;
  margin: 12px 0 0;
  padding: 10px 12px;
}

.hsc-message-muted {
  background: rgba(255, 197, 63, 0.16);
  border: 1px solid rgba(255, 197, 63, 0.35);
  color: #6b5518;
}

.hsc-preset-row {
  margin-top: 12px;
}

.hsc-preset-btn {
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  min-height: 42px;
  min-width: 0;
  padding: 0 14px;
}

.hsc-submit-group {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hsc-main-cta:disabled,
.hsc-pay-btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.hsc-quote-shell {
  background: linear-gradient(180deg, #1b140d 0 186px, #fffaf2 186px 100%);
  color: var(--hsc-ink);
  position: sticky;
  top: 20px;
}

.hsc-summary-address {
  font-size: 15px;
  line-height: 1.35;
  margin-top: 10px;
  max-width: 28ch;
}

.hsc-total-badge {
  background-color: #ffc53f !important;
  border: 1px solid #ffc53f !important;
  border-radius: 18px;
  color: #000 !important;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 14px;
  padding: 14px 16px;
}

.hsc-total-badge span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hsc-total-badge strong {
  font-size: clamp(28px, 3.8vw, 36px);
  line-height: 1;
}

.hsc-summary-pills {
  margin-top: 14px;
}

.hsc-summary-pill,
.hsc-summary-pill-dark {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 12px;
}

.hsc-summary-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hsc-summary-pill-dark {
  background: rgba(255, 197, 63, 0.14);
  border: 1px solid rgba(255, 197, 63, 0.35);
  color: var(--hsc-ink);
}

.hsc-line-list {
  display: grid;
  gap: 10px;
}

.hsc-line {
  border-bottom: 1px solid rgba(44, 28, 7, 0.08);
  padding-bottom: 10px;
}

.hsc-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hsc-line-copy {
  max-width: calc(100% - 120px);
}

.hsc-line-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.hsc-line-amount {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.hsc-stat-grid {
  margin-top: 16px;
}

.hsc-stat-card {
  background: #fff;
  border: 1px solid rgba(44, 28, 7, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(56, 36, 8, 0.05);
  padding: 14px;
}

.hsc-stat-label {
  color: rgba(37, 24, 9, 0.68);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hsc-stat-value {
  display: block;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
}

.hsc-note-card {
  background: rgba(255, 197, 63, 0.16);
  border: 1px solid rgba(255, 197, 63, 0.38);
  color: #6a561d;
  margin-top: 16px;
}

.hsc-pay-row {
  margin-top: 18px;
}

.hsc-final-card {
  margin-top: 8px;
}

.hsq-honeypot {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

@media only screen and (max-width: 999px) {
  .hsc-choice-grid,
  .hsc-stat-grid {
    grid-template-columns: 1fr;
  }

  .hsc-quote-shell {
    position: static;
    top: auto;
  }
}

@media only screen and (max-width: 690px) {
  .hsc-panel {
    border-radius: 18px;
  }

  .hsc-form-shell,
  .hsc-breakdown-top,
  .hsc-breakdown-body {
    padding: 18px;
  }

  .hsc-panel-topbar,
  .hsc-step-head,
  .hsc-section-head,
  .hsc-duration-head,
  .hsc-room-row,
  .hsc-line,
  .hsc-pay-row,
  .hsc-nav-row,
  .hsc-nav-row-submit,
  .hsc-submit-group {
    align-items: stretch;
    flex-direction: column;
  }

  .hsc-line-copy {
    max-width: none;
  }

  .hsc-total-badge,
  .hsc-secondary-btn,
  .hsc-main-cta,
  .hsc-pay-btn {
    width: 100%;
  }
}
