@charset "UTF-8";
/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
/* Pluto Sans - local + self-hosted fallback
   Place font files in `css/fonts/` (woff2 preferred). Example files:
   - pluto-sans-400.woff2
   - pluto-sans-400.woff
   - pluto-sans-700.woff2
   - pluto-sans-700.woff
*/
@font-face {
  font-family: "Pluto Sans";
  src: local("Pluto Sans Regular"), local("PlutoSans-Regular"), url("fonts/pluto-sans-400.woff2") format("woff2"), url("fonts/pluto-sans-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pluto Sans";
  src: local("Pluto Sans Bold"), local("PlutoSans-Bold"), url("fonts/pluto-sans-700.woff2") format("woff2"), url("fonts/pluto-sans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pluto Sans";
  src: local("Pluto Sans Black"), local("PlutoSans-Black"), url("fonts/PlutoSansBlack.woff2") format("woff2"), url("fonts/PlutoSansBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
    Variables
*/
/*
    Typography helpers generated from Figma tokens
*/
.type-display-11 {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 0.9;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.012em;
  text-transform: uppercase;
}

.type-display-10 {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 0.8;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.type-display-9 {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 0.9;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.type-display-8 {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 0.9;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.type-display-7 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  margin: 0;
}

.type-display-6 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin: 0;
}

.type-display-5 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}

.type-display-4 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

.type-display-3 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}

.type-display-2 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}

.type-display-1 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}

.type-paragraph-large {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.type-paragraph-medium {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.type-paragraph-default {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.type-paragraph-small {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}

.text--black {
  color: #000000;
}

.text--white {
  color: #ffffff;
}

.text--base {
  color: #f4f3ee;
}

.text--dark-green {
  color: #0f3622;
}

.text--forest {
  color: #305035;
}

.text--fern {
  color: #496b32;
}

.text--olive {
  color: #748f52;
}

.text--moss {
  color: #9bb782;
}

.text--mist {
  color: #95ada0;
}

.text--mint {
  color: #a0d5b3;
}

.text--haze {
  color: #d0e9d3;
}

.text--pohutukawa {
  color: #ab3b2e;
}

.text--rust {
  color: #c95e21;
}

.text--tangerine {
  color: #e37950;
}

.text--peach {
  color: #ef8f56;
}

.text--ochre {
  color: #c17123;
}

.text--tan {
  color: #c79d71;
}

.text--sunshine {
  color: #e0a23e;
}

.text--yellow {
  color: #f3ca67;
}

.text--midnight {
  color: #243143;
}

.text--teal {
  color: #1b6d7c;
}

.text--aqua {
  color: #33949b;
}

.text--turquoise {
  color: #9bd4d5;
}

.text--ocean {
  color: #14404f;
}

.text--cloud {
  color: #e1e8f6;
}

.text--purple {
  color: #413061;
}

.text--lilac {
  color: #dfc8e1;
}

.text--neutral-800 {
  color: #000000;
}

.text--neutral-700 {
  color: #3e3f43;
}

.text--neutral-600 {
  color: #868788;
}

.text--neutral-500 {
  color: #a5a6a7;
}

.text--neutral-400 {
  color: #cecece;
}

.text--neutral-300 {
  color: #e1e1e1;
}

.text--neutral-200 {
  color: #f7f7f7;
}

.text--neutral-100 {
  color: #ffffff;
}

.text--retail {
  color: #d0e9d3;
}

.text--retail-dark {
  color: #305035;
}

.text--visit {
  color: #dfc8e1;
}

.text--visit-dark {
  color: #413061;
}

.text--food {
  color: #f3ca67;
}

.text--food-dark {
  color: #c17123;
}

.text--whats-on {
  color: #9bd4d5;
}

.text--whats-on-dark {
  color: #14404f;
}

.text--offers {
  color: #ef8f56;
}

.text--offers-dark {
  color: #ab3b2e;
}

.text--giftcards {
  color: #e1e8f6;
}

.text--giftcards-dark {
  color: #243143;
}

@media (max-width: 767px) {
  .type-display-11 {
    font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 0.8;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }
  .type-display-10 {
    font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 0.9;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }
  .type-display-9 {
    font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 0.9;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }
  .type-display-8 {
    font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 0.9;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }
  .type-display-7 {
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin: 0;
  }
}
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

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

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-white {
  background-color: #ffffff !important;
}

.shadow-1 {
  box-shadow: 0px 0.5px 2px 0px rgba(25, 33, 61, 0.11);
}

.shadow-2 {
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}

.shadow-3 {
  box-shadow: 0px 2px 6px 0px rgba(25, 33, 61, 0.14);
}

.shadow-4 {
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
}

.shadow-5 {
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
}

.shadow-6 {
  box-shadow: 0px 22px 36px 0px rgba(25, 33, 61, 0.12);
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/**
 * Button Styles
 *
 * Base button reset and filled button component.
 * Uses CSS custom properties for easy color theming via parent context.
 */
.btn,
button,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s all;
  border: 0;
  text-transform: none;
  text-align: center;
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}

.btn-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background-color: var(--btn-bg, #000000);
  color: var(--btn-color, #ffffff);
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 18px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.3s ease;
}
.btn-filled:hover, .btn-filled:focus {
  background-color: color-mix(in srgb, var(--btn-bg, #000000) 65%, transparent);
  color: var(--btn-color, #ffffff);
}
.btn-filled svg {
  flex-shrink: 0;
}
.btn-filled--full {
  width: 100%;
}
.btn-filled--sm {
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  border-radius: 17px;
}
.btn-filled--lg {
  font-size: 16px;
  line-height: 22px;
  padding: 18px 22px;
  border-radius: 25px;
}
.btn-filled--white {
  --btn-bg: #ffffff;
  --btn-color: #000000;
}
.btn-filled--black {
  --btn-bg: #000000;
  --btn-color: #ffffff;
}

.nav-menu-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .nav-menu-wrapper {
    gap: 0;
  }
}

.hamburger-menu,
.search-trigger {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 150ms ease;
}
.hamburger-menu:hover,
.search-trigger:hover {
  opacity: 0.7;
}
.hamburger-menu svg,
.search-trigger svg {
  display: block;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 992px) {
  .hamburger-menu {
    display: flex;
  }
}

.search-trigger {
  margin-left: 18px;
}
@media screen and (max-width: 992px) {
  .search-trigger {
    display: flex;
    margin-left: 0;
  }
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-main li {
  margin-left: 30px;
}
.menu-main a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-header {
  display: flex;
  gap: 24px;
  align-items: stretch;
  height: 100%;
  /* Active/current menu item */
  /* Mega menu triggers - add chevron icon */
  /* Rotate chevron when mega menu is active */
  /* Highlight trigger when mega menu is open */
}
.menu-header li {
  margin-left: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-header a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: color 150ms ease, box-shadow 150ms ease;
  /* apply Display-3 typography from tokens */
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}
.menu-header a:hover, .menu-header a:focus {
  color: #ffffff;
  box-shadow: inset 0 -6px 0 0 #ffffff;
  outline: none;
}
.menu-header .current-menu-item > a,
.menu-header .current_page_item > a {
  color: #ffffff;
  font-weight: 800;
  box-shadow: inset 0 -6px 0 0 #ffffff;
}
.menu-header .visit-mega-menu > a,
.menu-header .whats-on-mega-menu > a {
  gap: 6px;
}
.menu-header .visit-mega-menu > a::after,
.menu-header .whats-on-mega-menu > a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M11.75 0.750003L6.25 6.67308L0.75 0.750003' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.menu-header .visit-mega-menu.is-active > a::after,
.menu-header .whats-on-mega-menu.is-active > a::after {
  transform: rotate(180deg);
}
.menu-header .visit-mega-menu.is-active > a,
.menu-header .whats-on-mega-menu.is-active > a {
  color: #ffffff;
  box-shadow: inset 0 -6px 0 0 #ffffff;
}
@media screen and (max-width: 992px) {
  .menu-header {
    display: none;
  }
}
.menu-footer {
  flex-direction: column;
}
.menu-footer li {
  margin-bottom: 10px;
  position: relative;
}
.menu-footer a {
  line-height: 1.428;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
}

body {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

.alert-banner {
  position: relative;
}
.alert-banner[data-bg=moss] {
  background-color: #9bb782;
}
.alert-banner[data-bg=turquoise] {
  background-color: #9bd4d5;
}
.alert-banner[data-bg=lilac] {
  background-color: #dfc8e1;
}
.alert-banner[data-bg=yellow] {
  background-color: #f3ca67;
}
.alert-banner[data-bg=haze] {
  background-color: #d0e9d3;
}
.alert-banner[data-bg=peach] {
  background-color: #ef8f56;
}
.alert-banner[data-bg=cloud] {
  background-color: #e1e8f6;
}
.alert-banner[data-bg=white] {
  background-color: #ffffff;
}
.alert-banner[data-bg=base] {
  background-color: #f4f3ee;
}
.alert-banner[data-bg=purple] {
  background-color: #413061;
}
.alert-banner[data-bg=dark-green] {
  background-color: #0f3622;
}
.alert-banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 48px;
  color: #0f3622;
  text-decoration: none;
}
.alert-banner__link:hover {
  text-decoration: underline;
}
.alert-banner__text {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.alert-banner__text strong {
  font-weight: 700;
}
.alert-banner[data-bg=purple] .alert-banner__link, .alert-banner[data-bg=dark-green] .alert-banner__link {
  color: #ffffff;
}
.alert-banner__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #0f3622;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-banner__close:hover {
  opacity: 0.7;
}
.alert-banner__close svg {
  display: block;
}
.alert-banner[data-bg=purple] .alert-banner__close, .alert-banner[data-bg=dark-green] .alert-banner__close {
  color: #ffffff;
}
.alert-banner.is-hidden {
  display: none;
}

.top-bar .container {
  height: 40px;
}
.top-bar a {
  display: flex;
  gap: 6px;
  color: #000000;
  font-weight: 400;
}
.top-bar a:hover {
  color: #0f3622;
}
@media screen and (max-width: 768px) {
  .top-bar a {
    justify-content: center;
    width: 100%;
  }
}
.top-bar .quick-links {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .top-bar .quick-links {
    display: none;
  }
}

header {
  background: #000000;
  position: relative;
}
header nav {
  height: 90px;
  position: relative;
  align-items: stretch !important;
}
@media screen and (max-width: 992px) {
  header nav {
    height: 72px;
  }
}
header nav .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  header nav .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
header nav .logo img {
  display: block;
  height: auto;
}
@media screen and (max-width: 992px) {
  header nav .logo img {
    height: 40px;
  }
}
header .search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #000000;
  padding: 48px 0;
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 100;
}
header .search-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .search-dropdown__form {
  position: relative;
  display: flex;
  align-items: center;
}
header .search-dropdown__input {
  flex: 1;
  height: 70px;
  padding: 0 24px;
  padding-right: 60px;
  border: none;
  border-radius: 20px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}
header .search-dropdown__input::placeholder {
  color: #000000;
}
header .search-dropdown__input:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  header .search-dropdown__input {
    height: 56px;
    font-size: 16px;
  }
}
header .search-dropdown__submit {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search-dropdown__submit:hover {
  opacity: 0.7;
}
header .search-dropdown__submit svg {
  display: block;
}

/**
 * Footer Styles
 *
 * Full-width black footer matching Figma design.
 * Desktop: 80px vertical padding, 2-column layout (signup + links)
 * Mobile: Stacked layout, 48px vertical padding
 */
.site-footer {
  background-color: #000000;
  color: #ffffff;
}

.footer-main {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .footer-main {
    padding: 48px 0;
  }
}

.footer-logo {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 48px;
  }
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  height: 64px;
  width: auto;
}
@media (max-width: 767px) {
  .footer-logo img {
    height: 52px;
  }
}

.footer-content {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1199px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.footer-signup {
  max-width: 355px;
}
@media (max-width: 1199px) {
  .footer-signup {
    max-width: 100%;
  }
}
.footer-signup .heading,
.footer-signup .description {
  color: #ffffff;
  margin: 0 0 24px 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .footer-links .column--contact {
    grid-column: 1/-1;
    margin-top: 16px;
  }
}
.footer-links .title {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin: 0 0 32px 0;
}
@media (max-width: 767px) {
  .footer-links .title {
    margin-bottom: 24px;
  }
}
.footer-links .title a {
  color: #ffffff;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}
.footer-links .title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 24px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-menu a:hover {
  opacity: 0.7;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact li {
  margin-bottom: 32px;
}
.footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-contact a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-contact a:hover {
  opacity: 0.7;
}
.footer-contact .label {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
}
.footer-contact .value {
  display: block;
  color: #ffffff;
}

.footer-bottom {
  padding: 32px 0 48px;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 24px 0;
  }
}
.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .footer-bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-bottom .left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .footer-bottom .left {
    align-items: center;
  }
}

.footer-social {
  display: flex;
  gap: 16px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  transform: scale(1.1);
}
.footer-social a svg {
  width: 12px;
  height: 12px;
}

.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-legal {
    justify-content: center;
  }
}
.footer-legal .copyright {
  color: #ffffff;
}
.footer-legal .menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-legal .menu li {
  display: flex;
  align-items: center;
}
.footer-legal .menu li::before {
  content: "|";
  margin: 0 8px;
  color: #ffffff;
  font-size: 12px;
}
.footer-legal .menu a {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.footer-legal .menu a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .footer-reviews {
    order: 3;
    margin-top: 16px;
  }
}
/**
 * Gravity Forms - Orbital Theme Overrides
 *
 * Styles for GF 2.9+ Orbital theme.
 * Uses high specificity to override Orbital's inline CSS custom properties.
 */
.gform_wrapper.gform-theme--orbital[data-form-index] {
  --gf-color-primary: #000000;
  --gf-color-primary-rgb: 0, 0, 0;
  --gf-label-font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
  --gf-label-font-size: 14px;
  --gf-label-font-weight: 700;
  --gf-label-line-height: 20px;
  --gf-label-color: #000000;
  --gf-label-space-y-sub: 12px;
  --gf-ctrl-font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
  --gf-ctrl-font-size: 14px;
  --gf-ctrl-line-height: 20px;
  --gf-ctrl-color: #000000;
  --gf-ctrl-color-placeholder: #868788;
  --gf-ctrl-bg-color: #ffffff;
  --gf-ctrl-border-color: #cecece;
  --gf-ctrl-border-width: 1px;
  --gf-ctrl-border-radius: 6px;
  --gf-ctrl-padding-x: 16px;
  --gf-ctrl-padding-y: 18px;
  --gf-ctrl-select-color: #000000;
  --gf-ctrl-choice-label-color: #000000;
  --gf-ctrl-btn-font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
  --gf-ctrl-btn-font-size: 14px;
  --gf-ctrl-btn-font-weight: 700;
  --gf-ctrl-btn-color: #ffffff;
  --gf-ctrl-btn-color-hover: #ffffff;
  --gf-ctrl-btn-bg-color: #000000;
  --gf-ctrl-btn-bg-color-hover: rgba(0, 0, 0, 0.65);
  --gf-ctrl-btn-border-color: #000000;
  --gf-ctrl-btn-border-color-hover: rgba(0, 0, 0, 0.65);
  --gf-ctrl-btn-border-radius: 20px;
  --gf-ctrl-btn-padding-x: 18px;
  --gf-ctrl-btn-padding-y: 14px;
  --gf-ctrl-border-color-focus: #000000;
  --gf-ctrl-focus-ring-color: rgba(0, 0, 0, 0.15);
  --gf-field-pg-row-gap: 24px;
  --gf-form-gap-y: 24px;
}

.gform_wrapper.gform-theme--orbital {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper.gform-theme--orbital .gfield_label,
.gform_wrapper.gform-theme--orbital .gform-field-label {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  color: #000000 !important;
  margin-bottom: 12px !important;
}
.gform_wrapper.gform-theme--orbital .gfield_required {
  color: #000000 !important;
}
.gform_wrapper.gform-theme--orbital input[type=text],
.gform_wrapper.gform-theme--orbital input[type=email],
.gform_wrapper.gform-theme--orbital input[type=tel],
.gform_wrapper.gform-theme--orbital input[type=url],
.gform_wrapper.gform-theme--orbital input[type=number],
.gform_wrapper.gform-theme--orbital input[type=password],
.gform_wrapper.gform-theme--orbital select,
.gform_wrapper.gform-theme--orbital textarea {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #cecece !important;
  border-radius: 6px !important;
  padding: 18px 16px !important;
}
.gform_wrapper.gform-theme--orbital input[type=text]::placeholder,
.gform_wrapper.gform-theme--orbital input[type=email]::placeholder,
.gform_wrapper.gform-theme--orbital input[type=tel]::placeholder,
.gform_wrapper.gform-theme--orbital input[type=url]::placeholder,
.gform_wrapper.gform-theme--orbital input[type=number]::placeholder,
.gform_wrapper.gform-theme--orbital input[type=password]::placeholder,
.gform_wrapper.gform-theme--orbital select::placeholder,
.gform_wrapper.gform-theme--orbital textarea::placeholder {
  color: #868788 !important;
}
.gform_wrapper.gform-theme--orbital input[type=text]:focus,
.gform_wrapper.gform-theme--orbital input[type=email]:focus,
.gform_wrapper.gform-theme--orbital input[type=tel]:focus,
.gform_wrapper.gform-theme--orbital input[type=url]:focus,
.gform_wrapper.gform-theme--orbital input[type=number]:focus,
.gform_wrapper.gform-theme--orbital input[type=password]:focus,
.gform_wrapper.gform-theme--orbital select:focus,
.gform_wrapper.gform-theme--orbital textarea:focus {
  border-color: #000000 !important;
  outline: none !important;
}
.gform_wrapper.gform-theme--orbital select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 10px !important;
}
.gform_wrapper.gform-theme--orbital .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gform-theme--orbital select.gfield_select,
.gform_wrapper.gform-theme--orbital select.large,
.gform_wrapper.gform-theme--orbital .ginput_container_select select {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  height: 38px !important;
  line-height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 40px !important;
}
.gform_wrapper.gform-theme--orbital select.gfield_select option,
.gform_wrapper.gform-theme--orbital select.large option,
.gform_wrapper.gform-theme--orbital .ginput_container_select select option {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.gform_wrapper.gform-theme--orbital select.gfield_select option:first-child,
.gform_wrapper.gform-theme--orbital select.gfield_select option[value=""],
.gform_wrapper.gform-theme--orbital select.gfield_select option:disabled,
.gform_wrapper.gform-theme--orbital select.large option:first-child,
.gform_wrapper.gform-theme--orbital select.large option[value=""],
.gform_wrapper.gform-theme--orbital select.large option:disabled,
.gform_wrapper.gform-theme--orbital .ginput_container_select select option:first-child,
.gform_wrapper.gform-theme--orbital .ginput_container_select select option[value=""],
.gform_wrapper.gform-theme--orbital .ginput_container_select select option:disabled {
  color: #868788 !important;
}
.gform_wrapper.gform-theme--orbital textarea {
  min-height: 92px !important;
  resize: vertical;
}
.gform_wrapper.gform-theme--orbital .gform_button,
.gform_wrapper.gform-theme--orbital input[type=submit],
.gform_wrapper.gform-theme--orbital button[type=submit] {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 14px 18px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gform_wrapper.gform-theme--orbital .gform_button:hover,
.gform_wrapper.gform-theme--orbital input[type=submit]:hover,
.gform_wrapper.gform-theme--orbital button[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.gform_wrapper.gform-theme--orbital .gform_footer,
.gform_wrapper.gform-theme--orbital .gform_page_footer {
  margin-top: 24px;
  padding: 0;
}

@media (max-width: 767px) {
  .section-form .gform_wrapper.gform-theme--orbital .gform_button,
  .section-form .gform_wrapper.gform-theme--orbital input[type=submit],
  .section-form .gform_wrapper.gform-theme--orbital button[type=submit] {
    width: 100%;
  }
}
.section-form .gform_wrapper.gform-theme--orbital .gform_button::after,
.section-form .gform_wrapper.gform-theme--orbital input[type=submit]::after,
.section-form .gform_wrapper.gform-theme--orbital button[type=submit]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6H9.5M9.5 6L6.5 3M9.5 6L6.5 9' stroke='%23fff' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.gform_wrapper.gform-theme--orbital .gfield_validation_message,
.gform_wrapper.gform-theme--orbital .validation_message {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #ab3b2e !important;
}
.gform_wrapper.gform-theme--orbital .gfield_error input,
.gform_wrapper.gform-theme--orbital .gfield_error select,
.gform_wrapper.gform-theme--orbital .gfield_error textarea {
  border-color: #ab3b2e !important;
}
.gform_wrapper.gform-theme--orbital .gfield_error .gfield_label {
  color: #ab3b2e !important;
}
.gform_wrapper.gform-theme--orbital .gform_submission_error {
  margin-bottom: 24px;
  padding: 16px;
  font-size: 14px;
  color: #ab3b2e;
  background-color: rgba(171, 59, 46, 0.1);
  border-radius: 6px;
}
.gform_wrapper.gform-theme--orbital .gform_confirmation_message {
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #305035;
  background-color: rgba(48, 80, 53, 0.1);
  border-radius: 20px;
  text-align: center;
}

.gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
}

/**
 * Hero Component Styles
 *
 * Generic hero styles with theme support via data-theme attribute.
 * Variants: --with-image (mobile bg image, desktop side image)
 * Uses nested selectors per project conventions.
 */
.hero {
  --hero-bg: #d0e9d3;
  --hero-accent: #305035;
  --hero-title-color: #305035;
  --btn-bg: #305035;
  --btn-color: #ffffff;
}
.hero[data-theme=food] {
  --hero-bg: #f3ca67;
  --hero-accent: #c17123;
  --hero-title-color: #c17123;
  --btn-bg: #c17123;
  --btn-color: #ffffff;
}
.hero[data-theme=offer] {
  --hero-bg: #ef8f56;
  --hero-accent: #ab3b2e;
  --hero-title-color: #ab3b2e;
  --btn-bg: #ab3b2e;
  --btn-color: #ffffff;
}
.hero[data-theme=offer] .hero-hours {
  margin-bottom: 24px;
}

.hero {
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .hero {
    background-color: var(--hero-bg);
  }
}
.hero--with-image .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  overflow: hidden;
}
.hero--with-image .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--with-image .grid {
  position: relative;
  z-index: 1;
  padding-top: min(330px, 40vh);
  padding-bottom: 32px;
}
.hero--with-image.hero--no-image .grid {
  padding-top: 80px;
}
.hero--with-image .card {
  background-color: var(--hero-bg);
  border-radius: 20px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero--with-image .side-image {
  display: none;
}
@media (min-width: 992px) {
  .hero--with-image .background {
    display: none;
  }
  .hero--with-image .grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 140px;
    gap: 32px;
  }
  .hero--with-image .card {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    align-items: flex-start;
    text-align: left;
    max-width: 470px;
  }
  .hero--with-image .side-image {
    display: block;
    flex-shrink: 0;
    width: 542px;
    height: 340px;
  }
  .hero--with-image .side-image-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
  }
}
.hero .card .btn-filled {
  width: 100%;
}
@media (min-width: 992px) {
  .hero .card .btn-filled {
    width: auto;
  }
}

.hero-title {
  color: var(--hero-title-color);
  margin: 32px 0 24px;
}
@media (min-width: 992px) {
  .hero-title {
    font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 0.8;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
}

.hero-logo {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  width: 140px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .hero-logo {
    margin-bottom: 0px;
  }
}
.hero-logo .image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hero-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}
.hero-hours svg {
  flex-shrink: 0;
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 24px;
}
.hero-location svg {
  flex-shrink: 0;
}

.hero--store-directory {
  position: relative;
  background-color: #ffffff;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .hero--store-directory {
    padding: 80px 0 0;
  }
}
.hero--store-directory[data-theme=yellow] {
  background-color: #f3ca67;
}
.hero--store-directory[data-theme=yellow] .title {
  color: #c17123;
}
.hero--store-directory .paper-rip {
  display: block;
}
.hero--store-directory .title {
  color: #000000;
  margin: 0 0 48px;
}
.hero--store-directory .form-row {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .hero--store-directory .form-row {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero--store-directory .search {
    flex: 1;
  }
}
.hero--store-directory .controls-row {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
}
.hero--store-directory .sort {
  flex: 1;
}
@media (min-width: 1200px) {
  .hero--store-directory .sort {
    flex: none;
    width: 260px;
  }
}
.hero--store-directory .sort--full-width {
  flex: none;
  width: 100%;
}
.hero--store-directory .filters {
  flex: 1;
}
.hero--store-directory .label {
  display: block;
  color: #000000;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .hero--store-directory .label {
    margin-bottom: 8px;
  }
}
.hero--store-directory .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.hero--store-directory input.input {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 0 48px 0 16px;
  box-sizing: border-box;
}
.hero--store-directory input.input:focus {
  outline: none;
  border-color: #305035;
}
.hero--store-directory input.input::placeholder {
  color: #000000;
}
.hero--store-directory .search-icon {
  position: absolute;
  right: 16px;
  color: #000000;
  pointer-events: none;
}
.hero--store-directory .clear-btn {
  position: absolute;
  right: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: #e1e1e1;
  border: none;
  border-radius: 50%;
  color: #3e3f43;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hero--store-directory .clear-btn:hover, .hero--store-directory .clear-btn:focus {
  background-color: #cecece;
}
.hero--store-directory .clear-btn.is-hidden {
  display: none;
}
.hero--store-directory .filters-btn {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
  text-transform: none;
}
.hero--store-directory .filters-btn:focus {
  outline: none;
  border-color: #305035;
}
.hero--store-directory .filters-btn svg {
  flex-shrink: 0;
}

.hero-subtitle {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.hero-subtitle a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-buttons {
    flex-direction: row;
    width: auto;
    flex-shrink: 0;
  }
}
.hero-buttons .btn-filled {
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .hero-buttons .btn-filled {
    width: auto;
  }
}

.hero-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}
.hero-icon .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-timing {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #000000;
}
.hero-timing svg {
  flex-shrink: 0;
}

.hero-category {
  margin-bottom: 32px;
}
.hero-category .badge {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 12px 10px;
  color: #000000;
}

.hero-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.hero-address:hover .text {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .hero-address {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 16px;
  }
}
.hero-address .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: var(--hero-icon-color, #0f3622);
}
.hero-address .text {
  font-weight: 700;
  color: #000000;
  margin: 0;
  max-width: 380px;
}

.hero--page-full-width-text {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
  --btn-color: #ffffff;
  position: relative;
  padding: 80px 0 0;
  background-color: var(--hero-bg);
}
.hero--page-full-width-text[data-theme=moss] {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
}
.hero--page-full-width-text[data-theme=turquoise] {
  --hero-bg: #9bd4d5;
  --hero-title-color: #14404f;
  --hero-icon-color: #14404f;
  --btn-bg: #14404f;
}
.hero--page-full-width-text[data-theme=lilac] {
  --hero-bg: #dfc8e1;
  --hero-title-color: #413061;
  --hero-icon-color: #413061;
  --btn-bg: #413061;
}
.hero--page-full-width-text[data-theme=yellow] {
  --hero-bg: #f3ca67;
  --hero-title-color: #c17123;
  --hero-icon-color: #c17123;
  --btn-bg: #c17123;
}
.hero--page-full-width-text[data-theme=haze] {
  --hero-bg: #d0e9d3;
  --hero-title-color: #305035;
  --hero-icon-color: #305035;
  --btn-bg: #305035;
}
.hero--page-full-width-text[data-theme=peach] {
  --hero-bg: #ef8f56;
  --hero-title-color: #ab3b2e;
  --hero-icon-color: #ab3b2e;
  --btn-bg: #ab3b2e;
}
.hero--page-full-width-text[data-theme=cloud] {
  --hero-bg: #e1e8f6;
  --hero-title-color: #243143;
  --hero-icon-color: #243143;
  --btn-bg: #243143;
}
.hero--page-full-width-text .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .hero--page-full-width-text .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
}
.hero--page-full-width-text .text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .hero--page-full-width-text .text {
    gap: 32px;
  }
}
.hero--page-full-width-text .hero-title {
  color: var(--hero-title-color);
  text-transform: uppercase;
  margin: 0;
}
.hero--page-full-width-text .hero-subtitle {
  max-width: 680px;
}
.hero--page-full-width-text .paper-rip {
  display: block;
}
.hero--page-full-width-text .paper-rip::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--rip-bottom-color, #ffffff);
  margin-top: -2px;
}

.hero--page-text-image {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
  --btn-color: #ffffff;
  position: relative;
  padding: 80px 0 0;
  background-color: var(--hero-bg);
}
.hero--page-text-image[data-theme=moss] {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
}
.hero--page-text-image[data-theme=turquoise] {
  --hero-bg: #9bd4d5;
  --hero-title-color: #14404f;
  --hero-icon-color: #14404f;
  --btn-bg: #14404f;
}
.hero--page-text-image[data-theme=lilac] {
  --hero-bg: #dfc8e1;
  --hero-title-color: #413061;
  --hero-icon-color: #413061;
  --btn-bg: #413061;
}
.hero--page-text-image[data-theme=yellow] {
  --hero-bg: #f3ca67;
  --hero-title-color: #c17123;
  --hero-icon-color: #c17123;
  --btn-bg: #c17123;
}
.hero--page-text-image[data-theme=haze] {
  --hero-bg: #d0e9d3;
  --hero-title-color: #305035;
  --hero-icon-color: #305035;
  --btn-bg: #305035;
}
.hero--page-text-image[data-theme=peach] {
  --hero-bg: #ef8f56;
  --hero-title-color: #ab3b2e;
  --hero-icon-color: #ab3b2e;
  --btn-bg: #ab3b2e;
}
.hero--page-text-image[data-theme=cloud] {
  --hero-bg: #e1e8f6;
  --hero-title-color: #243143;
  --hero-icon-color: #243143;
  --btn-bg: #243143;
}
.hero--page-text-image .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .hero--page-text-image .grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}
.hero--page-text-image .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .hero--page-text-image .content {
    align-items: flex-start;
    text-align: left;
    max-width: 470px;
  }
}
.hero--page-text-image .hero-title {
  color: var(--hero-title-color);
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .hero--page-text-image .hero-title {
    margin: 0 0 32px;
  }
}
.hero--page-text-image .hero-subtitle {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero--page-text-image .hero-subtitle {
    margin-bottom: 32px;
  }
}
.hero--page-text-image .meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero--page-text-image .meta {
    margin-bottom: 32px;
  }
}
.hero--page-text-image .hero-address {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero--page-text-image .hero-address {
    margin-bottom: 32px;
  }
}
.hero--page-text-image .hero-buttons {
  width: 100%;
}
@media (min-width: 992px) {
  .hero--page-text-image .hero-buttons {
    width: auto;
  }
}
.hero--page-text-image .grid > .image {
  width: 100%;
}
@media (min-width: 992px) {
  .hero--page-text-image .grid > .image {
    flex-shrink: 0;
    width: 542px;
    height: 340px;
  }
}
.hero--page-text-image .image-el {
  width: 100%;
  height: auto;
  aspect-ratio: 542/340;
  border-radius: 40px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
  object-fit: cover;
}
@media (min-width: 992px) {
  .hero--page-text-image .image-el {
    height: 100%;
    aspect-ratio: auto;
  }
}
.hero--page-text-image .paper-rip {
  display: block;
}
.hero--page-text-image .paper-rip::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--rip-bottom-color, #ffffff);
  margin-top: -2px;
}

