@font-face {
  font-family: "SORA Local";
  src:
    url("./fonts/SORA/SORA.woff2") format("woff2"),
    url("./fonts/SORA/SORA.woff") format("woff"),
    url("./fonts/SORA/SORA.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Robout Local";
  src:
    url("./fonts/ROBOTO/variable/Robout.woff2") format("woff2"),
    url("./fonts/ROBOTO/variable/Robout.woff") format("woff"),
    url("./fonts/ROBOTO/variable/Robout.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yellowthings Local";
  src:
    url("./fonts/YELLOWTAIL/Yellowthings.woff2") format("woff2"),
    url("./fonts/YELLOWTAIL/Yellowthings.woff") format("woff"),
    url("./fonts/YELLOWTAIL/Yellowthings.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bc-bg: #07111d;
  --bc-surface: #ffffff;
  --bc-surface-soft: #f5f7fb;
  --bc-text: #101828;
  --bc-text-soft: #52607a;
  --bc-primary: #1539ee;
  --bc-secondary: #2addc8;
  --bc-tertiary: #9900ff;
  --bc-border: rgba(16, 24, 40, 0.1);
  --bc-highlight: #ff1abc;
  --bc-radius-xl: 28px;
  --bc-radius-lg: 22px;
  --bc-radius-md: 18px;
  --bc-shadow: 0 24px 60px rgba(10, 26, 55, 0.14);
}

.business-conference {
  color: var(--bc-text);
  font-family: var(--ci-body-font, "SORA Local", "Segoe UI", "Trebuchet MS", sans-serif);
  background: #fff;
}

.business-conference[data-font-set="sora-serif"] {
  --bc-heading-font: "SORA Local", "Segoe UI", "Trebuchet MS", sans-serif;
  --bc-accent-font: "Robout Local", Georgia, "Times New Roman", serif;
}

.business-conference[data-font-set="sora-script"] {
  --bc-heading-font: "SORA Local", "Segoe UI", "Trebuchet MS", sans-serif;
  --bc-accent-font: "Yellowthings Local", "Lucida Handwriting", "Brush Script MT", cursive;
}

.business-conference h1,
.business-conference h2,
.business-conference h3,
.business-conference h4 {
  margin: 0;
  font-family: var(--ci-headline-font, var(--bc-heading-font, Georgia, serif));
  line-height: 1.05;
}

.business-conference p {
  margin: 0;
  line-height: 1.65;
  color: var(--bc-text-soft);
}

.business-conference img {
  display: block;
  max-width: 100%;
}

.bc-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.bc-section {
  position: relative;
}

.bc-root > .bc-section + .bc-section {
  margin-top: 160px;
}

.template-shell.business-conference > [data-section-key] {
  margin-top: 160px !important;
}

.bc-kicker,
.bc-section-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  font-family: var(--ci-accent-font, var(--ci-headline-font, var(--bc-heading-font, Georgia, serif)));
  font-size: clamp(2.2rem, 6vw, 6rem);
  font-weight: 200;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bc-kicker {
  color: var(--bc-secondary);
  max-width: 100%;
  font-size: clamp(1rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.bc-section-eyebrow {
  margin-bottom: 18px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--bc-primary);
}

.bc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--bc-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(21, 57, 238, 0.2);
}

.bc-button::before {
  content: "\2197";
  font-size: 1rem;
}

.bc-hero {
  position: relative;
  overflow: hidden;
  padding: 280px 0 200px;
  margin-bottom: 120px;
  border-radius: 0 0 100px 100px;
}

.bc-hero__media {
  position: absolute;
  inset: 0;
}

.bc-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-hero__overlay {
  position: absolute;
  inset: 0;
  border-radius: 0 0 100px 100px;
  background: linear-gradient(105deg, rgba(21, 57, 238, 0.6) 0%, rgba(153, 0, 255, 0.6) 100%);
  opacity: var(--media-overlay-opacity, 0.6);
}

.bc-hero__shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.bc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.bc-hero__copy {
  width: min(100%, 640px);
  margin: 0 auto;
}

.bc-hero__title {
  width: min(100%, 9.5ch);
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 7rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.96;
  margin: 0 auto 24px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: pretty;
}

.bc-hero__date {
  display: inline-flex;
  color: var(--bc-secondary);
  font-size: clamp(1.2rem, 2.6vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bc-hero__button {
  margin-top: 44px;
}

.bc-countdown {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.bc-countdown__item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(153, 0, 255, 0.2);
  background: transparent;
  color: var(--bc-tertiary);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bc-countdown__value {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.bc-event-details {
  position: relative;
}

.bc-event-details__card {
  display: grid;
  gap: 34px;
  padding: 44px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(21, 57, 238, 0.08) 0%, rgba(153, 0, 255, 0.08) 100%),
    #fff;
  box-shadow: 0 24px 60px rgba(10, 26, 55, 0.12);
}

.bc-event-details__meta {
  width: min(100%, 620px);
}

.bc-event-details__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--bc-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bc-event-details__title {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  color: var(--bc-text);
}

.bc-event-details__text {
  margin-top: 14px;
  max-width: 56ch;
}

.bc-event-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bc-event-details__item {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 26px 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.bc-event-details__item--wide {
  grid-column: 1 / -1;
  min-height: 0;
}

.bc-event-details__label {
  color: var(--bc-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bc-event-details__value {
  color: var(--bc-text);
  font-family: var(--bc-heading-font, Georgia, serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}

.bc-event-details__subvalue {
  color: var(--bc-text-soft);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .bc-event-details__card {
    padding: 28px;
    border-radius: 26px;
  }

  .bc-event-details__grid {
    grid-template-columns: 1fr;
  }

  .bc-event-details__item--wide {
    grid-column: auto;
  }
}

.bc-countdown__label {
  display: block;
  margin-top: 2px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bc-story,
.bc-intro,
.bc-gallery,
.bc-parking,
.bc-map,
.bc-hotel,
.bc-timeline,
.bc-rsvp {
  margin-top: 0;
}

.bc-story__card,
.bc-intro__card,
.bc-gallery__card,
.bc-parking__card,
.bc-map__card,
.bc-hotel__card,
.bc-timeline__card,
.bc-rsvp__card {
  border-radius: var(--bc-radius-xl);
  background: var(--bc-surface);
  box-shadow: var(--bc-shadow);
}

.bc-story__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  background: transparent;
  box-shadow: none;
}

.bc-story__shape,
.bc-story__blur,
.bc-intro__blur {
  position: absolute;
  pointer-events: none;
}

.bc-story__shape--left {
  left: 0;
  top: 25%;
}

.bc-story__shape--right {
  right: 0;
  bottom: 10%;
}

.bc-story__blur {
  left: -2%;
  top: -22%;
  z-index: -1;
}

.bc-story__image {
  position: relative;
  max-width: 668px;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
}

.bc-story__image::before {
  content: "";
  position: absolute;
  left: -18%;
  bottom: 10%;
  width: clamp(240px, 40vw, 380px);
  aspect-ratio: 1 / 1;
  border: 6px solid #ffe100;
  border-radius: 50%;
  z-index: -2;
}

.bc-story__image::after {
  content: "";
  position: absolute;
  left: -62%;
  top: -34%;
  width: clamp(520px, 78vw, 900px);
  height: clamp(520px, 78vw, 900px);
  background: radial-gradient(circle, rgba(97, 126, 255, 0.38) 0%, rgba(127, 149, 255, 0.28) 30%, rgba(167, 183, 255, 0.16) 52%, rgba(255, 255, 255, 0) 74%);
  filter: blur(14px);
  z-index: -3;
}

.bc-story__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.bc-story__overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21, 57, 238, 0.56) 0%, rgba(153, 0, 255, 0.38) 100%);
  opacity: var(--media-overlay-opacity, 0.18);
  pointer-events: none;
}

.bc-story__circle {
  position: absolute;
  left: 13%;
  bottom: 13%;
  width: clamp(150px, 28vw, 270px);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.bc-story__content,
.bc-gallery__card,
.bc-parking__card,
.bc-map__card,
.bc-hotel__card,
.bc-timeline__card,
.bc-rsvp__card {
  padding: 34px;
}

.bc-story__title,
.bc-timeline__title,
.bc-rsvp__title {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
}

.business-conference .bc-story__title,
.business-conference .bc-gallery__title,
.business-conference .bc-map__content h2,
.business-conference .bc-hotel__detail-content h2,
.business-conference .bc-parking__detail-title,
.business-conference .bc-rsvp__title {
  font-family: var(--bc-accent-font, Georgia, "Times New Roman", serif);
  font-weight: 800;
}

.bc-story__text {
  max-width: 690px;
  margin-top: 15px;
}

.bc-story__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 84px rgba(21, 57, 238, 0.1);
}

.bc-story__stat {
  padding: 0;
}

.bc-story__stat strong {
  display: block;
  font-size: 2.125rem;
  color: var(--bc-primary);
}

.bc-intro__card,
.bc-rsvp__card {
  position: relative;
  overflow: hidden;
}

.bc-intro {
  padding: 120px 0 0;
  overflow: visible;
}

.bc-intro__blur {
  right: 0;
  top: -45%;
  z-index: -1;
}

.bc-intro__card {
  position: relative;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.bc-intro .bc-shell {
  width: min(1410px, calc(100% - 32px));
  overflow: visible;
}

.bc-intro__aura {
  position: absolute;
  right: -110px;
  top: -96px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 55%, rgba(42, 221, 200, 0.42) 0, rgba(42, 221, 200, 0.32) 19%, rgba(42, 221, 200, 0.12) 34%, rgba(42, 221, 200, 0) 62%),
    radial-gradient(circle at 70% 34%, rgba(153, 0, 255, 0.1) 0, rgba(153, 0, 255, 0.1) 14%, rgba(153, 0, 255, 0) 20%);
  filter: blur(22px);
  z-index: 0;
}

.bc-intro__items {
  position: relative;
  z-index: 1;
  min-height: 250px;
  overflow: visible;
}

.bc-intro__design {
  display: block;
  flex: 0 0 auto;
  width: min(100%, 1220px);
  max-width: 1220px;
}

.bc-intro__design-svg {
  display: block;
  width: 100%;
  overflow: visible;
}

.bc-intro__play-wrap {
  position: absolute;
  top: 6px;
  right: 115px;
  z-index: 2;
}

.bc-intro__play {
  position: relative;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1539ee 0%, #9900ff 100%);
  color: #fff;
  font-size: 30px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  z-index: 1;
}

.bc-intro__play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 196px;
  height: 196px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.bc-intro__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: rgba(191, 233, 242, 0.46);
  z-index: -1;
}

.bc-ripple {
  position: relative;
}

.bc-ripple::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  animation: bc-ripple 3s infinite;
}

.bc-intro__play span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: translateX(3px);
}

.bc-intro__content {
  position: relative;
  z-index: 1;
  margin-left: 150px;
  overflow: visible;
  text-align: left;
  margin-top: 12px;
}

.business-conference .bc-intro__title {
  display: inline-block;
  color: #11112c;
  font-family: var(--bc-heading-font, "Sora", "Segoe UI", "Trebuchet MS", sans-serif) !important;
  font-size: clamp(4rem, 10vw, 12.5rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}

.bc-intro__schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 16px;
  padding-right: 6px;
}

.business-conference .bc-intro__schedule-title {
  color: #11112c;
  font-family: var(--bc-accent-font, Georgia, "Times New Roman", serif) !important;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
}

.bc-intro__schedule-pills {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.bc-intro__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(77, 85, 204, 0.2);
  color: #11112c;
  font-size: 1.1rem;
  font-weight: 600;
}

.bc-intro__pill--active {
  background: linear-gradient(90deg, #1539ee 0%, #9900ff 100%);
  color: #fff;
}

@media (max-width: 1199px) {
  .bc-intro__aura {
    right: -110px;
    top: -30px;
    width: 420px;
    height: 420px;
  }

  .bc-intro__items {
    min-height: 220px;
  }

  .bc-intro__design {
    max-width: 1080px;
  }

  .bc-intro__play-wrap {
    right: 12px;
  }

  .bc-intro__content {
    margin-left: 160px;
  }
}

@media (max-width: 991px) {
  .bc-intro__items {
    min-height: auto;
  }

  .bc-intro__aura {
    right: 50%;
    top: -10px;
    width: 360px;
    height: 360px;
    transform: translateX(50%);
  }

  .bc-intro__design {
    max-width: 100%;
  }

  .bc-intro__play::after {
    width: 176px;
    height: 176px;
  }

  .bc-intro__play-wrap {
    position: relative;
    top: auto;
    right: auto;
    margin: 18px auto 0;
    width: fit-content;
  }

  .bc-intro__content {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
    margin-left: 0;
  }

  .bc-intro__schedule-row {
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
  }

  .bc-intro__schedule-pills {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .bc-intro__design {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .bc-intro__title {
    white-space: normal;
  }
}

.bc-gallery__card,
.bc-parking__card,
.bc-map__card,
.bc-hotel__card,
.bc-rsvp__card {
  border-radius: var(--bc-radius-xl);
}

.bc-gallery__card,
.bc-parking__card,
.bc-map__card,
.bc-hotel__card,
.bc-rsvp__card {
  padding: 34px;
}

.bc-timeline {
  position: relative;
  margin-top: -40px;
  padding-top: 40px;
}

.bc-timeline__shape {
  position: absolute;
  left: 260px;
  top: 0;
}

.bc-timeline__header {
  margin-bottom: 60px;
}

.bc-timeline__title-wrap {
  margin-left: 140px;
}

.bc-timeline__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
  justify-content: center;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.bc-timeline__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 165px;
  background: #f5f0ff;
  text-align: center;
  box-shadow: none;
  min-height: 100%;
}

.bc-timeline__image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.bc-timeline__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 165px;
  border-top-right-radius: 165px;
}

.bc-timeline__badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.bc-timeline__badge span {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #1539ee 0%, #9900ff 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.bc-timeline__content {
  padding: 26px 26px 30px;
}

.bc-timeline__content h3 {
  margin-bottom: 15px;
  font-size: 1.55rem;
  line-height: 1.3;
}

.bc-timeline__meta {
  margin-bottom: 18px;
}

.bc-timeline__meta span {
  display: inline-block;
  padding: 8px 13px;
  border: 1px solid #4d55cc;
  border-radius: 4px;
  background: #fff;
  color: #4d55cc;
  font-size: 1rem;
  line-height: 1;
}

.bc-timeline__content p {
  min-height: 5.6em;
}

.bc-timeline__footer {
  display: grid;
  justify-items: center;
  margin-top: 22px;
}

.bc-gallery__stage {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.bc-gallery__backdrop {
  position: absolute;
  right: -26px;
  bottom: -26px;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(42, 221, 200, 0.6) 0%, rgba(159, 247, 235, 0.75) 100%);
  filter: blur(0.5px);
}

.bc-gallery__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: 38px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, #b100ff 0%, #7c1bff 45%, #b317ff 100%);
  overflow: hidden;
}

.bc-gallery__mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-content: start;
  padding: 10px 0 12px;
}

.bc-gallery__figure {
  position: relative;
  overflow: visible;
  min-height: 390px;
}

.bc-gallery__figure-media {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 390px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1000px 1000px 0 1000px;
}

.bc-gallery__figure--3 {
  min-height: 390px;
}

.bc-gallery__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-gallery__figure figcaption {
  position: absolute;
  left: 22px;
  bottom: -14px;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(7, 17, 29, 0.82);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 30px rgba(7, 17, 29, 0.22);
}

.bc-gallery__highlight {
  position: relative;
  align-self: start;
  max-width: 720px;
  padding: 6px 10px 0 0;
}

.bc-gallery__highlight::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 78px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(74, 120, 255, 0.6);
}

.bc-gallery__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
}

.bc-gallery__title {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.15;
}

.bc-gallery__highlight p {
  max-width: 420px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.15rem;
  line-height: 1.6;
}

.bc-rsvp__card {
  position: relative;
  overflow: hidden;
  background-image: var(--bc-rsvp-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 150px 90px 60px;
}

.bc-rsvp__overlay {
  position: absolute;
  inset: 0;
  border-radius: var(--bc-radius-xl);
  background: linear-gradient(90deg, #2addc8 0%, #1539ee 100%);
  opacity: 0.8;
}

.bc-rsvp__shape {
  position: absolute;
  right: 0;
  top: 170px;
  z-index: 1;
}

.bc-rsvp__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
  gap: 34px;
}

.bc-rsvp__intro {
  position: relative;
  z-index: 2;
}

.bc-rsvp__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
  font-weight: 700;
}

.bc-rsvp__text {
  max-width: 690px;
  margin-top: 10px;
}

.bc-rsvp__title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.bc-rsvp__panel {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  padding: 26px;
}

.bc-rsvp__card p,
.bc-rsvp__card .hint,
.bc-rsvp__card label {
  color: rgba(255, 255, 255, 0.9);
}

.bc-rsvp__form {
  display: grid;
  gap: 18px;
}

.bc-rsvp__grid {
  display: grid;
  gap: 16px;
}

.bc-rsvp__grid--two {
  grid-template-columns: 1fr 1fr;
}

.bc-rsvp__field {
  display: grid;
  gap: 8px;
}

.bc-rsvp__field span,
.bc-rsvp__choice-group legend {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
}

.bc-rsvp__field input,
.bc-rsvp__field textarea,
.bc-rsvp__field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  padding: 14px 16px;
  color: #fff;
  outline: none;
}

