*,
::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: Inter, sans-serif;
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

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

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.block {
    display: block;
}

.table {
    display: table;
}

/* CSS Custom Properties */

:root {
    --color-sand: #f5efe7;
    --color-ocean: #0ea5e9;
    --color-green: #10b981;
    --color-slate: #0f172a;
    --color-white: #ffffff;
    --color-gold-light: #f3deae;
    --font-serif: "Playfair Display", serif;
    --font-sans: "Inter", sans-serif;
    --radius-lg: 2rem;
    --radius-xl: 3rem;
    --transition-smooth: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-sans);
    color: var(--color-slate);
    background-color: var(--color-white);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Navigation */

.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    transition: all var(--transition-smooth);
}

.nav-scrolled {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-logo {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--color-white);
    text-decoration: none;
    pointer-events: auto;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    line-height: 1;
}

.nav-logo img {
    display: block;
    height: 3rem;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    flex-shrink: 0;
}

.nav-scrolled .nav-logo {
    color: var(--color-white);
}

.nav-capsule {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: auto;
}

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

.nav-link {
    padding: 0.625rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-white);
    text-decoration: none;
    transition: all 300ms;
}

.nav-link.active {
    background-color: var(--color-white);
    color: var(--color-slate);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.nav-link:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-mobile {
    display: block;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none;
    }
}

.nav-mobile-btn {
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 9999px;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 300ms;
}

.nav-mobile-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Mobile Menu Styles */

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 400ms ease,
        visibility 400ms ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.mobile-menu-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 9999px;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.mobile-menu-close svg {
    width: 24px;
    height: 24px;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    height: 100%;
    padding-top: 2rem;
}

.mobile-menu-link {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem 2rem;
    border-radius: 12px;
    transition: all 300ms;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 400ms forwards;
}

.mobile-menu.active .mobile-menu-link:nth-child(1) {
    animation-delay: 100ms;
}

.mobile-menu.active .mobile-menu-link:nth-child(2) {
    animation-delay: 150ms;
}

.mobile-menu.active .mobile-menu-link:nth-child(3) {
    animation-delay: 200ms;
}

.mobile-menu.active .mobile-menu-link:nth-child(4) {
    animation-delay: 250ms;
}

.mobile-menu.active .mobile-menu-link:nth-child(5) {
    animation-delay: 300ms;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu-link.active {
    background: rgba(255, 255, 255, 0.15);
    color: var(--color-white);
}

.mobile-menu-link:not(.active):hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Tablet and Desktop - Hide mobile menu */
@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}

/* WhatsApp Floating Button */

.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 40;
    width: 3.5rem;
    height: 3.5rem;
    background: #25d366;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    transition: all 300ms;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
}

.whatsapp-float svg {
    width: 1.75rem;
    height: 1.75rem;
}

/* Mobile Sticky Booking Button */

.mobile-booking-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateY(100%);
    transition: transform var(--transition-smooth);
    display: block;
}

@media (min-width: 768px) {
    .mobile-booking-sticky {
        display: none;
    }
}

.mobile-booking-sticky.visible {
    transform: translateY(0);
}

.mobile-booking-btn {
    display: block;
    width: 100%;
    padding: 1rem;
    background: var(--color-ocean);
    color: var(--color-white);
    text-align: center;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 300ms;
}

.mobile-booking-btn:hover {
    background: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.2);
}

/* Hero Section */

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    padding-top: 10rem;
}

@media (min-width: 768px) {
    .hero-section {
        padding: 2.5rem;
        padding-top: 10rem;
    }
}

.hero-image-container {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3),
        rgba(245, 239, 231, 0.1)
    ); */
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 80rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 5rem;
}

.hero-inner {
    max-width: 56rem;
}

.hero-tagline {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-white);
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 1.5rem;
}

.hero-title-accent {
    color: var(--color-sand);
}

.hero-subtitle {
    font-size: 1.125rem;
    color: var(--color-white);
    opacity: 0.9;
    margin-bottom: 2.5rem;
    max-width: 40rem;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: var(--color-ocean);
    color: var(--color-white);
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 300ms;
    box-shadow: 0 4px 14px rgba(14, 165, 233, 0.3);
}

.hero-cta-primary:hover {
    background: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.4);
}

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 2.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--color-white);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 300ms;
}

