@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

:root {
  --brand-burgundy: #5c1026;
  --brand-rose: #8f1f3f;
  --brand-gold: #b06a4d;
  --brand-navy: #112033;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --shadow-soft: 0 18px 45px rgba(17, 24, 39, 0.08);
  --shadow-strong: 0 24px 60px rgba(17, 24, 39, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
			radial-gradient(circle at top left, rgba(92, 16, 38, 0.16), transparent 34%),
			radial-gradient(circle at top right, rgba(17, 32, 51, 0.12), transparent 28%),
			linear-gradient(180deg, #fff8f8 0%, #f8ecef 38%, #f5f7fb 100%);
  color: #1f2937;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.modal-open {
  transform: none !important;
}

a,
	button,
	input,
	textarea,
	select {
  transition: all 0.25s ease;
}

::-moz-selection {
  background: rgba(92, 16, 38, 0.22);
  color: #111827;
}

::selection {
  background: rgba(92, 16, 38, 0.22);
  color: #111827;
}

h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

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

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

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

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

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

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

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

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

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

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

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

.site-shell {
  position: relative;
}

.brand-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 0.9rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.75rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(243, 231, 235, 0.84));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.brand-header-inner {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  justify-content: space-between;
}

.brand-block {
  display: block;
}

.brand-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-mark-image {
  display: block;
  width: clamp(6.25rem, 11vw, 7.5rem);
  height: auto;
}

.brand-copy {
  max-width: 46rem;
}

.brand-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--brand-burgundy);
  line-height: 1;
  margin: 0;
}

.brand-location {
  margin-top: 0.7rem;
  color: var(--brand-burgundy);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-subtitle {
  max-width: 34rem;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.6;
}

.brand-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.signal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(92, 16, 38, 0.1);
  color: #334155;
  font-size: 0.79rem;
  font-weight: 600;
}

.signal-pill i {
  color: var(--brand-burgundy);
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  width: 100%;
}

.header-utility-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
  width: 100%;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(92, 16, 38, 0.08), rgba(17, 32, 51, 0.05));
  color: var(--brand-navy);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
  max-width: 19rem;
}

.header-contact.is-desktop-display {
  cursor: default;
}

.header-contact.is-mobile-call {
  cursor: pointer;
}

.header-contact:hover,
	.header-contact:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

.header-contact .icon-chip {
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  color: white;
  box-shadow: 0 10px 18px rgba(92, 16, 38, 0.2);
  flex: 0 0 auto;
}

.header-contact .icon-chip i {
  font-size: 0.95rem;
}

.header-contact strong {
  display: block;
  font-size: 0.95rem;
}

.header-contact span {
  display: block;
  font-size: 0.84rem;
  color: #64748b;
}

.header-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.2rem;
  padding: 0.5rem 0.92rem;
  width: auto;
  min-width: 5.4rem;
  border-radius: 9999px;
  border: 1px solid rgba(92, 16, 38, 0.1);
  background: rgba(255, 255, 255, 0.6);
  color: var(--brand-burgundy);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-admin-link:hover,
	.header-admin-link:focus-visible {
  background: rgba(255, 255, 255, 0.82);
  color: var(--brand-burgundy);
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
}

.navbar {
  position: sticky;
  top: 1rem;
  z-index: 40;
  margin-bottom: 1.5rem;
}

.navbar-shell {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(17, 32, 51, 0.9), rgba(92, 16, 38, 0.84));
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.navbar-mobile-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.navbar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

.navbar-menu {
  width: 100%;
}

.nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: 0.55rem;
  min-height: 2.35rem;
  padding: 0.54rem 0.98rem;
  width: auto;
  min-width: 7rem;
  border-radius: 9999px;
  border: 1px solid rgba(92, 16, 38, 0.1);
  background: rgba(255, 255, 255, 0.6);
  color: var(--brand-burgundy);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.05);
}

.theme-toggle:hover,
	.theme-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.82);
  color: var(--brand-burgundy);
  transform: translateY(-1px);
}

.header-actions .theme-toggle {
  width: auto;
  justify-content: center;
}

.navbar-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.85rem;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-link:hover,
	.nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.nav-link.active {
  background: linear-gradient(135deg, rgba(143, 31, 63, 0.96), rgba(92, 16, 38, 0.94));
  color: white;
  text-decoration: none;
}

.section-overlay {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2rem;
  box-shadow: var(--shadow-strong);
}

.section-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 32, 51, 0.62), rgba(92, 16, 38, 0.52));
  z-index: -1;
}

.page-hero {
  display: flex;
  align-items: flex-end;
  min-height: 27rem;
  padding: clamp(1.35rem, 3.5vw, 2.15rem);
  margin-top: 0.75rem;
}

.hero-panel {
  max-width: 43rem;
  padding: clamp(1.25rem, 2.8vw, 1.75rem);
  border-radius: 1.5rem;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: white;
}

.hero-copy {
  margin-top: 1rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.primary-btn,
	.secondary-btn,
	.ghost-btn,
	.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.95rem;
  padding: 0.82rem 1.2rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.primary-btn,
	.nav-cta {
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  color: white;
  box-shadow: 0 12px 22px rgba(92, 16, 38, 0.18);
}

.primary-btn:hover,
	.primary-btn:focus-visible,
	.secondary-btn:hover,
	.secondary-btn:focus-visible,
	.ghost-btn:hover,
	.ghost-btn:focus-visible,
	.nav-cta:hover,
	.nav-cta:focus-visible {
  transform: translateY(-2px);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-burgundy);
  border-color: rgba(92, 16, 38, 0.14);
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.14);
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.secondary-btn:hover,
	.secondary-btn:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 22px rgba(17, 24, 39, 0.12);
}