.bc-rsvp__field input::placeholder,
.bc-rsvp__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bc-rsvp__field textarea {
  min-height: 120px;
  resize: vertical;
}

.bc-rsvp__field small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.bc-rsvp__choice-group {
  border: 0;
  padding: 0;
  margin: 0;
}

.bc-rsvp__choice {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bc-rsvp__hint {
  color: rgba(255, 255, 255, 0.9);
}

.bc-rsvp__submit,
.bc-rsvp__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--bc-primary);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.bc-rsvp__submit::before,
.bc-rsvp__secondary::before {
  content: "\2197";
}

.bc-rsvp__status {
  display: grid;
  gap: 14px;
}

.bc-rsvp__status strong,
.bc-rsvp__status p {
  color: #fff;
}

.bc-parking__layout,
.bc-map__layout,
.bc-hotel__layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.bc-topic-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bc-topic-list li {
  position: relative;
  padding-left: 18px;
}

.bc-topic-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--bc-primary);
  transform: translateY(-50%);
}

.bc-parking__image img,
.bc-hotel__image img {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  object-fit: cover;
}

.bc-hotel__detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.bc-hotel__detail-media {
  position: relative;
  overflow: hidden;
  max-width: 567px;
  border-radius: 20px;
}

.bc-hotel__detail-media::before {
  content: "";
  position: absolute;
  top: 69%;
  left: -19px;
  width: 600px;
  height: 550px;
  border-radius: 700px;
  background: linear-gradient(270deg, #1539ee 0%, #2addc8 100%);
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: transform 500ms ease;
  z-index: 1;
}

.bc-hotel__detail-media > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.bc-hotel__detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 44, 0) 35%, rgba(21, 57, 238, 0.75) 100%);
  z-index: 2;
}

