/*
 * Boto?aniHub Child Theme CSS
 * Extras din pluginul de design ?i preg?tit pentru migrarea gradual? ?n tema child.
 */

/* Kadence shell ?i header, aplicate doar pe suprafe?ele de design Boto?aniHub. */
body.bthub-design-surface .entry-hero,
body.bthub-design-surface .entry-header,
body.bthub-design-surface .page-title,
body.bthub-design-surface h1.entry-title,
body.bthub-design-surface .entry-title,
body.bthub-design-surface .post-thumbnail,
body.bthub-design-surface .entry-footer {
    display: none !important;
}
body.bthub-design-surface #primary,
body.bthub-design-surface .content-area,
body.bthub-design-surface .site-main,
body.bthub-design-surface .content-wrap,
body.bthub-design-surface .content-container,
body.bthub-design-surface .content-container.site-container,
body.bthub-design-surface .site-container,
body.bthub-design-surface .entry-content-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
body.bthub-design-surface .entry-content {
    margin: 0 !important;
}
body.bthub-design-surface .site {
    overflow-x: clip;
}
body.bthub-design-surface .bth-livebar {
    --ink: #101827;
    --muted: #627080;
    --line: #dce2e7;
    --teal: #0f5157;
    --gold: #d7a33d;
    position: relative;
    z-index: 40;
    border-bottom: 1px solid rgba(16, 24, 39, .08);
    background: #ffffff;
    color: var(--ink);
    font-family: inherit;
}
body.bthub-design-surface .bth-livebar .bth-shell,
body.bthub-design-surface .bth-livebar__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: 18px clamp(18px, 3.2vw, 44px);
}
body.bthub-design-surface .bth-livebar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 44px;
    padding-block: 7px;
}
body.bthub-design-surface .bth-livebar__items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0;
}
body.bthub-design-surface .bth-livebar__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 30px;
    padding: 4px 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}
body.bthub-design-surface .bth-livebar__item + .bth-livebar__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: rgba(16, 24, 39, .13);
}
body.bthub-design-surface .bth-livebar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(215, 163, 61, .34);
    border-radius: 999px;
    background: rgba(215, 163, 61, .1);
    color: var(--gold);
    flex: 0 0 auto;
}
body.bthub-design-surface .bth-livebar__icon svg {
    width: 16px;
    height: 16px;
}
body.bthub-design-surface .bth-livebar__copy {
    color: #364556;
    font-weight: 650;
}
body.bthub-design-surface .bth-livebar__copy strong {
    color: #101827;
    font-weight: 900;
}
body.bthub-design-surface .site-header {
    box-shadow: 0 1px 0 rgba(16, 24, 39, .08);
}
body.bthub-design-surface .main-navigation .primary-menu-container > ul > li.menu-item > a,
body.bthub-design-surface .header-navigation .header-menu-container ul.menu > li.menu-item > a {
    border-radius: 999px;
    color: #1a202c !important;
    font-weight: 750;
    transition: color .18s ease, background .18s ease;
}
body.bthub-design-surface .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
body.bthub-design-surface .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
body.bthub-design-surface .main-navigation .primary-menu-container > ul > li.current-menu-ancestor > a,
body.bthub-design-surface .header-navigation .header-menu-container ul.menu > li.menu-item > a:hover,
body.bthub-design-surface .header-navigation .header-menu-container ul.menu > li.current-menu-item > a,
body.bthub-design-surface .header-navigation .header-menu-container ul.menu > li.current-menu-ancestor > a {
    background: rgba(215, 163, 61, .13);
    color: #1a202c !important;
}
body.bthub-design-surface .main-navigation ul ul.sub-menu,
body.bthub-design-surface .header-navigation ul ul.sub-menu {
    padding: 8px;
    border: 1px solid rgba(26, 32, 44, .1);
    border-radius: 16px;
    background: #ffffff !important;
    box-shadow: 0 18px 45px rgba(26, 32, 44, .13);
    overflow: hidden;
}
body.bthub-design-surface .main-navigation ul ul.sub-menu li a,
body.bthub-design-surface .header-navigation ul ul.sub-menu li a {
    border-radius: 10px;
    padding: 10px 14px;
    background: transparent !important;
    color: #1a202c !important;
    font-weight: 700;
    opacity: 1 !important;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}
