:root {
    --ink: #15171c;
    --charcoal: #1c2027;
    --charcoal-2: #232830;
    --paper: #f3f0ea;
    --paper-2: #ffffff;
    --paper-3: #e9e3d9;
    --graphite: #5c626b;
    --steel: #8a919b;
    --silver: #c7cdd3;
    --hairline: #d9dee3;
    --hairline-dark: rgba(255, 255, 255, 0.08);
    --accent: #b88a54;
    --accent-2: #537b86;
    --display: "Cormorant Garamond", Georgia, serif;
    --body: "Manrope", "Segoe UI", Arial, sans-serif;
    --maxw: 1400px;
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-xl: 30px;
    --radius-pill: 999px;
    --shadow: 0 18px 45px rgba(18, 20, 23, 0.08);
    --shadow-dark: 0 28px 70px rgba(0, 0, 0, 0.24);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img,
iframe {
    display: block;
    max-width: 100%;
    border: 0;
}

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

h1,
h2,
h3,
h4 {
    font-family: var(--display);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: 0.01em;
    margin: 0;
}

p {
    margin: 0 0 1rem;
}

.wrap {
    width: min(calc(100% - 28px), var(--maxw));
    margin-inline: auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 16px;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, #f5f7f9, #c7cdd3 58%, #f0f2f4);
    color: #13161a;
    box-shadow: 0 0 0 1px rgba(186, 192, 198, 0.8) inset, 0 14px 28px rgba(18, 20, 23, 0.08);
}

.btn-ghost {
    background: transparent;
    border-color: rgba(18, 20, 23, 0.14);
    color: var(--ink);
}

.section-dark .btn-ghost {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.btn-primary.btn-dark,
.section-dark .btn-primary {
    background: linear-gradient(135deg, #d7dce1, #8f98a3 60%, #f2f4f6);
}

.full-width {
    width: 100%;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    padding: 18px 0;
    background: transparent;
    color: #fff;
    backdrop-filter: none;
    box-shadow: none;
    transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.scrolled {
    padding: 10px 0;
    background: rgba(9, 13, 19, 0.34);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.site-header::before {
    content: none;
}

.header-row {
    padding: 0;
    background: transparent;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

.brand span {
    display: block;
    min-width: 0;
    line-height: 0.95;
}

.brand strong {
    display: block;
    font-family: var(--display);
    font-size: 1.35rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
    line-height: 0.92;
}

.brand small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
}

.nav-links a {
    position: relative;
    padding-bottom: 4px;
    color: inherit;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.92);
    transition: width 0.2s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-actions .btn-primary {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(110deg, #f6e3bf 0%, #d7ad73 18%, #fff6de 36%, #b88a54 52%, #f1d19b 70%, #fff8ea 88%, #d7ad73 100%);
    background-size: 280% 100%;
    animation: gold-run 3.2s linear infinite;
    box-shadow: 0 0 0 1px rgba(184, 138, 84, 0.28) inset, 0 12px 26px rgba(184, 138, 84, 0.18);
}

.nav-actions .btn-primary::after {
    content: "";
    position: absolute;
    inset: -45% -70%;
    z-index: -1;
    background: linear-gradient(100deg, transparent 38%, rgba(255, 255, 255, 0.95) 50%, transparent 62%);
    transform: translateX(-46%) skewX(-18deg);
    animation: gold-sweep 2.2s ease-in-out infinite;
}

.nav-actions .btn-primary:hover,
.nav-actions .btn-primary:focus-visible {
    filter: brightness(1.03);
}

@keyframes gold-run {
    0% { background-position: 0% 50%; }
    100% { background-position: 280% 50%; }
}

@keyframes gold-sweep {
    0% { transform: translateX(-46%) skewX(-18deg); opacity: 0; }
    20% { opacity: 0.92; }
    62% { opacity: 0.92; }
    100% { transform: translateX(46%) skewX(-18deg); opacity: 0; }
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.burger span {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 18px 14px 24px;
    margin: 0 auto;
    width: min(calc(100% - 28px), var(--maxw));
    border-top: 1px solid rgba(18, 20, 23, 0.08);
    background: rgba(243, 240, 234, 0.92);
    backdrop-filter: blur(12px);
    color: #000;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    font-size: 22px;
    font-family: var(--display);
    color: #000;
}

.mobile-menu .btn-primary {
    color: #000;
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: var(--ink);
}

.hero-slides {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    transform: scale(1.03);
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 11, 13, 0.56) 0%, rgba(10, 11, 13, 0.26) 34%, rgba(10, 11, 13, 0.58) 62%, rgba(10, 11, 13, 0.94) 100%),
        linear-gradient(90deg, rgba(10, 11, 13, 0.55) 0%, rgba(10, 11, 13, 0.18) 46%, rgba(10, 11, 13, 0.22) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 120px 34px 64px;
    transform: translateY(-18px);
}

.hero-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.hero h1 {
    max-width: 15ch;
    font-size: clamp(42px, 7.2vw, 86px);
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.62);
}

.hero h1 span {
    white-space: nowrap;
}

.hero-sub {
    max-width: 620px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.96);
    font-weight: 600;
    margin-bottom: 32px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
}

.hero-sub--stack {
    display: grid;
    gap: 8px;
    line-height: 1.25;
}

.hero-sub--stack span {
    display: block;
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 46px;
}

.hero-btns .btn-ghost {
    background: linear-gradient(135deg, #25d366, #1f8f4f);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.hero-btns .btn-ghost:hover,
.hero-btns .btn-ghost:focus-visible {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 16px;
    width: fit-content;
    max-width: none;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    backdrop-filter: none;
    align-items: stretch;
    justify-content: start;
}

.hero-stat {
    display: flex;
    width: max-content;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0 0.55rem;
    background: transparent;
    text-align: center;
    justify-self: center;
}

.hero-stat-sub {
    display: block;
    margin-top: 0;
    font-size: 0.95rem;
    line-height: 1.15;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.hero-stat-title {
    display: block;
    font-size: 2rem;
    font-family: var(--body);
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    color: var(--gold);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
    font-variant-numeric: tabular-nums;
}

.hero-stat > span:not(.hero-stat-sub) {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.hero-dots {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 22px;
    height: 3px;
    border: 0;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-dot.active {
    background: #fff;
}

.hero-dot:hover {
    transform: translateY(-1px);
}

.scroll-cue {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.scroll-cue .line {
    width: 1px;
    height: 38px;
    background: linear-gradient(180deg, #fff, transparent);
    animation: scrolldown 1.8s ease-in-out infinite;
}

@keyframes scrolldown {
    0% {
        opacity: 0;
        transform: translateY(-6px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

section {
    padding: 96px 0;
    position: relative;
}

.section-dark {
    background: var(--charcoal);
    color: #fff;
}

.section-dark .eyebrow {
    color: var(--silver);
}

.section-dark .eyebrow::before {
    background: var(--silver);
}

.about-grid,
.loc-grid,
.gallery-shell {
    display: grid;
    gap: 36px;
}

.about-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
}

.about-grid h2 {
    max-width: none;
    font-size: clamp(48px, 6vw, 76px);
}

.about-grid h2 span {
    white-space: nowrap;
}

.about-lead {
    margin-top: 2.8em;
    font-size: 18px;
    color: var(--graphite);
    max-width: 62ch;
}

.stat-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.stat-card {
    min-width: 0;
    min-height: 178px;
    background: var(--paper-2);
    padding: 24px 24px;
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.stat-card span {
    display: block;
    color: var(--steel);
    font-size: 12.1px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 10px;
}

.stat-card p {
    margin: 0;
    color: var(--graphite);
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.loc-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
}

.loc-text {
    padding: 64px 40px 64px 0;
}

.loc-lead {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.35;
}

.loc-lead strong {
    display: inline;
    color: #fff;
    font-family: var(--display);
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 0.98;
}

.section-head p,
.gallery-copy p {
    color: var(--graphite);
}

.section-dark .section-head p {
    color: rgba(255, 255, 255, 0.76);
}

.loc-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 28px;
}

.loc-highlight-card {
    min-width: 0;
    min-height: 172px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.loc-highlight-card h3 {
    margin-bottom: 10px;
    color: #fff;
    font-family: var(--body);
    font-size: 20px;
    font-weight: 800;
}

.loc-highlight-card ul {
    margin: 0;
    padding-left: 17px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14.5px;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.loc-highlight-card li + li {
    margin-top: 4px;
}

.loc-map {
    display: flex;
    margin-top: 0;
}

.map-frame {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    min-height: 100%;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: var(--shadow-dark);
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    filter: grayscale(0.35) contrast(1.05);
}

.map-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -78%) rotate(-45deg);
    z-index: 2;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(180deg, #ff6565 0%, #cf1f1f 100%);
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.map-marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
}

.map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -145%);
    padding: 14px 18px;
    min-width: 180px;
    border-radius: 20px;
    color: var(--ink);
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(18, 20, 23, 0.12);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    z-index: 3;
    pointer-events: none;
}

.map-pin strong {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.map-pin span {
    font-size: 12px;
    color: var(--graphite);
}

.gallery-shell {
    grid-template-columns: 1fr;
    align-items: start;
}

.gallery-copy {
    display: grid;
    grid-template-columns: minmax(280px, 0.84fr) minmax(420px, 1.16fr);
    gap: 45px;
    align-items: center;
}

.gallery-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
    margin-bottom: 12px;
}

.infrastructure-title {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.15;
}

.infrastructure-title span,
.infrastructure-title strong {
    display: block;
}

.infrastructure-title span {
    color: var(--ink);
    font-family: var(--body);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.28em;
    line-height: 1.25;
}

.infrastructure-title strong {
    color: var(--accent);
    font-family: var(--display);
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.infrastructure-lead {
    max-width: 36ch;
    margin: 20px 0 24px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.55;
}

.infrastructure-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.infrastructure-list li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.checkmark {
    display: inline-flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b99a00;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.infrastructure-list p {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.45;
}

.infrastructure-list strong {
    color: #000;
    font-weight: 800;
}

.gallery-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--hairline);
    box-shadow: var(--shadow);
}

.gallery-note p {
    margin: 0;
    color: var(--graphite);
}

.gallery-stage {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: start;
    width: 100%;
}

.gallery-carousel {
    position: relative;
    width: 100%;
    padding: 0 54px;
}

.gallery-track-window {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.gallery-mini-grid {
    display: flex;
    width: 100%;
    gap: 16px;
    transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.gallery-mini-card {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hairline);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
    opacity: 0;
    animation: cardRise 0.72s ease forwards;
    animation-delay: var(--gallery-delay, 0s);
}

.gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(196, 148, 82, 0.42);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(226, 177, 109, 0.9));
    color: var(--ink);
    box-shadow: 0 14px 32px rgba(15, 21, 31, 0.18);
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    text-align: center;
    font-family: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.gallery-nav::before {
    display: block;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-1px);
}

.gallery-nav--prev::before {
    content: "‹";
}

.gallery-nav--next::before {
    content: "›";
}

.gallery-nav:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 18px 42px rgba(15, 21, 31, 0.24);
}

.gallery-nav--prev {
    left: 0;
}

.gallery-nav--next {
    right: 0;
}

.gallery-mini-frame {
    position: relative;
    aspect-ratio: 1.32 / 1;
    overflow: hidden;
    background: var(--charcoal);
}

.gallery-mini-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.75s ease, transform 1.2s ease;
}

.gallery-mini-frame img.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.gallery-mini-caption {
    padding: 14px 16px 16px;
}

.gallery-mini-caption strong,
.gallery-mini-caption span {
    display: block;
}

.gallery-mini-caption strong {
    margin-bottom: 4px;
    color: var(--ink);
    font-family: var(--body);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-mini-caption span {
    color: var(--graphite);
    font-size: 12px;
    line-height: 1.45;
}

@keyframes cardRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

.section-head {
    max-width: 820px;
    margin-bottom: 28px;
}

.section-head h2 {
    font-size: clamp(32px, 4vw, 54px);
    color: inherit;
    margin-bottom: 8px;
}

#offers {
    background: #fff;
    color: var(--ink);
}

#offers .eyebrow {
    color: var(--steel);
}

#offers .eyebrow::before {
    background: var(--steel);
}

#offers .section-head {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#offers .section-head p,
#offers .offer-note {
    color: var(--graphite);
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 54px;
}

.tab-btn {
    border: 0;
    background: transparent;
    color: #5f6368;
    border-radius: 0;
    padding: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tab-btn.active,
.tab-btn:hover,
.tab-btn:focus-visible {
    color: #000;
    background: transparent;
    transform: none;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-intro {
    max-width: 66ch;
    margin: 0 auto 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.76);
}

.unit-grid {
    display: grid;
    gap: 86px 54px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 270px));
    justify-content: center;
}

.unit-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.unit-card.is-hidden {
    display: none;
}

.unit-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
}

.thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 24px;
    background: transparent;
}

.thumb-trigger {
    appearance: none;
    border: 0;
    padding: 0;
    cursor: zoom-in;
    text-align: inherit;
}

.thumb-trigger:focus-visible {
    outline: 2px solid rgba(184, 154, 0, 0.9);
    outline-offset: 6px;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
    background: transparent;
    transition: transform 0.4s ease;
}

.unit-card:hover .thumb img {
    transform: scale(1.03);
}

.unit-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.unit-body h4 {
    color: var(--ink);
    font-family: var(--body);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
}

.unit-body p {
    max-width: 29ch;
    min-height: 42px;
    margin: 0 auto 16px;
    color: #222;
    font-size: 12.5px;
    line-height: 1.45;
}

.unit-price {
    display: flex;
    min-height: 26px;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
    white-space: nowrap;
}

.unit-price strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.unit-price span {
    color: #b9b9b9;
    font-size: 15px;
    text-decoration: line-through;
}

.unit-actions {
    display: flex;
    justify-content: center;
}

.unit-btn {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.unit-btn-dark {
    background: #000;
}

.unit-btn-gold {
    background: #b99a00;
}

.unit-empty {
    margin: 22px auto 0;
    color: var(--graphite);
    text-align: center;
}

.unit-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 16px;
    padding-top: 18px;
    margin-bottom: 18px;
    border-top: 1px solid rgba(198, 204, 210, 0.78);
}

.fact span {
    display: block;
    margin-bottom: 4px;
    color: var(--steel);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fact b {
    display: block;
    color: var(--ink);
    font-size: 16px;
    font-weight: 800;
}

.unit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.unit-tags span {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(198, 204, 210, 0.95);
    background: linear-gradient(180deg, #fff, #eef1f4);
    color: var(--graphite);
    letter-spacing: 0.02em;
}

.offer-note {
    text-align: center;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-style: italic;
}

.room-plan-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 22px;
}

.room-plan-lightbox[hidden] {
    display: none;
}

.room-plan-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 16, 0.8);
    backdrop-filter: blur(10px);
}

.room-plan-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(96vw, 1280px);
    height: min(92vh, 920px);
    margin: auto;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(12, 15, 22, 0.94);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
}

.room-plan-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(23, 27, 36, 0.92), rgba(12, 15, 22, 0.92));
}

