/* Aurelia global design system. Generated file; edit assets/src/css/foundation.css. */
/*
 * Aurelia global design system.
 *
 * Warm editorial foundations and homepage composition. All booking behavior
 * remains plugin-owned.
 */

:root {
    color-scheme: light;

    /* Hotel Booking Design Token Contract 1.0 mapping. */
    --hb-theme-color-background: #F7F2E8;
    --hb-theme-color-surface: #FFFDF8;
    --hb-theme-color-text: #25231F;
    --hb-theme-color-text-muted: #6E675D;
    --hb-theme-color-primary: #71542E;
    --hb-theme-color-primary-contrast: #FFFDF8;
    --hb-theme-color-border: #D8CEBE;
    --hb-theme-color-focus: #1F6673;
    --hb-theme-color-error: #9A332D;
    --hb-theme-color-ivory: #F7F2E8;
    --hb-theme-color-ivory-deep: #EDE4D4;
    --hb-theme-color-champagne: #B99A63;
    --hb-theme-color-champagne-light: #E6D7B8;
    --hb-theme-color-champagne-dark: #71542E;
    --hb-theme-color-charcoal: #25231F;
    --hb-theme-color-charcoal-soft: #45413B;
    --hb-theme-color-surface-alt: #F1EADC;
    --hb-theme-color-success: #376B4A;
    --hb-theme-color-overlay: rgba(21, 20, 18, 0.62);
    --hb-theme-color-primary-hover: #5C4324;

    --hb-theme-typography-family-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hb-theme-typography-family-heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    --hb-theme-typography-size-base: 1rem;
    --hb-theme-typography-line-height-body: 1.7;
    --hb-theme-typography-line-height-heading: 1.08;
    --hb-theme-typography-weight-regular: 400;
    --hb-theme-typography-weight-bold: 700;
    --hb-theme-typography-size-xs: 0.75rem;
    --hb-theme-typography-size-sm: 0.875rem;
    --hb-theme-typography-size-lg: 1.125rem;
    --hb-theme-typography-size-lead: clamp(1.125rem, 1.5vw, 1.375rem);
    --hb-theme-typography-weight-medium: 500;
    --hb-theme-typography-weight-semibold: 600;
    --hb-theme-typography-tracking-label: 0.13em;
    --hb-theme-typography-tracking-heading: -0.025em;

    --hb-theme-spacing-xxs: 0.25rem;
    --hb-theme-spacing-xs: 0.5rem;
    --hb-theme-spacing-sm: 0.75rem;
    --hb-theme-spacing-md: 1rem;
    --hb-theme-spacing-lg: 1.5rem;
    --hb-theme-spacing-xl: 2rem;
    --hb-theme-spacing-xxl: 3rem;
    --hb-theme-spacing-xxxl: 4.5rem;
    --hb-theme-spacing-xxxxl: 6rem;
    --hb-theme-spacing-section: clamp(4.5rem, 9vw, 8rem);
    --hb-theme-spacing-section-compact: clamp(3rem, 6vw, 5rem);

    --hb-theme-radius-none: 0;
    --hb-theme-radius-sm: 2px;
    --hb-theme-radius-md: 4px;
    --hb-theme-radius-lg: 8px;
    --hb-theme-radius-pill: 999px;

    --hb-theme-border-width: 1px;
    --hb-theme-border-style: solid;
    --hb-theme-border-strong-width: 2px;

    --hb-theme-container-narrow: 46rem;
    --hb-theme-container-content: 80rem;
    --hb-theme-container-wide: 90rem;
    --hb-theme-container-gutter: clamp(1rem, 4vw, 3rem);
    --hb-theme-container-reading: 42rem;
    --hb-theme-container-grid-gap: clamp(1.5rem, 3vw, 3rem);

    --hb-theme-interaction-transition-fast: 160ms cubic-bezier(0.2, 0.6, 0.2, 1);
    --hb-theme-interaction-transition-standard: 280ms cubic-bezier(0.2, 0.6, 0.2, 1);
    --hb-theme-interaction-transition-slow: 480ms cubic-bezier(0.2, 0.6, 0.2, 1);
    --hb-theme-interaction-focus-width: 2px;
    --hb-theme-interaction-focus-offset: 3px;
    --hb-theme-interaction-disabled-opacity: 0.52;
    --hb-theme-interaction-target-min: 44px;

    /* Short theme aliases keep template CSS readable. */
    --aurelia-background: var(--hb-theme-color-background);
    --aurelia-surface: var(--hb-theme-color-surface);
    --aurelia-surface-alt: var(--hb-theme-color-surface-alt);
    --aurelia-text: var(--hb-theme-color-text);
    --aurelia-muted: var(--hb-theme-color-text-muted);
    --aurelia-border: var(--hb-theme-color-border);
    --aurelia-primary: var(--hb-theme-color-primary);
    --aurelia-shadow-soft: 0 1.5rem 4rem rgba(37, 35, 31, 0.10);
    --aurelia-shadow-lifted: 0 2rem 5rem rgba(37, 35, 31, 0.16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
}

body {
    min-width: 20rem;
    margin: 0;
    color: var(--aurelia-text);
    background: var(--aurelia-background);
    font-family: var(--hb-theme-typography-family-body);
    font-size: var(--hb-theme-typography-size-base);
    font-weight: var(--hb-theme-typography-weight-regular);
    line-height: var(--hb-theme-typography-line-height-body);
    text-rendering: optimizeLegibility;
}

::selection {
    color: var(--hb-theme-color-charcoal);
    background: var(--hb-theme-color-champagne-light);
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

img,
video {
    height: auto;
}

.aurelia-responsive-media {
    width: 100%;
    height: 100%;
}

.aurelia-media-focal--top {
    object-position: center top;
}

.aurelia-media-focal--bottom {
    object-position: center bottom;
}

.aurelia-media-focal--left {
    object-position: left center;
}

.aurelia-media-focal--right {
    object-position: right center;
}

.aurelia-media-focal--center {
    object-position: center center;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration-color: var(--hb-theme-color-champagne);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    transition: color var(--hb-theme-interaction-transition-fast), text-decoration-color var(--hb-theme-interaction-transition-fast);
}

a:hover {
    color: var(--aurelia-primary);
    text-decoration-color: currentColor;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: var(--hb-theme-interaction-focus-width) solid var(--hb-theme-color-focus);
    outline-offset: var(--hb-theme-interaction-focus-offset);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block: 0 0.55em;
    color: var(--hb-theme-color-charcoal);
    font-family: var(--hb-theme-typography-family-heading);
    font-weight: var(--hb-theme-typography-weight-regular);
    letter-spacing: var(--hb-theme-typography-tracking-heading);
    line-height: var(--hb-theme-typography-line-height-heading);
    text-wrap: balance;
}

h1 {
    font-size: clamp(2.75rem, 7vw, 5.5rem);
}

h2 {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

h4 {
    font-size: clamp(1.25rem, 2vw, 1.625rem);
}

h5,
h6 {
    font-family: var(--hb-theme-typography-family-body);
    font-size: 0.875rem;
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    line-height: 1.4;
    text-transform: uppercase;
}

p {
    margin-block: 0 1.25em;
}

p:last-child {
    margin-bottom: 0;
}

.aurelia-lead,
.has-lead-font-size {
    max-width: var(--hb-theme-container-reading);
    color: var(--hb-theme-color-charcoal-soft);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: var(--hb-theme-typography-size-lead);
    line-height: 1.45;
}

.aurelia-eyebrow {
    margin-bottom: var(--hb-theme-spacing-md);
    color: var(--aurelia-primary);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    line-height: 1.4;
    text-transform: uppercase;
}

small,
.aurelia-small {
    font-size: var(--hb-theme-typography-size-sm);
}

blockquote {
    margin: var(--hb-theme-spacing-xxl) 0;
    padding-inline-start: var(--hb-theme-spacing-xl);
    border-inline-start: var(--hb-theme-border-strong-width) solid var(--hb-theme-color-champagne);
    color: var(--hb-theme-color-charcoal-soft);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.375rem, 2.5vw, 2rem);
    line-height: 1.35;
}

hr {
    height: 1px;
    margin-block: var(--hb-theme-spacing-xxl);
    border: 0;
    background: var(--aurelia-border);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--hb-theme-typography-size-sm);
}

th,
td {
    padding: var(--hb-theme-spacing-md);
    border-bottom: var(--hb-theme-border-width) solid var(--aurelia-border);
    text-align: start;
    vertical-align: top;
}

th {
    color: var(--hb-theme-color-charcoal-soft);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.aurelia-skip-link {
    position: fixed;
    z-index: 100000;
    top: var(--hb-theme-spacing-md);
    left: var(--hb-theme-spacing-md);
    padding: var(--hb-theme-spacing-sm) var(--hb-theme-spacing-md);
    color: var(--hb-theme-color-primary-contrast);
    background: var(--hb-theme-color-charcoal);
    transform: translateY(-200%);
}

.aurelia-skip-link:focus {
    transform: translateY(0);
}

/* Containers and editorial grid. */
.aurelia-shell,
.aurelia-container {
    width: min(calc(100% - (2 * var(--hb-theme-container-gutter))), var(--hb-theme-container-content));
    margin-inline: auto;
}

.aurelia-container--narrow {
    max-width: var(--hb-theme-container-narrow);
}

.aurelia-container--reading {
    max-width: var(--hb-theme-container-reading);
}

.aurelia-container--wide {
    width: min(calc(100% - (2 * var(--hb-theme-container-gutter))), var(--hb-theme-container-wide));
}

.aurelia-section {
    padding-block: var(--hb-theme-spacing-section);
}

.aurelia-section--compact {
    padding-block: var(--hb-theme-spacing-section-compact);
}

.aurelia-grid {
    display: grid;
    gap: var(--hb-theme-container-grid-gap);
}

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

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

.aurelia-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aurelia-grid--editorial {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
}

.aurelia-stack > * + * {
    margin-block-start: var(--aurelia-stack-space, var(--hb-theme-spacing-lg));
}

.aurelia-cluster {
    display: flex;
    flex-wrap: wrap;
    gap: var(--aurelia-cluster-space, var(--hb-theme-spacing-md));
    align-items: center;
}

/* Buttons and links deliberately use restrained geometry, not dashboard pills. */
.aurelia-button,
.wp-element-button,
.wp-block-button__link,
:where(input[type="submit"], input[type="button"], input[type="reset"]),
button:not(.aurelia-menu-toggle) {
    display: inline-flex;
    min-height: var(--hb-theme-interaction-target-min);
    align-items: center;
    justify-content: center;
    gap: var(--hb-theme-spacing-xs);
    padding: 0.875rem 1.5rem;
    border: var(--hb-theme-border-width) solid var(--aurelia-primary);
    border-radius: var(--hb-theme-radius-sm);
    color: var(--hb-theme-color-primary-contrast);
    background: var(--aurelia-primary);
    box-shadow: none;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--hb-theme-interaction-transition-fast), background-color var(--hb-theme-interaction-transition-fast), border-color var(--hb-theme-interaction-transition-fast), transform var(--hb-theme-interaction-transition-fast);
}

:where(.aurelia-button, .wp-element-button, .wp-block-button__link, input[type="submit"], input[type="button"], input[type="reset"], button:not(.aurelia-menu-toggle)):hover {
    color: var(--hb-theme-color-primary-contrast);
    background: var(--hb-theme-color-primary-hover);
    border-color: var(--hb-theme-color-primary-hover);
    transform: translateY(-1px);
}

.aurelia-button--secondary,
.is-style-outline > .wp-block-button__link {
    color: var(--hb-theme-color-charcoal);
    background: transparent;
    border-color: var(--hb-theme-color-champagne);
}

.aurelia-button--secondary:hover,
.is-style-outline > .wp-block-button__link:hover {
    color: var(--hb-theme-color-charcoal);
    background: var(--hb-theme-color-champagne-light);
    border-color: var(--hb-theme-color-champagne);
}

.aurelia-button--text {
    min-height: auto;
    padding: 0.25rem 0;
    border-width: 0 0 1px;
    border-radius: 0;
    color: var(--hb-theme-color-charcoal);
    background: transparent;
}

:where(button, input, select, textarea, .aurelia-button, .wp-element-button)[disabled],
:where(button, input, select, textarea, .aurelia-button, .wp-element-button)[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: var(--hb-theme-interaction-disabled-opacity);
    transform: none;
}

/* Global form language. Booking-specific layout is intentionally deferred. */
label,
legend {
    color: var(--hb-theme-color-charcoal-soft);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: var(--hb-theme-spacing-lg);
    border: var(--hb-theme-border-width) solid var(--aurelia-border);
}

:where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]), select, textarea) {
    width: 100%;
    min-height: var(--hb-theme-interaction-target-min);
    padding: 0.75rem 0.875rem;
    border: var(--hb-theme-border-width) solid var(--aurelia-border);
    border-radius: var(--hb-theme-radius-sm);
    color: var(--aurelia-text);
    background: var(--aurelia-surface);
    box-shadow: none;
    transition: border-color var(--hb-theme-interaction-transition-fast), box-shadow var(--hb-theme-interaction-transition-fast), background-color var(--hb-theme-interaction-transition-fast);
}

