/**
 * /assets/css/lounge.css
 * Mage Hookah Lounge – Legendary Lounge Experience Styling
 * Glassmorphism, animated gradients, magical accents, conversion-optimized, and maximum readability
 * All classnames prefixed .lounge-*
 */

:root {
  --mage-blue:    #78A1BB;
  --mage-purple:  #391047;
  --mage-gold:    #E1B929;
  --mage-charcoal:#292727;
  --mage-teal:    #2180A2;
  --mage-bg:      #f7f9fa;
  --mage-card-bg: rgba(255,255,255,0.88);
  --mage-border:  #ded7ed;
  --mage-radius:  1.35rem;
  --mage-shadow:  0 6px 28px 0 rgba(57,16,71,0.13);
  --mage-spacing: 2.2rem;
  --mage-heading: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  --mage-text:    'Inter', 'Segoe UI', Arial, sans-serif;
}

/* General Section Layouts */
.lounge-hero,
.lounge-vibe,
.lounge-personas,
.lounge-first-timer,
.lounge-story,
.lounge-features,
.lounge-trust,
.lounge-pricing,
.lounge-gallery,
.lounge-chat,
.lounge-loyalty,
.lounge-access,
.testimonials,
.lounge-faq {
  max-width: 1120px;
  margin: 0 auto var(--mage-spacing) auto;
  background: var(--mage-bg);
  border-radius: var(--mage-radius);
  box-shadow: var(--mage-shadow);
  padding: clamp(1.3rem, 4vw, 2.7rem) 1rem;
  font-family: var(--mage-text);
  color: var(--mage-charcoal);
}

/* Hero Section - Animated Gradient, Clean and Magical */
.lounge-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 340px;
  background: linear-gradient(120deg, var(--mage-blue), var(--mage-purple), var(--mage-gold));
  background-size: 200% 200%;
  color: #fff;
  overflow: hidden;
  animation: gradient-move 16s ease-in-out infinite;
}
@keyframes gradient-move {
  0% { background-position: 0% 75%; }
  50% { background-position: 100% 25%; }
  100% { background-position: 0% 75%; }
}
.lounge-hero__video-bg img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.14;
}
.lounge-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(56,24,87,0.56) 0%, rgba(33,128,162,0.15) 100%);
  z-index: 2;
}

.lounge-story-cta {
  margin-top: 2em;
  text-align: center;
}
.about-cta-btn {
  display: inline-block;
  background: #2180A2;
  color: #fff;
  font-weight: 700;
  padding: 0.85em 2em;
  border-radius: 32px;
  font-size: 1.07rem;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(33,128,162,0.07);
  transition: background 0.15s;
}
.about-cta-btn:hover,
.about-cta-btn:focus {
  background: #391047;
  color: #E1B929;
}

.night-picker {
  margin-bottom: 1.2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
}

.night-btn {
  padding: 0.6em 1.4em;
  background: #e1b929;
  color: #391047;
  border: none;
  border-radius: 24px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.12s;
}

.night-btn.active,
.night-btn:focus {
  background: #391047;
  color: #fff;
  outline: none;
}

.night-blurb {
  margin: 1em 0 2em 0;
  font-size: 1.08rem;
  color: #2180A2;
  font-weight: 600;
  min-height: 1.5em;
}

.lounge-hero__content {
  position: relative;
  z-index: 3;
  flex: 1 1 420px;
  padding: 2.2rem 1rem 2rem 1rem;
  text-shadow: 0 2px 16px rgba(41,16,71,0.14);
}
.lounge-hero__content h1 {
  font-family: var(--mage-heading);
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 0.7em;
  color: var(--mage-gold);
  text-align: left;
  text-shadow: 0 1px 18px rgba(225,185,41,0.13);
}
.lounge-hero__content .lead {
  font-size: 1.22rem;
  font-weight: 500;
  margin-bottom: 1.7rem;
  color: #fff;
  max-width: 36em;
}
.lounge-hero__cta {
  display: flex;
  gap: 1.15rem;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}
.lounge-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.6rem;
  font-size: 1.01rem;
  text-shadow: none;
}