.bc-hotel__detail-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
  z-index: 3;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.bc-hotel__detail-caption h3 {
  font-size: 1.9rem;
  color: #fff;
}

.bc-hotel__detail-caption p {
  color: #fff;
}

.bc-hotel__detail-media:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.bc-hotel__detail-media:hover .bc-hotel__detail-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.bc-hotel__detail-content {
  margin-left: 30px;
}

.bc-hotel__detail-content h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.bc-hotel__detail-content h3 {
  margin-bottom: 20px;
  font-weight: 400;
}

.bc-hotel__detail-list {
  margin: 30px 0 0;
  padding: 30px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bc-hotel__detail-list li {
  color: var(--bc-text);
}

.bc-hotel__detail-list li:not(:last-child) {
  margin-bottom: 10px;
}

.bc-hotel__detail-list li span {
  margin-right: 5px;
  font-size: 1.05rem;
  font-weight: 600;
}

.bc-hotel__detail-list a {
  color: var(--bc-primary);
  text-decoration: none;
}

.bc-parking__detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.bc-parking__detail-card {
  padding: 0;
}

.bc-parking__detail-title {
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 3vw, 2rem);
}

.bc-parking__detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-parking__detail-list li {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bc-text);
}

.bc-parking__detail-list li:not(:last-child) {
  margin-bottom: 12px;
}