.hero--post-text-image {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
  --btn-color: #ffffff;
  position: relative;
  background-color: #ffffff;
}
.hero--post-text-image[data-theme=moss] {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
}
.hero--post-text-image[data-theme=turquoise] {
  --hero-bg: #9bd4d5;
  --hero-title-color: #14404f;
  --hero-icon-color: #14404f;
  --btn-bg: #14404f;
}
.hero--post-text-image[data-theme=lilac] {
  --hero-bg: #dfc8e1;
  --hero-title-color: #413061;
  --hero-icon-color: #413061;
  --btn-bg: #413061;
}
.hero--post-text-image[data-theme=yellow] {
  --hero-bg: #f3ca67;
  --hero-title-color: #c17123;
  --hero-icon-color: #c17123;
  --btn-bg: #c17123;
}
.hero--post-text-image[data-theme=haze] {
  --hero-bg: #d0e9d3;
  --hero-title-color: #305035;
  --hero-icon-color: #305035;
  --btn-bg: #305035;
}
.hero--post-text-image[data-theme=peach] {
  --hero-bg: #ef8f56;
  --hero-title-color: #ab3b2e;
  --hero-icon-color: #ab3b2e;
  --btn-bg: #ab3b2e;
}
.hero--post-text-image[data-theme=cloud] {
  --hero-bg: #e1e8f6;
  --hero-title-color: #243143;
  --hero-icon-color: #243143;
  --btn-bg: #243143;
}
@media (min-width: 992px) {
  .hero--post-text-image {
    background-color: var(--hero-bg);
  }
}
.hero--post-text-image .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero--post-text-image .background {
    display: none;
  }
}
.hero--post-text-image .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--post-text-image .grid {
  position: relative;
  z-index: 1;
  padding-top: min(330px, 40vh);
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .hero--post-text-image .grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 0;
    gap: 32px;
  }
}
.hero--post-text-image .card {
  background-color: var(--hero-bg);
  border-radius: 20px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .hero--post-text-image .card {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    align-items: flex-start;
    text-align: left;
    max-width: 470px;
  }
}
.hero--post-text-image .side-image {
  display: none;
}
@media (min-width: 992px) {
  .hero--post-text-image .side-image {
    display: block;
    flex-shrink: 0;
    width: 542px;
    height: 340px;
  }
}
.hero--post-text-image .side-image-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
}
.hero--post-text-image .hero-title {
  color: var(--hero-title-color);
  text-transform: uppercase;
  margin: 0;
}
.hero--post-text-image .meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.hero--post-text-image .paper-rip {
  display: none;
}
@media (min-width: 992px) {
  .hero--post-text-image .paper-rip {
    display: block;
  }
}
.hero--post-text-image .paper-rip::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--rip-bottom-color, #ffffff);
  margin-top: -2px;
}