.hero-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
}

.hero-cta-secondary svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Highlights Section */

.highlights-section {
    padding: 5rem 1.5rem;
}

@media (min-width: 768px) {
    .highlights-section {
        padding: 8rem 2.5rem;
    }
}

.highlights-container {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

@media (min-width: 640px) {
    .highlights-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .highlights-container {
        grid-template-columns: repeat(6, 1fr);
        gap: 4rem;
    }
}

.highlight-item {
    text-align: center;
}

.highlight-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    background: var(--color-sand);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ocean);
    transition: all 300ms;
}

.highlight-item:hover .highlight-icon {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.15);
}

.highlight-icon svg {
    width: 1.75rem;
    height: 1.75rem;
}

.highlight-label {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-slate);
    margin-bottom: 0.25rem;
}

.highlight-sublabel {
    font-size: 0.8125rem;
    color: var(--color-slate);
    opacity: 0.6;
}

/* About Section */

.about-section {
    padding: 5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .about-section {
        padding: 8rem 2.5rem;
    }
}

.about-container {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .about-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}

.about-label {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-ocean);
    margin-bottom: 1rem;
}

.about-title {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--color-slate);
    margin-bottom: 2rem;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-slate);
    opacity: 0.8;
}

@media (min-width: 768px) {
    .about-text p {
        font-size: 1.0625rem;
    }
}

.about-cta {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 2rem;
    background: transparent;
    color: var(--color-slate);
    border: 1px solid rgba(15, 23, 42, 0.15);
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 300ms;
}

.about-cta:hover {
    background: var(--color-slate);
    color: var(--color-white);
    border-color: var(--color-slate);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.about-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms;
}

.about-image:hover img {
    transform: scale(1.05);
}

/* Gallery Section */

.gallery-section {
    padding: 5rem 1.5rem;
    background: var(--color-gold-light);
}

@media (min-width: 768px) {
    .gallery-section {
        padding: 8rem 2.5rem;
    }
}

.gallery-header {
    max-width: 80rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.gallery-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--color-slate);
    margin-bottom: 1rem;
}

.gallery-subtitle {
    font-size: 1.0625rem;
    color: var(--color-slate);
    opacity: 0.7;
}

.gallery-grid {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.gallery-item {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: box-shadow 400ms;
    aspect-ratio: 1 / 1;
}

.gallery-item:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 700ms;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item-tall {
    grid-row: span 2;
}

@media (min-width: 768px) {
    .gallery-item-wide {
        grid-column: span 2;
    }
}

.gallery-cta-container {
    max-width: 80rem;
    margin: 4rem auto 0;
    text-align: center;
}

.gallery-cta {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: var(--color-slate);
    color: var(--color-white);
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 300ms;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}

.gallery-cta:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.3);
}

/* Rooms Section */

.rooms-section {
    padding: 5rem 1.5rem;
}

@media (min-width: 768px) {
    .rooms-section {
        padding: 8rem 2.5rem;
    }
}

.rooms-header {
    max-width: 80rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.rooms-label {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-ocean);
    margin-bottom: 1rem;
}

.rooms-title {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--color-slate);
}

.rooms-grid {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

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

@media (min-width: 1024px) {
    .rooms-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.room-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 400ms;
}

.room-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.room-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 700ms;
}

.room-card:hover .room-image img {
    transform: scale(1.1);
}

.room-content {
    padding: 2rem;
}

.room-name {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-slate);
    margin-bottom: 1rem;
}

.room-details {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.room-detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-slate);
    opacity: 0.7;
}

.room-detail svg {
    width: 1rem;
    height: 1rem;
    color: var(--color-ocean);
}

.room-description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--color-slate);
    opacity: 0.7;
}

.rooms-cta-container {
    max-width: 80rem;
    margin: 4rem auto 0;
    text-align: center;
}

.rooms-cta {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: transparent;
    color: var(--color-slate);
    border: 1px solid rgba(15, 23, 42, 0.15);
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 300ms;
}

.rooms-cta:hover {
    background: var(--color-slate);
    color: var(--color-white);
    border-color: var(--color-slate);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

/* Location Section */

.location-section {
    padding: 5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .location-section {
        padding: 8rem 2.5rem;
    }
}

.location-container {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .location-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
    }
}