.bc-parking__detail-list li::before {
  content: "\203A";
  display: inline-block;
  margin-right: 10px;
  color: var(--bc-secondary);
  font-weight: 700;
}

.bc-parking__detail-image img,
.bc-map__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.bc-map > .bc-shell {
  position: relative;
  overflow: hidden;
}

.bc-map > .bc-shell::before,
.bc-map > .bc-shell::after {
  content: "";
  position: absolute;
  top: 220px;
  width: 260px;
  height: 520px;
  border-radius: 50%;
  filter: blur(52px);
  pointer-events: none;
  z-index: 0;
}

.bc-map > .bc-shell::before {
  left: -80px;
  background: rgba(255, 145, 38, 0.18);
}

.bc-map > .bc-shell::after {
  right: -80px;
  background: rgba(255, 82, 82, 0.16);
}

.bc-map__detail {
  position: relative;
  display: grid;
  gap: 28px;
}

.bc-map__hero,
.bc-map__content {
  position: relative;
  z-index: 1;
}

.bc-map__hero-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 30px 220px;
  padding: 0;
  list-style: none;
}

.bc-map__hero-list li {
  padding: 8px 16px;
  border: 1px solid var(--bc-primary);
  border-radius: 40px;
  background: #fff;
  color: var(--bc-primary);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.bc-map__hero-image {
  position: relative;
  margin-bottom: 20px;
}

.bc-map__hero-image > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  border-radius: 24px;
}