body.bthub-design-surface .main-navigation ul ul.sub-menu li a:hover,
body.bthub-design-surface .main-navigation ul ul.sub-menu li.current-menu-item > a,
body.bthub-design-surface .header-navigation ul ul.sub-menu li a:hover,
body.bthub-design-surface .header-navigation ul ul.sub-menu li.current-menu-item > a {
    background: rgba(215, 163, 61, .14) !important;
    color: #1a202c !important;
    transform: translateX(2px);
}
body.bthub-design-surface .header-navigation .header-menu-container ul.menu ul.sub-menu,
body.bthub-design-surface .main-navigation .primary-menu-container ul.menu ul.sub-menu,
body.bthub-design-surface .site-header ul.sub-menu {
    background-color: #ffffff !important;
    color: #1a202c !important;
}
body.bthub-design-surface .header-navigation .header-menu-container ul.menu ul.sub-menu a,
body.bthub-design-surface .main-navigation .primary-menu-container ul.menu ul.sub-menu a,
body.bthub-design-surface .site-header ul.sub-menu a {
    color: #1a202c !important;
    text-shadow: none !important;
}
body.bthub-design-surface .mobile-navigation ul li a,
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu li a {
    color: #1a202c !important;
    font-weight: 750;
}
body.bthub-design-surface .popup-drawer,
body.bthub-design-surface .popup-drawer .drawer-inner,
body.bthub-design-surface .popup-drawer .drawer-content,
body.bthub-design-surface .popup-drawer .drawer-header {
    background: #ffffff !important;
    color: #1a202c !important;
}
body.bthub-design-surface .popup-drawer .drawer-overlay {
    background: rgba(16, 24, 39, .42) !important;
}
body.bthub-design-surface .popup-drawer .drawer-toggle,
body.bthub-design-surface .popup-drawer .drawer-nav-drop-wrap button,
body.bthub-design-surface .mobile-navigation .drawer-nav-drop-wrap button {
    color: #1a202c !important;
}
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu li,
body.bthub-design-surface .mobile-navigation ul li {
    border-color: rgba(26, 32, 44, .1) !important;
}
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu li a,
body.bthub-design-surface .mobile-navigation ul li a {
    color: #1a202c !important;
    opacity: 1 !important;
}
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu li a:hover,
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu li.current-menu-item > a,
body.bthub-design-surface .mobile-navigation ul li a:hover,
body.bthub-design-surface .mobile-navigation ul li.current-menu-item > a {
    background: rgba(215, 163, 61, .12) !important;
    color: #1a202c !important;
}
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu ul.sub-menu,
body.bthub-design-surface .mobile-navigation ul ul.sub-menu {
    background: rgba(215, 163, 61, .07) !important;
}
body.bthub-design-surface .popup-drawer .drawer-menu-container ul.menu ul.sub-menu li a,
body.bthub-design-surface .mobile-navigation ul ul.sub-menu li a {
    color: #1a202c !important;
    font-weight: 700;
}
body.bthub-design-surface .mobile-toggle-open-container .menu-toggle-open,
body.bthub-design-surface .mobile-toggle-open-container .menu-toggle-open:focus {
    border-radius: 12px;
    background: rgba(15, 81, 87, .08);
    color: #1a202c;
}
@media (max-width: 700px) {
    body.bthub-design-surface .bth-livebar__inner {
        justify-content: flex-start;
        padding-inline: 20px;
        padding-block: 10px;
    }
    body.bthub-design-surface .bth-livebar__items {
        justify-content: flex-start;
        width: 100%;
        row-gap: 7px;
    }
    body.bthub-design-surface .bth-livebar__item {
        min-height: 34px;
        padding: 3px 12px 3px 0;
        white-space: normal;
    }
    body.bthub-design-surface .bth-livebar__item + .bth-livebar__item::before {
        display: none;
    }
    body.bthub-design-surface .bth-livebar__weather {
        flex-basis: 100%;
    }
}

