.reserve-page-title-section {
  border-bottom: 1px solid rgba(201, 182, 131, .14);
  background: linear-gradient(180deg, #0a1014 0%, #0d1417 100%);
}

.page-title-pad,
.stepper-pad,
.main-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}

.page-title-pad {
  padding-top: 80px;
  padding-bottom: 56px;
}

.page-title-eyebrow,
.form-section-eyebrow {
  color: #c9b683;
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .26em;
}

.form-section-eyebrow {
  margin-bottom: 18px;
}

.sidebar-card .form-section-eyebrow {
  margin-bottom: 14px;
}

.sidebar-card-phone .form-section-eyebrow {
  margin-bottom: 10px;
}

.page-title-eyebrow {
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: .34em;
}

.page-title-h1 {
  margin: 0 0 14px;
  color: #f5efe0;
  font: 500 36px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .05em;
}

.page-title-lead,
.reserve-note-text {
  color: rgba(232, 227, 216, .78);
  font: 400 13.5px/1.95 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-title-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(232, 227, 216, .7);
  text-align: justify;
  text-justify: inter-character;
}

.reserve-instagram-callout {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin-top: 28px;
  padding: 20px 22px;
  gap: 24px;
  border: 1px solid rgba(201, 182, 131, .32);
  border-left: 3px solid #c9b683;
  background: rgba(201, 182, 131, .07);
}

