/* Reset / theme isolation */
body.bvd-home-template,
body.bvd-blog-template,
body.bvd-route-template,
body.bvd-blog-single-template {
    margin: 0;
    padding: 0 !important;
    overflow-x: clip;
    background: #0b0d0f;
}

body.bvd-home-template .wp-site-blocks,
body.bvd-blog-template .wp-site-blocks,
body.bvd-route-template .wp-site-blocks,
body.bvd-blog-single-template .wp-site-blocks {
    padding: 0;
}

body.bvd-home-template .wp-site-blocks > header,
body.bvd-home-template .wp-site-blocks > footer,
body.bvd-blog-template .wp-site-blocks > header,
body.bvd-blog-template .wp-site-blocks > footer,
body.bvd-route-template .wp-site-blocks > header,
body.bvd-route-template .wp-site-blocks > footer,
body.bvd-blog-single-template .wp-site-blocks > header,
body.bvd-blog-single-template .wp-site-blocks > footer {
    display: none;
}

body.bvd-home-template .wp-site-blocks > main,
body.bvd-blog-template .wp-site-blocks > main,
body.bvd-blog-single-template .wp-site-blocks > main,
body.bvd-home-template .wp-block-post-content,
body.bvd-blog-template .wp-block-post-content,
body.bvd-route-template .wp-block-post-content,
body.bvd-blog-single-template .wp-block-post-content,
body.bvd-home-template .entry-content,
body.bvd-blog-template .entry-content,
body.bvd-route-template .entry-content,
body.bvd-blog-single-template .entry-content {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.bvd-blog-single-template .wp-site-blocks > .wp-block-group {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.bvd-blog-single-template .wp-site-blocks > .wp-block-group > :not(.wp-block-post-content) {
    display: none !important;
}

body.bvd-home-template .bvd-home,
body.bvd-blog-template .bvd-home,
body.bvd-route-template .bvd-home,
body.bvd-blog-single-template .bvd-home {
    width: 100vw;
    max-width: none;
    margin: 0 0 0 calc(50% - 50vw) !important;
}

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

.bvd-home {
    --bvd-ink: #121416;
    --bvd-muted: #626a70;
    --bvd-cream: #f3eee5;
    --bvd-paper: #fffdf8;
    --bvd-night: #080a0c;
    --bvd-night-soft: #12161a;
    --bvd-gold: #c9a35d;
    --bvd-gold-bright: #e2c27c;
    --bvd-sage: #7d9187;
    --bvd-line: rgba(20, 23, 26, 0.13);
    --bvd-line-dark: rgba(255, 255, 255, 0.13);
    --bvd-shadow: 0 24px 58px rgba(10, 12, 14, 0.12);
    color: var(--bvd-ink);
    background: var(--bvd-cream);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.bvd-home :where(h1, h2, h3, h4, p, ul) {
    margin-top: 0;
}

.bvd-home :where(h1, h2, h3, h4) {
    color: inherit;
    font-family: "Playfair Display", serif;
    letter-spacing: 0;
    line-height: 1.12;
}

.bvd-home :where(a) {
    color: inherit;
    text-decoration: none;
}

.bvd-home :where(button, input, select, textarea) {
    font: inherit;
}

.bvd-home :where(button) {
    cursor: pointer;
}

.bvd-shell {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

.bvd-section {
    padding: 92px 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
        var(--bvd-cream);
    scroll-margin-top: 96px;
}

.bvd-section-dark {
    color: #fff;
    background: linear-gradient(180deg, #0a0d10 0%, #11161a 100%);
}

.bvd-eyebrow {
    margin-bottom: 14px;
    color: var(--bvd-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bvd-section-heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.bvd-section-heading h2 {
    margin-bottom: 13px;
    font-size: clamp(2rem, 3.8vw, 3.45rem);
}

.bvd-section-heading > p:last-child {
    margin-bottom: 0;
    color: var(--bvd-muted);
}

.bvd-section-heading-light > p:last-child {
    color: rgba(255, 255, 255, 0.66);
}

.bvd-section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: none;
    text-align: left;
}

.bvd-section-heading-row h2 {
    margin-bottom: 0;
}

.bvd-button,
.bvd-header-button,
.bvd-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.bvd-button:hover,
.bvd-header-button:hover,
.bvd-card-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(6, 8, 10, 0.18);
}

.bvd-button-primary,
.bvd-header-button,
.bvd-card-action {
    color: #0d0f11;
    border-color: rgba(226, 194, 124, 0.48);
    background: linear-gradient(180deg, var(--bvd-gold-bright), var(--bvd-gold));
}

.bvd-button-primary:hover,
.bvd-header-button:hover,
.bvd-card-action:hover {
    color: #0d0f11;
    background: var(--bvd-gold-bright);
}

.bvd-button-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.04);
}

.bvd-button-secondary:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.12);
}

.bvd-text-link {
    color: #8e682d;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bvd-text-link:hover {
    color: var(--bvd-ink);
}

.bvd-text-link::after {
    margin-left: 8px;
    content: "\2192";
}

/* Header */
.bvd-site-header {
    position: sticky;
    z-index: 900;
    top: 0;
    color: #fff;
    border-bottom: 1px solid var(--bvd-line-dark);
    background: rgba(6, 8, 10, 0.95);
    backdrop-filter: blur(18px);
}

.bvd-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    min-height: 68px;
    gap: 16px;
}