/* Badges (for trust and social proof) */
.badge {
  background: var(--mage-gold);
  color: var(--mage-charcoal);
  border-radius: 2rem;
  padding: 0.24em 1.08em;
  font-weight: 600;
  font-size: 1em;
  box-shadow: 0 1px 6px 0 rgba(41,16,71,0.09);
}
.badge-safe { background: var(--mage-blue); color: #fff; }
.badge-clean { background: var(--mage-teal); color: #fff; }
.badge-community { background: var(--mage-purple); color: #fff; }

/* CTA Buttons - Glowing, Big, Clear */
.cta-button,
.cta-button.hero,
.cta-button.secondary {
  font-family: var(--mage-heading);
  font-weight: 700;
  font-size: 1.14rem;
  border-radius: 2em;
  padding: 0.95em 2.2em;
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 20px 0 rgba(56,16,71,0.08);
  transition: all 0.17s cubic-bezier(.51,.01,.37,1.21);
  outline: 2px solid transparent;
  outline-offset: 3px;
  margin-bottom: 0.5em;
  position: relative;
  overflow: hidden;
}
.cta-button.hero {
  background: linear-gradient(90deg, var(--mage-gold), var(--mage-blue) 90%);
  color: var(--mage-charcoal);
  box-shadow: 0 0 0 0 rgba(225,185,41,0.26), 0 2px 18px 0 rgba(57,16,71,0.11);
}
.cta-button.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 23%, #fff8c0 13%, transparent 72%);
  opacity: 0.17;
  pointer-events: none;
  transition: opacity .13s;
}
.cta-button.hero:hover, .cta-button:focus {
  background: var(--mage-gold);
  color: var(--mage-purple);
  box-shadow: 0 0 16px 2px var(--mage-gold);
  outline: 2px solid var(--mage-purple);
}
.cta-button.secondary {
  background: var(--mage-purple);
  color: #fff;
}
.cta-button.secondary:hover, .cta-button.secondary:focus {
  background: var(--mage-blue);
  color: #fff;
  box-shadow: 0 0 12px 2px var(--mage-blue);
}
.cta-link {
  font-size: 1rem;
  color: var(--mage-gold);
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5em 0.7em;
}

/* Sticky CTA for Mobile */
@media (max-width: 700px) {
  .sticky-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 999;
    width: 100vw;
    background: var(--mage-gold);
    color: var(--mage-charcoal);
    border-radius: 0;
    padding: 1.25em 0;
    text-align: center;
    box-shadow: 0 -2px 16px 0 rgba(57,16,71,0.13);
    font-size: 1.22em;
    font-weight: 700;
    letter-spacing: 0.3px;
  }
  .sticky-cta:active {
    background: var(--mage-purple);
    color: #fff;
  }
}

/* Section Headings */
.section-header h2,
.lounge-hero__content h1,
.lounge-faq h2 {
  font-family: var(--mage-heading);
  font-weight: 800;
  margin-bottom: 0.39em;
  color: var(--mage-purple);
  letter-spacing: -1px;
  line-height: 1.11;
}
.section-header p {
  font-family: var(--mage-text);
  font-size: 1.12em;
  color: var(--mage-charcoal);
  margin-bottom: 0.38em;
}

/* Glassmorphism Cards & Grids */
.features-grid,
.personas-grid,
.gallery-grid,
.testimonial-carousel {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-bottom: 1.4rem;
}
.feature-card,
.persona-card,
.testimonial-carousel figure {
  background: var(--mage-card-bg);
  backdrop-filter: blur(7px);
  border-radius: var(--mage-radius);
  box-shadow: 0 2px 12px 0 rgba(33,16,47,0.11);
  padding: 1.2em 1em 1.4em 1em;
  text-align: left;
  border: 1.5px solid rgba(120,161,187,0.14);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.18s, border-color 0.11s, transform 0.13s;
}
.feature-card img,
.persona-card img,
.testimonial-carousel img {
  width: 88%;
  border-radius: 1.3em;
  margin-bottom: 0.8em;
  object-fit: cover;
  max-height: 155px;
  display: block;
}
.feature-card h3,
.persona-card h3 {
  color: var(--mage-blue);
  font-size: 1.19em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.15;
}
.feature-card p,
.persona-card p {
  color: var(--mage-charcoal);
  font-size: 1.04em;
  line-height: 1.39;
}
.feature-card:hover, .persona-card:hover {
  box-shadow: 0 8px 32px 0 rgba(33,128,162,0.13), 0 2px 10px 0 rgba(33,16,47,0.10);
  border: 2px solid var(--mage-gold);
  transform: translateY(-2px) scale(1.035);
}

.gallery-grid img {
  border-radius: 1.2em;
  box-shadow: 0 1px 8px 0 rgba(56,16,71,0.13);
  width: 100%;
  object-fit: cover;
  max-height: 150px;
  transition: box-shadow .13s;
}
.gallery-grid img:hover {
  box-shadow: 0 8px 36px 0 rgba(56,16,71,0.18);
}

.night-picker {
  display: flex;
  gap: 0.7em;
  margin: 1em 0 0.3em 0;
  flex-wrap: wrap;
}
.night-btn {
  background: var(--mage-purple);
  color: #fff;
  border: none;
  border-radius: 1em;
  padding: 0.52em 1.19em;
  font-size: 1.03em;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(56,16,71,0.08);
  transition: background 0.13s;
}
.night-btn:hover,
.night-btn:focus {
  background: var(--mage-gold);
  color: var(--mage-charcoal);
}

.testimonial-carousel {
  overflow-x: auto;
  scrollbar-width: thin;
}
.testimonial-carousel figure {
  min-width: 245px;
  border-left: 5px solid var(--mage-gold);
  margin: 0 0.7em 0 0;
}
.testimonial-carousel blockquote {
  font-style: italic;
  color: var(--mage-teal);
  margin: 0.43em 0;
  font-size: 1.06em;
}
.testimonial-carousel figcaption {
  font-size: 0.95em;
  color: var(--mage-charcoal);
  margin-top: 0.41em;
  text-align: right;
}

.faq-list dt {
  font-weight: 700;
  color: var(--mage-purple);
  margin-top: 1.06em;
  font-size: 1.09em;
  line-height: 1.19;
}
.faq-list dd {
  margin: 0 0 0.62em 0;
  color: var(--mage-charcoal);
  font-size: 1.01em;
  line-height: 1.38;
}

/* Pricing Map & Info */
.pricing-map iframe {
  border-radius: 1em;
  margin-top: 0.5em;
}
.lounge-pricing__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: flex-start;
}
.pricing-info {
  flex: 2;
}
.pricing-cta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: flex-start;
}

