/*------------------------------------------------------------
EVENTS
------------------------------------------------------------*/

/*--------------------------------------------------
Event Nav
--------------------------------------------------*/
.event_nav {
  padding-block: var(--space-md);
  position: sticky;
  top: 0;
  z-index: 10;
}

:is(.event_features, .event_location, .event_excursion, .collage) .title {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-style: italic;
  line-height: 1.3;
  text-wrap: balance;
}

/*--------------------------------------------------
Event Hero
--------------------------------------------------*/
.event_hero .logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.event_hero::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-image: linear-gradient(to left, hsla(225, 64%, 20%, 0.45), var(--transparent));
  mix-blend-mode: multiply;
}

.event_hero {
  padding: 0;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.event_hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.event_hero section {
  align-items: center;
  height: 100%;
  position: relative;
}

.event_hero header {
  margin-inline: auto 0;
  text-align: center;
  width: min(100%, 40em);
  position: relative;
  top: -4em;
  z-index: 2;
}

.event_hero .subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  margin-bottom: var(--space-xxxs);
}

.event_hero .details {
  font-weight: 400;
}

.event_hero .details span {
  display: block;
  width: 100%;
}

.event_hero .btns {
  position: relative;
  width: min(100%, 27em);
  margin-top: var(--space-lg);
  gap: var(--space-lg);
}

.event_hero .btns .btn {
  flex: 1;
  margin: 0;
  font-size: 0.925em;
}

/*----------------------------------------
SU Sirius
----------------------------------------*/
.su_surya .event_hero :where(.title, .subtitle, .details) {
  color: #fff;
}

.su_surya .event_hero .title {
  font-family: var(--font-display);
  font-size: 6em;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 0 10px hsla(0, 0%, 100%, 0.4), 0 0 20px hsla(0, 0%, 100%, 0.3), 0 0 30px hsla(0, 0%, 100%, 0.2), 0 0 40px hsla(0, 0%, 100%, 0.1);
}

.su_surya .event_hero .title span:nth-child(1) {
  display: block;
  margin: 0;
}

.su_surya .event_hero .title span:nth-child(2) {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.5em;
  text-transform: none;
  font-style: italic;
  position: relative;
  top: -0.5em;
}

.su_surya .event_hero .title span:nth-child(3) {
  font-size: 1.1em;
}

.su_surya .event_hero .subtitle {
  font-size: var(--text-xxl);
}

/*--------------------------------------------------
Event Features
--------------------------------------------------*/
.about_features .image {
  padding: 0 0 0 1em;
}

.about_features h4 {
  text-wrap: balance;
}

.about_features .video_thumb {
  margin-block: var(--space-md) 0;
  --grid-space: 1em;
  align-items: center;
}

.about_features .video_thumb .caption {
  font-family: var(--font-serif);
  font-style: italic;
  padding-left: 0;
  text-wrap: balance;
}

/*--------------------------------------------------
Event Quote
--------------------------------------------------*/
.event_quote {
  background-attachment: fixed;
}

.event_quote.mask::after,
.event_reg.mask::after {
  background-color: hsl(240, 60%, 8%);
  opacity: 0.25;
}

.event_quote figure {
  width: min(100%, 45em);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  text-shadow: var(--text-shadow);
}

.event_quote .image {
  width: min(100%, var(--space-xxxl));
  margin: 0 auto var(--space-md);
}

.event_quote .image .gold_ring::before {
  box-shadow: var(--box-shadow-white);
}

.event_quote blockquote {
  margin: 0;
}

.event_quote blockquote p {
  font-size: var(--text-md);
  font-family: var(--font-serif);
  font-style: italic;
}

.event_quote .bg_img_caption {
  color: #fff;
  position: absolute;
  bottom: 1em;
  font-size: 0.925em;
  z-index: 1;
  text-align: right;
  right: var(--space-xxl);
  font-style: italic;
}