.hero--slider-large {
  position: relative;
  overflow: hidden;
}
.hero--slider-large .slider {
  position: relative;
}
.hero--slider-large .tns-outer,
.hero--slider-large .tns-inner,
.hero--slider-large .tns-ovh {
  border: none;
  outline: none;
}
.hero--slider-large .slide {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
  --btn-color: #ffffff;
  position: relative;
  background-color: var(--hero-bg);
}
.hero--slider-large .slide[data-theme=moss] {
  --hero-bg: #9bb782;
  --hero-title-color: #0f3622;
  --hero-icon-color: #0f3622;
  --btn-bg: #0f3622;
}
.hero--slider-large .slide[data-theme=turquoise] {
  --hero-bg: #9bd4d5;
  --hero-title-color: #14404f;
  --hero-icon-color: #14404f;
  --btn-bg: #14404f;
}
.hero--slider-large .slide[data-theme=lilac] {
  --hero-bg: #dfc8e1;
  --hero-title-color: #413061;
  --hero-icon-color: #413061;
  --btn-bg: #413061;
}
.hero--slider-large .slide[data-theme=yellow] {
  --hero-bg: #f3ca67;
  --hero-title-color: #c17123;
  --hero-icon-color: #c17123;
  --btn-bg: #c17123;
}
.hero--slider-large .slide[data-theme=haze] {
  --hero-bg: #d0e9d3;
  --hero-title-color: #305035;
  --hero-icon-color: #305035;
  --btn-bg: #305035;
}
.hero--slider-large .slide[data-theme=peach] {
  --hero-bg: #ef8f56;
  --hero-title-color: #ab3b2e;
  --hero-icon-color: #ab3b2e;
  --btn-bg: #ab3b2e;
}
.hero--slider-large .slide[data-theme=cloud] {
  --hero-bg: #e1e8f6;
  --hero-title-color: #243143;
  --hero-icon-color: #243143;
  --btn-bg: #243143;
}
.hero--slider-large .slide-image-mobile {
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero--slider-large .slide-image-mobile {
    display: none !important;
  }
}
.hero--slider-large .slide-image-mobile .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--slider-large .slide-image-mobile .rip--horizontal {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 5;
  color: var(--rip-bottom-color);
  pointer-events: none;
}
.hero--slider-large .slide-image-mobile .rip--horizontal svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--slider-large .tns-item {
  display: block;
}
.hero--slider-large .slide-inner {
  position: relative;
  padding: 32px 24px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .hero--slider-large .slide-inner {
    min-height: 550px;
    padding: 0;
  }
}
.hero--slider-large .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero--slider-large .content {
    align-items: flex-start;
    text-align: left;
    width: 50%;
    min-height: 550px;
    justify-content: center;
    padding: 80px 0;
    padding-left: max(24px, (100vw - 1140px) / 2);
    padding-right: 48px;
  }
}
@media (min-width: 1600px) {
  .hero--slider-large .content {
    padding-left: max(24px, (100vw - 1320px) / 2);
  }
}
.hero--slider-large .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 16px;
}
.hero--slider-large .title {
  color: var(--hero-title-color);
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero--slider-large .title {
    margin-bottom: 24px;
  }
}
.hero--slider-large .description {
  color: #000000;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero--slider-large .description {
    margin-bottom: 32px;
  }
}
.hero--slider-large .hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .hero--slider-large .hero-buttons {
    flex-direction: row;
    width: auto;
  }
}
.hero--slider-large .hero-buttons .btn-filled {
  width: 100%;
}
@media (min-width: 992px) {
  .hero--slider-large .hero-buttons .btn-filled {
    width: auto;
  }
}
.hero--slider-large .rip--vertical {
  display: none;
}
@media (min-width: 992px) {
  .hero--slider-large .rip--vertical {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    bottom: -2px;
    width: 80px;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
    color: var(--rip-color);
  }
  .hero--slider-large .rip--vertical svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    min-height: calc(100% + 4px);
  }
}
.hero--slider-large .slide-image-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .hero--slider-large .slide-image-desktop {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    z-index: 1;
  }
  .hero--slider-large .slide-image-desktop .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hero--slider-large .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 0;
  border: none;
}
@media (min-width: 992px) {
  .hero--slider-large .pagination {
    bottom: 48px;
  }
}
.hero--slider-large .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.hero--slider-large .dot:hover {
  transform: scale(1.2);
}
.hero--slider-large .dot.is-active, .hero--slider-large .dot.tns-nav-active {
  opacity: 1;
}
.hero--slider-large .slide .content .eyebrow,
.hero--slider-large .slide .content .title,
.hero--slider-large .slide .content .description,
.hero--slider-large .slide .content .hero-buttons {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hero--slider-large .slide .content .eyebrow {
  transition-delay: 0s;
}
.hero--slider-large .slide .content .title {
  transition-delay: 0.1s;
}
.hero--slider-large .slide .content .description {
  transition-delay: 0.2s;
}
.hero--slider-large .slide .content .hero-buttons {
  transition-delay: 0.3s;
}
.hero--slider-large .slide.tns-slide-active .content .eyebrow,
.hero--slider-large .slide.tns-slide-active .content .title,
.hero--slider-large .slide.tns-slide-active .content .description,
.hero--slider-large .slide.tns-slide-active .content .hero-buttons {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero--slider-large .slide .content .eyebrow,
  .hero--slider-large .slide .content .title,
  .hero--slider-large .slide .content .description,
  .hero--slider-large .slide .content .hero-buttons {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero--slider-large .dot {
    transition: none;
  }
}

.hero--page-simple {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 24px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .hero--page-simple {
    padding-top: 80px;
  }
}
.hero--page-simple .title {
  color: #000000;
  margin: 0;
}

/**
 * Store Listing Page Styles
 *
 * Styles for the store info section, opening hours table, and related stores.
 * Uses nested selectors (not BEM) per project conventions.
 */
.store-info {
  padding: 32px 0 80px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .store-info {
    padding: 80px 0 0;
  }
}
.store-info.section-service-info {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .store-info.section-service-info {
    padding-bottom: 80px;
  }
}
.store-info .content {
  display: flex;
  flex-direction: column;
}
.store-info .parking {
  background-color: #000000;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.store-info .parking-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 400;
}
.store-info .parking-link svg {
  flex-shrink: 0;
}
.store-info .parking-link strong {
  font-weight: 700;
}
.store-info .minimap-wrapper {
  position: relative;
  width: 100%;
  height: 362px;
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
}
.store-info .minimap-wrapper #mappedin-minimap {
  width: 100%;
  height: 100%;
}
.store-info .map-placeholder {
  background-color: #e1e1e1;
  height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-radius: 16px;
}
.store-info .map-placeholder svg {
  opacity: 0.5;
}
.store-info .title {
  margin-bottom: 24px;
  color: #000000;
}
.store-info .description {
  color: #3e3f43;
  margin-bottom: 32px;
}
.store-info .description ul,
.store-info .description ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.store-info .description li {
  margin-bottom: 8px;
}
.store-info .description p + p {
  margin-top: 16px;
}
.store-info .description a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.store-info .description a:hover {
  text-decoration: none;
}
.store-info .contact {
  display: flex;
  flex-direction: column;
}
.store-info .contact-group {
  margin-bottom: 32px;
}
.store-info .contact-group:last-child {
  margin-bottom: 0;
}
.store-info .label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: #000000;
}
.store-info .link {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #3e3f43;
  text-decoration: none;
}
.store-info .link:hover {
  text-decoration: underline;
}
.store-info .link svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.store-info .link a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.store-info .link a:hover {
  text-decoration: none;
}
.store-info .social {
  display: flex;
  gap: 16px;
}
.store-info .social-icon {
  width: 24px;
  height: 24px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.store-info .social-icon:hover {
  opacity: 0.7;
}

.opening-hours {
  width: 100%;
}
.opening-hours .header {
  background-color: #000000;
  padding: 24px 16px;
  text-align: center;
}
.opening-hours .header .type-display-3 {
  color: #f4f3ee;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.opening-hours .table {
  display: flex;
  flex-direction: column;
}
.opening-hours .hours-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 59px;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.opening-hours .hours-row:last-child {
  border-bottom: none;
}
.opening-hours .hours-row.is-today .day,
.opening-hours .hours-row.is-today .time {
  font-weight: 700;
}
.opening-hours .hours-row.is-holiday {
  justify-content: center;
  text-align: center;
}
.opening-hours .holiday-link {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.opening-hours .day {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}
.opening-hours .time {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #3e3f43;
  text-align: right;
}

.related-stores {
  background-color: #f4f3ee;
  padding: 48px 0;
  --btn-bg: #000000;
  --btn-color: #ffffff;
}
@media (min-width: 992px) {
  .related-stores {
    padding: 80px 0;
  }
}
.related-stores .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .related-stores .header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.related-stores .title {
  color: #000000;
  margin: 0;
}
.related-stores .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .related-stores .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.related-stores--no-grid {
  padding-top: 0;
}
@media (min-width: 992px) {
  .related-stores--no-grid {
    padding-top: 0;
  }
}

/**
 * Components Manifest
 *
 * Import all reusable component styles here.
 * These are standalone UI patterns that can be used across multiple sections.
 */
/**
 * Card Base Component
 *
 * Shared placeholder selectors for card-based components.
 * Both blog-card and content-card extend these base styles.
 *
 * Structure:
 * - %card-base (wrapper)
 * - %card-image-wrap (image container with aspect ratio)
 * - %card-content (floating white card)
 * - %card-title (heading)
 * - %card-description (body text)
 * - %card-link (arrow link)
 *
 * Typography is applied via utility classes in PHP:
 * - .type-display-6 for title
 * - .type-paragraph-medium .text--neutral-700 for description
 * - .type-display-3 for link
 */
.offer-card, .content-card, .blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.offer-card .image-wrap, .content-card .image-wrap, .blog-card .image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 541/370;
}
.offer-card .image-wrap img, .content-card .image-wrap img, .blog-card .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.offer-card .placeholder, .blog-card .placeholder {
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
}

.offer-card .content, .content-card .content, .blog-card .content {
  position: relative;
  margin-top: -100px;
  margin-left: 38px;
  margin-right: 38px;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .offer-card .content, .content-card .content, .blog-card .content {
    margin-top: -60px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
  }
}

.offer-card .title, .content-card .title, .blog-card .title {
  margin: 0 0 24px;
  color: #000000;
  text-align: left;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.offer-card .excerpt, .content-card .description, .blog-card .excerpt {
  margin: 0 0 32px;
  flex: 1;
}

.offer-card .link, .content-card .link, .blog-card .link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  transition: text-decoration 0.2s ease;
}
.offer-card .link svg, .content-card .link svg, .blog-card .link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

/**
 * Components Manifest
 *
 * Import all reusable component styles here.
 * These are standalone UI patterns that can be used across multiple sections.
 */
/**
 * Blog Card Component
 *
 * Reusable blog/event card with featured image, category badge, title, excerpt, and timing.
 * Used on What's On listing page and can be reused on homepage, related posts, etc.
 *
 * Structure:
 * - .blog-card (anchor wrapper)
 *   - .image-wrap (featured image container)
 *   - .content (floating white card)
 *     - .category (badge wrapper)
 *     - .title
 *     - .excerpt
 *     - .footer (timing or learn more)
 *
 * Typography is applied via utility classes in PHP:
 * - .type-display-6 on .title
 * - .type-paragraph-medium .text--neutral-700 on .excerpt
 * - .type-display-3 on .link and .timing
 *
 * Based on Figma node 1221:4210
 */
.blog-card:hover .image-wrap img {
  transform: scale(1.03);
}
.blog-card .category {
  margin-bottom: 24px;
}
.blog-card .badge {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f4f3ee;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
}
.blog-card:hover .title {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-card .footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.blog-card .timing {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
}
.blog-card .timing svg {
  flex-shrink: 0;
}
.blog-card:hover .timing {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-card:hover .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-card:hover .link svg {
  transform: translateX(4px);
}

/**
 * Components Manifest
 *
 * Import all reusable component styles here.
 * These are standalone UI patterns that can be used across multiple sections.
 */
/**
 * Content Card Component
 *
 * Large content card with image, title, description, and link.
 * Used in the Large Content Cards section for manual ACF content.
 * Simpler than blog-card (no category badge, no timing).
 *
 * Structure:
 * - .content-card (div wrapper)
 *   - .image-wrap (image container)
 *   - .content (floating white card)
 *     - .title
 *     - .description
 *     - .link
 *
 * Typography is applied via utility classes in PHP:
 * - .type-display-6 on .title
 * - .type-paragraph-medium .text--neutral-700 on .description
 * - .type-display-3 on .link
 *
 * Based on Figma node 1260:89917
 */
.content-card:hover .image-wrap img {
  transform: scale(1.03);
}
.content-card:hover .title {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-card:hover .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-card:hover .link svg {
  transform: translateX(4px);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: #9bd4d5;
  border-top: 3px solid #3941FF;
  padding: 25px 40px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cookie-banner.is-hidden {
  display: none;
}
.cookie-banner .inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cookie-banner .message {
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}
.cookie-banner .privacy-link {
  color: #000000;
  text-decoration: underline;
}
.cookie-banner .actions {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}
.cookie-banner .close-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #000000;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cookie-banner {
    padding: 25px 20px;
  }
  .cookie-banner .inner {
    flex-direction: column;
    align-items: stretch;
    position: relative;
    padding-right: 40px;
  }
  .cookie-banner .actions {
    flex-direction: column;
  }
  .cookie-banner .actions .btn-filled {
    width: 100%;
  }
  .cookie-banner .close-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/**
 * Blog Directory Component Styles
 *
 * AJAX-powered blog/events listing with filters, sort, and pagination.
 * Used on What's On (blog posts) page.
 *
 * Structure:
 * - .blog-directory (main section)
 *   - .filter-row (desktop category badges + sort)
 *   - .controls-row (mobile sort + filters button)
 *   - .blog-grid (card grid)
 *   - .pagination (prev/next buttons)
 * - .filter-modal (mobile filter overlay)
 * - .no-results (empty state)
 *
 * Uses nested class naming per project conventions (not BEM).
 */
.blog-directory {
  padding: 32px 0 48px;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .blog-directory {
    padding: 32px 0 64px;
  }
}
.blog-directory.is-loading {
  pointer-events: none;
}
.blog-directory .filter-row {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.blog-directory .category-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-directory .badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background-color: #9bd4d5;
  border: none;
  border-radius: 3px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.blog-directory .badge:hover {
  opacity: 0.85;
}
.blog-directory .badge.is-active {
  background-color: #243143;
  color: #ffffff;
}
.blog-directory .sort {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.blog-directory .sort .label {
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
}
.blog-directory .controls-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.blog-directory .controls-row .sort {
  flex: 1;
  flex-direction: column;
  align-items: stretch;
}
.blog-directory .controls-row .sort .label {
  display: block;
  margin-bottom: 4px;
}
.blog-directory .controls-row .filters .label {
  display: block;
  margin-bottom: 4px;
}
.blog-directory .controls-row .filters-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.blog-directory .controls-row .filters-btn:hover {
  border-color: #305035;
}
.blog-directory .controls-row .filters-btn svg {
  flex-shrink: 0;
}
.blog-directory .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e1e1e1;
}
.blog-directory .pagination .btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  color: #000000;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.blog-directory .pagination .btn:hover:not([disabled]), .blog-directory .pagination .btn:focus:not([disabled]) {
  background-color: #305035;
  border-color: #305035;
  color: #ffffff;
}
.blog-directory .pagination .btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.blog-directory .pagination .btn svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .blog-directory .pagination .btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.blog-directory .pagination .status {
  color: #3e3f43;
  white-space: nowrap;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.no-results {
  text-align: center;
  padding: 64px 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
.no-results .text {
  color: #000000;
  margin-bottom: 24px;
}

.filter-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.filter-modal[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
.filter-modal[aria-hidden=true] .backdrop {
  opacity: 0;
}
.filter-modal[aria-hidden=true] .panel {
  opacity: 0;
  transform: translateY(100%);
}
.filter-modal[aria-hidden=false] {
  visibility: visible;
}
.filter-modal[aria-hidden=false] .backdrop {
  opacity: 1;
}
.filter-modal[aria-hidden=false] .panel {
  opacity: 1;
  transform: translateY(0);
}
.filter-modal .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.filter-modal .panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 80vh;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}
.filter-modal .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.filter-modal .modal-title {
  margin: 0;
  color: #000000;
}
.filter-modal .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.filter-modal .close-btn:hover, .filter-modal .close-btn:focus {
  opacity: 0.7;
}
.filter-modal .body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
.filter-modal .section {
  margin-bottom: 24px;
}
.filter-modal .section-title {
  margin: 0 0 16px;
  color: #000000;
  font-weight: 700;
}
.filter-modal .options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-modal .checkbox-row {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.filter-modal .checkbox-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #305035;
  cursor: pointer;
}
.filter-modal .checkbox-row .checkbox-label {
  font-size: 16px;
  color: #000000;
}
.filter-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-top: 1px solid #e1e1e1;
  gap: 16px;
}

body.blog-modal-open {
  overflow: hidden;
}

/**
 * Components Manifest
 *
 * Import all reusable component styles here.
 * These are standalone UI patterns that can be used across multiple sections.
 */
/**
 * Offer Card Component
 *
 * Reusable offer card with featured image, store badge, title, and learn more link.
 * Used on offer single page (more offers) and can be reused on homepage, offers listing, etc.
 *
 * Structure:
 * - .offer-card (anchor wrapper)
 *   - .image-wrap (featured image container)
 *   - .content (floating white card)
 *     - .badge (store name)
 *     - .title
 *     - .excerpt
 *     - .link (learn more)
 *
 * Typography is applied via utility classes in PHP:
 * - .type-display-6 on .title
 * - .type-paragraph-medium .text--neutral-700 on .excerpt
 * - .type-display-3 on .link
 *
 * Based on Figma nodes 40000116:100106 (desktop) and 40000127:30606 (mobile)
 */
.offer-card:hover .image-wrap img {
  transform: scale(1.03);
}
.offer-card .badge {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 10px;
  background-color: #ef8f56;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  margin-bottom: 24px;
}
.offer-card .title.type-display-6 {
  margin-bottom: 24px;
}
.offer-card:hover .title {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.offer-card .link {
  margin-top: auto;
}
.offer-card:hover .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.offer-card:hover .link svg {
  transform: translateX(4px);
}
.offer-card .date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #000000;
}
.offer-card .date svg {
  flex-shrink: 0;
}
.offer-card:hover .date {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/**
 * Paper Rip Component
 *
 * Reusable torn paper divider between sections.
 * Colors are set via CSS variables:
 * --rip-top-color: Background color (matches section above)
 * --rip-bottom-color: SVG fill color (matches section below)
 */
.paper-rip {
  display: none;
  background-color: var(--rip-top-color, #ffffff);
  line-height: 0;
  color: var(--rip-bottom-color, #ffffff);
  margin-bottom: -2px;
}
.paper-rip svg {
  width: 100%;
  height: auto;
  display: block;
}
.paper-rip--show-mobile {
  display: block;
}
@media (min-width: 992px) {
  .paper-rip {
    display: block;
  }
}
.paper-rip--absolute {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.paper-rip--flipped {
  transform: scaleY(-1);
}

/**
 * Store Card Component
 *
 * Reusable store listing card with logo, name, hours, and location.
 * Uses nested selectors (not BEM) per project conventions.
 */
.store-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgba(25, 33, 61, 0.14);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.store-card:hover {
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
  transform: translateY(-2px);
}
.store-card .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  padding: 16px 24px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .store-card .logo {
    height: 160px;
    padding: 24px 32px;
  }
}
.store-card .logo-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.store-card .logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
}
.store-card .logo-placeholder svg {
  max-width: 100%;
  max-height: 100%;
}
.store-card .content {
  padding: 16px;
  border-top: 1px solid #e1e1e1;
}
.store-card .name {
  color: #000000;
  margin: 0 0 8px;
}
.store-card .hours {
  display: none;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 8px;
}
.store-card .hours svg {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .store-card .hours {
    display: flex;
  }
}
.store-card .location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-weight: 400;
}
.store-card .location svg {
  flex-shrink: 0;
}

/**
 * Store Directory Component Styles
 *
 * AJAX-powered store listing with filters, search, sort, and pagination.
 * Used on /shop (all stores) and /eat (pre-filtered to Food + Drink).
 *
 * Note: Uses nested class naming per project conventions (not BEM).
 * Buttons should use .btn-filled class from _buttons.scss.
 */
.store-directory {
  padding: 32px 0 48px;
  background-color: #f4f3ee;
  margin-top: -2px;
  position: relative;
}
@media (min-width: 992px) {
  .store-directory {
    padding: 0 0 64px;
  }
}
.store-directory.is-loading {
  pointer-events: none;
}
.store-directory--no-filters {
  background-color: #ffffff;
}

.filters-sidebar {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .filters-sidebar {
    position: sticky;
    top: 24px;
    margin-bottom: 0;
  }
}
.filters-sidebar .title {
  color: #000000;
  margin-bottom: 16px;
}
.filters-sidebar .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filters-sidebar .item {
  margin-bottom: 4px;
}
.filters-sidebar .item.is-active .link {
  font-weight: 700;
  color: #000000;
}
.filters-sidebar .link {
  display: block;
  padding: 8px 0;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
}
.filters-sidebar .link:hover, .filters-sidebar .link:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.filters-sidebar .clear-btn {
  margin-top: 16px;
}

.results-row {
  align-items: center;
  margin-bottom: 24px;
}
.results-row .filters-title h2 {
  margin: 0;
  color: #000000;
}

.results-header {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .results-header {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .store-directory--no-filters .results-header {
    margin-bottom: 24px;
  }
}
.results-header .count {
  color: #000000;
  margin: 0;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 992px) {
  .store-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .store-grid--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.no-results {
  text-align: center;
  padding: 64px 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
.no-results .icon {
  color: #cecece;
  margin-bottom: 24px;
}
.no-results .title {
  color: #000000;
  margin-bottom: 8px;
}
.no-results .text {
  color: #868788;
  margin-bottom: 24px;
}
.no-results .reset-btn {
  margin-top: 24px;
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e1e1e1;
}
.load-more .btn-filled {
  min-width: 160px;
  position: relative;
  --btn-bg: #000000;
  --btn-color: #ffffff;
}
.load-more .btn-loading {
  display: none;
}
.load-more .btn-filled.is-loading {
  pointer-events: none;
  opacity: 0.7;
}
.load-more .btn-filled.is-loading .btn-text {
  visibility: hidden;
}
.load-more .btn-filled.is-loading .btn-loading {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.filter-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.filter-modal[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
.filter-modal[aria-hidden=true] .backdrop {
  opacity: 0;
}
.filter-modal[aria-hidden=true] .card {
  opacity: 0;
  transform: scale(0.95);
}
.filter-modal[aria-hidden=false] {
  visibility: visible;
}
.filter-modal[aria-hidden=false] .backdrop {
  opacity: 1;
}
.filter-modal[aria-hidden=false] .card {
  opacity: 1;
  transform: scale(1);
}
.filter-modal .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.filter-modal .card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 360px;
  max-height: calc(100vh - 64px);
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.filter-modal .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-modal .title {
  margin: 0;
  color: #000000;
  font-weight: 700;
}
.filter-modal .close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
}
.filter-modal .close:hover, .filter-modal .close:focus {
  opacity: 0.7;
}
.filter-modal .categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: none;
  overflow-y: auto;
  max-height: 400px;
}
.filter-modal .categories legend {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 16px 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  font-weight: 700;
  color: #000000;
}
.filter-modal .category {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.filter-modal .category.is-checked .category-name {
  font-weight: 700;
}
.filter-modal .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.filter-modal .checkbox-input {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.filter-modal .checkbox-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 2px;
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.filter-modal .checkbox-input:checked + .checkbox-box {
  background-color: #000000;
  border-color: #000000;
}
.filter-modal .checkbox-input:focus + .checkbox-box {
  outline: 2px solid #305035;
  outline-offset: 2px;
}
.filter-modal .checkbox-check {
  display: none;
  color: #ffffff;
}
.filter-modal .checkbox-input:checked + .checkbox-box .checkbox-check {
  display: block;
}
.filter-modal .category-name {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  font-weight: 400;
  color: #000000;
}
.filter-modal .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-modal .clear {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #000000;
  text-decoration: underline;
  text-transform: none;
  cursor: pointer;
}
.filter-modal .clear:hover, .filter-modal .clear:focus {
  opacity: 0.7;
}
.filter-modal .apply {
  padding: 18px 22px;
  background-color: #000000;
  border: none;
  border-radius: 25px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: none;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}
.filter-modal .apply:hover, .filter-modal .apply:focus {
  background-color: rgba(0, 0, 0, 0.65);
}

body.modal-open {
  overflow: hidden;
}

/**
 * VIP Signup Component
 *
 * Reusable newsletter signup box with turquoise background.
 * Can be included in any section.
 */
.vip-signup {
  background-color: #9bd4d5;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  --btn-bg: #000000;
  --btn-color: #ffffff;
}
@media (min-width: 992px) {
  .vip-signup {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 64px 80px;
    gap: 96px;
  }
}

.vip-signup__text {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin: 0;
}
@media (min-width: 992px) {
  .vip-signup__text {
    font-size: 30px;
    line-height: 36px;
    max-width: 656px;
  }
}

.vip-signup__btn {
  flex-shrink: 0;
}

/**
 * Mega Menu Component
 *
 * Desktop dropdown menus for Visit and What's On nav items.
 * Smooth animations matching search dropdown style.
 * Hidden on mobile (shown below $screen-md).
 */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #3e3f43;
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.mega-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 992px) {
  .mega-menu {
    display: none !important;
  }
}
.mega-menu .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 0;
  gap: 24px;
}
.mega-menu .links {
  width: 226px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mega-menu .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.15s ease, opacity 0.15s ease;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
.mega-menu .link:hover, .mega-menu .link:focus {
  background-color: #000000;
  opacity: 0.65;
  outline: none;
}
.mega-menu .link:hover svg, .mega-menu .link:focus svg {
  transform: translateX(3px);
}
.mega-menu .link:active {
  transform: scale(0.98);
}
.mega-menu .link svg {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.mega-menu .divider {
  width: 1px;
  align-self: stretch;
  background-color: #868788;
  flex-shrink: 0;
}
.mega-menu .content {
  flex: 1;
  min-width: 0;
}
.mega-menu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 16px;
}
.mega-menu .title {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mega-menu .view-all {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}
.mega-menu .view-all:hover, .mega-menu .view-all:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}
.mega-menu .view-all:hover svg, .mega-menu .view-all:focus svg {
  transform: translateX(3px);
}
.mega-menu .view-all svg {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.mega-menu .cards {
  display: flex;
  gap: 16px;
}
.mega-menu .card {
  width: 260px;
  padding: 24px;
  background-color: #3e3f43;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.mega-menu .card:hover, .mega-menu .card:focus {
  background-color: #000000;
  transform: translateY(-2px);
  outline: none;
}
.mega-menu .card:hover .learn-more, .mega-menu .card:focus .learn-more {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mega-menu .card:hover .learn-more svg, .mega-menu .card:focus .learn-more svg {
  transform: translateX(3px);
}
.mega-menu .card:hover .image img, .mega-menu .card:focus .image img {
  transform: scale(1.05);
}
.mega-menu .card:hover .icon, .mega-menu .card:focus .icon {
  transform: scale(1.1);
}
.mega-menu .card:active {
  transform: scale(0.98);
}
.mega-menu .image {
  height: 140px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}
.mega-menu .image.bg-lilac {
  background-color: #dfc8e1;
}
.mega-menu .image.bg-turquoise {
  background-color: #9bd4d5;
}
.mega-menu .image.bg-haze {
  background-color: #d0e9d3;
}
.mega-menu .image.bg-yellow {
  background-color: #f3ca67;
}
.mega-menu .image.bg-peach {
  background-color: #ef8f56;
}
.mega-menu .image.bg-cloud {
  background-color: #e1e8f6;
}
.mega-menu .icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.15s ease;
}
.mega-menu .card-title {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  margin-bottom: 16px;
}
.mega-menu .learn-more {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  transition: color 0.15s ease;
}
.mega-menu .learn-more svg {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.mega-menu-whats-on .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.15s ease;
}

/**
 * Mobile Menu
 *
 * Full-screen overlay navigation for mobile devices.
 * Simple show/hide with slide transitions between views.
 */
.mobile-menu {
  position: fixed;
  inset: 0;
  background-color: #000000;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease;
}
.mobile-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  flex-shrink: 0;
}
.mobile-menu .spacer {
  width: 40px;
}
.mobile-menu .logo img {
  height: 40px;
  width: auto;
}
.mobile-menu .close,
.mobile-menu .back {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.mobile-menu .close:hover,
.mobile-menu .back:hover {
  opacity: 0.7;
}
.mobile-menu .close:active,
.mobile-menu .back:active {
  opacity: 0.5;
}
.mobile-menu .nav {
  padding: 0 35px;
  display: flex;
  flex-direction: column;
}
.mobile-menu .link {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #868788;
  background: transparent;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.15s ease;
  text-transform: none;
}
.mobile-menu .link:last-child {
  border-bottom: none;
}
.mobile-menu .link svg {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.mobile-menu .link:hover, .mobile-menu .link:focus {
  opacity: 0.7;
}
.mobile-menu .link:active {
  opacity: 0.5;
}
.mobile-menu .link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #868788;
}
.mobile-menu .link-row:last-child {
  border-bottom: none;
}
.mobile-menu .link-row .link {
  flex: 1;
  border-bottom: none;
}
.mobile-menu .submenu-trigger {
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease;
}
.mobile-menu .submenu-trigger:hover {
  opacity: 0.7;
}
.mobile-menu .submenu-trigger:active {
  opacity: 0.5;
}
.mobile-menu .submenu-trigger svg {
  transition: transform 0.15s ease;
}
.mobile-menu .submenu-trigger:hover svg {
  transform: translateX(3px);
}
.mobile-menu .divider {
  height: 1px;
  background-color: #868788;
  margin: 32px 35px;
}
.mobile-menu .quick-links {
  padding: 0 35px;
}
.mobile-menu .quick-links .link {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 0;
}
.mobile-menu .quick-links .icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.mobile-menu .main-view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #000000;
  transition: opacity 0.3s ease;
}
.mobile-menu .main-view.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu .submenu-view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.mobile-menu .submenu-view.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu .submenu-view .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  flex-shrink: 0;
  position: relative;
}
.mobile-menu .submenu-view .back:hover svg {
  transform: translateX(-3px);
}
.mobile-menu .submenu-view .title {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-menu .submenu-view .nav::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #868788;
  margin-bottom: 48px;
}
.mobile-menu .submenu-view .nav {
  padding: 0 35px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.mobile-menu .submenu-view .link {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0;
  text-transform: none;
  justify-content: flex-start;
  text-align: left;
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
/**
 * Back to Top Button
 *
 * Floating button that appears on long pages to help users
 * scroll back to the top quickly.
 *
 * Structure:
 * - .back-to-top (fixed button)
 *   - svg (arrow icon)
 *
 * Behavior:
 * - Hidden by default
 * - Shows after scrolling past threshold (via .is-visible class)
 * - Smooth scroll to top on click
 */
.back-to-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: #000000;
  border: none;
  border-radius: 9999px;
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover, .back-to-top:focus {
  opacity: 0.65;
  outline: none;
}
.back-to-top:active {
  transform: scale(0.95);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .back-to-top {
    bottom: 24px;
    left: 24px;
    width: 44px;
    height: 44px;
  }
  .back-to-top svg {
    width: 18px;
    height: 18px;
  }
}

/**
 * Search Results Page Styles
 *
 * Styles for the unified search results page including:
 * - Hero section with search form and results count
 * - Sections for stores, offers, and blog posts
 *
 * Uses existing card components (store-card, offer-card, blog-card).
 */
.hero--search-results {
  position: relative;
  background-color: #ffffff;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .hero--search-results {
    padding: 80px 0 0;
  }
}
.hero--search-results .title {
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 48px;
}
.hero--search-results .form-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .hero--search-results .form-row {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .hero--search-results .search {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .hero--search-results .sort {
    flex: none;
    width: 260px;
  }
}
.hero--search-results .label {
  display: block;
  color: #000000;
  margin-bottom: 8px;
}
.hero--search-results .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.hero--search-results input.input {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 0 48px 0 16px;
  box-sizing: border-box;
}
.hero--search-results input.input:focus {
  outline: none;
  border-color: #305035;
}
.hero--search-results input.input::placeholder {
  color: #868788;
}
.hero--search-results .search-icon {
  position: absolute;
  right: 16px;
  color: #000000;
  pointer-events: none;
}
.hero--search-results .clear-btn {
  position: absolute;
  right: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: #e1e1e1;
  border: none;
  border-radius: 50%;
  color: #3e3f43;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hero--search-results .clear-btn:hover, .hero--search-results .clear-btn:focus {
  background-color: #cecece;
}
.hero--search-results .clear-btn.is-hidden {
  display: none;
}
.hero--search-results .paper-rip {
  display: block;
  margin-top: 16px;
}
.hero--search-results .paper-rip::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--rip-bottom-color, #f4f3ee);
  margin-top: -2px;
}

.search-results {
  background-color: #f4f3ee;
  margin-top: -2px;
}
.search-results .results-count-bar {
  padding: 24px 0 0;
}
.search-results .results-count-bar .count {
  color: #3e3f43;
  margin: 0;
}

.section-search-results {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .section-search-results {
    padding: 24px 0;
  }
}
.section-search-results:first-of-type {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .section-search-results:first-of-type {
    padding-top: 32px;
  }
}
.section-search-results .section-title {
  color: #000000;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .section-search-results .section-title {
    margin: 0 0 32px;
  }
}
.section-search-results .section-footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .section-search-results .section-footer {
    margin-top: 48px;
  }
}

.section-search-offers .offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .section-search-offers .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.section-search-posts .blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .section-search-posts .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.section-search-pages .page-list {
  display: flex;
  flex-direction: column;
}
.section-search-pages .page-item {
  padding: 32px 0;
  border-bottom: 1px solid #cecece;
}
.section-search-pages .page-item:first-child {
  padding-top: 0;
}
.section-search-pages .page-item:last-child {
  border-bottom: none;
}
.section-search-pages .page-item .title {
  color: #000000;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .section-search-pages .page-item .title {
    margin: 0 0 24px;
  }
}
.section-search-pages .page-item .excerpt {
  color: #3e3f43;
  margin: 0 0 24px;
  max-width: 918px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-search-pages .page-item .excerpt strong {
  font-weight: 700;
}
.section-search-pages .page-item .link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-search-pages .page-item .link:hover, .section-search-pages .page-item .link:focus {
  opacity: 0.7;
}
.section-search-pages .page-item .link svg {
  flex-shrink: 0;
}

.hero--no-results {
  background-color: #ffffff;
  padding: 80px 0 48px;
}
@media (min-width: 992px) {
  .hero--no-results {
    padding: 80px 0 64px;
  }
}
.hero--no-results .title {
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 48px;
}
.hero--no-results .subtitle {
  color: #000000;
  margin: 0 0 24px;
  max-width: 918px;
}
.hero--no-results .helper {
  color: #3e3f43;
  margin: 0;
  max-width: 918px;
}

.section-popular-stores {
  background-color: #f4f3ee;
  padding: 80px 0;
}
.section-popular-stores .header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-popular-stores .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
  }
}
.section-popular-stores .header .title {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.section-popular-stores .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 992px) {
  .section-popular-stores .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.section-popular-stores .vip-signup {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .section-popular-stores .vip-signup {
    margin-top: 64px;
  }
}

/**
 * Custom Dropdown Component
 *
 * Styled dropdown replacing native <select> elements.
 * Used for sort dropdowns across the site (store directory, blog,
 * offers, search results).
 */
.custom-dropdown {
  position: relative;
  min-width: 120px;
}

.dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.dropdown-trigger:hover {
  border-color: #868788;
}
.dropdown-trigger:focus {
  outline: none;
  border-color: #000000;
}
.dropdown-trigger[aria-expanded=true] .chevron {
  transform: rotate(180deg);
}
.dropdown-trigger .chevron {
  transition: transform 0.2s ease;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.custom-dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-option {
  padding: 8px 16px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.dropdown-option:hover {
  background-color: #f7f7f7;
}
.dropdown-option.is-selected {
  font-weight: 700;
  background-color: #f7f7f7;
}

/**
 * Sections
 *
 * Flexible content section styles.
 * Import individual section partials below.
 */
/**
 * Section: 404 Page
 *
 * Hero with eyebrow toast, text links, paper rip, and popular stores.
 * Popular stores section reuses existing .section-popular-stores styles
 * from _search-results.scss — only 404-specific overrides here.
 */
.s-404 .hero--404 {
  background-color: #ffffff;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .s-404 .hero--404 {
    padding: 80px 0 0;
  }
}
.s-404 .hero--404 .eyebrow {
  display: block;
  color: #868788;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.s-404 .hero--404 .title {
  color: #0f3622;
  max-width: 700px;
  margin-bottom: 24px;
}
.s-404 .hero--404 .body {
  color: #3e3f43;
  max-width: 480px;
  margin-bottom: 32px;
}
.s-404 .hero--404 .paper-rip {
  display: block;
  margin-top: 32px;
}
.s-404 .hero--404 .paper-rip::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--rip-bottom-color, #f4f3ee);
  margin-top: -2px;
}
.s-404 .section-popular-stores {
  padding-top: 0;
}

/**
 * Section: Best Parking
 *
 * Displays parking location cards with facility icons in a 3-column grid.
 * Cards show carpark name, what it's best for, available facilities, and map link.
 *
 * Typography handled by utility classes in PHP template:
 * - type-display-8 (section title)
 * - type-display-7 (card name)
 * - type-display-3 (labels, links)
 * - type-paragraph-large (description)
 * - type-display-5 (CTA text)
 *
 * Based on Figma nodes: 40000360:24928 (desktop), 1380:99843 (mobile)
 */
.section-best-parking {
  padding: 48px 0;
}
@media (min-width: 1200px) {
  .section-best-parking {
    padding: 80px 0;
  }
}
.section-best-parking[data-bg=white] {
  background-color: #ffffff;
}
.section-best-parking[data-bg=base] {
  background-color: #f4f3ee;
}
.section-best-parking .title {
  text-align: center;
  margin-bottom: 48px;
}
.section-best-parking .grid {
  display: grid;
  gap: 22px;
}
@media (min-width: 1200px) {
  .section-best-parking .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-best-parking .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
}
.section-best-parking .card .name {
  font-weight: 900;
  margin-bottom: 32px;
}
.section-best-parking .card .label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.section-best-parking .card .description {
  margin-bottom: 32px;
}
.section-best-parking .card .icons {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.section-best-parking .card .icons svg {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}
.section-best-parking .card .link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #413061;
  margin-top: auto;
  transition: text-decoration 0.2s ease;
}
.section-best-parking .card .link:hover {
  color: #413061;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-best-parking .card .link svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.section-best-parking .cta {
  text-align: center;
  margin-top: 48px;
}
.section-best-parking .cta .text {
  margin-bottom: 32px;
}

/**
 * Section: Centre Hours
 *
 * Two-column layout for mall trading hours.
 * Left: Standard hours table (Mon-Sun from Options Page)
 * Right: Featured store hours (stacked cards)
 *
 * Typography handled by utility classes:
 * - .type-display-3 for headers and day names
 * - .type-paragraph-medium for time values
 * - .text--neutral-700 for time text color
 */
.section-centre-hours {
  padding: 48px 0;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .section-centre-hours {
    padding: 80px 0;
  }
}
.section-centre-hours .hours-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .section-centre-hours .hours-grid {
    flex-direction: row;
    gap: 88px;
  }
}
.section-centre-hours .hours-table,
.section-centre-hours .featured-stores {
  flex: 1;
  min-width: 0;
}
.section-centre-hours .featured-stores {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-centre-hours .table-header {
  background-color: #000000;
  padding: 24px 16px;
  text-align: center;
}
.section-centre-hours .table-header .type-display-3 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.section-centre-hours .hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 59px;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.section-centre-hours .hours-row:last-child {
  border-bottom: none;
}
.section-centre-hours .hours-row.is-today .time {
  font-weight: 700;
}
.section-centre-hours .hours-row.is-holiday {
  justify-content: center;
  text-align: center;
}
.section-centre-hours .time {
  text-align: right;
}
.section-centre-hours .holiday-link {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.section-centre-hours .holiday-link:hover {
  text-decoration: none;
}

.section-faq-accordion {
  padding: 80px 0;
  background-color: var(--section-bg, #dfc8e1);
  text-align: center;
}
@media (max-width: 767px) {
  .section-faq-accordion {
    padding: 48px 0;
  }
}
.section-faq-accordion .container {
  max-width: 584px;
}
@media (max-width: 767px) {
  .section-faq-accordion .container {
    max-width: 357px;
  }
}
.section-faq-accordion .title {
  margin-bottom: 32px;
}
.section-faq-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-faq-accordion .accordion {
    gap: 16px;
  }
}
.section-faq-accordion .item {
  background: #ffffff;
  border-radius: 9999px;
  overflow: hidden;
}
.section-faq-accordion .item.is-open {
  border-radius: 20px;
}
.section-faq-accordion .trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  color: #000000;
}
.section-faq-accordion .icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.section-faq-accordion .icon::before, .section-faq-accordion .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
}
.section-faq-accordion .icon::before {
  transform: translateY(-50%);
}
.section-faq-accordion .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.section-faq-accordion .item.is-open .icon {
  transform: rotate(45deg);
}
.section-faq-accordion .panel {
  padding: 0 20px 24px 24px;
  color: #000000;
}
.section-faq-accordion .panel[hidden] {
  display: none;
}

/**
 * Section: Form
 *
 * Form section with Gravity Forms integration.
 * Features optional contact info cards (email/phone) below the form.
 *
 * Typography classes used in template:
 * - Section title: .type-display-8
 * - Contact heading: .type-display-5 (with weight override for 900)
 * - Card label: .type-display-2
 * - Card value: .type-display-3 (with weight override for 400)
 */
.section-form {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section-form {
    padding: 80px 0;
  }
}
.section-form[data-bg=base] {
  background-color: #f4f3ee;
}
.section-form[data-bg=white] {
  background-color: #ffffff;
}
.section-form[data-bg=white] .form-wrapper {
  box-shadow: 0px 2px 6px 0px rgba(25, 33, 61, 0.14);
}
.section-form .section-title {
  margin: 0 0 32px;
}
.section-form .form-wrapper {
  max-width: 523px;
  margin: 0 auto;
  padding: 24px 16px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .section-form .form-wrapper {
    padding: 32px;
  }
}
.section-form .gform_wrapper {
  margin: 0;
}
.section-form .contact-info {
  margin-top: 32px;
}
.section-form .contact-info-heading {
  margin: 0 0 24px;
  font-weight: 900;
}
.section-form .contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 542px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-form .contact-info-cards {
    flex-direction: row;
  }
}
.section-form .contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding: 17px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: left;
  text-decoration: none;
  color: #000000;
  transition: box-shadow 0.2s ease;
}
.section-form .contact-card:hover {
  box-shadow: 0px 2px 6px 0px rgba(25, 33, 61, 0.14);
}
.section-form[data-bg=white] .section-form .contact-card {
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.section-form[data-bg=white] .section-form .contact-card:hover {
  box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.11);
}
.section-form .contact-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.section-form .contact-card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.section-form .contact-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-form .contact-card-label {
  margin: 0;
}
.section-form .contact-card-value {
  margin: 0;
  font-weight: 400;
}

/**
 * Section: Full Map
 *
 * MappedIn interactive mall map embed.
 * Uses containment to prevent fullscreen takeover.
 *
 * Mobile: Full viewport minus header components
 * Desktop: Fixed 80vh for comfortable viewing
 */
.s-map {
  position: relative;
  width: 100%;
  height: calc(100vh - 190px);
  height: calc(100dvh - 190px);
  overflow: hidden;
}
@media (min-width: 992px) {
  .s-map {
    height: 80vh;
  }
}
.s-map__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.s-map #mappedin-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * History Slider Section
 *
 * Horizontal carousel of historical timeline cards.
 * - Desktop: Side-by-side layout (image left, content right)
 * - Mobile: Stacked layout (image top, content below)
 *
 * Card width matches the Bootstrap container at all viewport sizes.
 * Adjacent slides peek in from the edges to indicate more content.
 *
 * Dependencies:
 * - tiny-slider library (JS carousel)
 * - --card-max-width CSS variable set by JS
 *
 * @see template-parts/sections/s-history_slider.php
 * @see js/custom.js - initHistorySlider()
 */
.section-history-slider {
  background-color: #0f3622;
  padding: 32px 0 80px;
  overflow: hidden;
}
.section-history-slider .container {
  margin-bottom: 32px;
}
.section-history-slider .section-title {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 0.9;
  color: #9bb782;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .section-history-slider .section-title {
    font-size: 48px;
    text-align: left;
  }
}

.history-slider .tns-inner {
  overflow: visible;
}

.history-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 22px 36px 0px rgba(25, 33, 61, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--card-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .history-card {
    flex-direction: row;
  }
}
.history-card .image-col {
  background-color: #f4f3ee;
  height: 250px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .history-card .image-col {
    width: 50%;
    height: auto;
    min-height: 527px;
  }
}
.history-card .image-col .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-card .content-col {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 992px) {
  .history-card .content-col {
    padding: 48px 64px;
    justify-content: center;
  }
}
.history-card .date {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
.history-card .title {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin: 0 0 24px;
}
.history-card .description {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  color: #3e3f43;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .history-card .description {
    max-width: 460px;
  }
}
.history-card .nav-buttons {
  display: flex;
  gap: 8px;
}
.history-card .nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.history-card .nav-btn:hover {
  opacity: 0.65;
}
.history-card .nav-btn:focus-visible {
  outline: 2px solid #0f3622;
  outline-offset: 2px;
}
.history-card .nav-btn svg {
  width: 20px;
  height: 17px;
}
.history-card .nav-btn--prev {
  background-color: #f4f3ee;
  color: #000000;
}
.history-card .nav-btn--next {
  background-color: #000000;
  color: #ffffff;
}

/**
 * Section: Icon Content Cards
 *
 * Grid of content cards with circular icons, titles, descriptions, and links.
 * Displays 3 columns on desktop (22px gap), single column on mobile (32px gap).
 *
 * Typography handled by utility classes in PHP template:
 * - type-display-6 (card title)
 * - type-paragraph-default (card description)
 * - type-display-3 (card link)
 *
 * Based on Figma nodes: 1256:82959 (desktop), 1256:84097 (mobile)
 */
.section-icon-content-cards {
  padding: 48px 0;
}
@media (min-width: 1200px) {
  .section-icon-content-cards {
    padding: 80px 0;
  }
}
.section-icon-content-cards[data-bg=base] {
  background-color: #f4f3ee;
}
.section-icon-content-cards[data-bg=white] {
  background-color: #ffffff;
}
.section-icon-content-cards .cards-grid {
  display: grid;
  row-gap: 40px;
  column-gap: 48px;
}
@media (min-width: 1200px) {
  .section-icon-content-cards .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 22px;
  }
}
.section-icon-content-cards .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 32px 40px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.section-icon-content-cards .card:hover {
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
}
.section-icon-content-cards .card:hover .card-title {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-icon-content-cards .card:hover .card-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-icon-content-cards .icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
}
.section-icon-content-cards .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-icon-content-cards .card-title {
  margin-bottom: 16px;
}
.section-icon-content-cards .card-description {
  margin-bottom: 24px;
}
.section-icon-content-cards .card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.2s ease;
}
.section-icon-content-cards .card-link svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

/**
 * Section: Instagram Feed
 *
 * Dark background section displaying the Instagram feed via Trustindex.
 * Content is managed globally from Theme Options > Instagram.
 *
 * Figma:
 * - Desktop: https://www.figma.com/design/HjXXcvoEMXn7fjWtKwAWVH/WCN-1009-WestCity-Design?node-id=40000362-73114
 * - Mobile:  https://www.figma.com/design/HjXXcvoEMXn7fjWtKwAWVH/WCN-1009-WestCity-Design?node-id=40000362-73166
 */
.section-instagram-feed {
  padding: 48px 0;
  background-color: #3e3f43;
  text-align: center;
}
@media (min-width: 992px) {
  .section-instagram-feed {
    padding: 80px 0;
  }
}
.section-instagram-feed .headings {
  max-width: 580px;
  margin: 0 auto 32px;
}
.section-instagram-feed .title {
  margin: 0 0 24px;
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 0.9;
  color: #ffffff;
  text-transform: uppercase;
}
.section-instagram-feed .description {
  margin: 0;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section-instagram-feed .description {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-instagram-feed .feed {
  margin-bottom: 32px;
}
.section-instagram-feed .btn-filled {
  width: 100%;
}
@media (min-width: 992px) {
  .section-instagram-feed .btn-filled {
    width: auto;
  }
}

.section-job-vacancies {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .section-job-vacancies {
    padding: 48px 0;
  }
}
.section-job-vacancies .container {
  max-width: 918px;
}
.section-job-vacancies .vacancies-list {
  display: flex;
  flex-direction: column;
}
.section-job-vacancies .vacancy:not(:first-child) .vacancy-title {
  margin-top: 40px;
}
.section-job-vacancies .vacancy-title {
  margin-bottom: 24px;
  color: #000000;
}
.section-job-vacancies .vacancy-description p {
  margin: 0;
}
.section-job-vacancies .vacancy-description p:not(:last-child) {
  margin-bottom: 8px;
}
.section-job-vacancies .vacancy-description a {
  color: inherit;
  text-decoration: underline;
}
.section-job-vacancies .vacancy-description a:hover {
  text-decoration: none;
}
.section-job-vacancies .vacancy-divider {
  margin-top: 40px;
  border-bottom: 1px solid #cecece;
}

/**
 * Section: Key Entry Points
 *
 * Content block with title, description, and CTA on left.
 * 2x2 grid of icon cards on right (stacked on mobile).
 *
 * Typography handled by utility classes in PHP template:
 * - type-display-9 (section title)
 * - type-paragraph-medium (description)
 * - type-display-5 (card title)
 *
 * Based on Figma nodes: 40000037:53820 (desktop), 1221:77198 (mobile)
 */
.section-key-entry-points {
  padding: 48px 0;
}
@media (min-width: 1200px) {
  .section-key-entry-points {
    padding: 80px 0 40px;
  }
}
.section-key-entry-points[data-bg=base] {
  background-color: #f4f3ee;
}
.section-key-entry-points[data-bg=white] {
  background-color: #ffffff;
}
.section-key-entry-points .grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .section-key-entry-points .grid {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.section-key-entry-points .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-key-entry-points .content {
    align-items: flex-start;
    text-align: left;
    flex: 0 0 auto;
    max-width: 460px;
  }
}
.section-key-entry-points .section-title {
  margin-bottom: 24px;
}
.section-key-entry-points .description {
  margin-bottom: 32px;
}
.section-key-entry-points .button {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-key-entry-points .button {
    width: auto;
  }
}
.section-key-entry-points .cards-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 1200px) {
  .section-key-entry-points .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    flex: 1;
  }
}
.section-key-entry-points .card {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 1200px) {
  .section-key-entry-points .card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    height: 146px;
  }
}
.section-key-entry-points .card:hover {
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
}
.section-key-entry-points .card:hover .card-title {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-key-entry-points .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.section-key-entry-points .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-key-entry-points .card-title {
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

/**
 * Section: Kids Club CTA
 *
 * Promotional CTA with purple background.
 * Desktop: Two-column layout (image left, content right)
 * Mobile: Stacked with centered content
 */
.section-kids-club-cta {
  background-color: #413061;
  padding: 48px 0;
}
@media (min-width: 992px) {
  .section-kids-club-cta {
    padding: 80px 0;
  }
}
.section-kids-club-cta .grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .section-kids-club-cta .grid {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.section-kids-club-cta .image-col {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .section-kids-club-cta .image-col {
    width: 542px;
  }
}
.section-kids-club-cta .image-col .image {
  width: 100%;
  height: auto;
  border-radius: 40px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
}
.section-kids-club-cta .content-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .section-kids-club-cta .content-col {
    flex: 1;
    align-items: flex-start;
    text-align: left;
  }
}
.section-kids-club-cta .logo {
  width: 151px;
  height: auto;
  margin-bottom: 32px;
}
.section-kids-club-cta .title {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 0.9;
  color: #dfc8e1;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
@media (min-width: 992px) {
  .section-kids-club-cta .title {
    font-size: 48px;
  }
}
.section-kids-club-cta .content {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 32px 0;
}
.section-kids-club-cta .btn-filled {
  --btn-bg: #ffffff;
  --btn-color: #413061;
  width: 100%;
}
@media (min-width: 992px) {
  .section-kids-club-cta .btn-filled {
    width: auto;
  }
}

/**
 * Section: Large Content Cards
 *
 * Displays a grid of content cards with image, title, description, and link.
 * Desktop: 2 columns, 22px gap
 * Mobile: 1 column, 32px gap
 *
 * Based on Figma nodes: 1260:89917 (desktop), 1299:85914 (mobile)
 */
.section-large-content-cards {
  padding: 48px 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .section-large-content-cards {
    padding: 80px 0;
  }
}
.section-large-content-cards .cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  column-gap: 32px;
}
@media (min-width: 992px) {
  .section-large-content-cards .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 22px;
  }
}

/**
 * Latest Offers Section
 *
 * Displays 2 most recent offers on homepage or any page via ACF.
 *
 * Based on Figma nodes 40000037:57809 (desktop) and 40000037:58809 (mobile)
 */
.section-latest-offers {
  background-color: #f4f3ee;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section-latest-offers {
    padding: 48px 0;
  }
}
.section-latest-offers .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .section-latest-offers .header {
    justify-content: center;
    margin-bottom: 48px;
  }
}
.section-latest-offers .header .title {
  margin: 0;
}
@media (max-width: 767px) {
  .section-latest-offers .header .title {
    text-align: center;
  }
}
.section-latest-offers .btn-desktop {
  text-transform: none;
}
@media (max-width: 767px) {
  .section-latest-offers .btn-desktop {
    display: none;
  }
}
.section-latest-offers .offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .section-latest-offers .offers-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.section-latest-offers .btn-mobile-row {
  display: none;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .section-latest-offers .btn-mobile-row {
    display: block;
  }
}
.section-latest-offers .btn-mobile-row .btn-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-transform: none;
}

