/*
Theme Name: Hyatt
Theme URI: https://example.com/hyatt
Author: Hyatt
Author URI: https://example.com
Description: Custom theme for Park Hyatt Cabo del Sol.
Version: 1.0.0
Text Domain: hyatt
*/

/* Styles are loaded from /public/css/app.css via header.php */

/* FAQ simple styles */

.faq-question-list ul { list-style: none; margin: 0; padding: 0; }
.faq-category { margin-bottom: 1rem; }
.faq-question-list h4.faq-category__title {
  margin: 1.5rem 0 .5rem;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Baskerville', sans-serif;
}
.faq-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: .75rem 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,.15);
  font-size: 18px;
}
.faq-item__title i { margin-left: .75rem; }
.faq-item__label {
  padding: 2px 8px;
  border-radius: 4px;
}
.faq-item__content { padding: .5rem 10px 1rem; }

.floating-social{
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.6);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background-blend-mode: multiply;
    font-size: 30px;
    color: rgba(0,0,0,.6);
}

.weekly-events-hero {
  color: #fff;
  background-color: #232926;
}

.weekly-events-hero__overlay {
  background: rgba(20, 24, 22, .7);
  padding: 150px 0 40px;
}

.weekly-events-hero__inner {
  text-align: center;
}

.weekly-events-hero__eyebrow {
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .3em;
}

.weekly-events-hero__title {
  color: #fff !important;
}

.weekly-events-section {
  padding-top: 40px;
  padding-bottom: 90px;
  color: #343935;
}

.weekly-events__footer-space {
  height: 40px;
}

.weekly-events__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.weekly-events__month {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-family: "Baskervville", serif;
  text-align: center;
}

.weekly-events__nav {
  border: 1px solid #343935;
  background: transparent;
  color: #343935;
  border-radius: 999px;
  padding: .7rem 1.2rem;
  cursor: pointer;
  transition: .2s ease;
}

.weekly-events__nav:hover,
.weekly-events__nav:focus {
  background: #343935;
  color: #fff;
}

.weekly-events__weekdays,
.weekly-events__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.weekly-events__weekdays {
  margin-bottom: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  color: rgba(52,57,53,.75);
}

.weekly-events__weekdays span {
  padding: .75rem;
  text-align: center;
}

.weekly-events__day {
  min-height: 160px;
  border: 1px solid rgba(52,57,53,.18);
  padding: .85rem;
  background: #fff;
}

.weekly-events__day.is-outside-month {
  background: rgba(52,57,53,.04);
}

.weekly-events__day-number {
  font-weight: 700;
  margin-bottom: .75rem;
}

.weekly-events__items {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.weekly-events__event {
  border: 0;
  background: #dfe8df;
  color: #343935;
  border-radius: 12px;
  padding: .55rem .7rem;
  text-align: left;
  cursor: pointer;
  font-size: .9rem;
  line-height: 1.35;
}

.weekly-events__event:hover,
.weekly-events__event:focus {
  background: #343935;
  color: #fff;
}

.weekly-events-modal[hidden] {
  display: none;
}

.weekly-events-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.weekly-events-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.weekly-events-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 620px);
  margin: 8vh auto;
  background: #fff;
  color: #343935;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
}

.weekly-events-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #343935;
}

.weekly-events-modal__date,
.weekly-events-modal__time {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.weekly-events-modal__title {
  margin: 0 0 .75rem;
  color: #343935;
  font-family: "Baskervville", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.15;
}

.weekly-events-modal__summary {
  font-size: 1rem;
  line-height: 1.7;
}

.weekly-events-modal-open {
  overflow: hidden;
}

.page-hero {
  background-color: #dcd8cc;
  color: #fff;
}

.page-hero__overlay {
  padding: 150px 0 48px;
  background: transparent;
}

.page-hero__inner {
  text-align: center;
}

.page-hero__title {
  color: #ad985d !important;
  font-family: "Baskervville", serif;
}

.page-content-section {
  padding: 42px 0 110px;
  background: #f4f1ea;
  color: #343935;
}

.page-content-section__inner {
  max-width: 960px;
}

.hyatt-tailor-form-wrap {
  padding: 24px 20px;
  background: transparent;
}

.hyatt-tailor-form-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 60px 56px;
  background: #dcd8cc;
  color: #a89155;
}

.hyatt-tailor-form__title {
  margin: 0 0 36px;
  color: #ad985d;
  font-family: "Baskervville", serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: .95;
  text-align: center;
}

.hyatt-tailor-form__notice {
  margin-bottom: 20px;
  padding: 14px 16px;
  background: rgba(173, 152, 93, .18);
  color: #6f5b2f;
  text-align: center;
}

.hyatt-tailor-form {
  display: grid;
  gap: 18px;
}

.hyatt-tailor-form__group input,
.hyatt-tailor-form__group textarea,
.hyatt-tailor-form__choice-label {
  width: 100%;
  border: 0;
  background: #f5f4f2;
  color: #7d7d7d;
  font-size: 1rem;
  padding: 18px 22px;
  font-family: "Poppins", sans-serif;
}

.hyatt-tailor-form__group textarea {
  resize: vertical;
  min-height: 120px;
}

.hyatt-tailor-form__group input::placeholder,
.hyatt-tailor-form__group textarea::placeholder {
  color: #a7a7a7;
}

.hyatt-tailor-form__group--choice {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(108px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.hyatt-tailor-form__choices {
  display: contents;
}

.hyatt-tailor-form__choice {
  position: relative;
  display: flex;
}

.hyatt-tailor-form__choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hyatt-tailor-form__choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 18px;
  background: #b7a56e;
  color: #fffdf7;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}

.hyatt-tailor-form__choice input:checked + span,
.hyatt-tailor-form__choice span:hover {
  background: #9d8950;
}

.hyatt-tailor-form__submit {
  width: min(220px, 100%);
  margin: 14px auto 0;
  border: 0;
  padding: 18px 24px;
  background: #b7a56e;
  color: #fffdf7;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: .2s ease;
}

.hyatt-tailor-form__submit:hover,
.hyatt-tailor-form__submit:focus {
  background: #9d8950;
}

@media (max-width: 991px) {
  .page-hero__overlay {
    padding: 130px 0 36px;
  }

  .page-content-section {
    padding: 32px 0 80px;
  }

  .weekly-events-hero {
  }

  .weekly-events-hero__overlay {
    padding: 130px 0 30px;
  }

  .weekly-events-section {
    padding-top: 32px;
    padding-bottom: 70px;
  }

  .weekly-events__footer-space {
    height: 24px;
  }

  .weekly-events__toolbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .weekly-events__weekdays {
    display: none;
  }

  .weekly-events__grid {
    grid-template-columns: 1fr;
  }

  .weekly-events__day {
    min-height: 0;
  }

  .hyatt-tailor-form-card {
    padding: 40px 24px;
  }

  .hyatt-tailor-form__group--choice {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .page-hero__overlay {
    padding: 190px 0 64px;
  }

  .page-content-section {
    padding: 56px 0 130px;
  }

  .weekly-events-hero__overlay {
    padding: 190px 0 60px;
  }

  .weekly-events-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .weekly-events__footer-space {
    height: 48px;
  }
}