.reserve-instagram-callout > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.reserve-instagram-callout strong {
  color: #f5efe0;
  font: 600 15px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-instagram-callout span {
  color: rgba(232, 227, 216, .7);
  font: 400 12px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-instagram-callout a,
.sidebar-card-instagram a {
  flex-shrink: 0;
  padding: 12px 18px;
  border: 1px solid #c9b683;
  color: #c9b683;
  font: 600 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.reserve-instagram-callout .reserve-social-actions {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 8px;
}

.reserve-social-actions > a {
  flex: 1;
  padding-right: 14px;
  padding-left: 14px;
  white-space: nowrap;
}

.reserve-instagram-callout a.reserve-line-link {
  border-color: rgba(95, 198, 88, .5);
  color: rgba(166, 226, 162, .8);
}

.reserve-instagram-callout a.reserve-line-link:hover {
  border-color: rgba(95, 198, 88, .8);
  background: rgba(95, 198, 88, .1);
  color: #bce9b8;
}

.reserve-accent-text {
  color: #c9b683;
}

a.reserve-accent-text {
  text-decoration: underline;
  text-underline-offset: .18em;
}

.stepper-pad {
  padding-top: 32px;
}

.stepper-row {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(232, 227, 216, .65);
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

.reserve-step-label {
  color: rgba(232, 227, 216, .55);
}

.reserve-step-label.is-current {
  color: #c9b683;
}

.reserve-step-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 182, 131, .2);
}

.main-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: start;
  gap: 48px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.form-card,
.sidebar-card {
  border: 1px solid rgba(201, 182, 131, .18);
  border-radius: 2px;
  background: #11191d;
}

.form-card {
  padding: 48px 56px;
}

.reserve-form-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.reserve-form-stack[hidden] {
  display: none !important;
}

.reserve-field-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-grid-2,
.form-grid-3 {
  display: grid;
  gap: 16px;
}

.form-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.form-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.reserve-control {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(201, 182, 131, .3);
  border-radius: 0;
  background: #0a1014;
  color: #f5efe0;
  font: 500 13px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-control.is-invalid,
.reserve-agree-row.is-invalid {
  border-color: #d86b62;
  box-shadow: 0 0 0 1px rgba(216, 107, 98, .25);
}

.reserve-field-error {
  display: block;
  margin-top: 2px;
  padding-left: 10px;
  border-left: 2px solid #d86b62;
  color: #f2b8b2;
  font: 500 12px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-field-error[hidden] {
  display: none !important;
}

input.reserve-control {
  font: 500 13.5px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

input[type="tel"].reserve-control,
input[type="email"].reserve-control {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
}

.reserve-date-picker {
  position: relative;
  display: block;
}

.reserve-date-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  background: #0a1014;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  text-align: left;
  white-space: nowrap;
}

.reserve-date-button::after {
  content: '';
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  border: 1px solid rgba(245, 239, 224, .78);
  background:
    linear-gradient(rgba(245, 239, 224, .78), rgba(245, 239, 224, .78)) 3px 4px / 9px 1px no-repeat,
    linear-gradient(rgba(245, 239, 224, .78), rgba(245, 239, 224, .78)) 4px 2px / 1px 3px no-repeat,
    linear-gradient(rgba(245, 239, 224, .78), rgba(245, 239, 224, .78)) 10px 2px / 1px 3px no-repeat;
}

.reserve-date-button:not(.has-value) {
  color: rgba(232, 227, 216, .6);
}

.reserve-calendar {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  display: block;
  width: min(320px, 86vw);
  padding: 14px;
  border: 1px solid rgba(201, 182, 131, .42);
  background: #081013;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.reserve-calendar[hidden] {
  display: none !important;
}

.reserve-calendar-header,
.reserve-calendar-weekdays,
.reserve-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.reserve-calendar-header {
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  margin-bottom: 12px;
}

.reserve-calendar-title {
  color: #f5efe0;
  font: 600 13px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.reserve-calendar-nav,
.reserve-calendar-day {
  border: 1px solid rgba(201, 182, 131, .22);
  background: transparent;
  color: #f5efe0;
  cursor: pointer;
  font: 600 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
}

.reserve-calendar-nav {
  height: 30px;
}

.reserve-calendar-nav:disabled,
.reserve-calendar-day:disabled {
  cursor: not-allowed;
  opacity: .28;
}

.reserve-calendar-weekdays {
  margin-bottom: 7px;
  color: rgba(201, 182, 131, .82);
  font: 500 10px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.reserve-calendar-day,
.reserve-calendar-blank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.reserve-calendar-day:hover:not(:disabled),
.reserve-calendar-day.is-selected {
  border-color: #c9b683;
  background: #c9b683;
  color: #0d1417;
}

textarea.reserve-control {
  padding: 14px;
  font: 400 13.5px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  resize: vertical;
}

button.reserve-control {
  width: auto;
  padding: 10px 18px;
  background: transparent;
  cursor: pointer;
  color: #f5efe0;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .06em;
  transition: all .15s;
}

.reserve-date-button.reserve-control {
  width: 100%;
  background: #0a1014;
}

button.reserve-control.is-selected {
  border-color: #c9b683;
  background: rgba(201, 182, 131, .14);
}

.reserve-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reserve-field-heading {
  display: block;
  margin-bottom: 14px;
  color: #e8e3d8;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-field-stack > .reserve-field-heading {
  margin-bottom: 0;
}

.reserve-field-stack > .reserve-field-heading,
.reserve-field-stack > .reserve-note-text {
  color: #e8e3d8;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-field-stack > .reserve-note-text {
  line-height: normal;
}

.reserve-field-heading-large {
  color: #f5efe0;
  font: 500 17px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-optional-label {
  color: rgba(232, 227, 216, .65);
  font-weight: 400;
  letter-spacing: .06em;
}

.reserve-primary-button,
.step2-actions button,
.complete-panel a {
  display: inline-flex;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #c9b683;
  background: #c9b683;
  color: #0d1417;
  cursor: pointer;
  font: 600 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .2em;
}

.step1-actions,
.step2-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.step1-actions {
  margin-top: 8px;
}

.reserve-primary-button {
  flex: 1;
  padding: 18px 28px;
  border: 0;
  font-size: 12px;
  letter-spacing: .28em;
}

.step2-actions {
  margin-top: 34px;
  gap: 12px;
}

.step2-actions button:first-child {
  flex: 0 0 200px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 182, 131, .4);
  background: transparent;
  color: #e8e3d8;
  font-weight: 500;
  letter-spacing: .22em;
}

.step2-actions button:last-child {
  flex: 1;
  padding: 18px 28px;
  border: 0;
  font-size: 12px;
  letter-spacing: .28em;
}

.confirm-panel,
.complete-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.confirm-panel[hidden],
.complete-panel[hidden],
.form-error[hidden] {
  display: none !important;
}

.confirm-heading {
  margin: 0 0 30px;
  color: #f5efe0;
  font: 500 22px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.confirm-panel > .reserve-note-text {
  color: rgba(232, 227, 216, .9);
  font: 400 14px/1.9 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.confirm-row {
  display: flex;
  gap: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(201, 182, 131, .15);
}

.confirm-row:last-child {
  border-bottom: 0;
}

.confirm-row > span:first-child {
  width: 140px;
  flex-shrink: 0;
  color: #c9b683;
  font-weight: 500;
}

.confirm-row > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.confirm-kana {
  margin-left: 14px;
  color: rgba(232, 227, 216, .6);
  font: 400 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.complete-panel {
  align-items: center;
  padding: 40px 0 24px;
  text-align: center;
}

.complete-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border: 1px solid #c9b683;
  border-radius: 50%;
  background: rgba(201, 182, 131, .12);
  color: #c9b683;
  font: 300 30px/1 Georgia;
}

.complete-panel .form-section-eyebrow {
  margin-bottom: 14px;
  letter-spacing: .34em;
}

.complete-panel h2 {
  margin: 0 0 18px;
  color: #f5efe0;
  font: 500 28px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.complete-panel p {
  max-width: 520px;
  margin: 0 auto 14px;
  color: rgba(232, 227, 216, .82);
  font: 400 13.5px/2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.complete-panel b {
  color: #c9b683;
  font-weight: 500;
}

.complete-summary {
  width: 100%;
  max-width: 440px;
  margin: 32px auto 28px;
  padding: 20px 26px;
  border: 1px solid rgba(201, 182, 131, .2);
  background: rgba(201, 182, 131, .06);
  text-align: left;
}

.complete-summary div {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid rgba(201, 182, 131, .12);
  color: #f5efe0;
  font: 400 13px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.complete-summary div:last-child {
  border-bottom: 0;
}

.complete-summary span:first-child {
  width: 96px;
  flex-shrink: 0;
  color: #c9b683;
}

.complete-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.complete-actions a {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid rgba(201, 182, 131, .4);
  background: transparent;
  color: #e8e3d8;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
}

.complete-actions a:first-child {
  border-color: #c9b683;
  background: #c9b683;
  color: #0d1417;
  font-weight: 600;
  letter-spacing: .24em;
}

.form-error {
  padding: 12px 14px;
  border-left: 2px solid #b43c3c;
  background: rgba(180, 60, 60, .12);
  color: #f5c8c8;
  font: 400 12px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.reserve-agree-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 16px;
  gap: 12px;
  border-left: 2px solid rgba(201, 182, 131, .5);
  background: rgba(201, 182, 131, .05);
  cursor: pointer;
}

.reserve-agree-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reserve-agree-row input {
  margin-top: 3px;
  accent-color: #c9b683;
}

.reserve-agree-row .reserve-note-text {
  color: rgba(232, 227, 216, .82);
  font: 400 12px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sidebar-sticky {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: max-content;
}

.sidebar-card {
  padding: 28px 30px;
}

.shop-info-title {
  color: #f5efe0;
  font: 500 15px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shop-info-sub {
  margin-top: 4px;
  color: #c9b683;
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.shop-info-meta {
  margin-top: 18px;
  color: rgba(232, 227, 216, .85);
  font: 400 12.5px/1.9 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shop-info-row {
  display: flex;
  padding: 6px 0;
  border-bottom: 1px solid rgba(201, 182, 131, .1);
}

.shop-info-row:last-child {
  border-bottom: 0;
}

.shop-info-row span:first-child {
  width: 72px;
  flex-shrink: 0;
  color: #c9b683;
}

.sidebar-card-notes {
  padding: 24px 26px;
  border-left: 2px solid #c9b683;
  background: rgba(201, 182, 131, .06);
}

.sidebar-card-phone {
  padding: 24px 26px;
  text-align: center;
}

.sidebar-card ul {
  margin: 0;
  padding-left: 1.1em;
  color: rgba(232, 227, 216, .82);
  font: 400 12px/1.95 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phone-link {
  display: block;
  color: #f5efe0;
  font: 600 26px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.phone-availability {
  margin: 12px 0 0;
  color: rgba(232, 227, 216, .82);
  font: 600 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phone-note {
  margin: 8px 0 0;
  color: rgba(232, 227, 216, .6);
  font: 400 11px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phone-line-guide {
  margin: 10px 0 0;
  color: rgba(232, 227, 216, .72);
  font: 400 11px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phone-line-guide a {
  border-bottom: 1px solid rgba(201, 182, 131, .7);
  color: #c9b683;
  font-weight: 600;
}

.sidebar-card-instagram p {
  margin: 0 0 14px;
  color: rgba(232, 227, 216, .82);
  font: 400 12px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sidebar-card-instagram a {
  display: block;
}

.sidebar-card-instagram small,
.sidebar-card-line small {
  display: block;
  margin-top: 10px;
  color: rgba(232, 227, 216, .58);
  font: 400 10.5px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sidebar-card-line p {
  margin: 0 0 14px;
  color: rgba(232, 227, 216, .72);
  font: 400 12px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sidebar-card-line > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  gap: 8px;
  border: 1px solid rgba(95, 198, 88, .5);
  color: rgba(166, 226, 162, .8);
  font: 600 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sidebar-card-line > a:hover {
  border-color: rgba(95, 198, 88, .8);
  background: rgba(95, 198, 88, .1);
  color: #bce9b8;
}

@media (max-width: 920px) {
  .main-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-sticky {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-sticky > :not(.sidebar-card-instagram):not(.sidebar-card-line) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .page-title-pad,
  .stepper-pad,
  .main-grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-title-pad {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .page-title-h1 {
    font-size: 30px;
  }

  .reserve-instagram-callout {
    align-items: stretch;
    flex-direction: column;
    margin-top: 22px;
    padding: 18px;
    gap: 14px;
  }

  .stepper-row {
    gap: 10px;
    font-size: 9px;
    letter-spacing: .18em;
  }

  .reserve-step-line {
    flex: 1;
  }

  .sidebar-sticky {
    grid-template-columns: 1fr;
  }

  .sidebar-sticky > * {
    grid-column: 1;
  }

  .form-card {
    padding: 32px 22px;
  }

  .form-grid-2,
  .form-grid-3 {
    grid-template-columns: 1fr;
  }

  .confirm-row {
    flex-direction: column;
    gap: 4px;
  }

  .confirm-row > span:first-child {
    width: auto;
  }
}