.ghost-btn:hover,
	.ghost-btn:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.widget-grid {
  display: grid;
  gap: 1rem;
}

.info-widget {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, var(--surface-strong), var(--surface));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.widget-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(182, 61, 97, 0.14), rgba(176, 106, 77, 0.2));
  color: var(--brand-burgundy);
  font-size: 1rem;
}

.widget-copy {
  min-width: 0;
}

.widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-navy);
}

.widget-value {
  margin-top: 0.55rem;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1;
  color: var(--brand-burgundy);
}

.widget-meta {
  margin-top: 0.45rem;
  color: #64748b;
  line-height: 1.6;
}

.widget-list {
  display: grid;
  gap: 0.7rem;
}

.widget-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  color: #475569;
}

.widget-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget-list strong {
  color: var(--brand-navy);
  font-weight: 700;
}

.weather-compact {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(124, 31, 59, 0.04);
}

.weather-compact-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
}

.weather-compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(182, 61, 97, 0.14), rgba(176, 106, 77, 0.2));
  color: var(--brand-burgundy);
  font-size: 1rem;
  flex: 0 0 auto;
}

.weather-compact-copy {
  min-width: 0;
}

.weather-compact-temp {
  display: block;
  color: var(--brand-burgundy);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
}

.weather-compact-summary {
  margin-top: 0.22rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.weather-compact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.weather-detail-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 0.72rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.2;
}

.weather-detail-pill strong {
  color: var(--brand-navy);
}

.metric-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 0.88rem;
  font-weight: 600;
}

.section-heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--brand-navy);
}

.feature-card h3,
	.feature-card h4,
	.content-card h3,
	.content-card h4,
	.info-card h3,
	.info-card h4,
	.room-card h3,
	.room-card h4,
	.policy-card h3,
	.policy-card h4,
	.faq-card h3,
	.faq-card h4,
	.contact-card h3,
	.contact-card h4,
	.map-card h3,
	.map-card h4,
	.stats-card h3,
	.stats-card h4,
	.gallery-card h3,
	.gallery-card h4,
	.split-card h3,
	.split-card h4,
	.stat-card h3,
	.stat-card h4,
	.testimonial-card h3,
	.testimonial-card h4,
	.widget-title,
	.stat-value {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.section-divider {
  position: relative;
  padding-top: 1.35rem;
}

.section-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: min(8rem, 24vw);
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
}

.section-copy {
  margin-top: 0.75rem;
  color: #64748b;
  line-height: 1.7;
}

.feature-card,
	.content-card,
	.info-card,
	.room-card,
	.policy-card,
	.faq-card,
	.contact-card,
	.map-card,
	.stats-card,
	.gallery-card,
	.split-card,
	.stat-card,
	.testimonial-card {
  padding: 1.35rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, var(--surface-strong), var(--surface));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.feature-card,
	.info-card,
	.room-card,
	.gallery-card,
	.faq-card,
	.stat-card,
	.testimonial-card {
  position: relative;
  overflow: hidden;
}

.feature-card::after,
	.info-card::after,
	.room-card::after,
	.gallery-card::after,
	.faq-card::after,
	.stat-card::after,
	.testimonial-card::after {
  content: '';
  position: absolute;
  inset: auto -20% -35% auto;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(182, 61, 97, 0.12), transparent 72%);
  pointer-events: none;
}

.feature-card:hover,
	.info-card:hover,
	.room-card:hover,
	.gallery-card:hover,
	.faq-card:hover,
	.stat-card:hover,
	.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.counter-grid {
  display: grid;
  gap: 0.85rem;
}

.stat-card {
  min-height: 100%;
}

.stat-value {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--brand-navy);
}

.stat-label {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-burgundy);
}

.stat-copy {
  margin-top: 0.85rem;
  color: #64748b;
  line-height: 1.75;
}

.testimonial-shell {
  position: relative;
  overflow: hidden;
}

.media-slider {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-strong);
  background: rgba(15, 23, 42, 0.8);
}

.media-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.media-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 30rem;
}

.media-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 15%, rgba(15, 23, 42, 0.72) 100%);
}

.media-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.5rem;
  color: white;
}

.media-caption h3 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
}

.media-caption p {
  max-width: 40rem;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.media-controls {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.media-dots {
  display: flex;
  gap: 0.5rem;
}

.media-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.36);
}

.media-dot.is-active {
  background: white;
  transform: scale(1.08);
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 100%;
  padding: 0.25rem;
}

.testimonial-card {
  height: 100%;
}

.testimonial-quote {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #334155;
}

.testimonial-meta {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.testimonial-author {
  font-weight: 700;
  color: var(--brand-navy);
}

.testimonial-stay {
  font-size: 0.9rem;
  color: #64748b;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.testimonial-buttons {
  display: flex;
  gap: 0.75rem;
}

.carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 9999px;
  background: rgba(17, 32, 51, 0.08);
  color: var(--brand-navy);
  box-shadow: none;
}

.carousel-btn:hover,
	.carousel-btn:focus-visible {
  background: rgba(124, 31, 59, 0.12);
  color: var(--brand-burgundy);
}

.testimonial-dots {
  display: flex;
  gap: 0.5rem;
}

.testimonial-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.35);
}

.testimonial-dot.is-active {
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  transform: scale(1.08);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.filter-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.filter-search {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
}

.filter-search:focus {
  outline: none;
  border-color: rgba(182, 61, 97, 0.36);
  box-shadow: 0 0 0 4px rgba(182, 61, 97, 0.08);
}

.tag-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  background: rgba(124, 31, 59, 0.06);
  color: #475569;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: none;
}

