.reservation-step-demo {
  background: #fffaf5;
}

.reservation-step-demo [hidden] {
  display: none !important;
}

.reservation-step-demo .site-container {
  max-width: 960px;
}

.reservation-step-demo-route .breadcrumbs {
  display: none;
}

.rsd-demo-header {
  background: #fff;
  border-bottom: 1px solid rgba(126, 93, 58, .16);
}

.rsd-demo-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rsd-demo-header__logo {
  display: grid;
  gap: 2px;
  color: #2f261f;
  text-decoration: none;
}

.rsd-demo-header__brand {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  line-height: 1;
}

.rsd-demo-header__sub {
  display: block;
  color: #8a5b2f;
  font-size: 11px;
  font-weight: 800;
}

.rsd-demo-header__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 32px;
  border: 1px solid rgba(126, 93, 58, .28);
  border-radius: 999px;
  color: #8a5b2f;
  font-size: 12px;
  font-weight: 800;
}

.rsd-demo-footer {
  padding: 28px 0;
  background: #2f261f;
  color: #fffaf5;
  font-size: 13px;
}

.rsd-reservation {
  padding-top: clamp(24px, 4vw, 44px);
}

.rsd-reservation-hero {
  margin-bottom: clamp(22px, 4vw, 36px);
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(126, 93, 58, .11);
}

.rsd-reservation-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.reservation-step-demo.is-after-step1 .rsd-reservation-hero,
.reservation-step-demo.is-after-step1 .rsd-top-actions {
  display: none;
}

.rsd-reservation-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.rsd-store-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.rsd-store-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rsd-store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(34, 20, 12, .68));
}

.rsd-store-hero__inner {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(44px, 7vw, 76px);
}

.rsd-store-hero__inner .section-eyebrow,
.rsd-store-hero__inner .section-title,
.rsd-store-hero__inner p {
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .36);
}

.rsd-store-hero__inner p {
  max-width: 680px;
  font-weight: 700;
}

.rsd-store-body {
  padding-top: 44px;
  padding-bottom: 120px;
}