textarea {
    min-height: 8rem;
    resize: vertical;
}

:where(input, select, textarea)::placeholder {
    color: #8A8378;
    opacity: 1;
}

:where(input, select, textarea):focus {
    border-color: var(--hb-theme-color-focus);
    box-shadow: 0 0 0 3px rgba(31, 102, 115, 0.14);
}

:where(input, select, textarea)[aria-invalid="true"],
.has-error :where(input, select, textarea) {
    border-color: var(--hb-theme-color-error);
    box-shadow: 0 0 0 3px rgba(154, 51, 45, 0.10);
}

:where(input[type="checkbox"], input[type="radio"]) {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    accent-color: var(--aurelia-primary);
}

.aurelia-field {
    display: grid;
    gap: var(--hb-theme-spacing-xs);
}

.aurelia-field__help {
    color: var(--aurelia-muted);
    font-size: var(--hb-theme-typography-size-sm);
}

.aurelia-field__error {
    color: var(--hb-theme-color-error);
    font-size: var(--hb-theme-typography-size-sm);
}

/* Premium site chrome. */
.aurelia-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    color: var(--hb-theme-color-charcoal);
    background: rgba(247, 242, 232, 0.96);
    border-bottom: var(--hb-theme-border-width) solid rgba(113, 84, 46, 0.20);
    backdrop-filter: blur(14px);
}

