/* =========================================================
   VIDEO HERO
========================================================= */

.video-hero {
  position: relative;

  width: 100%;
  min-height: 760px;

  overflow: hidden;

  background: var(--color-pink);
}

.video-hero.video-fallback {
  background:
    url("../../img/img-for-vid.png") center / cover no-repeat;
}


/* Video */

.hero-video {
  position: absolute;
  inset: 0;

  z-index: 1;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}



/* Brand overlay */

.hero-mask {
  position: absolute;
  inset: 0;

  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(84, 42, 35, 0.5) 0%,
      rgba(84, 42, 35, 0.25) 30%,
      rgba(246, 66, 104, 0.28) 65%,
      rgba(255, 116, 61, 0.38) 100%
    );

  pointer-events: none;
}

.hero-mask::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(246, 66, 104, 0.13) 0%,
      rgba(255, 244, 223, 0.04) 45%,
      rgba(255, 138, 43, 0.18) 100%
    );
}


/* Hero content */

.hero-container {
  position: relative;

  z-index: 3;

  min-height: 760px;
}

.hero-content {
  width: min(760px, 100%);

  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: 4rem;
}


/* Eyebrow */

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;

  margin-bottom: 1rem;

  color: var(--color-cream);

  font-size: 0.85rem;
  font-weight: 800;

  letter-spacing: 0.07em;

  text-transform: uppercase;

  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.38);
}

.hero-eyebrow span {
  color: var(--color-yellow);
}


/* Hero heading */

.hero-content h1 {
  max-width: 780px;

  margin: 0 0 1.25rem;

  color: var(--color-white);

  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  font-weight: 700;

  line-height: 0.94;

  letter-spacing: -0.035em;

  text-wrap: balance;

  text-shadow:
    0 4px 24px rgba(71, 27, 20, 0.46);
}

.hero-content h1 span {
  display: block;

  color: var(--color-cream);
}


/* Hero description */

.hero-description {
  max-width: 520px;

  margin-bottom: 2rem;

  color: var(--color-white);

  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 500;

  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.42);
}


/* Hero buttons */

.hero-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem;
}

.hero-video-toggle {
  background: var(--color-cream-light);
  color: var(--color-text);
  border: 2px solid var(--color-cream-light);
}

.hero-video-toggle:hover {
  background: var(--color-cream);
  color: var(--color-text);
}

/* =========================================================
   FEATURED TREATS
========================================================= */

.featured-section {
  background: var(--color-cream);
}

.home-custom-cta {
  background:
    radial-gradient(circle at 10% 15%, rgba(243, 77, 119, 0.12), transparent 24%),
    var(--color-peach);
}

.home-custom-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3.5rem);

  background: none;
}

.home-custom-cta-card h2 {
  max-width: 680px;
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  line-height: 0.98;
}

.home-custom-cta-lead {
  max-width: 650px;
  margin: 1.5rem 0;
  color: var(--color-text-muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
}

.home-custom-cta-note {
  max-width: 620px;
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 228, 198, 0.58);
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-custom-cta-spark {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--color-orange);
  font-size: 2rem;
}

.home-custom-cta-media {
  position: relative;
  width: min(1000px, 100%);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border: 4px solid var(--color-pink-light);
  border-radius: 1.75rem;
}

.home-custom-cta-visual {
  min-width: 0;
  text-align: center;
}

.home-custom-cta-visual .btn {
  margin-top: 1.5rem;
}

.slideshow-toggle {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  z-index: 3;

  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid rgba(255, 249, 238, 0.95);
  border-radius: 50%;

  background: rgba(84, 42, 35, 0.88);
  color: var(--color-white);
  box-shadow: 0 6px 18px rgba(84, 42, 35, 0.28);

  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
}

.slideshow-toggle:hover {
  background: var(--color-primary-hover);
}

.home-custom-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(100%);
  will-change: transform, opacity;
  transition:
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 500ms ease;
}

.home-custom-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: translateX(0);
}

.home-custom-slide.is-exiting {
  z-index: 1;
  opacity: 1;
  transform: translateX(-100%);
}

