/** =========================================================
   KONA RESIDENCE
   HOME.CSS
   SOLO HOME PAGE
========================================================= */


/* =========================================================
   1. NAVBAR HOME
========================================================= */

.home-page .home-navbar {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    padding: 18px 70px;

    background:
        linear-gradient(
            to bottom,
            rgba(25, 20, 17, 0.72),
            rgba(25, 20, 17, 0.25),
            transparent
        );

    z-index: 100;
}

.home-page .home-navbar .kona-logo {
    width: 225px;
}


/* =========================================================
   2. HERO
========================================================= */

.home-page .home-hero {
    position: relative;

    min-height: 760px;

    overflow: hidden;

    display: flex;
    align-items: center;

    color: white;

    background-color: #332a24;
}


/* RENDER */

.home-page .home-hero-image {
    position: absolute;
    inset: 0;

    z-index: 0;
}

.home-page .home-hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* OVERLAY */

.home-page .home-hero-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(37, 29, 24, 0.92) 0%,
            rgba(37, 29, 24, 0.78) 40%,
            rgba(37, 29, 24, 0.40) 72%,
            rgba(37, 29, 24, 0.16) 100%
        );
}


/* CONTENUTO */

.home-page .home-hero-content {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 880px;

    padding-left: 9.5%;
    padding-right: 30px;

    animation: homeFadeUp 0.9s ease both;
}

.home-page .home-eyebrow {
    margin-bottom: 24px;

    color: #c8a968;

    font-size: 10px;

    letter-spacing: 4.5px;

    text-transform: uppercase;
}

.home-page .home-hero h1 {
    max-width: 820px;

    margin: 0;

    color: white;

    font-size: clamp(58px, 5.5vw, 86px);

    font-weight: 300;

    line-height: 0.98;

    letter-spacing: -2.5px;
}

.home-page .home-hero h1 span {
    display: block;

    margin-top: 8px;

    color: #c8a968;
}

.home-page .home-gold-line {
    width: 80px;
    height: 1px;

    margin: 30px 0 25px;

    background-color: #c8a968;
}


/* SLOGAN HERO */

.home-page .home-hero-tagline {
    max-width: 610px;

    margin: 0 0 10px;

    color: #c8a968;

    font-size: 13px;
    font-weight: 400;

    letter-spacing: 1.5px;
}

.home-page .home-hero-description {
    max-width: 610px;

    margin-bottom: 26px;

    color: #e4ded8;

    font-size: 16px;

    line-height: 1.8;
}


/* META HERO */