/* Loyalty Form */
.loyalty-form {
  margin: 1.07em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
  align-items: center;
}
.loyalty-form label {
  font-family: var(--mage-heading);
  font-weight: 700;
  margin-right: 0.3em;
}
.loyalty-form input[type="email"] {
  border: 1px solid var(--mage-border);
  border-radius: 2em;
  padding: 0.5em 1.2em;
  font-size: 1em;
  min-width: 215px;
  background: #fff;
  font-family: var(--mage-text);
}
.loyalty-form button {
  background: var(--mage-teal);
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.63em 2em;
  font-size: 1.12em;
  font-weight: 700;
  cursor: pointer;
  transition: background .13s;
}
.loyalty-form button:hover,
.loyalty-form button:focus {
  background: var(--mage-gold);
  color: var(--mage-charcoal);
}

/* Trust Points & Accessibility */
.trust-points ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em 2.1em;
  list-style: disc inside;
  padding: 0.47em 0 0.49em 1.5em;
  color: var(--mage-charcoal);
}
.trust-points li {
  font-size: 1.03em;
  line-height: 1.5;
}

/* Responsive Design & Mobile-first Fixes */
@media (max-width: 940px) {
  .lounge-hero {
    flex-direction: column;
    min-height: 260px;
    text-align: left;
  }
  .lounge-hero__content {
    padding: 1.5rem 0.6rem 1.3rem 0.6rem;
  }
  .features-grid,
  .personas-grid,
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 1rem;
  }
  .testimonial-carousel figure {
    min-width: 200px;
  }
}
@media (max-width: 700px) {
  .features-grid,
  .personas-grid,
  .gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    margin-bottom: 1rem !important;
  }
  .feature-card,
  .persona-card {
    padding: 0.9em 0.5em 1em 0.5em !important;
    font-size: 0.98em !important;
  }
  .feature-card img,
  .persona-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 140px !important;
    border-radius: 0.8em !important;
    margin-bottom: 0.6em !important;
    object-fit: cover !important;
    display: block;
  }
  .feature-card h3,
  .persona-card h3 {
    font-size: 1.04em !important;
    margin-bottom: 0.3em !important;
  }
  .feature-card p,
  .persona-card p {
    font-size: 0.98em !important;
  }
  .section-header h2,
  .lounge-hero__content h1,
  .lounge-faq h2 {
    font-size: 1.18rem !important;
  }
  .lounge-hero,
  .lounge-hero__content {
    padding: 0.7rem 0.2rem !important;
  }
  .lounge-story,
  .lounge-features,
  .lounge-personas {
    padding: 1.1rem 0.4rem !important;
    margin: 0.3rem auto 0.7rem auto !important;
  }
  .trust-heading {
    font-size: 1.23rem;
    margin-bottom: 0.7rem;
  }
  .trust-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 400px) {
  .feature-card,
  .persona-card {
    padding: 0.5em 0.1em 0.7em 0.1em !important;
  }
  .feature-card img,
  .persona-card img {
    max-height: 90px !important;
    border-radius: 0.6em !important;
  }
  .gallery-grid img {
    max-height: 60px !important;
  }
  .testimonial-carousel figure {
    min-width: 96vw;
  }
}