.tag-chip:hover,
	.tag-chip:focus-visible {
  background: rgba(124, 31, 59, 0.12);
  color: var(--brand-burgundy);
}

.tag-chip.is-active {
  background: rgba(17, 32, 51, 0.92);
  color: white;
}

.room-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.9rem 0 1rem;
}

.room-meta-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 9999px;
  background: rgba(17, 32, 51, 0.06);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border-radius: 9999px;
  background: rgba(17, 32, 51, 0.06);
  color: #334155;
  font-weight: 700;
  box-shadow: none;
}

.filter-chip:hover,
	.filter-chip:focus-visible {
  background: rgba(124, 31, 59, 0.1);
  color: var(--brand-burgundy);
}

.filter-chip.is-active {
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  color: white;
}

.room-card[hidden] {
  display: none !important;
}

.room-grid-empty {
  padding: 1.2rem 1.4rem;
  border-radius: 1.2rem;
  background: rgba(17, 32, 51, 0.05);
  color: #475569;
}

.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(182, 61, 97, 0.12), rgba(216, 177, 108, 0.26));
  color: var(--brand-burgundy);
  font-size: 1.1rem;
}

.hero-image,
	.gallery-image,
	.room-image {
  width: 100%;
  border-radius: 1.35rem;
  box-shadow: var(--shadow-soft);
}

.reveal-frame {
  position: relative;
  overflow: hidden;
}

.reveal-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.55));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.reveal-panel {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.74);
  color: white;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.reveal-frame:hover::after,
		.reveal-frame:focus-within::after {
  opacity: 1;
}

.reveal-frame:hover .reveal-panel,
		.reveal-frame:focus-within .reveal-panel {
  opacity: 1;
  transform: translateY(0);
}

.reveal-title {
  font-size: 1rem;
  font-weight: 700;
}

.reveal-copy {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.gallery-image,
	.room-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kicker {
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  background: rgba(124, 31, 59, 0.08);
  color: var(--brand-burgundy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.split-layout,
	.contact-grid,
	.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.location-map-layout {
  display: grid;
  gap: 1.5rem;
}

.map-card-head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.map-frame-large {
  height: min(34rem, 72vh);
}

.hotel-map-canvas {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.map-frame::after {
  content: none;
}

.map-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  max-width: min(100% - 2rem, 20rem);
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
}

.route-steps {
  display: grid;
  gap: 0.95rem;
}

.route-step-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(124, 31, 59, 0.04);
}

.route-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  color: white;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(124, 31, 59, 0.16);
}

.route-step-item strong {
  display: block;
  color: var(--brand-navy);
  font-size: 0.96rem;
}

.route-step-item p {
  margin-top: 0.35rem;
  color: #475569;
  line-height: 1.7;
}

.map-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  color: white;
  flex: 0 0 auto;
}

.map-badge strong {
  display: block;
  color: var(--brand-navy);
  font-size: 0.94rem;
  font-weight: 700;
}

.map-badge span:last-child {
  display: block;
  margin-top: 0.1rem;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.5;
}

.hotel-map-marker {
  background: transparent;
  border: 0;
}

.hotel-map-marker-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px 9999px 9999px 0.7rem;
  background: linear-gradient(135deg, var(--brand-rose), var(--brand-burgundy));
  color: white;
  font-size: 1.1rem;
  box-shadow: 0 14px 26px rgba(92, 16, 38, 0.28);
  transform: rotate(-45deg);
}

.hotel-map-marker-pin i {
  transform: rotate(45deg);
}

.travel-map-marker,
	.travel-map-marker-pin {
  background: transparent;
  border: 0;
}

.travel-map-marker-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 9999px;
  background: rgba(20, 40, 66, 0.94);
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: white;
  font-size: 0.78rem;
  box-shadow: 0 10px 16px rgba(15, 23, 42, 0.18);
}

.travel-map-marker-station-secondary .travel-map-marker-pin {
  background: rgba(56, 88, 126, 0.94);
}

.map-frame .leaflet-control-zoom a,
	.map-frame .leaflet-bar a {
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-navy);
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

.map-frame .leaflet-tooltip,
	.map-frame .leaflet-tooltip.map-tooltip {
  border: 0;
  border-radius: 9999px;
  background: rgba(17, 32, 51, 0.92);
  color: white;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
  padding: 0.45rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.map-frame .leaflet-tooltip-top:before {
  border-top-color: rgba(17, 32, 51, 0.92);
}

.map-frame .leaflet-tooltip-right:before {
  border-right-color: rgba(17, 32, 51, 0.92);
}

.map-frame .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.88);
  color: #64748b;
}

.map-frame .leaflet-pane,
	.map-frame .leaflet-top,
	.map-frame .leaflet-bottom {
  z-index: 1;
}

.map-frame .leaflet-control-attribution {
  font-size: 0.66rem;
}

.map-aside {
  display: flex;
  flex-direction: column;
}

.travel-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.travel-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.95rem;
  border-radius: 9999px;
  background: rgba(124, 31, 59, 0.08);
  color: #475569;
  font-size: 0.9rem;
  font-weight: 600;
}

.travel-chip i {
  color: var(--brand-burgundy);
}

.quick-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.quick-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  color: #475569;
}

.quick-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.form-shell {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 248, 0.84));
  box-shadow: var(--shadow-strong);
}

.form-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
}

.form-status {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.form-status.is-success {
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.18);
  color: #166534;
}

