main.pg-private-gatherings {
  overflow: hidden;
}

.pg-private-gatherings .pg-section-heading {
  margin: 0;
}

.pg-private-gatherings .pg-copy {
  margin: 0;
}

.pg-private-gatherings .pg-hero {
  padding-block: 4rem var(--section-space);
}

.pg-private-gatherings .pg-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  align-items: center;
}

.pg-private-gatherings .pg-hero__copy {
  grid-column: 1 / span 5;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-6);
}

.pg-private-gatherings .pg-hero__copy .eyebrow,
.pg-private-gatherings .pg-hero__copy h1,
.pg-private-gatherings .pg-hero__copy p,
.pg-private-gatherings .pg-hero__copy .rule,
.pg-private-gatherings .pg-hero__copy .actions {
  margin: 0;
}

.pg-private-gatherings .pg-hero__title {
  max-width: 13ch;
}

.pg-private-gatherings .pg-hero__intro {
  max-width: 51ch;
}

.pg-private-gatherings .pg-hero__rule {
  max-width: 12rem;
}

.pg-private-gatherings .pg-hero__media {
  grid-column: 6 / 13;
  min-width: 0;
  width: 100%;
  margin: 0;
}

.pg-private-gatherings .pg-hero__media .media-frame {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.pg-private-gatherings .pg-hero__media img {
  width: 100%;
  height: 100%;
  object-position: center center;
}

.pg-private-gatherings .pg-section-header {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-6);
}

.pg-private-gatherings .pg-section-header > * {
  min-width: 0;
  margin: 0;
}

.pg-private-gatherings .pg-section-index {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.pg-private-gatherings .pg-section-index .index {
  flex: 0 0 auto;
}

.pg-private-gatherings .pg-rooms__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  align-items: start;
}

.pg-private-gatherings .pg-rooms__media {
  grid-column: 1 / span 7;
  min-width: 0;
  width: 100%;
  margin: 0;
}

.pg-private-gatherings .pg-rooms__media .media-frame {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.pg-private-gatherings .pg-rooms__media img {
  width: 100%;
  height: 100%;
  object-position: 62% center;
}

.pg-private-gatherings .pg-rooms__content {
  grid-column: 9 / 13;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-8);
}

.pg-private-gatherings .pg-rooms__content > * {
  margin: 0;
  min-width: 0;
}

.pg-private-gatherings .pg-rooms__heading {
  max-width: 32ch;
}

.pg-private-gatherings .pg-rooms__intro {
  max-width: 44ch;
}

.pg-private-gatherings .pg-detail-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.pg-private-gatherings .pg-detail-row {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: var(--space-4);
  min-width: 0;
  padding-block: var(--space-6);
  border-top: var(--border-rule);
}

.pg-private-gatherings .pg-detail-row:last-child {
  border-bottom: var(--border-rule);
}

.pg-private-gatherings .pg-detail-row__index {
  min-width: 0;
  color: var(--color-burnt-orange);
  font-size: var(--text-index);
  font-weight: 500;
  line-height: 1;
}

.pg-private-gatherings .pg-detail-row__body {
  min-width: 0;
}

.pg-private-gatherings .pg-detail-row__body h3,
.pg-private-gatherings .pg-detail-row__body p {
  margin: 0;
}

.pg-private-gatherings .pg-detail-row__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.pg-private-gatherings .pg-detail-row__body p {
  max-width: 42ch;
}

.pg-private-gatherings .pg-formats {
  background: var(--color-ink);
}

.pg-private-gatherings .pg-formats__header {
  max-width: 50ch;
}

.pg-private-gatherings .pg-formats__header .pg-section-heading {
  max-width: 24ch;
}

.pg-private-gatherings .pg-formats__annotation {
  margin: 0;
  max-width: 48ch;
  padding-left: var(--space-4);
  border-left: var(--border-rule);
  color: var(--color-muted-copper);
  font-size: var(--text-small);
  line-height: var(--leading-small);
}

