/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gold: #a4893d;
    --color-charcoal: #1d1e22;
    --color-slate: #393f4d;
    --color-facilities-text: #d4d4dc;
    --color-page: #fdfeff;
    --font-inter: "Inter", sans-serif;
    --font-cinzel: "Cinzel", serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-x-0 {
    inset-inline: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-\[130px\] {
    top: 130px;
  }
  .-right-\[13px\] {
    right: calc(13px * -1);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: 0;
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[300\] {
    z-index: 300;
  }
  .float-right {
    float: right;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-22\.5 {
    height: calc(var(--spacing) * 22.5);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[calc\(100vh-90px\)\] {
    min-height: calc(100vh - 90px);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[43px\] {
    width: 43px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[303px\] {
    width: 303px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#d9d9d9\] {
    border-color: #d9d9d9;
  }
  .border-\[\#eeeeee\] {
    border-color: #eeeeee;
  }
  .bg-charcoal {
    background-color: var(--color-charcoal);
  }
  .bg-gold {
    background-color: var(--color-gold);
  }
  .bg-page {
    background-color: var(--color-page);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-cinzel {
    font-family: var(--font-cinzel);
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14\.5px\] {
    font-size: 14.5px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15\.5px\] {
    font-size: 15.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }
  .leading-\[1\.067\] {
    --tw-leading: 1.067;
    line-height: 1.067;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.64px\] {
    --tw-tracking: 0.64px;
    letter-spacing: 0.64px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#6a6a70\] {
    color: #6a6a70;
  }
  .text-\[\#8a8a8a\] {
    color: #8a8a8a;
  }
  .text-charcoal {
    color: var(--color-charcoal);
  }
  .text-charcoal\/70 {
    color: color-mix(in srgb, #1d1e22 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-charcoal) 70%, transparent);
    }
  }
  .text-gold {
    color: var(--color-gold);
  }
  .text-slate {
    color: var(--color-slate);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .placeholder\:text-\[\#8a8a8a\] {
    &::placeholder {
      color: #8a8a8a;
    }
  }
  .hover\:text-gold {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:border-gold {
    &:focus {
      border-color: var(--color-gold);
    }
  }
  .sm\:top-\[170px\] {
    @media (width >= 40rem) {
      top: 170px;
    }
  }
  .sm\:mt-3 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:h-\[46px\] {
    @media (width >= 40rem) {
      height: 46px;
    }
  }
  .sm\:h-\[340px\] {
    @media (width >= 40rem) {
      height: 340px;
    }
  }
  .sm\:w-\[146px\] {
    @media (width >= 40rem) {
      width: 146px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .sm\:text-\[19px\] {
    @media (width >= 40rem) {
      font-size: 19px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .sm\:text-\[42px\] {
    @media (width >= 40rem) {
      font-size: 42px;
    }
  }
  .sm\:text-\[46px\] {
    @media (width >= 40rem) {
      font-size: 46px;
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .lg\:top-\[212px\] {
    @media (width >= 64rem) {
      top: 212px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[425px\] {
    @media (width >= 64rem) {
      height: 425px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[5fr_3fr_4fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 5fr 3fr 4fr;
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:text-\[68px\] {
    @media (width >= 64rem) {
      font-size: 68px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[50px\] {
    @media (width >= 80rem) {
      height: 50px;
    }
  }
  .xl\:h-\[125px\] {
    @media (width >= 80rem) {
      height: 125px;
    }
  }
  .xl\:min-h-\[calc\(100vh-125px\)\] {
    @media (width >= 80rem) {
      min-height: calc(100vh - 125px);
    }
  }
  .\32 xl\:h-\[60px\] {
    @media (width >= 96rem) {
      height: 60px;
    }
  }
  .\32 xl\:gap-6 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:px-6 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cinzel-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cinzel-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/playfair-display-latin-400-normal.woff2") format("woff2");
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-inter);
    background-color: var(--color-page);
    color: var(--color-charcoal);
  }
  button {
    cursor: pointer;
  }
}
.hero-vignette {
  height: 240px;
  background: linear-gradient( 180deg, rgba(10, 12, 16, 0.78) 0%, rgba(10, 12, 16, 0.52) 38%, rgba(10, 12, 16, 0.24) 70%, rgba(10, 12, 16, 0) 100% );
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1023px) {
  .hero-vignette {
    height: 170px;
  }
}
.events-carousel-wrap {
  position: relative;
}
.events-swiper .swiper-wrapper {
  align-items: flex-start;
}
.event-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
.event-card > div:first-child {
  width: 100%;
}
.event-card > div:last-child {
  align-self: flex-end;
}
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 200ms ease;
}
.slider-arrow:hover {
  opacity: 0.75;
}
.facilities-section {
  background-color: var(--color-charcoal);
}
.facilities-bg {
  opacity: 1;
  object-position: center top;
  transform: scale(1.08);
  transition: opacity 700ms ease;
}
.facilities-section.is-sliding .facilities-bg {
  opacity: 0.1;
}
.facilities-bg-shade {
  background: linear-gradient(90deg, rgba(10, 12, 16, 0.55) 0%, rgba(10, 12, 16, 0.42) 22%, rgba(10, 12, 16, 0.25) 50%, rgba(10, 12, 16, 0.42) 78%, rgba(10, 12, 16, 0.55) 100%), linear-gradient(180deg, rgba(10, 12, 16, 0.72) 0%, rgba(10, 12, 16, 0.32) 24%, rgba(10, 12, 16, 0.14) 52%, rgba(10, 12, 16, 0.35) 82%, rgba(10, 12, 16, 0.78) 100%);
}
.facilities-inner {
  padding-top: 72px;
  padding-bottom: 88px;
}
.facilities-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 112px;
  margin-bottom: 48px;
}
.facilities-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.facilities-title-line {
  width: 113px;
  height: 1px;
  margin-top: 32px;
  background-color: var(--color-facilities-text);
}
.facilities-title {
  color: var(--color-facilities-text);
  font-size: 56px;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}
.facilities-copy {
  max-width: 330px;
  padding-top: 35px;
  color: var(--color-facilities-text);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.24;
}
.facilities-stage {
  position: relative;
  width: calc(100vw + 2px);
  margin-left: 50%;
  transform: translateX(-50%);
}
.facilities-swiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
.facilities-swiper.swiper-initialized {
  opacity: 1;
  transition: opacity 500ms ease;
}
.facility-slide {
  position: relative;
  width: 62vw;
  height: 660px;
  overflow: hidden;
}
.facility-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 1;
  pointer-events: none;
  transition: opacity 400ms ease 250ms;
}
.facility-slide.swiper-slide-active::after, .facilities-section.is-sliding .facility-slide::after {
  opacity: 0;
  transition: opacity 200ms ease 0ms;
}
.facility-slide-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 450ms ease 100ms;
}
.facility-main-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 175px;
  padding: 24px 32px 22px;
  opacity: 0;
  transition: opacity 450ms ease 100ms;
}
.facility-slide.swiper-slide-active .facility-slide-image, .facility-slide.swiper-slide-active .facility-main-content, .facilities-section.is-sliding .facility-slide-image, .facilities-section.is-sliding .facility-main-content {
  opacity: 1;
  transition: opacity 350ms ease 0ms;
}
.facility-side-name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
}
.facility-slide.swiper-slide-prev .facility-side-name {
  left: auto;
  right: 0;
  width: calc(19vw - 28px);
  padding-left: calc(clamp(16px, 4vw, 60px) + 55px);
}
.facility-slide.swiper-slide-next .facility-side-name {
  right: auto;
  left: 0;
  width: calc(19vw - 28px);
  padding-right: calc(clamp(16px, 4vw, 60px) + 55px);
}
.facility-side-name {
  transform: translateY(-50%);
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.06em;
  opacity: 1;
  transition: opacity 400ms ease 250ms;
}
.facility-slide.swiper-slide-active .facility-side-name, .facilities-section.is-sliding .facility-side-name {
  opacity: 0;
  transition: opacity 200ms ease 0ms;
}
.facility-main-content h3 {
  font-size: 23px;
  line-height: 1.2;
}
.facility-main-content p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.2;
}
.facility-more {
  margin-top: 38px;
  font-size: 15px;
}
.facilities-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.facilities-arrow-left {
  left: clamp(16px, 4vw, 60px);
  right: auto;
}
.facilities-arrow-right {
  right: clamp(16px, 4vw, 60px);
  left: auto;
}
@media (max-width: 1023px) {
  .facilities-section {
    min-height: auto;
  }
  .facilities-inner {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .facilities-heading {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
  }
  .facilities-title {
    font-size: 46px;
  }
  .facilities-title-line {
    width: 80px;
    margin-top: 26px;
  }
  .facilities-copy {
    padding-top: 0;
    font-size: 18px;
  }
  .facility-slide {
    width: min(606px, 84vw);
    height: 620px;
  }
  .facility-slide.swiper-slide-prev .facility-side-name, .facility-slide.swiper-slide-next .facility-side-name {
    width: calc(50vw - min(303px, 42vw) - 16px);
  }
  .facility-main-content {
    min-height: 180px;
    padding: 28px 28px 30px;
  }
  .facility-main-content h3 {
    font-size: 24px;
  }
  .facility-main-content p {
    margin-top: 16px;
    font-size: 18px;
  }
  .facility-more {
    margin-top: 28px;
    font-size: 16px;
  }
  .facilities-arrow {
    top: 50%;
  }
  .facilities-arrow-left {
    left: 12px;
  }
  .facilities-arrow-right {
    right: 12px;
  }
}
@media (max-width: 639px) {
  .facilities-title-wrap {
    gap: 16px;
  }
  .facilities-title-line {
    width: 48px;
  }
  .facilities-title {
    font-size: 40px;
  }
  .facility-slide {
    height: 560px;
  }
  .facility-main-content {
    padding-inline: 24px;
  }
}
.dining-section {
  overflow: hidden;
}
.dining-inner {
  padding-top: 100px;
  padding-bottom: 36px;
}
.dining-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 82px;
  margin-bottom: 120px;
}
.dining-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.dining-title-line {
  width: 107px;
  height: 1px;
  margin-top: 30px;
  background-color: var(--color-charcoal);
}
.dining-title {
  color: var(--color-charcoal);
  font-size: 66px;
  line-height: 0.98;
  text-transform: uppercase;
}
.dining-copy {
  max-width: 594px;
  padding-top: 16px;
  color: var(--color-charcoal);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.22;
}
.dining-stage {
  --dining-gap: 20px;
  --dining-slide-width: calc((100vw - (var(--dining-gap) * 3)) / 3);
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.dining-stage .dining-swiper {
  width: calc(100vw + var(--dining-slide-width));
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
  transform: translateX(calc(var(--dining-slide-width) / -2));
}
.dining-stage .dining-swiper .swiper-wrapper {
  align-items: flex-start;
}
.dining-swiper .dining-slide {
  width: var(--dining-slide-width) !important;
  padding-bottom: 86px;
  opacity: 0.34;
  transition: opacity 300ms ease;
}
.dining-swiper .dining-slide.swiper-slide-next, .dining-swiper .dining-slide.swiper-slide-next + .dining-slide {
  opacity: 1;
}
.dining-image {
  height: 467px;
  overflow: hidden;
}
.dining-card {
  position: relative;
  width: 100%;
  margin: -46px 0 0 auto;
  padding: 24px 26px 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  z-index: 2;
}
.dining-swiper .dining-slide.swiper-slide-next .dining-card, .dining-swiper .dining-slide.swiper-slide-next + .dining-slide .dining-card {
  width: 70%;
  min-width: 320px;
}
.dining-card h3 {
  font-size: 20px;
  line-height: 1.2;
}
.dining-more {
  display: none;
  margin-top: 14px;
  font-size: 15px;
}
.dining-swiper .dining-slide.swiper-slide-next .dining-more, .dining-swiper .dining-slide.swiper-slide-next + .dining-slide .dining-more {
  display: inline-flex;
}
.dining-arrow {
  position: absolute;
  top: 234px;
  z-index: 30;
  line-height: 1;
  pointer-events: auto;
  cursor: pointer;
}
.dining-arrow.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.dining-prev {
  left: calc((var(--dining-slide-width) / 2) - 22px);
}
.dining-next {
  right: calc((var(--dining-slide-width) / 2) - 22px);
}
@media (max-width: 1023px) {
  .dining-inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .dining-heading {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 52px;
  }
  .dining-title {
    font-size: 46px;
  }
  .dining-title-line {
    width: 80px;
    margin-top: 24px;
  }
  .dining-copy {
    padding-top: 0;
    font-size: 18px;
  }
  .dining-stage {
    --dining-gap: 18px;
    --dining-slide-width: min(470px, calc(100vw - 48px));
  }
  .dining-stage .dining-swiper {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    transform: none;
  }
  .dining-swiper .dining-slide {
    width: min(470px, calc(100vw - 48px));
    opacity: 1;
  }
  .dining-image {
    height: 360px;
  }
  .dining-card {
    width: min(420px, calc(100% - 40px));
    min-width: 0;
  }
  .dining-swiper .dining-slide.swiper-slide-active .dining-more {
    display: inline-flex;
  }
  .dining-prev {
    left: 12px;
  }
  .dining-next {
    right: 12px;
  }
}
@media (max-width: 639px) {
  .dining-title-wrap {
    gap: 16px;
  }
  .dining-title-line {
    width: 48px;
  }
  .dining-title {
    font-size: 40px;
  }
  .dining-image {
    height: 280px;
  }
  .dining-card {
    margin-top: -46px;
  }
}
.accommodation-inner {
  padding-top: 86px;
  padding-bottom: 128px;
}
.accommodation-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  margin-bottom: 83px;
}
.accommodation-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.accommodation-title-line {
  width: 105px;
  height: 1px;
  margin-top: 35px;
  background-color: var(--color-charcoal);
}
.accommodation-title {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
.accommodation-copy {
  max-width: 421px;
  padding-top: 3px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.18;
}
.accommodation-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 36px;
}
.accommodation-card {
  position: relative;
  flex: 0 0 calc((100% - 72px) / 3);
  max-width: 100%;
}
.accommodation-image {
  height: 354px;
  overflow: hidden;
}
.accommodation-card:first-child .accommodation-image img {
  object-position: center 40%;
}
.accommodation-info {
  padding-top: 30px;
}
.accommodation-name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accommodation-name-line {
  width: 64px;
  height: 1px;
  flex-shrink: 0;
  background-color: var(--color-charcoal);
}
.accommodation-name h3 {
  font-size: 21px;
  line-height: 1.2;
}
.accommodation-desc {
  margin-top: 26px;
  padding-left: 80px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--color-charcoal);
}
.accommodation-learn {
  display: inline-block;
  margin-top: 36px;
  margin-left: 80px;
  padding: 10px 24px;
  background-color: var(--color-gold);
  color: var(--color-white);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}
.accommodation-learn:hover {
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .accommodation-inner {
    padding-top: 64px;
    padding-bottom: 88px;
  }
  .accommodation-heading {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 56px;
  }
  .accommodation-title {
    font-size: 46px;
  }
  .accommodation-title-line {
    width: 80px;
    margin-top: 25px;
  }
  .accommodation-copy {
    padding-top: 0;
    font-size: 18px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .accommodation-grid {
    gap: 28px;
  }
  .accommodation-card {
    flex: 0 0 calc((100% - 28px) / 2);
  }
}
@media (max-width: 639px) {
  .accommodation-grid {
    gap: 28px;
  }
  .accommodation-card {
    flex: 0 0 100%;
  }
}
[data-animate] {
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-animate="fade-up"] {
  transform: translateY(52px);
}
[data-animate="fade-left"] {
  transform: translateX(-52px);
}
[data-animate="fade-right"] {
  transform: translateX(52px);
}
[data-animate="fade-in"] {
  transform: none;
}
[data-animate].in-view {
  opacity: 1;
  transform: translate(0);
}
[data-delay="1"] {
  transition-delay: 0.12s;
}
[data-delay="2"] {
  transition-delay: 0.24s;
}
[data-delay="3"] {
  transition-delay: 0.36s;
}
[data-delay="4"] {
  transition-delay: 0.48s;
}
[data-delay="5"] {
  transition-delay: 0.60s;
}
#scroll-top {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 200;
  width: 48px;
  height: 48px;
  background: var(--color-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
#scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 639px) {
  .accommodation-title-wrap {
    gap: 16px;
  }
  .accommodation-title-line {
    width: 48px;
  }
  .accommodation-title {
    font-size: 38px;
  }
  .accommodation-image {
    height: 280px;
  }
  .accommodation-label {
    width: calc(100% - 48px);
  }
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  min-width: 190px;
  z-index: 50;
  padding: 8px 0;
}
.nav-dropdown-menu--right {
  left: auto;
  right: 0;
  transform: none;
  min-width: 230px;
}
.nav-dropdown-menu.open {
  display: block;
}
.nav-account-name {
  display: block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 22px 10px;
  border-bottom: 1px solid #eee8db;
  font-family: var(--font-inter);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--color-gold);
  white-space: nowrap;
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 22px;
  font-family: var(--font-inter);
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--color-charcoal);
  white-space: nowrap;
  transition: color 150ms;
}
.nav-dropdown-menu a:hover {
  color: var(--color-gold);
}
.nav-chevron {
  transition: transform 150ms;
}
.nav-dropdown-menu.open ~ * .nav-chevron, .nav-dropdown button[aria-expanded="true"] .nav-chevron {
  transform: rotate(180deg);
}
.page-hero {
  height: 440px;
  background-color: var(--color-charcoal);
}
.page-hero-shade {
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.78) 0%, rgba(10, 12, 16, 0.35) 30%, rgba(10, 12, 16, 0.25) 55%, rgba(10, 12, 16, 0.72) 100%);
}
@media (max-width: 1023px) {
  .page-hero {
    height: 330px;
  }
}
.page-section {
  padding: 84px 0 96px;
}
.page-section.bg-alt {
  background-color: #f4f5f7;
}
@media (max-width: 1023px) {
  .page-section {
    padding: 56px 0 64px;
  }
}
.info-card-title {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--color-slate);
  margin-bottom: 18px;
}
.tariff-season {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color-gold);
  margin-bottom: 12px;
}
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.club-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.club-table th {
  background: var(--color-charcoal);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 12px 16px;
}
.club-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #e3e5e9;
  vertical-align: top;
}
.club-table tr:nth-child(even) td {
  background: #f6f7f9;
}

.past-presidents-table th:first-child,
.past-presidents-table td:first-child {
  white-space: nowrap;
}

.committee-card {
  text-align: center;
}
.committee-card img {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 3 / 3.4;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto;
  display: block;
  box-shadow: 1px 4px 13.4px rgba(0, 0, 0, 0.18);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}
@media (max-width: 1023px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-card {
  text-align: center;
}
.gallery-card > a {
  display: block;
  overflow: hidden;
}
.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-card a:hover img {
  transform: scale(1.05);
}
.gallery-card figcaption {
  margin-top: 14px;
}
.gallery-card.is-hidden {
  display: none;
}
.club-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 26px;
}
@media (max-width: 1023px) {
  .club-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .club-grid {
    grid-template-columns: 1fr;
  }
}
.club-card {
  text-align: center;
}
.club-card.is-hidden {
  display: none;
}
.club-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.club-card-detail {
  margin-top: 10px;
  font-family: var(--font-inter);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-charcoal);
}
.club-card-detail strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: var(--color-slate);
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 8px;
}
.filter-btn {
  border: 1px solid var(--color-charcoal);
  background: transparent;
  color: var(--color-charcoal);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 9px 22px;
  transition: all 0.25s ease;
}
.filter-btn:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}
.filter-btn.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #fff;
}
.event-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}
.event-tab-btn {
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--color-charcoal);
  background: transparent;
  color: var(--color-charcoal);
  font-family: var(--font-cinzel);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 30px;
  transition: all 0.25s ease;
}
.event-tab-btn:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}
.event-tab-btn.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #fff;
}
.event-tab-panel.is-hidden {
  display: none;
}
.event-empty {
  display: flex;
  max-width: 560px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  padding: 56px 40px;
  border: 1px solid #e3e5e9;
  background: #fbfbfc;
  text-align: center;
}
.event-empty__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  color: var(--color-gold);
}
.event-empty__title {
  font-family: var(--font-cinzel);
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-slate);
  margin-bottom: 14px;
}
.event-empty__text {
  font-family: var(--font-inter);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-charcoal);
  margin-bottom: 26px;
}
.event-empty__cta {
  display: inline-block;
  padding: 11px 28px;
  background: var(--color-gold);
  border: 1px solid var(--color-gold);
  color: #fff;
  font-family: var(--font-cinzel);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.event-empty__cta:hover {
  opacity: 0.9;
}
.event-empty__cta--outline {
  background: transparent;
  border-color: var(--color-charcoal);
  color: var(--color-charcoal);
}
.event-empty__cta--outline:hover {
  opacity: 1;
  border-color: var(--color-gold);
  color: var(--color-gold);
}
.event-card__frame {
  position: relative;
  overflow: hidden;
}
.event-card__frame img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(45%);
  opacity: 0.82;
  transition: transform 0.5s ease;
}
.event-card__frame:hover img {
  transform: scale(1.05);
}
.event-card__frame--poster {
  background: var(--color-charcoal);
}
.event-card__frame--poster img {
  height: 260px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.event-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--color-gold);
  color: #fff;
  font-family: var(--font-cinzel);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
}
.event-card--tba figcaption span:first-child {
  color: #9a9a9a;
}
.login-split {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .login-split {
    grid-template-columns: 1.15fr 1fr;
  }
}
.login-split__image {
  position: relative;
  min-height: 260px;
}
.login-split__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-split__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 30, 34, 0.5) 0%, rgba(29, 30, 34, 0.15) 45%, rgba(29, 30, 34, 0.82) 100%);
}
.login-split__brand {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 36px 32px 40px;
  color: #fff;
}
@media (min-width: 1024px) {
  .login-split__brand {
    padding: 44px 56px 60px;
  }
}
.login-split__eyebrow {
  font-family: var(--font-cinzel);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 14px;
}
.login-split__title {
  font-family: var(--font-cinzel);
  font-size: 27px;
  line-height: 1.3;
  max-width: 420px;
}
@media (min-width: 1280px) {
  .login-split__title {
    font-size: 36px;
  }
}
.login-split__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-page);
  padding: 64px 28px;
}
@media (min-width: 1024px) {
  .login-split__panel {
    padding: 64px 48px;
  }
}
.login-form-wrap {
  width: 100%;
  max-width: 400px;
}
.login-form__eyebrow {
  font-family: var(--font-cinzel);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 14px;
}
.login-form__title {
  font-family: var(--font-cinzel);
  text-transform: uppercase;
  font-size: 28px;
  color: var(--color-charcoal);
  margin-bottom: 14px;
}
.login-form__subtitle {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.7;
  color: #5c5c63;
  margin-bottom: 36px;
}
.login-field {
  margin-bottom: 26px;
}
.login-field label {
  display: block;
  font-family: var(--font-inter);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-slate);
  margin-bottom: 10px;
}
.login-field input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  padding-bottom: 11px;
  font-family: var(--font-inter);
  font-size: 17px;
  font-weight: 300;
  color: var(--color-charcoal);
  outline: none;
  transition: border-color 0.25s ease;
}
.login-field input::placeholder {
  color: #a8a8ac;
}
.login-field input:focus {
  border-color: var(--color-gold);
}
.login-submit {
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin-top: 6px;
  padding: 14px 0;
  background: var(--color-gold);
  border: 0;
  color: #fff;
  font-family: var(--font-cinzel);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
}
.login-submit:hover {
  opacity: 0.9;
}
.login-forgot {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-family: var(--font-inter);
  font-size: 14px;
  color: var(--color-gold);
  text-decoration: none;
}
.login-forgot:hover {
  text-decoration: underline;
}
.login-form__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 40px 0 22px;
}
.login-form__divider span {
  flex: 1;
  height: 1px;
  background: #e3e5e9;
}
.login-form__divider p {
  font-family: var(--font-inter);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
  white-space: nowrap;
}
.login-form__cta {
  text-align: center;
  font-family: var(--font-inter);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  color: #5c5c63;
}
.login-form__cta a {
  color: var(--color-gold);
}
.login-form__cta a:hover {
  text-decoration: underline;
}
.dash-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #ece7da;
  box-shadow: 0 8px 24px rgba(29, 30, 34, 0.06);
}
.dash-profile__photo {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
}
.dash-profile__photo svg {
  width: 100%;
  height: 100%;
}
.dash-profile__info {
  flex: 1 1 280px;
}
.dash-profile__eyebrow {
  font-family: var(--font-cinzel);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 6px;
}
.dash-profile__name {
  font-family: var(--font-cinzel);
  font-size: 24px;
  color: var(--color-charcoal);
  margin-bottom: 8px;
}
.dash-profile__address {
  font-family: var(--font-inter);
  font-size: 14.5px;
  font-weight: 300;
  color: #6a6a70;
  margin-bottom: 18px;
}
.dash-profile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.dash-profile__meta-label {
  display: block;
  font-family: var(--font-inter);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 4px;
}
.dash-profile__meta-value {
  display: block;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-charcoal);
}
.dash-profile__meta-value--active {
  color: #4a7c59;
}
.dash-profile__edit {
  flex-shrink: 0;
  padding: 11px 26px;
  border: 1px solid var(--color-charcoal);
  color: var(--color-charcoal);
  font-family: var(--font-cinzel);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}