/*--------------------------------------------------
Pricing
--------------------------------------------------*/
.subsection_header .description {
  text-wrap: balance;
  width: min(100%, 50em);
  margin-block: 1em;
}

.subsection_header .description .note {
  background-color: var(--color-secondary-lightest);
  border: 1px solid var(--color-secondary-light);
  padding: var(--space-sm);
  border-radius: var(--space-sm);
}

.price_list {
  --grid-space: var(--space-md);
}

/* Pricing – Cols 2
----------------------------------------*/
.price_list.cols_2 li {
  gap: var(--space-md);
  align-items: center;
}

.price_list.cols_2 li > * {
  flex: 1;
}

/* Pricing – Cols 3
----------------------------------------*/
.price_list.cols_3 .image {
  margin-bottom: 1em;
}

/* Pricing – Image
----------------------------------------*/
.price_list .image {
  padding: 0;
  aspect-ratio: 1.618/1;
}

/* Pricing – Content
----------------------------------------*/
.price_list .content {
  text-wrap: balance;
}

.price_list .content .title {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: 1.25;
}

.price_list .content ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: var(--space-xxs);
}

.price_list .content ul svg {
  position: absolute;
  top: 0.25em;
  left: 0;
  color: var(--color-event-light);
}

/*--------------------------------------------------
Location
--------------------------------------------------*/
.event_location .content {
  align-items: center;
}

.event_location .intro .description {
  font-style: italic;
  font-family: var(--font-serif);
  font-size: var(--text-md);
}

.event_location .intro .description p {
  margin-bottom: 0;
  font-size: 1em;
}

.event_location .intro .btns {
  gap: 1em;
  margin-block: var(--space-md);
}

.event_location .intro .btn {
  margin: 0;
  flex: 1;
  max-width: 100%;
}

/* Location – Slider
----------------------------------------*/
.event_slider {
  margin-bottom: var(--space-md);
}

.event_slider .slider {
  aspect-ratio: 3/1;
}

.event_slider .slider_controls .shortcuts {
  bottom: var(--space-md);
}

/*--------------------------------------------------
Excursion
--------------------------------------------------*/
.event_excursion .content .title {
  text-transform: none;
}

.event_excursion .description {
  columns: 2;
  column-gap: var(--space-xxl);
  margin-block: var(--space-lg);
}

.event_excursion .description p {
  margin-bottom: var(--space-sm);
  text-align: justify;
}

/*--------------------------------------------------
Hosts
--------------------------------------------------*/
.highlights.hosts li {
  flex: 0 0 30em;
  margin: 0 auto;
  text-align: center;
  margin-block: var(--space-lg) 0;
}

.highlights.hosts .image {
  left: 50%;
  transform: translateX(-50%);
}

.highlights.hosts .title {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
}

/*--------------------------------------------------
Event Registration
--------------------------------------------------*/
.event_reg {
  background-attachment: fixed;
  z-index: 12;
}

#event_reg_form {
  padding: var(--space-xl);
}

/*------------------------------
Submit Button
------------------------------*/
#event_reg_form .wpforms-submit {
  display: block;
  width: min(100%, 260px);
  margin: 0 auto;
  line-height: 3.5;
  height: 3.5em;
  border: 2px solid var(--color-accent);
  border-radius: 100px;
  padding: 0;
  font-size: var(--text-base);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
  overflow: hidden;
  background-image: linear-gradient(45deg, var(--color-accent), var(--color-accent-dark), var(--color-accent-darker));
  color: #fff;
  box-shadow: 4px 8px 16px hsla(260, 82%, 15%, 0.125);
}

.event_reg :is(.event_form, header) {
  position: relative;
  z-index: 1;
}

/*----------------------------------------
Event Form
----------------------------------------*/
.event_form {
  background-color: #fff;
  box-shadow: 5px 10px 20px hsl(208, 78%, 18%, 0.08);
  padding: var(--space-lg) var(--space-xl);
  width: min(100%, 60em);
  margin: 0 auto;
  border-radius: var(--space-lg);
}