/* High readability: Large line heights, clear spacing, max text width */
.lounge-hero__content,
.section-header,
.features-grid,
.personas-grid,
.gallery-grid,
.trust-points ul,
.testimonial-carousel,
.faq-list {
  max-width: 46em;
}

body, .lounge-hero, .lounge-hero__content,
.section-header, .features-grid, .personas-grid, .gallery-grid, .faq-list {
  line-height: 1.66;
  font-size: 1.08em;
}

.lounge-hero__content .lead,
.feature-card p,
.persona-card p,
.faq-list dd,
.testimonial-carousel blockquote {
  line-height: 1.62;
}

.lounge-trust.visible {
  background: linear-gradient(105deg, #f7f9fa 60%, #e9f1fc 100%);
  border: 2.5px solid var(--mage-blue);
  border-radius: var(--mage-radius);
  box-shadow: 0 2px 18px 0 rgba(56,16,71,0.07);
  margin: var(--mage-spacing) auto;
  padding: 2rem 1.3rem 1.7rem 1.3rem;
  max-width: 980px;
  position: relative;
}

.trust-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trust-heading {
  color: var(--mage-purple);
  font-family: var(--mage-heading);
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.1rem;
  text-shadow: 0 1px 12px rgba(57,16,71,0.06);
}

.trust-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust-features li {
  display: flex;
  align-items: flex-start;
  background: rgba(255,255,255,0.93);
  border-radius: 1.1em;
  box-shadow: 0 2px 7px 0 rgba(56,16,71,0.06);
  padding: 1.1em 1.1em 1.1em 1.7em;
  border-left: 5px solid var(--mage-gold);
  margin-bottom: 0;
  transition: box-shadow 0.13s;
}

.trust-features li:hover {
  box-shadow: 0 8px 32px 0 rgba(33,128,162,0.13), 0 2px 10px 0 rgba(33,16,47,0.10);
}

.trust-icon {
  font-size: 2.1rem;
  margin-right: 1.2em;
  flex-shrink: 0;
  color: var(--mage-blue);
  line-height: 1;
  display: inline-block;
  margin-top: 0.1em;
  filter: drop-shadow(0 1px 3px rgba(33,128,162,0.07));
}

.trust-feature {
  color: var(--mage-charcoal);
  font-size: 1.1em;
  line-height: 1.36;
}

/* Lounge Reservations Form Styles
   Prefix: .lounge-reservation-*
   Path: /assets/css/lounge.css
*/

.lounge-reservation-main {
  max-width: 560px;
  margin: 2.5rem auto;
  padding: 2.3rem 1.5rem 2.7rem 1.5rem;
  background: var(--mage-card-bg);
  border-radius: var(--mage-radius);
  box-shadow: var(--mage-shadow);
  font-family: var(--mage-text);
}

.lounge-reservation-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.lounge-reservation-hero h1 {
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--mage-purple);
  margin-bottom: 0.18em;
  font-family: var(--mage-heading);
  text-shadow: 0 1px 8px rgba(57,16,71,0.09);
}