.dash-profile__edit:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}
.dash-section-title {
  font-family: var(--font-cinzel);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--color-slate);
  margin-bottom: 24px;
}
.dash-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media (min-width: 640px) {
  .dash-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .dash-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.dash-tile {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 30px 16px;
  background: #ffffff;
  border: 1px solid #ece7da;
  text-align: center;
  text-decoration: none;
  color: var(--color-charcoal);
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}
.dash-tile:hover, .dash-tile:focus-visible {
  box-shadow: 0 12px 28px rgba(29, 30, 34, 0.1);
  transform: translateY(-3px);
  border-color: var(--color-gold);
}
.dash-tile__icon {
  width: 40px;
  height: 40px;
  color: var(--color-gold);
}
.dash-tile__icon svg {
  width: 100%;
  height: 100%;
}
.dash-tile__label {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.dash-whatson {
  background: var(--color-charcoal);
  color: #fff;
  padding: 34px 36px;
}
.dash-whatson__text p {
  font-family: var(--font-inter);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
  color: #d4d4dc;
  margin-bottom: 14px;
}
.dash-whatson__link {
  display: inline-block;
  font-family: var(--font-cinzel);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold);
  text-decoration: none;
}
.dash-whatson__link:hover {
  text-decoration: underline;
}
.member-subnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  margin-bottom: 36px;
  border: 1px solid #ece7da;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(29, 30, 34, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.member-subnav::-webkit-scrollbar {
  display: none;
}
.member-subnav a {
  flex: 0 0 auto;
  padding: 10px 20px;
  font-family: var(--font-inter);
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-slate);
  text-decoration: none;
  text-align: center;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.member-subnav a:hover {
  color: var(--color-gold);
  background: rgba(164, 137, 61, 0.08);
}
.member-subnav a.is-active {
  border-color: var(--color-gold);
  color: #ffffff;
  background: var(--color-gold);
  box-shadow: 0 6px 16px rgba(164, 137, 61, 0.28);
}
.mp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  font-family: var(--font-inter);
  font-size: 13.5px;
  color: #77777d;
}
.mp-breadcrumb a {
  color: var(--color-gold);
  text-decoration: none;
}
.mp-breadcrumb a:hover {
  text-decoration: underline;
}
.mp-breadcrumb__sep {
  color: #b8b8bd;
}
.mp-breadcrumb__current {
  color: var(--color-slate);
}
.member-profile-layout {
  max-width: none;
  margin: 0 auto;
}
.member-profile-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #ece7da;
  box-shadow: 0 18px 44px rgba(29, 30, 34, 0.09);
}
.member-profile-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--color-gold), #d8c77b 48%, var(--color-slate));
}
.member-profile-card__avatar-wrap {
  display: grid;
  gap: 18px;
  align-content: start;
}
.member-profile-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  background: #edf3f7;
  border: 1px solid #d6c88a;
  box-shadow: 0 12px 26px rgba(21, 67, 101, 0.14);
}
.member-profile-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-profile-card__avatar span {
  font-family: var(--font-cinzel);
  font-size: 42px;
  color: var(--color-slate);
}
.member-profile-card__identity {
  padding: 18px;
  background: linear-gradient(135deg, #f9f7f0, #f2f6fa);
  border: 1px solid #ece7da;
  text-align: center;
}
.member-profile-card__member-no,
.member-profile-card__status {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(164, 137, 61, 0.35);
  background: rgba(164, 137, 61, 0.08);
  font-family: var(--font-inter);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.member-profile-card__name {
  margin: 14px 0 8px;
  font-family: var(--font-cinzel);
  font-size: 24px;
  line-height: 1.25;
  color: var(--color-slate);
}
.member-profile-card__type {
  margin-bottom: 12px;
  font-family: var(--font-inter);
  font-size: 14px;
  color: #6a6a70;
}
.member-profile-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.member-profile-detail {
  min-width: 0;
  padding: 20px;
  background: #fbfbfc;
  border: 1px solid #eceff2;
}
.member-profile-detail--wide {
  grid-column: 1 / -1;
}
.member-profile-detail__label {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-inter);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8b91;
}
.member-profile-detail__value {
  display: block;
  font-family: var(--font-inter);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--color-charcoal);
  overflow-wrap: anywhere;
}
.member-profile-card__actions {
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .member-profile-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 18px;
  }
  .member-profile-card__avatar {
    width: 150px;
    height: 150px;
  }
  .member-profile-details {
    grid-template-columns: 1fr;
  }
  .member-profile-card__actions {
    grid-column: 1;
    justify-content: stretch;
  }
  .member-profile-card__actions .acct-btn {
    width: 100%;
    text-align: center;
  }
}
.mp-card {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ece7da;
  box-shadow: 0 18px 44px rgba(29, 30, 34, 0.09);
}
.mp-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--color-gold), #d8c77b 48%, var(--color-slate));
}
.mp-card__header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 30px 34px 28px;
  background: linear-gradient(135deg, #f9f7f0 0%, #ffffff 56%, #f2f6fa 100%);
  border-bottom: 1px solid #ece7da;
}
.mp-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #edf3f7;
  border: 1px solid #d6c88a;
  box-shadow: 0 12px 26px rgba(21, 67, 101, 0.14);
  color: var(--color-slate);
}
.mp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-avatar span {
  font-family: var(--font-cinzel);
  font-size: 40px;
  color: var(--color-slate);
}
.mp-identity {
  min-width: 0;
}
.mp-identity__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 13px;
}
.mp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid rgba(164, 137, 61, 0.35);
  background: rgba(164, 137, 61, 0.08);
  font-family: var(--font-inter);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.mp-chip--alt {
  border-color: rgba(21, 67, 101, 0.2);
  background: rgba(21, 67, 101, 0.07);
  color: var(--color-slate);
}
.mp-chip--status.is-active {
  border-color: rgba(58, 129, 82, 0.28);
  background: rgba(58, 129, 82, 0.09);
  color: #3a8152;
}
.mp-chip--status.is-inactive {
  border-color: rgba(154, 69, 62, 0.25);
  background: rgba(154, 69, 62, 0.08);
  color: #9a453e;
}
.mp-identity__name {
  margin-bottom: 9px;
  font-family: var(--font-cinzel);
  font-size: 31px;
  line-height: 1.2;
  color: var(--color-slate);
}
.mp-identity__company {
  max-width: 760px;
  font-family: var(--font-inter);
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 300;
  color: #5f6067;
}
.mp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 34px 10px;
}
.mp-panel {
  min-width: 0;
  padding: 24px;
  background: #fbfbfc;
  border: 1px solid #eceff2;
}
.mp-panel--wide {
  grid-column: 1 / -1;
}
.mp-panel__title {
  margin-bottom: 18px;
  font-family: var(--font-cinzel);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-slate);
}
.mp-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-list__item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}
.mp-list__icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e8dfc4;
  color: var(--color-gold);
}
.mp-list__label {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-inter);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8b91;
}
.mp-list__value,
.mp-address {
  display: block;
  font-family: var(--font-inter);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--color-charcoal);
  overflow-wrap: anywhere;
}
.mp-address {
  margin: 0;
  max-width: 820px;
}
.mp-spouse {
  display: flex;
  align-items: center;
  gap: 18px;
}
.mp-spouse__avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #edf3f7;
  border: 1px solid #d6c88a;
  color: var(--color-slate);
  overflow: hidden;
}
.mp-spouse__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-spouse__avatar span {
  font-family: var(--font-cinzel);
  font-size: 25px;
}
.mp-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 34px 32px;
}
.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 26px;
  background: var(--color-gold);
  border: 1px solid var(--color-gold);
  color: #ffffff;
  font-family: var(--font-cinzel);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.mp-btn:hover,