/**
 * Section: Latest Posts
 *
 * Displays 2 latest blog posts with title and "View all" button.
 * Desktop: Title left, button right, 2 cards side-by-side.
 * Mobile: Title centered, cards stacked, full-width button at bottom.
 *
 * Cards use the existing .blog-grid class from _blog-directory.scss
 * for exact consistency with the What's On page.
 *
 * Based on Figma nodes: 1219:76796 (desktop), 1219:75821 (mobile)
 */
.section-latest-posts {
  padding: 48px 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .section-latest-posts {
    padding: 80px 0;
  }
}
.section-latest-posts .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-latest-posts .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
  }
}
.section-latest-posts .section-title {
  margin: 0;
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 0.9;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .section-latest-posts .section-title {
    font-size: 48px;
    text-align: left;
  }
}
.section-latest-posts .btn-desktop {
  display: none;
}
@media (min-width: 992px) {
  .section-latest-posts .btn-desktop {
    display: inline-flex;
  }
}
.section-latest-posts .blog-card .badge {
  background-color: #9bd4d5;
}
.section-latest-posts .btn-mobile {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .section-latest-posts .btn-mobile {
    display: none;
  }
}

/**
 * More Offers Section
 *
 * Displays 2 latest offers on the offer single page.
 * Similar to related-stores section pattern.
 *
 * Based on Figma nodes 40000116:100077 (desktop) and 40000127:30580 (mobile)
 */