.form-status.is-error {
  background: rgba(127, 29, 29, 0.08);
  border: 1px solid rgba(127, 29, 29, 0.16);
  color: #7f1d1d;
}

#contact-success-modal.contact-success-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.68);
  backdrop-filter: blur(10px);
}

#contact-success-modal.hidden {
  display: none;
}

.contact-success-card {
  position: relative;
  width: min(100%, 32rem);
  padding: clamp(1.75rem, 3vw, 2.35rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: var(--shadow-strong);
  text-align: center;
}

.contact-success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 1.6rem;
}

.contact-success-close:hover,
	.contact-success-close:focus-visible {
  background: rgba(182, 61, 97, 0.12);
  color: var(--brand-burgundy);
}

.contact-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.14), rgba(92, 16, 38, 0.12));
  color: #15803d;
  font-size: 1.4rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-success-title {
  margin-top: 0.75rem;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.15;
  color: #0f172a;
}

.contact-success-copy {
  margin-top: 1rem;
  color: #475569;
  line-height: 1.8;
}

.contact-success-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.form-input,
	.form-textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.contact-watermark {
  display: flex;
  justify-content: center;
  margin-top: 1.1rem;
  margin-bottom: 1.25rem;
}

.contact-watermark-image {
  display: block;
  width: min(15rem, 72%);
  height: auto;
  opacity: 0.3;
}

.form-input:focus,
	.form-textarea:focus {
  outline: none;
  border-color: rgba(182, 61, 97, 0.4);
  box-shadow: 0 0 0 4px rgba(182, 61, 97, 0.08);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.footer-shell {
  margin: 4rem 0 1.5rem;
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(17, 32, 51, 0.96), rgba(45, 17, 31, 0.96));
  box-shadow: var(--shadow-strong);
}

.footer-card {
  padding: 1.25rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-link {
  color: rgba(255, 255, 255, 0.78);
}

.footer-link:hover,
	.footer-link:focus-visible {
  color: white;
}

.sticky-booking-bar {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: min(calc(100% - 2rem), 58rem);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1.4rem;
  background: rgba(17, 32, 51, 0.88);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.sticky-booking-copy {
  flex: 1;
  min-width: 0;
}

.sticky-booking-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: white;
}

.sticky-booking-text {
  margin-top: 0.2rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
}

.sticky-booking-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sticky-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-weight: 700;
  box-shadow: none;
}

.sticky-phone:hover,
	.sticky-phone:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

html.theme-dark {
  color-scheme: dark;
  --surface: rgba(66, 24, 38, 0.84);
  --surface-strong: rgba(82, 30, 46, 0.94);
  --dark-text-strong: #fdf2f8;
  --dark-text-body: #f1f5f9;
  --dark-text-muted: #dbeafe;
  --dark-text-soft: #cbd5e1;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.28);
  --shadow-strong: 0 24px 60px rgba(0, 0, 0, 0.4);
}

