/*
Theme Name: Cyprus Homes Network
Theme URI: https://cyprushomes.net/
Author: Cyprus Homes Network
Description: Custom website theme for Cyprus Homes Network.
Version: 4.0
Text Domain: cyprus-homes-network
*/

/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #f7f7f3;
    color: #080808;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

:root {
    --black: #080808;
    --white: #ffffff;
    --cream: #f7f7f3;
    --soft: #eeeeea;
    --yellow: #efff36;
    --grey: #777777;
    --border: #d9d9d4;
}


/* =========================================================
   GLOBAL CONTAINER
========================================================= */

.container,
.chn-container {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   BUTTONS
========================================================= */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 25px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.button-primary {
    background: var(--yellow);
    color: var(--black);
}

.button-primary:hover {
    transform: translateY(-2px);
}

.button-light {
    background: var(--white);
    color: var(--black);
}

.button-light:hover {
    transform: translateY(-2px);
}

.button-outline {
    background: transparent;
    border: 1px solid var(--border);
}

.button-outline:hover {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}


/* =========================================================
   HEADER
========================================================= */

.chn-header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 30px;
}

.chn-header-inner {
    width: min(1320px, 100%);
    min-height: 72px;
    margin: 0 auto;
    padding: 10px 22px 10px 28px;

    display: flex;
    align-items: center;
    gap: 30px;

    background: rgba(255,255,255,.97);
    border-radius: 999px;

    box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.chn-logo {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.chn-logo img,
.chn-logo .custom-logo {
    width: auto;
    max-width: 185px;
    max-height: 48px;
}

.chn-logo span {
    font-size: 18px;
    font-weight: 700;
}

.chn-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.chn-nav a {
    position: relative;
    font-size: 15px;
    font-weight: 700;
}

.chn-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: var(--yellow);
    transition: width .2s ease;
}

.chn-nav a:hover::after {
    width: 100%;
}

.chn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 0 25px;

    border-radius: 999px;
    background: var(--yellow);

    font-size: 15px;
    font-weight: 700;
}

.chn-menu {
    display: none;

    border: 0;
    background: var(--black);
    color: white;

    border-radius: 50%;

    width: 44px;
    height: 44px;

    cursor: pointer;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;

    min-height: 720px;
    height: 86vh;
    max-height: 820px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,.68) 0%,
            rgba(0,0,0,.45) 42%,
            rgba(0,0,0,.12) 100%
        ),
        url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2200&q=90");

    background-size: cover;
    background-position: center;

    color: white;
}

.hero .container {
    padding-top: 65px;
}

.hero-content {
    width: min(760px, 70%);
}

.eyebrow {
    display: inline-flex;
    align-items: center;

    background: var(--yellow);
    color: var(--black);

    padding: 9px 18px;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: .8px;

    text-transform: uppercase;
}

.hero h1 {
    margin: 25px 0 18px;

    max-width: 850px;

    font-size: clamp(58px, 6.2vw, 92px);
    line-height: .91;
    letter-spacing: -4px;
    font-weight: 800;
}

.hero p {
    max-width: 690px;
    margin: 0 0 28px;

    font-size: 21px;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    gap: 14px;
}

.hero-scroll {
    position: absolute;
    bottom: 22px;
    left: 50%;

    transform: translateX(-50%);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================================
   SECTION DEFAULTS
========================================================= */

.intro,
.properties {
    padding: 90px 0;
}

.section-head {
    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);

    gap: 70px;

    align-items: end;

    margin-bottom: 48px;
}

.kicker {
    margin-bottom: 12px;

    color: #727272;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;

    text-transform: uppercase;
}

.section-head h2 {
    margin: 0;

    font-size: clamp(48px, 4.6vw, 68px);
    line-height: .94;
    letter-spacing: -3px;

    font-weight: 800;
}

.section-head > p {
    max-width: 560px;
    margin: 0;

    color: #4f4f4f;

    font-size: 18px;
    line-height: 1.55;
}