.pg-private-gatherings .pg-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  margin-top: var(--space-12);
}

.pg-private-gatherings .pg-format-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-6);
  padding: var(--space-8);
  border: var(--border-rule);
  background: var(--color-cocoa);
}

.pg-private-gatherings .pg-format-panel > * {
  min-width: 0;
  margin: 0;
}

.pg-private-gatherings .pg-format-panel h3 {
  max-width: 16ch;
}

.pg-private-gatherings .pg-format-panel p {
  max-width: 38ch;
}

.pg-private-gatherings .pg-hosting {
  background: var(--color-deep-brown);
}

.pg-private-gatherings .pg-hosting__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  align-items: start;
}

.pg-private-gatherings .pg-hosting__content {
  grid-column: 1 / span 4;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-6);
}

.pg-private-gatherings .pg-hosting__content > * {
  min-width: 0;
  margin: 0;
}

.pg-private-gatherings .pg-hosting__heading,
.pg-private-gatherings .pg-hosting__intro {
  max-width: 40ch;
}

.pg-private-gatherings .pg-hosting__quote {
  max-width: 27ch;
  margin: 0;
}

.pg-private-gatherings .pg-hosting__details {
  margin-top: var(--space-2);
}

.pg-private-gatherings .pg-hosting__media {
  grid-column: 6 / 13;
  min-width: 0;
  width: 100%;
  margin: 0;
}

.pg-private-gatherings .pg-hosting__media .media-frame {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.pg-private-gatherings .pg-hosting__media img {
  width: 100%;
  height: 100%;
  object-position: center center;
}

.pg-private-gatherings .pg-dining__header {
  max-width: 56ch;
}

.pg-private-gatherings .pg-dining__header .pg-section-heading {
  max-width: 19ch;
}

.pg-private-gatherings .pg-host-note {
  margin: 0;
  padding-left: var(--space-4);
  border-left: var(--border-rule);
  color: var(--color-muted-copper);
  font-size: var(--text-small);
  line-height: var(--leading-small);
}

.pg-private-gatherings .pg-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  margin-top: var(--space-12);
}

.pg-private-gatherings .pg-phase {
  min-width: 0;
  padding-top: var(--space-6);
  border-top: var(--border-rule);
}

.pg-private-gatherings .pg-phase h3,
.pg-private-gatherings .pg-phase p {
  margin: 0;
}

.pg-private-gatherings .pg-phase {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.pg-private-gatherings .pg-phase h3 {
  max-width: 16ch;
}

.pg-private-gatherings .pg-phase p {
  max-width: 35ch;
}

.pg-private-gatherings .pg-planning {
  background: var(--color-cocoa);
}

.pg-private-gatherings .pg-planning__header {
  max-width: 52ch;
}

.pg-private-gatherings .pg-planning__header .pg-section-heading {
  max-width: 21ch;
}

.pg-private-gatherings .pg-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  margin-top: var(--space-12);
}

.pg-private-gatherings .pg-timeline__stage {
  min-width: 0;
  position: relative;
  padding-top: var(--space-8);
  border-top: var(--border-rule);
}

