:root {
    --brand-gold: #ba8d33;
    --header-bg: #29473D;
    --text-dark: white;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: var(--text-dark);
    background: #fff;
}

.site-header {
    background: var(--header-bg);
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo-block {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 210px;
}

.logo-mark {
    width: 44px;
    height: 44px;
    border: 2px solid var(--brand-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-gold);
    font-weight: 700;
    font-size: 11px;
}

.logo-text {
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    font-size: 14px;
}

.logo-text .gold {
    color: var(--brand-gold);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
}

.main-nav a {
    color: var(--text-dark);
    text-decoration: none;
    font-size: 30px;
    font-size: clamp(14px, 1vw, 30px);
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}

.main-nav a.active {
    color: var(--brand-gold);
}

.dot {
    color: var(--brand-gold);
    line-height: 1;
    font-size: 10px;
    margin: 0 2px;
}

.brochure-btn {
    margin-left: 8px;
    background: var(--brand-gold);
    color: #fff;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 0;
    display: inline-block;
    box-shadow: 0 14px 20px rgba(161, 183, 87, 0.35);
    text-transform: none;
}

.page-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 118px 24px 24px;
    min-height: 55vh;
}

.page-content.with-hero {
    padding-top: 24px;
}

.hero-slider {
    position: relative;
    margin-top: 93px;
    min-height: 680px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.hero-slide.is-active {
    opacity: 1;
    z-index: 2;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.hero-inner {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 0 auto;
    padding: 90px 60px 80px;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.hero-copy {
    color: #fff;
    max-width: 470px;
}

.hero-copy h1 {
    margin: 0 0 16px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.06;
}

.hero-copy p {
    margin: 0;
    font-size: clamp(20px, 2vw, 35px);
}

.hero-form-card {
    width: min(100%, 450px);
    background: #f1f1f1;
    padding: 30px;
}

.hero-form-card h2 {
    margin: 0 0 16px;
    font-size: clamp(28px, 2.2vw, 46px);
    font-weight: 500;
    color: #111;
}

.hero-form-card form {
    display: grid;
    gap: 12px;
}

.hero-form-card label {
    color: #2f2f2f;
    font-size: clamp(17px, 1vw, 23px);
}

.hero-form-card input {
    height: 54px;
    border: 0;
    background: #e3e3e3;
    padding: 10px 12px;
    font-size: 18px;
}

.hero-form-card button {
    margin: 16px auto 0;
    background: var(--brand-gold);
    color: #fff;
    border: 0;
    padding: 14px 42px;
    font-size: clamp(19px, 1.2vw, 26px);
    cursor: pointer;
    box-shadow: 0 14px 20px rgba(161, 183, 87, 0.35);
}

.hero-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

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

.about-highlight {
    background: #efefef;
    padding: 54px 20px 58px;
}

.about-highlight-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 44px;
    align-items: start;
}

.about-image-col {
    position: relative;
}

.about-image-col img {
    width: 100%;
    max-width: 330px;
    display: block;
    position: relative;
    z-index: 2;
}

.about-image-frame {
    position: absolute;
    width: 165px;
    height: 165px;
    border: 1px solid #dcdcdc;
    top: -16px;
    right: 0;
    z-index: 1;
}

.about-content-col h2 {
    margin: 0 0 12px;
    color: #0f2035;
    font-size: clamp(30px, 2.5vw, 44px);
}

.about-content-col p {
    margin: 0 0 22px;
    line-height: 1.7;
    color: #4f5b6a;
    font-size: 14px;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 10px 18px;
    margin-bottom: 20px;
}

.about-feature-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #11243d;
}

.about-icon {
    border: 1px solid var(--brand-gold);
    color: var(--brand-gold);
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.about-download-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--brand-gold);
    color: #fff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 700;
    box-shadow: 0 14px 20px rgba(161, 183, 87, 0.35);
}

.location-advantage {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.location-media {
    position: relative;
    min-height: 420px;
}

.location-media iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    border: 0;
}

.location-content {
    background: #bc953f;
    color: #fff;
    padding: 56px 56px 52px;
}

.location-content h2 {
    margin: 0 0 20px;
    font-size: clamp(28px, 2vw, 40px);
}

.location-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 30px;
}

.location-block h3,
.location-group-title {
    margin: 0 0 10px;
    font-size: clamp(18px, 1.4vw, 32px);
}

.location-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location-block li {
    margin-bottom: 10px;
    font-size: clamp(14px, 0.95vw, 20px);
    font-weight: 700;
}

.location-group-title {
    margin-top: 20px;
}

.floor-plans-section {
    background: #ececec;
    padding: 44px 20px 70px;
}