.bvd-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    padding-block: 8px;
}

.bvd-logo-lockup {
    display: block;
    width: clamp(150px, 16vw, 212px);
    height: auto;
    max-height: none;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.24));
}

.bvd-site-header .bvd-logo-lockup {
    width: clamp(104px, 10vw, 136px);
}

.bvd-site-footer .bvd-logo-lockup {
    width: clamp(210px, 22vw, 300px);
}

.bvd-logo > span:first-child {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #111;
    border-radius: 50%;
    background: var(--bvd-gold);
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    font-weight: 800;
}

.bvd-logo-mark {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 16px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.bvd-logo > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.bvd-logo strong {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bvd-logo small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.63rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bvd-site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3vw, 36px);
}

.bvd-site-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bvd-site-nav a:hover {
    color: #fff;
}

.bvd-site-nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--bvd-gold-bright);
    content: "";
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 180ms ease, transform 180ms ease;
}

.bvd-site-nav a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.bvd-header-button {
    min-height: 40px;
    padding: 0 20px;
    border-radius: 7px;
}

.bvd-language-switcher {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    gap: 2px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
}

.bvd-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 30px;
    padding: 0 9px;
    color: rgba(255, 255, 255, 0.68);
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bvd-language-switcher a:hover,
.bvd-language-switcher a.is-active {
    color: #111;
    background: var(--bvd-gold);
}

.bvd-language-switcher-footer {
    margin-top: 18px;
}

.bvd-mobile-booking-link,
.bvd-menu-toggle {
    display: none;
}

.bvd-menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.bvd-menu-toggle span {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.bvd-menu-toggle span:nth-child(1) {
    top: 14px;
}

.bvd-menu-toggle span:nth-child(2) {
    top: 20px;
}

.bvd-menu-toggle span:nth-child(3) {
    top: 26px;
}

.bvd-menu-toggle:focus-visible,
.bvd-site-nav a:focus-visible,
.bvd-button:focus-visible,
.bvd-header-button:focus-visible,
.bvd-card-action:focus-visible {
    outline: 2px solid var(--bvd-gold-bright);
    outline-offset: 3px;
}

.bvd-site-header.is-menu-open .bvd-menu-toggle span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}

.bvd-site-header.is-menu-open .bvd-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.bvd-site-header.is-menu-open .bvd-menu-toggle span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