.room-plan-copy {
    display: grid;
    gap: 6px;
}

.room-plan-copy strong {
    color: #fff;
    font-family: var(--body);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.room-plan-copy span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.room-plan-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.room-plan-control {
    appearance: none;
    min-width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.room-plan-control:hover,
.room-plan-control:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

.room-plan-control:focus-visible {
    outline: 2px solid rgba(184, 154, 0, 0.7);
    outline-offset: 2px;
}

.room-plan-control--close {
    background: rgba(184, 154, 0, 0.14);
}

.room-plan-stage {
    position: relative;
    flex: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(184, 154, 0, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(8, 10, 16, 0.94), rgba(12, 15, 22, 1));
    touch-action: none;
    cursor: grab;
}

.room-plan-stage.is-dragging {
    cursor: grabbing;
}

.room-plan-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center center;
    transition: transform 0.15s ease;
    will-change: transform;
}

.room-plan-frame.is-zoomed {
    transition: none;
}

.room-plan-image {
    display: block;
    max-width: min(92vw, 1180px);
    max-height: min(80vh, 820px);
    width: auto;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    border-radius: 12px;
}

body.lightbox-open {
    overflow: hidden;
}

.pay-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    background: var(--hairline);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.pay-step {
    background: var(--paper-2);
    padding: 28px 24px;
}

.pay-step .pnum {
    font-family: var(--body);
    font-size: 42px;
    font-weight: 800;
    color: #d6dce1;
    margin-bottom: 14px;
    line-height: 1;
}

.pay-step h4 {
    font-size: 19px;
    margin-bottom: 10px;
}

.pay-step p {
    margin: 0;
    font-size: 13.5px;
    color: var(--graphite);
}

#contact {
    padding-top: 0;
    padding-bottom: 28px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
    gap: 36px;
    align-items: start;
}

