/* ═══════════════════════════════════════════════════════════
   Altura — home.css
   Hero · Available · Trust · Contact Strip
   ═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.altura-hero {
    background: var(--altura-primary);
    padding: 0 0 82px;
}

.hero-title-row {
    display: grid;
    grid-template-columns: 1fr 200px;
    align-items: end;
    margin-bottom: 36px;
}

.hero-title-row h1 {
    font-family: 'Cousine', monospace;
    font-size: clamp(38px, 7vw, 90px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .01em;
    margin: 0;
}

.hero-signature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 15px;
    flex-direction: column;
}

.hero-signature span {
    width: 35px;
    height: 2px;
    background: var(--altura-white);
    display: block;
}

.hero-signature p {
    font-family: 'Cousine', monospace;
    font-size: clamp(16px, 2.5vw, 30px);
    line-height: 1.2;
    margin: 0;
}

/* ── Hero Image Wrap ── */
.hero-image-wrap {
    position: relative;
    margin-bottom: 80px;
}

.hero-image-wrap img {
    width: 100%;
    height: clamp(220px, 45vw, 580px);
    object-fit: cover;
    display: block;
    border-radius: var(--altura-radius);
}

/* ── Hero Slider ── */
.hero-slider {
    width: 100%;
    height: clamp(220px, 45vw, 580px);
    border-radius: var(--altura-radius);
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
    border-radius: var(--altura-radius);
}

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

.hero-image-wrap::after {
    content: '';
    position: absolute;
    left: 31px;
    bottom: -38px;
    width: min(500px, 45%);
    height: 67px;
    background: var(--altura-brown-soft);
    border-radius: 0 0 5px 5px;
    z-index: 1;
}

.hero-projects-btn {
    position: absolute;
    right: 37px;
    bottom: -65px;
    z-index: 2;
    width: min(493px, 45%);
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 32px;
    background: var(--altura-brown-soft);
    border-radius: 0 0 5px 5px;
    font-family: 'Cousine', monospace;
    font-size: clamp(13px, 1.6vw, 20px);
    line-height: 1.2;
    transition: background var(--altura-transition);
}

.hero-projects-btn:hover {
    background: var(--altura-brown);
}

/* ── Hero Intro ── */
.hero-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin: 120px 0;
}

.hero-intro h2 {
    font-family: 'Cousine', monospace;
    font-size: clamp(30px, 5vw, 63px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .01em;
    margin: 0;
}

.hero-text {
    max-width: 520px;
    justify-self: end;
    text-align: right;
    padding-top: 10px;
}

.hero-text p {
    font-size: clamp(15px, 2vw, 25px);
    line-height: 1.4;
    margin: 0 0 24px;
}

/* ── Luxury Banner ── */
.luxury-banner {
    height: clamp(320px, 35vw, 420px);
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--altura-radius);
}

.luxury-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 39%;
    display: block;
    transition: transform 0.6s ease;
}

.luxury-banner:hover img {
    transform: scale(1.03);
}

.luxury-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .16);
    pointer-events: none;
}

.luxury-title {
    position: absolute;
    top: clamp(20px, 4vw, 56px);
    left: clamp(44%, 40%, 500px);
    z-index: 2;
    font-family: 'Cousine', monospace;
    font-size: clamp(26px, 5vw, 63px);
    line-height: 1;
}

.luxury-more {
    position: absolute;
    right: clamp(60px, 7vw, 86px);
    bottom: clamp(16px, 3vw, 37px);
    z-index: 2;
    font-family: 'Cousine', monospace;
    font-size: clamp(12px, 1.6vw, 20px);
    line-height: 1.2;
}

.luxury-plus {
    position: absolute;
    right: clamp(14px, 2.5vw, 31px);
    bottom: clamp(8px, 2vw, 27px);
    z-index: 2;
    font-family: 'Cousine', monospace;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1;
}

/* ── Luxury Click Overlay ── */
.luxury-hover {
    position: absolute;
    inset: 0;
    background: rgba(119, 88, 72, .85);
    color: var(--altura-white);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.luxury-banner.is-open .luxury-hover {
    opacity: 1;
}

.luxury-title,
.luxury-more,
.luxury-plus {
    transition: opacity .2s ease;
}

.luxury-banner.is-open .luxury-title,
.luxury-banner.is-open .luxury-more,
.luxury-banner.is-open .luxury-plus {
    opacity: 0;
}

.luxury-hover-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--altura-secondary);
    padding: clamp(14px, 2vw, 22px) clamp(16px, 2.5vw, 30px);
    font-family: 'Cousine', monospace;
    font-size: clamp(20px, 3.5vw, 40px);
    line-height: 1.2;
    margin-bottom: clamp(16px, 2.5vw, 30px);
}

