:root {
  --bg: #fdfaf5;
  --text: #2f2622;
  --muted: #6f645d;
  --accent: #e35b4c;
  --teal: #009aa4;
  --surface: #ffffff;
  --surface-soft: #f5eee6;
  --hero-img: url("../assets/hero.jpg");
  --shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
  --soft-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  --radius: 20px;
  --max-width: 1180px;
  --font-logo: "Great Vibes", cursive;
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Source Serif 4", "Georgia", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

a:hover {
  color: var(--accent);
}

img {
  max-width: 100%;
  display: block;
  border-radius: 12px;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.01em;
}

p {
  margin: 0;
  color: var(--muted);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem 1rem 2.4rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-top: 4px solid var(--teal);
  border-bottom: 1px solid #e8dfd6;
}

.booking-page header {
  position: static;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.6rem 1.1rem;
}

.logo {
  font-family: var(--font-logo);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: var(--text);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
}

.nav-links a:hover {
  background: #f0e8df;
}

.nav-links .pill {
  padding: 0.7rem 1.3rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--accent);
  color: #ffffff;
  padding: 0.78rem 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  box-shadow: var(--soft-shadow);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.pill:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
  opacity: 0.95;
}

.pill.ghost {
  background: rgba(0, 0, 0, 0.32);
  color: #ffffff;
  border: 1.2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  text-shadow: 0 7px 18px rgba(0, 0, 0, 0.5);
}

.pill.outline {
  background: transparent;
  color: var(--text);
  border: 1px solid #e5dcd3;
  box-shadow: none;
}

.pill.outline:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.hero .pill.outline {
  color: #ffffff;
  border: 1.2px solid rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  text-shadow: 0 7px 18px rgba(0, 0, 0, 0.5);
}

.main {
  flex: 1;
}

.hero {
  position: relative;
  background:
    linear-gradient(140deg, rgba(24, 19, 15, 0.08), rgba(26, 18, 14, 0.65)),
    var(--hero-img) center/cover no-repeat;
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 2.6rem 1.6rem;
  display: flex;
  align-items: center;
  min-height: 70vh;
  overflow: hidden;
  margin-top: 1.4rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 7, 0.3) 0%, rgba(14, 10, 8, 0.8) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  width: 100%;
  color: #fdf9f3;
  display: grid;
  gap: 0.5rem;
}

.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
  color: #d7cbc1;
}

.script-heading {
  font-family: var(--font-logo);
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--text);
  margin: 0;
}

.hero .script-heading {
  font-size: 2.3rem;
  color: #fdf9f3;
}

.hero h1 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.25;
  color: #fdf9f3;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.hero p {
  margin: 0;
  color: #f7eee4;
  font-size: 1.05rem;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.8rem;
  justify-content: center;
}

.home-page {
  --event-beige: #f7eadb;
  --event-beige-deep: #f1dcc6;
  --event-beige-dark: #e7ccaa;
  --event-cream: #fff7ed;
  --event-brown: #6d5847;
  --event-brown-dark: #3f2d20;
  --event-accent: #c97b63;
  --event-accent-dark: #b0644c;
  --event-border: #e2cfbb;
}

.home-page .grand-opening-banner {
  position: relative;
  margin-top: 1.2rem;
  padding: 1.4rem;
  border-radius: 20px;
  border: 1px solid var(--event-border);
  background:
    linear-gradient(120deg, rgba(255, 247, 237, 0.8), rgba(255, 247, 237, 0.74)),
    url("../assets/flyer_bg_wide.jpg") left top / cover no-repeat;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 1.4rem;
  align-items: center;
}

.grand-opening-banner__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  text-align: left;
  line-height: 1.6;
}

.grand-opening-banner__title {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  color: var(--event-brown-dark);
}

.grand-opening-banner__date {
  margin: 0;
  font-weight: 600;
  color: var(--event-brown);
  font-size: 0.98rem;
}

.grand-opening-banner__perks {
  margin: 0;
  color: var(--event-brown);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5;
}

.grand-opening-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--event-accent), var(--event-accent-dark));
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.3;
  border: 1px solid var(--event-accent-dark);
  box-shadow: 0 12px 22px rgba(201, 123, 99, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.grand-opening-banner__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(201, 123, 99, 0.38);
  opacity: 0.95;
}

.grand-opening-banner__visual {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(201, 123, 99, 0.2);
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  width: min(100%, 420px);
  margin: 0 auto;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.grand-opening-banner__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.grand-opening-banner__visual:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(94, 70, 45, 0.24);
}

.home-page .grand-opening-popover {
  position: fixed;
  left: 1rem;
  bottom: 1.2rem;
  max-width: 320px;
  padding: 0.95rem 1rem 1rem;
  border-radius: 16px;
  background: var(--event-cream);
  border: 1px solid var(--event-border);
  box-shadow: var(--soft-shadow);
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-page .grand-opening-popover.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.grand-opening-popover__close {
  position: absolute;
  top: 0.45rem;
  right: 0.5rem;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  color: var(--event-brown);
  cursor: pointer;
  padding: 0.2rem;
  line-height: 1;
}

.grand-opening-popover__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--event-brown-dark);
}

