.page-hero {
    position: relative;
    min-height: clamp(300px, 42vh, 480px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-navy-deep);
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
}

.page-hero-title {
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
}

.page-hero-lead {
    color: var(--color-white-70);
    max-width: 40rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 992px) {
    .page-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

.page-eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Value / feature cards (inner pages) */

.value-card,
.location-card,
.blog-card {
    border-radius: var(--radius-card);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.value-card:hover,
.location-card:hover,
.blog-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.value-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: var(--amenity-icon-bg);
    color: var(--amenity-icon-color);
    font-size: 1.25rem;
}

.location-metro {
    font-size: 0.875rem;
    color: var(--color-muted);
}

/* Contact form */

.form-hostay .form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--about-heading);
}

.form-hostay .form-control,
.form-hostay .form-select {
    border-radius: var(--radius-btn);
    border-color: rgba(0, 0, 0, 0.12);
    padding: 0.6rem 0.85rem;
}

.form-hostay .form-control:focus,
.form-hostay .form-select:focus {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.2);
}

.form-hostay textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

@media (max-width: 575.98px) {
    .form-hostay .form-control,
    .form-hostay .form-select {
        font-size: 1rem;
    }
    .ab-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ab-actions .ab-btn {
        justify-content: center;
    }
    .page-section {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
}

.blog-card-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.stat-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: var(--radius-card);
    border: 1px solid rgba(0, 0, 0, 0.06);
    min-width: 140px;
}

.stat-pill strong {
    font-size: 1.5rem;
    color: var(--about-heading);
}

.stat-pill span {
    font-size: 0.8125rem;
    color: var(--color-muted);
}

/* ----- Inner pages shell (About, Rooms, Locations, etc.) ----- */

.inner-page {
    background-color: #ece8e1;
}

.inner-page--auth {
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    display: flex;
    flex-direction: column;
}

.inner-page--auth .auth-band {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
}

.inner-page--auth .auth-band>.ab-container {
    width: 100%;
}

.ab-container {
    overflow-wrap: anywhere;
}

.ab-masthead {
    background: linear-gradient(145deg, #f5f1ea 0%, #ebe6dc 55%, #e2dbd0 100%);
    border-bottom: 1px solid rgba(10, 17, 26, 0.08);
}

.ab-masthead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: min(92vh, 900px);
    min-height: min(92dvh, 900px);
}

@media (min-width: 992px) {
    .ab-masthead-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    }
}

@media (max-width: 991.98px) {
    .ab-masthead-grid {
        min-height: 0;
    }
    .ab-masthead-copy {
        padding-top: clamp(1.5rem, 4vw, 2.5rem);
        padding-bottom: 1.5rem;
    }
    .ab-masthead-media {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .ab-display {
        font-size: clamp(1.85rem, 7vw, 2.65rem);
    }
    .ab-media-img {
        height: min(48vh, 420px);
        min-height: 220px;
    }
    .ab-media-frame::before {
        inset: -8px;
    }
}

.ab-masthead-copy {
    display: flex;
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
}

.ab-masthead-inner {
    max-width: 34rem;
}

.ab-kicker {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 1.1rem;
}

.ab-display {
    font-size: clamp(2.15rem, 4.5vw, 3.35rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--color-navy-deep);
    margin-bottom: 1.25rem;
}

.ab-lead {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #3d4654;
    margin-bottom: 1.75rem;
}

.ab-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
}

.ab-actions--dark {
    justify-content: flex-start;
}

.ab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.72rem 1.35rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ab-btn-solid {
    background-color: var(--color-navy-deep);
    color: #fff;
    border: 2px solid var(--color-navy-deep);
}

.ab-btn-solid:hover {
    background-color: #05070a;
    border-color: #05070a;
    color: #fff;
}

.ab-btn-gold {
    background-color: var(--color-gold);
    color: var(--color-navy-deep);
    border: 2px solid var(--color-gold);
}

.ab-btn-gold:hover {
    background-color: var(--color-gold-hover);
    border-color: var(--color-gold-hover);
    color: var(--color-navy-deep);
}

.ab-btn:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}

.ab-btn-line {
    background-color: transparent;
    color: var(--color-navy-deep);
    border: 2px solid rgba(10, 17, 26, 0.35);
}

.ab-btn-line:hover {
    border-color: var(--color-navy-deep);
    color: var(--color-navy-deep);
}

.ab-btn-line--on-dark {
    color: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.42);
}