.admin-bar .aurelia-header {
    top: 32px;
}

.aurelia-header__utility {
    border-bottom: var(--hb-theme-border-width) solid rgba(113, 84, 46, 0.14);
}

.aurelia-header__utility-inner {
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
}

.aurelia-header__tagline {
    overflow: hidden;
    color: var(--aurelia-muted);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: var(--hb-theme-typography-size-sm);
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aurelia-secondary-menu,
.aurelia-menu,
.aurelia-footer-menu,
.aurelia-social-menu {
    display: flex;
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aurelia-secondary-menu {
    gap: var(--hb-theme-spacing-lg);
    font-size: 0.6875rem;
    font-weight: var(--hb-theme-typography-weight-medium);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aurelia-header__inner {
    display: grid;
    grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
    gap: var(--hb-theme-spacing-xl);
    min-height: 5.75rem;
    align-items: center;
}

.aurelia-branding {
    min-width: 0;
}

.aurelia-branding__name {
    display: inline-block;
    color: var(--hb-theme-color-charcoal);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    letter-spacing: 0.04em;
    line-height: 1;
    text-decoration: none;
}

.aurelia-branding .custom-logo-link,
.aurelia-branding .custom-logo {
    display: block;
}

.aurelia-branding .custom-logo {
    width: auto;
    max-height: 3.5rem;
}

.aurelia-navigation {
    display: flex;
    align-items: center;
    gap: var(--hb-theme-spacing-md);
    justify-self: center;
}

.aurelia-language-switcher {
    padding-inline-start: var(--hb-theme-spacing-md);
    border-inline-start: var(--hb-theme-border-width) solid var(--aurelia-border);
}

.aurelia-language-switcher__list {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aurelia-language-switcher__item {
    display: flex;
    align-items: center;
}

.aurelia-language-switcher__item + .aurelia-language-switcher__item::before {
    color: var(--aurelia-muted);
    content: "/";
}

.aurelia-language-switcher__link {
    display: inline-flex;
    min-width: var(--hb-theme-interaction-target-min);
    min-height: var(--hb-theme-interaction-target-min);
    align-items: center;
    justify-content: center;
    padding-inline: 0.45rem;
    color: inherit;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.08em;
    text-decoration: none;
}

a.aurelia-language-switcher__link:is(:hover, :focus-visible),
.aurelia-language-switcher__link[aria-current="page"] {
    color: var(--hb-theme-color-champagne-dark, var(--hb-theme-color-champagne));
}

.aurelia-language-switcher__link[aria-current="page"] {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

.aurelia-menu > li {
    position: relative;
}

.aurelia-menu a,
.aurelia-secondary-menu a,
.aurelia-footer-menu a,
.aurelia-social-menu a {
    display: inline-flex;
    min-height: var(--hb-theme-interaction-target-min);
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.aurelia-menu > li > a {
    position: relative;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.aurelia-menu > li > a::after {
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    left: 0;
    height: 1px;
    content: "";
    background: var(--hb-theme-color-champagne);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--hb-theme-interaction-transition-standard);
}

.aurelia-menu > li:is(:hover, :focus-within, .current-menu-item, .current-menu-ancestor) > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.aurelia-menu .sub-menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 50%;
    width: max-content;
    min-width: 13rem;
    margin: 0;
    padding: var(--hb-theme-spacing-sm) 0;
    visibility: hidden;
    list-style: none;
    background: var(--aurelia-surface);
    border: var(--hb-theme-border-width) solid var(--aurelia-border);
    box-shadow: var(--aurelia-shadow-soft);
    opacity: 0;
    transform: translate(-50%, 0.5rem);
    transition: opacity var(--hb-theme-interaction-transition-fast), transform var(--hb-theme-interaction-transition-fast), visibility var(--hb-theme-interaction-transition-fast);
}

.aurelia-menu .sub-menu a {
    width: 100%;
    min-height: 2.5rem;
    padding: var(--hb-theme-spacing-xs) var(--hb-theme-spacing-md);
    font-size: var(--hb-theme-typography-size-sm);
}

.aurelia-menu li:is(:hover, :focus-within) > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.aurelia-menu-toggle {
    display: none;
    min-width: var(--hb-theme-interaction-target-min);
    min-height: var(--hb-theme-interaction-target-min);
    align-items: center;
    justify-content: center;
    gap: var(--hb-theme-spacing-sm);
    padding: 0;
    border: 0;
    color: var(--hb-theme-color-charcoal);
    background: transparent;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aurelia-menu-toggle__icon {
    position: relative;
    width: 1.35rem;
    height: 0.875rem;
}

.aurelia-menu-toggle__icon::before,
.aurelia-menu-toggle__icon::after,
.aurelia-menu-toggle__icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: currentColor;
    transition: transform var(--hb-theme-interaction-transition-fast), top var(--hb-theme-interaction-transition-fast), opacity var(--hb-theme-interaction-transition-fast);
}

.aurelia-menu-toggle__icon::before {
    top: 0;
}

.aurelia-menu-toggle__icon span {
    top: calc(50% - 0.5px);
}

.aurelia-menu-toggle__icon::after {
    top: calc(100% - 1px);
}

.aurelia-menu-toggle[aria-expanded="true"] .aurelia-menu-toggle__icon::before {
    top: calc(50% - 0.5px);
    transform: rotate(45deg);
}

.aurelia-menu-toggle[aria-expanded="true"] .aurelia-menu-toggle__icon span {
    opacity: 0;
}

.aurelia-menu-toggle[aria-expanded="true"] .aurelia-menu-toggle__icon::after {
    top: calc(50% - 0.5px);
    transform: rotate(-45deg);
}

.aurelia-main {
    min-height: 55vh;
    padding-block: var(--hb-theme-spacing-section-compact);
}

.aurelia-entry,
.aurelia-empty-state,
.aurelia-page-header,
.aurelia-comments {
    width: min(100%, var(--hb-theme-container-narrow));
    margin-inline: auto;
}

.aurelia-entry__header,
.aurelia-page-header {
    margin-bottom: var(--hb-theme-spacing-xxl);
}

.aurelia-entry__meta,
.aurelia-card__meta {
    margin-bottom: var(--hb-theme-spacing-sm);
    color: var(--aurelia-muted);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-medium);
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.aurelia-entry__content > * + * {
    margin-block-start: var(--hb-theme-spacing-lg);
}

.aurelia-entry__content > :where(h2, h3, h4) {
    margin-block-start: var(--hb-theme-spacing-xxl);
}

.aurelia-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--hb-theme-container-grid-gap);
}

.aurelia-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: transparent;
    border-top: var(--hb-theme-border-width) solid var(--aurelia-border);
}

.aurelia-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    margin-top: var(--hb-theme-spacing-sm);
    overflow: hidden;
}

.aurelia-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--hb-theme-interaction-transition-slow);
}

