@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;600;800&display=swap');

@font-face {
  font-family: "Ranille";
  src: url("/assets/fonts/ranille/ranille-normal-regular.woff2") format("woff2"),
       url("/assets/fonts/ranille/ranille-normal-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent-orange: #d14019;
  --accent-orange-dark: #fa8c20;
  --sand: #f9f7f4;
}

body {
  background:#f9f7f4;
  color: #1f2937;
}





p {

  margin-bottom: 1em;
    color: #756a63;
}

header p {
  color: #27221e;
  margin-bottom: 0px;
}

a:hover {
  color: #d14019;
}


.noto {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

.noto-semibold {
  font-family: "Noto Serif", serif;
  font-weight: 600;
}

.noto-bold {
  font-family: "Noto Serif", serif;
  font-weight: 800;
}
.text-orange {
  color:#d14019;
}

.text-brown {
  color: #27221e;
}

.text-sand {
  color: #756a63;
}

.bg-sand {
  background-color: #f9f7f4;
}

.bg-brown {
  background-color: #27221e;
}
.ranille {
  font-family: "Ranille", sans-serif;
}

/* Hero section styling */
.hero-section {
  background: linear-gradient(135deg, #376e55 0%, #1f3a2f 100%);
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

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

.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
  opacity: 0;
}



.site-footer {
  background-color: #27221e;
  color: #d9d9d9;
}

.site-footer a,
.site-footer p,
.site-footer span {
  color: inherit;
}

.site-footer h4 {
  color: #EA6F31;
}

/* Header sticky */
header.sticky {
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Breadcrumb styling */
.breadcrumb-section {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.3rem 0;
  margin: 0 !important;
}

/* Override Flux container padding for breadcrumb */
.breadcrumb-section + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* More aggressive override for Flux generated containers */
[grid-area="main"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  padding: 0.25rem 0;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .breadcrumb {
    font-size: 0.7rem;
    gap: 0.25rem;
  }
}

@media (max-width: 480px) {
  .breadcrumb {
    font-size: 0.65rem;
    gap: 0.15rem;
  }

  .breadcrumb-separator {
    font-size: 1rem;
  }
}

.breadcrumb-link {
  color: #746961;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover {
  color: #d14019;
}

.breadcrumb-separator {
  color: #746961;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-3px);
}

.breadcrumb-current {
  color: #1f2937;
}

.site-footer .footer-muted {
  color: #d9d9d9;
  opacity: 0.7;
}

.site-footer .footer-border {
  border-color: rgba(217, 217, 217, 0.2);
}

.province-section {
  background-color: #376e55;
}

.province-button {
  background-color: #487b63;
  border-radius: 9999px;
  transition: all 0.3s ease;
}

.province-button:hover {
  background-color: #3d6651;
  box-shadow: 0 4px 12px rgba(72, 123, 99, 0.3);
}

.reviews-stars {
  color: var(--accent-orange);
}

.reviews-rating-text {
  color: #6b7280;
}

.review-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--accent-orange);
}

.review-text {
  color: #4b5563;
}

.review-location {
  color: #6b7280;
}

/* Occasion cards styling */
/* Occasions section styling */
.occasions-section {
  background-color: #f9f7f4;
}

.occasion-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.occasion-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--accent-orange);
}

.occasion-card h3:hover {
  color: var(--accent-orange);
}

/* Province cards styling */
.province-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.province-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-orange);
}

.province-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.province-card h3:hover {
  color: var(--accent-orange);
}

/* Steps section styling */
.steps-section {
  background-color: #f9f7f4;
}

.step-icon-wrapper {
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
}

.step-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  background-color: rgba(249, 115, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.step-number {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--accent-orange);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* USP cards styling */
.usp-section {
  background-color: #f9f7f4;
}

.usp-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.usp-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-orange);
}

.usp-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* Package cards styling */
.packages-section {
  background-color: #f3f4f6;
}

.package-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.package-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-orange);
  transform: translateY(-2px);
}

.package-badge {
  display: inline-block;
  background-color: #27221e;
  color: #d9d9d9;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.package-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--accent-orange);
  margin-bottom: 0.5rem;
}

.package-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #f3f4f6;
  color: #1f2937;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.package-btn:hover {
  background-color: var(--accent-orange);
  color: #ffffff;
  border-color: var(--accent-orange);
}

/* Call-to-action button styling */
.cta-button {
  background-color: var(--accent-orange);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: var(--accent-orange-dark);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}

/* Footer links hover effect */
.site-footer a {
  transition: all 0.2s ease;
}

.site-footer a:hover {
  color: var(--accent-orange);
}
/* Hero Section Styles */
.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/bbq-hero.jpg') center/cover no-repeat;
  min-height: 600px;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(55, 110, 85, 0.8) 0%, rgba(31, 58, 47, 0.8) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content-wrapper {
  animation: fadeInUp 0.8s ease-out forwards;
}

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.hero-badge svg {
  height: 0.875rem;
  width: 0.875rem;
  color: var(--accent-orange);
  fill: currentColor;
}

.hero-title {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  max-width: 42rem;
}

@media (min-width: 768px) {
  .hero-description {
    font-size: 1.25rem;
  }
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.hero-btn-primary:hover {
  opacity: 0.9;
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.4);
  transform: translateY(-2px);
}

.hero-btn-primary svg {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.hero-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.hero-stars {
  display: flex;
  gap: 0;
}

.hero-stars svg {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  color: #fbbf24;
}

.hero-stat-text {
  font-weight: 600;
}

.bg-gradient-hero {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.gradient-ember {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);
}

/* Hero Section with Parallax Styling */
.hero-section-parallax {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

/* Responsive height for different breakpoints */
@media (min-width: 768px) {
  .hero-section-parallax {
    min-height: 60vh;
  }
}

@media (min-width: 1024px) {
  .hero-section-parallax {
    min-height: 60vh;
  }
}

/* Parallax image effect */
.hero-parallax-image {
  position: absolute;
  inset: 0;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@supports (background-attachment: fixed) {
  .hero-section-parallax {
    background-attachment: fixed;
  }
}

/* Fallback for browsers that don't support background-attachment: fixed */
@supports not (background-attachment: fixed) {
  .hero-section-parallax {
    background-attachment: scroll;
  }
}

/* List styling */
ul:not(nav ul) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: disc;
}

ul:not(nav ul) li {
  margin-bottom: 0.5em;
}

ol:not(nav ol) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: decimal;
}

ol:not(nav ol) li {
  margin-bottom: 0.5em;
}

.content-page {
      background:#f9f7f4;
      color: #27221E;
    }

    .content-page p {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .content-page h3 {
        margin-top: 1.25em;
        margin-bottom: 0.5em;
        font-size: 1.25em;
        font-weight: bold;
    }

