/*
Theme Name: Etur City Directory
Theme URI: https://example.com/etur-city-directory
Author: Etur
Author URI: https://example.com
Description: Motyw katalogu miejskiego i turystycznego inspirowany projektem iKolobrzeg. Zawiera katalog miejsc zarzadzany z panelu WordPress, wyszukiwarke, kategorie, archiwa i profile miejsc. Nie zawiera kont uzytkownikow, platnosci, pakietow promocyjnych ani opinii uzytkownikow.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: etur
*/

:root {
    --accent: #0b6e8a;
    --accent-dark: #074f64;
    --accent-light: #e0f4f8;
    --accent-mid: #0e90b0;
    --hero-from: #062c42;
    --hero-to: #0b8fad;
    --font-display: "Playfair Display", Georgia, serif;
    --font-body: "Outfit", "Segoe UI", sans-serif;
    --text: #0c1820;
    --text-mid: #3d4f5c;
    --text-soft: #6b7f8c;
    --border: #dde3e8;
    --bg: #f5f7f9;
    --card: #ffffff;
    --nav-h: 68px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.admin-bar .site-header {
    top: 32px;
}

body.admin-bar .hub-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    body.admin-bar .hub-header {
        top: 46px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.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;
}

.skip-link:focus {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    background: #fff;
    color: var(--accent-dark);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .2);
}

@keyframes eturFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    animation: eturFadeUp .55s ease both;
}

.delay-1 {
    animation-delay: .1s;
}

.delay-2 {
    animation-delay: .2s;
}

.delay-3 {
    animation-delay: .3s;
}

.delay-4 {
    animation-delay: .4s;
}

.topbar {
    background: #0c1820;
    color: #8a9ba8;
    font-size: 12.5px;
    line-height: 1;
    padding: 7px 0;
}

.topbar-inner,
.header-inner,
.container,
.footer-grid,
.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.topbar a:hover {
    color: #fff;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

.topbar-cta {
    color: var(--accent-mid);
    font-weight: 700;
    letter-spacing: .02em;
}

.topbar-sep {
    color: #2a3a46;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
}

.header-inner {
    min-height: var(--nav-h);
    display: flex;
    align-items: center;
    gap: 32px;
}

.logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-logo-link img,
.logo .custom-logo {
    width: auto;
    max-height: 48px;
}

.logo-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    box-shadow: 0 2px 8px rgba(11, 110, 138, .35);
}

.logo-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: var(--text);
}

.logo-name em {
    color: var(--accent);
    font-style: normal;
}

.hub-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: #08111e;
    border-bottom: 1px solid rgba(201, 168, 76, .2);
    box-shadow: 0 14px 34px rgba(8, 17, 30, .18);
}

.hub-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 72px;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
}

.hub-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.hub-custom-logo {
    width: auto;
    max-height: 46px;
}

.hub-logo-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(145deg, #dfb95a, #8a6020);
    color: #fff;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -1px;
    box-shadow: 0 4px 16px rgba(201, 168, 76, .35);
}

.hub-logo-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hub-logo-wordmark {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.03em;
}

.hub-logo-wordmark em {
    color: #c9a84c;
    font-style: normal;
}

.hub-logo-sub {
    color: rgba(255, 255, 255, .42);
    font-size: 10.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hub-main-nav {
    justify-content: flex-end;
}

.hub-main-nav ul {
    gap: 8px;
}

.hub-main-nav a {
    color: rgba(255, 255, 255, .62);
    background: transparent;
}

.hub-main-nav a:hover,
.hub-main-nav .current-menu-item > a,
.hub-main-nav .current_page_item > a {
    color: #c9a84c;
    background: rgba(201, 168, 76, .1);
}

.hub-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.hub-header-link {
    color: rgba(255, 255, 255, .62);
    font-size: 13.5px;
    font-weight: 600;
    transition: color .15s;
}

.hub-header-link:hover {
    color: #c9a84c;
}

.hub-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 20px;
    border: 1.5px solid #c9a84c;
    border-radius: 8px;
    color: #c9a84c;
    font-size: 13.5px;
    font-weight: 700;
    transition: background .18s, color .18s, border-color .18s;
}

.hub-header-cta:hover {
    background: #c9a84c;
    color: #08111e;
}

