@font-face {
  font-family: "Soho Thin Condensed";
  src: url("/robinnelee/soho-thin-condensed.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.brand-panel {
  display: none;
}

.brand-robinnelee body {
  padding: 36px;
  background: #f3f1ee;
  color: #3e3e3e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.brand-robinnelee .booking-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(500px, 1.12fr);
  max-width: 1120px;
  min-height: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(62, 62, 62, 0.13);
  box-shadow: 0 22px 70px rgba(62, 62, 62, 0.14);
}

.brand-robinnelee .brand-panel {
  position: relative;
  display: block;
  min-height: 760px;
  overflow: hidden;
  background: #e8e7e3;
}

.brand-robinnelee .brand-panel__portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: saturate(0.86);
}

.brand-robinnelee .brand-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, transparent 24%),
    linear-gradient(0deg, rgba(20, 20, 20, 0.24) 0%, transparent 38%);
  pointer-events: none;
}

.brand-robinnelee .brand-panel__wordmark {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 38px;
  color: #3e3e3e;
  font-family: "Soho Thin Condensed", "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}

.brand-robinnelee .brand-panel__tagline {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 32px;
  left: 38px;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-robinnelee .brand-panel__book {
  position: absolute;
  z-index: 3;
  right: 24px;
  top: 102px;
  width: 142px;
  height: 142px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.14));
}

.brand-robinnelee .container {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-robinnelee .header {
  padding: 46px 48px 32px;
  text-align: left;
  border-bottom: 1px solid #dedbd7;
}

.brand-robinnelee .header img {
  display: none;
}

.brand-robinnelee .header h1 {
  margin-bottom: 9px;
  color: #3e3e3e;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.brand-robinnelee .header > p {
  max-width: 520px;
  color: #605e5e;
  font-size: 14px;
  line-height: 1.55;
}

.brand-robinnelee .timezone-selector {
  width: fit-content;
  margin-top: 18px;
  padding: 0;
  background: transparent;
  color: #605e5e;
}

.brand-robinnelee .timezone-selector select {
  border: 0;
  border-bottom: 1px solid #a09f9f;
  border-radius: 0;
  color: #3e3e3e;
}

.brand-robinnelee .content {
  padding: 34px 48px 46px;
}

.brand-robinnelee h2 {
  color: #3e3e3e;
  font-family: "Times New Roman", Times, serif;
  font-size: 23px;
  font-weight: 400;
}

.brand-robinnelee .meeting-type-option,
.brand-robinnelee .time-slot,
.brand-robinnelee .form-group input,
.brand-robinnelee .form-group select,
.brand-robinnelee .form-group textarea {
  border-width: 1px;
  border-color: #cfcac5;
  border-radius: 0;
}

.brand-robinnelee .meeting-type-option.selected,
.brand-robinnelee .time-slot.selected,
.brand-robinnelee .calendar-grid .day.selected {
  border-color: #9b0d80;
  background: #9b0d80;
  color: #fff;
}

.brand-robinnelee .meeting-type-option.selected .duration {
  color: rgba(255, 255, 255, 0.78);
}

.brand-robinnelee .calendar-grid .day,
.brand-robinnelee .guest-chip,
.brand-robinnelee .selected-datetime,
.brand-robinnelee .error {
  border-radius: 0;
}

.brand-robinnelee .calendar-grid .day.today {
  border-color: #9b0d80;
}

.brand-robinnelee .calendar-header button,
.brand-robinnelee .selected-datetime strong {
  color: #9b0d80;
}

.brand-robinnelee .selected-datetime {
  background: #faf5f8;
  border-left: 3px solid #9b0d80;
  text-align: left;
}

.brand-robinnelee .form-group label {
  color: #3e3e3e;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-robinnelee .form-group input,
.brand-robinnelee .form-group select,
.brand-robinnelee .form-group textarea {
  width: 100%;
  padding: 12px;
  background: #fff;
  font: inherit;
}

.brand-robinnelee .form-group input:focus,
.brand-robinnelee .form-group select:focus,
.brand-robinnelee .form-group textarea:focus {
  outline: none;
  border-color: #9b0d80;
  box-shadow: 0 0 0 1px #9b0d80;
}

.brand-robinnelee .btn {
  border-radius: 0;
  background: #9b0d80;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-robinnelee .btn:hover {
  background: #72095e;
}

.brand-robinnelee .btn-secondary {
  border: 1px solid #cfcac5;
  background: #fff;
  color: #3e3e3e;
}

.brand-robinnelee .btn-secondary:hover {
  background: #f3f1ee;
}

@media (max-width: 860px) {
  .brand-robinnelee body {
    padding: 0;
  }

  .brand-robinnelee .booking-shell {
    display: block;
    min-height: 100vh;
    border: 0;
    box-shadow: none;
  }

  .brand-robinnelee .brand-panel {
    min-height: 330px;
    height: 42vh;
    max-height: 430px;
  }

  .brand-robinnelee .brand-panel__portrait {
    object-position: 50% 19%;
  }

  .brand-robinnelee .brand-panel__wordmark {
    top: 24px;
    left: 24px;
    font-size: 43px;
  }

  .brand-robinnelee .brand-panel__book {
    top: 76px;
    right: 18px;
    width: 106px;
    height: 106px;
  }

  .brand-robinnelee .brand-panel__tagline {
    right: 24px;
    bottom: 20px;
    left: 24px;
  }

  .brand-robinnelee .header,
  .brand-robinnelee .content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand-robinnelee .header {
    padding-top: 32px;
  }
}

@media (max-width: 520px) {
  .brand-robinnelee .time-slots {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-robinnelee .calendar-grid {
    gap: 1px;
  }

  .brand-robinnelee .calendar-grid .day-name,
  .brand-robinnelee .calendar-grid .day {
    font-size: 0.78rem;
  }
}