/* form prorgess indicator */
.event_form .wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
  font-size: var(--text-md);
  margin-bottom: var(--space-md);
}

.event_form .wpforms-container-full .wpforms-form .wpforms-page-indicator.progress span {
  font-weight: 600;
}

.event_form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 600;
  font-size: var(--text-body);
  margin-bottom: var(--space-sm);
  text-wrap: balance;
}

.event_form .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-size: 0.9125em;
}

/* form field containers */
.event_form .wpforms-page-2 .wpforms-field {
  padding-bottom: var(--space-xl) !important ;
}

/* .event_form div.wpforms-container-full .wpforms-form .wpforms-field ul {
} */

/* notes below fields */
.event_form div.wpforms-container-full .wpforms-form .wpforms-field-description {
  font-size: 0.9125em;
  text-wrap: balance;
  font-family: var(--font-serif);
  margin-top: var(--space-md);
  background-color: var(--color-secondary-lightest);
  padding: var(--space-xs);
  border-radius: var(--space-sm);
  border: 1px solid var(--color-secondary-lighter);
  line-height: 1.65;
}

.event_form div.wpforms-container-full .wpforms-form .wpforms-field-description strong {
  text-decoration: underline !important;
  font-weight: bold;
}

/* form buttons
------------------------------*/
.event_form div.wpforms-container-full .wpforms-form :is(.wpforms-page-button, .wpforms-submit) {
  background-color: inherit;
  border: none !important;
  padding: 0;
  line-height: 3;
  height: 3em;
  border-radius: var(--space-xxs);
  font-weight: 600;
  transition: var(--transition);
}

/* form prev /nex buttons
------------------------------*/
.event_form div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-image: none;
  color: var(--gray-8);
  width: min(100%, 10em);
  border-radius: 50px;
  font-weight: 800;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary-lighter) !important;
  box-shadow: 2px 4px 8px hsla(40 80 20/ 0.1);
  font-size: 0.875em;
}

.event_form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: var(--color-secondary-light);
}

/* form submit buttons
------------------------------*/
.event_form div.wpforms-container-full .wpforms-form .wpforms-submit {
  background-image: linear-gradient(45deg, var(--color-accent), var(--color-accent-dark), var(--color-accent-darker));
  color: #fff;
  box-shadow: 3px 6px 9px hsla(322 70% 20% / 0.25);
  padding-inline: var(--space-lg);
  margin: 0 auto;
  display: block;
  border-radius: 50px;
}

.event_form div.wpforms-container-full .wpforms-form :is(.wpforms-page-button, .wpforms-submit):is(:hover) {
  transform: translateY(calc(-1 * var(--box-hover-move)));
}

/* form steps indicator
------------------------------*/
.event_form :is(.wpforms-page-indicator-page-title, .wpforms-page-indicator-page-title-sep, .wpforms-page-indicator-steps) {
  font-weight: 800;
  font-size: var(--text-md) !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: var(--color-primary-lightest) !important;
}