.aurelia-card__media:hover img {
    transform: scale(1.025);
}

.aurelia-card__body {
    padding-block: var(--hb-theme-spacing-lg);
}

.aurelia-card__title {
    font-size: clamp(1.5rem, 2.4vw, 2.125rem);
}

.aurelia-card__title a {
    text-decoration: none;
}

.aurelia-pattern-introduction {
    padding-block: var(--hb-theme-spacing-section-compact);
}

.aurelia-pattern-introduction > * {
    max-width: var(--hb-theme-container-reading);
}

.aurelia-pattern-section {
    padding-block: var(--hb-theme-spacing-section);
}

.aurelia-footer {
    color: #EDE7DC;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-footer__main {
    display: grid;
    grid-template-columns: minmax(16rem, 1.4fr) repeat(2, minmax(10rem, 0.6fr));
    gap: var(--hb-theme-container-grid-gap);
    padding-block: var(--hb-theme-spacing-section-compact);
}

.aurelia-footer__main--columns-1 {
    grid-template-columns: minmax(0, 36rem);
}

.aurelia-footer__main--columns-2 {
    grid-template-columns: minmax(16rem, 1.4fr) minmax(10rem, 0.6fr);
}

.aurelia-footer__name {
    display: inline-block;
    margin-bottom: var(--hb-theme-spacing-lg);
    color: var(--hb-theme-color-primary-contrast);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: 0.03em;
    line-height: 1;
    text-decoration: none;
}