.ab-btn-line--on-dark:hover {
    color: #fff;
    border-color: var(--color-gold);
}

.ab-masthead-media {
    position: relative;
    padding: clamp(1.5rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(217, 160, 75, 0.18), transparent 55%), var(--color-navy-deep);
}

.ab-figure {
    margin: 0;
    width: min(100%, 440px);
}

.ab-media-frame {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.ab-media-frame::before {
    content: "";
    position: absolute;
    inset: -12px;
    border: 2px solid var(--color-gold);
    border-radius: 4px;
    opacity: 0.55;
    pointer-events: none;
    z-index: -1;
}

.ab-media-img {
    display: block;
    width: 100%;
    height: clamp(320px, 52vh, 560px);
    object-fit: cover;
    border-radius: 2px;
}

.ab-media-caption {
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 1rem;
    margin-bottom: 0;
}

.ab-statement {
    background-color: #faf8f5;
    padding: clamp(3rem, 8vw, 5rem) 0;
    border-bottom: 1px solid rgba(10, 17, 26, 0.06);
}

.ab-statement-grid {
    display: grid;
    gap: 1.5rem 2rem;
}

@media (min-width: 768px) {
    .ab-statement-grid {
        grid-template-columns: 3px minmax(0, 1fr);
        align-items: start;
    }
}

.ab-statement-rule {
    width: 100%;
    height: 4rem;
    background: linear-gradient(180deg, var(--color-gold), rgba(217, 160, 75, 0.35));
    border-radius: 2px;
}

@media (min-width: 768px) {
    .ab-statement-rule {
        width: 3px;
        height: 100%;
        min-height: 8rem;
    }
}

.ab-section-title {
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-navy-deep);
    margin-bottom: 1rem;
}

.ab-section-title--light {
    color: #f0ebe4;
}

.ab-prose {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.02rem;
    max-width: 38rem;
}

.ab-prose em {
    color: var(--color-navy-deep);
    font-style: italic;
    font-weight: 500;
}

.ab-bento {
    padding: clamp(3rem, 8vw, 4.5rem) 0;
    background: linear-gradient(180deg, #1a2431 0%, #0f1720 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ab-bento-head {
    margin-bottom: 2rem;
}

.ab-bento-sub {
    color: rgba(255, 255, 255, 0.58);
    font-size: 1rem;
    max-width: 28rem;
    margin: 0.5rem 0 0;
    line-height: 1.55;
}

.ab-bento-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .ab-bento-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .ab-bento-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-auto-rows: minmax(108px, auto);
    }
    .ab-bento-grid>article:nth-child(1) {
        grid-column: 1 / span 3;
        grid-row: 1;
    }
    .ab-bento-grid>article:nth-child(2) {
        grid-column: 4 / span 3;
        grid-row: 1;
    }
    .ab-bento-grid>article:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2 / span 2;
    }
    .ab-bento-grid>article:nth-child(4) {
        grid-column: 3 / span 2;
        grid-row: 2;
    }
    .ab-bento-grid>article:nth-child(5) {
        grid-column: 5 / span 2;
        grid-row: 2 / span 2;
    }
    .ab-bento-grid>article:nth-child(6) {
        grid-column: 3 / span 2;
        grid-row: 3;
    }
    .ab-bento-grid>article:nth-child(3) .ab-tile-img,
    .ab-bento-grid>article:nth-child(6) .ab-tile-img {
        min-height: 220px;
    }
}

.ab-tile {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.35rem 1.5rem;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ab-tile:hover {
    border-color: rgba(217, 160, 75, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.ab-tile--photo {
    padding: 0;
    overflow: hidden;
}

.ab-tile--photo.ab-tile--tall .ab-tile-img {
    min-height: 200px;
}

.ab-tile-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.ab-tile-text {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
}

.ab-tile--stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ab-stat-num {
    font-size: clamp(2.25rem, 4vw, 2.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--color-gold);
    line-height: 1;
}

.ab-stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.5rem;
    max-width: 12rem;
    line-height: 1.4;
}

.ab-tile-img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    display: block;
}

.ab-checklist {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.ab-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.5rem;
    line-height: 1.45;
}

.ab-checklist li:last-child {
    margin-bottom: 0;
}

.ab-checklist i {
    color: var(--color-gold);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.ab-principles {
    background-color: #f5f2ec;
    padding: clamp(3rem, 8vw, 5rem) 0;
}

.ab-principles-title {
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-navy-deep);
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    max-width: 20ch;
}

.ab-principle-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ab-principle-item {
    display: grid;
    gap: 0.75rem 1.5rem;
    padding: 1.75rem 0;
    border-top: 1px solid rgba(10, 17, 26, 0.1);
}

@media (min-width: 768px) {
    .ab-principle-item {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: baseline;
        padding: 2rem 0;
    }
}

.ab-principle-list .ab-principle-item:last-child {
    border-bottom: 1px solid rgba(10, 17, 26, 0.1);
}

.ab-principle-mark {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--color-gold);
}

