*, ::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.18 | 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: General Sans, Helvetica Neue, Helvetica, Arial, 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;
}
  :root {
    --radius: 0.25rem;
    /* GHD Hotels Luxury Dark Theme */
    --background: 0.118 0 0;
    --foreground: 0.95 0.015 85;
    --card: 0.145 0 0;
    --card-foreground: 0.92 0.012 80;
    --popover: 0.18 0 0;
    --popover-foreground: 0.95 0.015 85;
    --primary: 0.72 0.09 85;
    --primary-foreground: 0.1 0 0;
    --secondary: 0.22 0 0;
    --secondary-foreground: 0.85 0.01 80;
    --muted: 0.2 0 0;
    --muted-foreground: 0.55 0.008 70;
    --accent: 0.72 0.09 85;
    --accent-foreground: 0.1 0 0;
    --destructive: 0.577 0.245 27.325;
    --destructive-foreground: 0.985 0 0;
    --border: 0.28 0.008 70;
    --input: 0.25 0.006 70;
    --ring: 0.72 0.09 85;
    --chart-1: 0.72 0.09 85;
    --chart-2: 0.6 0.118 184.704;
    --chart-3: 0.398 0.07 227.392;
    --chart-4: 0.828 0.189 84.429;
    --chart-5: 0.769 0.188 70.08;
    --sidebar: 0.145 0 0;
    --sidebar-foreground: 0.92 0.012 80;
    --sidebar-primary: 0.72 0.09 85;
    --sidebar-primary-foreground: 0.1 0 0;
    --sidebar-accent: 0.22 0 0;
    --sidebar-accent-foreground: 0.85 0.01 80;
    --sidebar-border: 0.28 0.008 70;
    --sidebar-ring: 0.72 0.09 85;

    /* GHD Brand Colors */
    --color-charcoal: #0f0f0f;
    --color-charcoal-mid: #1a1a1a;
    --color-charcoal-light: #2a2a2a;
    /* Accent (gold) unified site-wide */
    --color-gold: #b8975a;
    --color-gold-light: #b8975a;
    --color-gold-dim: #b8975a;
    --color-ivory: #f5f0e8;
    --color-ivory-muted: #d4cfc6;
  }

  * {
  border-color: oklch(var(--border));
}

  html {
    /* One typographic step smaller sitewide (16px → 14px); scales rem, clamp(rem), Tailwind text-* */
    font-size: 87.5%;
    scroll-behavior: smooth;
    color-scheme: dark;
    overflow-x: clip; /* clip avoids breaking position: sticky (unlike hidden) */
  }

  body {
  background-color: oklch(var(--background));
  color: oklch(var(--foreground));
    font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
    background-color: #0f0f0f;
    color: #f5f0e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip; /* clip avoids breaking position: sticky (unlike hidden) */
    min-width: 0;
}

  /* Prevent horizontal overflow from wide content */
  img, video, iframe {
    max-width: 100%;
    height: auto;
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-3 {
  right: -0.75rem;
}
.-top-3 {
  top: -0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[15\] {
  z-index: 15;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[210\] {
  z-index: 210;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[60\] {
  z-index: 60;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.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-\[0\.65em\] {
  margin-top: 0.65em;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[4\.25rem\] {
  height: 4.25rem;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[6\.5rem\] {
  height: 6.5rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[calc\(100vh-2\.5rem\)\] {
  max-height: calc(100vh - 2.5rem);
}
.max-h-\[calc\(100vh-2rem\)\] {
  max-height: calc(100vh - 2rem);
}
.max-h-\[min\(70vh\2c 520px\)\] {
  max-height: min(70vh,520px);
}
.max-h-full {
  max-height: 100%;
}
.\!min-h-0 {
  min-height: 0px !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-24 {
  width: 6rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[6\.5rem\] {
  width: 6.5rem;
}
.w-\[calc\(100\%-1\.5rem\)\] {
  width: calc(100% - 1.5rem);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[3rem\] {
  min-width: 3rem;
}
.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-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.max-w-\[9rem\] {
  max-width: 9rem;
}
.max-w-\[min\(100\%\2c 360px\)\] {
  max-width: min(100%,360px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-bottom {
  transform-origin: bottom;
}
.-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-2 {
  --tw-translate-y: 0.5rem;
  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-3 {
  --tw-translate-y: 0.75rem;
  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));
}
.animate-\[fadeInScale_180ms_ease-out\] {
  animation: fadeInScale 180ms ease-out;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 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-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-visible {
  overflow-y: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-charcoal\/10 {
  border-color: rgb(15 15 15 / 0.1);
}
.border-charcoal\/15 {
  border-color: rgb(15 15 15 / 0.15);
}
.border-charcoal\/25 {
  border-color: rgb(15 15 15 / 0.25);
}
.border-charcoal\/40 {
  border-color: rgb(15 15 15 / 0.4);
}
.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(201 168 76 / var(--tw-border-opacity, 1));
}
.border-gold\/10 {
  border-color: rgb(201 168 76 / 0.1);
}
.border-gold\/15 {
  border-color: rgb(201 168 76 / 0.15);
}
.border-gold\/20 {
  border-color: rgb(201 168 76 / 0.2);
}
.border-gold\/25 {
  border-color: rgb(201 168 76 / 0.25);
}
.border-gold\/30 {
  border-color: rgb(201 168 76 / 0.3);
}
.border-gold\/35 {
  border-color: rgb(201 168 76 / 0.35);
}
.border-gold\/40 {
  border-color: rgb(201 168 76 / 0.4);
}
.border-gold\/45 {
  border-color: rgb(201 168 76 / 0.45);
}
.border-gold\/50 {
  border-color: rgb(201 168 76 / 0.5);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-t-charcoal {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 15 15 / var(--tw-border-opacity, 1));
}
.bg-\[\#faf9f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#faf9f7\]\/95 {
  background-color: rgb(250 249 247 / 0.95);
}
.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\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity, 1));
}
.bg-charcoal\/70 {
  background-color: rgb(15 15 15 / 0.7);
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 76 / var(--tw-bg-opacity, 1));
}
.bg-gold\/20 {
  background-color: rgb(201 168 76 / 0.2);
}
.bg-gold\/80 {
  background-color: rgb(201 168 76 / 0.8);
}
.bg-gold\/90 {
  background-color: rgb(201 168 76 / 0.9);
}
.bg-ivory {
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 232 / var(--tw-bg-opacity, 1));
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-gold\/60 {
  --tw-gradient-from: rgb(201 168 76 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 168 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gold\/30 {
  --tw-gradient-to: rgb(201 168 76 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 168 76 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-body {
  font-family: General Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.font-display {
  font-family: Instrument Serif, Georgia, Times New Roman, serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.55rem\] {
  font-size: 0.55rem;
}
.text-\[0\.62rem\] {
  font-size: 0.62rem;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.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 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1));
}
.text-charcoal\/25 {
  color: rgb(15 15 15 / 0.25);
}
.text-charcoal\/40 {
  color: rgb(15 15 15 / 0.4);
}
.text-charcoal\/45 {
  color: rgb(15 15 15 / 0.45);
}
.text-charcoal\/50 {
  color: rgb(15 15 15 / 0.5);
}
.text-charcoal\/55 {
  color: rgb(15 15 15 / 0.55);
}
.text-charcoal\/60 {
  color: rgb(15 15 15 / 0.6);
}
.text-charcoal\/65 {
  color: rgb(15 15 15 / 0.65);
}
.text-charcoal\/70 {
  color: rgb(15 15 15 / 0.7);
}
.text-charcoal\/75 {
  color: rgb(15 15 15 / 0.75);
}
.text-charcoal\/80 {
  color: rgb(15 15 15 / 0.8);
}
.text-charcoal\/85 {
  color: rgb(15 15 15 / 0.85);
}
.text-charcoal\/90 {
  color: rgb(15 15 15 / 0.9);
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(201 168 76 / var(--tw-text-opacity, 1));
}
.text-gold-light {
  --tw-text-opacity: 1;
  color: rgb(228 200 122 / var(--tw-text-opacity, 1));
}
.text-gold\/70 {
  color: rgb(201 168 76 / 0.7);
}
.text-gold\/80 {
  color: rgb(201 168 76 / 0.8);
}
.text-gold\/85 {
  color: rgb(201 168 76 / 0.85);
}
.text-gold\/90 {
  color: rgb(201 168 76 / 0.9);
}
.text-ivory {
  --tw-text-opacity: 1;
  color: rgb(245 240 232 / var(--tw-text-opacity, 1));
}
.text-ivory-muted\/40 {
  color: rgb(212 207 198 / 0.4);
}
.text-ivory-muted\/50 {
  color: rgb(212 207 198 / 0.5);
}
.text-ivory-muted\/55 {
  color: rgb(212 207 198 / 0.55);
}
.text-ivory-muted\/60 {
  color: rgb(212 207 198 / 0.6);
}
.text-ivory-muted\/65 {
  color: rgb(212 207 198 / 0.65);
}
.text-ivory-muted\/70 {
  color: rgb(212 207 198 / 0.7);
}
.text-ivory-muted\/80 {
  color: rgb(212 207 198 / 0.8);
}
.text-ivory\/60 {
  color: rgb(245 240 232 / 0.6);
}
.text-ivory\/65 {
  color: rgb(245 240 232 / 0.65);
}
.text-ivory\/75 {
  color: rgb(245 240 232 / 0.75);
}
.text-ivory\/80 {
  color: rgb(245 240 232 / 0.8);
}
.text-ivory\/85 {
  color: rgb(245 240 232 / 0.85);
}
.text-ivory\/90 {
  color: rgb(245 240 232 / 0.9);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.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));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-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-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);
}
.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.drop-shadow-\[0_2px_12px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 12px rgba(0,0,0,0.75));
  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-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-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;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.fade-out {
  --tw-exit-opacity: 0;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.duration-700 {
  animation-duration: 700ms;
}
.delay-100 {
  animation-delay: 100ms;
}
.delay-200 {
  animation-delay: 200ms;
}
.delay-300 {
  animation-delay: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Booking checkout: native <dialog> reset + dimmed backdrop */
.booking-checkout-dialog {
  margin: auto;
  padding: 0;
}
.booking-checkout-dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Hide scrollbar but keep scroll */
.scrollbar-invisible {
  -ms-overflow-style: none; /* IE/Edge legacy */
  scrollbar-width: none; /* Firefox */
}
.scrollbar-invisible::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* ─── Full-viewport sections (no snap) ─────────────────────────── */
.snap-section {
  min-height: 100vh;
  box-sizing: border-box;
  border: 0 !important;
  box-shadow: none !important;
}

/* No gray border between sections (removes thin line at hero / next section) */
section {
  border-width: 0 !important;
  border-style: none !important;
}

/* ─── Typography ─────────────────────────────────────────────────── */
.font-display {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.font-body {
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.85;
}

/* ─── Page-scoped font experiments ───────────────────────────────── */
.home-test-font .font-body,
.home-test-font .eyebrow,
.home-test-font .btn-gold,
.home-test-font .btn-gold-filled,
.home-test-font .btn-gold-filled span,
.home-test-font .btn-gold span,
.home-test-font .body-refined,
.home-test-font .body-refined-lg,
.celestra-test-font .font-body,
.celestra-test-font .eyebrow,
.celestra-test-font .btn-gold,
.celestra-test-font .btn-gold-filled,
.celestra-test-font .btn-gold-filled span,
.celestra-test-font .btn-gold span,
.celestra-test-font .body-refined,
.celestra-test-font .body-refined-lg,
.nivaara-test-font .font-body,
.nivaara-test-font .eyebrow,
.nivaara-test-font .btn-gold,
.nivaara-test-font .btn-gold-filled,
.nivaara-test-font .btn-gold-filled span,
.nivaara-test-font .btn-gold span,
.nivaara-test-font .body-refined,
.nivaara-test-font .body-refined-lg {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

.home-test-font .font-body,
.home-test-font .body-refined,
.home-test-font .body-refined-lg,
.celestra-test-font .font-body,
.celestra-test-font .body-refined,
.celestra-test-font .body-refined-lg,
.nivaara-test-font .font-body,
.nivaara-test-font .body-refined,
.nivaara-test-font .body-refined-lg {
  line-height: 1.85;
}

/* Brand pages — hero + section titles match home/about scale */
.nivaara-test-font .section-heading,
.celestra-test-font .section-heading,
.samraya-test-font .section-heading,
.home-test-font .section-heading,
.nivaara-test-font .section-lead,
.celestra-test-font .section-lead,
.samraya-test-font .section-lead,
.home-test-font .section-lead,
.nivaara-test-font .section-quote,
.celestra-test-font .section-quote,
.samraya-test-font .section-quote,
.home-test-font .section-quote,
.nivaara-test-font .pillar-title,
.celestra-test-font .pillar-title,
.samraya-test-font .pillar-title,
.home-test-font .pillar-title,
.nivaara-test-font .hero-section h1.font-display,
.celestra-test-font .hero-section h1.font-display,
.samraya-test-font .hero-section h1.font-display,
.home-test-font .hero-section h1.section-heading {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
}

.nivaara-test-font .section-heading,
.celestra-test-font .section-heading,
.samraya-test-font .section-heading,
.home-test-font .section-heading,
.nivaara-test-font .hero-section h1.font-display,
.celestra-test-font .hero-section h1.font-display,
.samraya-test-font .hero-section h1.font-display,
.home-test-font .hero-section h1.section-heading {
  font-size: clamp(2rem, 3.75vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.035em;
}

.nivaara-test-font .section-lead,
.celestra-test-font .section-lead,
.samraya-test-font .section-lead,
.home-test-font .section-lead {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.03em;
}

/* Hero script taglines — section-lead minus 7 units (0.125rem / 0.125vw per unit) */
.nivaara-test-font .hero-tagline,
.celestra-test-font .hero-tagline,
.samraya-test-font .hero-tagline,
.home-test-font .hero-tagline {
  font-size: clamp(0.625rem, 1.625vw, 1.375rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.03em;
}

.nivaara-test-font .section-quote,
.celestra-test-font .section-quote,
.samraya-test-font .section-quote,
.home-test-font .section-quote,
.nivaara-test-font .pillar-title,
.celestra-test-font .pillar-title,
.samraya-test-font .pillar-title,
.home-test-font .pillar-title {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Luxury display scale — used for hero and primary section headings */
.text-display-xl {
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.0;
  letter-spacing: 0.025em;
}

.text-display-lg {
  font-size: clamp(2.75rem, 5.5vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: 0.03em;
}

.text-display-md {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: 0.03em;
}

/* ─── Scroll Animations ──────────────────────────────────────────── */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.animate-on-scroll-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.animate-visible-x {
  opacity: 1;
  transform: translateX(0);
}

/* ─── Gold Accent Line ───────────────────────────────────────────── */
.gold-divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b8975a, transparent);
  margin: 2rem auto;
}

.gold-divider-left {
  margin-left: 0;
}

/* ─── Glassmorphism ──────────────────────────────────────────────── */
.glass-card {
  background: rgba(26, 26, 26, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(184, 151, 90, 0.15);
}

.glass-card:hover {
  border-color: rgba(184, 151, 90, 0.45);
  box-shadow: 0 0 40px rgba(184, 151, 90, 0.12);
}

/* ─── Hero Sections ──────────────────────────────────────────────── */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0 !important;
  box-shadow: none !important;
  background-color: #1a1a1a; /* matches next section so no gap shows */
}

.hero-section--black {
  background-color: #000;
}

/* Home: search / room picker / date popovers extend below hero without clipping */
.hero-section.hero-section--search-visible {
  overflow: visible;
  z-index: 40;
}

/* Home hero: search bar anchored toward bottom */
.hero-section.hero-section--content-lower {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: clamp(2.5rem, 10vh, 5rem);
}

/* Home: below lg — full-viewport video, search in strip under hero (not on video) */
@media (max-width: 1023px) {
  .hero-section.hero-section--home.hero-section--content-lower {
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .hero-section.hero-section--home.hero-section--search-visible {
    overflow: hidden;
    z-index: 0;
  }

  .hero-section.hero-section--home .hero-section__content {
    display: none;
  }

  .hero-section.hero-section--home .hero-scroll-indicator {
    display: none;
  }
}

@media (min-width: 1024px) {
  .home-hero-search {
    display: none !important;
  }
}

.home-hero-search {
  overflow: visible;
}

.home-search-welcome {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.4rem, 2.75vw, 2.125rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.015em;
  color: #1c1a18;
}

.home-search-welcome__lead {
  color: #3d3a36;
  font-weight: 400;
}

.home-search-welcome__brand {
  color: #9a7b4a;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* About → Contact (and all image heroes with title): main text lower in frame */
.hero-section.hero-section--content-below-center {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: clamp(5.5rem, 20vh, 11rem);
}

.hero-section.hero-section--content-below-center .hero-section__content {
  transform: none;
}

@media (min-width: 480px) {
  .hero-section {
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 600px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 0.4) 0%,
    rgba(15, 15, 15, 0.65) 50%,
    rgba(15, 15, 15, 0.85) 100%
  );
}

/* ─── Navigation ─────────────────────────────────────────────────── */
.nav-transparent {
  background: transparent;
}

.nav-transparent:hover {
  background: rgba(15, 15, 15, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 151, 90, 0.15);
}

.nav-solid {
  background: rgba(15, 15, 15, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 151, 90, 0.15);
}

/* ─── Buttons ────────────────────────────────────────────────────── */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  min-height: 44px;
  border: 1px solid #b8975a;
  color: #b8975a;
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .btn-gold {
    padding: 0.75rem 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
  }
}

.btn-gold::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #b8975a;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
  z-index: 0;
}

.btn-gold:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-gold span,
.btn-gold:not([class*="btn-gold-"]) > * {
  position: relative;
  z-index: 1;
}

.btn-gold:hover {
  color: #0f0f0f;
}

.btn-gold-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  min-height: 44px;
  background: #b8975a;
  color: #0f0f0f;
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #b8975a;
  cursor: pointer;
  transition: all 0.35s ease;
}

@media (min-width: 640px) {
  .btn-gold-filled {
    padding: 0.75rem 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
  }
}

.btn-gold-filled:hover {
  background: #b8975a;
  border-color: #b8975a;
}

/* ─── Section Padding ────────────────────────────────────────────── */
.section-pad {
  padding: 5rem 1rem 6rem;
}

@media (min-width: 375px) {
  .section-pad {
    padding: 6rem 1.25rem 7rem;
  }
}

@media (min-width: 640px) {
  .section-pad {
    padding: 7rem 1.5rem 8rem;
  }
}

@media (min-width: 768px) {
  .section-pad {
    padding: 11rem 2rem;
  }
}

@media (min-width: 1280px) {
  .section-pad {
    padding: 13rem 2rem;
  }
}

/* Home page — less vertical padding than global .section-pad */
.home-section-pad {
  padding: 2.75rem 1rem 3.25rem;
}

@media (min-width: 640px) {
  .home-section-pad {
    padding: 3.5rem 1.5rem 4rem;
  }
}

@media (min-width: 768px) {
  .home-section-pad {
    padding: 4rem 2rem 4.5rem;
  }
}

@media (min-width: 1280px) {
  .home-section-pad {
    padding: 4.5rem 2rem 5rem;
  }
}

.home-test-font .gold-divider {
  margin: 1.25rem auto;
}

/* ─── Feature Grid ───────────────────────────────────────────────── */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(184, 151, 90, 0.12);
  transition: border-color 0.3s ease, background 0.3s ease;
}

@media (min-width: 640px) {
  .feature-item {
    gap: 1rem;
    padding: 1.5rem;
  }
}

.feature-item:hover {
  border-color: rgba(184, 151, 90, 0.35);
  background: rgba(184, 151, 90, 0.04);
}

/* ─── Nav links (top menu bar — all breakpoints) ─────────────────── */
.nav-link {
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.nav-link--bar {
  font-size: 0.6875rem;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .nav-link--bar {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1024px) {
  .nav-link--bar {
    font-size: 1rem;
    line-height: inherit;
  }
}

.nav-link:hover {
  text-shadow:
    0 0 8px rgba(184, 151, 90, 0.9),
    0 0 14px rgba(184, 151, 90, 0.7);
}

/* Compact top bar on mobile/tablet — logo + links stay in fixed header */
.nav-bar-inner {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .nav-transparent {
    background: rgba(15, 15, 15, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(184, 151, 90, 0.12);
  }

  .nav-solid,
  .nav-transparent:hover {
    background: rgba(15, 15, 15, 0.97);
  }
}

/* ─── Text Styles ────────────────────────────────────────────────── */
.text-gold {
  color: #b8975a;
}

.text-gold-light {
  color: #b8975a;
}

.text-ivory {
  color: #f5f0e8;
}

.text-ivory-muted {
  color: #d4cfc6;
}

.eyebrow {
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8975a;
}

@media (min-width: 640px) {
  .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.35em;
  }
}

/* Gold glow + light stroke for section eyebrows (e.g. home page labels) */
.eyebrow--gold-emphasis {
  text-shadow:
    0 0 10px rgba(184, 151, 90, 0.95),
    0 0 22px rgba(184, 151, 90, 0.65),
    0 0 36px rgba(184, 151, 90, 0.38),
    0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-text-stroke: 0.45px rgba(62, 50, 24, 0.55);
  paint-order: stroke fill;
}

/* Footer: legal strip spacing (overrides layout utilities that zero padding) */
footer.footer-shell {
  padding-bottom: 0.25rem !important;
}

footer.footer-shell .footer-bottom-bar {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* ─── Parallax Section ───────────────────────────────────────────── */
.parallax-section {
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}

/* Enable parallax only where explicitly requested */
.parallax-fixed {
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .parallax-fixed {
    background-attachment: scroll;
  }
}

/* ─── Form Styles ────────────────────────────────────────────────── */
.ghd-input {
  width: 100%;
  background: rgba(42, 42, 42, 0.6);
  border: 1px solid rgba(184, 151, 90, 0.2);
  color: #f5f0e8;
  padding: 0.875rem 1.25rem;
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  outline: none;
}

.ghd-input:focus {
  border-color: #b8975a;
  box-shadow: 0 0 0 1px rgba(184, 151, 90, 0.3);
}

.ghd-input::-moz-placeholder {
  color: rgba(212, 207, 198, 0.4);
}

.ghd-input::placeholder {
  color: rgba(212, 207, 198, 0.4);
}

/* ─── Scrollbar ──────────────────────────────────────────────────── */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #0f0f0f;
}

::-webkit-scrollbar-thumb {
  background: #b8975a;
  border-radius: 2px;
}

/* ─── Stagger delays ─────────────────────────────────────────────── */
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }

/* ─── Hero Fade Up Animation ─────────────────────────────────────── */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up {
  animation: fade-up 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Scroll indicator line that draws itself downward */
@keyframes scroll-line {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 0.8; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ─── Section heading shorthand ──────────────────────────────────── */
/* Use on all h2s in page sections — replaces inline Tailwind size classes */
.section-heading {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2rem, 3.75vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0.035em;
  color: #f5f0e8;
}

/* Long-form section statements (multi-line); two steps below .section-heading */
.section-lead,
.section-subheading {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.28;
  letter-spacing: 0.03em;
  color: #f5f0e8;
}

/* Hero script/cursive line under the main title — section-lead minus 7 units */
.hero-tagline {
  font-size: clamp(0.625rem, 1.625vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.28;
  text-transform: none;
  -webkit-text-stroke: 0 transparent;
}

/* Home Future parallax — tall section, content spans full background width */
.home-future-section.home-section-pad {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(28rem, 82vh, 52rem);
  min-height: clamp(28rem, 82dvh, 52rem);
  padding-top: clamp(4rem, 10vh, 7rem);
  padding-bottom: clamp(4rem, 10vh, 7rem);
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
}

.home-future-section__content {
  width: 100%;
  max-width: none;
}

.home-future-section .home-vision-statement {
  max-width: none;
  width: 100%;
}

/* About page closing quote — tall parallax section (matches home Future scale) */
.about-quote-section.home-section-pad {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(28rem, 82vh, 52rem);
  min-height: clamp(28rem, 82dvh, 52rem);
  padding-top: clamp(4rem, 10vh, 7rem);
  padding-bottom: clamp(4rem, 10vh, 7rem);
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
}

.about-quote-section__content {
  width: 100%;
  max-width: none;
}

.about-quote-section .about-quote-statement {
  max-width: none;
  width: 100%;
}

/* Brand philosophy sections — full viewport, copy centered vertically + horizontally */
.brand-philosophy-section,
.nivaara-philosophy-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(2rem, 4vh, 3rem) clamp(1rem, 4vw, 2rem);
}

.brand-philosophy-section__content,
.nivaara-philosophy-section__content {
  flex: 1;
  width: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.brand-philosophy-section__content .body-refined-lg,
.nivaara-philosophy-section__content .body-refined-lg {
  text-align: center;
  font-weight: 600;
}

/* Nivaãra properties carousel — crossfade (no fade-to-black) */
.nivaara-property-carousel__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nivaara-property-carousel__slide--incoming {
  animation: nivaara-property-crossfade 380ms cubic-bezier(0.33, 0, 0.2, 1) forwards;
}

@keyframes nivaara-property-crossfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Section-lead minus 2 units, wider horizontal measure */
.home-vision-statement,
.about-quote-statement {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 2.125vw, 1.875rem);
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-style: italic;
  color: #f5f0e8;
}

/* Italic pull quotes and brand taglines */
.section-quote {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-style: italic;
}

/* Card / pillar titles (h3) */
.pillar-title {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #f5f0e8;
}

.body-refined {
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: rgba(245, 240, 232, 0.6);
}

.body-refined-lg {
  font-family: 'General Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: rgba(245, 240, 232, 0.7);
}

/* ─── Brand-specific accent colors ───────────────────────────────── */
.celestra-accent { color: #b8975a; }
.samraya-accent { color: #b8975a; }
.nivaara-accent  { color: #b8975a; }

/* ─── Vision pillars ─────────────────────────────────────────────── */
.pillar-card {
  border: 1px solid rgba(184, 151, 90, 0.12);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease;
}

@media (min-width: 640px) {
  .pillar-card {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .pillar-card {
    padding: 2.5rem;
  }
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #b8975a, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.pillar-card:hover {
  border-color: rgba(184, 151, 90, 0.3);
  background: rgba(184, 151, 90, 0.03);
}

.pillar-card:hover::before {
  opacity: 1;
}

/* About page: make principle card number glow on card hover */
.pillar-number {
  color: rgba(184, 151, 90, 0.12);
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

.pillar-card:hover .pillar-number {
  color: rgba(184, 151, 90, 0.9);
  text-shadow:
    0 0 12px rgba(184, 151, 90, 0.7),
    0 0 24px rgba(184, 151, 90, 0.35);
}

/* ─── Star rating ─────────────────────────────────────────────────── */
.star-rating {
  color: #b8975a;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

/* Brand pages: larger stars, no glow (overrides inline glow when class is used) */
.star-rating--brand {
  font-size: 1.125rem; /* +2 × ~0.125rem from default 0.875rem */
  text-shadow: none !important;
}

/* About page: continuous logo strip in Who We Are */
.about-logo-strip {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 8.5rem;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.about-logo-track {
  --about-logo-gap: 3rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--about-logo-gap);
  width: -moz-max-content;
  width: max-content;
  animation: about-logo-marquee 14s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.about-logo-strip:hover .about-logo-track {
  animation-play-state: paused;
}

.about-logo-item {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  backface-visibility: hidden;
}

.about-logo-item--celestra {
  height: 3.75rem;
  max-width: 13.5rem;
}

.about-logo-item--samraya,
.about-logo-item--nivaara {
  height: 6.5rem;
  max-width: 9.25rem;
}

@media (min-width: 640px) {
  .about-logo-strip {
    height: 9.25rem;
  }

  .about-logo-item--celestra {
    height: 4.25rem;
    max-width: 15rem;
  }

  .about-logo-item--samraya,
  .about-logo-item--nivaara {
    height: 7.25rem;
    max-width: 10rem;
  }
}

@media (min-width: 1024px) {
  .about-logo-strip {
    height: 10rem;
  }

  .about-logo-item--celestra {
    height: 4.75rem;
    max-width: 16rem;
  }

  .about-logo-item--samraya,
  .about-logo-item--nivaara {
    height: 8rem;
    max-width: 10.5rem;
  }
}

@keyframes about-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    /* -50% alone misaligns with flex gap; subtract half a gap for a seamless loop */
    transform: translate3d(calc(-50% - var(--about-logo-gap) / 2), 0, 0);
  }
}

.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:rounded-lg::file-selector-button {
  border-radius: var(--radius);
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-gold\/20::file-selector-button {
  background-color: rgb(201 168 76 / 0.2);
}

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-charcoal::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1));
}

.open\:flex[open] {
  display: flex;
}

.open\:max-h-\[calc\(100vh-2rem\)\][open] {
  max-height: calc(100vh - 2rem);
}

.open\:flex-col[open] {
  flex-direction: column;
}

.hover\:bg-black\/55:hover {
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-charcoal\/5:hover {
  background-color: rgb(15 15 15 / 0.05);
}

.hover\:bg-gold\/10:hover {
  background-color: rgb(201 168 76 / 0.1);
}

.hover\:bg-gold\/15:hover {
  background-color: rgb(201 168 76 / 0.15);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:text-charcoal:hover {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1));
}

.hover\:text-charcoal\/80:hover {
  color: rgb(15 15 15 / 0.8);
}

.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(201 168 76 / var(--tw-text-opacity, 1));
}

.hover\:text-gold\/90:hover {
  color: rgb(201 168 76 / 0.9);
}

.hover\:file\:bg-gold\/30::file-selector-button:hover {
  background-color: rgb(201 168 76 / 0.3);
}

.focus\:border-gold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(201 168 76 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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);
}

.focus\:ring-gold\/20:focus {
  --tw-ring-color: rgb(201 168 76 / 0.2);
}

.focus\:ring-gold\/25:focus {
  --tw-ring-color: rgb(201 168 76 / 0.25);
}

.focus\:ring-gold\/30:focus {
  --tw-ring-color: rgb(201 168 76 / 0.3);
}

.focus\:ring-gold\/40:focus {
  --tw-ring-color: rgb(201 168 76 / 0.4);
}

.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);
}

.focus-visible\:ring-gold\/60:focus-visible {
  --tw-ring-color: rgb(201 168 76 / 0.6);
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-charcoal:focus-visible {
  --tw-ring-offset-color: #0f0f0f;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-45:disabled {
  opacity: 0.45;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:text-gold {
  --tw-text-opacity: 1;
  color: rgb(201 168 76 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:brightness-\[0\.92\] {
  --tw-brightness: brightness(0.92);
  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);
}

@media (min-width: 640px) {

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-\[260px\] {
    height: 260px;
  }

  .sm\:h-\[320px\] {
    height: 320px;
  }

  .sm\:h-\[420px\] {
    height: 420px;
  }

  .sm\:h-\[540px\] {
    height: 540px;
  }

  .sm\:h-\[6\.25rem\] {
    height: 6.25rem;
  }

  .sm\:h-\[7\.5rem\] {
    height: 7.5rem;
  }

  .sm\:min-h-\[260px\] {
    min-height: 260px;
  }

  .sm\:w-\[140px\] {
    width: 140px;
  }

  .sm\:w-\[340px\] {
    width: 340px;
  }

  .sm\:w-\[7\.5rem\] {
    width: 7.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-\[220px\] {
    min-width: 220px;
  }

  .sm\:max-w-\[10rem\] {
    max-width: 10rem;
  }

  .sm\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\: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));
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

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

  .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-\[0\.95rem\] {
    font-size: 0.95rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:tracking-\[0\.1em\] {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:h-\[580px\] {
    height: 580px;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .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\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-\[420px\] {
    height: 420px;
  }

  .lg\:h-\[520px\] {
    height: 520px;
  }

  .lg\:h-\[8\.5rem\] {
    height: 8.5rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-\[8\.5rem\] {
    width: 8.5rem;
  }

  .lg\:w-\[92px\] {
    width: 92px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-\[150px\] {
    min-width: 150px;
  }

  .lg\:min-w-\[160px\] {
    min-width: 160px;
  }

  .lg\:min-w-\[320px\] {
    min-width: 320px;
  }

  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .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\:grid-cols-\[1fr_auto_auto\] {
    grid-template-columns: 1fr auto auto;
  }

  .lg\:grid-cols-\[1fr_minmax\(280px\2c 340px\)\] {
    grid-template-columns: 1fr minmax(280px,340px);
  }

  .lg\:grid-cols-\[320px_1fr\] {
    grid-template-columns: 320px 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-charcoal\/10 {
    border-color: rgb(15 15 15 / 0.1);
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:text-left {
    text-align: left;
  }

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

  .lg\:tracking-\[0\.15em\] {
    letter-spacing: 0.15em;
  }
}

@media (min-width: 1280px) {

  .xl\:grid-cols-\[360px_1fr\] {
    grid-template-columns: 360px 1fr;
  }
}