.mp-btn:focus-visible {
  background: var(--color-slate);
  border-color: var(--color-slate);
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .mp-card__header {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px 26px;
    text-align: center;
  }
  .mp-avatar {
    width: 132px;
    margin: 0 auto;
  }
  .mp-identity__tags {
    justify-content: center;
  }
  .mp-identity__name {
    font-size: 25px;
  }
  .mp-grid {
    grid-template-columns: 1fr;
    padding: 22px 18px 8px;
  }
  .mp-panel {
    padding: 20px;
  }
  .mp-spouse {
    align-items: flex-start;
  }
  .mp-actions {
    justify-content: stretch;
    padding: 16px 18px 26px;
  }
  .mp-btn {
    width: 100%;
  }
}
.acct-card {
  background: #ffffff;
  border: 1px solid #ece7da;
  box-shadow: 0 8px 24px rgba(29, 30, 34, 0.06);
  padding: 34px 32px;
}
.acct-card + .acct-card {
  margin-top: 32px;
}
.acct-card--narrow {
  max-width: 480px;
}
.acct-card__title {
  font-family: var(--font-cinzel);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--color-slate);
  margin-bottom: 22px;
}
.acct-field {
  margin-bottom: 24px;
}
.acct-field label {
  display: block;
  font-family: var(--font-inter);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-slate);
  margin-bottom: 10px;
}
.acct-field input, .acct-field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  padding-bottom: 11px;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 300;
  color: var(--color-charcoal);
  outline: none;
  transition: border-color 0.25s ease;
}
.acct-field select {
  cursor: pointer;
}
.acct-field input::placeholder {
  color: #a8a8ac;
}
.acct-field input:focus, .acct-field select:focus {
  border-color: var(--color-gold);
}
.acct-field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .acct-field-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.acct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}
.acct-btn {
  appearance: none;
  cursor: pointer;
  padding: 13px 30px;
  background: var(--color-gold);
  border: 1px solid var(--color-gold);
  color: #fff;
  font-family: var(--font-cinzel);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.acct-btn:hover {
  opacity: 0.9;
}
.acct-btn--outline {
  background: transparent;
  border-color: var(--color-charcoal);
  color: var(--color-charcoal);
}
.acct-btn--outline:hover {
  opacity: 1;
  border-color: var(--color-gold);
  color: var(--color-gold);
}
.acct-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 24px;
  color: #8a8a8f;
}
.acct-empty svg {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  color: #c9c9ce;
}
.acct-empty p {
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 300;
}
.acct-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-end;
  margin-bottom: 8px;
}
.acct-search-form .acct-field {
  flex: 1 1 260px;
  margin-bottom: 0;
}
.dress-block {
  margin-top: 56px;
  padding-top: 44px;
  border-top: 1px solid #e3e5e9;
}
.dress-heading {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-slate);
  text-align: center;
  margin-bottom: 20px;
}
.dress-panel {
  border: 1px solid #e3e5e9;
  padding: 26px 28px;
}
.dress-panel p {
  font-family: var(--font-inter);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-charcoal);
}
.dress-panel-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.dress-yes {
  color: var(--color-gold);
}
.dress-no {
  color: #a43d3d;
}
.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 16, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lb-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.lb-overlay img {
  max-width: min(92vw, 1200px);
  max-height: 78vh;
  object-fit: contain;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}