.luxury-minus {
    font-size: clamp(28px, 4vw, 50px);
    line-height: 1;
    flex-shrink: 0;
}

.luxury-hover-content {
    max-width: 100%;
    font-family: 'Cousine', monospace;
    font-size: clamp(13px, 1.6vw, 20px);
    line-height: 1.6;
    padding: clamp(14px, 2vw, 22px) clamp(16px, 2.5vw, 30px);
}

/* ── Responsive 1024px ── */
@media (max-width: 1024px) {
    .hero-intro {
        gap: 40px;
        margin: 80px 0;
    }
    .hero-image-wrap::after { width: 44%; }
    .hero-projects-btn { width: 44%; }
}

/* ── Responsive 768px ── */
@media (max-width: 768px) {
    .altura-hero { padding: 0 0 48px; }

    .hero-title-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }
    .hero-signature {
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .hero-image-wrap { margin-bottom: 56px; }
    .hero-image-wrap::after {
        left: 16px;
        bottom: -28px;
        width: 44%;
        height: 48px;
    }
    .hero-projects-btn {
        right: 16px;
        bottom: -46px;
        width: 44%;
        height: 48px;
        padding: 0 16px;
        justify-content: flex-end;
    }

    .hero-intro {
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 64px 0;
    }
    .hero-text {
        justify-self: start;
        text-align: left;
        max-width: 100%;
    }
		
	.luxury-hover-head {margin-bottom: 0;}

    .luxury-hover-content { overflow-y: auto; }
}

/* ── Responsive 480px ── */
@media (max-width: 480px) {
    .hero-image-wrap::after { display: none; }
    .hero-projects-btn {
        right: 0;
        left: 0;
        width: 100%;
        bottom: -44px;
        border-radius: 0 0 var(--altura-radius) var(--altura-radius);
        justify-content: center;
        padding: 0 16px;
    }
    .hero-image-wrap { margin-bottom: 64px; }
    .luxury-title { left: auto; right: 16px; text-align: right; }
}

/* ── Available ── */
.available-section {
    background: var(--altura-light);
    color: var(--altura-black);
    padding: 74px 0 83px;
}

.section-head h2 {
    font-family: 'Cousine', monospace;
    font-size: clamp(24px, 4vw, 43px);
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 72px;
}

.available-grid {
    display: grid;
    grid-template-columns: 330px 330px 1fr;
    gap: 70px;
    align-items: end;
    overflow: visible;
}

.property-card {
    display: block;
    width: 330px;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 250ms ease-out;
}

.property-card:hover {
    transform: translateY(-5px);
    z-index: 20;
}

.property-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.property-image img,
.property-card img {
    width: 100%;
    height: auto;
    object-fit: fill;
    display: block;
}

.property-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--altura-brown-soft);
    color: var(--altura-white);
    font-family: 'TikTokSans', sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    padding: 11px 10px 9px;
    z-index: 3;
    transition: opacity 250ms ease-out;
}

.property-card:hover .property-title {
    opacity: 0;
}

.property-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--altura-brown-soft);
    color: var(--altura-white);
    font-family: 'Cousine', monospace;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 250ms ease-out;
    clip-path: polygon(0% 25%, 7% 25%, 7% 0%, 82.5% 0%, 82.5% 64%, 100% 64%, 100% 100%, 0% 100%);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.property-card:hover .property-hover {
    opacity: 1;
}

.property-hover-main {
    flex: 1;
    background: var(--altura-brown-soft);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.property-hover-main h3 {
    font-family: 'TikTokSans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 25px 65px 0;
}

.property-hover-main p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
	padding: 0 18px 10px;
}