html.theme-dark body {
  background:
			radial-gradient(circle at top left, rgba(143, 31, 63, 0.2), transparent 30%),
			radial-gradient(circle at top right, rgba(176, 106, 77, 0.12), transparent 24%),
			linear-gradient(180deg, #1a0810 0%, #220b16 46%, #2b0f1c 100%);
  color: var(--dark-text-body);
}

html.theme-dark p,
	html.theme-dark li,
	html.theme-dark dt,
	html.theme-dark dd,
	html.theme-dark label,
	html.theme-dark figcaption,
	html.theme-dark small,
	html.theme-dark .section-copy,
	html.theme-dark .brand-subtitle,
	html.theme-dark .accordion-content,
	html.theme-dark .booking-modal-copy,
	html.theme-dark .booking-point p,
	html.theme-dark .booking-modal-note,
	html.theme-dark .mock-copy,
	html.theme-dark .room-copy,
	html.theme-dark .footer-card p,
	html.theme-dark .footer-card li,
	html.theme-dark .contact-card p,
	html.theme-dark .policy-card p,
	html.theme-dark .faq-card p,
	html.theme-dark .stats-card li,
	html.theme-dark .content-card p,
	html.theme-dark .feature-card p,
	html.theme-dark .info-card p,
	html.theme-dark .info-widget p,
	html.theme-dark .gallery-card p,
	html.theme-dark .testimonial-card p,
	html.theme-dark .route-step-item p,
	html.theme-dark .quick-list li,
	html.theme-dark .room-grid-empty,
	html.theme-dark .travel-chip,
	html.theme-dark .widget-meta,
	html.theme-dark .widget-list li,
	html.theme-dark .weather-compact-summary,
	html.theme-dark .weather-detail-pill,
	html.theme-dark .cookie-banner-text,
	html.theme-dark .cookie-preferences-copy,
	html.theme-dark .cookie-preferences-note,
	html.theme-dark .cookie-preference-item span {
  color: var(--dark-text-muted);
}

html.theme-dark .text-gray-600,
	html.theme-dark .text-gray-700,
	html.theme-dark .text-slate-600,
	html.theme-dark .text-slate-700,
	html.theme-dark .text-slate-800,
	html.theme-dark .text-stone-600,
	html.theme-dark .text-stone-700 {
  color: var(--dark-text-muted) !important;
}


	html.theme-dark .\!text-slate-700 {
  color: var(--dark-text-muted) !important;
}

html.theme-dark .text-gray-900,
	html.theme-dark .text-slate-900,
	html.theme-dark .text-slate-950,
	html.theme-dark .text-stone-900 {
  color: var(--dark-text-strong) !important;
}

html.theme-dark ::-moz-selection {
  background: rgba(244, 114, 182, 0.3);
  color: var(--dark-text-strong);
}

html.theme-dark ::selection {
  background: rgba(244, 114, 182, 0.3);
  color: var(--dark-text-strong);
}

html.theme-dark .brand-header {
  border-color: rgba(148, 163, 184, 0.18);
  background: linear-gradient(145deg, rgba(70, 24, 40, 0.96), rgba(98, 34, 54, 0.88));
}

html.theme-dark .brand-title,
	html.theme-dark .brand-location,
	html.theme-dark .section-heading,
	html.theme-dark .stat-value,
	html.theme-dark .stat-label,
	html.theme-dark .testimonial-author,
	html.theme-dark .contact-success-title,
	html.theme-dark .booking-modal-title,
	html.theme-dark .booking-point strong,
	html.theme-dark .accordion-header,
	html.theme-dark .accordion-header h3,
	html.theme-dark .quick-list li a,
	html.theme-dark .footer-card h5,
	html.theme-dark .sticky-booking-title,
	html.theme-dark .mock-title,
	html.theme-dark .footer-link,
	html.theme-dark .widget-title,
	html.theme-dark .widget-list strong,
	html.theme-dark .weather-compact-temp,
	html.theme-dark .weather-detail-pill strong,
	html.theme-dark .map-badge strong,
	html.theme-dark .route-step-item strong,
	html.theme-dark .cookie-banner-title,
	html.theme-dark .cookie-preference-item strong {
  color: var(--dark-text-strong);
}

html.theme-dark .signal-pill {
  background: rgba(88, 32, 48, 0.74);
  border-color: rgba(248, 250, 252, 0.12);
  color: var(--dark-text-body);
}

html.theme-dark .signal-pill i {
  color: #fda4af;
}

html.theme-dark .header-contact {
  background: linear-gradient(135deg, rgba(92, 16, 38, 0.34), rgba(53, 15, 29, 0.72));
  color: var(--dark-text-strong);
}

html.theme-dark .header-admin-link {
  border-color: rgba(248, 250, 252, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: var(--dark-text-body);
}

html.theme-dark .header-contact span {
  color: var(--dark-text-soft);
}

html.theme-dark .navbar-shell {
  border-color: rgba(148, 163, 184, 0.16);
  background: linear-gradient(135deg, rgba(34, 10, 19, 0.96), rgba(92, 16, 38, 0.9));
}

html.theme-dark .nav-link {
  color: rgba(248, 250, 252, 0.94);
}

html.theme-dark .nav-link:hover,
	html.theme-dark .nav-link:focus-visible,
	html.theme-dark .header-admin-link:hover,
	html.theme-dark .header-admin-link:focus-visible,
	html.theme-dark .theme-toggle:hover,
	html.theme-dark .theme-toggle:focus-visible,
	html.theme-dark .sticky-phone:hover,
	html.theme-dark .sticky-phone:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

html.theme-dark .theme-toggle {
  border-color: rgba(248, 250, 252, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: var(--dark-text-body);
}

html.theme-dark .hero-panel {
  background: rgba(68, 24, 39, 0.68);
  border-color: rgba(248, 250, 252, 0.12);
}

html.theme-dark .metric-pill,
	html.theme-dark .hero-eyebrow,
	html.theme-dark .kicker,
	html.theme-dark .option-tag {
  background: rgba(255, 255, 255, 0.12);
  color: var(--dark-text-strong);
}

html.theme-dark .metric-pill[class*='!text-slate-700'],
	html.theme-dark .metric-pill[class*='!text-slate-800'],
	html.theme-dark .metric-pill[class*='!text-gray-700'] {
  color: #f8fafc !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

html.theme-dark .feature-card,
	html.theme-dark .content-card,
	html.theme-dark .info-card,
	html.theme-dark .info-widget,
	html.theme-dark .room-card,
	html.theme-dark .policy-card,
	html.theme-dark .faq-card,
	html.theme-dark .contact-card,
	html.theme-dark .map-card,
	html.theme-dark .stats-card,
	html.theme-dark .gallery-card,
	html.theme-dark .split-card,
	html.theme-dark .stat-card,
	html.theme-dark .testimonial-card,
	html.theme-dark .form-shell,
	html.theme-dark .contact-success-card,
	html.theme-dark .booking-modal-card,
	html.theme-dark .accordion-header,
	html.theme-dark .booking-point,
	html.theme-dark .logo-preview-card,
	html.theme-dark .mock-header {
  border-color: rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, rgba(63, 21, 35, 0.98), rgba(82, 29, 45, 0.94));
  box-shadow: var(--shadow-soft);
}

html.theme-dark .feature-card::after,
	html.theme-dark .info-card::after,
	html.theme-dark .room-card::after,
	html.theme-dark .gallery-card::after,
	html.theme-dark .faq-card::after,
	html.theme-dark .stat-card::after,
	html.theme-dark .testimonial-card::after {
  background: radial-gradient(circle, rgba(244, 114, 182, 0.12), transparent 72%);
}

html.theme-dark .carousel-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
}

html.theme-dark .carousel-btn:hover,
	html.theme-dark .carousel-btn:focus-visible {
  background: rgba(244, 114, 182, 0.18);
  color: #fda4af;
}

html.theme-dark .widget-icon {
  background: linear-gradient(135deg, rgba(190, 24, 93, 0.22), rgba(176, 106, 77, 0.16));
  color: #fecdd3;
}

html.theme-dark .icon-chip {
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.22), rgba(251, 191, 36, 0.14));
  color: #fde7ef;
}

html.theme-dark .weather-compact {
  background: rgba(244, 114, 182, 0.12);
  border-color: rgba(148, 163, 184, 0.14);
}

