/* =============================================================================
   Tailwind entry — single CSS source of truth

   Order in this file:
   - Page bundles (@import)
   - Tailwind directives
   - Site fonts
   - @layer base (resets + globals)
   - @layer components (shared UI)
   - Non-layered “JS hook” selectors (kept unlayered intentionally)
   - Page-independent feature styles (e.g. PhotoSwipe UI)
   - @layer utilities (tiny helpers)
   ============================================================================= */

/* =============================================================================
   Page bundles (scoped classlists + @apply)
   ============================================================================= */

/*
 * Shared across all pages — imported first in tailwind-input.css
 */

/* =============================================================================
   Tailwind layers
   ============================================================================= */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
    font-family: Poppins, system-ui, sans-serif;
    letter-spacing: 0.16px;
}

main {
  overflow-x: clip;
}

/* Prevent embedded images/videos from overflowing on mobile */

img,
  video {
  max-width: 100%;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.page-body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .site-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-btn-primary:hover,
  .site-btn-primary:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.site-btn-primary:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.site-btn-outline.site-btn-black:hover,
  .site-btn-outline.site-btn-black:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.site-btn-black:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-btn-black:hover,
  .site-btn-black:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.site-btn-black:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(17,17,17,0.25);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.site-btn-outline {
  border-width: 1px;
  background-color: transparent;
}

.site-btn-outline:hover,
  .site-btn-outline:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.text-white:hover,
  .site-btn-outline.text-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.site-btn-outline:active {
  opacity: 0.95;
}

.site-btn-outline.text-white:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-announcement {
  position: sticky;
  top: 0px;
  z-index: 60;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .site-announcement {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-announcement-link {
  text-decoration-line: underline;
  text-decoration-color: rgb(201 162 74 / 0.4);
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-announcement-link:hover.site-btn-outline:hover,.site-announcement-link:hover
  .site-btn-outline:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-announcement-link:hover.site-btn-outline:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-announcement-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-header {
  position: sticky;
  z-index: 50;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.95);
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    top: var(--site-announcement-height, 0px);
}

.site-header-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .site-header-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-header-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-header-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-header-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-header-inner {
    max-width: 1536px;
  }
}

.site-header-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-nav {
  display: none;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .site-nav {
    display: flex;
  }
}

.site-nav-link {
  font-weight: 400;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.site-nav-link-active {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.site-logo {
  position: relative;
  z-index: 10;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {

  .site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 4rem;
    width: 4rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.site-logo-lg {
  height: 3.5rem;
  width: 3.5rem;
}

@media (min-width: 1024px) {

  .site-logo-lg {
    height: 4rem;
    width: 4rem;
  }
}

.site-logo-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .site-header-cta {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-header-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-header-cta:hover,.site-header-cta:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.site-header-cta:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.site-header-cta {
  margin-left: auto;
  display: inline-flex;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 11px;
  font-weight: 700;
}

@media (min-width: 640px) {

  .site-header-cta {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {

  .site-header-cta {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }
}

.site-header-cta-lg {
  align-items: center;
}

.site-menu-btn {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: url('../images/bar.svg');
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  font-size: 0;
}

@media (min-width: 1024px) {

  .site-menu-btn {
    display: none;
  }
}

.site-mobile-drawer {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 40;
  height: 100dvh;
  width: 18rem;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .site-mobile-drawer {
    display: none;
  }
}

.site-mobile-drawer-inner {
  position: relative;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-mobile-drawer-inner a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-mobile-drawer-inner a:last-child {
  border-color: transparent;
}

.site-mobile-drawer-inner a:hover {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.site-mobile-drawer-inner a.site-nav-link-active {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.site-mobile-drawer-header {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.site-mobile-drawer-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-mobile-drawer-close {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 10;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.site-mobile-drawer-close::before,
  .site-mobile-drawer-close::after {
  position: absolute;
  left: 50%;
  height: 0.125rem;
  width: 1rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
    content: "";
}

.site-mobile-drawer-close::before {
    transform: translateX(-50%) rotate(45deg);
  }

.site-mobile-drawer-close::after {
    transform: translateX(-50%) rotate(-45deg);
  }

.site-mobile-backdrop {
  pointer-events: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  background-color: rgb(0 0 0 / 0);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .site-mobile-backdrop {
    display: none;
  }
}

.site-mobile-backdrop {
    top: calc(var(--site-announcement-height, 0px) + var(--site-header-height, 80px));
  }

.site-mobile-drawer.is-open {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.site-mobile-backdrop.is-open {
  pointer-events: auto;
  background-color: rgb(0 0 0 / 0.4);
}

/* Eyebrow + rule — reused across many sections */

.site-eyebrow-row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .site-eyebrow-row-lg-start {
    align-items: flex-start;
  }
}

.site-eyebrow {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: .2em;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .site-eyebrow-lg-left {
    text-align: left;
  }
}

/* Eyebrow with wider tracking (menu block label) */

.site-eyebrow-menu {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: .25em;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .site-eyebrow-menu {
    text-align: left;
  }
}

.site-rule {
  height: 2px;
  width: 52px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
}

/*
   * Inner page banner: full-width image + white arch + copy block (eyebrow + rule + title + lead).
   * Shared by: menu (MENU STYLES / Hott Cater Menus), gallery, contact, venues.
   */

.site-inner-hero {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.site-inner-hero-banner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 400px;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(69 56 43 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
}

@media not all and (min-width: 768px) {

  .site-inner-hero-banner {
    min-height: 400px;
  }
}

.site-inner-hero-copy {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  max-width: 625px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}

.site-inner-hero-title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.08;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .site-inner-hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .site-inner-hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .site-inner-hero-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.site-inner-hero-lead {
  margin: 0px;
  text-align: center;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

/* --------------------------------------------------------------------------
     Section / layout — reused across index, about, menu, gallery, …
     -------------------------------------------------------------------------- */

.site-section {
  overflow-x: clip;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .site-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.site-section-md {
  overflow-x: clip;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .site-section-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.site-section-hero-pad {
  overflow-x: clip;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .site-section-hero-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {

  .site-section-hero-pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.site-container {
  width: 100%;
}

@media (min-width: 640px) {

  .site-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-container {
    max-width: 1536px;
  }
}

.site-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-container-wide-pad {
  width: 100%;
}

@media (min-width: 640px) {

  .site-container-wide-pad {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-container-wide-pad {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-container-wide-pad {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-container-wide-pad {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-container-wide-pad {
    max-width: 1536px;
  }
}

.site-container-wide-pad {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .site-container-wide-pad {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.site-grid-12 {
  width: 100%;
}

@media (min-width: 640px) {

  .site-grid-12 {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-grid-12 {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-grid-12 {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-grid-12 {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-grid-12 {
    max-width: 1536px;
  }
}

.site-grid-12 {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .site-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.site-grid-12-center {
  align-items: center;
}

.site-grid-12-start {
  align-items: flex-start;
}

/* Two-column section heading (left-aligned on lg) */

.site-heading-split {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .site-heading-split {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .site-heading-split {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {

  .site-heading-split {
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.site-btn-outline.site-heading-split-light:hover,
  .site-btn-outline.site-heading-split-light:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.site-heading-split-light:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-heading-split-light {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .site-heading-split-light {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .site-heading-split-light {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {

  .site-heading-split-light {
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.site-heading-split-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Centered section heading (leading 1.08 — used in many index/about/venues blocks) */

.site-heading-center {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.08;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .site-heading-center {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .site-heading-center {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .site-heading-center {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.site-btn-outline.site-heading-center-light:hover,
  .site-btn-outline.site-heading-center-light:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.site-heading-center-light:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-heading-center-light {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.08;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .site-heading-center-light {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .site-heading-center-light {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .site-heading-center-light {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.site-copy-muted {
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

/* --------------------------------------------------------------------------
     Venues promo — herb decoration + OUR VENUES copy (index, about).
     Add figma-s10-herb* and venues-section on the section element.
     -------------------------------------------------------------------------- */

.site-venues-promo-shell {
  position: relative;
  overflow-x: clip;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .site-venues-promo-shell {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {

  .site-venues-promo-shell {
    height: 580px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.site-venues-promo-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .site-venues-promo-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-venues-promo-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-venues-promo-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-venues-promo-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-venues-promo-grid {
    max-width: 1536px;
  }
}

.site-venues-promo-grid {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .site-venues-promo-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {

  .site-venues-promo-grid {
    height: 100%;
  }
}

.site-venues-promo-copy {
  min-width: 0px;
  text-align: center;
}

@media (min-width: 1024px) {

  .site-venues-promo-copy {
    grid-column: span 5 / span 5;
    text-align: left;
  }
}

.site-venues-promo-lead {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .site-venues-promo-lead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* --------------------------------------------------------------------------
     Experiences split — heading + polaroid stack (index, gallery, contact, venue-detail)
     -------------------------------------------------------------------------- */

.site-experiences-split {
  overflow-x: clip;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .site-experiences-split {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.site-experiences-split-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .site-experiences-split-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-experiences-split-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-split-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-experiences-split-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-experiences-split-grid {
    max-width: 1536px;
  }
}

.site-experiences-split-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .site-experiences-split-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.site-experiences-split-tagline {
  margin-top: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .site-experiences-split-tagline {
    margin-top: 5rem;
    text-align: left;
  }
}

.site-experiences-split-social {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {

  .site-experiences-split-social {
    justify-content: flex-start;
    text-align: left;
  }
}

.site-experiences-split-social-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-experiences-split-media {
  display: flex;
  min-height: 380px;
  justify-content: center;
  overflow-x: clip;
}

@media (min-width: 768px) {

  .site-experiences-split-media {
    min-height: 460px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-split-media {
    min-height: 510px;
  }
}

.site-experiences-split-stack {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 380px;
  width: 100%;
  max-width: 460px;
}

@media (min-width: 768px) {

  .site-experiences-split-stack {
    min-height: 460px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-split-stack {
    min-height: 510px;
  }
}

.site-experiences-polaroid {
  position: absolute;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
}

.site-experiences-polaroid-a {
  left: 1rem;
  top: 4rem;
  width: 180px;
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {

  .site-experiences-polaroid-a {
    left: 1.5rem;
    width: 220px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-polaroid-a {
    width: 260px;
  }
}

.site-experiences-polaroid-b {
  left: 130px;
  top: 2.5rem;
  width: 150px;
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {

  .site-experiences-polaroid-b {
    left: 10rem;
    width: 200px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-polaroid-b {
    left: 12rem;
    width: 230px;
  }
}

.site-experiences-polaroid-c {
  left: 145px;
  top: 10rem;
  width: 150px;
  --tw-rotate: 24deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {

  .site-experiences-polaroid-c {
    left: 12rem;
    top: 10rem;
    width: 200px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-polaroid-c {
    left: 14rem;
    top: 11rem;
    width: 230px;
  }
}

.site-experiences-polaroid-img-tall {
  height: 190px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .site-experiences-polaroid-img-tall {
    height: 240px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-polaroid-img-tall {
    height: 280px;
  }
}

.site-experiences-polaroid-img {
  height: 150px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .site-experiences-polaroid-img {
    height: 200px;
  }
}

@media (min-width: 1024px) {

  .site-experiences-polaroid-img {
    height: 228px;
  }
}

.site-experiences-polaroid-caption {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

/* --------------------------------------------------------------------------
     CTA — "Ready to Plan Your Event?" (paired with .cta-ready-plan__* in tailwind-input)
     -------------------------------------------------------------------------- */

.site-cta-plan {
  position: relative;
  overflow: hidden;
}

.site-cta-plan-gold-mobile {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {

  .site-cta-plan-gold-mobile {
    display: none;
  }
}

.site-cta-plan-container {
  width: 100%;
}

@media (min-width: 640px) {

  .site-cta-plan-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-cta-plan-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-cta-plan-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-cta-plan-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-cta-plan-container {
    max-width: 1536px;
  }
}

.site-cta-plan-container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {

  .site-cta-plan-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-cta-plan-wrap {
  position: relative;
}

@media (min-width: 1024px) {

  .site-cta-plan-wrap {
    min-height: 360px;
  }
}

.site-cta-plan-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0px;
}

@media (min-width: 1024px) {

  .site-cta-plan-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.site-cta-plan-col {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media (min-width: 1024px) {

  .site-cta-plan-col {
    grid-column: span 5 / span 5;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}

.site-cta-plan-eyebrow-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .site-cta-plan-eyebrow-wrap {
    align-items: flex-start;
  }
}

.site-cta-plan-eyebrow {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .site-cta-plan-eyebrow {
    text-align: left;
  }
}

.site-cta-plan-rule {
  height: 3px;
  width: 52px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.site-cta-plan-title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .site-cta-plan-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .site-cta-plan-title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .site-cta-plan-title {
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.site-cta-plan-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 36rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .site-cta-plan-lead {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.site-cta-plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .site-cta-plan-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-btn-outline.site-cta-plan-btn:hover,
  .site-btn-outline.site-cta-plan-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.site-cta-plan-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-cta-plan-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-cta-plan-btn:hover,.site-cta-plan-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.site-cta-plan-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(17,17,17,0.25);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.site-cta-plan-btn {
  margin-top: 2rem;
  display: inline-block;
}

.site-cta-plan-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {

    .site-cta-plan-media {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem + 15px);
    z-index: 0;
    width: calc(50vw - 50% + 100% - ((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem));
    overflow: hidden;
    border-radius: 0px;
  }
  }

.site-cta-plan-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 0px;
}

@media (min-width: 1024px) {

  .site-cta-plan-media {
    grid-column: span 7 / span 7;
  }
}

/* --------------------------------------------------------------------------
     Footer — same markup across 7 pages
     -------------------------------------------------------------------------- */

.site-btn-outline.site-footer:hover,
  .site-btn-outline.site-footer:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.site-footer:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-bottom: 2rem;
  padding-top: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .site-footer-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-footer-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-footer-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-footer-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-footer-grid {
    max-width: 1536px;
  }
}

.site-footer-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 768px) {

  .site-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
  }
}

@media (min-width: 1024px) {

  .site-footer-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {

  .site-footer-brand {
    grid-column: span 3 / span 3;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {

  .site-footer-brand {
    grid-column: span 6 / span 6;
    justify-content: flex-start;
  }
}

.site-footer-logo {
  height: 10rem;
  width: 10rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {

  .site-footer-logo {
    height: 10rem;
    width: 10rem;
  }
}

@media (min-width: 1024px) {

  .site-footer-logo {
    height: 12rem;
    width: 12rem;
  }
}

.site-footer-name {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

.site-footer-tagline {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.site-footer-list {
  margin-top: 1.5rem;
}

.site-footer-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.site-footer-list {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-footer-list-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {

  .site-footer-list-row {
    justify-content: flex-start;
  }
}

.site-footer-list-row-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .site-footer-list-row-phone {
    justify-content: flex-start;
  }
}

.site-footer-list-row-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {

  .site-footer-list-row-email {
    justify-content: flex-start;
  }
}

.site-footer-icon {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {

  .site-footer-nav-cell {
    grid-column: span 2 / span 2;
  }
}

.site-footer-nav-title {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.site-footer-nav-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .site-footer-nav-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: flex-start;
    justify-items: start;
  }
}

.site-footer-nav-list li {
  margin: 0px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.site-footer-social-row {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {

  .site-footer-social-row {
    justify-content: flex-start;
  }
}

.site-footer-social-icon {
  height: 1.75rem;
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer-bottom {
  width: 100%;
}

@media (min-width: 640px) {

  .site-footer-bottom {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .site-footer-bottom {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .site-footer-bottom {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .site-footer-bottom {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .site-footer-bottom {
    max-width: 1536px;
  }
}

.site-footer-bottom {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.site-footer-legal-rule {
  margin-bottom: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.site-footer-copyright {
  text-align: center;
}

/* Home-only primitives — moved from tailwind-input */

.content-slider-section {
  overflow-x: clip;
}

.hero-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(64 51 56 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(180deg,rgba(219,217,217,0.82) 0%,rgba(17,17,17,0.46) 45%,rgba(17,17,17,0.24) 100%),url('https://picsum.photos/seed/hero-catering-wedding-night/1920/1200');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ── Hero ── */

.site-btn-outline.page-index-hero:hover,
  .site-btn-outline.page-index-hero:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-hero:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(64 51 56 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(180deg,rgba(219,217,217,0.82) 0%,rgba(17,17,17,0.46) 45%,rgba(17,17,17,0.24) 100%),url('https://picsum.photos/seed/hero-catering-wedding-night/1920/1200');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  min-height: 40vh;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .page-index-hero {
    min-height: 78vh;
  }
}

.page-index-hero-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {

  .page-index-hero-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-index-hero-ornament {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-index-hero-eyebrow-row {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.page-index-hero-eyebrow {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-hero-eyebrow {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-hero-title {
  margin-bottom: 1.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.3;
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-index-hero-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {

  .page-index-hero-title {
    font-size: 3.75rem;
    line-height: 1.08;
  }
}

@media (min-width: 1024px) {

  .page-index-hero-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.page-index-hero-lead {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-hero-lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.page-index-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.page-index-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-hero-cta-primary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-hero-cta-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-index-hero-cta-primary:hover,.page-index-hero-cta-primary:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-index-hero-cta-primary:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-hero-cta-primary {
  display: inline-block;
}

.page-index-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-hero-btn-outline {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-hero-btn-outline {
  border-width: 1px;
  background-color: transparent;
}

.page-index-hero-btn-outline:hover,.page-index-hero-btn-outline:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-hero-btn-outline.text-white:hover,.page-index-hero-btn-outline.text-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-hero-btn-outline:hover,
  .site-btn-outline.page-index-hero-btn-outline:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-hero-btn-outline.text-white:hover,.page-index-hero-btn-outline.text-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-hero-btn-outline:hover,
  .site-btn-outline.page-index-hero-btn-outline:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-hero-btn-outline:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-hero-btn-outline:active {
  opacity: 0.95;
}

.page-index-hero-btn-outline.text-white:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-btn-outline.page-index-hero-btn-outline:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-hero-btn-outline {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-index-hero-scroll {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-index-hero-scroll-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}

/* ── Story / slider ── */

.page-index-story {
  overflow-x: clip;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {

  .page-index-story {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {

  .page-index-story {
    min-height: 760px;
  }
}

.page-index-story-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-story-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-story-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-story-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-story-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-story-grid {
    max-width: 1536px;
  }
}

.page-index-story-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-index-story-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: flex-start;
    gap: 1.5rem;
    padding-top: 2.5rem;
  }
}

.page-index-story-col-copy {
  width: 100%;
}

@media (min-width: 1024px) {

  .page-index-story-col-copy {
    grid-column: span 5 / span 5;
  }
}

.page-index-story-col-copy-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 1024px) {

  .page-index-story-col-copy-inner {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-index-story-col-media {
  margin-top: 2.5rem;
  width: calc(100% + 1rem);
}

@media (min-width: 1024px) {

  .page-index-story-col-media {
    grid-column: span 7 / span 7;
    width: 100%;
  }
}

@media (min-width: 1280px) {

  .page-index-story-col-media {
    display: none;
  }
}

.page-index-story-shell {
  position: relative;
  right: 0px;
  height: 300px;
  width: calc(100% + 1rem);
  overflow: hidden;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 97 89 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-story-shell {
    height: 420px;
  }
}

@media (min-width: 1024px) {

  .page-index-story-shell {
    height: 560px;
  }
}

.page-index-story-blob {
  position: absolute;
  right: 0px;
  top: 2.5rem;
  display: none;
  height: 680px;
  max-height: min(680px, 85vh);
  width: min(56vw, calc(100vw - 1rem));
  min-width: 0px;
  overflow: hidden;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 97 89 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {

  .page-index-story-blob {
    display: block;
  }
}

.page-index-story-blob-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.page-index-story-splide {
  height: 100%;
}

.page-index-story-slide-mobile {
  position: relative;
  height: 300px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .page-index-story-slide-mobile {
    height: 420px;
  }
}

@media (min-width: 1024px) {

  .page-index-story-slide-mobile {
    height: 560px;
  }
}

.page-index-story-slide-desktop {
  position: relative;
  height: 680px;
  overflow: hidden;
}

.page-index-stat-grid {
  margin-bottom: 2rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 0.75rem;
  text-align: center;
}

@media (min-width: 640px) {

  .page-index-stat-grid {
    gap: 1.5rem;
  }
}

.page-index-story-title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-index-story-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .page-index-story-title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .page-index-story-title {
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.page-index-story-copy {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .page-index-story-copy {
    text-align: left;
  }
}

.page-index-story-cta-wrap {
  text-align: center;
}

@media (min-width: 1024px) {

  .page-index-story-cta-wrap {
    text-align: left;
  }
}

.page-index-story-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-story-cta-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-story-cta-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-index-story-cta-btn:hover,.page-index-story-cta-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-index-story-cta-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-story-cta-btn {
  display: inline-block;
}

.page-index-stat-value {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .page-index-stat-value {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.page-index-stat-label {
  font-size: 10px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .page-index-stat-label {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.page-index-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ── Experience (chef oval) ── */

.page-index-experience-section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {

  .page-index-experience-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-index-experience-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-experience-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-experience-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-experience-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-experience-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-experience-grid {
    max-width: 1536px;
  }
}

.page-index-experience-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  gap: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-index-experience-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-index-experience-photo-col {
  order: 1;
  width: 100%;
}

@media (min-width: 1024px) {

  .page-index-experience-photo-col {
    order: 0;
    grid-column: span 5 / span 5;
  }
}

.page-index-experience-photo-oval {
  height: 460px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 640px) {

  .page-index-experience-photo-oval {
    height: 380px;
  }
}

@media (min-width: 768px) {

  .page-index-experience-photo-oval {
    margin-left: auto;
    margin-right: auto;
    height: 680px;
    width: 480px;
  }
}

@media (min-width: 1024px) {

  .page-index-experience-photo-oval {
    height: 613px;
    width: 100%;
  }
}

@media (min-width: 1280px) {

  .page-index-experience-photo-oval {
    height: 680px;
  }
}

@media (min-width: 1536px) {

  .page-index-experience-photo-oval {
    height: 730px;
  }
}

.page-index-experience-copy-col {
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {

  .page-index-experience-copy-col {
    grid-column: span 7 / span 7;
    text-align: left;
  }
}

.page-index-experience-quote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 586px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .page-index-experience-quote {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* ── Banner scrim (signature events) ── */

.page-index-banner-scrim-section {
  position: relative;
  height: 360px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .page-index-banner-scrim-section {
    height: 500px;
  }
}

.page-index-banner-scrim-section > img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-index-banner-scrim-section::before {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0.35) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.page-index-banner-scrim-overlay {
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-btn-outline.page-index-banner-scrim-inner:hover,
  .site-btn-outline.page-index-banner-scrim-inner:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-banner-scrim-inner:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-banner-scrim-inner {
  max-width: 48rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-index-banner-scrim-title {
  margin-top: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-index-banner-scrim-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .page-index-banner-scrim-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .page-index-banner-scrim-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.page-index-banner-scrim-lead {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-banner-scrim-lead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* ── Services / venue cards row ── */

.page-index-services-section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-index-services-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-index-services-intro {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-services-intro {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-services-intro {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-services-intro {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-services-intro {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-services-intro {
    max-width: 1536px;
  }
}

.page-index-services-intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-index-services-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 42rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-index-services-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-services-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-services-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-services-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-services-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-services-grid {
    max-width: 1536px;
  }
}

.page-index-services-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {

  .page-index-services-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .page-index-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-index-venue-tile {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.page-index-venue-tile:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: rgb(201 162 74 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 248 / var(--tw-bg-opacity, 1));
}

.page-index-venue-tile-media {
  height: 20rem;
  overflow: hidden;
}

.page-index-venue-tile-body {
  padding: 1.5rem;
}

.page-index-venue-tile-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.page-index-venue-tile-meta {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-index-venue-tile-cta {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

/* ── Who we are (gold wash) ── */

.page-index-who-section {
  background-color: rgba(201,162,74,0.3);
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media (min-width: 768px) {

  .page-index-who-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-index-who-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-who-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-who-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-who-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-who-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-who-inner {
    max-width: 1536px;
  }
}

.page-index-who-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-index-who-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.page-index-who-media {
  margin-top: 2.5rem;
  height: 240px;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 640px) {

  .page-index-who-media {
    height: 380px;
  }
}

@media (min-width: 768px) {

  .page-index-who-media {
    height: 500px;
  }
}

@media (min-width: 1024px) {

  .page-index-who-media {
    height: 600px;
  }
}

/* ── What we offer / service features ── */

.page-index-offer-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-index-offer-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-index-offer-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-offer-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-offer-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-offer-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-offer-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-offer-inner {
    max-width: 1536px;
  }
}

.page-index-offer-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-index-offer-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 700px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-index-offer-explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-offer-explore-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-offer-explore-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-index-offer-explore-btn:hover,.page-index-offer-explore-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-index-offer-explore-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-offer-explore-btn {
  margin-top: 2rem;
  display: inline-block;
}

.page-index-offer-layout {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  row-gap: 3rem;
}

@media (min-width: 1024px) {

  .page-index-offer-layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
    text-align: left;
  }
}

.page-index-offer-col-left > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {

  .page-index-offer-col-left {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {

  .page-index-offer-col-left {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
    flex-direction: column;
  }
}

.page-index-offer-col-right > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {

  .page-index-offer-col-right {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {

  .page-index-offer-col-right {
    grid-column: span 3 / span 3;
    grid-column-start: 9;
    flex-direction: column;
  }
}

.page-index-service-feature-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-index-service-feature-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {

  .page-index-service-feature-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.page-index-service-feature-copy {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-index-service-preview {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: min(600px, 70vw);
  min-height: 420px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 107 84 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px) {

  .page-index-service-preview {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 600px;
    max-width: none;
  }
}

.page-index-service-preview::after {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / 0.1);
  --tw-content: '';
  content: var(--tw-content);
}

.page-index-service-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-service-outline-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-service-outline-btn {
  border-width: 1px;
  background-color: transparent;
}

.page-index-service-outline-btn:hover,.page-index-service-outline-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-service-outline-btn.text-white:hover,.page-index-service-outline-btn.text-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-service-outline-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-service-outline-btn:active {
  opacity: 0.95;
}

.page-index-service-outline-btn.text-white:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-service-outline-btn {
  margin-top: 1rem;
  display: inline-flex;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

/* ── Happy clients (dark) ── */

.site-btn-outline.page-index-clients-section:hover,
  .site-btn-outline.page-index-clients-section:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-clients-section:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-clients-section {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-clients-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-index-clients-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-clients-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-clients-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-clients-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-clients-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-clients-inner {
    max-width: 1536px;
  }
}

.page-index-clients-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-index-clients-shell {
  position: relative;
  margin-top: 2.5rem;
}

.page-index-testimonial-layout {
  display: grid;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .page-index-testimonial-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-index-testimonial-copy {
  min-width: 0px;
  text-align: center;
}

@media (min-width: 1024px) {

  .page-index-testimonial-copy {
    text-align: left;
  }
}

.page-index-testimonial-photo {
  height: 220px;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 640px) {

  .page-index-testimonial-photo {
    height: 320px;
  }
}

@media (min-width: 768px) {

  .page-index-testimonial-photo {
    height: 480px;
  }
}

.page-index-testimonial-quote-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {

  .page-index-testimonial-quote-icon {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-index-testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-testimonial-quote {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-index-testimonial-meta {
  margin-top: 1.5rem;
}

.page-index-testimonial-name {
  font-weight: 700;
}

.page-index-testimonial-source {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.page-index-happy-rail {
  position: relative;
  left: 50%;
  margin-top: 2rem;
  width: 100%;
  max-width: 200px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* ── Cities ── */

.page-index-cities-section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-index-cities-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-index-cities-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-cities-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-cities-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-cities-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-cities-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-cities-inner {
    max-width: 1536px;
  }
}

.page-index-cities-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-index-cities-lead {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-cities-lead {
    margin-bottom: 5rem;
  }
}

.page-index-cities-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {

  .page-index-cities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.site-btn-outline.page-index-city-card:hover,
  .site-btn-outline.page-index-city-card:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-city-card:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-city-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .page-index-city-card {
    min-height: 320px;
  }
}

@media (min-width: 768px) {

  .page-index-city-card {
    min-height: 400px;
  }
}

.page-index-city-card::before {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(180deg,rgba(0,0,0,0.55),rgba(0,0,0,0.1));
  --tw-content: '';
  content: var(--tw-content);
}

.page-index-city-card p {
  position: relative;
  z-index: 1;
}

.page-index-city-label {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-index-city-name {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

/* ── Reviews showcase ── */

.site-btn-outline.page-index-reviews-section:hover,
  .site-btn-outline.page-index-reviews-section:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-index-reviews-section:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-reviews-section {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-index-reviews-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-index-reviews-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-reviews-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-reviews-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-reviews-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-reviews-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-reviews-inner {
    max-width: 1536px;
  }
}

.page-index-reviews-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-index-reviews-shell {
  margin-top: 2.5rem;
}

.page-index-reviews-cta-row {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {

  .page-index-reviews-cta-row {
    gap: 1.25rem;
  }
}

.page-index-reviews-rail {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 100%;
  max-width: 200px;
}

/* ── Featured services (herb) ── */

.page-index-featured-section::before {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  display: none;
  background-image: url('../images/herb-2.svg');
  background-size: 180px 300px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .page-index-featured-section::before {
    display: block;
  }
}

.page-index-featured-section::before {
  right: max(-3.5rem, calc(-1 * min(7vw, 5rem)));
  top: clamp(-4rem, -6vw, -1.25rem);
  height: min(316px, 38vw);
  width: min(349px, 42vw);
  transform-origin: center;
  --tw-rotate: -123.67deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.page-index-featured-section {
  position: relative;
  overflow-x: clip;
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-index-featured-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-index-featured-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-index-featured-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-index-featured-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-index-featured-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-index-featured-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-index-featured-inner {
    max-width: 1536px;
  }
}

.page-index-featured-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-index-featured-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  text-align: left;
}

@media (min-width: 640px) {

  .page-index-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .page-index-featured-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

.page-index-featured-card {
  display: flex;
  min-height: 354px;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {

  .page-index-featured-card {
    grid-column: span 3 / span 3;
  }
}

.page-index-featured-card-accent {
  margin-bottom: 1.25rem;
  height: 0.25rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
}

.page-index-featured-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.page-index-featured-card-copy {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-index-offer-card-cta {
  margin-top: auto;
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

/* ── Venues strip CTA ── */

.page-index-venues-explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-venues-explore-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-venues-explore-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-index-venues-explore-btn:hover,.page-index-venues-explore-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-index-venues-explore-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-venues-explore-btn {
  margin-top: 2rem;
  display: inline-block;
}

/* ── Story section CTAs (gallery / plan) ── */

.page-index-story-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-story-cta-outline {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-story-cta-outline {
  border-width: 1px;
  background-color: transparent;
}

.page-index-story-cta-outline:hover,.page-index-story-cta-outline:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-story-cta-outline.text-white:hover,.page-index-story-cta-outline.text-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-story-cta-outline:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-story-cta-outline:active {
  opacity: 0.95;
}

.page-index-story-cta-outline.text-white:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-index-story-cta-outline {
  display: inline-flex;
  width: 15rem;
  max-width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-index-story-cta-solid {
  display: inline-flex;
  height: 3rem;
  width: 15rem;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-index-story-cta-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-index-story-cta-solid:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(201 162 74 / 0.4);
}

.page-index-story-rail-anchor {
  position: absolute;
  bottom: 2rem;
}

.page-index-venues-slider-mobile {
  position: relative;
}

@media (min-width: 1024px) {

  .page-index-venues-slider-mobile {
    grid-column: span 7 / span 7;
  }
}

@media (min-width: 1280px) {

  .page-index-venues-slider-mobile {
    display: none;
  }
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .page-index-venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .page-index-venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .page-index-venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
}

.page-index-venues-breakout {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  display: none;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {

  .page-index-venues-breakout {
    display: block;
  }
}

.page-index-venues-rail {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 24rem;
}

@media (min-width: 640px) {

  .page-index-venues-rail {
    width: 50%;
  }
}

.page-index-venues-slide {
  width: auto !important;
}

/* ── Primary CTA (reused) ── */

.page-index-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-index-primary-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-index-primary-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-index-primary-btn:hover,.page-index-primary-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-index-primary-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-index-primary-btn {
  display: inline-block;
}

/* About-only primitives + Figma textures — moved from tailwind-input */

.about-arch-card {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  aspect-ratio: 384/520;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 9999px;
  padding-top: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.about-s1-s3-wrap {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.about-sage-band {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: clamp(45rem, 62vw, 40rem);
  z-index: 0;
  height: 0px;
  background-color: rgba(201,162,74,0.3);
}

@media (min-width: 768px) {

  .about-sage-band {
    top: clamp(35rem, 62vw, 40rem);
    height: clamp(55rem, 58vw, 62rem);
  }
}

@media (min-width: 1024px) {

  .about-sage-band {
    top: clamp(22rem, 62vw, 40rem);
    height: clamp(32rem, 90vw, 62rem);
  }
}

@media (min-width: 1280px) {

  .about-sage-band {
    top: clamp(22rem, 62vw, 40rem);
    height: clamp(32rem, 72vw, 70rem);
  }
}

@media (min-width: 1536px) {

  .about-sage-band {
    top: clamp(22rem, 62vw, 40rem);
    height: clamp(32rem, 68vw, 70rem);
  }
}

.about-hero-cards-stack {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.about-s1-hero {
  min-height: min(520px, 78vh);
}

@media (min-width: 1024px) {

  .about-s1-hero {
    min-height: min(560px, 72vh);
  }
}

.about-hero-cards-stack::before {
  pointer-events: none;
  position: absolute;
  left: max(-15.5rem, -28vw);
  top: 5rem;
  z-index: 0;
  box-sizing: border-box;
  display: none;
  height: min(657px, 75vh);
  width: min(596px, 95vw);
  transform-origin: center;
  background-image: url('../images/about-figma-hero-herb.svg');
  background-size: min(407px, 78%) auto;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  transform: rotate(45deg) scaleY(-1) rotate(-154.74deg);
}

@media (min-width: 1024px) {

  .about-hero-cards-stack::before {
    display: block;
  }
}

.about-s3-mission::before {
  pointer-events: none;
  position: absolute;
  left: 1.25rem;
  top: 50px;
  z-index: 0;
  box-sizing: border-box;
  display: none;
  height: 500px;
  max-height: 100%;
  width: 220px;
  background-image: url('../images/about-figma-carrot.svg');
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .about-s3-mission::before {
    display: block;
  }
}

.about-section-values::before {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: clamp(2.5rem, 6vw, 4rem);
  z-index: 0;
  box-sizing: border-box;
  display: none;
  height: min(400px, 55vh);
  width: min(260px, 32vw);
  background-image: url('../images/about-figma-food-pot.svg');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .about-section-values::before {
    display: block;
  }
}

.about-section-dei::before,
  .about-section-dei::after {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  display: none;
  background-image: url('../images/herb-2.svg');
  background-size: 180px 300px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1280px) {

  .about-section-dei::before,
  .about-section-dei::after {
    display: block;
  }
}

.about-section-dei::before {
  left: max(-7.5rem, -11vw);
  top: 45%;
  height: min(350px, 45vh);
  width: min(302px, 38vw);
  transform-origin: center;
  --tw-rotate: 28.68deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.about-section-dei::after {
  right: max(-5rem, -8vw);
  top: clamp(0.5rem, 4vw, 2rem);
  height: min(286px, 36vw);
  width: min(347px, 42vw);
  transform-origin: center;
  --tw-rotate: -113.84deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.about-section-community::before {
  pointer-events: none;
  position: absolute;
  right: clamp(-16rem, -20vw, -6rem);
  top: clamp(-6rem, -10vw, -2rem);
  z-index: 0;
  box-sizing: border-box;
  display: none;
  height: min(657px, 72vh);
  width: min(596px, 55vw);
  transform-origin: center;
  --tw-rotate: -25.26deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('../images/about-figma-community-herb.svg');
  background-size: min(407px, 70%) auto;
  background-position: center top;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .about-section-community::before {
    display: block;
  }
}

.site-btn-outline.about-arch-link:hover,
  .site-btn-outline.about-arch-link:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.about-arch-link:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.about-arch-link {
  margin-top: 18px;
  display: inline-flex;
  height: 34px;
  min-width: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.site-btn-outline.about-arch-link:hover:hover,
  .site-btn-outline.about-arch-link:hover:focus-visible,.site-btn-outline
  .about-arch-link:focus-visible:hover,
  .site-btn-outline
  .about-arch-link:focus-visible:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.about-arch-link:hover:focus-visible,.site-btn-outline
  .about-arch-link:focus-visible:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.about-arch-link:hover,
  .about-arch-link:focus-visible {
  background-color: rgba(255,255,255,0.12);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@supports not (aspect-ratio: 1) {
    .page-about-arch-card-overlay,
    .page-about-arch-card-overlay-muted {
    min-height: 520px;
  }
  }

/* ── S1 hero (existing stack + inner) ── */

.page-about-s1-hero {
  min-height: min(520px, 78vh);
}

@media (min-width: 1024px) {

  .page-about-s1-hero {
    min-height: min(560px, 72vh);
  }
}

.page-about-s1-hero {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {

  .page-about-s1-hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {

  .page-about-s1-hero {
    padding-bottom: 7rem;
  }
}

.page-about-s1-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-s1-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-s1-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-s1-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-s1-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-s1-inner {
    max-width: 1536px;
  }
}

.page-about-s1-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-about-s1-title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.08;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-about-s1-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .page-about-s1-title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .page-about-s1-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .page-about-s1-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.page-about-s1-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-about-s1-lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.page-about-s1-ornament {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  height: 20px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}

/* ── Wrap / hero stack (texture ::before on .about-hero-cards-stack) ── */

.page-about-top-wrap {
  position: relative;
  overflow-x: clip;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page-about-hero-stack {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page-about-hero-stack::before {
  pointer-events: none;
  position: absolute;
  left: max(-15.5rem, -28vw);
  top: 5rem;
  z-index: 0;
  box-sizing: border-box;
  display: none;
  height: min(657px, 75vh);
  width: min(596px, 95vw);
  transform-origin: center;
  background-image: url('../images/about-figma-hero-herb.svg');
  background-size: min(407px, 78%) auto;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  transform: rotate(45deg) scaleY(-1) rotate(-154.74deg);
}

@media (min-width: 1024px) {

  .page-about-hero-stack::before {
    display: block;
  }
}

.page-about-hero-stack {
  position: relative;
  z-index: 2;
  overflow-x: clip;
}

/* ── S2 cards ── */

.page-about-s2 {
  position: relative;
  z-index: 2;
  margin-top: -3rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {

  .page-about-s2 {
    margin-top: -4rem;
  }
}

@media (min-width: 768px) {

  .page-about-s2 {
    margin-top: -6rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .page-about-s2 {
    margin-top: -8.5rem;
  }
}

.page-about-s2-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-s2-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-s2-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-s2-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-s2-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-s2-inner {
    max-width: 1536px;
  }
}

.page-about-s2-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-about-s2-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {

  .page-about-s2-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-about-arch-card-overlay::before {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  border-radius: inherit;
  background-color: rgb(0 0 0 / 0.35);
  --tw-content: '';
  content: var(--tw-content);
}

.page-about-arch-card-overlay-muted::before {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  border-radius: inherit;
  background-color: rgb(0 0 0 / 0.3);
  --tw-content: '';
  content: var(--tw-content);
}

.page-about-arch-card-overlay > h2,
  .page-about-arch-card-overlay > .about-arch-link,
  .page-about-arch-card-overlay-muted > h2,
  .page-about-arch-card-overlay-muted > .about-arch-link {
  position: relative;
  z-index: 10;
}

.page-about-arch-card-overlay {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  aspect-ratio: 384/520;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 9999px;
  padding-top: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.page-about-arch-card-overlay-muted {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  aspect-ratio: 384/520;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 9999px;
  padding-top: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.site-btn-outline.page-about-arch-card-title:hover,
  .site-btn-outline.page-about-arch-card-title:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-about-arch-card-title:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-about-arch-card-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

/* ── S3 mission — keep .about-s3-mission for the ::before carrot ── */

.page-about-s3-section {
  position: relative;
  z-index: 2;
  overflow-x: clip;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-about-s3-section {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.page-about-s3-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-s3-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-s3-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-s3-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-s3-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-s3-inner {
    max-width: 1536px;
  }
}

.page-about-s3-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-about-s3-copy-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.page-about-s3-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.page-about-s3-photo {
  margin-top: 3rem;
  height: 16rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .page-about-s3-photo {
    margin-top: 3.5rem;
    height: 480px;
  }
}

.page-about-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ── S4 editorial ── */

.page-about-editorial-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-about-editorial-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-about-editorial-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-editorial-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-editorial-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-editorial-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-editorial-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-editorial-grid {
    max-width: 1536px;
  }
}

.page-about-editorial-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-about-editorial-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-about-editorial-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .page-about-editorial-copy {
    grid-column: span 6 / span 6;
    align-items: flex-start;
  }
}

.page-about-editorial-lead {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .page-about-editorial-lead {
    text-align: left;
  }
}

.page-about-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-about-primary-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-about-primary-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-about-primary-btn:hover,.page-about-primary-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-about-primary-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-about-primary-btn {
  margin-top: 2.5rem;
  display: inline-block;
}

.page-about-editorial-media {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px) {

  .page-about-editorial-media {
    grid-column: span 6 / span 6;
    margin-top: 0px;
  }
}

.page-about-editorial-photo-main {
  grid-column: span 12 / span 12;
  height: 320px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 640px) {

  .page-about-editorial-photo-main {
    grid-column: span 7 / span 7;
  }
}

@media (min-width: 768px) {

  .page-about-editorial-photo-main {
    height: 480px;
  }
}

.page-about-editorial-photo-stack {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {

  .page-about-editorial-photo-stack {
    grid-column: span 5 / span 5;
  }
}

.page-about-editorial-photo-small {
  height: 150px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .page-about-editorial-photo-small {
    height: 228px;
  }
}

/* ── S5 values — keep .about-section-values for ::before ── */

.page-about-values-section {
  position: relative;
  overflow-x: clip;
  background-color: rgba(201,162,74,0.3);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-about-values-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-about-values-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-values-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-values-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-values-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-values-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-values-inner {
    max-width: 1536px;
  }
}

.page-about-values-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-about-values-grid {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {

  .page-about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .page-about-values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-about-value-card {
  min-height: 200px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: left;
}

.page-about-value-accent {
  margin-bottom: 1rem;
  height: 0.25rem;
  width: 3rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
}

.page-about-value-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.page-about-value-copy {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

/* ── S6 DEI — keep .about-section-dei for the herb ── */

.page-about-dei-section {
  position: relative;
  overflow-x: clip;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {

  .page-about-dei-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {

  .page-about-dei-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-about-dei-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-dei-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-dei-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-dei-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-dei-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-dei-inner {
    max-width: 1536px;
  }
}

.page-about-dei-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-about-heading-max {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

.page-about-dei-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 48rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.page-about-dei-ornament {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  height: 1rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ── S7 Carrot Patch ── */

.page-about-carrot-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {

  .page-about-carrot-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-about-carrot-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-carrot-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-carrot-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-carrot-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-carrot-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-carrot-inner {
    max-width: 1536px;
  }
}

.page-about-carrot-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-about-carrot-media {
  margin-top: 2.5rem;
  height: 18rem;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .page-about-carrot-media {
    height: 560px;
  }
}

/* ── S8 reputation (dark) ── */

.site-btn-outline.page-about-reputation-section:hover,
  .site-btn-outline.page-about-reputation-section:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-about-reputation-section:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-about-reputation-section {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-about-reputation-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-about-reputation-grid {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-reputation-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-reputation-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-reputation-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-reputation-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-reputation-grid {
    max-width: 1536px;
  }
}

.page-about-reputation-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-about-reputation-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-about-reputation-photo {
  height: 280px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .page-about-reputation-photo {
    height: 471px;
  }
}

@media (min-width: 1024px) {

  .page-about-reputation-photo {
    grid-column: span 6 / span 6;
  }
}

.page-about-reputation-copy {
  text-align: left;
}

@media (min-width: 1024px) {

  .page-about-reputation-copy {
    grid-column: span 6 / span 6;
  }
}

.site-btn-outline.page-about-reputation-quote-mark:hover,
  .site-btn-outline.page-about-reputation-quote-mark:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-about-reputation-quote-mark:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-about-reputation-quote-mark {
  margin-bottom: 0.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 768px) {

  .page-about-reputation-quote-mark {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .page-about-reputation-quote-mark {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.page-about-reputation-lead {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-about-reputation-link:hover,
  .site-btn-outline.page-about-reputation-link:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-about-reputation-link:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-about-reputation-link {
  margin-top: 2rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-about-reputation-link:hover {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

/* ── S9 culture / stats ── */

.page-about-culture-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-about-culture-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-about-culture-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-culture-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-culture-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-culture-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-culture-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-culture-inner {
    max-width: 1536px;
  }
}

.page-about-culture-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-about-culture-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 48rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.page-about-culture-stats {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  max-width: 48rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px) {

  .page-about-culture-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-about-stat-value {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-about-stat-label {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-about-culture-photos {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {

  .page-about-culture-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .page-about-culture-photos {
    gap: 1.5rem;
  }
}

.page-about-culture-photo {
  height: 13rem;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .page-about-culture-photo {
    height: 420px;
  }
}

/* ── S10 community — keep .about-section-community for ::before ── */

.page-about-community-section {
  position: relative;
  overflow-x: clip;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-about-community-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-about-community-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-about-community-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-about-community-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-about-community-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-about-community-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-about-community-inner {
    max-width: 1536px;
  }
}

.page-about-community-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-about-community-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 48rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.page-about-community-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {

  .page-about-community-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .page-about-community-grid {
    gap: 1.5rem;
  }
}

.page-about-community-photo {
  height: 12rem;
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 768px) {

  .page-about-community-photo {
    height: 220px;
  }
}

/* ── S11 venues strip (kept in sync with index) ── */

.page-about-venues-explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-about-venues-explore-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-about-venues-explore-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-about-venues-explore-btn:hover,.page-about-venues-explore-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-about-venues-explore-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-about-venues-explore-btn {
  margin-top: 2rem;
  display: inline-block;
}

.page-about-venues-slider-mobile {
  position: relative;
}

@media (min-width: 1024px) {

  .page-about-venues-slider-mobile {
    grid-column: span 7 / span 7;
  }
}

@media (min-width: 1280px) {

  .page-about-venues-slider-mobile {
    display: none;
  }
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .page-about-venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .page-about-venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .page-about-venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
}

.page-about-venues-breakout {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  display: none;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {

  .page-about-venues-breakout {
    display: block;
  }
}

.page-about-venues-rail {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  width: 50%;
  max-width: 100%;
}

.page-about-venues-slide {
  width: auto !important;
}

.page-contact-hero-arc {
  position: absolute;
  bottom: calc(var(--arc-w) * -275 / 643);
  left: 50%;
  z-index: 2;
  display: block;
  height: calc(var(--arc-w) * 316 / 643);
  width: var(--arc-w);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: calc(var(--arc-w) / 2);
  border-top-right-radius: calc(var(--arc-w) / 2);
    --arc-w: min(643px, 92vw);
}

@media screen and (max-width: 1000px) {
    .page-contact-hero-arc {
      --arc-w: min(413px, 92vw);
      bottom: calc(var(--arc-w) * -340 / 643);
      height: calc(var(--arc-w) * 257 / 413);
    }
  }

.page-contact-hero-arc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page-contact-findus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-contact-findus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {

  .page-contact-findus {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-contact-findus-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-contact-findus-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-contact-findus-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-contact-findus-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-contact-findus-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-contact-findus-inner {
    max-width: 1536px;
  }
}

.page-contact-findus-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-contact-findus-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-contact-findus-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px) {

  .page-contact-findus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

.page-contact-list {
  margin-top: 2.5rem;
}

.page-contact-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.page-contact-list {
  font-size: 15px;
}

.page-contact-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.page-contact-list-icon {
  margin-top: 0.125rem;
  flex-shrink: 0;
  font-size: 20px;
}

.page-contact-list-heading {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-contact-link-phone {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-contact-link-phone:hover {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-contact-link-email {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-contact-link-email:hover {
  text-decoration-line: underline;
}

.page-contact-address-text {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

.page-contact-map-shell {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.page-contact-map-iframe {
  height: 100%;
  width: 100%;
  border-width: 0px;
}

.page-contact-form-section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-contact-form-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {

  .page-contact-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-contact-form-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-contact-form-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-contact-form-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-contact-form-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-contact-form-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-contact-form-inner {
    max-width: 1536px;
  }
}

.page-contact-form-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-contact-form-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-contact-form-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px) {

  .page-contact-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .page-contact-form-grid > * {
    height: 100%;
  }
}

.page-contact-form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.page-contact-field {
  display: block;
  height: 52px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
    font-family: Poppins, system-ui, sans-serif;
}

.page-contact-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
}

.page-contact-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 148 140 / var(--tw-text-opacity, 1));
}

.page-contact-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 148 140 / var(--tw-text-opacity, 1));
}

textarea.page-contact-field {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.page-contact-recaptcha-wrap {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.page-contact-form-submit-row {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.page-contact-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-contact-form-submit {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-contact-form-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-contact-form-submit:hover,.page-contact-form-submit:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-contact-form-submit:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-contact-form-status {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.page-contact-side-stack {
  display: grid;
  max-height: 1014px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1rem;
  overflow: hidden;
  border-radius: 1rem;
}

.page-contact-side-frame-tall {
  min-height: 0px;
  overflow: hidden;
}

.page-contact-side-frame {
  min-height: 0px;
  overflow: hidden;
}

.page-contact-side-frame-bottom {
  min-height: 0px;
  overflow: hidden;
}

.page-contact-side-divider {
  height: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.page-contact-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* venue-detail.html: uses .page-venue-detail-form-submit (@apply this class) */

.page-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-contact-submit {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-btn-outline.page-contact-submit:hover,
  .site-btn-outline.page-contact-submit:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-contact-submit:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-contact-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-contact-submit:hover,.page-contact-submit:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.page-contact-submit:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(17,17,17,0.25);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-contact-submit {
  width: 100%;
}

/* Menu page only (Figma 71:409) */

.page-menu-season-card-media {
  position: relative;
  height: 10rem;
  flex-shrink: 0;
  overflow: hidden;
}

.page-menu-season-card-media::after {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0.15) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.page-menu-season-card-media > img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-menu-arch-img {
  aspect-ratio: 503/679;
  min-height: 280px;
  width: 100%;
  max-width: 503px;
  overflow: hidden;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1023px) {
    .page-menu-arch-img {
    max-width: 100%;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  }

.page-menu-texture-family::before,
  .page-menu-texture-chef::before,
  .page-menu-texture-wine::before {
  pointer-events: none;
  position: absolute;
  bottom: clamp(6px, 1.5vw, 20px);
  right: 0px;
  top: auto;
  z-index: 1;
  display: none;
  height: auto;
  max-height: none;
  width: auto;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {

  .page-menu-texture-family::before,
  .page-menu-texture-chef::before,
  .page-menu-texture-wine::before {
    display: block;
  }
}

.page-menu-texture-family::before {
  aspect-ratio: 1 / 1;
  width: min(303px, 46vw);
  max-width: 303px;
  background-image: url('../images/menu-deco-family.svg');
}

.page-menu-texture-chef::before {
  aspect-ratio: 372/355;
  width: min(372px, 50vw);
  max-width: 372px;
  background-image: url('../images/menu-deco-chef.svg');
}

.page-menu-texture-wine::before {
  aspect-ratio: 306/336;
  width: min(306px, 48vw);
  max-width: 306px;
  background-image: url('../images/menu-deco-wine.svg');
}

.page-menu-sparkle-cluster {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: -0.5rem;
  z-index: 1;
  height: 7rem;
}

.page-menu-sparkle-cluster::before {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: -1.5rem;
  height: 104px;
  width: 130px;
  background-image: url('../images/menu-sparkle.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.page-menu-block-family {
  position: relative;
  scroll-margin-top: 6rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .page-menu-block-family {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-block-family {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-menu-block-chef {
  position: relative;
  scroll-margin-top: 6rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .page-menu-block-chef {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-block-chef {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-menu-block-wine {
  position: relative;
  scroll-margin-top: 6rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .page-menu-block-wine {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-block-wine {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-menu-block-sage {
  position: relative;
  scroll-margin-top: 6rem;
  overflow: hidden;
  background-color: rgba(201,162,74,0.3);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .page-menu-block-sage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-block-sage {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-menu-section-container {
  width: 100%;
}

@media (min-width: 640px) {

  .page-menu-section-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-menu-section-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-menu-section-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-menu-section-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-menu-section-container {
    max-width: 1536px;
  }
}

.page-menu-section-container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {

  .page-menu-section-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-section-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-menu-section-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {

  .page-menu-section-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.page-menu-col-arch-left {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {

  .page-menu-col-arch-left {
    grid-column: span 5 / span 5;
    justify-content: flex-start;
  }
}

.page-menu-col-copy-right {
  text-align: center;
}

@media (min-width: 1024px) {

  .page-menu-col-copy-right {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    text-align: left;
  }
}

.page-menu-arch-frame {
  aspect-ratio: 503/679;
  min-height: 280px;
  width: 100%;
  max-width: 503px;
  overflow: hidden;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1023px) {
    .page-menu-arch-frame {
    max-width: 100%;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  }

.page-menu-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: 15px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .page-menu-lead {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-menu-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-menu-view-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-menu-view-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-menu-view-btn:hover,.page-menu-view-btn:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-menu-view-btn:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-menu-view-btn {
  margin-top: 2rem;
  display: inline-flex;
}

.page-menu-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Sage: text on the left, photo on the right + sparkle */

.page-menu-sage-text-col {
  position: relative;
  z-index: 1;
  order: 2;
  text-align: center;
}

@media (min-width: 1024px) {

  .page-menu-sage-text-col {
    order: 1;
    grid-column: span 6 / span 6;
    min-height: 7rem;
    text-align: left;
  }
}

.page-menu-sage-text-inner {
  width: 100%;
}

.page-menu-sage-photo-col {
  position: relative;
  order: 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {

  .page-menu-sage-photo-col {
    order: 2;
    grid-column: span 5 / span 5;
    grid-column-start: 8;
    justify-content: flex-end;
  }
}

.page-menu-sparkle {
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {

  .page-menu-sparkle {
    display: block;
  }
}

/* Seasonal ── */

.page-menu-seasonal-section {
  scroll-margin-top: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .page-menu-seasonal-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-seasonal-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page-menu-seasonal-inner {
  width: 100%;
}

@media (min-width: 640px) {

  .page-menu-seasonal-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .page-menu-seasonal-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .page-menu-seasonal-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .page-menu-seasonal-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .page-menu-seasonal-inner {
    max-width: 1536px;
  }
}

.page-menu-seasonal-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {

  .page-menu-seasonal-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {

  .page-menu-seasonal-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-menu-seasonal-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  text-align: center;
}

.page-menu-seasonal-intro {
  margin-top: 1.25rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.page-menu-seasonal-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  max-width: 1200px;
  gap: 1.5rem;
}

@media (min-width: 640px) {

  .page-menu-seasonal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .page-menu-seasonal-grid {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1280px) {

  .page-menu-seasonal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-menu-season-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 225 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page-menu-season-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: rgb(201 162 74 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 248 / var(--tw-bg-opacity, 1));
}

.page-menu-season-card-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-menu-season-badge {
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-menu-season-badge-icon {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-menu-season-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

.page-menu-season-copy {
  margin-top: 0.75rem;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.page-menu-season-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-menu-season-card-cta {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-menu-season-card-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-menu-season-card-cta:hover,.page-menu-season-card-cta:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.page-menu-season-card-cta:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-menu-season-card-cta {
  margin-top: 1.5rem;
  display: inline-flex;
  align-self: flex-start;
}

.page-menu-seasonal-note {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 48rem;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-menu-seasonal-note {
    margin-top: 3.5rem;
  }
}

.page-menu-hero-arc {
  position: absolute;
  bottom: calc(var(--arc-w) * -275 / 643);
  left: 50%;
  z-index: 2;
  display: block;
  height: calc(var(--arc-w) * 316 / 643);
  width: var(--arc-w);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: calc(var(--arc-w) / 2);
  border-top-right-radius: calc(var(--arc-w) / 2);
    --arc-w: min(643px, 92vw);
}

@media screen and (max-width: 1000px) {
    .page-menu-hero-arc {
      --arc-w: min(413px, 92vw);
      bottom: calc(var(--arc-w) * -340 / 643);
      height: calc(var(--arc-w) * 257 / 413);
    }
  }

.page-menu-hero-arc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page-gallery-hero-arc {
  position: absolute;
  bottom: calc(var(--arc-w) * -275 / 643);
  left: 50%;
  z-index: 2;
  display: block;
  height: calc(var(--arc-w) * 316 / 643);
  width: var(--arc-w);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: calc(var(--arc-w) / 2);
  border-top-right-radius: calc(var(--arc-w) / 2);
    --arc-w: min(643px, 92vw);
}

@media screen and (max-width: 1000px) {
    .page-gallery-hero-arc {
      --arc-w: min(413px, 92vw);
      bottom: calc(var(--arc-w) * -340 / 643);
      height: calc(var(--arc-w) * 257 / 413);
    }
  }

.page-gallery-hero-arc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page-gallery-masonry {
  max-width: 100%;
  overflow-x: clip;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 30px;
}

/* Section padding; do not apply it on #page-gallery-masonry-grid (Masonry uses %). */

#page-gallery-masonry-grid {
  position: relative;
  width: 100%;
}

.page-gallery-grid-sizer,
  .page-gallery-grid-item {
  width: calc(33.333% - 11px);
}

@media (max-width: 1023px) {
    .page-gallery-grid-sizer,
    .page-gallery-grid-item {
    width: calc(50% - 8px);
  }
  }

@media (max-width: 599px) {
    .page-gallery-grid-sizer,
    .page-gallery-grid-item {
    width: 100%;
  }
  }

.page-gallery-grid-item {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 0.5rem;
}

.page-gallery-grid-item img {
  display: block;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-timing-function: ease;
}

.page-gallery-grid-item:hover img {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.page-gallery-grid-item-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17,17,17,0);
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.page-gallery-grid-item:hover .page-gallery-grid-item-overlay {
  background-color: rgba(17,17,17,0.28);
}

.site-btn-outline.page-gallery-grid-item-overlay svg:hover,
  .site-btn-outline.page-gallery-grid-item-overlay svg:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-gallery-grid-item-overlay svg:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-gallery-grid-item-overlay svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.page-gallery-grid-item:hover .page-gallery-grid-item-overlay svg {
  opacity: 1;
}

.page-gallery-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-venues-hero-arc {
  position: absolute;
  bottom: calc(var(--arc-w) * -275 / 643);
  left: 50%;
  z-index: 2;
  display: block;
  height: calc(var(--arc-w) * 316 / 643);
  width: var(--arc-w);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: calc(var(--arc-w) / 2);
  border-top-right-radius: calc(var(--arc-w) / 2);
    --arc-w: min(643px, 92vw);
}

@media screen and (max-width: 1000px) {
    .page-venues-hero-arc {
      --arc-w: min(413px, 92vw);
      bottom: calc(var(--arc-w) * -340 / 643);
      height: calc(var(--arc-w) * 257 / 413);
    }
  }

.page-venues-hero-arc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page-venues-intro {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .page-venues-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-venues-intro-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
  padding-top: 3rem;
  text-align: center;
}

@media (min-width: 768px) {

  .page-venues-intro-inner {
    padding-bottom: 3.5rem;
    padding-top: 4rem;
  }
}

.page-venues-intro-lead {
  margin: 0px;
  text-align: center;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-venues-intro-lead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-venues-feature-heading {
  margin-bottom: 1.25rem;
  max-width: 36rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-venues-feature-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .page-venues-feature-heading {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .page-venues-feature-heading {
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.page-venues-owned-section {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity, 1));
}

.page-venues-owned-row {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {

  .page-venues-owned-row {
    min-height: 580px;
    flex-direction: row;
  }
}

.page-venues-owned-link {
  position: relative;
  display: block;
  min-height: 320px;
  width: 100%;
  min-width: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(56 71 77 / var(--tw-bg-opacity, 1));
}

.page-venues-owned-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #c9a24a;
}

@media (min-width: 1024px) {

  .page-venues-owned-link {
    height: auto;
    min-height: 580px;
    width: min(45vw, 55vw);
    max-width: 780px;
    flex-shrink: 0;
  }
}

.page-venues-owned-cover {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}

.page-venues-owned-badge {
  pointer-events: none;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-venues-owned-hero-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-venues-owned-aside {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .page-venues-owned-aside {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {

  .page-venues-owned-aside {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {

  .page-venues-owned-aside {
    padding-right: 120px;
  }
}

.page-venues-owned-lead {
  margin-top: 2rem;
  max-width: 560px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-venues-owned-lead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-venues-partners-section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {

  .page-venues-partners-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-venues-partners-head {
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 768px) {

  .page-venues-partners-head {
    margin-bottom: 3rem;
  }
}

.page-venues-partners-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .page-venues-partners-wrap {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-venues-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {

  .page-venues-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {

  .page-venues-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
  }
}

.page-venues-card-link {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  color: inherit;
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-venues-card-link:hover {
  opacity: 0.95;
}

.page-venues-card-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #c9a24a;
}

.page-venues-card-media {
  position: relative;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(51 71 89 / var(--tw-bg-opacity, 1));
}

.page-venues-card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-venues-card-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}

.page-venues-card-rule {
  margin-bottom: 11px;
  height: 3px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
}

.site-btn-outline.page-venues-card-title:hover,
  .site-btn-outline.page-venues-card-title:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-venues-card-title:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-venues-card-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

.page-venues-card-title-accent {
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.site-btn-outline.page-venues-card-copy:hover,
  .site-btn-outline.page-venues-card-copy:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-venues-card-copy:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-venues-card-copy {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Full-bleed story — moved from tailwind-input (venues-only) */

.page-venues-story-break {
  position: relative;
  height: 360px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .page-venues-story-break {
    height: 400px;
  }
}

.page-venues-story-break::after {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(17,17,17,0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(17, 17, 17, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(17, 17, 17, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(17,17,17,0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgba(17,17,17,0.7) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.page-venues-story-bg {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 56 64 / var(--tw-bg-opacity, 1));
}

.page-venues-story-bg-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.page-venues-story-panel {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.page-venues-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-venue-detail-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {

  .page-venue-detail-title {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

.page-venue-detail-title-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 800px;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.08;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

@media (min-width: 640px) {

  .page-venue-detail-title-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .page-venue-detail-title-heading {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .page-venue-detail-title-heading {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.page-venue-detail-title-meta {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .page-venue-detail-title-meta {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.page-venue-detail-hero-outer {
  width: 100%;
}

.page-venue-detail-hero-shell {
  position: relative;
  height: min(58vw, 579px);
  min-height: 280px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(56 71 77 / var(--tw-bg-opacity, 1));
}

.page-venue-detail-main-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {

  .page-venue-detail-main-wrap {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.page-venue-detail-main-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px) {

  .page-venue-detail-main-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.page-venue-detail-main-col {
  width: 100%;
  min-width: 0px;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {

  .page-venue-detail-main-col {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .page-venue-detail-main-col {
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1280px) {

  .page-venue-detail-main-col {
    grid-column: span 9 / span 9;
  }
}

.page-venue-detail-tagline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-venue-detail-subnav {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
}

.page-venue-detail-subnav-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

.page-venue-detail-subnav-link:hover,
  .page-venue-detail-subnav-link:focus {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-venue-detail-section-stack {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {

  .page-venue-detail-section-stack {
    gap: 50px;
  }
}

.page-venue-detail-section-heading {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

.page-venue-detail-section-body {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.page-venue-detail-section-label {
  margin-top: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.page-venue-detail-section-media {
  margin-top: 1.25rem;
  height: 260px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {

  .page-venue-detail-section-media {
    height: 320px;
  }
}

@media (min-width: 1024px) {

  .page-venue-detail-section-media {
    height: 360px;
  }
}

.page-venue-detail-gallery-intro {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#page-venue-detail-masonry-grid {
  position: relative;
  margin-top: 1.25rem;
  width: 100%;
}

.page-venue-detail-grid-sizer,
  .page-venue-detail-grid-item {
  width: calc(33.333% - 11px);
}

.page-venue-detail-grid-item {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 0.5rem;
}

.page-venue-detail-grid-item img {
  display: block;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-timing-function: ease;
}

.page-venue-detail-grid-item:hover img {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.page-venue-detail-grid-item-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17,17,17,0);
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.page-venue-detail-grid-item:hover .page-venue-detail-grid-item-overlay {
  background-color: rgba(17,17,17,0.28);
}

.site-btn-outline.page-venue-detail-grid-item-overlay svg:hover,
  .site-btn-outline.page-venue-detail-grid-item-overlay svg:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-venue-detail-grid-item-overlay svg:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-venue-detail-grid-item-overlay svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.page-venue-detail-grid-item:hover .page-venue-detail-grid-item-overlay svg {
  opacity: 1;
}

@media (max-width: 767px) {
    .page-venue-detail-grid-sizer,
    .page-venue-detail-grid-item {
    width: calc(50% - 8px);
  }
  }

@media (max-width: 479px) {
    .page-venue-detail-grid-sizer,
    .page-venue-detail-grid-item {
    width: 100%;
  }
  }

.page-venue-detail-sidebar {
  width: 100%;
}

.page-venue-detail-sidebar > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.page-venue-detail-sidebar {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {

  .page-venue-detail-sidebar {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .page-venue-detail-sidebar {
    position: sticky;
    top: 6rem;
    grid-column: span 3 / span 3;
    align-self: flex-start;
    padding-top: 2.5rem;
  }
}

.page-venue-detail-sidebar-card {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
  padding: 15px;
}

.page-venue-detail-sidebar-heading {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
    font-family: BodoniModa, Georgia, serif;
}

.page-venue-detail-sidebar-row {
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

.page-venue-detail-sidebar-icon {
  margin-top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.page-venue-detail-sidebar-icon-inline {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.page-venue-detail-sidebar-link {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.page-venue-detail-sidebar-link:hover {
  text-decoration-line: underline;
}

.page-venue-detail-amenities-list {
  margin-top: 0.5rem;
  list-style-type: disc;
}

.page-venue-detail-amenities-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.page-venue-detail-amenities-list {
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.page-venue-detail-plan-card > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.page-venue-detail-plan-card {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
  padding: 15px;
}

.page-venue-detail-plan-heading {
  width: 100%;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

.page-venue-detail-plan-lead {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-family: BodoniModa, Georgia, serif;
}

.page-venue-detail-form {
  width: 100%;
}

.page-venue-detail-form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.page-venue-detail-field {
  display: block;
  height: 52px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
    font-family: Poppins, system-ui, sans-serif;
}

.page-venue-detail-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
}

.page-venue-detail-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 148 140 / var(--tw-text-opacity, 1));
}

.page-venue-detail-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 148 140 / var(--tw-text-opacity, 1));
}

textarea.page-venue-detail-field {
  height: 120px;
  resize: vertical;
  padding-top: 15px;
}

.page-venue-detail-recaptcha-wrap {
  display: flex;
  justify-content: center;
  padding-top: 0.25rem;
}

.page-venue-detail-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

@media (min-width: 768px) {

  .page-venue-detail-form-submit {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-btn-outline.page-venue-detail-form-submit:hover,
  .site-btn-outline.page-venue-detail-form-submit:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.page-venue-detail-form-submit:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-venue-detail-form-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-venue-detail-form-submit:hover,.page-venue-detail-form-submit:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.page-venue-detail-form-submit:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(17,17,17,0.25);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.page-venue-detail-form-submit {
  width: 100%;
}

.page-venue-detail-form-status {
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.page-venue-detail-media-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-venue-detail-hero-slide-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-btn-outline.city-card:hover,
  .site-btn-outline.city-card:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.site-btn-outline.city-card:focus-visible {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.city-card {
  position: relative;
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.venue-slide {
  display: flex;
  height: 450px;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  align-items: flex-end;
  overflow: hidden;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(56 71 82 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: inherit;
  text-decoration-line: none;
}

.venue-slide-meta {
  box-sizing: border-box;
  width: 100%;
  border-top-width: 1px;
  border-top-color: rgba(17,17,17,0.08);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0.75rem;
  padding-top: 14px;
}

.content-slider .js-story-rail:not(.js-story-rail-desktop) {
  right: auto;
  transform: none;
    --story-rail-pad: 24px;
    --story-curve: min(120px, 50%);
    --story-avail: calc(100% - var(--story-curve) - var(--story-rail-pad));
    left: calc(var(--story-curve) + ((var(--story-avail) - min(200px, var(--story-avail))) / 2));
    width: min(200px, var(--story-avail));
}

@media (min-width: 768px) {
    .content-slider .js-story-rail:not(.js-story-rail-desktop) {
      --story-curve: min(160px, 50%);
    }
  }

@media (min-width: 1024px) {
    .content-slider .js-story-rail:not(.js-story-rail-desktop) {
      --story-curve: min(220px, 50%);
    }
  }

@media (min-width: 1280px) {
    /*
     * Story desktop: rounded-l-full, shell height ~680px → curve radius ~340px (or half width if narrower).
     */
    .js-story-rail-desktop {
    right: auto;
    transform: none;
      --story-rail-pad: 28px;
      --story-curve: min(340px, 50%);
      --story-avail: calc(100% - var(--story-curve) - var(--story-rail-pad));
      left: calc(var(--story-curve) + ((var(--story-avail) - min(200px, var(--story-avail))) / 2));
      width: min(200px, var(--story-avail));
  }

    /*
     * Venues desktop (.venues-breakout): the shell’s left edge already aligns with the 2nd content column;
     * pull the rail closer to the viewport right edge, keeping the same 28px as story desktop.
     */
  }

.js-venues-splide .splide__list {
  align-items: stretch;
}

.js-venues-splide .splide__slide {
  box-sizing: border-box;
  width: clamp(260px, 30vw, 350px) !important;
  min-width: 0px;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: clamp(260px, 30vw, 350px) !important;
}

.venues-static .splide__track {
  overflow: visible;
}

.venues-static .splide__list {
  display: flex !important;
  transform: none !important;
  flex-wrap: nowrap;
  gap: 15px;
}

.venues-static .splide__slide {
  width: clamp(260px, 30vw, 350px);
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: clamp(260px, 30vw, 350px);
}

.venues-static .js-venues-rail {
  display: none;
}

/* Figma S11: background/sage — flat background */

.venues-section {
  overflow-x: clip;
  background-color: rgba(201,162,74,0.3);
}

.figma-s10-herb::before {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  display: none;
  background-image: url('../images/herb-2.svg');
  background-size: 180px 300px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .figma-s10-herb::before {
    display: block;
  }
}

.figma-s10-herb--featured::before {
  right: max(-3.5rem, calc(-1 * min(7vw, 5rem)));
  top: clamp(-4rem, -6vw, -1.25rem);
  height: min(316px, 38vw);
  width: min(349px, 42vw);
  transform-origin: center;
  --tw-rotate: -123.67deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.figma-s10-herb--venues::before {
  left: max(-7.5rem, -12vw);
  top: clamp(12rem, 38%, 18rem);
  height: min(350px, 42vw);
  width: min(302px, 40vw);
  transform-origin: center;
  --tw-rotate: 28.68deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (max-width: 1023px) {
    .figma-s10-herb--venues::before {
    bottom: -1rem;
    left: -4rem;
    top: auto;
    height: min(280px, 50vw);
  }
  }

.splide__arrows,
  .splide__pagination {
  display: none !important;
}

@media (min-width: 1280px) {
    /*
      Align slider left edge to grid column boundary:
      container + px-4 + first column (1fr of 1fr/1.35fr) + gap-10.
      Right edge still sticks to browser edge.
    */
    .venues-breakout {
    right: 0px;
    overflow: hidden;
      --container-max: 1536px;
      --container-pad: 16px;
      --grid-gap: 40px;
      --content-w: calc(min(var(--container-max), 100vw) - (var(--container-pad) * 2));
      --left-col: calc((var(--content-w) - var(--grid-gap)) * 1 / 2.35);
      left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
  }
  }

@media (max-width: 1023px) {
    .venue-slide {
    height: 380px;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
  }
  }

/* Hero banner white arch — --arc-w + Tailwind arbitrary calc (inner heroes: menu, about, contact, …) */

.hero-banner-arc {
  position: absolute;
  bottom: calc(var(--arc-w) * -275 / 643);
  left: 50%;
  z-index: 2;
  display: block;
  height: calc(var(--arc-w) * 316 / 643);
  width: var(--arc-w);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: calc(var(--arc-w) / 2);
  border-top-right-radius: calc(var(--arc-w) / 2);
    --arc-w: min(643px, 92vw);
}

@media screen and (max-width: 1000px) {
    .hero-banner-arc {
      --arc-w: min(413px, 92vw);
      bottom: calc(var(--arc-w) * -340 / 643);
      height: calc(var(--arc-w) * 257 / 413);
    }
  }

/* =============================================================================
     CTA — "Ready to Plan Your Event?"
     ============================================================================= */

.cta-ready-plan__wrap {
  position: relative;
}

.cta-ready-plan__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
    .cta-ready-plan__gold-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(50% - 50vw);
    z-index: 0;
    width: calc(50vw - 50% + ((100% - 11 * 1.5rem) * 5 / 12) + 4 * 1.5rem + 15px);
    --tw-bg-opacity: 1;
    background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  }

    .cta-ready-plan__gray-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem + 15px);
    z-index: 0;
    width: calc(50vw - 50% + 100% - ((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem));
    --tw-bg-opacity: 1;
    background-color: rgb(77 71 71 / var(--tw-bg-opacity, 1));
  }

    .cta-ready-plan__media {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem + 15px);
    z-index: 0;
    width: calc(50vw - 50% + 100% - ((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem));
    overflow: hidden;
    border-radius: 0px;
  }
  }

.polaroid {
  flex-shrink: 0;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.polaroid-photo {
  position: relative;
  overflow: hidden;
}

.polaroid-caption {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.venue-card-photo-label {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-right-4 {
  right: -1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-1rem\] {
  bottom: -1rem;
}

.bottom-\[0\.4rem\] {
  bottom: 0.4rem;
}

.bottom-\[calc\(var\(--arc-w\)\*-275\/643\)\] {
  bottom: calc(var(--arc-w) * -275 / 643);
}

.bottom-\[calc\(var\(--arc-w\)\*-340\/643\)\] {
  bottom: calc(var(--arc-w) * -340 / 643);
}

.bottom-\[clamp\(6px\2c 1\.5vw\2c 20px\)\] {
  bottom: clamp(6px, 1.5vw, 20px);
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.left-40 {
  left: 10rem;
}

.left-48 {
  left: 12rem;
}

.left-5 {
  left: 1.25rem;
}

.left-56 {
  left: 14rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[-14px\] {
  left: -14px;
}

.left-\[-4rem\] {
  left: -4rem;
}

.left-\[130px\] {
  left: 130px;
}

.left-\[145px\] {
  left: 145px;
}

.left-\[calc\(\(100\%-11\*1\.5rem\)\*5\/12\+4\*1\.5rem\+15px\)\] {
  left: calc((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem + 15px);
}

.left-\[calc\(\(100vw-min\(var\(--container-max\)\2c 100vw\)\)\/2\+var\(--container-pad\)\+var\(--left-col\)\+var\(--grid-gap\)\)\] {
  left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad) + var(--left-col) + var(--grid-gap));
}

.left-\[calc\(50\%-50vw\)\] {
  left: calc(50% - 50vw);
}

.left-\[calc\(var\(--story-curve\)\+\(\(var\(--story-avail\)-min\(200px\2c var\(--story-avail\)\)\)\/2\)\)\] {
  left: calc(var(--story-curve) + ((var(--story-avail) - min(200px, var(--story-avail))) / 2));
}

.left-\[max\(-15\.5rem\2c -28vw\)\] {
  left: max(-15.5rem, -28vw);
}

.left-\[max\(-7\.5rem\2c -11vw\)\] {
  left: max(-7.5rem, -11vw);
}

.left-\[max\(-7\.5rem\2c -12vw\)\] {
  left: max(-7.5rem, -12vw);
}

.right-0 {
  right: 0px;
}

.right-\[clamp\(-16rem\2c -20vw\2c -6rem\)\] {
  right: clamp(-16rem, -20vw, -6rem);
}

.right-\[max\(-3\.5rem\2c calc\(-1\*min\(7vw\2c 5rem\)\)\)\] {
  right: max(-3.5rem, calc(-1 * min(7vw, 5rem)));
}

.right-\[max\(-5rem\2c -8vw\)\] {
  right: max(-5rem, -8vw);
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[-0\.5rem\] {
  top: -0.5rem;
}

.top-\[-1\.5rem\] {
  top: -1.5rem;
}

.top-\[0\.4rem\] {
  top: 0.4rem;
}

.top-\[45\%\] {
  top: 45%;
}

.top-\[50px\] {
  top: 50px;
}

.top-\[clamp\(-4rem\2c -6vw\2c -1\.25rem\)\] {
  top: clamp(-4rem, -6vw, -1.25rem);
}

.top-\[clamp\(-6rem\2c -10vw\2c -2rem\)\] {
  top: clamp(-6rem, -10vw, -2rem);
}

.top-\[clamp\(0\.5rem\2c 4vw\2c 2rem\)\] {
  top: clamp(0.5rem, 4vw, 2rem);
}

.top-\[clamp\(12rem\2c 38\%\2c 18rem\)\] {
  top: clamp(12rem, 38%, 18rem);
}

.top-\[clamp\(2\.5rem\2c 6vw\2c 4rem\)\] {
  top: clamp(2.5rem, 6vw, 4rem);
}

.top-\[clamp\(45rem\2c 62vw\2c 40rem\)\] {
  top: clamp(45rem, 62vw, 40rem);
}

.top-auto {
  top: auto;
}

.z-0 {
  z-index: 0;
}

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

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[60\] {
  z-index: 60;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-none {
  order: 0;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-\[40px\] {
  margin-top: -40px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[-6px\] {
  margin-top: -6px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-\[306\/336\] {
  aspect-ratio: 306/336;
}

.aspect-\[372\/355\] {
  aspect-ratio: 372/355;
}

.aspect-\[384\/520\] {
  aspect-ratio: 384/520;
}

.aspect-\[503\/679\] {
  aspect-ratio: 503/679;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-\[104px\] {
  height: 104px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[360px\] {
  height: 360px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[460px\] {
  height: 460px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[680px\] {
  height: 680px;
}

.h-\[7px\] {
  height: 7px;
}

.h-\[86px\] {
  height: 86px;
}

.h-\[calc\(var\(--arc-w\)\*257\/413\)\] {
  height: calc(var(--arc-w) * 257 / 413);
}

.h-\[calc\(var\(--arc-w\)\*316\/643\)\] {
  height: calc(var(--arc-w) * 316 / 643);
}

.h-\[min\(280px\2c 50vw\)\] {
  height: min(280px, 50vw);
}

.h-\[min\(286px\2c 36vw\)\] {
  height: min(286px, 36vw);
}

.h-\[min\(316px\2c 38vw\)\] {
  height: min(316px, 38vw);
}

.h-\[min\(350px\2c 42vw\)\] {
  height: min(350px, 42vw);
}

.h-\[min\(350px\2c 45vh\)\] {
  height: min(350px, 45vh);
}

.h-\[min\(400px\2c 55vh\)\] {
  height: min(400px, 55vh);
}

.h-\[min\(58vw\2c 579px\)\] {
  height: min(58vw, 579px);
}

.h-\[min\(600px\2c 70vw\)\] {
  height: min(600px, 70vw);
}

.h-\[min\(657px\2c 72vh\)\] {
  height: min(657px, 72vh);
}

.h-\[min\(657px\2c 75vh\)\] {
  height: min(657px, 75vh);
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.max-h-\[1014px\] {
  max-height: 1014px;
}

.max-h-\[min\(680px\2c 85vh\)\] {
  max-height: min(680px, 85vh);
}

.max-h-full {
  max-height: 100%;
}

.max-h-none {
  max-height: none;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.min-h-\[260px\] {
  min-height: 260px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.min-h-\[354px\] {
  min-height: 354px;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.min-h-\[380px\] {
  min-height: 380px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[40vh\] {
  min-height: 40vh;
}

.min-h-\[420px\] {
  min-height: 420px;
}

.min-h-\[520px\] {
  min-height: 520px;
}

.min-h-\[min\(520px\2c 78vh\)\] {
  min-height: min(520px, 78vh);
}

.\!w-\[clamp\(260px\2c 30vw\2c 350px\)\] {
  width: clamp(260px, 30vw, 350px) !important;
}

.\!w-auto {
  width: auto !important;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[calc\(100\%\+1rem\)\] {
  width: calc(100% + 1rem);
}

.w-\[calc\(33\.333\%_-_11px\)\] {
  width: calc(33.333% - 11px);
}

.w-\[calc\(50\%_-_8px\)\] {
  width: calc(50% - 8px);
}

.w-\[calc\(50vw-50\%\+\(\(100\%-11\*1\.5rem\)\*5\/12\)\+4\*1\.5rem\+15px\)\] {
  width: calc(50vw - 50% + ((100% - 11 * 1.5rem) * 5 / 12) + 4 * 1.5rem + 15px);
}

.w-\[calc\(50vw-50\%\+100\%-\(\(100\%-11\*1\.5rem\)\*5\/12\+4\*1\.5rem\)\)\] {
  width: calc(50vw - 50% + 100% - ((100% - 11 * 1.5rem) * 5 / 12 + 4 * 1.5rem));
}

.w-\[clamp\(260px\2c 30vw\2c 350px\)\] {
  width: clamp(260px, 30vw, 350px);
}

.w-\[min\(200px\2c var\(--story-avail\)\)\] {
  width: min(200px, var(--story-avail));
}

.w-\[min\(260px\2c 32vw\)\] {
  width: min(260px, 32vw);
}

.w-\[min\(302px\2c 38vw\)\] {
  width: min(302px, 38vw);
}

.w-\[min\(302px\2c 40vw\)\] {
  width: min(302px, 40vw);
}

.w-\[min\(303px\2c 46vw\)\] {
  width: min(303px, 46vw);
}

.w-\[min\(306px\2c 48vw\)\] {
  width: min(306px, 48vw);
}

.w-\[min\(347px\2c 42vw\)\] {
  width: min(347px, 42vw);
}

.w-\[min\(349px\2c 42vw\)\] {
  width: min(349px, 42vw);
}

.w-\[min\(372px\2c 50vw\)\] {
  width: min(372px, 50vw);
}

.w-\[min\(56vw\2c calc\(100vw-1rem\)\)\] {
  width: min(56vw, calc(100vw - 1rem));
}

.w-\[min\(596px\2c 55vw\)\] {
  width: min(596px, 55vw);
}

.w-\[min\(596px\2c 95vw\)\] {
  width: min(596px, 95vw);
}

.w-\[min\(90vw\2c 200px\)\] {
  width: min(90vw, 200px);
}

.w-\[var\(--arc-w\)\] {
  width: var(--arc-w);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[303px\] {
  max-width: 303px;
}

.max-w-\[306px\] {
  max-width: 306px;
}

.max-w-\[372px\] {
  max-width: 372px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[460px\] {
  max-width: 460px;
}

.max-w-\[503px\] {
  max-width: 503px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[586px\] {
  max-width: 586px;
}

.max-w-\[625px\] {
  max-width: 625px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[940px\] {
  max-width: 940px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.\!basis-\[clamp\(260px\2c 30vw\2c 350px\)\] {
  flex-basis: clamp(260px, 30vw, 350px) !important;
}

.basis-\[clamp\(260px\2c 30vw\2c 350px\)\] {
  flex-basis: clamp(260px, 30vw, 350px);
}

.border-collapse {
  border-collapse: collapse;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6 {
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-6 {
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-113\.84deg\] {
  --tw-rotate: -113.84deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-123\.67deg\] {
  --tw-rotate: -123.67deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-25\.26deg\] {
  --tw-rotate: -25.26deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[24deg\] {
  --tw-rotate: 24deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[28\.68deg\] {
  --tw-rotate: 28.68deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-\[0\.2\] {
  --tw-scale-y: 0.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.list-disc {
  list-style-type: disc;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[999px\] {
  border-radius: 999px;
}

.rounded-\[inherit\] {
  border-radius: inherit;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-\[140px\] {
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
}

.rounded-t-\[200px\] {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.rounded-t-\[calc\(var\(--arc-w\)\/2\)\] {
  border-top-left-radius: calc(var(--arc-w) / 2);
  border-top-right-radius: calc(var(--arc-w) / 2);
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#332e24\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 46 36 / var(--tw-border-opacity, 1));
}

.border-\[\#e0e0e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.border-\[\#e6e1d6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 225 214 / var(--tw-border-opacity, 1));
}

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
}

.border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-\[rgba\(17\2c 17\2c 17\2c 0\.08\)\] {
  border-top-color: rgba(17,17,17,0.08);
}

.bg-\[\#1c1c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2a2a2a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2e3840\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 56 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#334759\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 71 89 / var(--tw-bg-opacity, 1));
}

.bg-\[\#38474d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 71 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#384752\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 71 82 / var(--tw-bg-opacity, 1));
}

.bg-\[\#403338\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 51 56 / var(--tw-bg-opacity, 1));
}

.bg-\[\#404040\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#45382b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 56 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4d4747\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 71 71 / var(--tw-bg-opacity, 1));
}

.bg-\[\#596b54\] {
  --tw-bg-opacity: 1;
  background-color: rgb(89 107 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#666159\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 97 89 / var(--tw-bg-opacity, 1));
}

.bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d8b662\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e0e0e0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f5f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f5f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(17\2c 17\2c 17\2c 0\)\] {
  background-color: rgba(17,17,17,0);
}

.bg-\[rgba\(17\2c 17\2c 17\2c 0\.28\)\] {
  background-color: rgba(17,17,17,0.28);
}

.bg-\[rgba\(201\2c 162\2c 74\2c 0\.3\)\] {
  background-color: rgba(201,162,74,0.3);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.12\)\] {
  background-color: rgba(255,255,255,0.12);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-current {
  background-color: currentColor;
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
}

.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.bg-sage {
  background-color: rgba(201,162,74,0.3);
}

.bg-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.55\)\2c rgba\(0\2c 0\2c 0\2c 0\.1\)\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.55),rgba(0,0,0,0.1));
}

.bg-\[linear-gradient\(180deg\2c rgba\(201\2c 162\2c 74\2c 0\)_0\%\2c rgba\(201\2c 162\2c 74\2c 0\.85\)_50\%\2c rgba\(201\2c 162\2c 74\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(201,162,74,0) 0%,rgba(201,162,74,0.85) 50%,rgba(201,162,74,0) 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(219\2c 217\2c 217\2c 0\.82\)_0\%\2c rgba\(17\2c 17\2c 17\2c 0\.46\)_45\%\2c rgba\(17\2c 17\2c 17\2c 0\.24\)_100\%\)\2c url\(\'https\:\/\/picsum\.photos\/seed\/hero-catering-wedding-night\/1920\/1200\'\)\] {
  background-image: linear-gradient(180deg,rgba(219,217,217,0.82) 0%,rgba(17,17,17,0.46) 45%,rgba(17,17,17,0.24) 100%),url('https://picsum.photos/seed/hero-catering-wedding-night/1920/1200');
}

.bg-\[url\(\'\.\.\/images\/about-figma-carrot\.svg\'\)\] {
  background-image: url('../images/about-figma-carrot.svg');
}

.bg-\[url\(\'\.\.\/images\/about-figma-community-herb\.svg\'\)\] {
  background-image: url('../images/about-figma-community-herb.svg');
}

.bg-\[url\(\'\.\.\/images\/about-figma-food-pot\.svg\'\)\] {
  background-image: url('../images/about-figma-food-pot.svg');
}

.bg-\[url\(\'\.\.\/images\/about-figma-hero-herb\.svg\'\)\] {
  background-image: url('../images/about-figma-hero-herb.svg');
}

.bg-\[url\(\'\.\.\/images\/bar\.svg\'\)\] {
  background-image: url('../images/bar.svg');
}

.bg-\[url\(\'\.\.\/images\/herb-2\.svg\'\)\] {
  background-image: url('../images/herb-2.svg');
}

.bg-\[url\(\'\.\.\/images\/menu-deco-chef\.svg\'\)\] {
  background-image: url('../images/menu-deco-chef.svg');
}

.bg-\[url\(\'\.\.\/images\/menu-deco-family\.svg\'\)\] {
  background-image: url('../images/menu-deco-family.svg');
}

.bg-\[url\(\'\.\.\/images\/menu-deco-wine\.svg\'\)\] {
  background-image: url('../images/menu-deco-wine.svg');
}

.bg-\[url\(\'\.\.\/images\/menu-sparkle\.svg\'\)\] {
  background-image: url('../images/menu-sparkle.svg');
}

.bg-\[url\(\'https\:\/\/picsum\.photos\/seed\/venue-slide-1\/900\/1400\'\)\] {
  background-image: url('https://picsum.photos/seed/venue-slide-1/900/1400');
}

.bg-\[url\(\'https\:\/\/picsum\.photos\/seed\/venue-slide-2\/900\/1400\'\)\] {
  background-image: url('https://picsum.photos/seed/venue-slide-2/900/1400');
}

.bg-\[url\(\'https\:\/\/picsum\.photos\/seed\/venue-slide-3\/900\/1400\'\)\] {
  background-image: url('https://picsum.photos/seed/venue-slide-3/900/1400');
}

.bg-\[url\(\'https\:\/\/picsum\.photos\/seed\/venue-slide-4\/900\/1400\'\)\] {
  background-image: url('https://picsum.photos/seed/venue-slide-4/900/1400');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[rgba\(17\2c 17\2c 17\2c 0\.7\)\] {
  --tw-gradient-from: rgba(17,17,17,0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(17, 17, 17, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/55 {
  --tw-gradient-from: rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[rgba\(17\2c 17\2c 17\2c 0\.2\)\] {
  --tw-gradient-to: rgba(17, 17, 17, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(17,17,17,0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[rgba\(17\2c 17\2c 17\2c 0\.7\)\] {
  --tw-gradient-to: rgba(17,17,17,0.7) var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-black\/35 {
  --tw-gradient-to: rgb(0 0 0 / 0.35) var(--tw-gradient-to-position);
}

.bg-\[length\:180px_300px\] {
  background-size: 180px 300px;
}

.bg-\[length\:24px_24px\] {
  background-size: 24px 24px;
}

.bg-\[length\:min\(407px\2c 70\%\)_auto\] {
  background-size: min(407px, 70%) auto;
}

.bg-\[length\:min\(407px\2c 78\%\)_auto\] {
  background-size: min(407px, 78%) auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-\[position\:center_top\] {
  background-position: center top;
}

.bg-\[position\:right_bottom\] {
  background-position: right bottom;
}

.bg-\[position\:right_top\] {
  background-position: right top;
}

.bg-center {
  background-position: center;
}

.bg-left-top {
  background-position: left top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[30px\] {
  padding: 30px;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[86px\] {
  padding-bottom: 86px;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

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

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

.font-sans {
  font-family: Poppins, system-ui, sans-serif;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[0\] {
  font-size: 0;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[clamp\(1rem\2c 2\.2vw\2c 1\.25rem\)\] {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[\.16em\] {
  letter-spacing: .16em;
}

.tracking-\[\.25em\] {
  letter-spacing: .25em;
}

.tracking-\[\.2em\] {
  letter-spacing: .2em;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#3d3d3d\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-\[\#6b6b6b\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}

.text-\[\#8c8c8c\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.text-\[\#8f6a20\] {
  --tw-text-opacity: 1;
  color: rgb(143 106 32 / var(--tw-text-opacity, 1));
}

.text-\[\#99948c\] {
  --tw-text-opacity: 1;
  color: rgb(153 148 140 / var(--tw-text-opacity, 1));
}

.text-\[\#a6a6a6\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(201 162 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-gold {
  text-decoration-color: #c9a24a;
}

.decoration-gold\/40 {
  text-decoration-color: rgb(201 162 74 / 0.4);
}

.decoration-solid {
  text-decoration-style: solid;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-\[0\.85\] {
  opacity: 0.85;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_3px_rgba\(17\2c 17\2c 17\2c 0\.25\)\] {
  --tw-shadow: 0 0 0 3px rgba(17,17,17,0.25);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_3px_rgba\(201\2c 162\2c 74\2c 0\.35\)\] {
  --tw-shadow: 0 0 0 3px rgba(201,162,74,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_3px_rgba\(255\2c 255\2c 255\2c 0\.35\)\] {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.35);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-gold {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 162 74 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-image\] {
  transition-property: background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background\] {
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[color\2c border-color\2c background-color\2c transform\] {
  transition-property: color,border-color,background-color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\2c width\] {
  transition-property: left,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\2c border-color\] {
  transition-property: opacity,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\2c transform\] {
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[280ms\] {
  transition-duration: 280ms;
}

.duration-\[400ms\] {
  transition-duration: 400ms;
}

.duration-\[450ms\] {
  transition-duration: 450ms;
}

.ease-\[ease\] {
  transition-timing-function: ease;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

/* Bodoni Moda — display/titles (Figma Playfair); Poppins is default sans via tailwind.config */

.font-serif {
    font-family: BodoniModa, Georgia, serif;
  }

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

.\[transform\:rotate\(45deg\)_scaleY\(-1\)_rotate\(-154\.74deg\)\] {
  transform: rotate(45deg) scaleY(-1) rotate(-154.74deg);
}

/* =============================================================================
   Site fonts (self-hosted)
   ============================================================================= */

/* Poppins — self-hosted (UI/body; replaces Montserrat / Figma “Inter”) */

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/poppins-300-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/poppins-300-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/poppins-400-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/poppins-500-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/poppins-600-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/poppins-700-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/poppins-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Bodoni Moda — self-hosted (headings via `font-serif`; Figma “Playfair Display”) */

@font-face {
  font-family: BodoniModa;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/bodonimoda-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: BodoniModa;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/bodonimoda-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: BodoniModa;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/bodonimoda-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: BodoniModa;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/bodonimoda-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =============================================================================
   Base (global)
   ============================================================================= */

/* =============================================================================
   Components (shared UI)
   ============================================================================= */

/* =============================================================================
   JS-driven interactions (kept unlayered)
   ============================================================================= */

/* Splide: show draggable affordance on slide area (rail pill already uses grab in rules below). */

.splide .splide__track {
  cursor: grab;
}

.splide .splide__track:active {
  cursor: grabbing;
}

/* Service feature interaction (WHAT WE OFFER) */

.js-service-feature {
  position: relative;
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 280ms;
  transition-timing-function: ease;
}

.js-service-feature h3,
.js-service-feature p {
  transition-property: color,border-color,background-color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 280ms;
  transition-timing-function: ease;
}

.js-service-feature::before {
  position: absolute;
  bottom: 0.4rem;
  left: -14px;
  top: 0.4rem;
  width: 2px;
  transform-origin: center;
  --tw-scale-y: 0.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 999px;
  background-image: linear-gradient(180deg,rgba(201,162,74,0) 0%,rgba(201,162,74,0.85) 50%,rgba(201,162,74,0) 100%);
  opacity: 0;
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 280ms;
  transition-timing-function: ease;
  --tw-content: '';
  content: var(--tw-content);
}

@media not all and (min-width: 1024px) {

  .js-service-feature::before {
    display: none;
  }
}

@media (min-width: 1024px) {

  .js-service-feature.is-active {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.js-service-feature.is-active::before {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.js-service-feature.is-active h3 {
  --tw-text-opacity: 1;
  color: rgb(143 106 32 / var(--tw-text-opacity, 1));
}

.js-service-feature.is-active p {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

.city-card::before {
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(180deg,rgba(0,0,0,0.55),rgba(0,0,0,0.1));
  --tw-content: '';
  content: var(--tw-content);
}

.city-card p {
  position: relative;
  z-index: 1;
}

/* Figma S-C / Customer Reviews 117:1655 — flat #111 background, no stripe */

.reviews-showcase {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.js-reviews-splide .splide__list {
  align-items: stretch;
}

.js-reviews-splide .splide__slide {
  height: auto;
}

.js-venues-splide .splide__slide:nth-child(4n + 1) .venue-slide {
  background-image: url('https://picsum.photos/seed/venue-slide-1/900/1400');
}

.js-venues-splide .splide__slide:nth-child(4n + 2) .venue-slide {
  background-image: url('https://picsum.photos/seed/venue-slide-2/900/1400');
}

.js-venues-splide .splide__slide:nth-child(4n + 3) .venue-slide {
  background-image: url('https://picsum.photos/seed/venue-slide-3/900/1400');
}

.js-venues-splide .splide__slide:nth-child(4n + 4) .venue-slide {
  background-image: url('https://picsum.photos/seed/venue-slide-4/900/1400');
}

.venue-slide-meta h3 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.venue-slide-meta p {
  margin: 0px;
  font-size: 12px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.js-story-shell .splide,
.js-story-shell .splide__track,
.js-story-shell .splide__list,
.js-story-shell .splide__slide {
  height: 100%;
}

/* venue-detail.html — hero Splide (s2) */

.js-venue-hero-shell .splide,
.js-venue-hero-shell .splide__track,
.js-venue-hero-shell .splide__list,
.js-venue-hero-shell .splide__slide {
  height: 100%;
}

.js-venue-hero-rail {
  pointer-events: auto;
  cursor: pointer;
}

.js-venue-hero-rail .js-slider-progress {
  cursor: grab;
}

.js-venue-hero-rail .js-slider-progress.is-dragging {
  cursor: grabbing;
}

/* Slider rail: thin gray track + gold pill; pill width/position set in JS as 100%/n slides */

.js-slider-rail {
  pointer-events: none;
  position: absolute;
  height: 10px;
}

.js-venues-rail {
  pointer-events: auto;
  position: relative;
  cursor: grab;
}

.js-story-rail {
  pointer-events: auto;
  cursor: grab;
}

.js-happy-rail {
  pointer-events: auto;
  cursor: grab;
}

.js-reviews-rail {
  pointer-events: auto;
  position: relative;
  cursor: grab;
}

.js-venues-rail .js-slider-progress {
  cursor: grab;
}

.js-venues-rail .js-slider-progress.is-dragging {
  cursor: grabbing;
}

.js-story-rail .js-slider-progress {
  cursor: grab;
}

.js-happy-rail .js-slider-progress {
  cursor: grab;
}

.js-reviews-rail .js-slider-progress {
  cursor: grab;
}

.js-story-rail .js-slider-progress.is-dragging {
  cursor: grabbing;
}

.js-happy-rail .js-slider-progress.is-dragging {
  cursor: grabbing;
}

.js-reviews-rail .js-slider-progress.is-dragging {
  cursor: grabbing;
}

/* Story (S2): 200px rail — shared vars for arbitrary w/left */

.js-slider-rail-track {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  height: 3px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
  opacity: 0.85;
}

.js-slider-progress {
  position: absolute;
  left: 0px;
  top: 50%;
  box-sizing: border-box;
  height: 7px;
  width: 25%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 74 / var(--tw-bg-opacity, 1));
  transition-property: left,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 450ms;
  transition-timing-function: ease;
}

/*
 * Figma node 134:1141 — S10/Herb Texture: wrapper ~349×316, rotate -123.67°, art 180×300
 * Figma node 137:927 — S10/Herb Texture: wrapper ~302×350, rotate 28.68°, art 180×300
 * Applied on matching section via ::before — no extra DOM.
 * (Menu line-art stays <object>: those SVGs nest external <image> refs that need a document base URL.)
 */

/* =============================================================================
   Legacy polaroid helpers (no current HTML class match)
   ============================================================================= */

/* =============================================================================
   venues.html
   ============================================================================= */

/* =============================================================================
   PhotoSwipe — gallery.html + venue-detail.html
   ============================================================================= */

.pswp__bg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.pswp__counter {
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255 255 255 / 0.8);
  font-family: Poppins, system-ui, sans-serif;
}

.pswp-thumbs {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  height: 86px;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  background-color: rgb(0 0 0 / 0.8);
  padding-left: 18px;
  padding-right: 18px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pswp-thumbs::-webkit-scrollbar {
  display: none;
}

.pswp-thumb {
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
  opacity: 0.5;
  transition-property: opacity,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.pswp-thumb:hover {
  opacity: 0.8;
}

.pswp-thumb.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(201 162 74 / var(--tw-border-opacity, 1));
  opacity: 1;
}

.pswp-thumb img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pswp__scroll-wrap {
  padding-bottom: 86px;
}

/* =============================================================================
   Utilities (tiny helpers)
   ============================================================================= */

.last\:border-transparent:last-child {
  border-color: transparent;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-gold\/40:hover {
  border-color: rgb(201 162 74 / 0.4);
}

.hover\:border-gold\/50:hover {
  border-color: rgb(201 162 74 / 0.5);
}

.hover\:bg-\[\#d8b662\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#fffdf8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 248 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.focus-visible\:bg-\[\#d8b662\]:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 182 98 / var(--tw-bg-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-gold:focus-visible {
  outline-color: #c9a24a;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media not all and (min-width: 1024px) {

  .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 768px) {

  .max-md\:min-h-\[400px\] {
    min-height: 400px;
  }
}

@media (min-width: 640px) {

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:h-\[320px\] {
    height: 320px;
  }

  .sm\:h-\[380px\] {
    height: 380px;
  }

  .sm\:min-h-\[320px\] {
    min-height: 320px;
  }

  .sm\:w-\[220px\] {
    width: 220px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-\[clamp\(35rem\2c 62vw\2c 40rem\)\] {
    top: clamp(35rem, 62vw, 40rem);
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[220px\] {
    height: 220px;
  }

  .md\:h-\[228px\] {
    height: 228px;
  }

  .md\:h-\[240px\] {
    height: 240px;
  }

  .md\:h-\[320px\] {
    height: 320px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[420px\] {
    height: 420px;
  }

  .md\:h-\[471px\] {
    height: 471px;
  }

  .md\:h-\[480px\] {
    height: 480px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[560px\] {
    height: 560px;
  }

  .md\:h-\[680px\] {
    height: 680px;
  }

  .md\:h-\[clamp\(55rem\2c 58vw\2c 62rem\)\] {
    height: clamp(55rem, 58vw, 62rem);
  }

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:min-h-\[460px\] {
    min-height: 460px;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:w-\[480px\] {
    width: 480px;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:leading-\[1\.08\] {
    line-height: 1.08;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-\[clamp\(22rem\2c 62vw\2c 40rem\)\] {
    top: clamp(22rem, 62vw, 40rem);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mt-\[8\.5rem\] {
    margin-top: -8.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-\[228px\] {
    height: 228px;
  }

  .lg\:h-\[280px\] {
    height: 280px;
  }

  .lg\:h-\[360px\] {
    height: 360px;
  }

  .lg\:h-\[560px\] {
    height: 560px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[613px\] {
    height: 613px;
  }

  .lg\:h-\[clamp\(32rem\2c 90vw\2c 62rem\)\] {
    height: clamp(32rem, 90vw, 62rem);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[360px\] {
    min-height: 360px;
  }

  .lg\:min-h-\[510px\] {
    min-height: 510px;
  }

  .lg\:min-h-\[580px\] {
    min-height: 580px;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:min-h-\[78vh\] {
    min-height: 78vh;
  }

  .lg\:min-h-\[7rem\] {
    min-height: 7rem;
  }

  .lg\:min-h-\[min\(560px\2c 72vh\)\] {
    min-height: min(560px, 72vh);
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-\[230px\] {
    width: 230px;
  }

  .lg\:w-\[260px\] {
    width: 260px;
  }

  .lg\:w-\[min\(45vw\2c 55vw\)\] {
    width: min(45vw, 55vw);
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[780px\] {
    max-width: 780px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[13px\] {
    font-size: 13px;
  }

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {

  .xl\:top-\[clamp\(22rem\2c 62vw\2c 40rem\)\] {
    top: clamp(22rem, 62vw, 40rem);
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[580px\] {
    height: 580px;
  }

  .xl\:h-\[680px\] {
    height: 680px;
  }

  .xl\:h-\[clamp\(32rem\2c 72vw\2c 70rem\)\] {
    height: clamp(32rem, 72vw, 70rem);
  }

  .xl\:min-h-\[760px\] {
    min-height: 760px;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:pr-\[120px\] {
    padding-right: 120px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:top-\[clamp\(22rem\2c 62vw\2c 40rem\)\] {
    top: clamp(22rem, 62vw, 40rem);
  }

  .\32xl\:h-\[730px\] {
    height: 730px;
  }

  .\32xl\:h-\[clamp\(32rem\2c 68vw\2c 70rem\)\] {
    height: clamp(32rem, 68vw, 70rem);
  }
}