.grand-opening-popover__text {
  margin: 0 0 0.75rem;
  color: var(--event-brown);
  font-size: 0.95rem;
}

.grand-opening-popover__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: var(--event-accent);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border: 1px solid var(--event-accent-dark);
}

.grand-opening-popover__cta:hover {
  opacity: 0.9;
}

.animate-in {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.8s ease forwards;
}

.animate-in.delay-1 {
  animation-delay: 0.1s;
}

.animate-in.delay-2 {
  animation-delay: 0.2s;
}

.section {
  margin-top: 2.8rem;
  background: var(--surface);
  padding: 2rem 1.5rem;
  border-radius: 18px;
  border: 1px solid #ede5dd;
  box-shadow: none;
}

.section + .section {
  margin-top: 2rem;
}

.section.alt {
  background: var(--surface-soft);
}

.services-page .container {
  padding: 0.8rem 0.9rem 2rem;
}

.services-page .section {
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.services-page .section + .section {
  margin-top: 1.4rem;
}

.services-page .section-header {
  margin-bottom: 1.1rem;
}

.services-page .service-list {
  gap: 0.85rem;
}

.services-page .service-card {
  padding: 0.95rem 1.05rem;
  border-radius: 16px;
}

.services-page .duration-chips {
  gap: 0.5rem;
}

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

.divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 154, 164, 0.1), rgba(227, 91, 76, 0.18), rgba(0, 154, 164, 0.1));
  margin: 2.6rem auto 0;
  border-radius: 999px;
}

.section h2 {
  margin: 0 0 0.6rem;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  color: var(--text);
}

.section p {
  color: var(--muted);
  line-height: 1.65;
}

.section-header {
  text-align: center;
  margin-bottom: 1.6rem;
}

.section-header .eyebrow {
  color: #766c65;
}

.section-subtitle {
  margin-top: 0.4rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--teal);
}

.two-col {
  display: grid;
  gap: 1.6rem;
}

.card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--soft-shadow);
}

.card-grid {
  display: grid;
  gap: 1.4rem;
}

.tagline {
  font-size: 0.97rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.feature-grid {
  display: grid;
  gap: 1.5rem;
}

.feature-card {
  text-align: center;
  padding: 0.75rem;
}

.feature-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
}

.feature-card h3 {
  margin: 1rem 0 0.4rem;
  font-size: 1.6rem;
  color: var(--text);
}

.benefit-grid {
  display: grid;
  gap: 1.4rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--soft-shadow);
  border: 1px solid #efe5dc;
}

.testimonial-quote {
  font-size: 1rem;
  color: var(--text);
  font-style: italic;
  margin-bottom: 0.8rem;
}

.testimonial-source {
  font-size: 0.9rem;
  color: var(--muted);
}

.testimonial-grid {
  display: grid;
  gap: 1.4rem;
}

.service-list,
.faq-list {
  display: grid;
  gap: 1.1rem;
}

.service-card {
  background: var(--surface);
  border-radius: 18px;
  border: 1px solid #eadfd4;
  padding: 1.1rem 1.2rem;
  display: grid;
  gap: 0.65rem;
  box-shadow: none;
  transition: border-color 160ms ease;
}

.service-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.service-card__microcopy {
  margin: 0;
  font-size: 0.96rem;
  color: var(--muted);
}

.duration-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.duration-chip {
  border: 1px solid #e3d9cf;
  background: #ffffff;
  border-radius: 999px;
  padding: 0 0.95rem;
  min-height: 2.2rem;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  line-height: 1;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.duration-chip:hover {
  border-color: rgba(0, 154, 164, 0.35);
  color: var(--teal);
}

.duration-chip--featured {
  background: rgba(0, 154, 164, 0.12);
  border-color: rgba(0, 154, 164, 0.55);
  color: #0b5e64;
  font-weight: 600;
}

.duration-chip--featured:hover {
  background: rgba(0, 154, 164, 0.2);
  color: #0b5e64;
}

.badge-favorite {
  background-color: #e8f3f1;
  color: #2b6e66;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.2rem 0.65rem;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.badge-favorite::before {
  content: "★";
  color: #2b6e66;
  font-size: 0.8rem;
}

.cta-banner {
  text-align: center;
  background: linear-gradient(140deg, rgba(0, 154, 164, 0.08), rgba(227, 91, 76, 0.12));
  border: 1px solid rgba(0, 154, 164, 0.2);
}

.embedded-widget {
  margin-top: 2.4rem;
}

.embedded-widget iframe {
  width: 100%;
  min-height: 760px;
  border: 1px solid #e5ddd3;
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
  background: #ffffff;
}

.socials {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  font-weight: 600;
}

footer {
  padding: 1.6rem 1.25rem 2.1rem;
  border-top: 1px solid #e5ddd3;
  background: #f7f1ea;
}

.footer-grid {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
}

.footer-title {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.footer-detail {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 0.3rem;
}

.footer-trust {
  margin-top: 0.5rem;
}

.footer-reviews {
  margin-top: 0.5rem;
}

.footer-links {
  display: flex;
  gap: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-meta {
  font-size: 0.9rem;
  color: var(--muted);
}

.floating-cta {
  position: fixed;
  right: 1rem;
  bottom: 1.2rem;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow);
  transition: opacity 160ms ease, transform 160ms ease;
}

.floating-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

body.modal-open .floating-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

@supports selector(:has(*)) {
  body:has(dialog[open]) .floating-cta,
  body:has([aria-modal="true"]) .floating-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }
}

.booking-frame {
  width: 100%;
  min-height: 760px;
  border: 1px solid #e5ddd3;
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
  background: #ffffff;
  margin: 0;
  display: block;
}

.booking-page .main .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0.3rem 0.3rem 1.6rem;
  max-width: none;
  width: 100%;
}