html.theme-dark .weather-compact-icon {
  background: linear-gradient(135deg, rgba(190, 24, 93, 0.22), rgba(176, 106, 77, 0.16));
  color: #fecdd3;
}

html.theme-dark .weather-detail-pill {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(148, 163, 184, 0.14);
}

html.theme-dark .widget-list li,
	html.theme-dark .quick-list li,
	html.theme-dark .room-meta-tag,
	html.theme-dark .tag-chip,
	html.theme-dark .filter-chip,
	html.theme-dark .room-grid-empty,
	html.theme-dark .travel-chip {
  border-color: rgba(148, 163, 184, 0.2);
}

html.theme-dark .widget-value {
  color: #fecdd3;
}

html.theme-dark .testimonial-dot {
  background: rgba(248, 250, 252, 0.22);
}

html.theme-dark .filter-search,
	html.theme-dark .form-input,
	html.theme-dark .form-textarea {
  border-color: rgba(191, 219, 254, 0.22);
  background: rgba(55, 18, 31, 0.98);
  color: var(--dark-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html.theme-dark .filter-search:focus,
	html.theme-dark .form-input:focus,
	html.theme-dark .form-textarea:focus {
  border-color: rgba(254, 205, 211, 0.45);
  box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.14);
}

html.theme-dark .filter-search::-moz-placeholder, html.theme-dark .form-input::-moz-placeholder, html.theme-dark .form-textarea::-moz-placeholder {
  color: var(--dark-text-soft);
}

html.theme-dark .filter-search::placeholder,
	html.theme-dark .form-input::placeholder,
	html.theme-dark .form-textarea::placeholder {
  color: var(--dark-text-soft);
}

html.theme-dark .form-status.is-success {
  background: rgba(22, 163, 74, 0.14);
  border-color: rgba(74, 222, 128, 0.22);
  color: #bbf7d0;
}

html.theme-dark .form-status.is-error {
  background: rgba(127, 29, 29, 0.18);
  border-color: rgba(248, 113, 113, 0.24);
  color: #fecaca;
}

html.theme-dark .quick-list li,
	html.theme-dark .room-meta-tag,
	html.theme-dark .tag-chip,
	html.theme-dark .filter-chip,
	html.theme-dark .room-grid-empty,
	html.theme-dark .travel-chip {
  background: rgba(92, 34, 50, 0.72);
  color: var(--dark-text-muted);
}

html.theme-dark .travel-chip i {
  color: #fecdd3;
}

html.theme-dark .map-badge {
  background: rgba(69, 24, 39, 0.9);
  border-color: rgba(248, 250, 252, 0.14);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

html.theme-dark .map-frame::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(43, 15, 28, 0.4) 100%);
}

html.theme-dark .map-art-bg {
  fill: #3a1624;
}

html.theme-dark .map-blocks rect,
	html.theme-dark .map-footprints path {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(248, 250, 252, 0.08);
}

html.theme-dark .map-street-main {
  stroke: rgba(255, 248, 248, 0.88);
}

html.theme-dark .map-street-soft {
  stroke: rgba(255, 248, 248, 0.44);
}

html.theme-dark .map-route-dot circle {
  fill: #4b1c2d;
  stroke: #fecdd3;
}

html.theme-dark .map-node-station circle:first-child {
  stroke: rgba(191, 219, 254, 0.28);
}

html.theme-dark .map-station-caption text {
  fill: #dbeafe;
}

html.theme-dark .map-station-caption-secondary text {
  fill: #bfdbfe;
}

html.theme-dark .map-road-caption text,
	html.theme-dark .map-road-caption-secondary text {
  fill: rgba(248, 250, 252, 0.72);
}

html.theme-dark .map-label rect {
  fill: rgba(69, 24, 39, 0.94);
  stroke: rgba(248, 250, 252, 0.1);
}

html.theme-dark .map-label text,
	html.theme-dark .map-landmark text {
  fill: #f8fafc;
}

html.theme-dark .map-label-hotel text {
  fill: #fecdd3;
}

html.theme-dark .map-landmark circle {
  fill: rgba(191, 219, 254, 0.14);
  stroke: #bfdbfe;
}

html.theme-dark .map-landmark-secondary circle {
  fill: rgba(244, 114, 182, 0.15);
  stroke: #fecdd3;
}

html.theme-dark .map-step-pin circle {
  fill: rgba(69, 24, 39, 0.94);
  stroke: rgba(248, 250, 252, 0.14);
}

html.theme-dark .map-step-pin text {
  fill: #f8fafc;
}

html.theme-dark .map-badge strong {
  color: #f8fafc;
}

html.theme-dark .map-badge span:last-child {
  color: var(--dark-text-body);
}

html.theme-dark .map-overlay-pill,
	html.theme-dark .map-legend,
	html.theme-dark .map-arrival-note {
  background: rgba(69, 24, 39, 0.9);
  border-color: rgba(248, 250, 252, 0.14);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

html.theme-dark .map-overlay-pill,
	html.theme-dark .map-legend-item {
  color: var(--dark-text-strong);
}

html.theme-dark .map-arrival-note strong {
  color: var(--dark-text-strong);
}

html.theme-dark .map-arrival-note-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #fecdd3;
}

html.theme-dark .map-arrival-note span:last-child {
  color: var(--dark-text-body);
}

html.theme-dark .route-step-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(148, 163, 184, 0.16);
}

html.theme-dark .route-step-item p {
  color: var(--dark-text-muted);
}

html.theme-dark .map-arrival-callout-line {
  stroke: rgba(254, 205, 211, 0.56);
}