.lb-caption {
  margin-top: 18px;
  color: #d4d4dc;
  font-family: var(--font-cinzel);
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
}
.lb-count {
  margin-top: 6px;
  color: #8a8a8a;
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 300;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 30px;
  font-family: var(--font-inter);
  font-weight: 300;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  transition: background 0.25s ease;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover {
  background: var(--color-gold);
}
.lb-close {
  top: 24px;
  right: 24px;
}
.lb-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lb-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 639px) {
  .lb-close, .lb-prev, .lb-next {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .lb-prev {
    left: 8px;
  }
  .lb-next {
    right: 8px;
  }
  .lb-overlay img {
    max-width: 96vw;
    max-height: 72vh;
  }
}
.newsletter-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter-modal__eyebrow {
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--color-gold);
  margin-bottom: 20px;
}
.newsletter-pdf-card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 360px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #ece7da;
  box-shadow: 0 8px 20px rgba(29, 30, 34, 0.08);
  text-align: left;
  text-decoration: none;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.newsletter-pdf-card:hover, .newsletter-pdf-card:focus-visible {
  box-shadow: 0 12px 28px rgba(29, 30, 34, 0.14);
  transform: translateY(-2px);
}
.newsletter-pdf-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 47px;
}
.newsletter-pdf-card__icon svg {
  width: 100%;
  height: 100%;
}
.newsletter-pdf-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.newsletter-pdf-card__label {
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.newsletter-pdf-card__name {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-charcoal);
}
.newsletter-pdf-card {
  appearance: none;
  cursor: pointer;
  font: inherit;
}

