@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;600;800&display=swap");
@font-face {
  font-display: swap;
  font-family: Ranille;
  font-style: normal;
  font-weight: 400;
  src:
    url(/assets/fonts/ranille/ranille-normal-regular.woff2) format("woff2"),
    url(/assets/fonts/ranille/ranille-normal-regular.woff) format("woff");
}
:root {
  --accent-orange: #204f3d;
  --accent-orange-dark: #fa8c20;
  --sand: #f9f7f4;
}
body {
  background: #f9f7f4;
  color: #1f2937;
}
p {

  margin-bottom: 1em;
}
header p {
  color: #27221e;
  margin-bottom: 0;
}
.noto {
  font-weight: 400;
}
.noto,
.noto-semibold {
  font-family: "Noto Serif", serif;
}
.noto-semibold {
  font-weight: 600;
}
.noto-bold {
  font-family: "Noto Serif", serif;
  font-weight: 800;
}
.text-orange {
  color: #204f3d;
}
.text-brown {
  color: #27221e;
}
.text-sand {
  color: #204F3D;
}
.bg-sand {
  background-color: #f9f7f4;
}
.bg-brown {
  background-color: #27221e;
}
.ranille {
  font-family: Ranille, sans-serif;
}
.hero-section {
  background: linear-gradient(135deg, #376e55, #1f3a2f);
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  inset: 0;
  position: absolute;
  z-index: 1;
}
@keyframes fadeIn {
  0% {
    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: #204F3D;
  color: #d9d9d9;
}
.site-footer a,
.site-footer p,
.site-footer span {
  color: inherit;
}

.site-footer a:hover {
  color: #739387 !important;
}
.site-footer h4 {
  color: #739387;
}
header.sticky {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}
.breadcrumb-section {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  margin: 0 !important;
  padding: 0.3rem 0;
}
.breadcrumb-section + *,
[grid-area="main"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
@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: #204f3d;
}
.breadcrumb-separator {
  align-items: center;
  color: #746961;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  line-height: 1;
  transform: translateY(-3px);
}
.breadcrumb-current {
  color: #1f2937;
}
.site-footer .footer-muted {
  color: #d9d9d9;
  opacity: 0.7;
}
.site-footer .footer-border {
  border-color: hsla(0, 0%, 85%, 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: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  cursor: pointer;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.review-card:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.review-text {
  color: #4b5563;
}
.review-location {
  color: #6b7280;
}
.occasions-section {
  background-color: #f9f7f4;
}
.occasion-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  color: inherit;
  display: block;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.occasion-card:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.occasion-card h3:hover {
  color: var(--accent-orange);
}
.province-card {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  color: inherit;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.province-card:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.province-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.province-card h3:hover {
  color: var(--accent-orange);
}
.steps-section {
  background-color: #f9f7f4;
}
.step-icon-wrapper {
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
}
.step-icon {
  background-color: rgba(249, 115, 22, 0.1);
  border-radius: 0.5rem;
  font-size: 1.75rem;
  height: 4rem;
  width: 4rem;
}
.step-icon,
.step-number {
  align-items: center;
  display: flex;
  justify-content: center;
}
.step-number {
  background-color: var(--accent-orange);
  border-radius: 50%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1.75rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 1.75rem;
}
.usp-section {
  background-color: #f9f7f4;
}
.usp-card {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.usp-card:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.usp-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.packages-section {
  background-color: #f3f4f6;
}
.package-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
}
.package-card:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.package-badge {
  background-color: #27221e;
  border-radius: 0.25rem;
  color: #d9d9d9;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
}
.package-price {
  color: var(--accent-orange);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.package-btn {
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #1f2937;
  display: inline-block;
  font-weight: 500;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.package-btn:hover {
  border-color: var(--accent-orange);
  color: #fff;
}
.cta-button,
.package-btn:hover {
  background-color: var(--accent-orange);
}
.cta-button {
  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);
}
.site-footer a {
  transition: all 0.2s ease;
}
.site-footer a:hover {
  color: var(--accent-orange);
}
.hero-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/images/bbq-hero.jpg) 50% / cover no-repeat;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.hero-section:before {
  background: linear-gradient(
    135deg,
    rgba(55, 110, 85, 0.8),
    rgba(31, 58, 47, 0.8)
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hero-content {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-content-wrapper {
  animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-badge {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 9999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.375rem 1rem;
}
.hero-badge svg {
  color: var(--accent-orange);
  fill: currentColor;
  height: 0.875rem;
  width: 0.875rem;
}
.hero-title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
  }
}
.hero-description {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 1.125rem;
  line-height: 1.6;
  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 {
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--accent-orange) 0,
    var(--accent-orange-dark) 100%
  );
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn-primary:hover {
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.4);
  opacity: 0.9;
  transform: translateY(-2px);
}
.hero-btn-primary svg {
  height: 1rem;
  margin-left: 0.5rem;
  width: 1rem;
}
.hero-btn-secondary {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 0.5rem;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn-secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-color: hsla(0, 0%, 100%, 0.5);
}
.hero-stats {
  color: hsla(0, 0%, 100%, 0.9);
  flex-wrap: wrap;
  gap: 1.5rem;
}
.hero-stat-item,
.hero-stats {
  align-items: center;
  display: flex;
}
.hero-stat-item {
  font-size: 0.875rem;
  gap: 0.5rem;
}
.hero-stars {
  display: flex;
  gap: 0;
}
.hero-stars svg {
  color: #fbbf24;
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}
.hero-stat-text {
  font-weight: 600;
}
.bg-gradient-hero {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
}
.gradient-ember {
  background: linear-gradient(
    135deg,
    var(--accent-orange) 0,
    var(--accent-orange-dark) 100%
  );
}
.hero-section-parallax {
  align-items: center;
  display: flex;
  min-height: 60vh;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero-section-parallax {
    min-height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hero-section-parallax {
    min-height: 60vh;
  }
}
.hero-parallax-image {
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  display: block;
  inset: 0;
  position: absolute;
}
@supports (background-attachment: fixed) {
  .hero-section-parallax {
    background-attachment: fixed;
  }
}
@supports not (background-attachment: fixed) {
  .hero-section-parallax {
    background-attachment: scroll;
  }
}
ul:not(nav ul) {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 1.5em;
}
ul:not(nav ul) li {
  margin-bottom: 0.5em;
}
ol:not(nav ol) {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 1.5em;
}
ol:not(nav ol) li {
  margin-bottom: 0.5em;
}
.content-page {
  background: #f9f7f4;
  color: #27221e;
}
.content-page p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.content-page h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 1.25em;
}