html.theme-dark .map-arrival-callout rect {
  fill: rgba(69, 24, 39, 0.94);
  stroke: rgba(248, 250, 252, 0.12);
}

html.theme-dark .map-arrival-callout-title {
  fill: #fecdd3;
}

html.theme-dark .map-arrival-callout-copy {
  fill: var(--dark-text-strong);
}

html.theme-dark .travel-map-marker-pin {
  background: rgba(248, 250, 252, 0.92);
  border-color: rgba(69, 24, 39, 0.92);
  color: #2b0f1c;
}

html.theme-dark .map-frame .leaflet-control-zoom a,
	html.theme-dark .map-frame .leaflet-bar a,
	html.theme-dark .map-frame .leaflet-control-attribution {
  background: rgba(69, 24, 39, 0.92);
  color: var(--dark-text-strong);
}

html.theme-dark .map-frame .leaflet-tooltip {
  background: rgba(248, 250, 252, 0.94);
  color: #2b0f1c;
}

html.theme-dark .map-frame .leaflet-tooltip-top:before {
  border-top-color: rgba(248, 250, 252, 0.94);
}

html.theme-dark .map-frame .leaflet-tooltip-right:before {
  border-right-color: rgba(248, 250, 252, 0.94);
}

html.theme-dark .tag-chip:hover,
	html.theme-dark .tag-chip:focus-visible,
	html.theme-dark .filter-chip:hover,
	html.theme-dark .filter-chip:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--dark-text-strong);
}

html.theme-dark .sleeps-text {
  background: rgba(244, 114, 182, 0.16);
  color: #fde7ef;
}

html.theme-dark .icon {
  color: #fecdd3;
}

html.theme-dark .filter-chip.is-active,
	html.theme-dark .tag-chip.is-active,
	html.theme-dark .nav-link.active {
  background: linear-gradient(135deg, rgba(190, 24, 93, 0.92), rgba(92, 16, 38, 0.96));
  color: white;
}

html.theme-dark .footer-shell,
	html.theme-dark .sticky-booking-bar,
	html.theme-dark .cookie-banner-card {
  border-color: rgba(148, 163, 184, 0.14);
  background: rgba(52, 17, 29, 0.92);
}

html.theme-dark .footer-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

html.theme-dark .cookie-banner-title,
	html.theme-dark .cookie-preference-item strong {
  color: var(--dark-text-strong);
}

html.theme-dark .cookie-preference-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

html.theme-dark .cookie-banner .ghost-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.14);
}

html.theme-dark .cookie-banner .ghost-btn:hover,
	html.theme-dark .cookie-banner .ghost-btn:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

html.theme-dark .cookie-preferences-note .footer-link {
  color: #fda4af;
}

html.theme-dark .cookie-preferences-note .footer-link:hover,
	html.theme-dark .cookie-preferences-note .footer-link:focus-visible {
  color: #ffe4e6;
}

html.theme-dark .mock-mark {
  background: linear-gradient(145deg, rgba(143, 31, 63, 0.22), rgba(176, 106, 77, 0.12));
}

#booking-modal.booking-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.68);
  backdrop-filter: blur(10px);
}

#booking-modal.hidden {
  display: none;
}

.booking-modal-card {
  position: relative;
  width: min(100%, 42rem);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 1.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: var(--shadow-strong);
}

.booking-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 1.6rem;
}

.booking-modal-close:hover,
	.booking-modal-close:focus-visible {
  background: rgba(182, 61, 97, 0.12);
  color: var(--brand-burgundy);
}

.booking-modal-title {
  margin-top: 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  color: #0f172a;
}

.booking-modal-copy {
  margin-top: 1rem;
  color: #475569;
  line-height: 1.8;
}

.booking-modal-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.booking-point {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.75);
}

.booking-point strong {
  display: block;
  color: #0f172a;
  font-size: 0.98rem;
}

.booking-point p {
  margin-top: 0.35rem;
  color: #64748b;
  line-height: 1.65;
}

.booking-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.booking-modal-note {
  margin-top: 1rem;
  font-size: 0.94rem;
  color: #64748b;
}

.cookie-banner {
  position: fixed;
  inset: 0;
  z-index: 65;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(8px);
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner-card {
  display: grid;
  gap: 1rem;
  width: min(100%, 32rem);
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.cookie-banner-copy {
  display: grid;
  gap: 0.35rem;
}

.cookie-banner-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--brand-navy);
}