.pg-private-gatherings .pg-timeline__node {
  position: absolute;
  top: -0.875rem;
  left: 0;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  background: var(--color-cocoa);
  color: var(--color-burnt-orange);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.pg-private-gatherings .pg-timeline__stage h3,
.pg-private-gatherings .pg-timeline__stage p {
  margin: 0;
}

.pg-private-gatherings .pg-timeline__stage {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.pg-private-gatherings .pg-timeline__stage h3 {
  max-width: 15ch;
}

.pg-private-gatherings .pg-timeline__stage p {
  max-width: 34ch;
}

.pg-private-gatherings .pg-timeline__stage a {
  align-self: flex-start;
  margin-top: var(--space-2);
  color: var(--color-paper);
  font-size: var(--text-small);
  font-weight: 600;
}

.pg-private-gatherings .pg-prompts__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  align-items: start;
}

.pg-private-gatherings .pg-prompts__intro {
  grid-column: 1 / span 5;
  min-width: 0;
}

.pg-private-gatherings .pg-prompts__intro .pg-section-heading {
  max-width: 16ch;
}

.pg-private-gatherings .pg-prompts__intro .pg-copy {
  max-width: 44ch;
}

.pg-private-gatherings .pg-prompts__list {
  grid-column: 7 / 13;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pg-private-gatherings .pg-prompt {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: var(--space-4);
  min-width: 0;
  padding-block: var(--space-6);
  border-top: var(--border-rule);
}

.pg-private-gatherings .pg-prompt:last-child {
  border-bottom: var(--border-rule);
}

.pg-private-gatherings .pg-prompt__number {
  min-width: 0;
  color: var(--color-burnt-orange);
  font-size: var(--text-index);
  line-height: 1;
}

.pg-private-gatherings .pg-prompt__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.pg-private-gatherings .pg-prompt__body h3,
.pg-private-gatherings .pg-prompt__body p {
  margin: 0;
}

.pg-private-gatherings .pg-prompt__body p {
  max-width: 46ch;
}

.pg-private-gatherings .pg-enquiry {
  background: var(--color-ink);
}

.pg-private-gatherings .pg-enquiry__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  align-items: start;
}

.pg-private-gatherings .pg-enquiry__intro {
  grid-column: 1 / span 4;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-6);
}

.pg-private-gatherings .pg-enquiry__intro > * {
  min-width: 0;
  margin: 0;
}

.pg-private-gatherings .pg-enquiry__intro h2,
.pg-private-gatherings .pg-enquiry__intro p {
  max-width: 40ch;
}

.pg-private-gatherings .pg-enquiry__privacy {
  color: var(--color-muted-copper);
  font-size: var(--text-small);
  line-height: var(--leading-small);
}

.pg-private-gatherings .pg-enquiry__form-panel {
  grid-column: 6 / 13;
  min-width: 0;
  padding: 2.5rem;
}

.pg-private-gatherings .pg-enquiry__form-panel h3,
.pg-private-gatherings .pg-enquiry__form-panel > p {
  margin: 0;
}

.pg-private-gatherings .pg-enquiry__form-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-6);
}

.pg-private-gatherings .pg-required-note,
.pg-private-gatherings .pg-field-hint {
  color: var(--color-muted-copper);
  font-size: var(--text-small);
  line-height: var(--leading-small);
}

.pg-private-gatherings .pg-enquiry-form {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-6);
}

.pg-private-gatherings .pg-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  min-width: 0;
}

.pg-private-gatherings .pg-field {
  min-width: 0;
}

.pg-private-gatherings .pg-field input,
.pg-private-gatherings .pg-field textarea {
  overflow-wrap: anywhere;
}

.pg-private-gatherings .pg-field textarea {
  min-height: 10rem;
}

.pg-private-gatherings .pg-field-error {
  display: none;
  margin: var(--space-2) 0 0;
  color: var(--color-focus);
  font-size: var(--text-small);
  line-height: var(--leading-small);
}

.pg-private-gatherings .pg-field.is-invalid .pg-field-error {
  display: block;
}

.pg-private-gatherings .pg-field.is-invalid input,
.pg-private-gatherings .pg-field.is-invalid textarea {
  border-color: var(--color-focus);
}

.pg-private-gatherings .pg-checkbox-field {
  display: grid;
  grid-template-columns: 1.125rem minmax(0, 1fr);
  gap: var(--space-3);
  align-items: start;
  min-width: 0;
}

.pg-private-gatherings .pg-checkbox-field label {
  margin: 0;
  color: var(--color-ash);
  font-size: var(--text-small);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--leading-small);
  text-transform: none;
}