body.admin-bar.bvd-home-template .bvd-site-header,
body.admin-bar.bvd-blog-template .bvd-site-header,
body.admin-bar.bvd-route-template .bvd-site-header,
body.admin-bar.bvd-blog-single-template .bvd-site-header {
    top: 32px;
}

/* Hero */
.bvd-hero {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 52px 0 64px;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(5, 7, 9, 0.97) 0%, rgba(5, 7, 9, 0.78) 45%, rgba(5, 7, 9, 0.5) 100%),
        var(--bvd-hero-image);
    background-position: center;
    background-size: cover;
    scroll-margin-top: 94px;
}

.bvd-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(5, 7, 9, 0.78));
    content: "";
    pointer-events: none;
}

.bvd-hero-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(570px, 1.28fr);
    align-items: start;
    gap: clamp(32px, 4vw, 58px);
}

.bvd-hero-copy {
    position: sticky;
    top: 102px;
    padding-top: 12px;
}

.bvd-hero-copy h1 {
    max-width: 540px;
    margin-bottom: 12px;
    font-size: clamp(2.25rem, 3.25vw, 3.35rem);
}

.bvd-hero-lead {
    max-width: 510px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(0.82rem, 1vw, 0.94rem);
    line-height: 1.55;
}

.bvd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.bvd-hero-actions .bvd-button {
    padding: 0 24px;
}

.bvd-hero-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.86rem;
    list-style: none;
}

.bvd-hero-list li {
    position: relative;
    padding-left: 22px;
}

.bvd-hero-list li::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: var(--bvd-gold);
    content: "\2713";
    font-weight: 800;
}

.bvd-hero-booking {
    position: relative;
    z-index: 10;
    padding: clamp(18px, 2.2vw, 26px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(15, 18, 21, 0.94);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(20px);
    scroll-margin-top: 104px;
}

.bvd-booking-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
}

.bvd-booking-heading h2 {
    margin-bottom: 5px;
    font-size: clamp(1.8rem, 2.4vw, 2.45rem);
}

.bvd-booking-heading > span {
    padding: 7px 10px;
    color: var(--bvd-gold-bright);
    border: 1px solid rgba(201, 163, 93, 0.28);
    border-radius: 7px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bvd-booking-intro {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
}

.bvd-route-message {
    margin-bottom: 13px;
    padding: 9px 12px;
    color: #f4e9d1;
    border: 1px solid rgba(201, 163, 93, 0.28);
    border-radius: 8px;
    background: rgba(201, 163, 93, 0.09);
    font-size: 0.78rem;
    font-weight: 700;
}

.bvd-route-message.is-active {
    border-color: rgba(226, 194, 124, 0.68);
    background: rgba(201, 163, 93, 0.17);
}

.bvd-booking-form-shell {
    position: relative;
    z-index: 20;
    overflow: visible;
}

/* Trust strip */
.bvd-trust-strip {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, #080a0c, #101418, #080a0c);
}

.bvd-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bvd-trust-grid > div {
    min-height: 102px;
    padding: 22px 24px;
    border-right: 1px solid var(--bvd-line-dark);
}

.bvd-trust-grid > div:first-child {
    border-left: 1px solid var(--bvd-line-dark);
}

.bvd-trust-grid strong,
.bvd-trust-grid span {
    display: block;
}

.bvd-trust-grid strong {
    margin-bottom: 7px;
    color: var(--bvd-gold-bright);
    font-family: "Playfair Display", serif;
    font-size: 1.12rem;
}

.bvd-trust-grid span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
}

/* Routes and day trips */
.bvd-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.bvd-route-card,
.bvd-trip-card,
.bvd-post-card {
    overflow: hidden;
    border: 1px solid var(--bvd-line);
    border-radius: 10px;
    background: var(--bvd-paper);
    box-shadow: 0 14px 36px rgba(15, 17, 19, 0.06);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.bvd-route-card:hover,
.bvd-trip-card:hover,
.bvd-post-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bvd-shadow);
}

