:root {
    --primary-color: #f8f9fa;
    --secondary-color: #ff6b9d;
    --accent-color: #ffb6c1;
    --text-color: #2d3436;
    --hover-color: #ff8aae;
    --bg-color: #ffffff;
    --card-bg: #ffffff;
    --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --header-gradient: linear-gradient(135deg, #ffffff 0%, #fff5f7 100%);
    --footer-gradient: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    --font-main: 'Inter', 'SF Pro Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --border-radius: 24px;
    --border-radius-sm: 16px;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 8px 24px rgba(255, 107, 157, 0.15);
    --shadow-hover: 0 12px 28px rgba(255, 107, 157, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-main);
    color: var(--text-color);
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 16px;
    background-image: radial-gradient(circle at 100% 0%, rgba(255, 235, 240, 0.4) 0%, transparent 50%);
}

header {
    background: transparent;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 107, 157, 0.1);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
}

#header {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid rgba(255, 107, 157, 0.1);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

#header .page-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

#site-title {
    padding: 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#logo {
    font: normal bold 280% "Inter", "SF Pro Display", -apple-system, sans-serif;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
    float: left;
    color: #2d3436;
    text-shadow: none;
    text-transform: none;
}

#logo a {
    color: #2d3436;
    text-decoration: none;
    text-shadow: none;
    display: block;
    text-transform: none;
    transition: var(--transition);
}

#logo a:hover {
    color: var(--secondary-color);
}

#logo span.alt {
    color: var(--secondary-color);
    font-style: normal;
    display: inline;
}

#logo a:hover span.alt {
    color: var(--hover-color);
}

.headline {
    font-size: 110%;
    font-style: italic;
    border-left: 2px solid var(--secondary-color);
    color: var(--text-color);
    float: left;
    padding: 10px 0 10px 25px;
    margin: 10px 0 0 20px;
    opacity: 0.8;
}

.shadow-left {
    background: transparent;
}

.shadow-right {
    background: transparent;
    padding-bottom: 0;
}

.nav-main {
    background: transparent;
    border-top: none;
    position: relative;
    z-index: 10;
}

.nav-main ul {
    background: transparent;
    border-top: none;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2px;
}

.nav-main li {
    background: transparent;
    padding-right: 0;
    border-top: none;
    margin-top: 0;
    position: relative;
}

.nav-main a {
    color: var(--text-color);
    font-size: 15px;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: none;
    display: block;
    border-radius: 50px;
    transition: var(--transition);
    background: transparent;
}

.nav-main a:hover {
    background: rgba(255, 107, 157, 0.1);
    color: var(--secondary-color);
}

.nav-main .menu-home a {
    background: transparent;
    padding-left: 24px;
}

.nav-main .menu-home.active > a,
.nav-main .menu-home.active-parent > a {
    background: var(--secondary-color);
    color: white;
}

.nav-main .active,
.nav-main .active-parent {
    background: transparent;
    border-color: transparent;
}

.nav-main .active > a,
.nav-main .active-parent > a {
    color: white;
    background: var(--secondary-color);
    text-shadow: none;
    border-radius: 50px;
}

.nav-main .active > a span.p,
.nav-main .active-parent > a span.p {
    display: none;
}

.nav-main li.open,
.nav-main li:hover {
    background-color: transparent;
}

.nav-main li.open > a,
.nav-main li:hover > a {
    color: var(--secondary-color);
    background: rgba(255, 107, 157, 0.1);
    text-shadow: none;
}

.cliffe-new-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 10px auto 10px;
    height: auto;
    padding: 20px 30px;
    flex-wrap: wrap;
    background: transparent;
    border-bottom: none;
}

.cliffe-new-banner {
    display: block;
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #ffe5ed, #ffd5e2);
    border-radius: 50px;
    border: 1px solid rgba(255, 107, 157, 0.2);
    text-align: center;
    line-height: 90px;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: var(--shadow-sm);
}