.section-more-offers {
  background-color: #f4f3ee;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section-more-offers {
    padding: 48px 0;
  }
}
.section-more-offers .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .section-more-offers .header {
    justify-content: center;
    margin-bottom: 48px;
  }
}
.section-more-offers .title {
  margin: 0;
}
@media (max-width: 767px) {
  .section-more-offers .title {
    text-align: center;
  }
}
.section-more-offers .btn-desktop {
  text-transform: none;
}
@media (max-width: 767px) {
  .section-more-offers .btn-desktop {
    display: none;
  }
}
.section-more-offers .offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .section-more-offers .offers-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.section-more-offers .btn-mobile-row {
  display: none;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .section-more-offers .btn-mobile-row {
    display: block;
  }
}
.section-more-offers .btn-mobile-row .btn-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-transform: none;
}
.section-more-offers .vip-wrapper {
  margin-top: 48px;
}

.section-offer-content {
  padding: 48px 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .section-offer-content {
    padding: 80px 0;
  }
}
.section-offer-content .container {
  max-width: 918px;
}
.section-offer-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .section-offer-content .breadcrumb {
    margin-bottom: 40px;
  }
}
.section-offer-content .breadcrumb-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  text-decoration: underline;
}
.section-offer-content .breadcrumb-link:hover {
  text-decoration: none;
}
.section-offer-content .home-icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.section-offer-content .breadcrumb-separator {
  color: #3e3f43;
}
.section-offer-content .breadcrumb-current {
  color: #000000;
}
.section-offer-content .content {
  color: #3e3f43;
  font-size: 16px;
  line-height: 24px;
}
.section-offer-content .content > :first-child {
  margin-top: 0;
}
.section-offer-content .content > :last-child {
  margin-bottom: 0;
}
.section-offer-content .content p {
  margin-bottom: 1em;
}
.section-offer-content .content h2,
.section-offer-content .content h3,
.section-offer-content .content h4,
.section-offer-content .content h5,
.section-offer-content .content h6 {
  color: #000000;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.section-offer-content .content h2 {
  font-size: 24px;
  line-height: 1.3;
}
.section-offer-content .content h3 {
  font-size: 20px;
  line-height: 1.3;
}
.section-offer-content .content h4 {
  font-size: 18px;
  line-height: 1.4;
}
.section-offer-content .content a {
  color: #000000;
  text-decoration: underline;
}
.section-offer-content .content a:hover {
  text-decoration: none;
}
.section-offer-content .content ul,
.section-offer-content .content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.section-offer-content .content ul li,
.section-offer-content .content ol li {
  margin-bottom: 0.5em;
}
.section-offer-content .content ul li:last-child,
.section-offer-content .content ol li:last-child {
  margin-bottom: 0;
}
.section-offer-content .content ul {
  list-style-type: disc;
}
.section-offer-content .content ul ul {
  list-style-type: circle;
}
.section-offer-content .content ol {
  list-style-type: decimal;
}
.section-offer-content .content ol ol {
  list-style-type: lower-alpha;
}
.section-offer-content .content blockquote {
  margin: 1.5em 0;
  padding-left: 16px;
  border-left: 3px solid #cecece;
  font-style: italic;
}
.section-offer-content .content strong,
.section-offer-content .content b {
  font-weight: 700;
}
.section-offer-content .content em,
.section-offer-content .content i {
  font-style: italic;
}
.section-offer-content .content hr {
  border: none;
  border-top: 1px solid #e1e1e1;
  margin: 1.5em 0;
}
.section-offer-content .content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.section-offer-content .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.section-offer-content .content table th,
.section-offer-content .content table td {
  padding: 8px 16px;
  border: 1px solid #e1e1e1;
  text-align: left;
}
.section-offer-content .content table th {
  background-color: #f7f7f7;
  font-weight: 700;
}