.rsd-floating-cta {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 999;
  min-width: 180px;
  min-height: 60px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  color: #fff;
  background: var(--brand-gold-deep, #9b7239);
  box-shadow: 0 16px 34px rgba(70, 42, 20, .3);
  font-weight: 800;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.rsd-back {
  border: 0;
  padding: 0;
  margin-bottom: 24px;
  color: var(--brand-brown, #6f4a2f);
  background: transparent;
  font-weight: 800;
}

.rsd-top-actions {
  margin: 0 0 14px;
}

.rsd-guide-btn {
  min-height: 44px;
  border: 1px solid rgba(122, 98, 59, .28);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--brand-gold-deep, #8a6a3f);
  background: #fff;
  font-weight: 800;
}

.rsd-store-status {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(76, 54, 34, .08);
}

.rsd-store-status[hidden],
.rsd-total-bar[hidden] {
  display: none;
}

.rsd-store-status span,
.rsd-total-bar__items span,
.rsd-total-bar__amount > span {
  display: block;
  color: #7b746d;
  font-size: 11px;
  font-weight: 800;
}

.rsd-store-status strong,
.rsd-total-bar__items strong {
  display: block;
  margin-top: 3px;
  color: var(--brand-brown, #6f4a2f);
  font-size: 18px;
  line-height: 1.35;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-step-demo.is-final-confirm .rsd-store-status,
.reservation-step-demo.is-final-confirm .rsd-total-bar {
  display: none;
}

#rsdClearStore {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: var(--brand-brown, #6f4a2f);
  background: #fbefe5;
  font-size: 24px;
  line-height: 1;
}

.rsd-stepper {
  position: sticky;
  top: 80px;
  z-index: 19;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 0 14px;
  background: rgba(255, 250, 245, .94);
  backdrop-filter: blur(12px);
}

.rsd-total-bar {
  position: sticky;
  top: 72px;
  z-index: 18;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--brand-brown, #6f4a2f);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(76, 54, 34, .08);
}

.rsd-total-bar__items {
  min-width: 0;
}

.rsd-total-bar__items strong {
  display: grid;
  gap: 3px;
  white-space: normal;
}

.rsd-total-bar-line {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rsd-total-bar__amount {
  display: grid;
  gap: 3px;
  text-align: right;
  white-space: nowrap;
}

.rsd-total-bar__amount > span {
  color: #7b746d;
}

.rsd-total-bar__amount strong {
  color: var(--brand-brown, #6f4a2f);
  font-size: 18px;
  line-height: 1;
}

.rsd-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 44px;
  border: 1px solid #eadfce;
  border-radius: 999px;
  padding: 8px 10px;
  color: #746a61;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: normal;
  line-height: 1.2;
}

.rsd-step span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 999px;
  color: #fff;
  background: #c9b9a5;
  font-size: 12px;
}

.rsd-step.is-active,
.rsd-step.is-complete {
  color: var(--brand-brown, #6f4a2f);
  border-color: rgba(138, 106, 63, .42);
}

.rsd-step.is-active span,
.rsd-step.is-complete span {
  background: var(--brand-gold-deep, #8a6a3f);
}

.rsd-panel {
  min-height: 520px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  padding: clamp(22px, 4vw, 40px);
  background: #fff;
  box-shadow: 0 18px 44px rgba(76, 54, 34, .08);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}

.rsd-panel.is-visible {
  opacity: 1;
  transform: none;
}

.rsd-store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.rsd-store-search {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(126, 93, 58, .18);
  border-radius: 12px;
  background: #fffdf9;
}

.rsd-store-search p {
  margin: 0;
  color: #766f68;
  font-size: 13px;
}

.rsd-store-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 118px;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 12px;
  text-align: left;
  color: var(--brand-brown, #6f4a2f);
  background: #fffdf9;
}

.rsd-store-card__thumb {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: #f4ece2;
}

.rsd-store-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rsd-store-card strong,
.rsd-store-card__body > span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.rsd-store-card strong {
  font-size: 18px;
  line-height: 1.35;
}

.rsd-store-card__body > span {
  color: #766f68;
  font-size: 13px;
  line-height: 1.5;
}

.rsd-store-card small {
  display: block;
  margin-top: 8px;
  color: #9a6330;
  font-size: 12px;
  font-weight: 800;
}

.rsd-store-card.is-selected {
  border-color: var(--brand-gold-deep, #8a6a3f);
  box-shadow: 0 10px 24px rgba(138, 106, 63, .13);
}

.rsd-store-confirm {
  display: grid;
  gap: 4px;
  margin-top: 20px;
  border: 1px solid rgba(138, 106, 63, .3);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fffaf5;
}

.rsd-store-confirm span {
  color: #7b746d;
  font-size: 12px;
  font-weight: 800;
}

.rsd-store-confirm strong {
  color: var(--brand-brown, #6f4a2f);
  font-size: 20px;
}

.rsd-actions {
  display: grid;
  grid-template-columns: minmax(0, 320px);
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.rsd-actions .btn-primary,
.rsd-actions .btn-outline {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
}

.rsd-actions .btn-primary {
  order: 1;
}

.rsd-actions .btn-outline {
  order: 2;
}

.rsd-next-main {
  position: relative;
  padding-right: 42px;
  border: 1px solid rgba(196, 154, 87, .72);
  box-shadow: 0 10px 22px rgba(138, 106, 63, .18), 0 0 0 1px rgba(255, 248, 224, .26) inset;
  animation: rsdNextGlow 2.8s ease-in-out infinite;
}

.rsd-next-main::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-53%);
  font-size: 24px;
  line-height: 1;
}

@keyframes rsdNextGlow {
  0%,
  100% {
    border-color: rgba(196, 154, 87, .64);
    box-shadow: 0 10px 22px rgba(138, 106, 63, .18), 0 0 0 1px rgba(255, 248, 224, .22) inset;
  }
  50% {
    border-color: rgba(245, 219, 160, .96);
    box-shadow: 0 12px 26px rgba(138, 106, 63, .22), 0 0 0 2px rgba(255, 248, 224, .38) inset;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rsd-next-main {
    animation: none;
  }
}

.rsd-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.reservation-step-demo .srp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.reservation-step-demo .srp-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.reservation-step-demo .srp-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f7efe6;
}

.reservation-step-demo .srp-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reservation-step-demo .srp-body {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 16px;
}

.reservation-step-demo .srp-title {
  min-height: 3em;
  margin: 0;
  color: #2f261f;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.reservation-step-demo .srp-open-modal {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

.reservation-step-demo .srp-card.is-selected {
  border-color: rgba(138, 106, 63, .72);
  box-shadow: 0 12px 28px rgba(138, 106, 63, .16);
}

.rsd-product-selected {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin: 10px 0 0;
  border-radius: 999px;
  color: #fff;
  background: var(--brand-gold-deep, #8a6a3f);
  font-size: 13px;
  font-weight: 800;
}

.rsd-optional-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  margin-left: 8px;
  border: 1px solid rgba(138, 106, 63, .32);
  border-radius: 999px;
  padding: 2px 9px;
  color: var(--brand-brown, #6f4a2f);
  background: #fffaf5;
  font-size: 12px;
  font-weight: 800;
  vertical-align: middle;
}

.reservation-step-demo .rsd-panel label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.rsd-field-heading {
  display: block;
  color: #2f261f;
  font-weight: 800;
}

.rsd-plate-section {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.rsd-plate-fields {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.rsd-plate-field {
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 14px;
  background: #fffdf9;
}

.rsd-plate-title,
.rsd-plate-field small {
  display: block;
}

.rsd-plate-field small {
  color: #746a61;
  font-size: 12px;
  line-height: 1.5;
}

.rsd-plate-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.rsd-plate-choice {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  min-width: 0;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 10px 10px 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.rsd-plate-choice input {
  position: absolute;
  inset: 10px auto auto 10px;
  width: 18px;
  height: 18px;
  accent-color: var(--brand-gold-deep, #8a6a3f);
}

.rsd-plate-choice.is-selected {
  border-color: var(--brand-gold-deep, #8a6a3f);
  background: #fffaf0;
  box-shadow: 0 14px 28px rgba(138, 106, 63, .18);
  transform: translateY(-1px);
}

.rsd-plate-choice.is-selected::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(138, 106, 63, .28);
  border-radius: 9px;
  pointer-events: none;
}

.rsd-selected-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 999px;
  padding: 4px 9px;
  color: #fff;
  background: var(--brand-gold-deep, #8a6a3f);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.rsd-plate-choice__visual {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4.8 / 1;
  min-height: 76px;
  border-radius: 10px;
  overflow: hidden;
  background: #4a2828;
}

.rsd-plate-choice__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 76px;
  object-fit: contain;
}

.rsd-plate-none {
  display: grid;
  place-items: center;
  min-height: 76px;
  color: #fffaf5;
  font-weight: 800;
}

.rsd-plate-choice__text {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 0 2px;
}

.rsd-plate-choice__text strong {
  color: #2f261f;
  font-size: 14px;
  line-height: 1.45;
}

.rsd-plate-message-field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.rsd-plate-message-field span {
  color: #2f261f;
  font-weight: 800;
}

.rsd-plate-message-field input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.rsd-candle-field {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  border-top: 1px dashed #eadfce;
  padding-top: 14px;
}

.rsd-candle-title {
  display: block;
  color: #2f261f;
  font-weight: 800;
}

.reservation-step-demo input,
.reservation-step-demo select,
.reservation-step-demo textarea {
  font-size: 16px;
}

.reservation-step-demo #rsdPlateMessage {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.reservation-step-demo .srp-date-field {
  position: relative;
}

.reservation-step-demo .srp-date-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.reservation-step-demo .srp-date-display {
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
}

.reservation-step-demo .srp-date-open {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d8d0c0;
  border-radius: 10px;
  background: #fffdf8;
  color: var(--brand-gold-deep, #8a6a3f);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.reservation-step-demo .srp-date-calendar {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  width: min(100%, 360px);
  padding: 12px;
  border: 1px solid #eee3cf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(47, 42, 33, .16);
  box-sizing: border-box;
}

.reservation-step-demo .srp-date-calendar__head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--brand-ink, #2b2017);
}

.reservation-step-demo .srp-date-nav {
  width: 40px;
  height: 36px;
  border: 1px solid #eee3cf;
  border-radius: 8px;
  background: #faf7ef;
  color: var(--brand-gold-deep, #8a6a3f);
  font-size: 20px;
  line-height: 1;
}

.reservation-step-demo .srp-date-calendar__week,
.reservation-step-demo .srp-date-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.reservation-step-demo .srp-date-calendar__week {
  margin-bottom: 4px;
  color: #888;
  font-size: 11px;
  text-align: center;
}

.reservation-step-demo .srp-date-day {
  aspect-ratio: 1 / 1;
  min-width: 0;
  border: 1px solid #eee3cf;
  border-radius: 8px;
  background: #fffdf8;
  color: var(--brand-ink, #2b2017);
  font-size: 13px;
  cursor: pointer;
}

.reservation-step-demo .srp-date-day:disabled {
  color: #b8b1a8;
  background: #f4f1eb;
  border-color: #ebe6dc;
  text-decoration: line-through;
  cursor: not-allowed;
  opacity: .68;
}

.reservation-step-demo .srp-date-day.is-selected {
  background: var(--brand-gold, #b89764);
  border-color: var(--brand-gold, #b89764);
  color: #fff;
}

.rsd-confirm-panel {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(138, 106, 63, .28);
  border-radius: 16px;
  padding: clamp(18px, 4vw, 28px);
  background: #fffaf5;
  box-shadow: 0 18px 44px rgba(76, 54, 34, .09);
}

.rsd-confirm-panel__head h3 {
  margin: 4px 0 8px;
  color: #2f261f;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.35;
}

.rsd-confirm-panel__head p {
  margin: 0;
  color: #746a61;
  line-height: 1.75;
}

.rsd-final-confirm {
  display: grid;
  gap: 14px;
}

.rsd-final-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rsd-final-block {
  min-width: 0;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.rsd-final-block > span,
.rsd-final-total span {
  display: block;
  margin-bottom: 5px;
  color: #7b746d;
  font-size: 12px;
  font-weight: 800;
}

.rsd-final-block strong {
  display: block;
  min-width: 0;
  color: var(--brand-brown, #6f4a2f);
  font-size: 17px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.rsd-final-store strong {
  font-size: 22px;
}

.rsd-final-items {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rsd-final-items li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.rsd-final-items img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: #f7efe6;
}

.rsd-final-items strong,
.rsd-final-items span,
.rsd-final-items small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.rsd-final-items span,
.rsd-final-items small {
  margin-top: 3px;
  color: #746a61;
}

.rsd-final-items small {
  color: var(--brand-brown, #6f4a2f);
  font-weight: 800;
}

.rsd-final-plates {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
  color: var(--brand-brown, #6f4a2f);
  font-weight: 800;
  line-height: 1.65;
}

.rsd-final-options {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rsd-final-options li {
  display: grid;
  gap: 4px;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fffaf5;
}

.rsd-final-options span,
.rsd-final-options strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.rsd-final-options span {
  color: #746a61;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.rsd-final-options strong {
  color: var(--brand-brown, #6f4a2f);
  font-size: 15px;
  line-height: 1.55;
}

.rsd-final-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  padding: 16px;
  color: #fff;
  background: var(--brand-gold-deep, #8a6a3f);
}

.rsd-final-total span {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.rsd-final-total strong {
  font-size: 24px;
}

.rsd-demo-summary {
  margin-top: 18px;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 18px;
  background: #fffaf5;
}

.rsd-demo-summary p {
  margin: 0;
  color: var(--brand-brown, #6f4a2f);
  font-weight: 800;
}

.reservation-step-demo .srp-order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #efe5d6;
  padding: 16px 0;
}

.reservation-step-demo .srp-order-item:last-child {
  border-bottom: 0;
}

.rsd-order-line {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.srp-order-meta {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.srp-order-meta strong,
.srp-order-meta small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.srp-order-meta small {
  color: #766f68;
  font-size: 12px;
  line-height: 1.45;
}

.rsd-order-row {
  display: grid;
  gap: 4px;
  margin-top: 4px;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff7ee;
}

.rsd-order-row span {
  color: #746a61;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.rsd-order-row strong {
  color: var(--brand-brown, #6f4a2f);
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}

.rsd-order-line img,
.rsd-summary-list img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  background: #f7efe6;
}

.reservation-step-demo .srp-remove {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #eadfce;
  border-radius: 12px;
  color: var(--brand-brown, #6f4a2f);
  background: #fbf4ec;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.rsd-summary-list {
  display: grid;
  gap: 12px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.rsd-summary-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
}

.rsd-summary-list span,
.rsd-summary-list strong,
.rsd-summary-list small {
  display: block;
  min-width: 0;
}

.rsd-summary-list strong {
  color: #2f261f;
}

.rsd-summary-list small {
  margin-top: 4px;
  color: #766f68;
  font-size: 12px;
}

.rsd-summary-store,
.rsd-summary-details,
.rsd-summary-total {
  margin: 10px 0 0;
}

.rsd-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #eadfce;
  padding-top: 12px;
}

.rsd-terms-box {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  padding: 16px;
  color: #3b3028;
  background: #fffdf9;
}

.rsd-terms-box h3 {
  margin: 0;
  color: #2f261f;
  font-size: 18px;
  line-height: 1.45;
}

.rsd-terms-box p {
  margin: 0;
  color: #5f564d;
  font-size: 13px;
  line-height: 1.8;
}

.rsd-terms-box.is-agreed {
  border-color: rgba(42, 128, 80, .32);
  background: #fbfffc;
}

.rsd-terms-box.is-agreed p {
  color: #257047;
  font-weight: 800;
}

.rsd-terms-open {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}

.rsd-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.rsd-guide-modal[hidden] {
  display: none;
}

.rsd-guide-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 12, .48);
}

.rsd-guide-modal__panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 14px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}

.rsd-guide-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: var(--brand-brown, #6f4a2f);
  background: #fbefe5;
  font-size: 24px;
}

.rsd-guide-lead {
  margin: 4px 0 18px;
  color: #746a61;
  font-size: 15px;
  line-height: 1.85;
}

.rsd-guide-list {
  display: grid;
  gap: 16px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}

.rsd-guide-list li {
  position: relative;
  min-height: 88px;
  counter-increment: guide-step;
  border: 1px solid rgba(126, 93, 58, .18);
  border-radius: 12px;
  padding: 16px 16px 16px 86px;
  color: var(--brand-brown, #6f4a2f);
  background: #fffdf9;
  font-weight: 800;
}

.rsd-guide-list li::before {
  content: counter(guide-step);
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand-gold-deep, #8a6a3f);
  font-size: 18px;
}

.rsd-guide-list span {
  display: block;
  margin-top: 6px;
  color: #746a61;
  font-weight: 500;
  line-height: 1.85;
}

.rsd-guide-note {
  margin: -4px 0 16px;
  color: #746a61;
  line-height: 1.8;
}

.rsd-guide-payment {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  border: 1px solid rgba(138, 106, 63, .24);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--brand-brown, #6f4a2f);
  background: #fffaf5;
}

.rsd-guide-payment strong,
.rsd-guide-payment span {
  display: block;
}

.rsd-guide-payment span {
  color: #746a61;
  line-height: 1.7;
}

.rsd-guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-bottom: 10px;
  border: 1px solid rgba(138, 106, 63, .45);
  border-radius: 999px;
  color: var(--brand-brown, #6f4a2f);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.rsd-guide-modal__panel > .btn-primary {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
}

.rsd-store-modal {
  position: fixed;
  inset: 0;
  z-index: 2147482500;
  display: grid;
  place-items: center;
  padding: 20px;
}

.rsd-store-modal[hidden] {
  display: none;
}

.rsd-store-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 12, .52);
}

.rsd-store-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .26);
}

.rsd-store-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: var(--brand-brown, #6f4a2f);
  background: rgba(255, 250, 245, .94);
  font-size: 24px;
}

.rsd-store-modal__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f7efe6;
}

.rsd-store-modal__body {
  padding: 22px;
}

.rsd-store-modal__address,
.rsd-store-modal__phone {
  margin: 10px 0 0;
  color: #5f5750;
  line-height: 1.75;
}

.rsd-store-modal__phone {
  color: var(--brand-brown, #6f4a2f);
  font-weight: 800;
}

.rsd-store-modal__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.rsd-store-modal__actions .btn-outline,
.rsd-store-modal__actions .btn-primary {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
}

.rsd-store-modal__actions .btn-primary {
  order: 1;
}

.rsd-store-modal__actions .btn-outline {
  order: 2;
}

.rsd-terms-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.rsd-terms-modal[hidden] {
  display: none !important;
}

.rsd-terms-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(47, 38, 31, .48);
}

.rsd-terms-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(640px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: hidden;
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 28px 80px rgba(47, 38, 31, .28);
}

.rsd-terms-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #6f4a2f;
  background: #f8efe5;
  font-size: 24px;
  line-height: 1;
}

.rsd-terms-modal__head {
  padding: 26px 26px 16px;
}

.rsd-terms-modal__head .shop-h2 {
  margin-bottom: 10px;
}

.rsd-terms-modal__head p {
  margin: 0;
  color: #5f564d;
  font-size: 14px;
  line-height: 1.8;
}

.rsd-terms-modal__body {
  overflow-y: auto;
  padding: 0 26px 18px;
  -webkit-overflow-scrolling: touch;
}

.rsd-terms-modal__body ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.35em;
}

.rsd-terms-modal__body li {
  color: #5f564d;
  line-height: 1.75;
}

.rsd-terms-modal__body strong,
.rsd-terms-modal__body span {
  display: block;
}

.rsd-terms-modal__body strong {
  color: #2f261f;
  font-size: 14px;
}

.rsd-terms-modal__body span {
  margin-top: 3px;
  font-size: 13px;
}

.rsd-terms-modal__actions {
  display: grid;
  gap: 10px;
  border-top: 1px solid #eadfce;
  padding: 14px 18px 18px;
  background: #fffaf5;
}

.rsd-terms-modal__actions .btn-primary,
.rsd-terms-modal__actions .btn-outline {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 800;
}

.srp-modal {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 12px;
}

.srp-modal[hidden] {
  display: none;
}

.srp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.srp-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.srp-modal-header,
.srp-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}

.srp-modal-footer {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: stretch;
  border-top: 1px solid #eee;
  border-bottom: 0;
}

.srp-modal-footer .btn-primary,
.srp-modal-footer .btn-outline {
  width: 100%;
  min-height: 52px;
  font-size: 15px;
  font-weight: 800;
}

.srp-modal-footer .btn-primary {
  order: 1;
}

.srp-modal-footer .btn-outline {
  order: 2;
}

.srp-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding: 12px 16px;
  -webkit-overflow-scrolling: touch;
}

.srp-modal-close {
  border: 0;
  background: transparent;
  font-size: 22px;
}

.srp-modal-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.srp-var-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}

.srp-var-meta {
  display: flex;
  flex-direction: column;
}

.srp-var-size {
  font-weight: 800;
}

.srp-var-desc {
  color: #666;
  font-size: 12px;
}

.srp-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.srp-qty .qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #d2b48c;
  border-radius: 18px;
  color: #8a6a3f;
  background: #fff;
  font-size: 18px;
  line-height: 1;
}

.srp-qty .qty-input {
  width: 56px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 4px;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .reservation-step-demo .site-container {
    max-width: 750px;
  }

  .rsd-stepper {
    gap: 8px;
  }

  .rsd-step {
    min-height: 56px;
    border-radius: 14px;
    padding: 7px 6px;
    font-size: 12px;
  }

  .rsd-step span {
    width: 23px;
    height: 23px;
    margin-right: 3px;
  }

  .rsd-product-grid,
  .reservation-step-demo .srp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .rsd-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .reservation-step-demo .srp-body {
    padding: 13px;
  }

  .reservation-step-demo .srp-title {
    min-height: 3.3em;
    font-size: 14px;
  }

  .reservation-step-demo .srp-open-modal {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .rsd-product-grid,
  .reservation-step-demo .srp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .reservation-step-demo .srp-title {
    min-height: 2.8em;
    font-size: 15px;
    word-break: keep-all;
  }

  .reservation-step-demo .srp-order-head {
    margin-bottom: 8px;
  }

  .reservation-step-demo .srp-order-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #efe5d6;
    padding: 16px 0;
  }

  .reservation-step-demo .srp-order-item:last-child {
    border-bottom: 0;
  }

  .reservation-step-demo .rsd-order-line {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .reservation-step-demo .rsd-order-line img {
    width: 76px;
    height: 76px;
    border-radius: 10px;
  }

  .reservation-step-demo .srp-order-meta {
    gap: 6px;
  }

  .reservation-step-demo .srp-order-meta strong {
    font-size: 18px;
    line-height: 1.35;
  }

  .reservation-step-demo .rsd-order-row {
    width: min(100%, 260px);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-top: 8px;
    padding: 9px 12px;
  }

  .reservation-step-demo .rsd-order-row strong {
    font-size: 18px;
  }

  .reservation-step-demo .srp-remove {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 1;
  }

  .reservation-step-demo .srp-breakdown {
    max-width: 360px;
    margin-top: 16px;
    border-top: 1px solid #eadfce;
    padding-top: 14px;
  }

  .reservation-step-demo .srp-breakdown > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .rsd-demo-header__inner {
    min-height: 64px;
  }

  .rsd-reservation-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .rsd-store-hero {
    min-height: 72vh;
  }

  .rsd-store-hero__inner .section-title {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.08;
  }

  .rsd-stepper {
    top: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 8px 16px 10px;
    overflow: visible;
  }

  .rsd-step {
    min-width: 0;
    min-height: 50px;
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 5px 3px;
    border-radius: 10px;
    font-size: 10px;
    white-space: normal;
    word-break: keep-all;
  }

  .rsd-step-long {
    font-size: 9px;
    line-height: 1.2;
  }

  .rsd-step span {
    width: 21px;
    height: 21px;
    margin: 0;
    font-size: 11px;
  }

  .rsd-step4-title {
    font-size: 21px;
    line-height: 1.5;
  }

  .rsd-total-bar {
    top: 60px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 11px 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .rsd-total-bar__items {
    font-size: 11px;
  }

  .rsd-total-bar__amount > span {
    font-size: 10px;
  }

  .rsd-total-bar__amount strong {
    font-size: 18px;
  }

  .rsd-store-grid {
    grid-template-columns: 1fr;
  }

  .rsd-guide-modal {
    align-items: end;
    padding: 12px;
  }

  .rsd-guide-modal__panel {
    max-height: calc(100vh - 24px);
    padding: 22px 16px 14px;
    border-radius: 16px;
  }

  .rsd-guide-modal__panel .shop-h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
  }

  .rsd-guide-lead {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .rsd-guide-list {
    gap: 14px;
    margin-bottom: 18px;
  }

  .rsd-guide-list li {
    min-height: 0;
    padding: 13px 12px 13px 60px;
  }

  .rsd-guide-list li::before {
    left: 12px;
    top: 14px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .rsd-guide-list strong {
    font-size: 14px;
    line-height: 1.45;
  }

  .rsd-guide-list span {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.7;
  }

  .rsd-guide-note {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .rsd-guide-payment {
    margin-bottom: 8px;
    padding: 9px 10px;
  }

  .rsd-guide-payment strong {
    font-size: 13px;
  }

  .rsd-guide-payment span {
    font-size: 12px;
    line-height: 1.45;
  }

  .rsd-guide-link {
    min-height: 44px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .rsd-guide-modal__panel > .btn-primary {
    min-height: 46px;
  }

  .rsd-store-modal {
    align-items: end;
    padding: 12px;
  }

  .rsd-store-modal__panel {
    max-height: calc(100vh - 24px);
    border-radius: 16px;
  }

  .rsd-store-modal__image {
    aspect-ratio: 16 / 11;
  }

  .rsd-store-modal__body {
    padding: 18px 16px 16px;
  }

  .rsd-store-modal__actions {
    grid-template-columns: 1fr;
  }

  .rsd-store-modal__actions .btn-primary {
    min-height: 54px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .rsd-product-grid,
  .reservation-step-demo .srp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .reservation-step-demo .srp-card {
    min-width: 0;
    border-radius: 10px;
  }

  .reservation-step-demo .srp-media {
    aspect-ratio: 1 / 1;
  }

  .reservation-step-demo .srp-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .reservation-step-demo .srp-body {
    padding: 10px;
  }

  .reservation-step-demo .srp-title {
    min-height: 2.8em;
    font-size: 13px;
    line-height: 1.4;
  }

  .reservation-step-demo .srp-open-modal {
    width: 100%;
    min-height: 42px;
    border-radius: 999px;
    padding: 8px 9px;
    font-size: 12px;
    white-space: nowrap;
  }

  .reservation-step-demo .srp-open-modal__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .rsd-product-selected {
    min-height: 30px;
    margin-top: 8px;
    font-size: 12px;
  }

  .rsd-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rsd-actions .btn-primary,
  .rsd-actions .btn-outline {
    width: 100%;
    min-height: 54px;
    font-size: 15px;
  }

  .rsd-actions .btn-outline {
    order: 2;
  }

  .rsd-actions .btn-primary {
    order: 1;
  }

  .reservation-step-demo .srp-order-head {
    display: grid;
    gap: 10px;
  }

  .reservation-step-demo .srp-order-actions,
  .reservation-step-demo .srp-order-actions button {
    width: 100%;
  }

  .reservation-step-demo .srp-order-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: start;
    border-bottom: 1px solid #efe5d6;
    padding: 12px 0;
  }

  .reservation-step-demo .srp-order-item:last-child {
    border-bottom: 0;
  }

  .reservation-step-demo .rsd-order-line {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .reservation-step-demo .rsd-order-line img {
    width: 76px;
    height: 76px;
    border-radius: 10px;
  }

  .reservation-step-demo .srp-order-meta {
    gap: 6px;
  }

  .reservation-step-demo .srp-order-meta strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .reservation-step-demo .srp-order-meta small {
    font-size: 13px;
  }

  .reservation-step-demo .rsd-order-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
    padding: 8px 10px;
  }

  .reservation-step-demo .rsd-order-row span {
    font-size: 12px;
  }

  .reservation-step-demo .rsd-order-row strong {
    font-size: 18px;
  }

  .reservation-step-demo .srp-remove {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 1;
  }

  .reservation-step-demo .srp-breakdown {
    margin-top: 12px;
    border-top: 1px solid #eadfce;
    padding-top: 14px;
  }

  .reservation-step-demo .srp-breakdown > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .reservation-step-demo .srp-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reservation-step-demo .srp-form label {
    display: grid;
    gap: 8px;
    min-width: 0;
  }

  .reservation-step-demo .srp-form-grid label,
  .reservation-step-demo .srp-form-wide,
  .reservation-step-demo .srp-form input,
  .reservation-step-demo .srp-form select,
  .reservation-step-demo .srp-form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .reservation-step-demo .srp-form input[type="date"],
  .reservation-step-demo .srp-form input[type="email"],
  .reservation-step-demo .srp-form input[type="tel"],
  .reservation-step-demo .srp-form input[type="text"],
  .reservation-step-demo .srp-form select,
  .reservation-step-demo .srp-form textarea {
    display: block;
    inline-size: 100%;
    max-inline-size: 100%;
    -webkit-appearance: none;
    appearance: none;
  }

  .rsd-terms-modal {
    align-items: end;
    padding: 12px;
  }

  .rsd-terms-modal__panel {
    max-height: calc(100vh - 24px);
    border-radius: 16px;
  }

  .rsd-terms-modal__head {
    padding: 22px 18px 12px;
  }

  .rsd-terms-modal__body {
    padding: 0 18px 14px;
  }

  .rsd-terms-modal__actions {
    padding: 12px 14px 16px;
  }

  .reservation-step-demo #rsdPlateMessage {
    min-height: 96px;
  }

  .rsd-plate-choice-grid {
    grid-template-columns: 1fr;
  }

  .rsd-plate-choice {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: stretch;
  }

  .rsd-plate-choice__visual {
    aspect-ratio: 4.8 / 1;
    min-height: 70px;
  }

  .rsd-plate-choice__visual img,
  .rsd-plate-none {
    min-height: 70px;
  }

  .reservation-step-demo .srp-date-picker {
    grid-template-columns: 1fr;
  }

  .reservation-step-demo .srp-date-open {
    width: 100%;
    min-height: 46px;
  }

  .rsd-confirm-panel {
    gap: 14px;
    padding: 18px 14px;
  }

  .rsd-confirm-panel__head h3 {
    font-size: 24px;
  }

  .rsd-final-confirm {
    gap: 10px;
  }

  .rsd-final-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rsd-final-block {
    padding: 12px;
  }

  .rsd-final-block > span,
  .rsd-final-total span {
    font-size: 11px;
  }

  .rsd-final-block strong {
    font-size: 15px;
    line-height: 1.5;
  }

  .rsd-final-store strong {
    font-size: 18px;
  }

  .rsd-final-items {
    gap: 10px;
  }

  .rsd-final-items li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  .rsd-final-items img {
    width: 64px;
    height: 64px;
  }

  .rsd-final-items strong {
    font-size: 15px;
    line-height: 1.4;
  }

  .rsd-final-items span,
  .rsd-final-items small {
    font-size: 13px;
  }

  .rsd-final-options {
    gap: 8px;
  }

  .rsd-final-options li {
    padding: 9px 10px;
  }

  .rsd-final-options span {
    font-size: 11px;
  }

  .rsd-final-options strong {
    font-size: 13px;
    line-height: 1.5;
  }

  .rsd-final-total {
    padding: 13px 14px;
  }

  .rsd-final-total strong {
    font-size: 20px;
  }

  .reservation-step-demo .srp-date-calendar {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .rsd-final-grid {
    grid-template-columns: 1fr;
  }

  .rsd-final-block {
    padding: 12px;
  }

  .rsd-final-items li {
    grid-template-columns: 64px 1fr;
  }

  .rsd-final-items img {
    width: 64px;
    height: 64px;
  }

  .rsd-final-total strong {
    font-size: 21px;
  }

  .reservation-step-demo .srp-candles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reservation-step-demo .srp-plate-guide img {
    width: 100%;
    height: auto;
  }

  .srp-var-row {
    grid-template-columns: 1fr;
  }

  .srp-modal-footer {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    position: sticky;
    bottom: 0;
    background: #fff;
  }

  .srp-modal-footer .btn-primary,
  .srp-modal-footer .btn-outline {
    width: 100%;
  }
}