.cookie-banner-text,
	.cookie-preferences-copy,
	.cookie-preferences-note {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cookie-banner .ghost-btn {
  background: rgba(92, 16, 38, 0.08);
  color: var(--brand-navy);
  border-color: rgba(92, 16, 38, 0.12);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.cookie-banner .ghost-btn:hover,
	.cookie-banner .ghost-btn:focus-visible {
  background: rgba(92, 16, 38, 0.12);
  color: var(--brand-burgundy);
}

.cookie-preferences {
  display: grid;
  gap: 0.85rem;
  padding-top: 0.2rem;
}

.cookie-preferences.hidden {
  display: none;
}

.cookie-preferences-grid {
  display: grid;
  gap: 0.75rem;
}

.cookie-preference-item {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.cookie-preference-item strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-navy);
}

.cookie-preferences-note .footer-link {
  color: var(--brand-burgundy);
  font-weight: 600;
}

.cookie-preferences-note .footer-link:hover,
	.cookie-preferences-note .footer-link:focus-visible {
  color: var(--brand-rose);
}

.cookie-preference-item span {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

#cookie-policy:focus {
  outline: none;
}

.accordion-item {
  padding: 0.5rem 0;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.accordion-header h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.accordion-header:hover,
	.accordion-header:focus-visible {
  border-color: rgba(182, 61, 97, 0.2);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.accordion-content {
  padding: 1rem 1.25rem 0.25rem;
  color: #475569;
  line-height: 1.8;
}

.map-frame {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.loading-shell {
  position: relative;
  overflow: hidden;
}

.loading-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: shimmer 1.4s infinite;
  z-index: 1;
  pointer-events: none;
}

.loading-shell.is-loaded::before {
  display: none;
}

.media-fade {
  opacity: 0;
  transition: opacity 0.45s ease;
}

.media-fade.is-loaded {
  opacity: 1;
}

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

.float-right{
  float: right;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

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

.mt-3{
  margin-top: 0.75rem;
}

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

.mt-5{
  margin-top: 1.25rem;
}

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-48{
  height: 12rem;
}

.w-full{
  width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-xl{
  max-width: 36rem;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

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

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

.rounded-\[1\.35rem\]{
  border-radius: 1.35rem;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.\!bg-slate-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.pt-8{
  padding-top: 2rem;
}

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.font-semibold{
  font-weight: 600;
}

.leading-7{
  line-height: 1.75rem;
}

.\!text-slate-700{
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline{
  outline-style: solid;
}

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

.fade-in,
	.fade-in-up,
	.slide-in-left,
	.slide-in-right {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible,
	.fade-in.show,
	.fade-in-up.visible,
	.fade-in-up.show,
	.slide-in-left.visible,
	.slide-in-left.show,
	.slide-in-right.visible,
	.slide-in-right.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade-in-up {
  transform: translateY(24px);
}

.slide-in-left {
  transform: translateX(-32px);
}

.slide-in-right {
  transform: translateX(32px);
}

.parallax {
  background-attachment: fixed;
}

.sleeps-text {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 9999px;
  background: rgba(124, 31, 59, 0.08);
  color: var(--brand-burgundy);
  font-size: 0.78rem;
  font-weight: 700;
}

.icon {
  margin-left: 0.1rem;
  color: var(--brand-burgundy);
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .brand-header-inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .header-actions {
    justify-content: flex-start;
    gap: 0.7rem;
    max-width: 20rem;
    width: min(100%, 20rem);
    align-self: flex-start;
    padding-top: 0.35rem;
    margin-left: auto;
  }

  .header-utility-row {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .navbar-mobile-bar {
    display: none;
  }

  .navbar-shell {
    flex-direction: row;
    align-items: center;
    border-radius: 1rem;
  }

  .navbar-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .navbar-menu-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.15rem;
  }

  .nav-actions {
    margin-top: 0;
    align-items: center;
  }

  .nav-link {
    background: transparent;
    border-radius: 0.7rem;
  }

  .nav-link:hover,
	.nav-link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .nav-cta {
    display: inline-flex;
  }

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

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

  .filter-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .filter-search {
    max-width: 20rem;
  }

  .footer-grid {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
  }

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

  .location-map-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.9fr);
    align-items: start;
  }
}

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

  .header-actions {
    gap: 0.55rem;
    align-items: stretch;
  }

  .header-utility-row {
    gap: 0.45rem;
    justify-content: flex-end;
  }

  .header-contact {
    padding: 0.75rem 0.85rem;
    max-width: none;
  }

  .header-admin-link {
    min-height: 2.15rem;
    padding: 0.5rem 0.88rem;
    min-width: 5.1rem;
  }

  .theme-toggle {
    min-height: 2.2rem;
    padding: 0.52rem 0.92rem;
    min-width: 6.4rem;
    font-size: 0.8rem;
  }

  .navbar {
    top: 0.75rem;
  }

  .page-hero {
    min-height: 24rem;
  }

  .hero-panel {
    width: 100%;
  }

  .info-widget {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .map-frame-large {
    height: 24rem;
  }

  .map-badge {
    top: 0.75rem;
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.72rem 0.8rem;
  }

  .map-overlay-pill {
    top: auto;
    right: auto;
    left: 0.75rem;
    bottom: 4.6rem;
    max-width: calc(100% - 1.5rem);
    font-size: 0.78rem;
  }

  .map-legend {
    left: 0.75rem;
    bottom: 0.75rem;
    gap: 0.5rem 0.8rem;
    padding: 0.7rem 0.8rem;
  }

  .route-step-item {
    grid-template-columns: 1fr;
  }

  .route-step-index {
    width: 1.85rem;
    height: 1.85rem;
  }

  .widget-icon {
    width: 2.7rem;
    height: 2.7rem;
  }

  .widget-list li {
    flex-direction: column;
    gap: 0.25rem;
  }

  .media-slide {
    min-height: 25rem;
  }

  .media-controls {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .reveal-panel {
    opacity: 1;
    transform: translateY(0);
  }

  .sticky-booking-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    padding: 1rem;
  }

  .sticky-booking-actions {
    width: 100%;
    flex-direction: column;
  }

  .sticky-booking-actions .primary-btn,
		.sticky-booking-actions .sticky-phone {
    width: 100%;
  }

  .cookie-banner {
    padding: 0.75rem;
  }

  .cookie-banner-actions .ghost-btn,
	.cookie-banner-actions .secondary-btn,
	.cookie-banner-actions .primary-btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cookie-preferences-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:hidden#contact-success-modal {
    display: none;
  }

  .md\:hidden#booking-modal {
    display: none;
  }

  .md\:hidden.cookie-banner {
    display: none;
  }

  .md\:hidden.cookie-preferences {
    display: none;
  }
}

.hover\:text-rose-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

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