.booking-page .section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
  min-height: 0;
}

.booking-page .tagline {
  margin: 0 0 1rem;
}

.booking-page .booking-frame {
  flex: 1;
  min-height: 100vh;
  height: 100vh;
}

.booking-page .main {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

@media (max-width: 768px) {
  .booking-page {
    height: 100dvh;
    overflow: hidden;
  }

  .booking-page header,
  .booking-page footer {
    display: none;
  }

  .booking-page .main {
    flex: 1;
    min-height: 0;
  }

  .booking-page .main .container {
    padding: 0;
    max-width: none;
    width: 100%;
    flex: 1;
    min-height: 0;
  }

  .booking-page .section {
    flex: 1;
    gap: 0;
    min-height: 0;
  }

  .booking-page .booking-frame {
    min-height: 100dvh;
    height: 100dvh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .booking-fallback {
    display: none;
  }
}

@media (max-width: 768px) {
  .services-page .container {
    padding: 0.6rem 0.75rem 1.6rem;
  }

  .services-page .section {
    margin-top: 1.6rem;
    padding: 1.2rem 0.95rem;
  }

  .services-page .section-header {
    margin-bottom: 0.9rem;
  }

  .services-page .service-list {
    gap: 0.75rem;
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 0.35rem 0.8rem;
    gap: 0.25rem;
  }

  .logo {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }

  .nav-links {
    gap: 0.6rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }

  .nav-links a {
    padding: 0.3rem 0.5rem;
  }

  footer {
    padding: 0.6rem 0 0.8rem;
  }

  footer .container {
    padding: 0.35rem 1rem 0.5rem;
  }

  .footer-links {
    gap: 1.2rem;
    font-size: 0.82rem;
  }

  .footer-meta {
    font-size: 0.78rem;
  }

  .floating-cta {
    display: inline-flex;
  }

  .home-page .grand-opening-popover {
    bottom: 4.6rem;
  }
}

@supports (height: 100svh) {
  @media (max-width: 768px) {
    .booking-page .booking-frame {
      min-height: 100svh;
    }
  }
}

@media (min-width: 1024px) {
  .booking-page .main .container {
    padding: 0.3rem 0.3rem 1.8rem;
  }
}

.booking-fallback {
  margin: 0;
  font-size: 0.92rem;
  text-align: center;
}

.map-embed {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  max-width: 420px;
  justify-items: center;
}

.success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 154, 164, 0.1);
  color: var(--teal);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.success-hero {
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 154, 164, 0.08) 0%, rgba(227, 91, 76, 0.08) 100%), var(--surface);
  border: 1px solid #e5ddd3;
}

.success-hero h1 {
  margin: 0.4rem 0 0.6rem;
}

.success-copy {
  margin: 0 0 1rem;
}

.success-actions {
  margin-top: 1rem;
  justify-content: center;
}

@media (min-width: 600px) {
  .cta-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 1.5rem 1.5rem 3rem;
  }

  .nav {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero {
    padding: 3.4rem 2.6rem;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .card-grid,
  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: start;
  }

  .cta-banner {
    text-align: left;
  }

  .home-page .grand-opening-banner {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding: 4rem 3rem;
  }

  .hero-content {
    margin: 0 auto;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .section {
    padding: 2.4rem 2rem;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding: 2.6rem 2.4rem;
  }
}

@media (min-width: 900px) {
  .home-page .grand-opening-banner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  }

  .grand-opening-banner__visual {
    justify-self: end;
  }
}

@media (max-width: 640px) {
  .grand-opening-banner__button {
    width: 100%;
  }
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate-in {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .home-page .grand-opening-popover {
    transition: none;
  }
}