.cliffe-new-logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.cliffe-new-main-nav {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.cliffe-new-nav-list {
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.cliffe-new-nav-link {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 50px;
    background: transparent;
    border: 1.5px solid rgba(255, 107, 157, 0.3);
    white-space: nowrap;
    letter-spacing: 0.3px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.cliffe-new-nav-link:hover {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.cliffe-new-nav-link.active {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
}

.cliffe-new-nav-link i {
    font-size: 13px;
    margin-left: 5px;
    opacity: 0.9;
    color: inherit;
}

.cliffe-new-mobile-menu-btn {
    display: none;
    background: white;
    border: 1.5px solid rgba(255, 107, 157, 0.3);
    color: var(--secondary-color);
    font-size: 18px;
    cursor: pointer;
    padding: 12px 18px;
    border-radius: 50px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.cliffe-new-mobile-menu-btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    transform: scale(0.98);
}

.mobile-menu-close {
    display: flex;
    position: fixed;
    top: 25px;
    right: 25px;
    background: white;
    border: 1.5px solid var(--secondary-color);
    color: var(--secondary-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: var(--transition);
    z-index: 1003;
    box-shadow: var(--shadow-sm);
}

.mobile-menu-close:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    transform: rotate(90deg);
}

.cliffe-new-mobile-menu-close {
    display: none !important;
}

main {
    padding: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 70vh;
    border-top: 1px solid rgba(255, 107, 157, 0.1);
}

h1 {
    font-size: 38px;
    margin-bottom: 40px;
    color: var(--text-color);
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 107, 157, 0.2);
    position: relative;
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
}

h1::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
    border-radius: 4px;
}

h2 {
    font-size: 30px;
    margin: 40px 0 30px;
    color: var(--text-color);
    font-weight: 600;
    text-align: center;
    position: relative;
    font-family: var(--font-heading);
    padding-bottom: 12px;
    letter-spacing: -0.01em;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 3px;
}

.cliffe-new-gallery-grid {
    column-count: 4;
    column-gap: 24px;
    margin: 40px 0;
}

.cliffe-new-gallery-card {
    background: transparent;
    border-radius: 32px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: none;
    margin-bottom: 24px;
    border: none;
    break-inside: avoid;
    position: relative;
    display: block;
    width: 100%;
}

.cliffe-new-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.cliffe-new-gallery-card:hover img {
    transform: scale(1.02);
    box-shadow: var(--shadow-hover);
}

.cliffe-new-gallery-card:hover {
    border-color: transparent;
    transform: none;
}

.cliffe-new-gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 15px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    text-align: center;
    border: none;
    z-index: 2;
    width: 100%;
    pointer-events: none;
}

.cliffe-new-gallery-title {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: var(--font-main);
    line-height: 1.3;
    display: inline-block;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none;
}

.cliffe-new-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin: 40px 0;
}

.cliffe-new-item {
    background: white;
    border-radius: 60px;
    padding: 16px 24px;
    transition: var(--transition);
    border: 1px solid rgba(255, 107, 157, 0.2);
    text-align: center;
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-sm);
}

.cliffe-new-item:hover {
    border-color: var(--secondary-color);
    background: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.cliffe-new-link {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 500;
    display: block;
    font-size: 15px;
    transition: var(--transition);
}

.cliffe-new-link:hover {
    color: var(--hover-color);
}

footer {
    background: var(--footer-gradient);
    padding: 60px 40px 40px;
    margin-top: 60px;
    border-top: 4px solid var(--secondary-color);
    box-shadow: inset 0 10px 30px rgba(255, 235, 240, 0.5);
}

.footer-container-cliffe-new {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer-container-cliffe-new:first-of-type {
    margin-bottom: 40px;
}

.cliffe-new-footer-links-col {
    flex: 1 1 240px;
    min-width: 200px;
}

.cliffe-new-footer-links-col h3 {
    color: var(--secondary-color);
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 107, 157, 0.2);
    font-family: var(--font-heading);
    letter-spacing: 0.3px;
}

.cliffe-new-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cliffe-new-footer-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    padding: 8px 0;
    border-bottom: 1px dotted transparent;
    display: inline-block;
    width: fit-content;
    opacity: 0.7;
}

.cliffe-new-footer-link:hover {
    color: var(--secondary-color);
    opacity: 1;
    border-bottom-color: var(--secondary-color);
    transform: translateX(5px);
}