/* =========================================================
   INTRO / MORE THAN REAL ESTATE
========================================================= */

.intro {
    background: var(--cream);
}

/*
   IMPORTANT:
   The old CSS allowed the heading to become wider than
   its column and overlap the paragraph.

   This creates a controlled two-column layout.
*/

.intro .section-head {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 80px;

    align-items: start;

    margin-bottom: 48px;
}

.intro .section-head > div {
    min-width: 0;
}

.intro .section-head h2 {
    max-width: 720px;

    font-size: clamp(48px, 4.2vw, 64px);
    line-height: .95;
    letter-spacing: -3px;

    white-space: nowrap;
}

.intro .section-head > p {
    max-width: 580px;

    padding-top: 25px;

    font-size: 17px;
    line-height: 1.55;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.services-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;
}

.service-card {
    min-height: 255px;

    padding: 27px 26px 24px;

    display: flex;
    flex-direction: column;

    background: rgba(255,255,255,.72);

    border: 1px solid var(--border);
    border-radius: 22px;

    transition:
        transform .25s ease,
        background .25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    background: var(--white);
}

.service-number {
    color: #999999;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.service-card h3 {
    margin: 45px 0 8px;

    font-size: 27px;
    line-height: 1;
    letter-spacing: -1px;
}

.service-card p {
    margin: 0;

    color: #777777;

    font-size: 14px;
    line-height: 1.45;
}

.service-link {
    margin-top: auto;
    padding-top: 22px;

    font-size: 13px;
    font-weight: 800;
}

.service-link::after {
    content: "";

    display: inline-block;

    width: 25px;
    height: 1px;

    margin-left: 10px;

    vertical-align: middle;

    background: currentColor;
}


/* =========================================================
   FEATURED PROPERTIES
========================================================= */

.properties {
    background: var(--white);
}

.properties .section-head {
    align-items: center;
}

.properties .section-head .button {
    justify-self: end;
}

/*
   The actual front-page.php uses .property-grid.
   The old CSS was styling .cards instead.
*/

.property-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;

    align-items: stretch;
}

.property-card {
    width: 100%;
    min-width: 0;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    background: var(--white);

    border: 1px solid var(--border);
    border-radius: 20px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.property-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.property-image {
    width: 100%;
    height: 260px;

    flex-shrink: 0;

    background-size: cover;
    background-position: center;
}

.property-body {
    padding: 21px 22px 24px;

    display: flex;
    flex-direction: column;

    flex: 1;
}

.property-tag {
    display: inline-flex;
    align-self: flex-start;

    padding: 7px 13px;

    background: var(--yellow);
    color: var(--black);

    border-radius: 999px;

    font-size: 11px;
    font-weight: 800;

    text-transform: uppercase;
}

.property-body h3 {
    margin: 14px 0 7px;

    font-size: 25px;
    line-height: 1;
    letter-spacing: -1px;
}

.property-meta {
    color: #777;

    font-size: 13px;
}

.property-price {
    margin-top: auto;
    padding-top: 18px;

    font-size: 13px;
    font-weight: 800;
}


/* =========================================================
   SPLIT SECTIONS
========================================================= */

.split {
    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 530px;
}

.split-image {
    min-height: 530px;

    background-size: cover;
    background-position: center;
}

.split-copy {
    padding: 70px max(50px, 7vw);

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: var(--cream);
}

.split-copy h2 {
    max-width: 570px;

    margin: 0 0 18px;

    font-size: clamp(42px, 4vw, 62px);
    line-height: .95;
    letter-spacing: -3px;
}

.split-copy p {
    max-width: 560px;

    color: #666;

    font-size: 17px;
    line-height: 1.55;
}

.service-list {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 8px 25px;

    margin: 22px 0 28px;
    padding: 0;

    list-style: none;
}

.service-list li {
    font-size: 14px;
    font-weight: 700;
}

.service-list li::before {
    content: "•";

    margin-right: 8px;

    color: #999;
}


/* =========================================================
   BLOG / LATEST INSIGHTS
========================================================= */

.blog-section {
    background: var(--cream);

    /*
       IMPORTANT:
       Create clear visual separation from the Design section.
    */

    margin-top: 90px;

    padding: 110px 0 100px;
}

.blog-section .section-head {
    margin-bottom: 48px;
}

.blog-section .section-head h2 {
    font-size: clamp(48px, 4.6vw, 68px);
    line-height: .94;
}

/*
   Remove any old forced <br> visually.
   The title can remain one line on desktop.
*/

.blog-section .section-head h2 br {
    display: none;
}

.blog-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;
}