@media (max-width: 767.98px) {
  .home-custom-cta-card {
    grid-template-columns: 1fr;
  }

  .home-custom-cta-copy {
    text-align: center;
  }

  .home-custom-cta-lead,
  .home-custom-cta-note {
    margin-inline: auto;
  }

  .home-custom-cta-media {
    aspect-ratio: 4 / 3;
    border-width: 5px;
  }

  .home-custom-cta-card .btn {
    width: 100%;
    min-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-custom-slide {
    transition: none;
  }
}

/* =========================================================
   ABOUT
========================================================= */

.about-section {
  position: relative;

  padding-block: var(--section-space);
  width: 100%;
  min-height: 100vh;

  background: var(--color-cream);
  background-image: url("../../img/backgrounds/about-bg-desktop.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;

  @media (max-width: 767px) {
    background-image: url("../../img/backgrounds/about-bg-mobile.png");
  }
}

.about-section::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      135deg,
      rgba(255, 249, 238, 0.3) 0%,
      rgba(255, 244, 223, 0.78) 36%,
      rgba(255, 228, 198, 0.92) 100%
    );

  pointer-events: none;
}

.about-section .container {
  position: relative;
  z-index: 1;
}

.about-shell {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}

.about-media {
  position: relative;
}

.about-photo-frame {
  position: relative;

  overflow: hidden;

  border: 4px solid rgba(255, 255, 255, 0.7);
  border-radius: clamp(1.5rem, 4vw, 2.6rem);

  background:
    radial-gradient(
      circle at top,
      rgba(255, 244, 223, 0.85),
      rgba(255, 140, 162, 0.18)
    );
  box-shadow:
    0 18px 36px rgba(84, 42, 35, 0.12),
    0 0 0 1px rgba(246, 66, 104, 0.12);
}

.about-photo {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.about-badge {
  position: absolute;
  right: clamp(0.5rem, 2vw, 1.25rem);
  bottom: clamp(0.5rem, 2vw, 1.25rem);

  max-width: 220px;
  padding: 0.8rem 1rem;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-md);

  background:
    linear-gradient(
      135deg,
      rgba(246, 66, 104, 0.94),
      rgba(250, 94, 85, 0.94)
    );
  box-shadow: 0 14px 24px rgba(201, 74, 76, 0.28);

  color: var(--color-white);

  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;

  text-transform: uppercase;
}

.about-copy {
  max-width: 640px;
}

.about-kicker {
  margin-bottom: 0.85rem;

  color: var(--color-heading);

  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;

  text-transform: uppercase;
}

.about-copy h2 {
  margin-bottom: 1rem;

  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: 0.95;
}

.about-lead {
  margin-bottom: 1rem;

  color: var(--color-text);

  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.3;
}

.about-copy p {
  margin-bottom: 1rem;

  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.about-signoff {
  margin-bottom: 0 !important;

  color: var(--color-heading) !important;

  font-family: var(--font-display);
  font-size: 1.3rem !important;
  font-weight: 700;
  line-height: 1.3 !important;
}








  

.feature-item {
  display: flex;
  align-items: center;

  gap: 0.65rem;
}

.feature-icon {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 2px solid var(--color-primary);
  border-radius: 50%;

  color: var(--color-primary);

  font-weight: 800;
}

.feature-item span {
  color: var(--color-text);

  font-size: 0.74rem;
  font-weight: 800;

  line-height: 1.2;

  text-transform: uppercase;
}


/* =========================================================
   TESTIMONIAL
========================================================= */

.testimonial-section {
  position: relative;

  padding-block: 3.5rem;

  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      var(--color-pink),
      var(--color-coral)
    );

  color: var(--color-cream);
}

.testimonial-section::before {
  content: "\2726";

  position: absolute;
  top: -70px;
  left: -30px;

  color: var(--color-cream);

  font-size: 15rem;
  line-height: 1;

  opacity: 0.9;
}

.testimonial-quote {
  position: relative;

  z-index: 1;

  margin: 0;

  text-align: center;
}

.testimonial-quote p {
  margin-bottom: 0.7rem;

  color: var(--color-cream);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 700;

  line-height: 1.05;
}

.rating {
  color: #ffd337;

  font-size: 1.8rem;

  letter-spacing: 0.15rem;
}

.testimonial-copy {
  position: relative;

  padding-left: clamp(0rem, 4vw, 4rem);
}

.testimonial-copy::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 1px;

  background: rgba(255, 244, 223, 0.75);
}

.testimonial-copy p {
  margin-bottom: 1.2rem;

  color: var(--color-cream);

  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 2rem);

  font-style: italic;
}

.testimonial-copy cite {
  font-style: normal;
  font-weight: 800;

  text-transform: uppercase;
}