.copyright {
    text-align: left;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 107, 157, 0.2);
    font-size: 13px;
    color: var(--text-color);
    grid-column: 1 / -1;
    width: 100%;
    opacity: 0.8;
}

.copyright p {
    margin-bottom: 8px;
    color: inherit;
}

.cliffe-new-info-section {
    background: white;
    padding: 30px 35px;
    border-radius: 40px;
    margin: 40px 0;
    border: 1px solid rgba(255, 107, 157, 0.2);
    font-size: 16px;
    line-height: 1.7;
    backdrop-filter: blur(8px);
    color: var(--text-color);
    box-shadow: var(--shadow-sm);
}

.cliffe-new-info-section h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 22px;
}

.cliffe-new-info-section h4 {
    color: var(--text-color);
    margin: 20px 0 10px;
    font-size: 18px;
    opacity: 0.9;
}

.cliffe-new-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 18px;
    margin: 40px 0;
}

.cliffe-new-map-item {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.cliffe-new-map-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 16px 24px;
    background: white;
    border-radius: 60px;
    transition: var(--transition);
    border-left: none;
    border: 1px solid rgba(255, 107, 157, 0.2);
    backdrop-filter: blur(6px);
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.cliffe-new-map-link:hover {
    color: white;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transform: scale(1.02);
    box-shadow: var(--shadow-md);
}

.cliffe-new-map-link h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: inherit;
}

.cliffe-new-gallery-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.cliffe-new-slider-container {
    position: relative;
    width: 90%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cliffe-new-slider-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 40px;
    box-shadow: var(--shadow-md);
}

.cliffe-new-slider-close {
    position: fixed;
    top: 25px;
    right: 25px;
    color: var(--text-color);
    font-size: 22px;
    cursor: pointer;
    background: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 1.5px solid var(--secondary-color);
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow-sm);
}

.cliffe-new-slider-prev,
.cliffe-new-slider-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: var(--secondary-color);
    border: 1.5px solid var(--secondary-color);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow-sm);
}

.cliffe-new-slider-prev:hover,
.cliffe-new-slider-next:hover,
.cliffe-new-slider-close:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
}

.cliffe-new-slider-prev:hover {
    transform: scale(1.08) translateY(-50%);
}

.cliffe-new-slider-next:hover {
    transform: scale(1.08) translateY(-50%);
}

.cliffe-new-slider-prev {
    left: 25px;
}

.cliffe-new-slider-next {
    right: 25px;
}

.cliffe-new-slider-counter {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--text-color);
    font-size: 15px;
    background: white;
    padding: 10px 24px;
    border-radius: 60px;
    border: 1px solid var(--secondary-color);
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow-sm);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
    opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--hover-color);
}

.cliffe-new-gallery-grid-cat {
    column-count: 3;
    column-gap: 24px;
    margin: 40px 0;
}

.cliffe-new-gallery-card-cat {
    background: transparent;
    border-radius: 32px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: none;
    margin-bottom: 24px;
    border: none;
    break-inside: avoid;
    position: relative;
    display: block;
    width: 100%;
}

.cliffe-new-gallery-card-cat img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.cliffe-new-gallery-card-cat:hover img {
    transform: scale(1.02);
    box-shadow: var(--shadow-hover);
}

.cliffe-new-gallery-card-cat:hover {
    border-color: transparent;
    transform: none;
}