.floor-plans-wrap {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.floor-script-title {
    margin: 0;
    font-size: clamp(46px, 6.2vw, 110px);
    line-height: 0.9;
    color: rgba(182, 170, 150, 0.34);
    font-style: italic;
}

.floor-plans-wrap h1 {
    margin: -12px 0 8px;
    color: #0f3f4b;
    letter-spacing: 2.2px;
    font-size: clamp(28px, 2.2vw, 42px);
}

.floor-offering {
    margin: 0 0 12px;
    color: #0f3f4b;
    font-size: clamp(26px, 2.05vw, 50px);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.floor-plans-intro {
    margin: 0;
    color: #0b1e33;
    font-size: clamp(12px, 0.8vw, 14px);
    letter-spacing: 2px;
    font-weight: 700;
}

.floor-divider-icon {
    margin: 8px auto 32px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: relative;
}

.floor-divider-icon::before {
    content: "";
    position: absolute;
    top: 46%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.floor-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.floor-plan-tile {
    border: 1px solid #285145;
    border-radius: 10px;
    padding: 20px 18px 14px;
}

.floor-plan-tile img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 14px;
}

.floor-plan-tile p {
    margin: 0 auto;
    width: fit-content;
    background: #285145;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: clamp(16px, 0.92vw, 28px);
    font-weight: 700;
}

.master-plan-section {
    background: #ececec;
    padding: 44px 20px 70px;
}

.master-plan-wrap {
    max-width: 1440px;
    margin: 0 auto;
}

.master-script-title {
    margin: 0 0 -10px;
    font-size: clamp(52px, 6.3vw, 110px);
    line-height: 0.9;
    color: rgba(182, 170, 150, 0.34);
    font-style: italic;
}

.master-plan-wrap h1 {
    margin: 0;
    text-align: center;
    color: #0f3f4b;
    letter-spacing: 1.5px;
    font-size: clamp(30px, 2.2vw, 44px);
}

.master-subtitle {
    margin: 10px 0 12px;
    text-align: center;
    color: #0b1e33;
    letter-spacing: 2px;
    font-size: clamp(12px, 0.8vw, 14px);
    font-weight: 700;
}

.master-intro {
    margin: 0;
    text-align: center;
    color: #0b1e33;
    font-size: clamp(12px, 0.9vw, 17px);
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.5;
}

.master-divider-icon {
    margin: 8px auto 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: relative;
}

.master-divider-icon::before {
    content: "";
    position: absolute;
    top: 46%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.master-content-grid {
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
}

.master-copy p {
    margin: 0 0 24px;
    color: #0b1e33;
    line-height: 1.85;
    font-size: clamp(13px, 0.84vw, 16px);
}

.master-copy h2 {
    margin: 0 0 16px;
    color: #0b1e33;
    font-size: clamp(24px, 1.4vw, 32px);
}

.master-copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.master-copy li {
    margin-bottom: 9px;
    color: #0b1e33;
    line-height: 1.4;
    font-size: clamp(13px, 0.86vw, 16px);
}

.master-copy li::before {
    content: "· ";
}

.master-image-frame {
    border: 6px solid #000;
    background: #f4f4f4;
    padding: 8px;
}

.master-image-frame img {
    width: 100%;
    display: block;
}

.amenities-spec-section {
    background: #f2f2f2;
    padding: 56px 20px 66px;
}

.amenities-spec-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

.amenities-spec-wrap h1 {
    margin: 0;
    text-align: center;
    font-size: clamp(34px, 2.2vw, 50px);
    color: #16263d;
}

.amenities-spec-wrap > p {
    max-width: 740px;
    margin: 12px auto 34px;
    text-align: center;
    color: #657081;
    line-height: 1.7;
    font-size: 14px;
}

.amenities-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.amenities-spec-card {
    background: #efefef;
    padding: 26px 24px;
    min-height: 430px;
}

.amenities-spec-card h2,
.amenities-spec-card h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 16px;
    color: #13253e;
    font-size: clamp(20px, 1.3vw, 26px);
    position: relative;
    padding-bottom: 12px;
}

.amenities-spec-card h2::after,
.amenities-spec-card h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90px;
    height: 2px;
    background: var(--brand-gold);
}

.amenities-spec-card h3 {
    margin-top: 14px;
}

.amenities-spec-card ul {
    margin: 0;
    padding-left: 16px;
    color: #2e3950;
    line-height: 1.55;
    font-size: 14px;
}

.contact-section {
    background: #f5f6f8;
    padding: 60px 20px 70px;
}

.contact-wrap {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 26px;
}

.contact-info {
    background: #fff;
    padding: 30px;
}

.contact-info h1 {
    margin: 0 0 12px;
    color: #13253e;
    font-size: clamp(34px, 2.2vw, 50px);
}

.contact-info p {
    margin: 0 0 18px;
    color: #586476;
    line-height: 1.7;
    font-size: 15px;
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info li {
    margin: 0 0 10px;
    color: #243248;
    font-size: 16px;
}

.contact-form {
    background: #fff;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-field {
    display: grid;
    gap: 7px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-field label {
    color: #2a3548;
    font-size: 14px;
    font-weight: 700;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #d4d9e0;
    background: #fbfbfc;
    padding: 11px 12px;
    color: #1d2633;
    font-size: 15px;
    font-family: inherit;
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: var(--brand-gold);
}

.contact-submit {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 13px 26px;
    background: var(--brand-gold);
    border: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(161, 183, 87, 0.35);
}

.photo-gallery-section {
    background: #f2f2f2;
    padding: 54px 20px 70px;
}

.photo-gallery-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

.photo-gallery-head {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

.photo-gallery-head h1 {
    margin: 0 0 10px;
    color: #15263f;
    font-size: clamp(36px, 2.4vw, 52px);
}

.photo-gallery-head p {
    margin: 0;
    color: #5d6775;
    line-height: 1.7;
    font-size: 15px;
}

.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.photo-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(20, 37, 62, 0.08);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    cursor: pointer;
}

.photo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(20, 37, 62, 0.16);
}

.photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16, 36, 63, 0.3), transparent 52%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.photo-card:hover::after {
    opacity: 1;
}

.photo-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
    animation: galleryZoomPulse 11s ease-in-out infinite alternate;
}

