[hidden] {
  display: none !important;
}

.pd-hero,
.pd-last-market,
.pd-sessions,
.pd-art,
.pd-vendors,
.pd-reserve {
  width: var(--page);
  margin-inline: auto;
}

.pd-last-market,
.pd-sessions,
.pd-art,
.pd-vendors,
.pd-reserve,
.find {
  scroll-margin-top: 116px;
}

.pd-last-market {
  padding: 100px 0 0;
}

.pd-maker-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--line);
}

.pd-maker-table th {
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--graphite);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.pd-maker-table td {
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.pd-maker-table th:last-child,
.pd-maker-table td:last-child {
  padding-right: 0;
  text-align: right;
}

.pd-maker-table td strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.pd-maker-table td a {
  color: var(--graphite);
  font-size: 14px;
  text-underline-offset: 3px;
}

.pd-maker-table .pd-shop-link {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  color: var(--carbon);
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

.pd-maker-table .pd-shop-link.is-coming-soon {
  border-style: dashed;
  color: var(--graphite);
  cursor: default;
}

.pd-hero {
  padding: 70px 0 60px;
}

.pd-dates {
  margin: 0 0 28px;
  font-size: 19px;
}

.pd-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.pd-lede {
  max-width: 820px;
  margin: 36px 0 0;
  font-size: 22px;
  line-height: 1.35;
}

.pd-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.pd-hero-actions p {
  margin: 0;
  color: var(--graphite);
}

.pd-hero-image {
  margin-top: 72px;
}

.pd-sessions,
.pd-art,
.pd-vendors,
.pd-reserve {
  padding: 120px 0;
}

.pd-sessions > h2,
.pd-section-head h2 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pd-sessions > h2 {
  margin-bottom: 44px;
}

.pd-section-head {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  align-items: end;
}

.pd-section-head p {
  margin: 0;
  padding-bottom: 8px;
  font-size: 19px;
}

.pd-session-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.pd-session {
  min-height: 340px;
  padding: 28px 28px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pd-session:first-child {
  border-left: 1px solid var(--line);
}

.pd-session::after {
  content: "";
  width: 46%;
  height: 12px;
  margin-top: 26px;
  align-self: center;
  background: var(--linen);
}

.pd-session h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pd-session p {
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
}

.pd-session .pd-session-meta {
  color: var(--graphite);
  font-size: 16px;
}

.pd-session .pill {
  margin-top: auto;
}

.pd-luma-pending {
  margin-top: auto;
  color: var(--graphite);
}

.pd-session .pd-luma-pending {
  font-size: 16px;
}

.pd-artist-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pd-person {
  min-height: 220px;
  padding: 22px;
  background: rgba(215, 204, 186, 0.45);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-person h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pd-person p {
  margin: 0;
}

.pd-person a {
  margin-top: auto;
  text-underline-offset: 4px;
}

.pd-person.is-pending {
  border: 1px dashed var(--line);
  background: transparent;
  color: var(--graphite);
}

.pd-vendor-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  border-top: 1px solid var(--line);
}

.pd-vendor-list li {
  min-height: 76px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.pd-vendor-list strong {
  font-size: 22px;
  font-weight: 500;
}

.pd-vendor-list span {
  color: var(--graphite);
  text-align: right;
}

.pd-vendor-list a {
  text-underline-offset: 4px;
}

.pd-vendor-list li.is-pending strong {
  color: var(--graphite);
}

.pd-reserve {
  padding-bottom: 60px;
}

.pd-form {
  width: 100%;
  padding-bottom: 60px;
  border-top: 1px solid var(--line);
}

.pd-session-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.application-form .pd-choice {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(241, 237, 228, 0.72);
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}

.application-form .pd-choice input {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--carbon);
}

.pd-choice-title {
  padding-right: 32px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.pd-choice-note {
  color: var(--graphite);
  font-size: 15px;
}

.application-form .pd-choice:has(input:checked) {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--action-ink);
}

.application-form .pd-choice:has(input:checked) .pd-choice-note {
  color: var(--action-ink);
}

.application-form .pd-choice:focus-within,
.application-form .pd-slot:focus-within {
  outline: 3px solid var(--sage);
  outline-offset: 3px;
}

.pd-choice-external {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-choice-external a,
.pd-choice-external .pd-luma-pending {
  margin-top: auto;
  font-size: 15px;
}

.pd-choice-external a {
  text-underline-offset: 4px;
}

.pd-slot-days {
  margin-top: 24px;
  display: grid;
  gap: 34px;
}

.pd-slot-day h3 {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pd-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.application-form .pd-slot {
  position: relative;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(241, 237, 228, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  cursor: pointer;
}

.application-form .pd-slot input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pd-slot-time {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.pd-slot-status {
  color: var(--graphite);
  font-size: 14px;
}

.application-form .pd-slot.is-waitlist {
  border-style: dashed;
}

.application-form .pd-slot:has(input:checked) {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--action-ink);
}

.application-form .pd-slot:has(input:checked) .pd-slot-status {
  color: var(--action-ink);
}

.application-form .pd-slot.is-disabled {
  background: rgba(215, 204, 186, 0.25);
  color: rgba(53, 49, 40, 0.42);
  cursor: not-allowed;
}

.application-form .pd-slot.is-disabled .pd-slot-status {
  color: inherit;
}

.pd-confirmation {
  padding: 56px 0 72px;
  border-top: 1px solid var(--line);
}

.pd-confirmation:focus {
  outline: none;
}

.pd-confirmation h3 {
  margin: 0;
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.pd-confirmation p {
  max-width: 720px;
  margin: 22px 0 30px;
  font-size: 22px;
  line-height: 1.3;
}

@media (min-width: 801px) {
  .pd-details > label:nth-child(3) {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .pd-hero {
    padding: 45px 0 40px;
  }

  .pd-dates {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .pd-hero h1 {
    font-size: clamp(46px, 13.5vw, 72px);
  }

  .pd-lede {
    margin-top: 24px;
    font-size: 19px;
  }

  .pd-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .pd-hero-image {
    margin: 64px 0 0;
  }

  .pd-last-market {
    padding-top: 64px;
  }

  .pd-maker-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .pd-maker-table,
  .pd-maker-table tbody {
    display: block;
  }

  .pd-maker-table tr {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    align-items: center;
  }

  .pd-maker-table td {
    padding: 0;
    border: 0;
    display: block;
  }

  .pd-maker-table td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .pd-maker-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    color: var(--graphite);
    font-size: 15px;
  }

  .pd-maker-table td:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .pd-maker-table td strong {
    font-size: 19px;
  }

  .pd-sessions,
  .pd-art,
  .pd-vendors,
  .pd-reserve {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pd-sessions > h2,
  .pd-section-head h2 {
    font-size: 44px;
  }

  .pd-sessions > h2 {
    margin-bottom: 28px;
  }

  .pd-section-head {
    margin-bottom: 28px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pd-session-list,
  .pd-artist-list,
  .pd-vendor-list,
  .pd-session-choices {
    grid-template-columns: 1fr;
  }

  .pd-session {
    min-height: 0;
    padding: 24px 20px 0;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .pd-session::after {
    margin-top: 20px;
  }

  .pd-person {
    min-height: 140px;
  }

  .application-form .pd-choice,
  .pd-choice-external {
    min-height: 0;
  }

  .pd-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-form .pd-slot {
    min-height: 84px;
    padding: 12px;
  }

  .pd-slot-time {
    font-size: 19px;
  }

  .pd-vendor-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pd-vendor-list span {
    text-align: left;
  }
}