.hub-menu-toggle {
    border-color: rgba(201, 168, 76, .38);
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.etur-hub-shell {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
}

.etur-hub-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 88px;
    background: linear-gradient(145deg, #08111e 0%, #0d1e35 44%, #17304e 100%);
}

.etur-hub-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .65;
}

.etur-hub-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 18%, rgba(201, 168, 76, .18), transparent 28%),
        radial-gradient(circle at 10% 100%, rgba(11, 110, 138, .22), transparent 34%);
}

.etur-hub-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.etur-hub-eyebrow,
.etur-hub-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #c9a84c;
}

.etur-hub-eyebrow::before,
.etur-hub-section-eyebrow::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.etur-hub-hero h1 {
    margin: 22px 0 18px;
    font-family: var(--font-display);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.04;
    letter-spacing: -.04em;
    color: #fff;
}

.etur-hub-hero-sub {
    margin: 0 0 38px;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .68);
}

.etur-hub-search {
    display: flex;
    align-items: center;
    max-width: 610px;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.etur-hub-search-icon {
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: #94a3b8;
}

.etur-hub-search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 18px 10px 18px 0;
    color: var(--text);
    background: transparent;
}

.etur-hub-search-input:focus {
    outline: 0;
}

.etur-hub-search-btn {
    border: 0;
    padding: 0 28px;
    align-self: stretch;
    background: #c9a84c;
    color: #08111e;
    font-size: 14px;
    font-weight: 700;
    transition: background .18s ease;
}

.etur-hub-search-btn:hover {
    background: #dfb95a;
}

.etur-hub-stats {
    display: flex;
    gap: 20px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.etur-hub-stat {
    min-width: 170px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(10px);
}

.etur-hub-stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #fff;
}

.etur-hub-stat span {
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .52);
}

.etur-hub-intro-section {
    margin-top: -38px;
    position: relative;
    z-index: 2;
}

.etur-hub-intro-card {
    padding: 32px 34px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(8, 17, 30, .08);
}

.etur-hub-intro-card > *:first-child {
    margin-top: 0;
}

.etur-hub-classic {
    padding: 56px 0 78px;
}

.etur-hub-section-head,
.etur-hub-section-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 28px;
}

.etur-hub-section-title {
    margin: 10px 0 0;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.etur-hub-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 58px;
}

.etur-hub-featured-card {
    position: relative;
    min-height: 320px;
    border-radius: 22px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 18px 44px rgba(8, 17, 30, .14);
    transition: transform .22s ease, box-shadow .22s ease;
}

.etur-hub-featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 54px rgba(8, 17, 30, .18);
}

.etur-hub-featured-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(8, 17, 30, .88) 0%, rgba(8, 17, 30, .2) 55%, transparent 100%),
        linear-gradient(135deg, #17304e, #0b6e8a);
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

.etur-hub-featured-card:hover .etur-hub-featured-media {
    transform: scale(1.04);
}

.etur-hub-featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: #c9a84c;
    color: #08111e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.etur-hub-featured-body {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.etur-hub-featured-name {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1.08;
}