.bvd-card-image {
    position: relative;
    min-height: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #101418;
}

.bvd-card-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(5, 7, 9, 0.74));
    content: "";
    pointer-events: none;
}

.bvd-card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.bvd-route-card:hover .bvd-card-img,
.bvd-trip-card:hover .bvd-card-img {
    transform: scale(1.035);
}

.bvd-card-image span {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
    padding: 7px 10px;
    color: #111;
    border-radius: 6px;
    background: var(--bvd-gold-bright);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bvd-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 225px;
    padding: 20px;
}

.bvd-card-content h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.bvd-card-content p {
    margin-bottom: 16px;
    color: var(--bvd-muted);
    font-size: 0.86rem;
}

.bvd-card-content small {
    margin-bottom: 18px;
    color: #8e682d;
    font-size: 0.72rem;
    font-weight: 800;
}

.bvd-card-action {
    width: 100%;
    margin-top: auto;
    padding: 0 18px;
}

.bvd-card-action.is-active {
    color: #fff;
    background: #80602d;
}

.bvd-card-guide-link {
    display: inline-flex;
    margin: 14px auto 0;
    color: #8e682d;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bvd-card-guide-link:hover {
    color: var(--bvd-ink);
}

.bvd-trip-card {
    color: var(--bvd-ink);
    border-color: rgba(255, 255, 255, 0.1);
}

.bvd-trip-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto 0 18px;
    padding-top: 16px;
    color: #7c5e2c;
    border-top: 1px solid var(--bvd-line);
    font-size: 0.72rem;
    font-weight: 800;
}

.bvd-daytrip-booking {
    display: grid;
    grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
    align-items: start;
    gap: 24px;
    margin: 0 0 36px;
    padding: clamp(20px, 3vw, 32px);
    border: 1px solid var(--bvd-line-dark);
    border-radius: 12px;
    background: var(--bvd-night-soft);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.bvd-daytrip-copy {
    position: sticky;
    top: 110px;
}

.bvd-daytrip-copy h3 {
    margin-bottom: 14px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.bvd-daytrip-copy > p:not(.bvd-eyebrow) {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.85rem;
}

.bvd-daytrip-copy .bvd-route-message {
    margin-top: 22px;
}

/* How it works */
.bvd-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bvd-how-grid > div {
    position: relative;
    min-height: 205px;
    padding: 24px;
    border: 1px solid var(--bvd-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.76);
}

.bvd-how-grid span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    place-items: center;
    color: #111;
    border-radius: 7px;
    background: var(--bvd-gold);
    font-size: 0.68rem;
    font-weight: 800;
}

.bvd-how-grid h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
}

.bvd-how-grid p {
    margin-bottom: 0;
    color: var(--bvd-muted);
    font-size: 0.82rem;
}

/* FAQ */
.bvd-faq-section {
    background: #ebe5da;
}

.bvd-faq-list {
    display: grid;
    max-width: 880px;
    margin: 0 auto;
    gap: 14px;
}

.bvd-faq-item {
    overflow: clip;
    border: 1px solid rgba(20, 23, 26, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
}

.bvd-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 20px 24px;
    gap: 20px;
    cursor: pointer;
    font-family: "Playfair Display", serif;
    font-size: 1.12rem;
    font-weight: 700;
    list-style: none;
}

.bvd-faq-item summary::-webkit-details-marker {
    display: none;
}

.bvd-faq-item summary span {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(20, 23, 26, 0.2);
    border-radius: 6px;
}

.bvd-faq-item summary span::before,
.bvd-faq-item summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: var(--bvd-ink);
    content: "";
    transform: translate(-50%, -50%);
}

.bvd-faq-item summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 180ms ease;
}

.bvd-faq-item[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.bvd-faq-item[open] summary {
    color: #765723;
}

.bvd-faq-item > div {
    padding: 0 24px 24px;
}

.bvd-faq-item p {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--bvd-muted);
    font-size: 0.9rem;
}