/* Design Boto?aniHub: homepage, pagini interne, c?utare, arhive, carduri ?i meniuri. */
.bth-home {
    --ink: #101827;
    --muted: #627080;
    --line: #dce2e7;
    --paper: #f6f7f8;
    --cream: #f4efe5;
    --panel: #ffffff;
    --teal: #0f5157;
    --blue: #245b86;
    --gold: #d7a33d;
    --red: #b64f3f;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
}
.bth-home * {
    box-sizing: border-box;
}
.bth-home a {
    color: inherit;
    text-decoration: none;
}
.bth-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}
.bth-shell {
    width: 100%;
    max-width: 1500px;
    margin-inline: auto;
    padding-inline: clamp(18px, 3.2vw, 44px);
}
.bth-livebar {
    --ink: #101827;
    --muted: #627080;
    --line: #dce2e7;
    --teal: #0f5157;
    --gold: #d7a33d;
    position: relative;
    z-index: 40;
    border-bottom: 1px solid rgba(16, 24, 39, .08);
    background: #fff;
    color: var(--ink);
    font-family: inherit;
}
.bth-livebar * {
    box-sizing: border-box;
    letter-spacing: 0;
}
.bth-livebar .bth-shell,
.bth-livebar__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: 18px clamp(18px, 3.2vw, 44px);
}
.bth-livebar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 44px;
    padding-block: 7px;
}
.bth-livebar__items,
.bth-livebar__item {
    display: flex;
    align-items: center;
}
.bth-livebar__items {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0;
}
.bth-livebar__item {
    position: relative;
    min-height: 30px;
    gap: 9px;
    padding: 4px 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}
.bth-livebar__item + .bth-livebar__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: rgba(16, 24, 39, .13);
}
.bth-livebar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(215, 163, 61, .34);
    border-radius: 999px;
    background: rgba(215, 163, 61, .1);
    color: var(--gold);
    flex: 0 0 auto;
}
.bth-livebar__icon svg {
    width: 16px;
    height: 16px;
}
.bth-livebar__copy {
    color: #364556;
    font-weight: 650;
}
.bth-livebar__copy strong {
    color: #101827;
    font-weight: 900;
}
.bth-livebar__weather {
    color: var(--ink);
}
.bth-kicker {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}
.bth-hero,
.bth-page-hero {
    color: #fff;
}
.bth-hero h1,
.bth-page-hero h1,
.bth-hero .bth-lead,
.bth-page-hero .bth-lead,
.bth-hero .bth-kicker,
.bth-page-hero .bth-kicker {
    color: #fff !important;
    text-shadow: 0 3px 22px rgba(0,0,0,.38);
}
.bth-home h1,
.bth-home h2,
.bth-home h3,
.bth-home p {
    letter-spacing: 0;
}
.bth-hero {
    position: relative;
    min-height: min(760px, 88vh);
    display: grid;
    align-items: center;
    isolation: isolate;
    background-image: var(--bth-hero-image);
    background-position: center;
    background-size: cover;
}
.bth-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5, 16, 22, .82), rgba(5, 16, 22, .46) 52%, rgba(5, 16, 22, .18)),
        linear-gradient(0deg, rgba(5, 16, 22, .72), rgba(5, 16, 22, .1) 54%);
}
.bth-hero__inner {
    padding-block: 96px;
}
.bth-hero__copy {
    max-width: 820px;
    color: #fff;
    animation: bth-rise .65s ease both;
}
.bth-hero h1 {
    margin: 0;
    font-size: clamp(48px, 7vw, 96px);
    line-height: .94;
    font-weight: 900;
}
.bth-lead {
    max-width: 690px;
    margin: 24px 0 28px;
    color: rgba(255,255,255,.9);
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.5;
}
.bth-search {
    display: flex;
    width: min(760px, 100%);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(18px);
}
.bth-search input {
    flex: 1;
    min-width: 0;
    height: 54px;
    border: 0;
    border-radius: 999px;
    padding: 0 20px;
    color: var(--ink);
    background: #fff;
    font-size: 16px;
}
.bth-search button,
.bth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    padding: 0 28px;
    background: var(--gold);
    color: #16120b;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.bth-hero-links,