.ab-principle-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 0.35rem;
}

.ab-principle-copy {
    font-size: 0.98rem;
    color: #5c6570;
    line-height: 1.65;
    margin: 0;
    max-width: 42rem;
}

.ab-closer {
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 8vw, 5rem);
    background: linear-gradient(180deg, #ece8e1 0%, #e5e0d7 100%);
}

.ab-closer-panel {
    background: var(--color-navy-deep);
    color: #fff;
    border-radius: 16px;
    padding: clamp(2rem, 5vw, 3rem);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.ab-closer-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 0.75rem;
}

.ab-closer-title {
    font-size: clamp(1.5rem, 2.8vw, 1.95rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.ab-closer-text {
    color: rgba(255, 255, 255, 0.72);
    max-width: 36rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.ab-text-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-navy-deep);
    text-decoration: none;
    border-bottom: 1px solid rgba(217, 160, 75, 0.65);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.ab-text-link:hover {
    color: var(--color-gold);
    border-bottom-color: var(--color-gold);
}

.ab-btn-block {
    width: 100%;
}

/* ----- Rooms ----- */

.rm-highlights {
    background-color: #faf8f5;
    padding: clamp(2.5rem, 6vw, 3.5rem) 0;
    border-bottom: 1px solid rgba(10, 17, 26, 0.06);
}

.rm-highlight-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .rm-highlight-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.rm-highlight {
    background: #fff;
    border: 1px solid rgba(10, 17, 26, 0.08);
    border-radius: 12px;
    padding: 1.35rem 1.25rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rm-highlight:hover {
    border-color: rgba(217, 160, 75, 0.45);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.rm-hi-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: rgba(217, 160, 75, 0.15);
    color: var(--color-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}

.rm-hi-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 0.35rem;
}

.rm-hi-text {
    font-size: 0.875rem;
    color: #5c6570;
    line-height: 1.55;
    margin: 0;
}

.rm-catalog {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: #f5f2ec;
}

.rm-catalog-head {
    margin-bottom: 2rem;
}

.rm-room {
    display: grid;
    gap: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(10, 17, 26, 0.08);
    margin-bottom: 1.25rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.rm-room:hover {
    border-color: rgba(217, 160, 75, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .rm-room {
        grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
        margin-bottom: 1.5rem;
    }
}

.rm-room-media {
    position: relative;
    min-height: 220px;
}

.rm-room-img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.rm-room-flag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--color-gold);
    color: var(--color-navy-deep);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
}

.rm-room-body {
    padding: 1.5rem 1.5rem 1.6rem;
    display: flex;
    flex-direction: column;
}

.rm-room-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.rm-room-desc {
    font-size: 0.9375rem;
    color: #5c6570;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.rm-room-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.rm-room-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.35rem;
}

.rm-room-list li:last-child {
    margin-bottom: 0;
}

.rm-room-list i {
    color: var(--color-gold);
}

.rm-room-price {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-navy-deep);
    margin-bottom: 1.25rem;
}

.rm-room-price strong {
    color: var(--color-gold);
    font-size: 1.15rem;
}

.rm-room-actions {
    margin-top: auto;
}

/* ----- Pricing (compact page head — no hero / masthead) ----- */

.pr-pagehead {
    background: linear-gradient(145deg, #f5f1ea 0%, #ebe6dc 55%, #e2dbd0 100%);
    border-bottom: 1px solid rgba(10, 17, 26, 0.08);
    padding: clamp(2rem, 5vw, 3rem) 0;
}

.pr-pagehead-inner {
    max-width: 40rem;
}

.pr-pagehead-title {
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--color-navy-deep);
    margin-bottom: 0.75rem;
}

.pr-pagehead-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #3d4654;
    margin-bottom: 0;
}

.pr-band {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: #ece8e1;
    border-bottom: 1px solid rgba(10, 17, 26, 0.06);
}

.pr-plan {
    background: #fff;
    border-radius: var(--radius-card);
    border: 1px solid rgba(10, 17, 26, 0.08);
    padding: 1.75rem 1.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pr-plan:hover {
    box-shadow: 0 12px 32px rgba(11, 19, 32, 0.08);
    border-color: rgba(217, 160, 75, 0.35);
}

.pr-plan--featured {
    border-top: 3px solid var(--color-gold);
}

.pr-plan-badge {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-navy-deep);
    background: var(--color-gold);
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.pr-plan-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 0.35rem;
}

.pr-plan-tag {
    font-size: 0.8125rem;
    color: var(--color-muted);
    margin-bottom: 1rem;
    line-height: 1.45;
}

.pr-plan-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.pr-plan-amount .pr-currency {
    font-size: 1.125rem;
    font-weight: 600;
    color: #5c6570;
    margin-right: 0.15rem;
}

.pr-plan-amount .pr-period {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-top: 0.2rem;
}

.pr-plan-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.5rem;
    flex-grow: 1;
}