.pg-private-gatherings .pg-checkbox-field .pg-field-error {
  grid-column: 2;
}

.pg-private-gatherings .pg-error-summary {
  display: none;
  padding: var(--space-4);
  border: var(--border-rule);
  color: var(--color-paper);
  font-size: var(--text-small);
  line-height: var(--leading-small);
}

.pg-private-gatherings .pg-error-summary.is-visible {
  display: block;
}

.pg-private-gatherings .pg-form-confirmation {
  display: none;
  padding: var(--space-6);
  border: var(--border-rule);
  background: var(--color-deep-brown);
  color: var(--color-paper);
}

.pg-private-gatherings .pg-form-confirmation.is-visible {
  display: block;
}

.pg-private-gatherings .pg-form-confirmation p {
  margin: 0;
}

.pg-private-gatherings .pg-closing {
  padding-top: 0;
}

.pg-private-gatherings .pg-closing__band {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
  align-items: end;
  padding: var(--space-12);
}

.pg-private-gatherings .pg-closing__statement {
  grid-column: 1 / span 7;
  min-width: 0;
  margin: 0;
  color: var(--color-paper);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
}

.pg-private-gatherings .pg-closing__statement p {
  max-width: 48ch;
  margin: 0;
}

.pg-private-gatherings .pg-closing__action {
  grid-column: 10 / 13;
  min-width: 0;
  width: 100%;
}

.pg-private-gatherings .pg-closing__action .button-link {
  width: 100%;
}

@media (max-width: 1020px) {
  .pg-private-gatherings .pg-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: var(--space-12);
  }
}