/**
 * Offer Directory Section Styles
 *
 * AJAX-powered offer listing with sorting and pagination.
 * Used on /offers page.
 *
 * Note: Uses nested class naming per project conventions (not BEM).
 */
.hero--offer-directory {
  position: relative;
  background-color: #ef8f56;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .hero--offer-directory {
    padding: 80px 0 0;
  }
}
.hero--offer-directory .hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .hero--offer-directory .hero__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .hero--offer-directory .hero__left {
    max-width: 636px;
  }
}
.hero--offer-directory .hero__right {
  width: 100%;
}
@media (min-width: 992px) {
  .hero--offer-directory .hero__right {
    width: 260px;
    flex-shrink: 0;
  }
}
.hero--offer-directory .title {
  color: #ab3b2e;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .hero--offer-directory .title {
    margin: 0 0 32px;
  }
}
.hero--offer-directory .description {
  color: #000000;
  margin: 0;
}
.hero--offer-directory .sort {
  width: 100%;
}
.hero--offer-directory .label {
  display: block;
  color: #000000;
  margin-bottom: 8px;
}
.hero--offer-directory .paper-rip {
  display: block;
}
.hero--offer-directory .paper-rip::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--rip-bottom-color, #ffffff);
  margin-top: -2px;
}

.offer-directory {
  padding: 48px 0 64px;
  background-color: #ffffff;
  margin-top: -2px;
  position: relative;
}
@media (min-width: 992px) {
  .offer-directory {
    padding: 48px 0 80px;
  }
}
.offer-directory.is-loading {
  pointer-events: none;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.offer-directory .no-results {
  text-align: center;
  padding: 64px 24px;
  background-color: #f4f3ee;
  border-radius: 16px;
}
.offer-directory .no-results p {
  color: #868788;
  margin: 0;
}

.offer-directory .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}
.offer-directory .pagination .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #f4f3ee;
  border: none;
  border-radius: 50%;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.offer-directory .pagination .btn:hover:not([disabled]), .offer-directory .pagination .btn:focus:not([disabled]) {
  background-color: #000000;
  color: #ffffff;
}
.offer-directory .pagination .btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.offer-directory .pagination .btn svg {
  flex-shrink: 0;
}
.offer-directory .pagination .btn--next:not([disabled]) {
  background-color: #000000;
  color: #ffffff;
}
.offer-directory .pagination .btn--next:not([disabled]):hover, .offer-directory .pagination .btn--next:not([disabled]):focus {
  background-color: #3e3f43;
}
.offer-directory .pagination .status {
  color: #000000;
  white-space: nowrap;
}