.location-label {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-ocean);
    margin-bottom: 1rem;
}

.location-title {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--color-slate);
    margin-bottom: 1.5rem;
}

.location-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--color-slate);
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.location-distances {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.location-distance-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.location-distance-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-ocean);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.location-distance-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-slate);
    opacity: 0.6;
    margin-bottom: 0.25rem;
}

.location-distance-value {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-slate);
}

.location-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Reviews Section */

.reviews-section {
    padding: 5rem 1.5rem;
    background: var(--color-white);
}

@media (min-width: 768px) {
    .reviews-section {
        padding: 8rem 2.5rem;
    }
}

.reviews-header {
    max-width: 80rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.reviews-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--color-slate);
    margin-bottom: 1rem;
}

.reviews-subtitle {
    font-size: 1.0625rem;
    color: var(--color-slate);
    opacity: 0.7;
}

.reviews-grid {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

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

@media (min-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.review-card {
    background: var(--color-sand);
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 400ms;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.review-stars {
    display: flex;
    gap: 0.25rem;
}

.review-stars svg {
    width: 1.125rem;
    height: 1.125rem;
    color: #ffc107;
}

.star-filled {
    fill: currentColor;
}

.review-text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--color-slate);
    opacity: 0.9;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.review-author-image {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    overflow: hidden;
    flex-shrink: 0;
}

.review-author-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-author-name {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-slate);
    margin-bottom: 0.125rem;
}

.review-author-location {
    font-size: 0.8125rem;
    color: var(--color-slate);
    opacity: 0.6;
}

/* Final CTA Section */

.final-cta-section {
    padding: 8rem 1.5rem;
    background: linear-gradient(135deg, var(--color-ocean), #0284c7);
    text-align: center;
}

@media (min-width: 768px) {
    .final-cta-section {
        padding: 10rem 2.5rem;
    }
}

.final-cta-content {
    max-width: 56rem;
    margin: 0 auto;
}

.final-cta-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 6vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 1.5rem;
}

.final-cta-text {
    font-size: 1.125rem;
    color: var(--color-white);
    opacity: 0.95;
    margin-bottom: 3rem;
}

.final-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.final-cta-primary {
    display: inline-flex;
    align-items: center;
    padding: 1.125rem 3rem;
    background: var(--color-white);
    color: var(--color-ocean);
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 300ms;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.3);
}

.final-cta-primary:hover {
    background: var(--color-sand);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.4);
}

.final-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.125rem 3rem;
    background: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 300ms;
}

.final-cta-secondary:hover {
    background: var(--color-white);
    color: var(--color-ocean);
}

.final-cta-secondary svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Footer */

.footer {
    padding: 4rem 1.5rem 2rem;
    background: var(--color-slate);
    color: var(--color-white);
}

@media (min-width: 768px) {
    .footer {
        padding: 5rem 2.5rem 2.5rem;
    }
}

.footer-content {
    max-width: 80rem;
    margin: 0 auto 3rem;
    display: grid;
    gap: 3rem;
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr 1fr auto;
        align-items: start;
    }
}

.footer-brand {
    max-width: 20rem;
}

.footer-logo {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.footer-tagline {
    font-size: 0.9375rem;
    color: var(--color-white);
    opacity: 0.7;
    line-height: 1.6;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--color-white);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 300ms;
}

.footer-link:hover {
    opacity: 1;
}

.footer-link svg {
    width: 1.125rem;
    height: 1.125rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    text-decoration: none;
    transition: all 300ms;
}

.footer-social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.footer-social-link svg {
    width: 1.125rem;
    height: 1.125rem;
}

.footer-bottom {
    max-width: 80rem;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-copyright {
    font-size: 0.8125rem;
    color: var(--color-white);
    opacity: 0.6;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

.footer-legal-link {
    font-size: 0.8125rem;
    color: var(--color-white);
    text-decoration: none;
    opacity: 0.6;
    transition: opacity 300ms;
}

.footer-legal-link:hover {
    opacity: 1;
}
/* Gallery items - show by default */
.gallery-item {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* Review cards - show by default */
.review-card {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.final-cta-secondary{
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.final-cta-primary{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
/* Utility Classes */