.home-page .home-hero-meta {
    display: flex;

    width: fit-content;
    max-width: 100%;

    margin-bottom: 32px;

    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-page .home-hero-meta span {
    padding: 11px 18px;

    color: #d7cec6;

    font-size: 8px;

    letter-spacing: 1.8px;

    text-transform: uppercase;

    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-page .home-hero-meta span:first-child {
    padding-left: 0;
}

.home-page .home-hero-meta span:last-child {
    border-right: none;
}


/* =========================================================
   3. BOTTONI HOME
========================================================= */

.home-page .home-hero-buttons,
.home-page .home-contact-buttons {
    display: flex;

    align-items: center;

    gap: 14px;

    flex-wrap: wrap;
}

.home-page .home-button {
    display: inline-block;

    padding: 16px 27px;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 10px;

    letter-spacing: 1.7px;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.home-page .home-button:hover {
    transform: translateY(-2px);
}

.home-page .home-button-gold {
    color: white;

    background-color: #b99a59;

    border: 1px solid #b99a59;
}

.home-page .home-button-gold:hover {
    background-color: #a7894f;
    border-color: #a7894f;
}

.home-page .home-button-outline {
    color: white;

    background-color: rgba(255, 255, 255, 0.03);

    border: 1px solid rgba(255, 255, 255, 0.58);
}

.home-page .home-button-outline:hover {
    color: #3c332c;

    background-color: white;

    border-color: white;
}

.home-page .home-button-dark-outline {
    color: #8d713e;

    background-color: transparent;

    border: 1px solid #a7894f;
}

.home-page .home-button-dark-outline:hover {
    color: white;

    background-color: #a7894f;
}


/* =========================================================
   4. SCROLL
========================================================= */

.home-page .home-scroll {
    position: absolute;

    left: 50%;
    bottom: 28px;

    z-index: 3;

    width: 20px;
    height: 36px;

    transform: translateX(-50%);

    border: 1px solid rgba(255, 255, 255, 0.42);

    border-radius: 20px;
}

.home-page .home-scroll span {
    position: absolute;

    top: 8px;
    left: 50%;

    width: 3px;
    height: 3px;

    transform: translateX(-50%);

    background-color: #c8a968;

    border-radius: 50%;

    animation: homeScroll 1.8s ease-in-out infinite;
}


/* =========================================================
   5. LABEL GENERICHE
========================================================= */

.home-page .home-section-label {
    margin-bottom: 18px;

    color: #a8874a;

    font-size: 9px;

    letter-spacing: 4px;

    text-transform: uppercase;
}


/* =========================================================
   6. VISIONE DEL PROGETTO
========================================================= */

.home-page .home-residence {
    padding: 105px 9% 110px;

    background-color: #f6f3ef;
}

.home-page .home-residence-heading {
    display: grid;

    grid-template-columns: 1fr 0.9fr;

    gap: 95px;

    align-items: start;

    margin-bottom: 75px;
}

.home-page .home-residence-heading h2 {
    max-width: 660px;

    margin: 0;

    color: #3d352f;

    font-size: clamp(46px, 4.3vw, 64px);

    font-weight: 300;

    line-height: 1.06;

    letter-spacing: -1.7px;
}

.home-page .home-residence-heading h2 span {
    display: block;

    color: #a8874a;
}

.home-page .home-residence-intro {
    padding-left: 42px;
    padding-top: 42px;

    border-left: 1px solid #d3ccc3;
}

.home-page .home-residence-intro p {
    max-width: 600px;

    margin-bottom: 19px;

    color: #6e665f;

    font-size: 15px;

    line-height: 1.85;
}

.home-page .home-residence-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   7. SHOWCASE PROGETTO
========================================================= */

.home-page .home-residence-showcase {
    display: grid;

    grid-template-columns: 1.4fr 0.6fr;

    min-height: 600px;

    margin-bottom: 95px;

    overflow: hidden;

    background-color: white;

    border: 1px solid #e2dcd5;
}

.home-page .home-residence-image {
    min-height: 600px;

    overflow: hidden;
}

.home-page .home-residence-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.8s ease;
}

.home-page .home-residence-showcase:hover
.home-residence-image img {
    transform: scale(1.025);
}

.home-page .home-residence-details {
    position: relative;

    padding: 65px 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #4a3e35,
            #352d27
        );

    color: white;
}

.home-page .home-large-number {
    position: absolute;

    top: 10px;
    right: 20px;

    color: rgba(255, 255, 255, 0.035);

    font-size: 230px;

    font-weight: 300;

    line-height: 1;

    pointer-events: none;
}

.home-page .home-residence-details .home-section-label {
    position: relative;

    z-index: 1;

    color: #c8a968;
}

.home-page .home-residence-details h3 {
    position: relative;

    z-index: 1;

    max-width: 390px;

    margin-bottom: 23px;

    color: white;

    font-size: clamp(34px, 3vw, 48px);

    font-weight: 300;

    line-height: 1.12;

    letter-spacing: -1px;
}

.home-page .home-residence-details > p:not(.home-section-label) {
    position: relative;

    z-index: 1;

    max-width: 420px;

    margin-bottom: 30px;

    color: #d4cdc7;

    font-size: 14px;

    line-height: 1.85;
}


/* LINK TESTUALE */

.home-page .home-text-link {
    position: relative;

    z-index: 1;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    width: fit-content;

    color: #a8874a;

    text-decoration: none;

    font-size: 10px;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.home-page .home-text-link span {
    font-size: 18px;

    transition: transform 0.3s ease;
}

.home-page .home-text-link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   8. CARATTERISTICHE ARCHITETTONICHE
========================================================= */

.home-page .home-architecture-heading {
    max-width: 800px;

    margin-bottom: 55px;
}

.home-page .home-architecture-heading h2 {
    margin: 0;

    color: #3d352f;

    font-size: clamp(42px, 4vw, 58px);

    font-weight: 300;

    line-height: 1.08;

    letter-spacing: -1.4px;
}

.home-page .home-architecture-heading h2 span {
    color: #a8874a;
}

.home-page .home-values {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 35px;
}

.home-page .home-value {
    position: relative;

    padding: 28px 25px 10px 0;

    border-top: 1px solid #cec7bf;
}

.home-page .home-value::before {
    content: "";

    position: absolute;

    top: -1px;
    left: 0;

    width: 48px;
    height: 1px;

    background-color: #b99a59;
}

.home-page .home-value > span {
    display: block;

    margin-bottom: 30px;

    color: #a8874a;

    font-size: 10px;

    letter-spacing: 2px;
}

.home-page .home-value h3 {
    margin-bottom: 14px;

    color: #3d352f;

    font-size: 22px;

    font-weight: 400;
}

.home-page .home-value p {
    max-width: 340px;

    color: #756d65;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   9. DISTRIBUZIONE DEGLI SPAZI
========================================================= */

.home-page .home-distribution {
    padding: 105px 9% 110px;

    background:
        linear-gradient(
            120deg,
            #493d34,
            #342c27
        );

    color: white;
}

.home-page .home-distribution-heading {
    display: grid;

    grid-template-columns: 1fr 0.7fr;

    gap: 90px;

    align-items: end;

    margin-bottom: 65px;
}

.home-page .home-distribution-heading .home-section-label {
    color: #c8a968;
}

.home-page .home-distribution-heading h2 {
    max-width: 640px;

    margin: 0;

    color: white;

    font-size: clamp(46px, 4.3vw, 64px);

    font-weight: 300;

    line-height: 1.06;

    letter-spacing: -1.7px;
}

.home-page .home-distribution-heading h2 span {
    display: block;

    color: #c8a968;
}

.home-page .home-distribution-heading > p {
    max-width: 500px;

    color: #d3cbc4;

    font-size: 14px;

    line-height: 1.85;
}

.home-page .home-distribution-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home-page .home-distribution-item {
    padding: 40px 35px 42px;

    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .home-distribution-item:first-child {
    padding-left: 0;
}

.home-page .home-distribution-item:last-child {
    border-right: none;
}

.home-page .home-distribution-item > span {
    display: block;

    margin-bottom: 45px;

    color: #c8a968;

    font-size: 31px;

    font-weight: 300;
}

.home-page .home-distribution-item small {
    display: block;

    margin-bottom: 12px;

    color: #b9aea6;

    font-size: 8px;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.home-page .home-distribution-item h3 {
    margin-bottom: 16px;

    color: white;

    font-size: 24px;

    font-weight: 300;
}

.home-page .home-distribution-item p {
    max-width: 340px;

    color: #d0c7c0;

    font-size: 13px;

    line-height: 1.8;
}

.home-page .home-distribution-action {
    margin-top: 35px;
}

.home-page .home-distribution-action .home-text-link {
    color: #c8a968;
}


/* =========================================================
   10. APPARTAMENTI HOME
========================================================= */

.home-page .home-apartments {
    padding: 105px 9% 110px;

    background-color: white;
}

.home-page .home-apartments-heading {
    display: grid;

    grid-template-columns: 1fr 0.7fr;

    gap: 90px;

    align-items: end;

    margin-bottom: 65px;
}

.home-page .home-apartments-heading h2 {
    margin: 0;

    color: #3d352f;

    font-size: clamp(46px, 4.3vw, 64px);

    font-weight: 300;

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.home-page .home-apartments-heading h2 span {
    display: block;

    color: #a8874a;
}

.home-page .home-apartments-heading > div:last-child p {
    max-width: 500px;

    margin-bottom: 25px;

    color: #756d65;

    font-size: 14px;

    line-height: 1.8;
}


/* LISTA PIANI */

.home-page .home-floor-list {
    border-top: 1px solid #ded8d0;
}

.home-page .home-floor-row {
    display: grid;

    grid-template-columns: 100px 1.1fr 1fr 45px;

    gap: 25px;

    align-items: center;

    min-height: 110px;

    padding: 22px 20px;

    border-bottom: 1px solid #ded8d0;

    color: #3d352f;

    text-decoration: none;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        padding-left 0.3s ease;
}

.home-page .home-floor-row:hover {
    padding-left: 30px;

    color: white;

    background-color: #443830;
}

.home-page .home-floor-number {
    color: #b99a59;

    font-size: 31px;

    font-weight: 300;
}

.home-page .home-floor-name {
    font-size: 25px;

    font-weight: 300;
}

.home-page .home-floor-units {
    color: #847b72;

    font-size: 12px;

    letter-spacing: 0.6px;

    transition: color 0.3s ease;
}

.home-page .home-floor-row:hover .home-floor-units {
    color: #d7d0ca;
}

.home-page .home-floor-arrow {
    color: #b99a59;

    font-size: 21px;

    transition: transform 0.3s ease;
}

.home-page .home-floor-row:hover .home-floor-arrow {
    transform: translateX(5px);
}


/* =========================================================
   11. FINITURE
========================================================= */

.home-page .home-finishes {
    position: relative;

    min-height: 470px;

    padding: 90px 9%;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 48%,
            rgba(200, 169, 104, 0.11),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #493d34,
            #342c27
        );

    color: white;
}

.home-page .home-finishes-content {
    position: relative;

    z-index: 2;

    max-width: 680px;
}

.home-page .home-finishes .home-section-label {
    color: #c8a968;
}

.home-page .home-finishes h2 {
    max-width: 600px;

    margin-bottom: 24px;

    color: white;

    font-size: clamp(46px, 4.5vw, 66px);

    font-weight: 300;

    line-height: 1.08;

    letter-spacing: -1.6px;
}

.home-page .home-finishes-content > p:not(.home-section-label) {
    max-width: 560px;

    margin-bottom: 34px;

    color: #d4cdc7;

    font-size: 15px;

    line-height: 1.8;
}

.home-page .home-finishes-decoration {
    position: absolute;

    top: 50%;
    right: 8%;

    transform: translateY(-50%);

    color: rgba(255, 255, 255, 0.035);

    font-size: clamp(260px, 29vw, 460px);

    font-weight: 300;

    line-height: 1;

    pointer-events: none;
}


/* =========================================================
   12. LOCALIZZAZIONE
========================================================= */

.home-page .home-location {
    padding: 105px 9% 110px;

    background-color: #f6f3ef;

    color: #3d352f;
}

.home-page .home-location-title {
    max-width: 850px;

    margin-bottom: 65px;
}

.home-page .home-location-title h2 {
    max-width: 750px;

    margin: 0;

    color: #3d352f;

    font-size: clamp(46px, 4.3vw, 64px);

    font-weight: 300;

    line-height: 1.06;

    letter-spacing: -1.6px;
}

.home-page .home-location-title h2 span {
    display: block;

    margin-top: 7px;

    color: #a8874a;
}


/* BOX COMPLETO */

.home-page .home-location-layout {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: stretch;

    min-height: 560px;

    overflow: hidden;

    border: 1px solid #ddd6ce;

    background-color: white;
}


/* CARTINA */

.home-page .home-location-map-image {
    position: relative;

    width: 100%;
    min-width: 0;

    min-height: 560px;

    overflow: hidden;

    background-color: #f4f3f1;
}

.home-page .home-location-map-image img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center center;
}


/* TESTO POSIZIONE */

.home-page .home-location-details {
    padding: 65px 55px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background-color: white;
}

.home-page .home-location-details h3 {
    max-width: 470px;

    margin-bottom: 25px;

    color: #3d352f;

    font-size: clamp(30px, 3vw, 43px);

    font-weight: 300;

    line-height: 1.12;

    letter-spacing: -1px;
}

.home-page .home-location-details > p:not(.home-section-label) {
    max-width: 470px;

    margin-bottom: 18px;

    color: #746c64;

    font-size: 14px;

    line-height: 1.82;
}


/* INDIRIZZO */

.home-page .home-location-address {
    margin-top: 20px;

    padding-top: 22px;

    border-top: 1px solid #ddd6ce;
}

.home-page .home-location-address span {
    display: block;

    margin-bottom: 8px;

    color: #a8874a;

    font-size: 8px;

    letter-spacing: 2px;
}

.home-page .home-location-address strong {
    color: #443b34;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.55;
}


/* PULSANTE GOOGLE MAPS */

.home-page .home-map-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    width: fit-content;

    margin-top: 30px;

    padding: 15px 22px;

    color: #ffffff;

    background-color: #443830;

    border: 1px solid #443830;

    text-decoration: none;

    font-size: 9px;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.home-page .home-map-button span {
    color: #c8a968;

    font-size: 15px;
}

.home-page .home-map-button:hover {
    background-color: #a7894f;

    border-color: #a7894f;

    transform: translateY(-2px);
}

.home-page .home-map-button:hover span {
    color: white;
}


/* =========================================================
   13. CONTATTI
========================================================= */

.home-page .home-contact {
    padding: 105px 9% 110px;

    background-color: white;

    text-align: center;
}

.home-page .home-contact h2 {
    max-width: 720px;

    margin: 0 auto 24px;

    color: #3c342e;

    font-size: clamp(46px, 4.5vw, 66px);

    font-weight: 300;

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.home-page .home-contact > p:not(.home-section-label) {
    max-width: 620px;

    margin: 0 auto 36px;

    color: #756d65;

    font-size: 15px;

    line-height: 1.8;
}

.home-page .home-contact-buttons {
    justify-content: center;
}


/* =========================================================
   14. FOOTER
========================================================= */

.home-page .home-footer {
    width: 100%;

    background:
        linear-gradient(
            120deg,
            #2d2722,
            #211d1a
        );

    color: #ffffff;
}

.home-page .home-footer-content {
    width: 100%;
    max-width: 1500px;

    margin: 0 auto;

    padding: 16px 6%;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    gap: 90px;
}

.home-page .home-footer-item {
    height: 105px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}


/* DI BIASE - SINISTRA */

.home-page .home-footer-architects {
    align-items: center;

    text-align: center;
}

.home-page .home-footer-label {
    display: block;

    margin-bottom: 12px;

    color: #c8a968;

    font-size: 8px;

    letter-spacing: 2.4px;

    text-transform: uppercase;
}

.home-page .home-footer-studio-logo {
    display: block;

    width: 125px;
    height: auto;

    filter: brightness(0) invert(1);

    opacity: 0.95;
}


/* KONA - CENTRO */

.home-page .home-footer-kona {
    align-items: center;

    text-align: center;
}

.home-page .home-footer-logo {
    display: block;

    width: 205px;
    height: auto;
}


/* ELIFE - DESTRA */

.home-page .home-footer-company {
    align-items: flex-end;

    text-align: right;
}

.home-page .home-footer-company strong {
    display: block;

    margin: 0 0 9px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.4;

    letter-spacing: 1.2px;
}

.home-page .home-footer-company p {
    margin: 0;

    color: rgba(255, 255, 255, 0.58);

    font-size: 9px;

    line-height: 1.6;

    letter-spacing: 0.6px;
}


/* =========================================================
   15. ANIMAZIONI
========================================================= */

@keyframes homeFadeUp {

    from {
        opacity: 0;

        transform: translateY(22px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }

}

@keyframes homeScroll {

    0% {
        opacity: 0;

        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;

        transform: translate(-50%, 12px);
    }

}


/* =========================================================
   16. TABLET
========================================================= */

@media (max-width: 1050px) {

    .home-page .home-hero {
        min-height: 700px;
    }

    .home-page .home-hero-content {
        padding-left: 8%;
    }


    /* SEZIONI A UNA COLONNA */

    .home-page .home-residence-heading,
    .home-page .home-distribution-heading,
    .home-page .home-apartments-heading {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .home-page .home-residence-intro {
        padding-left: 0;
        padding-top: 30px;

        border-left: none;

        border-top: 1px solid #d3ccc3;
    }


    /* SHOWCASE */

    .home-page .home-residence-showcase {
        grid-template-columns: 1fr;
    }

    .home-page .home-residence-image {
        min-height: 450px;
    }


    /* VALORI */

    .home-page .home-values {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    /* DISTRIBUZIONE */

    .home-page .home-distribution-grid {
        grid-template-columns: 1fr;
    }

    .home-page .home-distribution-item {
        padding: 35px 0;

        border-right: none;

        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-page .home-distribution-item:last-child {
        border-bottom: none;
    }

    .home-page .home-distribution-item > span {
        margin-bottom: 22px;
    }


    /* APPARTAMENTI */

    .home-page .home-floor-row {
        grid-template-columns: 75px 1fr 1fr 35px;
    }


    /* POSIZIONE */

    .home-page .home-location-layout {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .home-page .home-location-map-image {
        min-height: 500px;
    }

    .home-page .home-location-map-image img {
        object-position: center center;
    }


    /* FOOTER */

    .home-page .home-footer-content {
        grid-template-columns: 1fr;

        gap: 0;

        padding: 24px 22px;
    }

    .home-page .home-footer-item {
        width: 100%;

        height: auto;
        min-height: auto;

        padding: 19px 0;

        align-items: center;

        text-align: center;
    }

    .home-page .home-footer-kona {
        order: 1;

        padding-top: 2px;
        padding-bottom: 22px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .home-page .home-footer-architects {
        order: 2;

        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .home-page .home-footer-company {
        order: 3;
    }

    .home-page .home-footer-logo {
        width: 165px;
    }

    .home-page .home-footer-studio-logo {
        width: 96px;
    }

    .home-page .home-footer-company strong {
        font-size: 12px;
    }

    .home-page .home-footer-company p {
        font-size: 8px;
    }

}


/* =========================================================
   17. SMARTPHONE
========================================================= */

@media (max-width: 650px) {

    .home-page .home-navbar {
        padding: 14px 22px;
    }

    .home-page .home-navbar .kona-logo {
        width: 175px;
    }


    .home-page .home-hero {
        min-height: 720px;
    }


    .home-page .home-hero-content {
        padding-left: 25px;
        padding-right: 25px;
    }


    .home-page .home-hero h1 {
        font-size: 48px;

        letter-spacing: -1.5px;
    }


    .home-page .home-hero-tagline {
        font-size: 11px;

        letter-spacing: 1.2px;
    }


    .home-page .home-hero-description {
        font-size: 14px;
    }


    .home-page .home-hero-meta {
        width: 100%;
    }


    .home-page .home-hero-meta span {
        padding: 10px 10px;

        font-size: 7px;

        letter-spacing: 1.2px;
    }


    .home-page .home-residence,
    .home-page .home-distribution,
    .home-page .home-apartments,
    .home-page .home-location,
    .home-page .home-contact {
        padding-left: 25px;
        padding-right: 25px;
    }


    .home-page .home-residence,
    .home-page .home-distribution,
    .home-page .home-apartments {
        padding-top: 75px;
        padding-bottom: 80px;
    }


    .home-page .home-finishes {
        padding: 75px 25px;
    }


    .home-page .home-location {
        padding-top: 75px;
        padding-bottom: 80px;
    }


    .home-page .home-contact {
        padding-top: 75px;
        padding-bottom: 80px;
    }


    .home-page .home-residence-heading h2,
    .home-page .home-distribution-heading h2,
    .home-page .home-apartments-heading h2,
    .home-page .home-finishes h2,
    .home-page .home-location-title h2,
    .home-page .home-contact h2 {
        font-size: 39px;
    }


    .home-page .home-residence-details {
        padding: 45px 30px;
    }


    .home-page .home-floor-row {
        grid-template-columns: 55px 1fr 30px;

        gap: 12px;

        min-height: 95px;

        padding: 18px 10px;
    }


    .home-page .home-floor-units {
        display: none;
    }


    .home-page .home-floor-number {
        font-size: 25px;
    }


    .home-page .home-floor-name {
        font-size: 20px;
    }


    .home-page .home-location-map-image {
        min-height: 380px;
    }


    .home-page .home-location-details {
        padding: 45px 30px;
    }


    .home-page .home-button {
        padding: 14px 18px;

        font-size: 8px;
    }

}


/* =========================================================
   18. SMARTPHONE PICCOLI
========================================================= */

@media (max-width: 420px) {

    .home-page .home-navbar .kona-logo {
        width: 155px;
    }


    .home-page .home-hero {
        min-height: 720px;
    }


    .home-page .home-hero h1 {
        font-size: 42px;
    }


    .home-page .home-eyebrow {
        font-size: 8px;

        letter-spacing: 3px;
    }


    .home-page .home-hero-meta span {
        padding: 9px 8px;

        font-size: 6.5px;

        letter-spacing: 1.2px;
    }


    .home-page .home-residence-heading h2,
    .home-page .home-distribution-heading h2,
    .home-page .home-apartments-heading h2,
    .home-page .home-finishes h2,
    .home-page .home-location-title h2,
    .home-page .home-contact h2 {
        font-size: 37px;
    }


    .home-page .home-location-map-image {
        min-height: 340px;
    }


    .home-page .home-footer-content {
        padding: 22px 16px;
    }


    .home-page .home-footer-logo {
        width: 150px;
    }


    .home-page .home-footer-studio-logo {
        width: 88px;
    }

}