/**
 * Section: Parking Notice
 *
 * Paper rip divider with parking notice card positioned above.
 * Lilac card with icon + title.
 */
.section-parking-notice {
  position: relative;
  background-color: var(--rip-top-color, #ffffff);
}
.section-parking-notice .container {
  position: relative;
  z-index: 2;
}
.section-parking-notice .paper-rip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.section-parking-notice .paper-rip svg {
  margin-bottom: -2px;
}

.parking-notice-card {
  background-color: #dfc8e1;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 992px) {
  .parking-notice-card {
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    padding: 64px 80px;
    gap: 48px;
  }
}
.parking-notice-card .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .parking-notice-card .icon {
    width: 90px;
    height: 90px;
  }
}
.parking-notice-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.parking-notice-card .title {
  font-family: "Pluto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 0.9;
  color: #413061;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .parking-notice-card .title {
    font-size: 60px;
    line-height: 0.8;
  }
}

/**
 * Partner Logos Section
 *
 * Horizontal slider of partner company logos.
 * - Desktop: 3 logos visible with prev/next navigation
 * - Mobile: 2 logos visible
 *
 * @see template-parts/sections/s-partner_logos.php
 */
.section-partner-logos {
  padding: 48px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-partner-logos {
    padding: 64px 0;
  }
}
.section-partner-logos[data-bg=base] {
  background-color: #f4f3ee;
}
.section-partner-logos[data-bg=white] {
  background-color: #ffffff;
}