.etur-hub-featured-meta {
    display: block;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.etur-hub-result-meta {
    font-size: 13px;
    color: var(--text-soft);
}

.etur-hub-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.etur-hub-filter-pill {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 600;
    transition: all .18s ease;
}

.etur-hub-filter-pill:hover,
.etur-hub-filter-pill.is-active {
    border-color: #08111e;
    background: #08111e;
    color: #fff;
}

.etur-hub-city-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.etur-hub-city-card {
    display: block;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(8, 17, 30, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.etur-hub-city-card:hover {
    transform: translateY(-4px);
    border-color: #c9a84c;
    box-shadow: 0 16px 36px rgba(8, 17, 30, .1);
}

.etur-hub-city-card.is-hidden {
    display: none;
}

.etur-hub-city-media {
    display: block;
    height: 156px;
    overflow: hidden;
    background: linear-gradient(135deg, #10243e, #0b6e8a);
}

.etur-hub-city-media-inner {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: transform .35s ease;
}

.etur-hub-city-media-inner.is-placeholder {
    background:
        radial-gradient(circle at 22% 22%, rgba(201, 168, 76, .22), transparent 24%),
        linear-gradient(135deg, #10243e, #1f4b72);
}

.etur-hub-city-card:hover .etur-hub-city-media-inner {
    transform: scale(1.05);
}

.etur-hub-city-body {
    display: block;
    padding: 18px;
}

.etur-hub-city-region {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.etur-hub-city-name {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-display);
    font-size: 23px;
    line-height: 1.14;
}

.etur-hub-city-excerpt {
    display: block;
    min-height: 72px;
    margin-bottom: 16px;
    color: var(--text-mid);
    font-size: 14px;
    line-height: 1.7;
}

.etur-hub-city-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text-soft);
    font-size: 13px;
}

.etur-hub-city-count {
    color: var(--text);
    font-weight: 600;
}

.etur-hub-city-arrow {
    color: #c9a84c;
    opacity: 0;
    transition: opacity .18s ease;
}

.etur-hub-city-card:hover .etur-hub-city-arrow {
    opacity: 1;
}

.etur-hub-how {
    padding: 82px 0;
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.etur-hub-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.etur-hub-how-card {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.etur-hub-how-step {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: rgba(201, 168, 76, .12);
    color: #c9a84c;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
}

.etur-hub-how-card h3 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.14;
}

.etur-hub-how-card p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.75;
}

.etur-hub-cta {
    padding: 76px 0 88px;
    background: linear-gradient(145deg, #08111e 0%, #17304e 100%);
}

.etur-hub-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.etur-hub-cta-copy {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 760px;
}

.etur-hub-cta-icon {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    flex-shrink: 0;
    border-radius: 22px;
    background: rgba(201, 168, 76, .12);
    border: 1px solid rgba(201, 168, 76, .24);
    color: #c9a84c;
}

.etur-hub-cta-copy h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.3vw, 44px);
    line-height: 1.08;
}

.etur-hub-cta-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.75;
}

.etur-hub-cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

@media (max-width: 1180px) {
    .etur-hub-city-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .etur-hub-featured-grid,
    .etur-hub-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .etur-hub-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 860px) {
    .etur-hub-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .etur-hub-hero {
        padding: 62px 0 68px;
    }

    .etur-hub-search {
        flex-wrap: wrap;
    }

    .etur-hub-search-icon {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .etur-hub-search-input {
        width: calc(100% - 58px);
        min-width: 220px;
    }

    .etur-hub-search-btn {
        width: 100%;
        padding: 15px 22px;
    }

    .etur-hub-section-head,
    .etur-hub-section-row,
    .etur-hub-cta-copy {
        flex-direction: column;
        align-items: flex-start;
    }

    .etur-hub-city-grid,
    .etur-hub-featured-grid,
    .etur-hub-how-grid {
        grid-template-columns: 1fr;
    }

    .etur-hub-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .etur-hub-cta-actions a {
        width: 100%;
        text-align: center;
    }
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav a {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 7px;
    color: var(--text-mid);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: background .15s, color .15s;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a {
    background: var(--accent-light);
    color: var(--accent-dark);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 2px;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: "";
    position: relative;
}

.menu-toggle span::before {
    top: -6px;
}

.menu-toggle span::after {
    top: 4px;
}

.btn-ghost,
.btn-solid,
.btn-white,
.btn-accent-outline,
.btn-accent-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1;
    transition: transform .18s, background .18s, border-color .18s, color .18s, box-shadow .18s;
}

.btn-ghost {
    padding: 10px 18px;
    border: 1.5px solid var(--border);
    background: transparent;
    color: var(--text-mid);
    font-size: 13.5px;
}

.btn-ghost:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.btn-solid {
    padding: 10px 18px;
    border: 0;
    background: var(--accent);
    color: #fff;
    font-size: 13.5px;
    box-shadow: 0 2px 8px rgba(11, 110, 138, .3);
}

.btn-solid:hover {
    background: var(--accent-dark);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 80px 28px 110px;
    background: linear-gradient(135deg, var(--hero-from) 0%, var(--accent) 55%, var(--hero-to) 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 80% 50% at 100% 50%, rgba(255, 255, 255, .07) 0%, transparent 60%),
        radial-gradient(circle at 10% 80%, rgba(0, 0, 0, .15) 0%, transparent 50%);
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.hero-copy {
    max-width: 720px;
}

.hero-eyebrow,
.page-eyebrow {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(44px, 7vw, 80px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.hero h1 span {
    color: rgba(255, 255, 255, .55);
    font-style: italic;
}

.hero-sub {
    max-width: 560px;
    margin: 0 0 40px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

.searchbar {
    display: flex;
    max-width: 760px;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, .28);
}

.search-icon-wrap {
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: var(--text-soft);
}

.search-text-input {
    flex: 1;
    min-width: 180px;
    border: 0;
    outline: 0;
    padding: 19px 12px 19px 0;
    color: var(--text);
    font-size: 15px;
}

.search-text-input::placeholder {
    color: #a8b9c4;
}

.search-divider {
    width: 1px;
    margin: 12px 0;
    flex-shrink: 0;
    background: var(--border);
}

.search-cat {
    min-width: 180px;
    padding: 0 36px 0 18px;
    border: 0;
    outline: 0;
    color: var(--text-mid);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7F8C' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    appearance: none;
}

.search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 0 28px;
    border: 0;
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.search-btn:hover {
    background: var(--accent-dark);
}

.popular-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.popular-label {
    color: rgba(255, 255, 255, .55);
    font-size: 12.5px;
    font-weight: 500;
}

.popular-tag {
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    background: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .85);
    font-size: 12.5px;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

.popular-tag:hover {
    background: rgba(255, 255, 255, .28);
    color: #fff;
}

.hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 40px;
}

.hero-stat strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.03em;
}

.hero-stat span {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.hero-stat-sep {
    width: 1px;
    background: rgba(255, 255, 255, .2);
}

.hero-wave {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    overflow: hidden;
    line-height: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 64px;
}

.section {
    padding: 72px 0;
}

.section-white {
    background: #fff;
}

.section-eyebrow {
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.section-title {
    margin: 0;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 32px;
}

.link-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--accent);
    font-size: 14px;
    font-weight: 700;
    transition: gap .15s;
}

.link-all:hover {
    gap: 8px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 14px;
}

.cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 148px;
    padding: 22px 12px;
    text-align: center;
    color: inherit;
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

.cat-card:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
    box-shadow: 0 6px 24px rgba(11, 110, 138, .12);
}

.cat-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--accent-light);
    color: var(--accent);
    transition: background .2s, color .2s;
}

.cat-card:hover .cat-icon {
    background: var(--accent);
    color: #fff;
}

.cat-name {
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.cat-count {
    color: var(--text-soft);
    font-size: 11.5px;
}

.filter-strip,
.archive-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 18px;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    background: transparent;
    color: var(--text-soft);
    font-size: 13.5px;
    font-weight: 600;
    transition: border-color .15s, color .15s, background .15s;
}

.filter-pill:hover,
.filter-pill.active {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
}

.listings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.listing-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    transition: transform .22s, border-color .22s, box-shadow .22s;
}