.photo-card-info {
    padding: 14px 14px 16px;
    transition: transform 0.35s ease;
    position: relative;
    z-index: 1;
}

.photo-card:hover .photo-card-info {
    transform: translateY(-4px);
}

.photo-card:hover img {
    transform: scale(1.12);
    filter: contrast(1.05) saturate(1.05);
    animation-play-state: paused;
}

.photo-card-info h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #10243f;
}

.photo-card-info p {
    margin: 0;
    color: #5b6678;
    font-size: 14px;
    line-height: 1.5;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

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

.photo-card:nth-child(2n) img {
    animation-duration: 12.5s;
}

.photo-card:nth-child(3n) img {
    animation-duration: 13.5s;
}

@keyframes galleryZoomPulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .photo-card img {
        animation: none;
        transition: none;
    }
}

.site-footer {
    background: #234f44;
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.footer-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 54px 24px 34px;
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.2fr;
    gap: 34px;
    align-items: start;
}

.footer-col h3 {
    margin: 0 0 18px;
    font-size: 40px;
    font-size: clamp(24px, 1.55vw, 40px);
    color: #bcc42f;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
}

.footer-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 3px;
    background: #fff;
    opacity: 0.85;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-logo img {
    width: 132px;
    height: auto;
    display: block;
}

.footer-brand-col p {
    margin: 0;
    max-width: 340px;
    line-height: 1.48;
    font-size: clamp(16px, 1.05vw, 34px);
}

.footer-price-btn {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    background: #20cf65;
    border-radius: 999px;
    padding: 12px 30px;
    font-size: clamp(15px, 1vw, 32px);
    white-space: nowrap;
}

.footer-price-icon {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.footer-links-list,
.footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links-list li,
.footer-contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: clamp(17px, 1vw, 34px);
}

.footer-links-list li::before {
    content: "\203A";
    color: #bcc42f;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-top: -1px;
}

.footer-links-list a,
.footer-contact-list a {
    color: #fff;
    text-decoration: none;
}

.footer-links-list a:hover,
.footer-contact-list a:hover {
    color: #bcc42f;
}

.footer-contact-icon {
    color: #bcc42f;
    width: 20px;
    text-align: center;
    line-height: 1.1;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-map-col iframe {
    width: 100%;
    min-height: 334px;
    border: 0;
    display: block;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    padding: 14px 20px;
}

@media (max-width: 980px) {
    .header-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        justify-content: flex-start;
        gap: 10px;
    }

    .brochure-btn {
        margin-left: 0;
    }

    .page-content {
        padding-top: 178px;
    }

    .page-content.with-hero {
        padding-top: 24px;
    }

    .hero-slider {
        margin-top: 144px;
        min-height: 840px;
    }

    .hero-inner {
        padding: 48px 20px 76px;
        min-height: 840px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-form-card {
        width: 100%;
    }

    .about-highlight {
        padding: 38px 16px;
    }

    .about-highlight-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-image-col img {
        max-width: 100%;
    }

    .about-image-frame {
        width: 110px;
        height: 110px;
        top: -10px;
        right: -6px;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
    }

    .location-advantage {
        grid-template-columns: 1fr;
    }

    .location-content {
        padding: 32px 20px;
    }

    .location-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .floor-plans-section {
        padding: 40px 14px 48px;
    }

    .floor-plan-grid {
        grid-template-columns: 1fr;
    }

    .floor-script-title {
        font-size: clamp(40px, 15vw, 74px);
    }

    .master-plan-section {
        padding: 40px 14px 48px;
    }

    .master-script-title {
        font-size: clamp(44px, 14vw, 76px);
        margin-bottom: -2px;
    }

    .master-intro {
        letter-spacing: 1.2px;
    }

    .master-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .amenities-spec-section {
        padding: 40px 14px 46px;
    }

    .amenities-spec-grid {
        grid-template-columns: 1fr;
    }

    .amenities-spec-card {
        min-height: 0;
    }

    .contact-section {
        padding: 40px 14px 46px;
    }

    .contact-wrap {
        grid-template-columns: 1fr;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .photo-gallery-section {
        padding: 38px 14px 48px;
    }

    .photo-gallery-grid {
        grid-template-columns: 1fr;
    }

    .footer-main {
        padding: 40px 16px 28px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-map-col iframe {
        min-height: 250px;
    }
}