.bth-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bth-hero-links {
    margin-top: 22px;
}
.bth-hero-links a,
.bth-inline-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 999px;
    font-weight: 800;
}
.bth-hero-links a {
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(8px);
}
.bth-intro {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, .72fr);
    gap: clamp(32px, 6vw, 110px);
    padding-block: 84px 72px;
}
.bth-intro h2,
.bth-section-head h2,
.bth-panel h2,
.bth-cta h2,
.bth-page-banner h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.02;
    font-weight: 900;
}
.bth-intro__text p,
.bth-section-head p,
.bth-panel p,
.bth-cta p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
}
.bth-intro__text p {
    margin-top: 34px;
}
.bth-inline-links {
    margin-top: 24px;
}
.bth-inline-links a {
    border: 1px solid var(--line);
    background: #fff;
}
.bth-panels {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 26px;
    padding-bottom: 72px;
}
.bth-panels--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}
.bth-panel {
    min-height: 560px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--panel);
}
.bth-panel--image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}
.bth-panel--image:hover img {
    transform: scale(1.055);
}
.bth-panel--copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 5vw, 72px);
}
.bth-panel--copy p {
    max-width: 740px;
    margin-top: 24px;
}
.bth-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
}
.bth-link-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 62px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    font-weight: 900;
}
.bth-link-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.bth-link-grid a > span:last-child {
    color: var(--gold);
    font-size: 24px;
}
.bth-directory {
    padding-block: 78px;
    background: var(--cream);
}
.bth-directory__inner {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}
.bth-section-head p {
    margin-top: 20px;
}
.bth-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.bth-feature {
    min-height: 186px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bth-feature:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 18px 45px rgba(16, 24, 39, .09);
}
.bth-feature__icon,
.bth-resource__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--blue);
    background: #eef4f8;
}
.bth-feature strong {
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.2;
}
.bth-feature span:last-child {
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.42;
}
.bth-evergreen {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 24px;
    padding-block: 78px;
}
.bth-evergreen__main,
.bth-evergreen__side,
.bth-cta {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(16, 24, 39, .07);
}
.bth-evergreen__main,
.bth-evergreen__side {
    padding: clamp(28px, 4vw, 48px);
}
.bth-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.bth-resource {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-height: 116px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}
.bth-resource strong,
.bth-resource small {
    display: block;
}
.bth-resource strong {
    font-size: 19px;
    line-height: 1.25;
}
.bth-resource small {
    margin-top: 8px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.4;
}
.bth-evergreen__side {
    color: #fff;
    background: linear-gradient(145deg, var(--teal), #182229);
}
.bth-stat-row {
    display: grid;
    gap: 0;
}
.bth-stat {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
.bth-stat strong {
    font-size: 52px;
    line-height: .9;
}
.bth-stat span {
    color: rgba(255,255,255,.76);
    font-weight: 900;
    text-align: right;
}
.bth-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    margin-bottom: 78px;
    padding: clamp(32px, 5vw, 64px);
    background:
        linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
        url('<?php echo esc_url(bthub_homepage_asset('patrimoniu-botosani.png')); ?>');
    background-size: cover;
    background-position: center;
}
.bth-cta h2 {
    max-width: 920px;
    font-size: clamp(34px, 4.2vw, 62px);
}
.bth-cta p {
    max-width: 820px;
    margin-top: 14px;
}
.bth-page {
    min-height: 100vh;
}
.bth-page-hero {
    position: relative;
    min-height: min(560px, 74vh);
    display: grid;
    align-items: end;
    isolation: isolate;
    background-image: var(--bth-hero-image);
    background-position: center;
    background-size: cover;
}
.bth-page-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5, 16, 22, .84), rgba(5, 16, 22, .5) 54%, rgba(5, 16, 22, .2)),
        linear-gradient(0deg, rgba(5, 16, 22, .78), rgba(5, 16, 22, .08) 68%);
}
.bth-page-hero__inner {
    padding-block: clamp(72px, 10vw, 140px) clamp(46px, 7vw, 86px);
}
.bth-page-hero__copy {
    max-width: 980px;
    color: #fff;
    animation: bth-rise .65s ease both;
}
.bth-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    margin-bottom: 22px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-weight: 900;
    line-height: 1;
    backdrop-filter: blur(16px);
}
.bth-page-hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(48px, 6.2vw, 88px);
    line-height: .96;
    font-weight: 900;
}
.bth-page-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.bth-page-quick a,
.bth-page-quick > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 15px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-weight: 900;
    line-height: 1.15;
    backdrop-filter: blur(16px);
}
.bth-page-quick > span {
    cursor: default;
}
.bth-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    gap: 24px;
    padding-block: 74px;
}
.bth-page-main,
.bth-page-side,
.bth-page-banner {
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(16, 24, 39, .07);
}
.bth-page-main {
    min-height: 520px;
    padding: clamp(30px, 5vw, 64px);
    background: #fff;
}
.bth-page-main h2 {
    max-width: 920px;
    margin: 0;
    font-size: clamp(36px, 4.3vw, 68px);
    line-height: 1.03;
    font-weight: 900;
}
.bth-page-main > p {
    max-width: 860px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.68;
}
.bth-page-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}
.bth-page-topic {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    min-height: 138px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.bth-page-topic:hover {
    transform: translateY(-2px);
    border-color: rgba(215,163,61,.55);
    box-shadow: 0 14px 34px rgba(16, 24, 39, .08);
}
.bth-page-topic > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(215,163,61,.14);
    color: var(--teal);
}
.bth-page-topic strong,
.bth-page-topic small {
    display: block;
    grid-column: 2;
}
.bth-page-topic strong {
    font-size: 20px;
    line-height: 1.2;
}
.bth-page-topic small {
    margin-top: 8px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}