/* Newsletter listing grid — 1 / 2 / 4 per row */
.newsletter-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .newsletter-grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .newsletter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.newsletter-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ece7da;
  box-shadow: 0 8px 24px rgba(29, 30, 34, 0.06);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.newsletter-card:hover,
.newsletter-card:focus-within {
  box-shadow: 0 18px 40px rgba(29, 30, 34, 0.14);
  transform: translateY(-4px);
}
.newsletter-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.newsletter-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.newsletter-card:hover .newsletter-card__thumb img {
  transform: scale(1.05);
}
.newsletter-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 24px;
}
.newsletter-card__date {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.newsletter-card__title {
  margin: 10px 0 0;
  font-family: var(--font-cinzel);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--color-slate);
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsletter-card__desc {
  margin: 10px 0 20px;
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: #6a6a70;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsletter-card__open {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding: 12px 14px;
  background: #fbf8f1;
  border: 1px solid #ece7da;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}
.newsletter-card__open:hover,
.newsletter-card__open:focus-visible {
  background: #ffffff;
  border-color: var(--color-gold);
  transform: translateY(-1px);
}
.newsletter-card__open .newsletter-pdf-card__icon {
  flex-shrink: 0;
  width: 30px;
  height: 35px;
}
.newsletter-card__open .newsletter-pdf-card__label {
  font-size: 11px;
}
.newsletter-card__open .newsletter-pdf-card__name {
    max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}


/* Coffee Table Book feature — horizontal card: cover image on the
   left, title / description / Open button on the right.
   Built on the newsletter-card system so the cover image lives
   *inside* the card. */
.coffee-book-feature {
  display: flex;
  justify-content: center;
  padding: 0 12px;
}
.coffee-book-feature .newsletter-card {
  flex-direction: row;
  align-items: stretch;
  max-width: 720px;
  width: 100%;
  height: auto;
  border-color: var(--color-gold);
  box-shadow: 0 20px 40px rgba(29, 30, 34, 0.08);
}
.coffee-book-feature .newsletter-card:hover,
.coffee-book-feature .newsletter-card:focus-within {
  box-shadow: 0 24px 48px rgba(29, 30, 34, 0.16);
  transform: translateY(-4px);
}
.coffee-book-feature .newsletter-card__thumb {
  flex: 0 0 260px;
  max-width: 260px;
  aspect-ratio: 2 / 3;
  border-right: 1px solid #ece7da;
}
.coffee-book-feature .newsletter-card__thumb img {
  object-position: center top;
}
.coffee-book-feature .newsletter-card__body {
  flex: 1;
  padding: 20px 22px 24px;
}

/* Mobile: stack vertically (image on top, text below) */
@media (max-width: 639px) {
  .coffee-book-feature .newsletter-card {
    flex-direction: column;
    max-width: 320px;
  }
  .coffee-book-feature .newsletter-card__thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ece7da;
  }
  .coffee-book-feature .newsletter-card__body {
    padding: 20px 22px 24px;
  }
}

.notices-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.notice-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e7deca;
  background: #fff;
  padding: 30px 32px;
  box-shadow: 0 14px 34px rgba(29, 30, 34, 0.07);
}
.notice-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.notice-card__meta span + span {
  color: #6a6a70;
}
.notice-card__title {
  margin: 22px 0 28px;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-family: "Cinzel", serif;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.35;
  color: var(--color-slate);
}
.notice-card__action {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  border: 1px solid #e7deca;
  background: #fbf8f1;
  padding: 12px 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-charcoal);
  text-align: left;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
}
.notice-card__action:hover,
.notice-card__action:focus-visible {
  border-color: var(--color-gold);
  color: var(--color-gold);
  transform: translateY(-1px);
}
.notice-card__icon {
  flex: 0 0 auto;
  width: 26px;
  height: 31px;
}
.notice-card__icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .notices-grid {
    grid-template-columns: 1fr;
  }
  .notice-card {
    min-height: 0;
    padding: 24px;
  }
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  background: rgba(29, 30, 34, 0.82);
}
.newsletter-modal.open {
  display: block;
}
.newsletter-modal__panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 24px;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.newsletter-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  background: #ffffff;
  border-bottom: 1px solid #ece7da;
  flex-shrink: 0;
}
.newsletter-modal__header h2 {
  font-family: "Cinzel", serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin: 0;
  margin-right: auto;
}
.newsletter-modal__download {
  flex-shrink: 0;
  padding: 10px 20px;
  background: var(--color-gold);
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 200ms ease;
}
.newsletter-modal__download:hover {
  opacity: 0.9;
}
.newsletter-modal__close {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  font-size: 30px;
  color: var(--color-charcoal);
  padding: 0;
  flex-shrink: 0;
}
.newsletter-modal__panel iframe {
  flex: 1;
  width: 100%;
  border: 0;
}
.newsletter-modal__unavailable {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--color-slate);
}
@media (max-width: 639px) {
  .newsletter-modal__panel {
    inset: 0;
  }
  .newsletter-modal__header {
    padding: 14px 16px;
  }
  .newsletter-modal__header h2 {
    font-size: 16px;
  }
  .newsletter-modal__download {
    padding: 8px 14px;
  }
}
.sot-breadcrumb {
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 300;
  color: var(--color-charcoal);
}
.sot-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.sot-breadcrumb a:hover {
  color: var(--color-gold);
}
.sot-breadcrumb span {
  color: #9a9a9a;
  margin: 0 2px;
}
.sot-timeline-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
}
.sot-timeline-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sot-timeline-title-line {
  width: 68px;
  height: 1px;
  margin-top: 30px;
  background-color: var(--color-charcoal);
  flex-shrink: 0;
}
.sot-timeline-title {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-charcoal);
}
.sot-era-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 10px;
  max-width: 560px;
}
.sot-era-pill {
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 11px 12px;
  border-radius: 9px;
  background: #d9d9d9;
  color: var(--color-charcoal);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
  transition: background-color 200ms ease, color 200ms ease;
}
.sot-era-pill:hover {
  background: #cfcfcf;
}
.sot-era-pill.active {
  background: var(--color-gold);
  color: #ffffff;
}
.sot-timeline-body {
  display: grid;
  grid-template-columns: 140px minmax(280px, 420px) 1fr;
  gap: 48px;
  align-items: start;
}
.sot-rail {
  position: relative;
  display: flex;
  gap: 22px;
  height: 480px;
  padding-top: 6px;
}
.sot-rail-track {
  position: relative;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
  border-radius: 4px;
  flex-shrink: 0;
}
.sot-rail-thumb {
  position: absolute;
  left: 1px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-gold);
  transform: translate(-50%, -50%);
  transition: top 300ms ease;
}
.sot-rail-years {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sot-rail-year {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #9a9a9a;
  transition: color 200ms ease;
}
.sot-rail-year:hover {
  color: var(--color-charcoal);
}
.sot-rail-year.active {
  color: var(--color-charcoal);
  font-weight: 500;
}
.sot-rail-year-end {
  cursor: default;
}
.sot-era-copy {
  padding-top: 4px;
}
.sot-era-heading {
  font-size: 32px;
  line-height: 1.15;
  color: var(--color-charcoal);
  margin-bottom: 20px;
}
.sot-era-desc {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-charcoal);
  max-width: 34ch;
}
.sot-era-viewer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sot-era-image-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: zoom-in;
  padding: 0;
  width: 100%;
  aspect-ratio: 624 / 425;
  overflow: hidden;
}
.sot-era-image-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 200ms ease;
}
.sot-era-dots {
  display: flex;
  gap: 8px;
}
.sot-era-dots button {
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 22px;
  height: 4px;
  border-radius: 8px;
  background: #d9d9d9;
  transition: background-color 200ms ease;
}
.sot-era-dots button.active {
  background: var(--color-gold);
}
@media (max-width: 1023px) {
  .sot-timeline-body {
    grid-template-columns: 100px 1fr;
  }
  .sot-era-viewer {
    grid-column: 1 / -1;
  }
}
@media (max-width: 639px) {
  .sot-timeline-title {
    font-size: 34px;
  }
  .sot-era-pills {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
  .sot-timeline-body {
    grid-template-columns: 1fr;
  }
  .sot-rail {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
  .sot-rail-track {
    width: 100%;
    height: 2px;
  }
  .sot-rail-thumb {
    top: 50%;
    left: 0;
    transform: translate(-6px, -50%);
  }
  .sot-rail-years {
    display: none;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