.bc-map__hero-client {
  position: absolute;
  top: -50px;
  left: 50px;
}

.bc-map__hero-client img {
  border-radius: 50%;
}

.bc-map__content h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.bc-map__cta {
  margin-top: 24px;
}

.bc-map__meta {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 22px;
  background: var(--bc-surface-soft);
}

.bc-map__meta strong {
  color: var(--bc-primary);
}

.bc-empty {
  padding: 20px;
  border-radius: 18px;
  background: var(--bc-surface-soft);
}

@media (max-width: 900px) {
  .bc-kicker {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }

  .bc-hero__date {
    font-size: 1.1rem;
    letter-spacing: 0.14em;
  }

  .bc-hero {
    padding: 180px 0 96px;
    margin-bottom: 72px;
    border-radius: 0 0 56px 56px;
  }

  .bc-hero__overlay {
    border-radius: 0 0 56px 56px;
  }

  .bc-hero__copy {
    width: min(100%, 420px);
  }

  .bc-hero__title {
    width: min(100%, 9.5ch);
    font-size: clamp(2.6rem, 12vw, 5.2rem);
  }

  .bc-hero__shape,
  .bc-story__shape,
  .bc-story__blur,
  .bc-intro__blur,
  .bc-story__circle {
    display: none;
  }

  .bc-countdown {
    position: static;
    transform: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .bc-story__card,
  .bc-parking__layout,
  .bc-map__layout,
  .bc-hotel__layout,
  .bc-story__stats,
  .bc-timeline__items {
    grid-template-columns: 1fr;
  }

  .bc-hotel__detail,
  .bc-parking__detail,
  .bc-gallery__panel,
  .bc-rsvp__layout,
  .bc-rsvp__grid--two {
    grid-template-columns: 1fr;
    display: grid;
  }

  .bc-intro__items {
    min-height: 110px;
  }

  .bc-intro__play {
    width: 110px;
    height: 110px;
    font-size: 24px;
  }

  .bc-intro__play::before {
    width: 130px;
    height: 130px;
  }

  .bc-intro__play-wrap {
    margin-right: 0;
  }

  .bc-intro__content {
    margin-left: 0;
    text-align: center;
  }

  .bc-gallery__panel {
    gap: 24px;
    padding: 28px;
  }

  .bc-gallery__mosaic {
    grid-template-columns: 1fr;
  }

  .bc-gallery__figure,
  .bc-gallery__figure--1,
  .bc-gallery__figure--2,
  .bc-gallery__figure--3 {
    min-height: 300px;
    max-width: none;
    justify-self: stretch;
    grid-column: auto;
  }

  .bc-gallery__figure-media {
    min-height: 300px;
    border-radius: 1000px 1000px 0 1000px;
  }

  .bc-rsvp__shape,
  .bc-gallery__backdrop {
    display: none;
  }

  .bc-story__stats {
    gap: 18px;
  }

  .bc-timeline {
    margin-top: 24px;
    padding-top: 40px;
  }

  .bc-timeline__shape {
    display: none;
  }

  .bc-timeline__title-wrap {
    margin-left: 0;
  }

  .bc-timeline__item,
  .bc-timeline__image img {
    border-radius: 44px;
  }

  .bc-timeline__image img {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }

  .bc-rsvp__card {
    padding: 36px 28px;
  }

  .bc-map__hero-list {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 15px;
  }

  .bc-map__hero-client,
  .bc-hotel__detail-content {
    position: static;
    margin-left: 0;
  }
}

.bc-faq {
  padding: 42px 0 24px;
}

.bc-faq__panel,
.bc-contact__panel {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(20, 29, 72, 0.94), rgba(8, 12, 32, 0.98)),
    radial-gradient(circle at top right, rgba(52, 109, 255, 0.28), transparent 45%);
  box-shadow: 0 28px 70px rgba(3, 8, 28, 0.34);
}

.bc-faq__panel {
  padding: 42px;
}

.bc-faq__header,
.bc-contact__intro {
  max-width: 760px;
}

.bc-faq__title,
.bc-contact__title {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.bc-faq__intro,
.bc-contact__text {
  margin: 18px 0 0;
  color: rgba(232, 236, 255, 0.8);
  font-size: 1rem;
  line-height: 1.75;
}

.bc-faq__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bc-faq__item,
.bc-contact__card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  backdrop-filter: blur(14px);
}

.bc-faq__question {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.45;
}

.bc-faq__answer,
.bc-contact__meta {
  margin: 12px 0 0;
  color: rgba(232, 236, 255, 0.78);
  line-height: 1.7;
}

.bc-contact {
  padding: 36px 0 12px;
}

.bc-contact__panel {
  padding: 40px 42px;
}

.bc-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bc-contact__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(52, 109, 255, 0.18);
  color: #8db2ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bc-contact__value {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.45;
}

.bc-contact__card--location {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

@media (max-width: 980px) {
  .bc-faq__items,
  .bc-contact__grid {
    grid-template-columns: 1fr;
  }

  .bc-faq__panel,
  .bc-contact__panel {
    padding: 28px;
  }
}

@keyframes bc-ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
