/* Font Face Declarations */
@font-face {
    font-family: 'CoFo Peshka';
    src: url('assets/Web/380 medium/CoFoPeshka380-380Medium.woff2') format('woff2'),
         url('assets/Web/380 medium/CoFoPeshka380-380Medium.woff') format('woff');
    font-weight: 380;
    font-style: normal;
    font-display: swap;
}

/* Neue Haas Display Font Declarations */
@font-face {
    font-family: 'Neue Haas Display';
    src: url('assets/neue/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('assets/neue/NeueHaasDisplayRomanItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('assets/neue/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('assets/neue/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('assets/neue/NeueHaasDisplayBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('assets/neue/NeueHaasDisplayBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1C1B1C;
    background-color: #F3F1ED;
    position: relative;
    overflow-x: hidden;
}

/* Angular Design Elements */
.angular-cut::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #BA401D transparent transparent;
    z-index: 1;
}

.diagonal-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, transparent 48%, #BA401D 48%, #BA401D 52%, transparent 52%, transparent 100%);
    opacity: 0.1;
    pointer-events: none;
}

.concrete-texture {
    position: relative;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(156, 156, 156, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(156, 156, 156, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, rgba(28, 27, 28, 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(28, 27, 28, 0.02) 25%, transparent 25%);
    background-size: 200px 200px, 150px 150px, 20px 20px, 20px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'CoFo Peshka', 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 380;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 380;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

/* Specific h2 headings in red color */
.overview h2,
.features h2,
.floorplans h2,
.unit-matrix h3,
.floorplan-gallery h3,
.team h2,
.contact h2,
.contact-form h3,
.contact-item h4 {
    color: #BA401D;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.3rem;
}

p {
    margin-bottom: 1rem;
}

.lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #9C9C9C;
    margin-bottom: 2rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #9C9C9C;
    text-align: center;
    margin-bottom: 3rem;
}

/* Buttons */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 0;
    text-decoration: none;
    font-family: 'CoFo Peshka', 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 380;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #BA401D;
    color: white;
    border-color: #BA401D;
}

.btn-primary:hover {
    background-color: #9A3318;
    border-color: #9A3318;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn-secondary:hover {
    background-color: white;
    color: #1C1B1C;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.btn-full {
    width: 100%;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(243, 241, 237, 0.95) 0%, rgba(249, 235, 224, 0.95) 100%);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid #BA401D;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-logo .logo {
    height: 70px;
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #1C1B1C;
    font-family: 'CoFo Peshka', 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 380;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #BA401D;
}

.nav-cta .btn-primary {
    padding: 8px 20px;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.hero-content {
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background-color: #BA401D;
    color: white;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.hero-title {
    font-family: 'CoFo Peshka', 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 4rem;
    font-weight: 380;
    margin-bottom: 0.5rem;
}

.hero-logo {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo-image {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.hero-tagline {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #FFFFFF;
}

.hero-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.hero-scroll a {
    color: white;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Overview Section */
.overview {
    padding: 6rem 0;
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
    margin-top: -60px;
    padding-top: calc(6rem + 60px);
}


.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.overview-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.highlight-item i {
    font-size: 1.5rem;
    color: #BA401D;
    width: 2rem;
}

.highlight-item h4 {
    margin-bottom: 0.25rem;
}

.highlight-item p {
    margin: 0;
    color: #9C9C9C;
    font-size: 0.9rem;
}

.overview-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Strategic Location Section */
.strategic-location {
    padding: 6rem 0 0 0;
    background: linear-gradient(135deg, #F9EBE0 0%, #F3F1ED 100%);
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    margin-top: -60px;
    padding-top: calc(6rem + 60px);
    padding-bottom: 50px;
}

.location-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 6rem;
}

.location-title h2 {
    font-size: 2.5rem;
    color: #BA401D;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 380;
    line-height: 1.1;
}

.location-subtitle {
    font-size: 1.1rem;
    color: #BA401D;
    margin: 0;
    line-height: 1.4;
}

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

.location-address p {
    color: #1C1B1C;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.location-address p:last-child {
    margin-bottom: 0;
}

.location-address strong {
    color: #1C1B1C;
}

/* Full Width Aerial Map */
.aerial-map-container {
    width: 100%;
    margin: 0;
    position: relative;
}

.aerial-image-wrapper {
    position: relative;
    width: 100%;
}

.aerial-image {
    width: 100%;
    height: auto;
    display: block;
}

.location-marker {
    position: absolute;
    z-index: 10;
}

/* SVG Marker Styles */
.svg-marker {
    /* Position the marker so its center crosshair is at the exact coordinate */
    transform: translate(-50%, -50%);
}

.marker-svg {
    /* Base styles for all SVG markers */
    height: auto;
    display: block;
    position: relative;
    border: none;
    outline: none;
    transition: transform 0.2s ease, filter 0.2s ease;
    object-fit: contain;
}

/* Markers scale relative to window width */
.marker-svg {
    width: 25vw;
    height: auto;
}

/* Responsive sizing for SVG markers */
@media (max-width: 768px) {
    .marker-svg {
        width: 20vw;
    }
}

@media (max-width: 480px) {
    .marker-svg {
        width: 25vw;
    }
}

/* Bottom Content */
.location-bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
    padding: 4rem 0;
}

.location-highlight h4 {
    color: #BA401D;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.location-highlight-text {
    font-family: 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.location-highlight p {
    margin: 0;
    color: #9C9C9C;
    font-size: 1rem;
}

.location-description p {
    color: #1C1B1C;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.location-description p:last-child {
    margin-bottom: 0;
}


/* Features Section */
.features {
    background: linear-gradient(135deg, #F9EBE0 0%, #F3F1ED 100%);
    position: relative;
    margin-top: -60px;
}

.features h2 {
    text-align: left;
    margin-bottom: 3rem;
}

/* New Features Layout */
.features-layout {
    display: grid;
    grid-template-columns: 1fr 20vw;
    gap: 0;
    align-items: stretch;
    height: 100%;
}

@media screen and (max-width: 1300px) {
    .features-layout {
        grid-template-columns: 1fr 40vw;
    }
    
}

.features-content {
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 150px;
}

.features-grid-new {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.features-row {
    display: grid;
    gap: 2rem;
    justify-items: center;
}

.features-row:first-child {
    grid-template-columns: repeat(4, 1fr);
}

.features-row:last-child {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    max-width: 75%;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.feature-icon-box {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
}

.feature-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-item h3 {
    font-family: 'CoFo Peshka', 'Neue Haas Display', sans-serif;
    font-size: 0.9rem;
    font-weight: 380;
    color: #BA401D;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.features-image {
    position: relative;
    height: 100%;
    min-height: 730px;
    overflow: hidden;
    margin-right: calc(-40vw + 50%);
}

.features-hero-image {
    width: calc(100% + 60vw - 50%);
    height: 730px;
    object-fit: cover;
    object-position: center center;
    margin-left: calc(-40vw + 25%);
    transform: translate(-80px, -100px) scale(1.1);
}

/* Old Features Grid - Keep for backward compatibility */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background-color: #F3F1ED;
    padding: 2rem;
    border-radius: 0;
    text-align: center;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    border: 2px solid rgba(186, 64, 29, 0.1);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #BA401D transparent transparent;
    opacity: 0.3;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #BA401D 0%, #9A3318 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
    position: relative;
}

.feature-icon::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(135deg, #BA401D 0%, #9A3318 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
    z-index: -1;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card h3 {
    margin-bottom: 1rem;
}

.feature-card p {
    color: #9C9C9C;
    margin: 0;
}

/* Floorplans Section */
.floorplans {
    padding: 4rem 0;
    background: linear-gradient(135deg, #F3F1ED 0%, #F9EBE0 100%);
    position: relative;
    margin-top: -60px;
    padding-top: 60px;
}

.floorplans h2 {
    text-align: center;
    margin-bottom: 2rem;
}

/* Unit Breakdown Section */
.unit-breakdown-section {
    margin-bottom: 4rem;
}

.unit-breakdown-section h3 {
    margin-bottom: 2rem;
    color: #BA401D;
}

/* Tables Grid Layout */
.unit-tables-grid {
    display: grid;
    grid-template-columns: 6fr 6fr 3fr;
    gap: 2rem;
}

.table-column {
    display: flex;
    flex-direction: column;
}

/* Section Labels (WAREHOUSE, STORAGE) - Outside tables, left aligned */
.section-label {
    color: #BA401D;
    font-family: 'CoFo Peshka', 'Neue Haas Display', sans-serif;
    font-weight: 380;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    background: none;
    padding: 0;
}

/* Level Labels (BASEMENT 1, GROUND FLOOR, etc.) - Outside tables, left aligned */
.level-label {
    color: #BA401D;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 0 0.1rem 0;
    background: none;
    padding: 0;
}

/* Individual Table Blocks */
.table-block {
    border: 2px solid #BA401D;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
}

/* Unit Tables */
.unit-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFFFFF;
    margin: 0;
}

.unit-table thead th {
    background-color: #BA401D;
    color: #FFFFFF;
    padding: 0.2rem 0.1rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'CoFo Peshka', 'Neue Haas Display', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #BA401D;
    width: 20%;
}

.unit-table tbody td {
    padding: 0.4rem 0.25rem;
    text-align: center;
    font-size: 0.8rem;
    border: none;
    border-bottom: 1px solid #BA401D;
    background-color: #FFFFFF;
    width: 20%;
}

.unit-table tbody tr:nth-child(even) td {
    background-color: #F8F8F8;
}

.unit-table tbody tr:hover td {
    background-color: #F0F0F0;
}

/* Storage Table - 2 columns only */
.storage-table thead th {
    width: 50%;
}

.storage-table tbody td {
    width: 50%;
}

.storage-table thead th:first-child,
.storage-table tbody td:first-child {
    width: 30%;
}

.storage-table thead th:nth-child(2),
.storage-table tbody td:nth-child(2) {
    width: 70%;
}

/* Old table styles for backward compatibility */
.unit-matrix {
    margin-bottom: 4rem;
}

.unit-matrix h3 {
    margin-bottom: 2rem;
}

.table-responsive {
    overflow-x: auto;
}

.units-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #F3F1ED;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.units-table::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #BA401D transparent transparent;
    opacity: 0.2;
}

.units-table th,
.units-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.units-table th {
    background-color: #F9EBE0;
    font-weight: 600;
    color: #1C1B1C;
}

.units-table tr:hover {
    background-color: #F9EBE0;
}

.status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status.available {
    background-color: #e8f5e8;
    color: #2d5a2d;
}

.status.selling {
    background-color: #F9EBE0;
    color: #BA401D;
}

.status.sold {
    background-color: #ffebee;
    color: #c62828;
}

.floorplan-gallery {
    display: inline-block;
    margin: 0 auto;
}

.floorplan-gallery-wrapper {
    text-align: center;
    width: 100%;
}

.floorplan-gallery h3 {
    margin-bottom: 1rem;
}

/* Floorplan Instructions */
.floorplan-instructions {
    margin-top: 1rem;
    text-align: center;
}

.floorplan-instructions p {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    font-style: italic;
}

.floorplan-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    border-bottom: none;
}

.tab-btn {
    padding: 12px 24px;
    border: 2px solid #BA401D;
    border-bottom: none;
    background-color: #F3F1ED;
    color: #9C9C9C;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-right: none;
}

.tab-btn:last-child {
    border-right: 2px solid #BA401D;
}

.tab-btn.active {
    background-color: white;
    color: #BA401D;
    border-bottom: 2px solid white;
    z-index: 1;
}

.tab-btn:hover:not(.active) {
    background-color: #F9EBE0;
    color: #BA401D;
}

.floorplan-content {
    position: relative;
    border: 2px solid #BA401D;
    border-top: none;
    background: white;
    display: inline-block;
    width: auto;
}

.floorplan-tab {
    display: none;
    text-align: center;
    padding: 0;
}

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

.floorplan-image {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

.basement-plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

/* Interactive Floorplan Styles */
.interactive-floorplan {
    position: relative;
    width: 100%;
    background: white;
    border: none;
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

.floorplan-container {
    position: relative;
    display: block;
    width: 100%;
    max-height: 500px;
    overflow: visible;
}

.floorplan-bg {
    width: 100%;
    height: auto;
    display: block;
    max-height: 500px;
    object-fit: contain;
}

.floorplan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.unit-area {
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.3s ease;
}

.unit-area:hover {
    fill: rgba(186, 64, 29, 0.3);
    stroke: #BA401D;
    stroke-width: 3;
}

.unit-area:focus {
    outline: none;
    fill: rgba(186, 64, 29, 0.2);
    stroke: #BA401D;
    stroke-width: 3;
}

.unit-area.storage-unit:hover {
    fill: rgba(186, 64, 29, 0.25);
}

.unit-area.warehouse-unit:hover {
    fill: rgba(186, 64, 29, 0.3);
    stroke: #BA401D;
    stroke-width: 3;
}

.unit-area.warehouse-unit:focus {
    outline: none;
    fill: rgba(186, 64, 29, 0.2);
    stroke: #BA401D;
    stroke-width: 3;
}


.unit-area.parking-area:hover {
    fill: rgba(76, 175, 80, 0.2);
    stroke: #4caf50;
    stroke-width: 3;
}

.unit-area.parking-area:focus {
    outline: none;
    fill: rgba(76, 175, 80, 0.15);
    stroke: #4caf50;
    stroke-width: 3;
}

/* Unit Popup Styles */
.unit-popup {
    position: absolute;
    background: linear-gradient(135deg, #F3F1ED 0%, #F9EBE0 100%);
    border: 2px solid #BA401D;
    padding: 1rem;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    min-width: 200px;
    max-width: 300px;
}

.unit-popup.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.popup-content {
    font-family: 'Neue Haas Display', sans-serif;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #BA401D;
}

.popup-header h4 {
    margin: 0;
    color: #BA401D;
    font-family: 'CoFo Peshka', 'Neue Haas Display', sans-serif;
    font-size: 1.1rem;
    font-weight: 380;
}


.popup-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.popup-details p {
    margin: 0;
    font-size: 0.9rem;
    color: #1C1B1C;
    display: flex;
    justify-content: space-between;
}

.popup-details strong {
    color: #BA401D;
    font-weight: 500;
}


/* Basement 2 Specific Styles */
.basement-2-plan {
    width: 100%;
    padding: 0;
}

.basement-2-plan .floorplan-container {
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
    border-radius: 6px;
}

/* Team Section */
.team {
    padding: 6rem 0;
    background: linear-gradient(135deg, #F9EBE0 0%, #F3F1ED 100%);
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
    margin-top: -60px;
    padding-top: calc(6rem + 60px);
}

.team h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.team-card {
    background: linear-gradient(135deg, #F3F1ED 0%, rgba(243, 241, 237, 0.9) 100%);
    padding: 2.5rem;
    border-radius: 0;
    position: relative;
    border: 2px solid rgba(186, 64, 29, 0.1);
}

.team-logo {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.company-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.team-logo h3 {
    font-family: 'CoFo Peshka', 'Neue Haas Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2rem;
    color: #BA401D;
    margin-bottom: 0.5rem;
    font-weight: 380;
}

.team-logo span {
    color: #9C9C9C;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-website-btn {
    color: #BA401D;
    text-decoration: underline;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: inline-block;
    transition: color 0.3s ease;
    background: none;
    border: none;
    padding: 0;
}

.view-website-btn:hover {
    color: white;
    text-decoration: underline;
}

.team-content h4 {
    margin-bottom: 1rem;
}

.team-content p {
    color: #9C9C9C;
    margin: 0;
}

/* Contact Section */
.contact {
    padding: 6rem 0;
    background: linear-gradient(135deg, #F3F1ED 0%, #F9EBE0 100%);
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    margin-top: -60px;
    padding-top: calc(6rem + 60px);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-details {
    margin-top: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: #BA401D;
    margin-top: 0.25rem;
}

.contact-item h4 {
    margin-bottom: 0.5rem;
}

.contact-item p {
    margin: 0;
    color: #9C9C9C;
}

/* Agent Contact Information Styles */
.agent-contacts {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.agent-card-combined {
    background-color: rgba(249, 235, 224, 0.3);
    border: 1px solid rgba(186, 64, 29, 0.2);
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.agent-card-combined:first-child {
    align-items: flex-start;
}

.agent-card-combined:hover {
    background-color: rgba(249, 235, 224, 0.5);
    border-color: rgba(186, 64, 29, 0.3);
    transform: translateY(-2px);
}

.agent-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.agent-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.agent-name {
    font-family: 'CoFo Peshka', 'Neue Haas Display', sans-serif;
    font-size: 1.1rem;
    font-weight: 380;
    color: #1C1B1C;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.agent-phone,
.agent-email {
    margin: 0;
    font-size: 0.95rem;
    color: #9C9C9C;
    transition: color 0.3s ease;
}

.agent-phone {
    font-weight: 500;
    color: #BA401D;
}

.agent-email {
    color: #9C9C9C;
}

.agent-card-combined:hover .agent-email {
    color: #1C1B1C;
}

.agent-logo {
    flex-shrink: 0;
    margin-left: 2rem;
}

.agency-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* Mobile responsive for agent contacts */
@media (max-width: 768px) {
    .agent-contacts {
        margin-top: 1.5rem;
        gap: 1rem;
    }
    
    .agent-card-combined {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }
    
    .agent-content {
        gap: 1.5rem;
        width: 100%;
    }
    
    .agent-logo {
        margin-left: 0;
        margin-top: 1rem;
        align-self: flex-end;
    }
    
    .agency-logo {
        height: 50px;
    }
    
    .agent-name {
        font-size: 1rem;
    }
    
    .agent-phone,
    .agent-email {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .agent-card-combined {
        padding: 1.25rem;
    }
    
    .agent-content {
        gap: 1.25rem;
    }
    
    .agency-logo {
        height: 40px;
    }
    
    .agent-name {
        font-size: 0.95rem;
    }
    
    .agent-phone,
    .agent-email {
        font-size: 0.85rem;
    }
}

.contact-form {
    background-color: #F9EBE0;
    padding: 2.5rem;
    border-radius: 0;
    position: relative;
    border: 2px solid rgba(186, 64, 29, 0.2);
}

.contact-form h3 {
    margin-bottom: 2rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-row .form-group {
    margin-bottom: 0;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 0;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background-color: #F3F1ED;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #BA401D;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Mobile responsive for form row */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-row .form-group {
        margin-bottom: 1.5rem;
    }
}

/* Footer */
.footer {
    background-color: #1C1B1C;
    color: white;
    padding: 3rem 0 1rem;
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    margin-top: -60px;
    padding-top: calc(3rem + 60px);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #ccc;
    margin: 0;
}

.footer-links h4,
.footer-contact h4 {
    margin-bottom: 1rem;
    color: white;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #BA401D;
}

.footer-contact p {
    color: #ccc;
    margin-bottom: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 2rem;
}

.footer-disclaimer {
    margin-bottom: 1rem;
}

.footer-disclaimer p {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.4;
    margin: 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .nav-logo .logo {
        height: 55px;
    }
    
    .hero-logo-image {
        max-width: 300px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .overview-grid,
    .contact-grid,
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .company-logo {
        height: 35px;
    }
    
    .view-website-btn {
        font-size: 0.85rem;
    }
    
    .location-header,
    .location-bottom {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .location-title h2 {
        font-size: 2rem;
    }
    
    
    .location-highlight h4 {
        font-size: 1.1rem;
    }
    
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    /* New Features Layout Responsive */
    .features-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .features-content {
        padding-right: 0;
    }
    
    .features-grid-new {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin-top: 2rem;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .features-row {
        display: contents;
    }
    
    .feature-icon-box {
        width: 80px;
        height: 80px;
    }
    
    .feature-item h3 {
        font-size: 0.8rem;
    }
    
    .features-image {
        display: none;
    }
/* Unit Breakdown Responsive */
    .unit-tables-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .section-label {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    
    .level-label {
        font-size: 0.7rem;
        margin: 0.75rem 0 0.4rem 0;
    }
    
    .table-block {
        margin-bottom: 0.75rem;
    }
    
    .unit-table thead th {
        padding: 0.4rem 0.2rem;
        font-size: 0.6rem;
    }
    
    .unit-table tbody td {
        padding: 0.3rem 0.2rem;
        font-size: 0.7rem;
    }
    
    .floorplan-tabs {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tab-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .basement-plans {
        grid-template-columns: 1fr;
    }
    
    /* Interactive Floorplan Mobile Styles */
    .interactive-floorplan {
        margin: 0;
        padding: 0;
    }
    
    .floorplan-container {
        max-height: 400px;
    }
    
    .floorplan-bg {
        max-height: 400px;
    }
    
    .floorplan-gallery {
        max-width: 100%;
    }
    
    .unit-popup {
        min-width: 180px;
        max-width: 250px;
        padding: 0.75rem;
        font-size: 0.85rem;
    }
    
    .popup-header h4 {
        font-size: 1rem;
    }
    
    .popup-details p {
        font-size: 0.8rem;
    }
    
    .popup-btn {
        padding: 5px 10px;
        font-size: 0.75rem;
    }
    
    /* Adjust unit area hover for touch devices */
    .unit-area:hover {
        stroke-width: 2;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .nav-logo .logo {
        height: 50px;
    }
    
    .hero-logo-image {
        max-width: 250px;
    }
    
    .btn-large {
        padding: 12px 24px;
        font-size: 1rem;
    }
    
    .feature-card,
    .contact-form {
        padding: 1.5rem;
    }
    
    .team-card {
        padding: 2rem;
    }
    
    .company-logo {
        height: 30px;
    }
    
    .view-website-btn {
        font-size: 0.8rem;
    }
    
    /* Additional responsive styles for new features layout */
    .features-grid-new {
        gap: 1.5rem;
    }
    
    .feature-icon-box {
        width: 64px;
        height: 64px;
    }
    
    .feature-item h3 {
        font-size: 0.7rem;
        line-height: 1.1;
    }
    
    .features-image {
        display: none;
    }
}
/* Additional Angular Design Elements */
.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #BA401D 50%, transparent 100%);
    margin: 4rem 0;
    position: relative;
}

.section-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #BA401D;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.geometric-accent {
    position: relative;
}

.geometric-accent::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #BA401D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    opacity: 0.7;
}

/* Industrial Grid Pattern */
.industrial-grid {
    background-image: 
        linear-gradient(rgba(186, 64, 29, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(186, 64, 29, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

/* Sharp Corner Elements */
.sharp-corner-tl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: #BA401D transparent transparent transparent;
}

.sharp-corner-tr::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #BA401D transparent transparent;
}

.sharp-corner-bl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #BA401D transparent;
}

.sharp-corner-br::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #BA401D transparent transparent transparent;
}

/* Concrete Texture Enhancement */
.concrete-enhanced {
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(156, 156, 156, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(156, 156, 156, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, rgba(28, 27, 28, 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(28, 27, 28, 0.03) 25%, transparent 25%),
        linear-gradient(90deg, rgba(186, 64, 29, 0.02) 50%, transparent 50%);
    background-size: 100px 100px, 150px 150px, 10px 10px, 10px 10px, 200px 200px;
}

/* Angular Text Highlights */
.text-highlight {
    position: relative;
    display: inline-block;
}

.text-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #BA401D 20%, #BA401D 80%, transparent 100%);
    clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 100%, 5px 100%);
}

/* Diagonal Stripe Pattern */
.diagonal-stripes {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(186, 64, 29, 0.05) 10px,
        rgba(186, 64, 29, 0.05) 20px
    );
}

/* Enhanced Mobile Responsiveness for Angular Elements */
@media (max-width: 768px) {
    .angular-cut::before,
    .sharp-corner-tl::before,
    .sharp-corner-tr::after,
    .sharp-corner-bl::before,
    .sharp-corner-br::after {
        border-width: 15px;
    }
    
    .feature-card::before,
    .team-card::before {
        border-width: 0 15px 15px 0;
    }
    
    .hero::before,
    .overview::before,
    .strategic-location::before,
    .location::after,
    .features::before,
    .floorplans::after,
    .team::before,
    .contact::after,
    .footer::before {
        opacity: 0.5;
    }
}

@media (max-width: 480px) {
    .angular-cut::before,
    .sharp-corner-tl::before,
    .sharp-corner-tr::after,
    .sharp-corner-bl::before,
    .sharp-corner-br::after {
        border-width: 10px;
    }
    
    .feature-card::before,
    .team-card::before {
        border-width: 0 10px 10px 0;
    }
    
    .section-divider::before {
        width: 8px;
        height: 8px;
    }
    
    .geometric-accent::before {
        width: 15px;
        height: 15px;
    }
}
/* Unit Status Styling */
.status-cell {
    text-align: center;
    padding: 6px 4px;
}

.status-badge {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
}

.status-available {
    background-color: #e8f5e8;
    color: #2d5a2d;
    border: 1px solid #c3e6cb;
}

.status-under-offer {
    background-color: #fff8e1;
    color: #8b6914;
    border: 1px solid #ffeaa7;
}

.status-sold {
    background-color: #ffeaea;
    color: #8b2635;
    border: 1px solid #f5c6cb;
}

.status-header {
    text-align: center;
    font-weight: bold;
    color: #BA401D;
    font-size: 0.85rem;
}

/* Responsive status badges */
@media (max-width: 768px) {
    .status-badge {
        font-size: 0.6rem;
        padding: 2px 6px;
        border-radius: 10px;
    }
    
    .status-cell {
        padding: 4px 2px;
    }
}

/* View 3D Link Styling */
.view-3d-link {
    display: inline-block;
    color: #BA401D;
    text-decoration: underline;
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    padding: 2px 0;
}

.view-3d-link:hover {
    color: #9A3318;
    text-decoration: none;
}

.view-3d-link:active {
    color: #7A2A14;
}

/* Responsive View 3D Links */
@media (max-width: 768px) {
    .view-3d-link {
        font-size: 0.6rem;
        padding: 3px 6px;
        border-radius: 2px;
    }
}

@media (max-width: 480px) {
    .view-3d-link {
        font-size: 0.55rem;
        padding: 2px 5px;
    }
}

/* Adjust table column widths to accommodate View 3D column */
.unit-table thead th:last-child,
.unit-table tbody td:last-child {
    width: 15%;
    text-align: center;
}

.storage-table thead th:last-child,
.storage-table tbody td:last-child {
    width: 35%;
    text-align: center;
}

/* Ensure proper spacing for the new column */
.unit-table thead th:not(:last-child),
.unit-table tbody td:not(:last-child) {
    width: 17%;
}

.storage-table thead th:not(:last-child),
.storage-table tbody td:not(:last-child) {
    width: 32.5%;
}