.aurelia-footer__description {
    max-width: 28rem;
    color: #BEB6AA;
}

.aurelia-footer__heading {
    margin-bottom: var(--hb-theme-spacing-lg);
    color: var(--hb-theme-color-champagne-light);
    font-family: var(--hb-theme-typography-family-body);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-transform: uppercase;
}

.aurelia-footer-menu,
.aurelia-social-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--hb-theme-spacing-xs);
}

.aurelia-footer-menu a,
.aurelia-social-menu a {
    min-height: 2.25rem;
    color: #D7D0C5;
}

.aurelia-footer-menu a:hover,
.aurelia-social-menu a:hover {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-footer__bottom {
    display: flex;
    min-height: 4.75rem;
    align-items: center;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
    padding-block: var(--hb-theme-spacing-md);
    border-top: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.22);
    color: #AFA79B;
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: 0.04em;
}

/* #0122.3 — Aurelia editorial homepage. */
.aurelia-home {
    overflow: clip;
    background: var(--hb-theme-color-background);
}

.aurelia-home-section {
    padding-block: var(--hb-theme-spacing-section);
}

.aurelia-home-section__heading {
    max-width: 47rem;
    margin-bottom: var(--hb-theme-spacing-xxl);
}

.aurelia-home-section__heading h2 {
    max-width: 14ch;
    margin-bottom: var(--hb-theme-spacing-md);
    font-size: clamp(2.5rem, 5.25vw, 5.25rem);
    line-height: 0.98;
}

.aurelia-home-section__heading > p:last-child {
    max-width: 38rem;
    color: var(--aurelia-muted);
}

.aurelia-home-section__heading--split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    align-items: end;
    gap: var(--hb-theme-container-grid-gap);
}

.aurelia-home-section__heading--centered {
    margin-inline: auto;
    text-align: center;
}

.aurelia-home-section__heading--centered h2 {
    margin-inline: auto;
}

.aurelia-media-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%),
        linear-gradient(145deg, #756B5D, #2D2B29);
}

.aurelia-media-placeholder span {
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2rem, 7vw, 6rem);
    letter-spacing: 0.12em;
    opacity: 0.46;
}

.aurelia-editorial-link {
    display: inline-flex;
    min-height: var(--hb-theme-interaction-target-min);
    align-items: center;
    gap: var(--hb-theme-spacing-sm);
    padding-block: var(--hb-theme-spacing-sm);
    color: inherit;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-decoration: none;
    text-transform: uppercase;
}

.aurelia-editorial-link span {
    transition: transform var(--hb-theme-interaction-transition-fast);
}

.aurelia-editorial-link:hover span {
    transform: translateX(0.25rem);
}