.listing-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
}

.listing-photo {
    position: relative;
    height: 210px;
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #06364f 0%, #0b6e8a 50%, #1aa8c0 100%);
}

.listing-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.listing-card:hover .listing-photo img {
    transform: scale(1.04);
}

.listing-photo-placeholder {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 72% 28%, rgba(255, 255, 255, .18), transparent 28%),
        linear-gradient(145deg, var(--hero-from) 0%, var(--accent) 52%, var(--hero-to) 100%);
}

.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.badge-open {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

.badge-open::before {
    content: "";
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #34d399;
}

.listing-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.listing-cat-tag {
    margin-bottom: 7px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.listing-name {
    margin: 0 0 10px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.listing-addr,
.single-place-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 11px;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.4;
}

.listing-desc {
    display: -webkit-box;
    margin-top: auto;
    padding-top: 12px;
    overflow: hidden;
    color: #4b5c68;
    border-top: 1px solid var(--border);
    font-size: 13.5px;
    line-height: 1.65;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.map-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 28px;
}

.map-cta-bg {
    position: absolute;
    inset: 0;
    background-color: #0b3d54;
    background-image:
        linear-gradient(rgba(11, 110, 138, .8), rgba(6, 29, 42, .9)),
        repeating-linear-gradient(0deg, transparent, transparent 44px, rgba(255, 255, 255, .04) 44px, rgba(255, 255, 255, .04) 45px),
        repeating-linear-gradient(90deg, transparent, transparent 44px, rgba(255, 255, 255, .04) 44px, rgba(255, 255, 255, .04) 45px);
}

.map-pin {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent-mid);
    box-shadow: 0 0 0 4px rgba(14, 144, 176, .3);
}

.map-cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.map-cta-content h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 50px);
    font-weight: 700;
    letter-spacing: -.025em;
}