.contact-info {
    padding: 58px 44px 58px 0;
}

.contact-info h2 {
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 0.98;
    margin-bottom: 14px;
}

.contact-info p {
    max-width: 55ch;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 0;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 8px;
}

.contact-actions .btn-ghost {
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.contact-actions .btn-ghost:nth-child(1) {
    color: var(--gold);
    border-color: rgba(184, 148, 69, 0.42);
}

.contact-actions .btn-ghost:nth-child(2) {
    color: #25d366;
    border-color: rgba(37, 211, 102, 0.42);
}

.contact-actions .btn-ghost:nth-child(1):hover,
.contact-actions .btn-ghost:nth-child(1):focus-visible {
    background: rgba(184, 148, 69, 0.1);
}

.contact-actions .btn-ghost:nth-child(2):hover,
.contact-actions .btn-ghost:nth-child(2):focus-visible {
    background: rgba(37, 211, 102, 0.12);
}

.cinfo-blocks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 22px;
}

.cinfo-block {
    padding: 20px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.cinfo-block span {
    display: block;
    margin-bottom: 8px;
    color: var(--silver);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cinfo-block p + p {
    margin-top: 4px;
}

.cinfo-block strong {
    color: #fff;
    font-weight: 700;
}

.cinfo-block a,
.cinfo-block p {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    text-decoration-color: rgba(255, 255, 255, 0.32);
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.contact-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.contact-social a:hover,
.contact-social a:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.34);
}

.form-card {
    margin-top: 28px;
    padding: 36px 42px 24px;
    background: var(--paper-2);
    color: var(--ink);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-dark);
}