.post-card {
    overflow: hidden;

    background: var(--white);

    border: 1px solid var(--border);
    border-radius: 20px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.post-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 15px 35px rgba(0,0,0,.07);
}

.post-card-image {
    width: 100%;
    height: 205px;

    background-size: cover;
    background-position: center;
}

.post-card-body {
    padding: 20px 21px 22px;
}

.post-meta {
    margin-bottom: 9px;

    color: #888;

    font-size: 11px;
    font-weight: 700;
}

.post-card h3 {
    margin: 0 0 18px;

    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.5px;
}

.post-card span {
    font-size: 13px;
    font-weight: 800;
}


/* =========================================================
   CTA
========================================================= */

.cta {
    padding: 105px 30px;

    text-align: center;

    background: var(--black);
    color: white;
}

.cta h2 {
    max-width: 850px;

    margin: 0 auto 18px;

    font-size: clamp(42px, 5vw, 68px);
    line-height: .95;
    letter-spacing: -3px;
}

.cta p {
    max-width: 650px;

    margin: 0 auto 28px;

    color: #cfcfcf;

    font-size: 17px;
}


/* =========================================================
   FOOTER
========================================================= */

/*
   The current footer is rendering as a plain white block.
   These rules intentionally target BOTH the custom footer
   class and the actual <footer> element.
*/

footer,
.chn-footer {
    background: #080808 !important;
    color: #ffffff !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}

footer a,
.chn-footer a {
    color: #ffffff !important;
}

.chn-footer-inner {
    width: min(1200px, calc(100% - 80px));

    margin: 0 auto;

    padding: 65px 0 35px;
}


/*
   If the footer has the standard custom wrapper,
   create a clean 4-column layout.
*/

.chn-footer-inner {
    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr 1fr;

    gap: 50px;
}


/* Footer brand */

.chn-footer-brand {
    max-width: 400px;
}

.chn-footer-brand h3 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.1;
}

.chn-footer-brand p {
    margin: 0;

    color: #bdbdbd;

    font-size: 14px;
    line-height: 1.65;
}


/* Footer columns */

.chn-footer-column h4 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.chn-footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.chn-footer-column li {
    margin-bottom: 9px;
}

.chn-footer-column a {
    color: #bdbdbd !important;

    font-size: 14px;

    transition: color .2s ease;
}

.chn-footer-column a:hover {
    color: var(--yellow) !important;
}


/* Footer bottom */

.chn-footer-bottom {
    width: min(1200px, calc(100% - 80px));

    margin: 0 auto;

    padding: 22px 0 28px;

    border-top: 1px solid rgba(255,255,255,.15);

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}

.chn-footer-bottom p {
    margin: 0;

    color: #888;

    font-size: 12px;
}

.chn-footer-bottom a {
    color: #888 !important;

    font-size: 12px;
}


/*
   Fallback styling for the current simple footer markup.
   This prevents the plain text footer from appearing huge
   or unstructured while the footer template is being updated.
*/

footer > div:not(.chn-footer-inner) {
    max-width: 1200px;

    margin: 0 auto;

    padding: 55px 40px;
}

footer h3 {
    color: #ffffff;
}