.cliffe-new-gallery-info-cat {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 12px 20px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
    text-align: left;
    border-radius: 40px;
    border: 1px solid rgba(255, 107, 157, 0.3);
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.cliffe-new-gallery-title-cat {
    font-size: 14px;
    margin: 0;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pagination-container {
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 107, 157, 0.2);
    border-bottom: 1px solid rgba(255, 107, 157, 0.2);
    text-align: center;
}

.pagination-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.pagination-link {
    display: inline-block;
    padding: 12px 20px;
    background: white;
    border: 1.5px solid rgba(255, 107, 157, 0.3);
    border-radius: 50px;
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    min-width: 45px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.pagination-link:hover {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.pagination-link.active {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    font-weight: 600;
    box-shadow: var(--shadow-md);
}

.pagination-separator {
    color: var(--secondary-color);
    padding: 0 6px;
    display: inline-block;
    opacity: 0.5;
}

.clear-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.fadeThis a, .fade {
    transition: var(--transition);
}

.fadeThis a:hover, .fade:hover {
    transition: var(--transition);
}

@media (max-width: 992px) {
    .cliffe-new-mobile-menu-btn {
        display: block;
    }
    
    .cliffe-new-main-nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        height: 100vh;
        background: white;
        backdrop-filter: blur(20px);
        padding: 100px 30px 50px;
        flex-direction: column;
        z-index: 1001;
        overflow-y: auto;
        transition: left 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
        border-right: 2px solid var(--secondary-color);
        box-shadow: var(--shadow-md);
    }
    
    .cliffe-new-main-nav.show {
        left: 0;
    }
    
    .cliffe-new-nav-list {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .cliffe-new-nav-link {
        width: 100%;
        text-align: left;
        padding: 16px 28px;
        font-size: 16px;
        border-radius: 60px;
        background: white;
        border: 1.5px solid rgba(255, 107, 157, 0.3);
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--text-color);
    }
    
    .cliffe-new-nav-link:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: white;
    }
    
    .cliffe-new-nav-link.active {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: white;
    }
    
    #site-title {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }
    
    #logo {
        font-size: 200%;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    
    .headline {
        border-left: none;
        padding: 0;
        margin: 0;
        font-size: 100%;
        width: 100%;
        text-align: left;
    }
    
    .cliffe-new-gallery-grid-cat {
        column-count: 2;
        column-gap: 20px;
    }
}

@media (min-width: 993px) {
    .mobile-menu-close {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .cliffe-new-gallery-grid {
        column-count: 2;
        column-gap: 20px;
    }
    
    h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    h2 {
        font-size: 26px;
        margin: 30px 0 25px;
    }
    
    main {
        padding: 30px;
    }
    
    #header .page-content {
        padding: 0 25px;
    }
    
    .cliffe-new-header-container {
        padding: 0 25px;
        min-height: auto;
        margin-top: 80px;
    }
    
    #logo {
        font-size: 180%;
    }
    
    .headline {
        font-size: 95%;
    }
    
    .footer-container-cliffe-new {
        gap: 30px;
    }
    
    .cliffe-new-map-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .cliffe-new-gallery-grid {
        column-count: 1;
        column-gap: 0;
        margin: 25px 0;
    }
    
    .cliffe-new-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 30px 0;
    }
    
    .cliffe-new-item {
        padding: 14px 20px;
    }
    
    .cliffe-new-link {
        font-size: 14px;
    }
    
    h1 {
        font-size: 28px;
        padding-bottom: 15px;
    }
    
    h2 {
        font-size: 24px;
        margin: 25px 0 20px;
    }
    
    .footer-container-cliffe-new {
        grid-template-columns: 1fr;
        gap: 25px;
        flex-direction: column;
    }
    
    footer {
        padding: 40px 25px 30px;
    }
    
    #header .page-content {
        padding: 0 20px;
    }
    
    .cliffe-new-header-container {
        padding: 0 20px;
    }
    
    #logo {
        font-size: 160%;
    }
    
    .headline {
        font-size: 90%;
    }
    
    .cliffe-new-main-nav {
        width: 100%;
        padding: 90px 20px 30px;
    }
    
    .cliffe-new-nav-link {
        padding: 14px 22px;
        font-size: 15px;
        color: var(--text-color);
    }
    
    .mobile-menu-close {
        top: 20px;
        right: 20px;
    }
    
    .cliffe-new-map-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .cliffe-new-map-link {
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 60px;
    }
    
    .cliffe-new-map-link:hover {
        border-left: none;
    }
    
    .cliffe-new-map-link h4 {
        font-size: 14px;
    }
    
    .cliffe-new-gallery-grid-cat {
        column-count: 1;
        column-gap: 0;
    }
    
    .cliffe-new-banner {
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .cliffe-new-gallery-grid {
        column-count: 1;
    }
    
    .cliffe-new-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .cliffe-new-item {
        padding: 12px 18px;
    }
    
    .cliffe-new-link {
        font-size: 13px;
    }
    
    .cliffe-new-header-container {
        padding: 0 15px;
        min-height: auto;
        margin-top: 10px;
    }
    
    #logo {
        font-size: 140%;
    }
    
    .headline {
        font-size: 85%;
    }
    
    h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    h2 {
        font-size: 22px;
        margin: 22px 0 18px;
    }
    
    
    .cliffe-new-gallery-title {
        font-size: 12px;
    }
    
    .cliffe-new-footer-link {
        font-size: 13px;
    }
    
    .copyright {
        font-size: 12px;
        padding-top: 18px;
        margin-top: 30px;
    }
    
    main {
        padding: 20px;
    }
    
    .cliffe-new-map-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .cliffe-new-map-link {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .cliffe-new-map-link h4 {
        font-size: 13px;
    }
    
    .cliffe-new-gallery-info-cat {
        bottom: 12px;
        left: 12px;
        right: 12px;
        padding: 8px 14px;
    }
    
    .cliffe-new-gallery-title-cat {
        font-size: 13px;
    }
    
    .cliffe-new-banner {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        border-radius: 40px;
    }
}

