/* ============================================
   Homepage-Specific Styles — Full Kawaii Immersion
   ============================================ */

/* --- Hero Section --- */

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5em 0 7em;
  background:
    radial-gradient(circle at 8% 16%, rgba(255,255,255,.34) 0 7px, transparent 8px),
    radial-gradient(circle at 88% 20%, rgba(255,215,0,.6) 0 9px, transparent 10px),
    linear-gradient(135deg, #dff4ff 0%, #f8fcff 52%, #fff1f5 100%);
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 300px;
  height: 300px;
  left: -150px;
  top: -80px;
  background: rgba(245, 89, 128, .1);
}

.hero::after {
  width: 360px;
  height: 360px;
  right: -180px;
  bottom: 30px;
  background: rgba(112, 200, 122, .12);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero-copy {
  max-width: 610px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  color: var(--color-navy);
  background: rgba(255, 255, 255, .82);
  border: 2px solid rgba(102, 189, 235, .22);
  border-radius: var(--border-radius-pill);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: '★';
  color: #f0bd00;
}

.hero h1 {
  color: var(--color-navy);
  margin-bottom: 20px;
  text-wrap: balance;
  text-shadow: 0 3px 0 rgba(255,255,255,.8);
}

.hero p {
  color: #465a6e;
  margin-bottom: 28px;
  max-width: 560px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.hero-actions .btn--outline {
  background: rgba(255,255,255,.76);
  border-color: rgba(27, 46, 166, .42);
  color: var(--color-navy);
  box-shadow: 0 6px 0 rgba(27, 46, 166, .14);
}

.hero-actions .btn--outline:hover,
.hero-actions .btn--outline:focus-visible {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: var(--color-white);
  box-shadow: 0 10px 24px rgba(27, 46, 166, .24);
}

.hero-actions .btn--outline:focus-visible {
  outline: 3px solid var(--color-accent-yellow);
  outline-offset: 3px;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 700;
}

.hero-highlights span::before {
  content: '✓';
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  color: var(--color-white);
  background: var(--color-accent-green);
  border-radius: 50%;
  font-size: 12px;
}

.hero-art {
  position: relative;
}

.hero-art::before {
  content: '';
  position: absolute;
  inset: 8% -2% -4% 8%;
  z-index: -1;
  background: var(--color-white);
  border-radius: 42% 58% 54% 46%;
  box-shadow: 0 24px 60px rgba(27,46,166,.14);
  transform: rotate(-2deg);
}

.hero-art img {
  width: 100%;
  border-radius: 42px;
  transform: rotate(1.5deg);
  box-shadow: 0 16px 0 rgba(27, 46, 166, .1);
}

.hero .shape-divider--bottom {
  height: 90px;
  z-index: 3;
}
.hero .shape-divider--bottom svg {
  fill: var(--color-white);
}

@media (max-width: 1024px) {
  .hero {
    padding: 4em 0 6em;
    min-height: 0;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .hero-copy {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions,
  .hero-highlights { justify-content: center; }
  .hero-art { max-width: 680px; margin: 0 auto; }
  .hero .shape-divider--bottom {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 3.2em 0 4.5em;
  }
  .hero-layout { gap: 36px; }
  .hero p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-highlights { align-items: flex-start; flex-direction: column; }
  .hero-art img { border-radius: 26px; }
  .hero .shape-divider--bottom {
    height: 30px;
  }
}

/* --- About Section --- */

.about-section {
  padding: 5em 0;
  background-color: var(--color-white);
  overflow: hidden;
}

.about-section .split {
  gap: 60px;
}

.about-content .star-label {
  margin-bottom: 12px;
}

.about-content h2 {
  margin-bottom: 20px;
  color: var(--color-navy);
}

.about-content p {
  margin-bottom: 24px;
}

.about-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 8px 32px rgba(102, 189, 235, 0.25));
}

@media (max-width: 767px) {
  .about-image img {
    max-width: 320px;
  }
}

/* --- Stats Section --- */

.stats-section {
  padding: 2.5em 0;
  background-color: var(--color-primary);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  color: var(--color-white);
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 20px;
}

.trust-item i {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: var(--color-navy);
  background: var(--color-accent-yellow);
  border-radius: 50%;
  font-size: 20px;
}

.trust-item strong,
.trust-item span { display: block; }
.trust-item strong { font-family: var(--font-heading); font-size: 16px; }
.trust-item span { font-size: 13px; opacity: .88; }

@media (max-width: 1024px) {
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .trust-strip { grid-template-columns: 1fr; }
}

.stats-section .section-header h2,
.stats-section .section-header p {
  color: var(--color-white);
}

.stats-section .counter-bar {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: var(--border-radius-card);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}

.stats-section .counter-number {
  color: var(--color-accent-yellow);
  font-size: 56px;
}

.stats-section .counter-title {
  color: rgba(255, 255, 255, 0.9);
}

/* --- Services Section --- */

.services-section {
  padding: 5em 0;
  background-color: var(--color-white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Booking Section --- */

.booking-section {
  padding: 5em 0;
  background-color: var(--color-cream);
  overflow: hidden;
}

.booking-section .split {
  gap: 60px;
}

.booking-content .star-label {
  margin-bottom: 12px;
}

.booking-content h2 {
  margin-bottom: 20px;
}

.booking-content p {
  margin-bottom: 24px;
}

.booking-form {
  background-color: var(--color-white);
  border-radius: var(--border-radius-card);
  padding: 40px;
  box-shadow: 0 8px 32px rgba(27, 46, 166, 0.08);
}

.booking-form .form-group {
  margin-bottom: 16px;
}

.booking-form .btn {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  font-size: 17px;
  background-color: var(--color-accent-pink);
}

/* --- Why Choose Us Section --- */

.moments-section {
  padding: 5em 0;
  background-color: var(--color-white);
}

.moments-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 1024px) {
  .moments-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .moments-cards { grid-template-columns: 1fr; }
}

/* --- CTA Banner --- */

.cta-banner {
  position: relative;
  padding: 6em 0;
  overflow: hidden;
  background-color: var(--color-accent-pink);
}

.cta-banner .shape-divider--top {
  height: 100px;
}
.cta-banner .shape-divider--top svg {
  fill: var(--color-white);
}

.cta-banner .split {
  gap: 40px;
  align-items: center;
}

.cta-banner h2 {
  color: var(--color-white);
  margin-bottom: 16px;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 28px;
}

.cta-banner .btn--white {
  background-color: var(--color-white);
  color: var(--color-accent-pink);
  font-size: 17px;
  padding: 16px 32px;
}

.cta-banner .btn--white:hover {
  background-color: var(--color-navy);
  color: var(--color-white);
  box-shadow: none;
}

.cta-banner-image {
  width: 320px;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15));
}

@media (max-width: 1024px) {
  .cta-banner { padding: 5em 0; }
  .cta-banner .shape-divider--top { height: 50px; }
  .cta-banner-image { width: 240px; }
}

@media (max-width: 767px) {
  .cta-banner { padding: 4em 0; text-align: center; }
  .cta-banner .shape-divider--top { height: 25px; }
  .cta-banner .split { flex-direction: column-reverse; }
  .cta-banner-image { width: 200px; margin: 0 auto; }
}

/* --- Testimonials Section --- */

.testimonials-section {
  padding: 5em 0;
  background-color: var(--color-primary);
}

.testimonials-section .section-header h2,
.testimonials-section .section-header h6,
.testimonials-section .section-header p {
  color: var(--color-white);
}

/* --- Locations Section --- */

.vendors-section {
  padding: 5em 0;
  background-color: var(--color-white);
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.location-card {
  background-color: var(--color-light-gray);
  border-radius: var(--border-radius-card);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:nth-child(1) { background-color: var(--color-bear-zone); }
.location-card:nth-child(2) { background-color: var(--color-rabbit-zone); }
.location-card:nth-child(3) { background-color: var(--color-frog-zone); }

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(27, 46, 166, 0.1);
}

.location-card .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-white);
  margin-bottom: 6px;
}

.location-card h5 {
  color: var(--color-navy);
  font-size: 20px;
}

.location-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.location-card .btn {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-primary);
}

@media (max-width: 1024px) {
  .location-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .location-cards { grid-template-columns: 1fr; }
}