footer h4 {
    color: #ffffff;
}

footer p {
    color: #bdbdbd;
}

footer a {
    color: #bdbdbd !important;
}

footer a:hover {
    color: var(--yellow) !important;
}


/* =========================================================
   WORDPRESS
========================================================= */

.wp-caption {
    max-width: 100%;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    position: absolute;

    width: 1px;
    height: 1px;

    padding: 0;
    margin: -1px;

    overflow: hidden;

    clip: rect(0,0,0,0);

    white-space: nowrap;

    border: 0;
}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 1000px) {

    .container,
    .chn-container {
        width: min(100% - 50px, 850px);
    }

    .section-head {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .intro .section-head {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .intro .section-head h2 {
        white-space: normal;
    }

    .intro .section-head > p {
        padding-top: 0;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split {
        grid-template-columns: 1fr;
    }

    .split-image {
        min-height: 420px;
    }

    .split-copy {
        min-height: 480px;
    }

    .chn-footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   MOBILE MENU
========================================================= */

@media (max-width: 900px) {

    .chn-header {
        top: 12px;
        padding: 0 15px;
    }

    .chn-header-inner {
        min-height: 62px;

        padding: 8px 10px 8px 18px;
    }

    .chn-logo img,
    .chn-logo .custom-logo {
        max-width: 155px;
        max-height: 43px;
    }

    .chn-nav,
    .chn-contact {
        display: none;
    }

    .chn-menu {
        display: block;
        margin-left: auto;
    }

    .chn-nav.mobile-open {
        position: absolute;

        top: 70px;
        left: 15px;
        right: 15px;

        display: flex;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        padding: 12px;

        background: white;

        border-radius: 20px;

        box-shadow: 0 15px 35px rgba(0,0,0,.12);
    }

    .chn-nav.mobile-open a {
        padding: 13px 15px;
    }

    .hero {
        min-height: 680px;
        height: 88vh;
    }

    .hero-content {
        width: 100%;
    }

    .hero h1 {
        font-size: clamp(48px, 12vw, 70px);
        letter-spacing: -3px;
    }

    .hero p {
        font-size: 17px;
    }

    .section-head h2 {
        font-size: 48px;
    }

    .intro .section-head h2 {
        font-size: 48px;
    }

    .blog-section {
        margin-top: 65px;
        padding-top: 80px;
        padding-bottom: 75px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {

    body {
        font-size: 15px;
    }

    .container,
    .chn-container {
        width: calc(100% - 30px);
    }

    .hero {
        min-height: 640px;
    }

    .hero .container {
        padding-top: 80px;
    }

    .eyebrow {
        padding: 8px 13px;
        font-size: 10px;
    }

    .hero h1 {
        margin-top: 18px;

        font-size: 48px;
        letter-spacing: -2px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .button {
        min-height: 44px;
        padding: 0 21px;
        font-size: 14px;
    }

    .intro,
    .properties {
        padding: 65px 0;
    }

    .section-head {
        margin-bottom: 32px;
    }

    .section-head h2 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .intro .section-head h2 {
        font-size: 43px;
        line-height: .98;

        white-space: normal;
    }

    .section-head > p {
        font-size: 16px;
    }

    .services-grid,
    .property-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 210px;
        padding: 22px;
    }

    .service-card h3 {
        margin-top: 35px;
        font-size: 25px;
    }

    .property-image {
        height: 220px;
    }

    .property-body h3 {
        font-size: 23px;
    }

    .split-image {
        min-height: 300px;
    }

    .split-copy {
        min-height: 0;

        padding: 55px 25px;
    }

    .split-copy h2 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .service-list {
        grid-template-columns: 1fr;
    }

    .post-card-image {
        height: 210px;
    }

    .blog-section {
        margin-top: 55px;

        padding: 70px 0 70px;
    }

    .blog-section .section-head h2 {
        font-size: 43px;
        white-space: normal;
    }

    .cta {
        padding: 70px 20px;
    }

    .cta h2 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .cta p {
        font-size: 16px;
    }

    .chn-footer-inner {
        width: calc(100% - 40px);

        padding: 50px 0 25px;

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .chn-footer-bottom {
        width: calc(100% - 40px);

        flex-direction: column;

        align-items: flex-start;

        padding-bottom: 25px;
    }

    footer > div:not(.chn-footer-inner) {
        padding: 45px 20px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hero h1 {
        font-size: 43px;
    }

    .intro .section-head h2,
    .section-head h2 {
        font-size: 39px;
    }

    .split-copy h2 {
        font-size: 39px;
    }

    .cta h2 {
        font-size: 39px;
    }
}


/* =========================================================
   HIDE OLD DEBUG ELEMENT
========================================================= */

.chn-proof {
    display: none !important;
}

/* =========================================================
   CYPRUS HOMES NETWORK — VERTICAL FOOTER
   ========================================================= */

.chn-footer {
    width: 100%;
    background: #f5f5f1;
    color: #111;
    border-top: 1px solid #deded8;
    margin: 0;
    padding: 0;
}

/* MAIN FOOTER */
.chn-footer-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 40px 60px;

    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 0;
}

/* BRAND */
.chn-footer-brand {
    padding-right: 60px;
}

.chn-footer-brand h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.chn-footer-brand p {
    margin: 0;
    max-width: 400px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}


/* =========================================================
   VERTICAL COLUMNS
   ========================================================= */

.chn-footer-column {
    min-height: 180px;

    border-left: 1px solid #d5d5cf;

    padding-left: 35px;
    padding-right: 30px;
}

.chn-footer-column h4 {
    margin: 0 0 22px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.chn-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chn-footer-column li {
    margin: 0 0 12px;
    padding: 0;
}

.chn-footer-column a {
    display: inline-block;

    color: #555;
    text-decoration: none;

    font-size: 15px;
    line-height: 1.5;

    transition: all 0.2s ease;
}

.chn-footer-column a:hover {
    color: #111;
    transform: translateX(3px);
}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.chn-footer-bottom {
    max-width: 1280px;
    margin: 0 auto;

    padding: 22px 40px;

    border-top: 1px solid #d5d5cf;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;

    font-size: 13px;
    color: #666;
}

.chn-footer-bottom-links {
    display: flex;
    gap: 25px;
}

.chn-footer-bottom a {
    color: #666;
    text-decoration: none;
}

.chn-footer-bottom a:hover {
    color: #111;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .chn-footer-main {
        grid-template-columns: 1fr 1fr;
        row-gap: 45px;
        padding: 60px 30px 50px;
    }

    .chn-footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .chn-footer-column {
        min-height: 160px;
    }

    .chn-footer-bottom {
        padding: 20px 30px;
        flex-wrap: wrap;
    }
}


/* =========================================================
   MOBILE — CLEAR VERTICAL SECTIONS
   ========================================================= */

@media (max-width: 600px) {

    .chn-footer-main {
        display: block;
        padding: 45px 22px 35px;
    }

    .chn-footer-brand {
        padding: 0 0 30px;
    }

    .chn-footer-brand h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .chn-footer-brand p {
        font-size: 14px;
    }

    /* Each section becomes a separate vertical block */
    .chn-footer-column {
        min-height: auto;

        border-left: none;
        border-top: 1px solid #d5d5cf;

        padding: 25px 0;
    }

    .chn-footer-column h4 {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .chn-footer-column li {
        margin-bottom: 10px;
    }

    .chn-footer-column a {
        font-size: 14px;
    }

    .chn-footer-bottom {
        display: block;

        padding: 20px 22px 25px;

        font-size: 12px;
        line-height: 1.6;
    }

    .chn-footer-bottom-links {
        margin: 10px 0;
        gap: 18px;
    }
}