.form-card h3 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 0.98;
    margin-bottom: 14px;
}

.form-card .sub {
    margin-bottom: 22px;
    color: var(--graphite);
    font-size: 14.5px;
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lead-form label {
    display: grid;
    gap: 8px;
    color: var(--graphite);
    font-size: 16px;
    font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    border: 1px solid rgba(18, 20, 23, 0.1);
    border-radius: 12px;
    padding: 13px 14px;
    background: #fff;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: rgba(184, 138, 84, 0.62);
    box-shadow: 0 0 0 3px rgba(184, 138, 84, 0.12);
}

.lead-form textarea {
    min-height: 120px;
    resize: vertical;
}

.lead-form .full-width,
.form-feedback {
    grid-column: 1 / -1;
}

.form-feedback {
    min-height: 1.25em;
    margin: 0;
    color: var(--accent-2);
    font-size: 13px;
}

.form-toast {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 18px;
}

.form-toast.is-success {
    color: var(--ink);
}

.form-toast.is-warning {
    color: var(--ink);
}

.form-toast.is-error {
    color: var(--ink);
}

.form-toast-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 12, 16, 0.62);
    backdrop-filter: blur(10px);
}

.form-toast-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    width: min(92vw, 460px);
    padding: 28px 28px 24px;
    border-radius: 24px;
    border: 1px solid rgba(184, 154, 0, 0.24);
    background:
        radial-gradient(circle at top left, rgba(184, 154, 0, 0.12), transparent 32%),
        linear-gradient(180deg, var(--paper), #f3ecdf);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.form-toast.is-success .form-toast-card {
    border-color: rgba(184, 154, 0, 0.34);
}