.aurelia-home-hero {
    position: relative;
    display: grid;
    min-height: clamp(42rem, 88svh, 64rem);
    align-items: end;
    isolation: isolate;
    color: #FFFDF8;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-home-hero__media,
.aurelia-home-hero__veil {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.aurelia-home-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: aurelia-hero-reveal 1.2s ease-out both;
}

.aurelia-home-hero__media .aurelia-media-placeholder {
    background:
        radial-gradient(circle at 72% 25%, rgba(219, 194, 147, 0.38), transparent 24%),
        linear-gradient(125deg, #5E625C 0%, #333A36 52%, #181B1A 100%);
}

.aurelia-home-hero__veil {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(17, 18, 17, 0.78) 0%, rgba(17, 18, 17, 0.34) 56%, rgba(17, 18, 17, 0.1) 100%),
        linear-gradient(0deg, rgba(17, 18, 17, 0.7), transparent 50%);
}

.aurelia-home-hero__inner {
    width: 100%;
    padding-block: clamp(8rem, 19vh, 13rem) clamp(7rem, 14vh, 10rem);
}

.aurelia-home-hero__content {
    max-width: 52rem;
    margin-inline-start: clamp(8rem, 14vw, 16rem);
}

.aurelia-home-hero__eyebrow {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-home-hero h1 {
    max-width: 11ch;
    margin-bottom: var(--hb-theme-spacing-lg);
    color: #FFFDF8;
    font-size: clamp(3.6rem, 7.7vw, 8.25rem);
    line-height: 0.88;
    text-wrap: balance;
}

.aurelia-home-hero__lead {
    max-width: 38rem;
    color: rgba(255, 253, 248, 0.84);
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.aurelia-home-hero__actions {
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-home-hero .aurelia-button--secondary {
    color: #FFFDF8;
    border-color: rgba(255, 253, 248, 0.68);
    background: rgba(20, 20, 19, 0.12);
}

@keyframes aurelia-hero-reveal {
    from {
        opacity: 0.45;
        transform: scale(1.025);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.aurelia-home-booking {
    position: relative;
    z-index: 2;
    margin-top: calc(-1 * var(--hb-theme-spacing-xxl));
}

.aurelia-home-booking__shell {
    display: grid;
    grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: var(--hb-theme-container-grid-gap);
    padding: clamp(1.5rem, 4vw, 3rem);
    background: var(--hb-theme-color-surface);
    border: var(--hb-theme-border-width) solid var(--aurelia-border);
    box-shadow: var(--aurelia-shadow-lifted);
}

.aurelia-home-booking__heading h2 {
    margin-bottom: var(--hb-theme-spacing-sm);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.aurelia-home-booking__heading > p:last-child {
    color: var(--aurelia-muted);
    font-size: var(--hb-theme-typography-size-sm);
}

.aurelia-home-booking__integration {
    min-width: 0;
}

.aurelia-home-booking__page-content > :first-child,
.aurelia-booking-widget > :first-child {
    margin-top: 0;
}

.aurelia-home-booking__page-content > :last-child,
.aurelia-booking-widget > :last-child {
    margin-bottom: 0;
}

.aurelia-home-booking__fallback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
    padding: var(--hb-theme-spacing-lg);
    border-left: 0.2rem solid var(--hb-theme-color-champagne);
    background: var(--hb-theme-color-ivory-deep);
}

.aurelia-home-booking__fallback p {
    max-width: 34rem;
}

.aurelia-home-introduction {
    padding-top: calc(var(--hb-theme-spacing-section) + var(--hb-theme-spacing-xl));
}

.aurelia-home-introduction__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.aurelia-home-introduction__content {
    padding-left: clamp(0rem, 4vw, 4rem);
}

.aurelia-home-introduction__content h2 {
    max-width: 11ch;
    margin-bottom: var(--hb-theme-spacing-xl);
    font-size: clamp(2.7rem, 5vw, 5.25rem);
    line-height: 0.98;
}

.aurelia-home-introduction__content .aurelia-lead {
    max-width: 35rem;
    color: var(--aurelia-muted);
}

.aurelia-home-introduction__signature {
    display: block;
    margin-top: var(--hb-theme-spacing-xl);
    color: var(--hb-theme-color-champagne-dark);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: 3.75rem;
    font-style: italic;
}

.aurelia-home-introduction__media {
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
}

.aurelia-home-introduction__image,
.aurelia-home-room__image,
.aurelia-experience__image,
.aurelia-wellness-feature__image,
.aurelia-offer__image,
.aurelia-home-gallery__image,
.aurelia-home-location__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--hb-theme-interaction-transition-slow);
}

.aurelia-home-introduction__image {
    height: auto;
    object-fit: contain;
}

.aurelia-home-rooms {
    background: var(--hb-theme-color-ivory-deep);
}

.aurelia-home-rooms__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(2rem, 4.5vw, 4.5rem);
}

.aurelia-home-room {
    grid-column: span 5;
}

.aurelia-home-room--featured {
    grid-column: span 7;
    grid-row: span 2;
}

.aurelia-home-room__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.aurelia-home-room--featured .aurelia-home-room__media {
    aspect-ratio: 4 / 5;
}

.aurelia-home-room__media:hover .aurelia-home-room__image {
    transform: scale(1.025);
}

.aurelia-home-room__body {
    padding-block: var(--hb-theme-spacing-lg);
}

.aurelia-home-room__meta {
    margin-bottom: var(--hb-theme-spacing-sm);
    color: var(--aurelia-muted);
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-transform: uppercase;
}

.aurelia-home-room h3 {
    margin-bottom: var(--hb-theme-spacing-sm);
    font-size: clamp(1.9rem, 3.6vw, 3.5rem);
}

.aurelia-home-room h3 a {
    text-decoration: none;
}

.aurelia-home-room__body > p:not(.aurelia-home-room__meta) {
    max-width: 35rem;
    color: var(--aurelia-muted);
}

.aurelia-home-experiences__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: var(--hb-theme-container-grid-gap);
}

.aurelia-experience {
    grid-column: span 3;
}

.aurelia-experience:first-child {
    grid-column: span 6;
}

.aurelia-experience__media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.aurelia-experience:first-child .aurelia-experience__media {
    aspect-ratio: 4 / 3;
}

.aurelia-experience__media:hover .aurelia-experience__image {
    transform: scale(1.025);
}

.aurelia-experience__body {
    position: relative;
    padding: var(--hb-theme-spacing-lg) 0 0 var(--hb-theme-spacing-xl);
}

.aurelia-experience__number {
    position: absolute;
    top: var(--hb-theme-spacing-xl);
    left: 0;
    color: var(--hb-theme-color-champagne-dark);
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-experience h3 {
    margin-bottom: var(--hb-theme-spacing-sm);
    font-size: clamp(1.6rem, 3vw, 2.7rem);
}

.aurelia-experience p {
    color: var(--aurelia-muted);
}

.aurelia-home-wellness {
    color: #EDE7DC;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-home-wellness > .aurelia-home-section__heading h2,
.aurelia-wellness-feature h3 {
    color: #FFFDF8;
}

.aurelia-home-wellness .aurelia-eyebrow,
.aurelia-home-wellness .aurelia-editorial-link {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-home-wellness__list {
    display: grid;
    gap: clamp(4rem, 9vw, 9rem);
}

.aurelia-wellness-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.aurelia-wellness-feature--reverse .aurelia-wellness-feature__media {
    grid-column: 2;
    grid-row: 1;
}

.aurelia-wellness-feature--reverse .aurelia-wellness-feature__content {
    grid-column: 1;
    grid-row: 1;
}

.aurelia-wellness-feature__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.aurelia-wellness-feature__media:hover .aurelia-wellness-feature__image {
    transform: scale(1.025);
}

.aurelia-wellness-feature__content {
    max-width: 36rem;
}

.aurelia-wellness-feature h3 {
    max-width: 12ch;
    margin-bottom: var(--hb-theme-spacing-lg);
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 0.98;
}

.aurelia-wellness-feature__content > p:not(.aurelia-eyebrow) {
    color: #BEB6AA;
}

.aurelia-home-offers__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--hb-theme-container-grid-gap);
}

.aurelia-offer {
    border-top: var(--hb-theme-border-width) solid var(--aurelia-border);
}

.aurelia-offer__media {
    aspect-ratio: 4 / 3;
    margin-top: var(--hb-theme-spacing-sm);
    overflow: hidden;
}

.aurelia-offer__media:hover .aurelia-offer__image {
    transform: scale(1.025);
}

.aurelia-offer__body {
    padding-block: var(--hb-theme-spacing-lg);
}

.aurelia-offer h3 {
    margin-bottom: var(--hb-theme-spacing-sm);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.aurelia-offer__body > p:not(.aurelia-eyebrow) {
    color: var(--aurelia-muted);
}

.aurelia-home-testimonials {
    color: #EDE7DC;
    background: var(--hb-theme-color-charcoal-soft);
}

.aurelia-home-testimonials .aurelia-home-section__heading h2 {
    color: #FFFDF8;
}

.aurelia-home-testimonials .aurelia-eyebrow {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-home-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aurelia-testimonial {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border-left: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.22);
}

.aurelia-testimonial:first-child {
    border-left: 0;
}

.aurelia-testimonial blockquote {
    margin: 0;
}

.aurelia-testimonial__quote {
    margin-bottom: var(--hb-theme-spacing-xl);
    color: #FFFDF8;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.5rem, 2.7vw, 2.4rem);
    line-height: 1.25;
}

.aurelia-testimonial__author {
    color: var(--hb-theme-color-champagne-light);
    font-size: var(--hb-theme-typography-size-xs);
    font-style: normal;
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-transform: uppercase;
}

.aurelia-testimonial__meta {
    display: block;
    margin-top: var(--hb-theme-spacing-xs);
    color: #AFA79B;
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-home-gallery__grid {
    display: grid;
    grid-auto-rows: minmax(10rem, 16vw);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-sm);
}

.aurelia-home-gallery__item {
    grid-column: span 3;
    margin: 0;
    overflow: hidden;
}

.aurelia-home-gallery__item--1,
.aurelia-home-gallery__item--6 {
    grid-column: span 5;
    grid-row: span 2;
}

.aurelia-home-gallery__item--2,
.aurelia-home-gallery__item--5 {
    grid-column: span 4;
}

.aurelia-home-gallery__image:hover {
    transform: scale(1.025);
}

.aurelia-home-location {
    padding-top: 0;
}

.aurelia-home-location__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    align-items: stretch;
    background: var(--hb-theme-color-ivory-deep);
}

.aurelia-home-location__media {
    min-height: 32rem;
}

.aurelia-home-location__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(2rem, 6vw, 6rem);
}

.aurelia-home-location h2 {
    max-width: 11ch;
    margin-bottom: var(--hb-theme-spacing-xl);
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: 1;
}

.aurelia-home-location__name {
    margin-bottom: var(--hb-theme-spacing-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-home-location__address {
    margin-bottom: var(--hb-theme-spacing-xl);
    color: var(--aurelia-muted);
}

.aurelia-home-booking-shortcut {
    display: none;
}

@media (max-width: 1100px) {
    .aurelia-home-hero {
        display: block;
        min-height: 0;
    }

    .aurelia-home-hero__media {
        position: relative;
        z-index: auto;
        inset: auto;
        width: 100%;
        height: auto;
        background: var(--hb-theme-color-charcoal);
    }

    .aurelia-home-hero__media .aurelia-responsive-media {
        height: auto;
    }

    .aurelia-home-hero__image {
        width: 100%;
        height: auto;
        object-fit: contain;
        animation: none;
    }

    .aurelia-home-hero__veil {
        display: none;
    }

    .aurelia-home-hero__inner {
        padding-block: clamp(3.5rem, 8vw, 5.5rem);
        background: var(--hb-theme-color-charcoal);
    }

    .aurelia-home-hero__content {
        margin-inline-start: clamp(2rem, 8vw, 5rem);
    }

    .aurelia-header__inner {
        grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
        gap: var(--hb-theme-spacing-md);
    }

    .aurelia-menu {
        gap: var(--hb-theme-spacing-lg);
    }

    .aurelia-grid--4,
    .aurelia-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aurelia-home-rooms__grid,
    .aurelia-home-experiences__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aurelia-home-room,
    .aurelia-home-room--featured,
    .aurelia-experience,
    .aurelia-experience:first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .aurelia-home-room--featured .aurelia-home-room__media,
    .aurelia-experience:first-child .aurelia-experience__media {
        aspect-ratio: 4 / 3;
    }

    .aurelia-experience:last-child {
        grid-column: 1 / -1;
        width: calc(50% - var(--hb-theme-container-grid-gap) / 2);
        justify-self: center;
    }
}

@media (max-width: 782px) {
    .admin-bar .aurelia-header {
        top: 46px;
    }

    .aurelia-header__utility {
        display: none;
    }

    .aurelia-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 4.75rem;
    }

    .aurelia-branding {
        grid-column: 1;
        grid-row: 1;
    }

    .js .aurelia-menu-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
    }

    .aurelia-navigation {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        justify-self: stretch;
    }

    .js .aurelia-navigation:not(.is-open) {
        display: none;
    }

    .aurelia-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding-block: var(--hb-theme-spacing-sm) var(--hb-theme-spacing-lg);
        border-top: var(--hb-theme-border-width) solid var(--aurelia-border);
    }

    .aurelia-language-switcher {
        width: 100%;
        padding: var(--hb-theme-spacing-sm) 0 var(--hb-theme-spacing-md);
        border-top: var(--hb-theme-border-width) solid var(--aurelia-border);
        border-inline-start: 0;
    }

    .aurelia-language-switcher__list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .aurelia-language-switcher__link {
        min-width: 3rem;
        min-height: var(--hb-theme-interaction-target-min);
    }

    .aurelia-menu > li > a {
        width: 100%;
        min-height: 3rem;
    }

    .aurelia-menu > li > a::after {
        bottom: 0;
    }

    .aurelia-menu .sub-menu {
        position: static;
        width: 100%;
        min-width: 0;
        padding: 0 0 var(--hb-theme-spacing-sm) var(--hb-theme-spacing-md);
        visibility: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
        opacity: 1;
        transform: none;
    }

    .aurelia-menu li:is(:hover, :focus-within) > .sub-menu {
        transform: none;
    }

    .aurelia-grid--2,
    .aurelia-grid--3,
    .aurelia-grid--4,
    .aurelia-grid--editorial,
    .aurelia-post-grid,
    .aurelia-footer__main {
        grid-template-columns: 1fr;
    }

    .aurelia-home-section__heading--split,
    .aurelia-home-booking__shell,
    .aurelia-home-introduction__grid,
    .aurelia-home-rooms__grid,
    .aurelia-home-experiences__grid,
    .aurelia-wellness-feature,
    .aurelia-home-offers__grid,
    .aurelia-home-testimonials__grid,
    .aurelia-home-location__grid {
        grid-template-columns: 1fr;
    }

    .aurelia-home-hero__veil {
        background:
            linear-gradient(0deg, rgba(17, 18, 17, 0.82) 0%, rgba(17, 18, 17, 0.24) 80%),
            linear-gradient(90deg, rgba(17, 18, 17, 0.36), transparent);
    }

    .aurelia-home-hero__content {
        margin-inline-start: 0;
    }

    .aurelia-home-booking__heading {
        max-width: 36rem;
    }

    .aurelia-home-booking__fallback {
        align-items: flex-start;
        flex-direction: column;
    }

    .aurelia-home-introduction__content {
        padding-left: 0;
    }

    .aurelia-home-introduction__media {
        min-height: 0;
        aspect-ratio: auto;
    }

    .aurelia-experience:last-child {
        grid-column: auto;
        width: auto;
    }

    .aurelia-wellness-feature--reverse .aurelia-wellness-feature__media,
    .aurelia-wellness-feature--reverse .aurelia-wellness-feature__content {
        grid-column: auto;
        grid-row: auto;
    }

    .aurelia-home-testimonials__grid {
        border-top: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.22);
    }

    .aurelia-testimonial,
    .aurelia-testimonial:first-child {
        border-bottom: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.22);
        border-left: 0;
    }

    .aurelia-home-gallery__grid {
        grid-auto-rows: minmax(14rem, 40vw);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aurelia-home-gallery__item,
    .aurelia-home-gallery__item--1,
    .aurelia-home-gallery__item--2,
    .aurelia-home-gallery__item--5,
    .aurelia-home-gallery__item--6 {
        grid-column: auto;
        grid-row: auto;
    }

    .aurelia-home-gallery__item:first-child,
    .aurelia-home-gallery__item:last-child {
        grid-column: 1 / -1;
    }

    .aurelia-home-location__media {
        min-height: 24rem;
    }

    .aurelia-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: clamp(2.5rem, 14vw, 3.5rem);
    }

    .aurelia-menu-toggle__label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .aurelia-cluster {
        align-items: stretch;
        flex-direction: column;
    }

    .aurelia-cluster > :where(.aurelia-button, .wp-block-button) {
        width: 100%;
    }

    .aurelia-home-hero h1 {
        font-size: clamp(3rem, 16vw, 4.75rem);
    }

    .aurelia-home-booking__shell {
        width: calc(100% - 1.5rem);
        padding: var(--hb-theme-spacing-lg);
    }

    .aurelia-home-gallery__grid {
        grid-template-columns: 1fr;
    }

    .aurelia-home-gallery__item:first-child,
    .aurelia-home-gallery__item:last-child {
        grid-column: auto;
    }

    .aurelia-home-booking-shortcut.is-visible {
        position: fixed;
        z-index: 50;
        right: var(--hb-theme-spacing-md);
        bottom: var(--hb-theme-spacing-md);
        left: var(--hb-theme-spacing-md);
        display: inline-flex;
        min-height: 3.25rem;
        align-items: center;
        justify-content: center;
        padding: var(--hb-theme-spacing-sm) var(--hb-theme-spacing-lg);
        color: var(--hb-theme-color-primary-contrast);
        background: var(--hb-theme-color-primary);
        box-shadow: var(--aurelia-shadow-lifted);
        font-size: var(--hb-theme-typography-size-xs);
        font-weight: var(--hb-theme-typography-weight-semibold);
        letter-spacing: var(--hb-theme-typography-tracking-label);
        text-decoration: none;
        text-transform: uppercase;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .aurelia-header,
    .aurelia-footer,
    .aurelia-skip-link {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .aurelia-main {
        padding: 0;
    }
}