/*------------------------------------------------------------
RESPONSIVE STYLES
------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .subsection {
    margin-bottom: var(--space-xl);
  }

  .section_header .title {
    font-size: var(--text-xxl);
  }

  :is(.event_features, .event_location, .collage) .title {
    font-size: var(--text-lg);
  }

  /*----------------------------------------
  Event Nav
  ----------------------------------------*/
  .event_nav {
    display: none;
  }

  /*----------------------------------------
  Event Hero
  ----------------------------------------*/
  .event_hero .logo {
    left: 50%;
    transform: translateX(-50%);
    width: 14em;
  }

  .event_hero {
    aspect-ratio: 3/4;
  }

  .event_hero::before {
    background-image: linear-gradient(to bottom, hsla(225, 64%, 20%, 0.6), var(--transparent));
    right: initial;
    left: 0;
    width: 100%;
    height: 40%;
  }

  .event_hero header {
    top: 0;
    align-self: flex-start;
    margin-inline: auto;
    padding-top: 4em;
  }

  .event_hero .details {
    font-size: 1em;
  }

  .event_hero .btns {
    margin-top: 1em;
    width: min(100%, 24em);
  }

  .event_hero .btns .btn {
    height: 3em;
    line-height: 3;
  }

  /* SU Sirius
  ----------------------------------------*/
  .su_surya .event_hero .title {
    font-size: 4.5em;
  }

  .su_surya .event_hero .subtitle {
    font-size: var(--text-xl);
  }

  /*----------------------------------------
  Event Features
  ----------------------------------------*/
  .event_features li {
    flex-direction: column;
  }

  .event_features li > * {
    margin-inline: auto;
  }

  .event_features li .image {
    width: min(95%, 30em);
  }

  .event_features li .content {
    width: min(100%, 45em);
  }

  /*----------------------------------------
  Event Location
  ----------------------------------------*/
  .event_location .content {
    flex-direction: column;
  }

  .event_location .content > * {
    width: min(100%, 40em);
    margin-inline: auto;
    padding-inline: 0;
  }

  .event_location .content .full_description {
    padding-bottom: 0;
  }

  /*----------------------------------------
  Event Pricing
  ----------------------------------------*/
  .price_list.cols_2 li > * {
    flex: initial;
  }

  .price_list.cols_2 li {
    flex-direction: column;
  }

  .price_list.cols_2 li :is(.image, .content) {
    width: 100%;
  }

  .price_list .content .title {
    font-size: var(--text-md);
  }

  /* 1200px */
}

@media only screen and (max-width: 980px) {
  :is(.event_quote, .event_reg) {
    background-attachment: scroll;
  }

  /*----------------------------------------
  Event Excursion
  ----------------------------------------*/
  .event_excursion .description {
    columns: 1;
    column-gap: normal;
  }

  /* 980px */
}

@media only screen and (max-width: 768px) {
  .event_slider .slider {
    aspect-ratio: 2/1;
  }

  /* 768px */
}

@media only screen and (max-width: 600px) {
  .subsection_header .title {
    font-size: var(--text-lg);
  }

  /*----------------------------------------
  Event Hero
  ----------------------------------------*/
  .event_hero {
    aspect-ratio: 1/2;
  }

  /*----------------------------------------
  Event Pricing
  ----------------------------------------*/
  .price_list {
    flex-direction: column;
  }

  .price_list:is(.cols_2, .cols_3) li {
    width: min(100%, 30em);
    margin-inline: auto;
  }

  /*----------------------------------------
  Event Hosts
  ----------------------------------------*/
  .highlights.hosts li {
    flex: 0 0 100%;
  }

  /*----------------------------------------
  Event Form
  ----------------------------------------*/
  .event_form div.wpforms-container-full .wpforms-form .wpforms-field-row-block {
    width: 100% !important;
    margin-inline: 0;
  }

  /* 600px */
}

@media only screen and (max-width: 480px) {
  /*----------------------------------------
  Event Hero
  ----------------------------------------*/

  .event_hero .btns {
    gap: 1em;
  }

  .su_surya .event_hero .subtitle {
    font-size: var(--text-lg);
  }

  /*----------------------------------------
  Quote
  ----------------------------------------*/
  .event_quote.mask::after {
    opacity: 0.85;
  }

  .event_quote figure {
    text-align: justify;
    hyphens: auto;
  }

  .event_quote .image {
    max-width: var(--space-xxxl);
  }

  .event_quote blockquote p {
    font-size: var(--text-md);
  }

  /*----------------------------------------
  Event Form
  ----------------------------------------*/
  .event_form {
    padding-inline: var(--space-lg);
  }

  .event_form :is(.wpforms-page-indicator-page-title, .wpforms-page-indicator-page-title-sep, .wpforms-page-indicator-steps) {
    font-size: var(--text-body) !important;
  }

  /* 480px */
}