.section-partner-logos .section-title {
  margin-bottom: 32px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  .section-partner-logos .section-title {
    margin-bottom: 48px;
  }
}

.partner-logos-slider {
  margin-bottom: 32px;
}

.section-partner-logos .logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-partner-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-partner-logos .logo-item:hover {
  opacity: 0.65;
}
.section-partner-logos .logo-item:focus-visible {
  outline: 2px solid #0f3622;
  outline-offset: 4px;
  border-radius: 4px;
}

.section-partner-logos .logo-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}

.section-partner-logos .view-all {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.section-partner-logos .view-all .btn-filled {
  --btn-bg: #000000;
  --btn-color: #ffffff;
}

.partner-logos-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.section-partner-logos .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.section-partner-logos .nav-btn svg {
  width: 10px;
  height: 10px;
}
.section-partner-logos .nav-btn:focus-visible {
  outline: 2px solid #0f3622;
  outline-offset: 2px;
}

.section-partner-logos .nav-btn--prev {
  background-color: #ffffff;
  color: #000000;
}
.section-partner-logos .nav-btn--prev:hover {
  background-color: #f7f7f7;
}

.section-partner-logos .nav-btn--next {
  background-color: #000000;
  color: #ffffff;
}
.section-partner-logos .nav-btn--next:hover {
  background-color: #3e3f43;
}

.section-partner-logos .tns-outer,
.section-partner-logos .tns-inner,
.section-partner-logos .tns-ovh {
  overflow: hidden;
}

.section-partner-logos .tns-outer {
  margin-bottom: 32px;
}

.section-partner-logos .tns-nav,
.section-partner-logos .tns-controls {
  display: none;
}

.section-post-breadcrumb {
  padding: 48px 0 0;
  margin-bottom: 24px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .section-post-breadcrumb {
    padding: 80px 0 0;
  }
}
.section-post-breadcrumb + .section {
  padding-top: 0;
}
.section-post-breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 18px;
}
.section-post-breadcrumb .breadcrumb-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  text-decoration: underline;
}
.section-post-breadcrumb .breadcrumb-link:hover {
  text-decoration: none;
}
.section-post-breadcrumb .home-icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.section-post-breadcrumb .breadcrumb-separator {
  color: #3e3f43;
}
.section-post-breadcrumb .breadcrumb-current {
  color: #000000;
}

/**
 * Section: Small Content Cards
 *
 * Grid of clickable content cards with image, title, description, and link.
 * Typography is handled by utility classes in the PHP template:
 * - type-display-7 (section title)
 * - type-display-6 (card title)
 * - type-paragraph-medium (description)
 * - type-display-3 (link)
 *
 * Desktop: 3 columns | Mobile: Single column
 * Based on Figma nodes: 1271:82253 (desktop), 1271:83781 (mobile)
 */
.section-small-content-cards {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .section-small-content-cards {
    padding: 80px 0;
  }
}
.section-small-content-cards[data-bg=base] {
  background-color: #f4f3ee;
}
.section-small-content-cards[data-bg=white] {
  background-color: #ffffff;
}
.section-small-content-cards .section-title {
  margin-bottom: 32px;
  text-align: center;
}
.section-small-content-cards .cards-grid {
  display: grid;
  row-gap: 40px;
  column-gap: 32px;
}
@media (min-width: 992px) {
  .section-small-content-cards .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 22px;
  }
}
.section-small-content-cards .card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 12px 26px 0px rgba(25, 33, 61, 0.12);
  overflow: hidden;
  text-decoration: none;
}
.section-small-content-cards .card[data-aos] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.2s ease;
}
.section-small-content-cards .card[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}
.section-small-content-cards .card:hover {
  box-shadow: 0px 22px 36px 0px rgba(25, 33, 61, 0.12);
}
.section-small-content-cards .card:hover .image img {
  transform: scale(1.03);
}
.section-small-content-cards .card:hover .title {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-small-content-cards .card:hover .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-small-content-cards .card:hover .link svg {
  transform: translateX(4px);
}
.section-small-content-cards .image {
  aspect-ratio: 354/240;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.section-small-content-cards .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-small-content-cards .image .placeholder {
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
}
.section-small-content-cards .content {
  display: flex;
  flex-direction: column;
  padding: 32px 32px 48px;
  flex: 1;
}
.section-small-content-cards .title {
  margin-bottom: 24px;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
.section-small-content-cards .description {
  margin-bottom: 24px;
  flex: 1;
}
.section-small-content-cards .link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.section-small-content-cards .link svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

/**
 * Section: Text and Image
 *
 * Two-column layout with configurable image position and background.
 */
.section-text-and-image {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .section-text-and-image {
    padding: 80px 0;
  }
}
.section-text-and-image.no-padding-top {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .section-text-and-image.no-padding-top {
    padding-top: 0;
  }
}
.section-text-and-image.no-padding-bottom {
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .section-text-and-image.no-padding-bottom {
    padding-bottom: 0;
  }
}
.section-text-and-image[data-bg=white] {
  background-color: #ffffff;
}
.section-text-and-image[data-bg=base] {
  background-color: #f4f3ee;
}
.section-text-and-image[data-bg=moss] {
  background-color: #9bb782;
}
.section-text-and-image[data-bg=turquoise] {
  background-color: #9bd4d5;
}
.section-text-and-image[data-bg=lilac] {
  background-color: #dfc8e1;
}
.section-text-and-image[data-bg=yellow] {
  background-color: #f3ca67;
}
.section-text-and-image[data-bg=haze] {
  background-color: #d0e9d3;
}
.section-text-and-image[data-bg=peach] {
  background-color: #ef8f56;
}
.section-text-and-image[data-bg=cloud] {
  background-color: #e1e8f6;
}
.section-text-and-image[data-bg=purple] {
  background-color: #413061;
}
.section-text-and-image[data-bg=purple] .title,
.section-text-and-image[data-bg=purple] .content {
  color: #ffffff;
}
.section-text-and-image[data-bg=dark-green] {
  background-color: #0f3622;
}
.section-text-and-image[data-bg=dark-green] .title,
.section-text-and-image[data-bg=dark-green] .content {
  color: #ffffff;
}
.section-text-and-image .grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .section-text-and-image .grid {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .section-text-and-image .grid[data-image-position=right] {
    flex-direction: row-reverse;
  }
}
.section-text-and-image .image-col {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .section-text-and-image .image-col {
    width: 541px;
  }
}
.section-text-and-image .image-col .image {
  width: 100%;
  height: auto;
}
.section-text-and-image .content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-text-and-image .content-col {
    flex: 1;
  }
}
.section-text-and-image .title {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin: 0 0 24px 0;
}
.section-text-and-image .content {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 32px 0;
}
.section-text-and-image .btn-filled {
  width: 100%;
}
@media (min-width: 992px) {
  .section-text-and-image .btn-filled {
    width: auto;
  }
}

.section-three-col-table {
  padding: 48px 0;
}
@media (min-width: 1200px) {
  .section-three-col-table {
    padding: 80px 0;
  }
}
.section-three-col-table .table-header {
  background-color: #000000;
  padding: 24px 16px;
  text-align: center;
}
.section-three-col-table .table-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.section-three-col-table .table-body {
  display: flex;
  flex-direction: column;
}
.section-three-col-table .table-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  min-height: 59px;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.section-three-col-table .table-row:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .section-three-col-table .table-row {
    flex-direction: row;
    text-align: left;
    gap: 0;
  }
}
.section-three-col-table .table-cell {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .section-three-col-table .table-cell {
    flex: 1;
  }
}
.section-three-col-table .cell-1 {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .section-three-col-table .cell-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-three-col-table .cell-2 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .section-three-col-table .cell-3 {
    text-align: right;
  }
}

/**
 * Section: VIP Signup
 *
 * Paper rip divider with VIP signup card positioned above.
 * Component styles are in components/_vip-signup.scss.
 */
.section-vip-signup {
  position: relative;
  background-color: var(--rip-top-color, #ffffff);
}
.section-vip-signup .container {
  position: relative;
  z-index: 2;
}
.section-vip-signup .paper-rip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.section-vip-signup .paper-rip svg {
  margin-bottom: -2px;
}

/**
 * Section: WYSIWYG
 *
 * Simple content section with comprehensive typography styling.
 * Supports multiple background color variants.
 */
.section-wysiwyg {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .section-wysiwyg {
    padding: 80px 0;
  }
}
.section-wysiwyg[data-spacing-top=small] {
  padding-top: 24px;
}
.section-wysiwyg[data-spacing-top=none] {
  padding-top: 0;
}
.section-wysiwyg[data-bg=white] {
  background-color: #ffffff;
}
.section-wysiwyg[data-bg=base] {
  background-color: #f4f3ee;
}
.section-wysiwyg[data-bg=moss] {
  background-color: #9bb782;
}
.section-wysiwyg[data-bg=turquoise] {
  background-color: #9bd4d5;
}
.section-wysiwyg[data-bg=lilac] {
  background-color: #dfc8e1;
}
.section-wysiwyg[data-bg=yellow] {
  background-color: #f3ca67;
}
.section-wysiwyg[data-bg=haze] {
  background-color: #d0e9d3;
}
.section-wysiwyg[data-bg=peach] {
  background-color: #ef8f56;
}
.section-wysiwyg[data-bg=cloud] {
  background-color: #e1e8f6;
}
.section-wysiwyg[data-bg=purple] {
  background-color: #413061;
}
.section-wysiwyg[data-bg=purple] .content {
  color: #ffffff;
}
.section-wysiwyg[data-bg=purple] .content a {
  color: #ffffff;
}
.section-wysiwyg[data-bg=purple] .content h2,
.section-wysiwyg[data-bg=purple] .content h3,
.section-wysiwyg[data-bg=purple] .content h4,
.section-wysiwyg[data-bg=purple] .content h5,
.section-wysiwyg[data-bg=purple] .content h6 {
  color: #ffffff;
}
.section-wysiwyg[data-bg=purple] .content blockquote {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.section-wysiwyg[data-bg=purple] .content hr {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.section-wysiwyg[data-bg=purple] .content table th,
.section-wysiwyg[data-bg=purple] .content table td {
  border-color: rgba(255, 255, 255, 0.3);
}
.section-wysiwyg[data-bg=purple] .content table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-wysiwyg[data-bg=dark-green] {
  background-color: #0f3622;
}
.section-wysiwyg[data-bg=dark-green] .content {
  color: #ffffff;
}
.section-wysiwyg[data-bg=dark-green] .content a {
  color: #ffffff;
}
.section-wysiwyg[data-bg=dark-green] .content h2,
.section-wysiwyg[data-bg=dark-green] .content h3,
.section-wysiwyg[data-bg=dark-green] .content h4,
.section-wysiwyg[data-bg=dark-green] .content h5,
.section-wysiwyg[data-bg=dark-green] .content h6 {
  color: #ffffff;
}
.section-wysiwyg[data-bg=dark-green] .content blockquote {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.section-wysiwyg[data-bg=dark-green] .content hr {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.section-wysiwyg[data-bg=dark-green] .content table th,
.section-wysiwyg[data-bg=dark-green] .content table td {
  border-color: rgba(255, 255, 255, 0.3);
}
.section-wysiwyg[data-bg=dark-green] .content table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-wysiwyg .content {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.section-wysiwyg .content > :first-child {
  margin-top: 0;
}
.section-wysiwyg .content > :last-child {
  margin-bottom: 0;
}
.section-wysiwyg .content p {
  margin-bottom: 1em;
}
.section-wysiwyg .content h2,
.section-wysiwyg .content h3,
.section-wysiwyg .content h4,
.section-wysiwyg .content h5,
.section-wysiwyg .content h6 {
  color: #000000;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.section-wysiwyg .content h2 {
  font-size: 24px;
  line-height: 1.3;
}
.section-wysiwyg .content h3 {
  font-size: 20px;
  line-height: 1.3;
}
.section-wysiwyg .content h4 {
  font-size: 18px;
  line-height: 1.4;
}
.section-wysiwyg .content a {
  color: #000000;
  text-decoration: underline;
}
.section-wysiwyg .content a:hover {
  text-decoration: none;
}
.section-wysiwyg .content a:has(strong) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.section-wysiwyg .content a:has(strong)::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M5.9057 0.800049L11.2999 5.94906L5.9057 11.0981' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2999 5.94897L0.799988 5.94897' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
}
.section-wysiwyg .content a:has(strong):hover {
  text-decoration: none;
}
.section-wysiwyg .content a:has(strong):hover::after {
  transform: translateX(4px);
}
.section-wysiwyg .content ul,
.section-wysiwyg .content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.section-wysiwyg .content ul li,
.section-wysiwyg .content ol li {
  margin-bottom: 0.5em;
}
.section-wysiwyg .content ul li:last-child,
.section-wysiwyg .content ol li:last-child {
  margin-bottom: 0;
}
.section-wysiwyg .content ul {
  list-style-type: disc;
}
.section-wysiwyg .content ul ul {
  list-style-type: circle;
}
.section-wysiwyg .content ol {
  list-style-type: decimal;
}
.section-wysiwyg .content ol ol {
  list-style-type: lower-alpha;
}
.section-wysiwyg .content blockquote {
  margin: 1.5em 0;
  padding-left: 16px;
  border-left: 3px solid #cecece;
  font-style: italic;
}
.section-wysiwyg .content strong,
.section-wysiwyg .content b {
  font-weight: 700;
}
.section-wysiwyg .content em,
.section-wysiwyg .content i {
  font-style: italic;
}
.section-wysiwyg .content hr {
  border: none;
  border-top: 1px solid #e1e1e1;
  margin: 1.5em 0;
}
.section-wysiwyg .content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border-radius: 40px;
}
.section-wysiwyg .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.section-wysiwyg .content table th,
.section-wysiwyg .content table td {
  padding: 8px 16px;
  border: 1px solid #e1e1e1;
  text-align: left;
}
.section-wysiwyg .content table th {
  background-color: #f7f7f7;
  font-weight: 700;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/