.map-cta-content p {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
}

.btn-white {
    padding: 15px 34px;
    border: 0;
    background: #fff;
    color: var(--accent-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.btn-white:hover {
    transform: scale(1.03);
    background: var(--accent-light);
}

.biz-cta {
    padding: 80px 0;
    background: #0c1820;
}

.biz-cta-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.biz-cta-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border: 1.5px solid rgba(11, 110, 138, .4);
    border-radius: 18px;
    background: rgba(11, 110, 138, .2);
    color: var(--accent-mid);
}

.biz-cta-text h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -.025em;
}

.biz-cta-text p {
    max-width: 580px;
    margin: 0;
    color: #6b8090;
    font-size: 16px;
    line-height: 1.65;
}

.biz-cta-text p strong {
    color: #9bb0bc;
}

.biz-cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.btn-accent-outline {
    padding: 13px 26px;
    border: 2px solid var(--accent);
    background: transparent;
    color: var(--accent-mid);
    font-size: 14.5px;
}

.btn-accent-outline:hover {
    background: var(--accent);
    color: #fff;
}

.btn-accent-fill {
    padding: 13px 26px;
    border: 2px solid var(--accent);
    background: var(--accent);
    color: #fff;
    font-size: 14.5px;
    box-shadow: 0 4px 16px rgba(11, 110, 138, .4);
}

.btn-accent-fill:hover {
    border-color: var(--accent-dark);
    background: var(--accent-dark);
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 28px 72px;
    background: linear-gradient(135deg, var(--hero-from), var(--accent));
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .11), transparent 30%);
}

.page-hero .container {
    position: relative;
    z-index: 1;
    padding: 0;
}

.page-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.6;
}

.archive-search {
    padding: 28px;
    margin-top: -38px;
    margin-bottom: 36px;
    position: relative;
    z-index: 3;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(12, 24, 32, .1);
}

.archive-search .searchbar {
    max-width: none;
    box-shadow: none;
    border: 1.5px solid var(--border);
}

.archive-content {
    padding: 0 0 72px;
}

.single-place {
    padding: 64px 0;
}

.single-place-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
}

.single-place-main,
.single-place-sidebar,
.content-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(12, 24, 32, .06);
}

.single-place-main {
    overflow: hidden;
}

.single-place-image {
    height: 380px;
    background: linear-gradient(145deg, var(--hero-from), var(--accent), var(--hero-to));
}

.single-place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-place-body {
    padding: 32px;
}

.single-place-body h1 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -.03em;
}

.single-place-lead {
    margin: -4px 0 20px;
    color: var(--text-mid);
    font-size: 18px;
    line-height: 1.6;
}

.single-place-content {
    color: #334650;
    font-size: 16px;
    line-height: 1.78;
}

.single-place-section {
    margin-top: 32px;
}

.single-place-section h2,
.single-place-sidebar-section h2 {
    margin: 0 0 14px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 24px;
}

.single-place-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-place-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--accent-light);
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 700;
}

.single-place-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.single-place-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
}

.single-place-sidebar {
    align-self: start;
    padding: 24px;
    position: sticky;
    top: calc(var(--nav-h) + 24px);
}

.single-place-sidebar h2 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: 24px;
}

.single-place-sidebar-section {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--border);
}

.single-place-sidebar-section p {
    margin: 0 0 12px;
    color: var(--text-mid);
    font-size: 14px;
    line-height: 1.55;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}

.contact-list a,
.contact-list span {
    overflow-wrap: anywhere;
    color: var(--text-mid);
}

.contact-list a:hover {
    color: var(--accent);
}

.content-card {
    padding: 32px;
    margin: 56px 0;
}