@media (max-width: 899px) {
  .pg-private-gatherings .pg-hero {
    padding-top: var(--space-12);
  }

  .pg-private-gatherings .pg-hero__grid,
  .pg-private-gatherings .pg-rooms__grid,
  .pg-private-gatherings .pg-hosting__grid,
  .pg-private-gatherings .pg-prompts__grid,
  .pg-private-gatherings .pg-enquiry__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .pg-private-gatherings .pg-hero__copy,
  .pg-private-gatherings .pg-rooms__content,
  .pg-private-gatherings .pg-hosting__content,
  .pg-private-gatherings .pg-prompts__intro,
  .pg-private-gatherings .pg-enquiry__intro {
    grid-column: 1 / -1;
  }

  .pg-private-gatherings .pg-hero__media,
  .pg-private-gatherings .pg-rooms__media,
  .pg-private-gatherings .pg-hosting__media,
  .pg-private-gatherings .pg-prompts__list,
  .pg-private-gatherings .pg-enquiry__form-panel {
    grid-column: 1 / -1;
  }

  .pg-private-gatherings .pg-hero__media {
    order: 2;
  }

  .pg-private-gatherings .pg-rooms__media {
    order: 1;
  }

  .pg-private-gatherings .pg-rooms__content {
    order: 2;
    max-width: 42rem;
  }

  .pg-private-gatherings .pg-rooms__media .media-frame,
  .pg-private-gatherings .pg-hosting__media .media-frame {
    aspect-ratio: 3 / 2;
  }

  .pg-private-gatherings .pg-hosting__content {
    order: 1;
    max-width: 42rem;
  }

  .pg-private-gatherings .pg-hosting__media {
    order: 2;
  }

  .pg-private-gatherings .pg-format-grid,
  .pg-private-gatherings .pg-phase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-private-gatherings .pg-format-panel:nth-child(3),
  .pg-private-gatherings .pg-phase:nth-child(3) {
    grid-column: 1 / -1;
  }

  .pg-private-gatherings .pg-prompts__intro {
    max-width: 42rem;
  }

  .pg-private-gatherings .pg-enquiry__intro {
    max-width: 42rem;
  }

  .pg-private-gatherings .pg-enquiry__form-panel {
    margin-top: var(--space-2);
  }

  .pg-private-gatherings .pg-closing__band {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .pg-private-gatherings .pg-closing__statement {
    grid-column: 1 / span 6;
  }

  .pg-private-gatherings .pg-closing__action {
    grid-column: 1 / span 4;
    margin-top: var(--space-4);
  }
}

@media (max-width: 699px) {
  .pg-private-gatherings .pg-hero {
    padding-top: var(--space-8);
  }

  .pg-private-gatherings .pg-hero__grid,
  .pg-private-gatherings .pg-rooms__grid,
  .pg-private-gatherings .pg-hosting__grid,
  .pg-private-gatherings .pg-prompts__grid,
  .pg-private-gatherings .pg-enquiry__grid,
  .pg-private-gatherings .pg-closing__band {
    grid-template-columns: minmax(0, 1fr);
  }

  .pg-private-gatherings .pg-hero__title {
    max-width: 11ch;
  }

  .pg-private-gatherings .pg-hero__intro,
  .pg-private-gatherings .pg-rooms__intro,
  .pg-private-gatherings .pg-hosting__intro,
  .pg-private-gatherings .pg-enquiry__intro p {
    max-width: none;
  }

  .pg-private-gatherings .pg-hero__media,
  .pg-private-gatherings .pg-rooms__media,
  .pg-private-gatherings .pg-hosting__media {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .pg-private-gatherings .pg-hero__media .media-frame,
  .pg-private-gatherings .pg-hosting__media .media-frame {
    aspect-ratio: 4 / 5;
    border-inline: 0;
  }

  .pg-private-gatherings .pg-rooms__media .media-frame {
    aspect-ratio: 3 / 2;
    border-inline: 0;
  }

  .pg-private-gatherings .pg-hero__media img {
    object-position: center center;
  }

  .pg-private-gatherings .pg-rooms__media img {
    object-position: center center;
  }

  .pg-private-gatherings .pg-hosting__media img {
    object-position: center center;
  }

  .pg-private-gatherings .pg-format-grid,
  .pg-private-gatherings .pg-phase-grid,
  .pg-private-gatherings .pg-timeline,
  .pg-private-gatherings .pg-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .pg-private-gatherings .pg-format-panel:nth-child(3),
  .pg-private-gatherings .pg-phase:nth-child(3) {
    grid-column: auto;
  }

  .pg-private-gatherings .pg-format-grid,
  .pg-private-gatherings .pg-phase-grid,
  .pg-private-gatherings .pg-timeline {
    margin-top: var(--space-8);
  }

  .pg-private-gatherings .pg-format-panel {
    padding: var(--space-6) var(--space-4);
  }

  .pg-private-gatherings .pg-phase h3,
  .pg-private-gatherings .pg-timeline__stage h3 {
    max-width: none;
  }

  .pg-private-gatherings .pg-timeline {
    position: relative;
    gap: var(--space-6);
    padding-left: 3rem;
  }

  .pg-private-gatherings .pg-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.875rem;
    width: 1px;
    background: var(--color-copper-rule);
    content: "";
  }

  .pg-private-gatherings .pg-timeline__stage {
    padding: 0;
    border-top: 0;
  }

  .pg-private-gatherings .pg-timeline__node {
    top: 0;
    left: -3rem;
    background: var(--color-cocoa);
  }

  .pg-private-gatherings .pg-detail-row,
  .pg-private-gatherings .pg-prompt {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .pg-private-gatherings .pg-enquiry__form-panel {
    padding: var(--space-6) var(--space-4);
  }

  .pg-private-gatherings .pg-closing__band {
    padding: var(--space-6) var(--space-4);
  }

  .pg-private-gatherings .pg-closing__statement,
  .pg-private-gatherings .pg-closing__action {
    grid-column: auto;
  }

  .pg-private-gatherings .pg-closing__action {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pg-private-gatherings * {
    scroll-behavior: auto;
  }
}