.form-toast.is-warning .form-toast-card {
    border-color: rgba(184, 154, 0, 0.42);
}

.form-toast.is-error .form-toast-card {
    border-color: rgba(172, 63, 63, 0.34);
}

.form-toast-title {
    display: block;
    color: var(--ink);
    font-family: var(--body);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.form-toast-message {
    display: block;
    color: var(--graphite);
    font-size: 14px;
    line-height: 1.45;
}

.form-toast-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(18, 20, 23, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.form-toast-close:hover,
.form-toast-close:focus-visible {
    background: #fff;
    border-color: rgba(184, 154, 0, 0.28);
}

.form-toast[hidden] {
    display: none;
}

.site-footer {
    padding: 0 0 30px;
    background: var(--charcoal);
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    border-top: 0;
    color: rgba(255, 255, 255, 0.68);
    white-space: nowrap;
    text-align: center;
}

.footer-legal {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    letter-spacing: 0.01em;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 999px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 16px 34px rgba(18, 20, 23, 0.28);
    transition: transform 0.2s ease;
    text-decoration: none;
    line-height: 0;
    overflow: hidden;
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
}

.floating-whatsapp-bubble {
    display: none;
}

.floating-whatsapp-phone {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    margin: 0;
    fill: #fff;
    z-index: 2;
}

.floating-whatsapp span {
    display: none;
}

.skyline {
    width: 100%;
    height: 72px;
    display: block;
}

.skyline svg {
    width: 100%;
    height: 100%;
    display: block;
}

.skyline path {
    fill: var(--charcoal);
}

.skyline.flip path {
    fill: var(--paper);
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@media (max-width: 1180px) {
    .nav-links {
        display: none;
    }

    .burger {
        display: flex;
    }

    .unit-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 270px));
    }

    .gallery-mini-card {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 980px) {
    section {
        padding: 84px 0;
    }

    .hero-content {
        padding: 108px 12px 54px;
    }

    .hero-stats,
    .about-grid,
    .loc-grid,
    .gallery-shell,
    .gallery-copy,
    .contact-grid,
    .pay-steps,
    .lead-form {
        grid-template-columns: 1fr;
    }

    .about-grid h2 {
        max-width: none;
    }

    .loc-text {
        padding: 0;
    }

    .loc-map {
        margin-top: 0;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 420px;
    }

    .map-marker {
        top: 48%;
    }

    .map-pin {
        top: 50%;
        min-width: 160px;
        padding: 12px 14px;
        transform: translate(-50%, -155%);
    }

    .gallery-stage {
        min-height: auto;
    }

    .unit-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 270px));
        gap: 58px 28px;
    }

    .thumb {
        height: 240px;
        min-height: 240px;
    }

    .contact-info {
        padding: 46px 0 4px;
    }

    .form-card {
        margin-top: 0;
        padding: 30px 22px 22px;
    }

    .form-toast {
        padding: 14px;
    }

    .form-toast-card {
        width: min(94vw, 420px);
        padding: 24px 20px 20px;
        border-radius: 20px;
    }

    .form-toast-title {
        font-size: 16px;
        padding-right: 34px;
    }

    .form-toast-message {
        font-size: 13px;
    }
}