@media (max-width: 360px) {
    .cliffe-new-gallery-grid {
        column-count: 1;
    }
    
    .cliffe-new-grid {
        grid-template-columns: 1fr;
    }
    
    .cliffe-new-item {
        padding: 10px 16px;
    }
    
    .cliffe-new-link {
        font-size: 12px;
    }
    
    #logo {
        font-size: 120%;
    }
    
    .headline {
        font-size: 80%;
    }
    
    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    .cliffe-new-map-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    
    .cliffe-new-map-link {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .cliffe-new-map-link h4 {
        font-size: 12px;
    }
    
    .cliffe-new-banner {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        border-radius: 30px;
    }
}

@media (max-width: 760px) {
    .cliffe-new-map-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .cliffe-new-map-link {
        background: white;
        padding: 10px 12px;
        border-left: none;
        border-bottom: none;
        border-radius: 60px;
        margin: 0;
        text-align: center;
    }
    
    .cliffe-new-map-link:hover {
        background: var(--secondary-color);
        border-left: none;
        border-bottom: none;
        color: white;
    }
    
    .cliffe-new-map-link h4 {
        font-size: 13px;
        font-weight: 500;
        padding-left: 0;
    }
}

@media (max-width: 400px) {
    .cliffe-new-map-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .cliffe-new-map-link {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .cliffe-new-map-link h4 {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .cliffe-new-map-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

.cliffe-new-map-grid > a,
.cliffe-new-map-grid > strong {
    display: inline-block;
    margin: 0 5px;
    padding: 12px 20px;
    background: white;
    border: 1.5px solid rgba(255, 107, 157, 0.3);
    border-radius: 50px;
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 45px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.cliffe-new-map-grid > a:hover {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.cliffe-new-map-grid > strong {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    font-weight: 600;
    box-shadow: var(--shadow-md);
}

.cliffe-new-map-grid {
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 107, 157, 0.2);
    text-align: center;
}

.cliffe-new-map-grid::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 600px) {
    .cliffe-new-map-grid > a,
    .cliffe-new-map-grid > strong {
        margin: 0 4px;
        padding: 8px 14px;
        font-size: 14px;
        min-width: 38px;
    }
}

@media (max-width: 480px) {
    .cliffe-new-map-grid > a,
    .cliffe-new-map-grid > strong {
        margin: 0 3px;
        padding: 6px 10px;
        font-size: 13px;
        min-width: 32px;
    }
}


.cliffe-new-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    margin: 30px 0;
    padding: 0;
    border: none;
}

.cliffe-new-map-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cliffe-new-map-link {
    display: block;
    padding: 10px 0;
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    opacity: 0.75;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cliffe-new-map-link:hover {
    opacity: 1;
    color: var(--secondary-color);
    background: transparent;
    transform: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(255, 107, 157, 0.2);
    padding-left: 5px;
}

.cliffe-new-map-link h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: inherit;
}




@media (max-width: 600px) {
    .cliffe-new-map-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media (max-width: 360px) {
    .cliffe-new-map-grid {
        grid-template-columns: 1fr;
    }
}