.pr-plan-list li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 0.6rem;
}

.pr-plan-list li:last-child {
    margin-bottom: 0;
}

.pr-plan-list i {
    color: var(--color-gold);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.pr-footnote {
    color: #6b7280;
    max-width: 42rem;
    line-height: 1.55;
}

.pr-notes {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: linear-gradient(180deg, #faf8f5 0%, #f3efe8 100%);
    border-top: 1px solid rgba(10, 17, 26, 0.06);
}

.pr-notes-head {
    max-width: 38rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.25rem);
}

.pr-notes-lead {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #4b5563;
    margin: 0.35rem 0 0;
}

.pr-policy-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .pr-policy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

.pr-policy-card {
    margin: 0;
    background: #fff;
    border-radius: var(--radius-card);
    border: 1px solid rgba(10, 17, 26, 0.08);
    border-left: 3px solid var(--color-gold);
    padding: 1.35rem 1.4rem 1.45rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pr-policy-card:hover {
    border-color: rgba(217, 160, 75, 0.35);
    border-left-color: var(--color-gold);
    box-shadow: 0 10px 28px rgba(11, 19, 32, 0.07);
}

.pr-policy-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.5rem;
    background: rgba(217, 160, 75, 0.14);
    color: var(--color-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pr-policy-icon i {
    color: var(--color-gold);
    font-size: 1.25rem;
}

.pr-policy-body {
    min-width: 0;
}

.pr-policy-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin: 0 0 0.45rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.pr-policy-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

.pr-policy-text .ab-text-link {
    font-weight: 600;
}

/* ----- Locations ----- */

.loc-intro {
    background-color: #faf8f5;
    padding: clamp(2.5rem, 6vw, 3.5rem) 0;
    border-bottom: 1px solid rgba(10, 17, 26, 0.06);
}

.loc-intro-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 46rem;
    margin: 0;
}

.loc-grid-section {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: #ece8e1;
}

.loc-grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .loc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .loc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.loc-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(10, 17, 26, 0.07);
    border-top: 3px solid var(--color-gold);
    padding: 1.4rem 1.35rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
}

.loc-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.loc-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.loc-card-title i {
    color: var(--color-gold);
    font-size: 1.1rem;
}

.loc-card-metro {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
    line-height: 1.45;
}

.loc-card-metro i {
    color: var(--color-gold);
    margin-right: 0.25rem;
}

.loc-card-body {
    font-size: 0.875rem;
    color: #5c6570;
    line-height: 1.55;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.loc-card-wait {
    border-top-style: dashed;
    border-top-color: rgba(217, 160, 75, 0.5);
}

.loc-card .ab-btn {
    align-self: flex-start;
    margin-top: auto;
}

/* ----- Amenities ----- */

.am-wrap {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: linear-gradient(175deg, #1a2431 0%, #0f1720 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.am-note {
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45);
    max-width: 32rem;
    margin: 2.5rem auto 0;
    line-height: 1.5;
}

.am-category {
    margin-bottom: 2.5rem;
}

.am-category:last-of-type {
    margin-bottom: 0;
}

.am-cat-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 0.35rem;
}

.am-cat-title {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.am-cat-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    max-width: 40rem;
    margin-bottom: 1.25rem;
}

.am-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.am-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.am-pill:hover {
    border-color: rgba(217, 160, 75, 0.4);
    background: rgba(255, 255, 255, 0.09);
}

.am-pill i {
    color: var(--color-gold);
    font-size: 0.95rem;
}

/* ----- Blog ----- */

.bl-list {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: #f5f2ec;
}

.bl-featured {
    display: grid;
    gap: 0;
    background: var(--color-navy-deep);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
    .bl-featured {
        grid-template-columns: 1.15fr 1fr;
    }
}

.bl-featured-media {
    min-height: 260px;
}

.bl-featured-img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.bl-featured-body {
    padding: clamp(1.75rem, 4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bl-meta {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
    letter-spacing: 0.04em;
}

.bl-meta time {
    color: rgba(255, 255, 255, 0.65);
}

.bl-cat {
    color: var(--color-gold);
    font-weight: 600;
}

.bl-featured-title {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.bl-featured-dek {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.bl-soon {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.bl-grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .bl-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .bl-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.bl-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(10, 17, 26, 0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bl-card:hover {
    border-color: rgba(217, 160, 75, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.bl-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.bl-card-body {
    padding: 1.25rem 1.35rem 1.35rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.bl-card .bl-meta {
    color: #6b7280;
}

.bl-card .bl-meta time {
    color: #6b7280;
}

.bl-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    line-height: 1.3;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.bl-card-dek {
    font-size: 0.875rem;
    color: #5c6570;
    line-height: 1.55;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.bl-card .bl-soon {
    color: #9ca3af;
    margin-top: auto;
}

/* ----- Contact ----- */

.cn-band {
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem);
    background: #faf8f5;
    border-top: 1px solid rgba(10, 17, 26, 0.06);
}

.cn-layout {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .cn-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr);
        align-items: start;
        gap: 2rem;
    }
}

.cn-form-card {
    background: #fff;
    border-radius: 16px;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border: 1px solid rgba(10, 17, 26, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.cn-form-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.cn-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cn-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.35rem 1.4rem;
    border: 1px solid rgba(10, 17, 26, 0.07);
    border-left: 4px solid var(--color-gold);
}

.cn-info-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 1rem;
}

.cn-info-row {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.cn-info-row:last-child {
    margin-bottom: 0;
}

.cn-info-row i {
    color: var(--color-gold);
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.cn-info-label {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.15rem;
}

.cn-info-value {
    font-size: 0.9375rem;
    font-weight: 600;
}

.cn-info-value a {
    color: var(--color-navy-deep);
    text-decoration: none;
}

.cn-info-value a:hover {
    color: var(--color-gold);
}

.cn-footnote {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5;
}

/* ----- Auth (signup / login / forgot password) ----- */

.auth-band {
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
    background: #faf8f5;
    border-top: 1px solid rgba(10, 17, 26, 0.06);
    flex-grow: 1;
}

.auth-split {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .auth-split {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 2rem;
    }
}

.auth-card {
    background: #fff;
    border-radius: 16px;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border: 1px solid rgba(10, 17, 26, 0.08);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.auth-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-navy-deep);
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.auth-sub {
    font-size: 0.9375rem;
    color: #5c6570;
    line-height: 1.55;
    margin-bottom: 1.35rem;
}

.auth-side {
    background: linear-gradient(160deg, #1a2431 0%, #0f1720 100%);
    border-radius: 16px;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-side-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 0.75rem;
}

.auth-side-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.auth-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth-side-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.auth-side-list li:last-child {
    margin-bottom: 0;
}

.auth-side-list i {
    color: var(--color-gold);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.auth-shell-narrow {
    max-width: 440px;
    margin: 0 auto;
}

.auth-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(10, 17, 26, 0.08);
    font-size: 0.875rem;
}

.auth-links a {
    font-weight: 600;
    color: var(--color-navy-deep);
    text-decoration: none;
    border-bottom: 1px solid rgba(217, 160, 75, 0.5);
}

.auth-links a:hover {
    color: var(--color-gold);
    border-bottom-color: var(--color-gold);
}

.auth-check {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.45;
}

.auth-check a {
    font-weight: 600;
    color: var(--color-navy-deep);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.auth-check a:hover {
    color: var(--color-gold);
}

.auth-demo-note {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.form-hostay .auth-submit-margin {
    margin-top: 0.25rem;
}

/* ----- Investors page ----- */

.inv-partner-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    max-width: 40rem;
}

.inv-partner-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0.85rem;
}

.inv-partner-list li:last-child {
    margin-bottom: 0;
}

.inv-partner-list i {
    color: var(--color-gold);
    flex-shrink: 0;
    margin-top: 0.12rem;
}