.entry-content {
    color: #334650;
    line-height: 1.75;
}

.entry-content a {
    color: var(--accent);
    font-weight: 700;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    color: var(--text-mid);
    font-weight: 700;
}

.pagination .current,
.pagination a:hover {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
}

.empty-state {
    padding: 48px;
    text-align: center;
    background: #fff;
    border: 1.5px dashed var(--border);
    border-radius: 18px;
}

.empty-state h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
}

footer {
    padding: 60px 0 32px;
    color: #5e7a8a;
    background: #0c1820;
    border-top: 1px solid #1e2c38;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 56px;
    margin-bottom: 52px;
}

.footer-brand .logo-name {
    color: #fff;
    font-family: var(--font-body);
    font-size: 22px;
}

.footer-brand .logo-name em {
    color: var(--accent-mid);
}

.footer-brand p {
    max-width: 360px;
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.75;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 22px;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-col h4 {
    margin: 0 0 18px;
    color: #c5d5dc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col a {
    color: #5e7a8a;
    transition: color .15s;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 22px;
    border-top: 1px solid #1e2c38;
    font-size: 12.5px;
}

.hub-footer {
    padding: 64px 0 30px;
    background: #08111e;
    border-top: 1px solid rgba(201, 168, 76, .16);
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
}

.hub-footer-inner,
.hub-footer-bottom {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
}

.hub-footer-inner {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 54px;
    margin-bottom: 52px;
}

.hub-footer-logo {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
}

.hub-footer-logo em {
    color: #c9a84c;
    font-style: normal;
}

.hub-footer-brand p {
    max-width: 420px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .58);
    line-height: 1.75;
}

.hub-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 22px;
}

.hub-footer a {
    color: inherit;
    transition: color .15s;
}

.hub-footer a:hover {
    color: #fff;
}

.hub-footer-col h4 {
    margin: 0 0 18px;
    color: #c9a84c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hub-footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hub-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .42);
    font-size: 12.5px;
}

@media (max-width: 1120px) {
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .listings-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-nav {
        position: absolute;
        top: 100%;
        right: 28px;
        left: 28px;
        display: none;
        padding: 16px;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 18px 36px rgba(12, 24, 32, .14);
    }

    .hub-header .hub-main-nav {
        right: 36px;
        left: 36px;
        background: #0d1e35;
        border-color: rgba(201, 168, 76, .2);
        box-shadow: 0 18px 36px rgba(8, 17, 30, .34);
    }

    .main-nav.is-open {
        display: block;
    }

    .main-nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .main-nav a {
        width: 100%;
        justify-content: center;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header-inner {
        justify-content: space-between;
    }

    .hub-header-inner {
        justify-content: space-between;
    }
}

@media (max-width: 860px) {
    .topbar-inner,
    .section-header-row,
    .biz-cta-inner,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hub-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .topbar-right,
    .header-actions .btn-ghost,
    .hub-header-link {
        display: none;
    }

    .searchbar {
        flex-direction: column;
    }

    .search-icon-wrap {
        display: none;
    }

    .search-text-input,
    .search-cat,
    .search-btn {
        width: 100%;
        min-height: 54px;
        padding-left: 18px;
    }

    .search-divider {
        width: auto;
        height: 1px;
        margin: 0 18px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 22px;
    }

    .hero-stat-sep {
        display: none;
    }

    .single-place-grid {
        grid-template-columns: 1fr;
    }

    .single-place-sidebar {
        position: static;
    }

    .single-place-gallery {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .hub-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 620px) {
    .topbar-inner,
    .header-inner,
    .container,
    .footer-grid,
    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hub-header-inner,
    .hub-footer-inner,
    .hub-footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero,
    .page-hero,
    .map-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-actions .btn-solid {
        display: none;
    }

    .hub-header-cta {
        display: none;
    }

    .main-nav {
        right: 20px;
        left: 20px;
    }

    .main-nav ul,
    .categories-grid,
    .listings-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hub-footer-inner {
        grid-template-columns: 1fr;
    }

    .cat-card {
        min-height: auto;
    }

    .biz-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-accent-outline,
    .btn-accent-fill {
        width: 100%;
    }

    .single-place-image {
        height: 260px;
    }

    .single-place-body,
    .content-card {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