.lounge-reservation-hero .lead {
  font-size: 1.09rem;
  color: var(--mage-charcoal);
}

.lounge-reservation-success {
  background: #f8fff7;
  border: 1.5px solid var(--mage-teal);
  border-radius: 1.2rem;
  padding: 2.2rem 1rem 1.3rem 1rem;
  text-align: center;
  margin-top: 2rem;
  box-shadow: 0 4px 24px 0 rgba(33,128,162,0.07);
}

.lounge-reservation-success h2 {
  color: var(--mage-teal);
  font-weight: 700;
}

.lounge-reservation-success a.btn {
  margin-top: 1.1rem;
}

.lounge-reservation-form {
  display: flex;
  flex-direction: column;
  gap: 1.17rem;
  margin-top: 1.2rem;
}

.lounge-reservation-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}

.lounge-reservation-form-row {
  display: flex;
  gap: 1.05rem;
  flex-wrap: wrap;
}

.lounge-reservation-form-row .lounge-reservation-form-group {
  flex: 1 1 100px;
}

.lounge-reservation-form label {
  font-weight: 600;
  color: var(--mage-purple);
  margin-bottom: 0.17rem;
  font-family: var(--mage-heading);
}

.lounge-reservation-form input[type="text"],
.lounge-reservation-form input[type="email"],
.lounge-reservation-form input[type="date"],
.lounge-reservation-form input[type="time"],
.lounge-reservation-form input[type="number"],
.lounge-reservation-form textarea {
  padding: 0.62rem 0.88rem;
  border: 1.2px solid var(--mage-blue);
  border-radius: 0.55rem;
  font-size: 1rem;
  color: var(--mage-charcoal);
  background: #f8fafc;
  transition: border-color 0.2s;
  font-family: var(--mage-text);
}

.lounge-reservation-form input:focus,
.lounge-reservation-form textarea:focus {
  border-color: var(--mage-teal);
  outline: 2px solid var(--mage-teal);
}

.lounge-reservation-form textarea {
  resize: vertical;
  min-height: 48px;
}

.lounge-reservation-required {
  color: var(--mage-gold);
  font-weight: bold;
  margin-left: 0.24em;
}

.lounge-reservation-optional {
  color: #888;
  font-size: 0.96em;
  margin-left: 0.22em;
}

.lounge-reservation-form button,
.lounge-reservation-form .btn-primary {
  background: var(--mage-teal);
  color: #fff;
  border: none;
  border-radius: 0.55rem;
  padding: 0.97rem 2.1rem;
  font-weight: 700;
  font-size: 1.07rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 1.5px 6px rgba(33,128,162,0.10);
  transition: background 0.15s;
  font-family: var(--mage-heading);
}

.lounge-reservation-form button:hover,
.lounge-reservation-form button:focus {
  background: var(--mage-blue);
  color: #fff;
}

.lounge-reservation-alert-danger {
  background: #ffdede;
  color: #b60c00;
  border: 1.5px solid #ffb1b1;
  border-radius: 0.7rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.15rem;
  font-size: 1.09rem;
}

.lounge-reservation-note {
  color: #888;
  font-size: 0.95em;
}

@media (max-width: 700px) {
  .lounge-reservation-main {
    padding: 1.1rem 0.5rem;
    border-radius: 1.0rem;
  }
  .lounge-reservation-form-row {
    flex-direction: column;
    gap: 0.7rem;
  }
}