/* Blog */
.bvd-insights-section {
    background: var(--bvd-paper);
}

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

.bvd-post-card {
    display: flex;
    flex-direction: column;
}

.bvd-post-image {
    position: relative;
    display: grid;
    aspect-ratio: 16 / 10.5;
    min-height: 0;
    overflow: hidden;
    place-items: center;
    color: #111;
    background: #171b1f;
}

.bvd-post-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(5, 7, 9, 0.32));
    content: "";
    pointer-events: none;
}

.bvd-post-thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.bvd-post-card:hover .bvd-post-thumb {
    transform: scale(1.035);
}

.bvd-post-image-empty {
    background: linear-gradient(135deg, #171b1f, #222a31);
}

.bvd-post-image-empty span {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 10px;
    background: var(--bvd-gold);
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 800;
}

.bvd-post-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.bvd-post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #8e682d;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bvd-post-content h3 {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.bvd-post-content h3 a:hover {
    color: #8e682d;
}

.bvd-post-content p {
    margin-bottom: 22px;
    color: var(--bvd-muted);
    font-size: 0.84rem;
}

.bvd-post-content .bvd-text-link {
    margin-top: auto;
}

.bvd-empty-state {
    padding: 48px;
    border: 1px dashed rgba(20, 23, 26, 0.22);
    border-radius: 20px;
    text-align: center;
}

.bvd-empty-state h3 {
    margin-bottom: 8px;
    font-size: 1.7rem;
}

.bvd-empty-state p {
    margin-bottom: 0;
    color: var(--bvd-muted);
}

.bvd-blog-hero {
    padding: 116px 0 94px;
    color: #fff;
    background: linear-gradient(180deg, #080a0c 0%, #12171c 100%);
}

.bvd-blog-hero .bvd-shell {
    max-width: 900px;
    text-align: center;
}

.bvd-blog-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(3rem, 6vw, 5.8rem);
}

.bvd-blog-hero p:last-child {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.66);
}

.bvd-pagination {
    margin-top: 48px;
}

.bvd-pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bvd-pagination a,
.bvd-pagination span {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    padding: 8px;
    place-items: center;
    border: 1px solid var(--bvd-line);
    border-radius: 7px;
    font-size: 0.75rem;
    font-weight: 800;
}

.bvd-pagination .current,
.bvd-pagination a:hover {
    color: #111;
    border-color: var(--bvd-gold);
    background: var(--bvd-gold);
}

/* Single posts */
.bvd-single-post {
    min-height: 100vh;
    background: var(--bvd-cream);
}

.bvd-single-post-frame {
    margin: 0;
    padding: 0;
}

.bvd-single-post-frame > :first-child {
    margin-top: 0;
}

.bvd-single-post-frame .bvd-studio-article {
    margin: 0;
}

.bvd-single-hero {
    padding: 96px 0 76px;
    color: #fff;
    background: linear-gradient(180deg, #080a0c 0%, #11171c 100%);
}

.bvd-single-hero .bvd-shell {
    width: min(920px, calc(100% - 40px));
    margin-inline: auto;
}

.bvd-single-hero h1 {
    max-width: 820px;
    margin-bottom: 18px;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    line-height: 1;
}

.bvd-single-hero p:not(.bvd-eyebrow) {
    max-width: 720px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
}

.bvd-single-hero time {
    color: var(--bvd-gold-bright);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Route landing pages */
.bvd-route-page {
    background: var(--bvd-cream);
}

.bvd-route-hero {
    position: relative;
    padding: 120px 0 92px;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(5, 7, 9, 0.92), rgba(5, 7, 9, 0.62) 56%, rgba(5, 7, 9, 0.34)),
        var(--bvd-route-hero-image);
    background-position: center;
    background-size: cover;
}

.bvd-route-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
    gap: clamp(28px, 5vw, 68px);
}