.bth-page-side {
    align-self: start;
    position: sticky;
    top: 26px;
    padding: clamp(26px, 3vw, 36px);
    color: #fff;
    background: linear-gradient(145deg, var(--teal), #182229);
}
.bth-page-side h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 2.6vw, 38px);
    line-height: 1.08;
}
.bth-page-side p:not(.bth-kicker) {
    margin: 16px 0 28px;
    color: rgba(255,255,255,.78);
    line-height: 1.6;
}
.bth-page-side-links {
    display: grid;
    gap: 0;
}
.bth-page-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 62px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-weight: 900;
}
.bth-page-side-links a > span:last-child {
    color: var(--gold);
    font-size: 24px;
    line-height: 1;
}
.bth-page-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    margin-bottom: 74px;
    padding: clamp(30px, 5vw, 58px);
    background:
        linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.82)),
        url('<?php echo esc_url(bthub_homepage_asset('patrimoniu-botosani.png')); ?>');
    background-size: cover;
    background-position: center;
}
.bth-page-banner h2 {
    max-width: 920px;
    margin: 0;
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}
.bth-page-banner .bth-kicker {
    color: #5c6675;
    font-weight: 900;
}
.bth-page-banner p:not(.bth-kicker) {
    max-width: 800px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62;
}
.bth-entry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 24px;
    padding-block: 74px 36px;
}
.bth-entry-main,
.bth-entry-contact,
.bth-entry-note,
.bth-entry-media {
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(16, 24, 39, .07);
}
.bth-entry-main {
    padding: clamp(30px, 5vw, 64px);
    background: #fff;
}
.bth-entry-main h2,
.bth-entry-media h2 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(34px, 4vw, 62px);
    line-height: 1.03;
    font-weight: 900;
}
.bth-entry-content {
    margin-top: 24px;
    color: var(--muted);
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.74;
}
.bth-entry-content > *:first-child {
    margin-top: 0;
}
.bth-entry-content > *:last-child {
    margin-bottom: 0;
}
.bth-entry-content h2,
.bth-entry-content h3,
.bth-entry-content h4 {
    margin: 34px 0 12px;
    color: var(--ink);
    font-weight: 900;
    line-height: 1.14;
}
.bth-entry-content h2 {
    font-size: clamp(28px, 2.6vw, 42px);
}
.bth-entry-content h3 {
    font-size: clamp(24px, 2vw, 32px);
}
.bth-entry-content p,
.bth-entry-content ul,
.bth-entry-content ol {
    margin: 0 0 18px;
}
.bth-entry-content a {
    color: var(--teal);
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.bth-entry-aside {
    display: grid;
    align-self: start;
    position: sticky;
    top: 26px;
    gap: 18px;
}
.bth-entry-contact,
.bth-entry-note {
    background: #fff;
}
.bth-entry-contact {
    padding: clamp(24px, 3vw, 34px);
}
.bth-entry-contact h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 2.5vw, 38px);
    line-height: 1.08;
}
.bth-entry-contact__list {
    display: grid;
    gap: 12px;
}
.bth-entry-contact__row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #f9fafb;
}
.bth-entry-contact__row > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: var(--teal);
    background: rgba(215, 163, 61, .13);
}
.bth-entry-contact__row strong,
.bth-entry-contact__row p {
    display: block;
}
.bth-entry-contact__row strong {
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.bth-entry-contact__row p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}
.bth-entry-note {
    padding: 24px;
    color: #fff;
    background: linear-gradient(145deg, var(--teal), #182229);
}
.bth-entry-note .bth-kicker {
    color: var(--gold);
}
.bth-entry-note p:not(.bth-kicker) {
    margin: 0;
    color: rgba(255,255,255,.82);
    line-height: 1.62;
}
.bth-entry-media {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(360px, 1fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: center;
    margin-bottom: 38px;
    padding: clamp(28px, 5vw, 58px);
    background: var(--cream);
}
.bth-entry-media__copy p:not(.bth-kicker) {
    max-width: 620px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.66;
}
.bth-entry-media__frame {
    overflow: hidden;
    min-height: 360px;
    border: 1px solid rgba(16, 24, 39, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 24, 39, .08);
}
.bth-entry-media__frame img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}
.bth-entry-media__frame--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px;
}
.bth-entry-media__frame--placeholder img {
    width: min(100%, 420px);
    height: auto;
    min-height: 0;
    object-fit: contain;
}
.bth-entry-gallery {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.bth-entry-gallery figure {
    overflow: hidden;
    margin: 0;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    background: #fff;
}
.bth-entry-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bth-results-section {
    padding-block: 74px;
}
.bth-results-section .bth-section-head {
    max-width: 900px;
    margin-bottom: 34px;
}
.bth-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.bth-result-card a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 24, 39, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.bth-result-card a:hover {
    transform: translateY(-4px);
    border-color: rgba(215, 163, 61, .62);
    box-shadow: 0 22px 52px rgba(16, 24, 39, .1);
}
.bth-result-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    color: var(--blue);
    background: #eef4f8;
}
.bth-result-card__content,
.bth-result-card__content strong,
.bth-result-card__content span {
    display: block;
}
.bth-result-card__meta {
    display: block;
    margin-bottom: 14px;
    color: #b64f3f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.bth-result-card__content strong {
    color: var(--ink);
    font-size: 24px;
    line-height: 1.12;
}
.bth-result-card__content span {
    margin-top: 14px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
}
.bth-results-pagination {
    margin-top: 34px;
}
.bth-results-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bth-results-pagination a,
.bth-results-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-weight: 900;
}
.bth-results-pagination .current {
    border-color: var(--gold);
    background: var(--gold);
}
.bth-no-results {
    max-width: 860px;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(16, 24, 39, .07);
}
.bth-no-results h2 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.02;
    font-weight: 900;
}
.bth-no-results p:not(.bth-kicker) {
    max-width: 760px;
    margin: 16px 0 24px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62;
}
@keyframes bth-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .bth-home *,
    .bth-home *::before,
    .bth-home *::after {
        animation: none !important;
        transition: none !important;
    }
}
@media (max-width: 1200px) {
    .bth-directory__inner {
        grid-template-columns: 1fr;
    }
    .bth-directory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .bth-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1100px) {
    .bth-intro,
    .bth-panels,
    .bth-panels--reverse,
    .bth-evergreen,
    .bth-cta,
    .bth-page-layout,
    .bth-page-banner,
    .bth-entry-layout,
    .bth-entry-media {
        grid-template-columns: 1fr;
    }
    .bth-panel {
        min-height: auto;
    }
    .bth-panel--image img {
        min-height: 420px;
    }
    .bth-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bth-cta .bth-button {
        width: max-content;
    }
    .bth-page-side {
        position: static;
    }
    .bth-entry-aside {
        position: static;
    }
    .bth-page-banner .bth-button {
        width: max-content;
    }
    .bth-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bth-entry-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 700px) {
    .bth-shell {
        max-width: none;
        padding-inline: 20px;
    }
    .bth-livebar__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        min-height: auto;
        padding-inline: 20px;
        padding-block: 10px;
    }
    .bth-livebar__items {
        justify-content: flex-start;
        width: 100%;
        row-gap: 7px;
    }
    .bth-livebar__item {
        min-height: 34px;
        padding: 3px 12px 3px 0;
        font-size: 13px;
        white-space: normal;
    }
    .bth-livebar__item + .bth-livebar__item::before {
        display: none;
    }
    .bth-livebar__weather {
        width: 100%;
    }
    .bth-hero {
        min-height: 700px;
        align-items: start;
        background-position: 58% center;
    }
    .bth-page-hero {
        min-height: 620px;
        align-items: end;
        background-position: 58% center;
    }
    .bth-hero__inner {
        padding-inline: 22px;
        padding-block: 66px 52px;
    }
    .bth-page-hero__inner {
        padding-inline: 22px;
        padding-block: 76px 44px;
    }
    .bth-hero h1 {
        max-width: 12ch;
        font-size: clamp(43px, 13.5vw, 56px);
        line-height: 1;
    }
    .bth-page-hero h1 {
        max-width: 12ch;
        font-size: clamp(40px, 12vw, 54px);
        line-height: 1.02;
    }
    .bth-lead {
        max-width: 31ch;
        font-size: 17px;
        line-height: 1.55;
    }
    .bth-search {
        display: grid;
        gap: 8px;
        width: 100%;
        border-radius: 24px;
    }
    .bth-search input,
    .bth-search button {
        width: 100%;
        border-radius: 16px;
    }
    .bth-hero-links {
        gap: 8px;
    }
    .bth-hero-links a {
        min-height: 38px;
        padding-inline: 12px;
        font-size: 14px;
    }
    .bth-page-badge {
        min-height: 36px;
        margin-bottom: 18px;
        padding: 8px 12px;
        font-size: 14px;
    }
    .bth-page-quick {
        gap: 8px;
        margin-top: 24px;
    }
    .bth-page-quick a,
    .bth-page-quick > span {
        min-height: 38px;
        padding-inline: 12px;
        font-size: 14px;
        max-width: calc(100vw - 44px);
        white-space: normal;
    }
    .bth-intro,
    .bth-directory,
    .bth-evergreen,
    .bth-page-layout,
    .bth-entry-layout,
    .bth-results-section {
        padding-block: 48px;
    }
    .bth-intro {
        gap: 24px;
    }
    .bth-intro h2,
    .bth-section-head h2,
    .bth-panel h2,
    .bth-cta h2,
    .bth-page-main h2,
    .bth-page-side h2,
    .bth-page-banner h2,
    .bth-entry-main h2,
    .bth-entry-media h2 {
        font-size: clamp(32px, 10vw, 42px);
        line-height: 1.08;
    }
    .bth-intro__text p,
    .bth-section-head p,
    .bth-panel p,
    .bth-cta p,
    .bth-page-main > p,
    .bth-page-banner p:not(.bth-kicker),
    .bth-entry-content,
    .bth-entry-media__copy p:not(.bth-kicker) {
        font-size: 16px;
        line-height: 1.6;
    }
    .bth-intro__text p {
        margin-top: 0;
    }
    .bth-inline-links a {
        min-height: 38px;
        padding-inline: 12px;
        font-size: 14px;
    }
    .bth-panels {
        gap: 16px;
        padding-bottom: 44px;
    }
    .bth-panel {
        border-radius: 18px;
    }
    .bth-panel--image img {
        min-height: 310px;
    }
    .bth-panel--copy,
    .bth-evergreen__main,
    .bth-evergreen__side,
    .bth-cta,
    .bth-page-main,
    .bth-page-side,
    .bth-page-banner,
    .bth-entry-main,
    .bth-entry-contact,
    .bth-entry-note,
    .bth-entry-media {
        padding: 24px 20px;
        border-radius: 18px;
    }
    .bth-link-grid,
    .bth-directory-grid,
    .bth-results-grid,
    .bth-resource-grid,
    .bth-page-topic-grid,
    .bth-entry-gallery {
        grid-template-columns: 1fr;
    }
    .bth-entry-media {
        margin-bottom: 24px;
    }
    .bth-entry-media__frame,
    .bth-entry-media__frame img {
        min-height: 260px;
    }
    .bth-result-card a {
        min-height: auto;
        padding: 22px 20px;
        border-radius: 18px;
    }
    .bth-result-card__content strong {
        font-size: 22px;
    }
    .bth-no-results {
        padding: 24px 20px;
        border-radius: 18px;
    }
    .bth-link-grid a,
    .bth-resource,
    .bth-page-topic {
        min-height: 58px;
    }
    .bth-page-topic {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 16px;
    }
    .bth-page-topic > span {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }
    .bth-page-topic strong {
        font-size: 18px;
    }
    .bth-feature {
        min-height: 150px;
    }
    .bth-evergreen {
        gap: 16px;
    }
    .bth-stat strong {
        font-size: 44px;
    }
    .bth-cta,
    .bth-page-banner,
    .bth-entry-media {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 52px;
    }
    .bth-cta .bth-button,
    .bth-page-banner .bth-button {
        width: 100%;
        min-height: 56px;
    }
}