@media (max-width: 760px) {
    .nav-actions {
        display: none;
    }

    .hero {
        min-height: 92vh;
    }

    .hero h1 {
        max-width: 12ch;
        font-size: calc(clamp(42px, 7.2vw, 86px) + 5px);
    }

    .hero-stat-title {
        font-size: 1.18rem;
        line-height: 1.05;
        white-space: nowrap;
    }

    .hero-stat-sub {
        font-size: 0.72rem;
        line-height: 1.2;
    }

    .hero-stat {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        padding-inline: 0.25rem;
    }

    .hero-stat > span:not(.hero-stat-sub) {
        font-size: 10px;
        letter-spacing: 0.08em;
        white-space: nowrap;
    }

    .hero-stats {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 8px;
    }

    .hero-dots {
        right: 16px;
        bottom: 16px;
    }

    .loc-highlights {
        grid-template-columns: 1fr;
    }

    .loc-highlight-card {
        min-height: auto;
    }

    .gallery-copy {
        gap: 22px;
    }

    .infrastructure-lead {
        margin: 10px 0 12px;
        font-size: 16px;
    }

    .infrastructure-list {
        gap: 7px;
    }

    .infrastructure-list li {
        gap: 10px;
    }

    .infrastructure-list p {
        font-size: 14px;
        line-height: 1.42;
    }

    .scroll-cue {
        left: 16px;
        bottom: 16px;
    }

    .gallery-carousel {
        padding: 0 40px;
    }

    .gallery-track-window {
        border-radius: 18px;
    }

    .gallery-mini-card {
        flex-basis: 100%;
    }

    .gallery-mini-frame {
        aspect-ratio: 1 / 1;
        background: #f4f6f8;
    }

    .gallery-mini-frame img {
        object-fit: contain;
        padding: 10px;
    }

    .gallery-nav {
        width: 42px;
        height: 42px;
    }

    .gallery-nav::before {
        font-size: 30px;
    }

    .tabs {
        gap: 16px;
        margin-bottom: 36px;
    }

    .unit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 12px;
        justify-content: stretch;
    }

    .thumb {
        height: 160px;
        min-height: 160px;
        margin-bottom: 14px;
    }

    .unit-body h4 {
        font-size: 12.5px;
        margin-bottom: 8px;
    }

    .unit-body p {
        min-height: 0;
        margin-bottom: 12px;
        font-size: 10.5px;
        line-height: 1.35;
    }

    .unit-price {
        gap: 4px;
        margin-bottom: 12px;
    }

    .unit-price strong {
        font-size: 12.5px;
    }

    .unit-price span {
        font-size: 11px;
    }

    .unit-btn {
        min-height: 28px;
        padding: 0 10px;
        font-size: 9.5px;
    }

    .lead-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .lead-form label {
        font-size: 13.5px;
        gap: 6px;
    }

    .lead-form input,
    .lead-form select,
    .lead-form textarea {
        padding: 11px 12px;
        border-radius: 10px;
    }

    .lead-form textarea {
        min-height: 100px;
    }

    .room-plan-lightbox {
        padding: 10px;
    }

    .room-plan-dialog {
        width: 100%;
        height: 100%;
        border-radius: 18px;
    }

    .room-plan-toolbar {
        padding: 14px 14px 12px;
        flex-direction: column;
    }

    .room-plan-controls {
        width: 100%;
    }

    .room-plan-control {
        flex: 1 1 0;
        min-width: 0;
    }

    .room-plan-image {
        max-width: 94vw;
        max-height: 72vh;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 56px;
        height: 56px;
    }

    .floating-whatsapp-phone {
        width: 30px;
        height: 30px;
    }
}

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

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