.bvd-route-hero h1 {
    max-width: 850px;
    margin-bottom: 20px;
    font-size: clamp(3rem, 6vw, 6.4rem);
    line-height: 0.96;
}

.bvd-route-hero p:not(.bvd-eyebrow) {
    max-width: 680px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.bvd-route-hero-panel,
.bvd-route-side-panel {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(8, 10, 12, 0.78);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.bvd-route-hero-panel {
    padding: 24px;
}

.bvd-route-hero-panel > span,
.bvd-route-side-panel h2 {
    color: var(--bvd-gold-bright);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bvd-route-hero-panel strong {
    display: block;
    margin: 9px 0 18px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    line-height: 1.05;
}

.bvd-route-hero-panel dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.bvd-route-hero-panel dl div {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.bvd-route-hero-panel dt,
.bvd-route-hero-panel dd {
    margin: 0;
}

.bvd-route-hero-panel dt {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bvd-route-hero-panel dd {
    color: #fff;
    font-weight: 800;
}

.bvd-route-booking-section {
    padding: 82px 0;
    color: #fff;
    background: linear-gradient(180deg, #080a0c 0%, #11161a 100%);
    scroll-margin-top: 96px;
}

.bvd-route-booking-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    align-items: start;
    gap: clamp(24px, 4vw, 46px);
}

.bvd-route-booking-copy {
    position: sticky;
    top: 104px;
}

.bvd-route-booking-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.bvd-route-booking-copy > p:not(.bvd-eyebrow) {
    color: rgba(255, 255, 255, 0.66);
}

.bvd-route-booking-copy .bvd-card-action {
    width: auto;
    min-width: 210px;
    margin: 12px 0 16px;
}

.bvd-route-booking-card {
    display: block;
    padding: clamp(18px, 2.2vw, 26px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(15, 18, 21, 0.94);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(20px);
}

.bvd-route-booking-card .bvd-button {
    justify-self: start;
}

.bvd-route-booking-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.bvd-route-booking-summary div {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.bvd-route-booking-summary dt {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bvd-route-booking-summary dd {
    margin: 0;
    color: #fff;
    font-weight: 800;
}

.bvd-route-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: clamp(28px, 5vw, 64px);
}

.bvd-route-main-copy {
    display: grid;
    gap: 34px;
}

.bvd-route-main-copy section {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(20, 23, 26, 0.12);
}

.bvd-route-main-copy h2 {
    max-width: 760px;
    margin-bottom: 14px;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.bvd-route-main-copy p {
    max-width: 780px;
    color: #344054;
    font-size: 1.04rem;
    line-height: 1.86;
}

.bvd-route-side-panel {
    position: sticky;
    top: 104px;
    padding: 24px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(201, 163, 93, 0.16), transparent 44%),
        #111827;
}

.bvd-route-side-panel h2 {
    margin: 0 0 18px;
    font-family: "Manrope", sans-serif;
}

.bvd-route-side-panel ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bvd-route-side-panel li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
}

.bvd-route-side-panel li::before {
    position: absolute;
    top: 0.18em;
    left: 0;
    color: var(--bvd-gold-bright);
    content: "\2713";
    font-weight: 900;
}

body.bvd-blog-single-template:not(.bvd-studio-single) .bvd-single-post-frame {
    width: min(860px, calc(100% - 40px));
    margin-inline: auto;
    padding: 78px 0 84px;
}

body.bvd-blog-single-template:not(.bvd-studio-single) .bvd-single-post-frame :where(h1, h2, h3) {
    margin-bottom: 0.45em;
}

body.bvd-blog-single-template:not(.bvd-studio-single) .bvd-single-post-frame :where(p, ul, ol, figure) {
    margin-bottom: 1.25rem;
}

body.bvd-blog-single-template:not(.bvd-studio-single) .bvd-single-post-frame :where(p, li) {
    color: #344054;
    font-size: 1.05rem;
    line-height: 1.82;
}

body.bvd-blog-single-template:not(.bvd-studio-single) .bvd-single-post-frame img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Final CTA */
.bvd-final-cta {
    position: relative;
    padding: 86px 0;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(7, 9, 11, 0.97), rgba(7, 9, 11, 0.68)), var(--bvd-bg-image);
    background-position: center;
    background-size: cover;
}

.bvd-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bvd-final-cta h2 {
    max-width: 700px;
    margin-bottom: 12px;
    font-size: clamp(2.4rem, 5vw, 4.7rem);
}

.bvd-final-cta p:last-child {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.64);
}

.bvd-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.bvd-final-actions .bvd-button {
    min-width: 170px;
    padding: 0 22px;
}

/* Footer */
.bvd-site-footer {
    color: #fff;
    background: linear-gradient(180deg, #080a0c, #050607);
    scroll-margin-top: 94px;
}

.bvd-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 0.8fr;
    gap: 44px;
    padding-top: 72px;
    padding-bottom: 64px;
}

.bvd-footer-grid > div:not(.bvd-footer-about) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.bvd-footer-grid > div > strong {
    margin-bottom: 8px;
    color: var(--bvd-gold-bright);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bvd-footer-grid a,
.bvd-footer-grid span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
}

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

.bvd-footer-about p {
    max-width: 400px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
}

.bvd-footer-bottom {
    border-top: 1px solid var(--bvd-line-dark);
}

.bvd-footer-bottom .bvd-shell {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.68rem;
}

.bvd-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

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

/* Responsive rules */
@media (max-width: 1020px) {
    .bvd-hero-grid {
        grid-template-columns: 1fr;
    }

    .bvd-route-hero-inner,
    .bvd-route-booking-grid,
    .bvd-route-content-grid {
        grid-template-columns: 1fr;
    }

    .bvd-route-booking-copy,
    .bvd-route-side-panel {
        position: static;
    }

    .bvd-route-hero-panel {
        max-width: 520px;
    }

    .bvd-route-booking-summary {
        grid-template-columns: 1fr;
    }

    .bvd-hero-copy {
        position: static;
        max-width: 820px;
        padding-top: 0;
    }

    .bvd-hero-booking {
        max-width: 920px;
    }

    .bvd-daytrip-booking {
        grid-template-columns: 1fr;
    }

    .bvd-daytrip-copy {
        position: static;
        max-width: 700px;
    }

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

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

@media (max-width: 900px) {
    .bvd-header-inner {
        grid-template-columns: auto 1fr auto auto auto;
        gap: 10px;
    }

    .bvd-site-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        padding: 14px max(20px, calc((100vw - 1220px) / 2));
        gap: 4px;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(8, 10, 12, 0.99);
        box-shadow: 0 22px 45px rgba(0, 0, 0, 0.32);
    }

    .bvd-site-header.is-menu-open .bvd-site-nav {
        display: flex;
    }

    .bvd-site-nav a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 10px;
    }

    .bvd-site-nav a:hover {
        background: rgba(255, 255, 255, 0.07);
    }

    .bvd-language-switcher {
        justify-self: end;
    }

    .bvd-mobile-booking-link {
        display: flex !important;
        justify-content: center;
        margin-top: 6px;
        color: #111 !important;
        background: var(--bvd-gold);
    }

    .bvd-menu-toggle {
        display: block;
    }

    body.bvd-menu-open {
        overflow: hidden;
    }

    .bvd-trust-grid,
    .bvd-card-grid,
    .bvd-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bvd-trust-grid > div:nth-child(odd) {
        border-left: 1px solid var(--bvd-line-dark);
    }

    .bvd-trust-grid > div {
        border-bottom: 1px solid var(--bvd-line-dark);
    }

    .bvd-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .bvd-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .bvd-shell {
        width: min(100% - 24px, 1220px);
    }

    .bvd-section {
        padding: 60px 0;
    }

    .bvd-header-inner {
        min-height: 64px;
        gap: 8px;
    }

    .bvd-logo > span:first-child {
        width: 36px;
        height: 36px;
    }

    .bvd-logo-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 14px;
    }

    .bvd-logo-lockup {
        width: clamp(96px, 34vw, 122px);
        max-height: none;
    }

    .bvd-logo small {
        display: none;
    }

    .bvd-logo strong {
        font-size: 0.72rem;
    }

    .bvd-header-button {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.68rem;
    }

    .bvd-language-switcher a {
        min-width: 31px;
        min-height: 28px;
        padding: 0 7px;
        font-size: 0.62rem;
    }

    .bvd-hero {
        min-height: 0;
        padding: 34px 0 48px;
    }

    .bvd-hero-grid {
        gap: 28px;
    }

    .bvd-hero-copy {
        padding-top: 0;
    }

    .bvd-hero-copy h1 {
        margin-bottom: 10px;
        font-size: clamp(1.9rem, 8.5vw, 2.35rem);
    }

    .bvd-hero-lead {
        margin-bottom: 14px;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .bvd-hero-list {
        display: none;
    }

    .bvd-hero-actions,
    .bvd-final-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .bvd-hero-actions .bvd-button,
    .bvd-final-actions .bvd-button {
        width: 100%;
    }

    .bvd-hero-actions {
        margin-bottom: 0;
    }

    .bvd-hero-actions .bvd-button-secondary {
        display: none;
    }

    .bvd-hero-booking,
    .bvd-daytrip-booking {
        padding: 14px;
        border-radius: 18px;
    }

    .bvd-booking-heading h2 {
        font-size: 1.72rem;
    }

    .bvd-booking-intro {
        margin-bottom: 10px;
        font-size: 0.78rem;
        line-height: 1.5;
    }

    .bvd-route-message {
        margin-bottom: 10px;
        padding: 8px 10px;
        font-size: 0.7rem;
    }

    .bvd-booking-heading > span {
        display: none;
    }

    .bvd-card-grid,
    .bvd-post-grid,
    .bvd-how-grid,
    .bvd-footer-grid {
        grid-template-columns: 1fr;
    }

    .bvd-route-hero {
        padding: 78px 0 58px;
    }

    .bvd-route-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.5rem);
    }

    .bvd-route-booking-section {
        padding: 54px 0;
    }

    .bvd-route-booking-copy .bvd-card-action {
        width: 100%;
    }

    .bvd-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bvd-trust-grid > div,
    .bvd-trust-grid > div:nth-child(odd) {
        min-height: 0;
        padding: 18px 14px;
        border-right: 1px solid var(--bvd-line-dark);
        border-left: 1px solid var(--bvd-line-dark);
    }

    .bvd-card-content {
        min-height: 0;
    }

    .bvd-card-image {
        min-height: 165px;
    }

    .bvd-section-heading {
        margin-bottom: 28px;
    }

    .bvd-section-heading h2 {
        font-size: clamp(1.9rem, 9vw, 2.45rem);
    }

    .bvd-section-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .bvd-faq-item summary {
        min-height: 68px;
        padding: 17px 18px;
        font-size: 1rem;
    }

    .bvd-faq-item > div {
        padding: 0 18px 18px;
    }

    .bvd-footer-grid {
        gap: 32px;
        padding-top: 54px;
        padding-bottom: 46px;
    }

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

@media (max-width: 420px) {
    .bvd-header-booking {
        display: none;
    }

    .bvd-header-inner {
        grid-template-columns: auto 1fr auto auto;
    }

    .bvd-logo strong {
        font-size: 0.68rem;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar.bvd-home-template .bvd-site-header,
    body.admin-bar.bvd-blog-template .bvd-site-header,
    body.admin-bar.bvd-route-template .bvd-site-header {
        top: 46px;
    }
}