.property-hover-price {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: linear-gradient(90deg, #DBB458 0%, rgba(119,88,72,0.52) 100%);
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.property-hover-note {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 0 0 18px;
    color: var(--altura-black);
    background: var(--altura-light);
    font-size: 14px;
    line-height: 14px;
}

.view-all {
    justify-self: end;
    font-family: 'Cousine', monospace;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.2;
    margin-bottom: 4px;
    color: var(--altura-black);
    transition: color var(--altura-transition);
}

.view-all:hover {
    color: var(--altura-brown);
}

/* ── Responsive 1200px ── */
@media (max-width: 1200px) {
    .available-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .property-card {
        width: 100%;
    }
    .view-all {
        grid-column: 1 / -1;
        justify-self: end;
        margin-top: 8px;
    }
}

/* ── Responsive 768px ── */
@media (max-width: 768px) {
    .available-section { padding: 48px 0 56px; }
    .section-head h2 { margin: 0 0 40px; }
    .available-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .property-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .property-card:active .property-title { opacity: 0; }
    .property-card:active .property-hover { opacity: 1; }
    .property-hover-main {
        height: auto;
        padding: 20px 45px 16px;
    }
    .property-hover-main h3 {
        font-size: clamp(20px, 5vw, 30px);
        line-height: 1.2;
        margin: 0 0 12px;
    }
    .property-hover-main p { font-size: 13px; line-height: 1.5; }
    .property-hover-price { font-size: clamp(16px, 4vw, 22px); }
    .view-all { justify-self: end; margin-top: 8px; }
}

/* ── Trust ── */
.trust-section {
    background: var(--altura-primary);
    padding: 90px 0 115px;
}

.trust-big-title {
    font-family: 'Cousine', monospace;
    font-size: clamp(36px, 7vw, 83px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .01em;
    margin: 0 0 90px;
}

.trust-box-wrap {
    max-width: 100%;
    position: relative;
}

.trust-tabs {
    width: 75%;
    margin-left: 7%;
    background: var(--altura-light);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    z-index: 2;
}

.trust-tabs a:first-child {
    background: rgba(0, 0, 0, .05);
}

.trust-tabs a {
    color: var(--altura-black);
    font-family: 'Cousine', monospace;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.2;
    text-align: center;
    transition: background var(--altura-transition);
    padding: 15px;
}

.trust-tabs a:hover {
    font-weight: 600;
}

.trust-box {
    height: clamp(160px, 35vw, 345px);
    background: var(--altura-brown-soft);
    position: relative;
    clip-path: polygon(0% 25%, 7% 25%, 7% 0%, 82% 0%, 82% 63%, 100% 63%, 100% 100%, 0% 100%);
}

.trust-box h3 {
    position: absolute;
    left: clamp(20px, 5vw, 59px);
    bottom: clamp(14px, 3vw, 30px);
    font-family: 'Cousine', monospace;
    font-size: clamp(28px, 6vw, 87px);
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

.trust-list {
    display: grid;
    gap: 24px;
    padding-left: 20px;
    margin-top: 80px;
}

.trust-list button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 0 25px 16px 0;
    color: var(--altura-white);
    font-family: 'TikTokSans', sans-serif;
    font-size: clamp(24px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: opacity var(--altura-transition);
}

.trust-list button:hover {
    opacity: .7;
}

.trust-list span {
    font-size: clamp(26px, 4vw, 50px);
    line-height: 1;
    font-weight: 400;
    flex-shrink: 0;
    transition: transform var(--altura-transition);
}

.trust-list button.open span {
    transform: rotate(45deg);
}

.trust-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: var(--altura-white);
    font-family: 'Cousine', monospace;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.6;
    padding: 0 25px 0 0;
    transition: max-height 300ms ease-out, opacity 250ms ease-out, padding 250ms ease-out;
}

.trust-panel.open {
    max-height: 180px;
    opacity: 1;
    padding: 15px 25px 0 0;
}

/* ── Responsive 768px ── */
@media (max-width: 768px) {
    .trust-section { padding: 48px 0 64px; }
    .trust-big-title { margin: 0 0 40px; }
    .trust-tabs {
        width: 75%;
        margin-left: 7%;
        grid-template-columns: 1fr;
    }
    .trust-list { margin-top: 40px; padding-left: 0; gap: 16px; }
    .trust-list button { padding: 0 16px 12px 0; }
    .trust-panel { padding: 0 16px 0 0; }
    .trust-panel.open { padding: 0 16px 14px 0; }
}

/* ── Contact Strip ── */
.contact-strip {
    background: var(--altura-light);
    padding: 86px 0 82px;
}

.contact-strip a {
    font-family: 'TikTokSans', sans-serif;
    font-size: 110px;
    line-height: 99px;
    font-weight: 400;
    color: var(--altura-brown);
    transition: color 200ms ease-out;
    display: block;
}

.contact-strip a:hover {
    color: var(--altura-primary);
}

/* ── Responsive 1024 ── */
@media (max-width: 1024px) {
    
    .contact-strip a {
        font-size: 82px;
        line-height: 76px;
    }
}

/* ── Responsive 767 ── */
@media (max-width: 767px) {
    
    .contact-strip {
        padding: 31px 0 28px;
    }

    .contact-strip a {
        font-size: 35px;
        line-height: 35px;
    }
}