html {
  scroll-behavior: smooth;
}

.wanhahella-page {
  background: var(--bgColor3, #f7f3ec);
  color: var(--bodyTextColor, #1a1a1a);
}

.wanha-header {
  position: relative;
  z-index: 20;
}

.wanha-header .navbar {
  background: var(--primary, #5a0f20);
  padding: 18px 0;
  transition: box-shadow .25s ease, padding .25s ease;
}

.wanha-header.is-sticky .navbar {
  box-shadow: 0 8px 24px rgba(26, 26, 26, .16);
  padding: 10px 0;
}

.wanha-brand {
  color: var(--bgColor3, #f7f3ec);
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.wanha-brand:hover {
  color: var(--bgColor3, #f7f3ec);
}

.wanha-brand__eyebrow {
  color: var(--secondaryColor, #ec7918);
  font-family: var(--main-font-family, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.wanha-brand__name,
.wanha-footer__brand {
  font-family: var(--heading-font-family, serif);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: .02em;
}

.wanha-header .navbar-nav {
  align-items: center;
  gap: 1px;
}

.wanha-header .navbar-nav .nav-link {
  color: var(--bgColor3, #f7f3ec);
  font-family: var(--main-font-family, sans-serif);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 10px;
  text-transform: none;
}

.wanha-header .navbar-nav .nav-link:hover,
.wanha-header .navbar-nav .nav-link.active {
  color: var(--secondaryColor, #ec7918);
}

.wanha-nav-item--has-children {
  position: relative;
}

.wanha-header .wanha-nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  gap: 3px;
}

.wanha-header .wanha-nav-toggle i {
  font-size: 17px;
  transition: transform .2s ease;
}

.wanha-nav-item--has-children.is-open .wanha-nav-toggle,
.wanha-nav-item--has-children.is-open .wanha-nav-toggle i {
  color: var(--secondaryColor, #ec7918);
}

.wanha-nav-item--has-children.is-open .wanha-nav-toggle i {
  transform: rotate(180deg);
}

.wanha-dropdown-menu {
  background: var(--bgColor3, #f7f3ec);
  border-top: 3px solid var(--secondaryColor, #ec7918);
  box-shadow: 0 18px 38px rgba(26, 26, 26, .2);
  display: none;
  list-style: none;
  margin: 0;
  min-width: 235px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
}

.wanha-nav-item--has-children.is-open .wanha-dropdown-menu {
  display: block;
}

.wanha-dropdown-menu a {
  color: var(--bodyTextColor, #1a1a1a);
  display: block;
  font-family: var(--main-font-family, sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 19px;
  text-decoration: none;
}

.wanha-dropdown-menu a:hover,
.wanha-dropdown-menu a:focus-visible {
  background: var(--bgColor, #f4e8d4);
  color: var(--primary, #5a0f20);
}

.wanha-nav-link--utility span {
  color: var(--secondaryColor, #ec7918);
  display: block;
  font-size: 10px;
  letter-spacing: .06em;
  margin-top: 2px;
  text-transform: uppercase;
}

.wanha-header .navbar-toggler {
  border-color: rgba(247, 243, 236, .45);
}

.wanha-header .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(236, 121, 24, .35);
}

.wanha-header .burger-menu span {
  background: var(--bgColor3, #f7f3ec);
}

.wanha-hero {
  background-color: var(--primary, #5a0f20);
  background-position: center;
  background-size: cover;
}

.wanha-hero::before {
  background: linear-gradient(90deg, rgba(26, 26, 26, .84), rgba(26, 26, 26, .34));
  z-index: 0;
}

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

.wanha-kicker,
.wanha-contact-cta .sub {
  color: var(--secondaryColor, #ec7918);
  display: block;
  font-family: var(--main-font-family, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.wanha-hero h1 {
  max-width: 830px;
}

.wanha-hero__lead {
  font-size: 19px;
  line-height: 1.65;
}

.wanha-section-heading {
  margin: 0 auto 72px;
  max-width: 760px;
}

.wanha-section-heading .sub {
  color: var(--secondaryColor, #ec7918);
  display: block;
  font-family: var(--main-font-family, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.wanha-section-heading h2 {
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.05;
}

.wanha-pathways {
  background: var(--whiteColor, #fff);
}

.wanha-pathways .restaurant-features-card,
.wanha-steps .restaurant-features-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}

.wanha-feature-link {
  align-items: center;
  color: var(--primary, #5a0f20);
  display: inline-flex;
  font-family: var(--main-font-family, sans-serif);
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  margin-top: 25px;
  text-decoration: none;
}

.wanha-feature-link:hover {
  color: var(--secondaryColor, #ec7918);
}

.wanha-feature-link i {
  font-size: 19px;
}

.wanha-intro {
  background: var(--bgColor3, #f7f3ec);
}

.wanha-media-frame {
  background: var(--primary, #5a0f20);
  display: block;
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.wanha-media-frame::after {
  border: 1px solid rgba(247, 243, 236, .62);
  content: "";
  inset: 16px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.wanha-media-frame img {
  border-radius: 0;
  display: block;
  filter: none;
  height: 510px;
  object-fit: cover;
  width: 100%;
}

.wanha-copy,
.wanha-section-lead {
  font-size: 18px;
  line-height: 1.75;
}

.wanha-section-lead {
  margin: 20px auto 0;
  max-width: 720px;
}

.wanha-text-link {
  align-items: center;
  color: var(--primary, #5a0f20);
  display: inline-flex;
  font-family: var(--main-font-family, sans-serif);
  font-weight: 700;
  gap: 8px;
  margin-top: 24px;
  text-decoration: none;
}

.wanha-text-link:hover {
  color: var(--secondaryColor, #ec7918);
}

.wanha-services {
  background: var(--bgColor, #f4e8d4);
  padding: 130px 0;
}

.wanha-services .cafe-menu-items .item {
  background: var(--bgColor3, #f7f3ec);
  margin-bottom: 0;
  padding: 70px;
  position: relative;
  top: auto;
}

.wanha-services .cafe-menu-items .item .cafe-menu-image {
  margin-left: 38px;
}

.wanha-catering-content .top {
  margin-bottom: 35px !important;
}

.wanha-catering-content .top .sub {
  color: var(--secondaryColor, #ec7918);
  display: block;
  font-family: var(--main-font-family, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  margin: 0 0 13px !important;
  text-transform: uppercase;
}

.wanha-catering-content .top h2 {
  font-size: clamp(38px, 4vw, 55px) !important;
  line-height: 1.05;
  margin-bottom: 17px !important;
}

.wanha-catering-content .wanha-section-lead {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.wanha-catering-content .list li {
  align-items: flex-start !important;
  border-top: 1px solid rgba(90, 15, 32, .18);
  gap: 20px !important;
  margin: 0 !important;
  padding: 20px 0;
}

.wanha-catering-content .list li:last-child {
  border-bottom: 1px solid rgba(90, 15, 32, .18);
}

.wanha-menu-item-copy h5 {
  color: var(--primary, #5a0f20);
  font-size: 25px !important;
  margin-bottom: 7px !important;
}

.wanha-menu-item-copy p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.wanha-catering-content .list > li > i {
  color: var(--secondaryColor, #ec7918);
  font-size: 24px;
  margin-top: 2px;
}

.wanha-catering-image {
  min-height: 475px;
  overflow: hidden;
}

.wanha-catering-image img {
  display: block;
  height: 475px !important;
  object-fit: cover;
  width: 100%;
}

.wanha-occasions {
  background: var(--whiteColor, #fff);
}

.wanha-occasions .section-title h2 {
  color: var(--bodyTextColor, #1a1a1a);
}

.wanha-occasion-image {
  height: 100%;
  min-height: 540px;
}

.wanha-occasion-image img {
  border-radius: 0;
  display: block;
  height: 540px;
  object-fit: cover;
  width: 100%;
}

.wanha-occasion-content {
  margin-left: 0;
}

.wanha-steps {
  background: var(--bgColor, #f4e8d4);
}

.wanha-steps .restaurant-features-card::before {
  background-color: rgba(90, 15, 32, .18);
}

.wanha-step-number {
  color: var(--secondaryColor, #ec7918);
  font-family: var(--heading-font-family, serif);
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 38px;
}

.wanha-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.wanha-chip-grid span {
  background: var(--bgColor3, #f7f3ec);
  border: 1px solid rgba(90, 15, 32, .16);
  border-radius: 999px;
  color: var(--primary, #5a0f20);
  font-family: var(--main-font-family, sans-serif);
  font-weight: 700;
  padding: 13px 19px 10px;
}

.wanha-calculator {
  background: var(--primary, #5a0f20);
  color: var(--bgColor3, #f7f3ec);
  padding: 92px 0;
}

.wanha-calculator h2,
.wanha-calculator p {
  color: inherit;
}

.wanha-calculator h2 {
  font-size: clamp(38px, 4vw, 58px);
  max-width: 680px;
}

.wanha-calculator p {
  font-size: 18px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 680px;
}

.wanha-calculator__inner {
  align-items: center;
  display: flex;
  gap: 38px;
  justify-content: space-between;
}

.wanha-calculator .default-btn {
  flex: 0 0 auto;
}

.wanha-contact-cta {
  background: var(--bgColor3, #f7f3ec);
}

.wanha-contact-cta h2 {
  font-size: clamp(42px, 5vw, 70px);
  margin: 0 auto 18px;
  max-width: 800px;
}

.wanha-contact-cta p {
  font-size: 18px;
  margin: 0 auto 28px;
  max-width: 650px;
}

.wanha-contact-cta--compact {
  padding: 0 0 115px;
}

.wanha-page-banner {
  background-color: var(--primary, #5a0f20);
}

.wanha-page-banner::before {
  background: rgba(26, 26, 26, .54);
}

.wanha-page-banner .wanha-kicker {
  margin-bottom: 10px;
}

.wanha-page-banner h1 {
  color: var(--bgColor3, #f7f3ec);
  font-size: clamp(52px, 8vw, 95px);
  line-height: 1;
  margin: 0;
}

.wanha-contact-information {
  background: var(--primary, #5a0f20);
  color: var(--bgColor3, #f7f3ec);
  height: 100%;
  padding: 90px 58px;
}

.wanha-contact-information h2,
.wanha-contact-information p {
  color: inherit;
}

.wanha-contact-information .info-items .item {
  border-top: 1px solid rgba(247, 243, 236, .22);
  margin-top: 30px;
  padding-top: 25px;
}

.wanha-contact-information .info-items p {
  line-height: 1.7;
  margin: 0;
}

.wanha-contact-address {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 18px;
  gap: 8px;
  line-height: 1.45;
  text-decoration: none;
}

.wanha-contact-address:hover {
  color: var(--secondaryColor, #ec7918);
}

.wanha-contact-information .info-items .item .list li,
.wanha-contact-information .info-items .item .list li a {
  color: inherit;
}

.wanha-contact-information .info-items .item .list li {
  align-items: baseline;
  display: flex;
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.wanha-contact-information .info-items .item .list li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wanha-contact-information .info-items .item .list li a:hover {
  color: var(--secondaryColor, #ec7918);
}

.wanha-contact-panel {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.wanha-contact-panel__note {
  align-items: flex-start;
  background: rgba(90, 15, 32, .08);
  border-left: 4px solid var(--secondaryColor, #ec7918);
  display: flex;
  gap: 14px;
  margin-top: 32px;
  padding: 22px;
}

.wanha-contact-panel__note i {
  color: var(--primary, #5a0f20);
  font-size: 25px;
}

.wanha-contact-panel__note p {
  line-height: 1.65;
  margin: 0;
}

.wanha-contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.wanha-contact-actions .wanha-text-link {
  margin-top: 0;
}

.wanha-not-found {
  background: var(--bgColor3, #f7f3ec);
  min-height: 62vh;
  padding: 170px 0;
}

.wanha-not-found h1 {
  font-size: clamp(48px, 7vw, 84px);
}

.wanha-not-found p {
  font-size: 18px;
  margin: 15px auto 32px;
}

.wanha-footer {
  background: #1a1a1a;
  color: var(--bgColor3, #f7f3ec);
  padding: 78px 0 34px;
}

.wanha-footer .footer-overview {
  border-bottom-color: rgba(247, 243, 236, .17);
  padding-bottom: 42px;
}

.wanha-footer .footer-overview p {
  color: rgba(247, 243, 236, .75);
  margin: 12px 0 0;
  max-width: 510px;
}

.wanha-footer__contact {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--main-font-family, sans-serif);
  font-size: 14px;
  font-style: normal;
  gap: 8px 20px;
  margin-top: 22px;
}

.wanha-footer__contact a {
  color: var(--bgColor3, #f7f3ec);
  text-decoration: none;
}

.wanha-footer__contact a:hover {
  color: var(--secondaryColor, #ec7918);
}

.wanha-footer__brand {
  color: var(--bgColor3, #f7f3ec);
  text-decoration: none;
}

.wanha-footer__brand:hover {
  color: var(--secondaryColor, #ec7918);
}

.wanha-footer__cta {
  text-align: right;
}

.wanha-footer .footer-links {
  margin: 31px 0 22px;
}

.wanha-footer .footer-links a {
  color: var(--bgColor3, #f7f3ec);
  text-transform: none;
}

.wanha-footer__copyright {
  color: rgba(247, 243, 236, .6);
  font-size: 13px;
  margin: 0;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .wanha-header .navbar-collapse {
    margin-top: 16px;
  }

  .wanha-header .navbar-nav {
    border-top: 1px solid rgba(247, 243, 236, .18);
    padding-top: 12px;
  }

  .wanha-header .navbar-nav .nav-link {
    padding-left: 0;
  }

  .wanha-header .navbar-nav {
    align-items: stretch;
    gap: 0;
  }

  .wanha-header .navbar-nav .nav-link {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .wanha-header .wanha-nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .wanha-dropdown-menu {
    background: rgba(90, 15, 32, .06);
    border-left: 2px solid var(--secondaryColor, #ec7918);
    border-top: 0;
    box-shadow: none;
    margin: 0 0 5px;
    min-width: 0;
    padding: 4px 0;
    position: static;
  }

  .wanha-dropdown-menu a {
    color: var(--primary, #5a0f20);
    font-size: 14px;
    padding: 9px 14px;
  }

  .wanha-dropdown-menu a:hover,
  .wanha-dropdown-menu a:focus-visible {
    background: rgba(90, 15, 32, .1);
    color: var(--secondaryColor, #ec7918);
  }

  .wanha-nav-link--utility span {
    display: inline;
    font-size: 11px;
    margin-left: 6px;
  }

  .wanha-hero {
    padding-top: 145px;
    padding-bottom: 115px;
  }

  .wanha-contact-information,
  .wanha-contact-panel {
    padding: 55px 35px;
  }

  .wanha-contact-panel {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .wanha-section-heading {
    margin-bottom: 45px;
  }

  .wanha-intro .row {
    --bs-gutter-x: 1.5rem;
  }

  .wanha-occasions .row {
    --bs-gutter-x: 1.5rem;
  }

  .wanha-media-frame {
    min-height: 390px;
  }

  .wanha-media-frame img {
    height: 390px;
  }

  .wanha-services {
    padding: 85px 0;
  }

  .wanha-services .cafe-menu-items .item {
    padding: 40px 26px;
  }

  .wanha-services .cafe-menu-items .item .cafe-menu-image {
    margin-left: 0;
  }

  .wanha-catering-image,
  .wanha-catering-image img {
    height: 350px !important;
    min-height: 350px;
  }

  .wanha-occasion-image,
  .wanha-occasion-image img {
    height: 430px;
    min-height: 430px;
  }

  .wanha-step-number {
    font-size: 48px;
    margin-bottom: 22px;
  }

  .wanha-contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wanha-chip-grid {
    gap: 8px;
  }

  .wanha-chip-grid span {
    font-size: 13px;
    padding: 11px 14px 9px;
  }

  .wanha-calculator__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .wanha-footer__cta {
    text-align: left;
  }
}
