/* Forever theme stylesheet v1.0.0 */
:root {
    --fv-ink: #16213a;
    --fv-body: #44506a;
    --fv-muted: #7b87a0;
    --fv-card: #ffffff;
    --fv-soft: #f2f5fa;
    --fv-line: #e2e8f2;
    --fv-navy: #101c33;
    --fv-navy-2: #1a2c4f;
    --fv-teal: #0e7c7b;
    --fv-teal-deep: #0a5f5e;
    --fv-amber: #ffb703;
    --fv-grad: linear-gradient(135deg, #0e7c7b, #0a5f5e);
    --fv-r: 18px;
    --fv-sh: 0 1px 2px rgba(16, 28, 51, 0.06), 0 16px 40px -24px rgba(16, 28, 51, 0.3);
    --fv-max: 1240px;
    --fv-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}
[data-theme="dark"] {
    --fv-ink: #eef2fa;
    --fv-body: #b9c2d8;
    --fv-muted: #8b94ad;
    --fv-card: #151f38;
    --fv-soft: #1a2440;
    --fv-line: #2a3554;
    --fv-sh: 0 1px 2px rgba(0, 0, 0, 0.4), 0 16px 40px -24px rgba(0, 0, 0, 0.6);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--fv-font); background: var(--fv-soft); color: var(--fv-body); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select { font-family: inherit; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.fv-container { width: 100%; max-width: var(--fv-max); margin-inline: auto; padding-inline: 24px; }
::selection { background: rgba(14, 124, 123, 0.25); }

/* ---------- Header ---------- */
.fv-header { position: sticky; top: 0; z-index: 900; background: var(--fv-card); border-bottom: 1px solid var(--fv-line); }
.admin-bar .fv-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .fv-header { top: 46px; } }
.fv-header-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding-block: 10px; }
.fv-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.fv-logo-mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 14px; background: var(--fv-grad); box-shadow: 0 8px 20px rgba(14, 124, 123, 0.4); flex-shrink: 0; }
.fv-logo-text { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; color: var(--fv-ink); }
.fv-logo-dot { color: var(--fv-teal); }
.fv-nav { display: block; }
.fv-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.fv-menu a { display: inline-block; font-size: 15.5px; font-weight: 700; color: var(--fv-body); text-decoration: none; padding: 10px 15px; border-radius: 12px; transition: color 0.15s ease, background 0.15s ease; }
.fv-menu a:hover { color: var(--fv-teal-deep); background: rgba(14, 124, 123, 0.09); }
.fv-menu .current-menu-item a, .fv-menu .current_page_item a { color: var(--fv-teal-deep); background: rgba(14, 124, 123, 0.12); }
.fv-menu .sub-menu { display: none; }
.fv-header-actions { display: flex; align-items: center; gap: 10px; }
.fv-btn { display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; text-decoration: none; border-radius: 12px; padding: 11px 22px; min-height: 48px; border: none; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; white-space: nowrap; }
.fv-btn-primary { background: var(--fv-grad); color: #fff; box-shadow: 0 10px 24px rgba(14, 124, 123, 0.35); }
.fv-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(14, 124, 123, 0.42); }
.fv-btn-ghost { background: transparent; color: var(--fv-ink); border: 1.5px solid var(--fv-line); }
.fv-btn-ghost:hover { border-color: var(--fv-teal); color: var(--fv-teal-deep); }
.fv-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--fv-line); background: var(--fv-card); color: var(--fv-body); cursor: pointer; transition: border-color 0.15s ease, color 0.15s ease; }
.fv-icon-btn:hover { border-color: var(--fv-teal); color: var(--fv-teal-deep); }
.fv-ico-moon { display: none; }
[data-theme="dark"] .fv-ico-sun { display: none; }
[data-theme="dark"] .fv-ico-moon { display: inline-flex; }
.fv-burger { display: none; }
.fv-mobile-nav { display: none; border-top: 1px solid var(--fv-line); padding: 8px 24px 20px; }
.fv-mobile-menu { list-style: none; display: flex; flex-direction: column; }
.fv-mobile-menu a { display: block; font-size: 16.5px; font-weight: 700; color: var(--fv-ink); text-decoration: none; padding: 13px 6px; border-bottom: 1px solid var(--fv-line); }
.fv-mobile-nav.is-open { display: block; }

/* ---------- Hero + search widget ---------- */
.fv-hero { position: relative; overflow: hidden; background: linear-gradient(160deg, #101c33 0%, #1a2c4f 60%, #123f45 100%); color: #fff; padding: 84px 0 56px; }
.fv-hero-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(180deg, #000, transparent 90%); }
.fv-hero-bg::after { content: ""; position: absolute; right: -120px; top: -120px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255, 183, 3, 0.35), transparent 65%); }
.fv-eyebrow { display: inline-block; font-size: 13.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fv-amber); margin-bottom: 14px; }
.fv-eyebrow-dark { color: var(--fv-teal-deep); }
[data-theme="dark"] .fv-eyebrow-dark { color: var(--fv-amber); }
.fv-hero-title { font-size: clamp(34px, 5vw, 58px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.06; color: #fff; max-width: 18ch; margin-bottom: 30px; }
.fv-widget { background: var(--fv-card); border-radius: 20px; padding: 12px; box-shadow: 0 30px 70px -25px rgba(0, 0, 0, 0.55); max-width: 920px; }
.fv-tabs { display: flex; gap: 6px; padding: 2px 2px 10px; overflow-x: auto; scrollbar-width: none; }
.fv-tabs::-webkit-scrollbar { display: none; }
.fv-tab { flex-shrink: 0; border: none; background: transparent; font-size: 15.5px; font-weight: 800; color: var(--fv-muted); padding: 10px 20px; border-radius: 12px; cursor: pointer; border-bottom: 3px solid transparent; border-radius: 12px 12px 0 0; transition: color 0.15s ease, background 0.15s ease; }
.fv-tab:hover { color: var(--fv-teal-deep); background: rgba(14, 124, 123, 0.08); }
.fv-tab.is-active { color: var(--fv-teal-deep); border-bottom-color: var(--fv-teal); }
[data-theme="dark"] .fv-tab.is-active { color: #5fd6d4; }
.fv-search { display: flex; gap: 10px; }
.fv-field { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--fv-line); border-radius: 13px; padding: 0 16px; background: var(--fv-card); min-width: 0; }
.fv-field-main { flex: 1.6; }
.fv-field { flex: 1; color: var(--fv-muted); }
.fv-field input { border: none; background: transparent; font-size: 16px; width: 100%; min-height: 54px; color: var(--fv-ink); }
.fv-field input:focus { outline: none; }
.fv-field:focus-within { border-color: var(--fv-teal); box-shadow: 0 0 0 3px rgba(14, 124, 123, 0.15); }
.fv-field-label { font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.fv-search-btn { border: none; cursor: pointer; border-radius: 13px; background: var(--fv-amber); color: #3a2a00; font-size: 16.5px; font-weight: 800; padding: 0 38px; min-height: 58px; transition: transform 0.15s ease, filter 0.15s ease; }
.fv-search-btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.fv-widget-note { font-size: 14px; color: var(--fv-muted); padding: 10px 6px 0; }

/* ---------- Sections ---------- */
.fv-section { padding: 44px 0 6px; }
.fv-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.fv-sec-head h2 { font-size: clamp(24px, 3vw, 30px); font-weight: 800; letter-spacing: -0.02em; color: var(--fv-ink); }
.fv-sec-head p { color: var(--fv-muted); font-size: 16px; margin-top: 4px; }
.fv-link-more { font-size: 15.5px; font-weight: 800; color: var(--fv-teal-deep); text-decoration: none; white-space: nowrap; }
[data-theme="dark"] .fv-link-more { color: #5fd6d4; }
.fv-dest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 16px; }
.fv-dest-card { position: relative; border-radius: var(--fv-r); overflow: hidden; background: var(--fv-navy-2); text-decoration: none; display: block; }
.fv-dest-wide { grid-column: span 2; }
.fv-dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.fv-dest-card:hover img { transform: scale(1.06); }
.fv-dest-fallback { position: absolute; inset: 0; background: linear-gradient(135deg, #1a2c4f, #0e7c7b); }
.fv-dest-meta { position: absolute; inset: auto 0 0 0; padding: 40px 18px 16px; background: linear-gradient(180deg, transparent, rgba(8, 14, 28, 0.85)); color: #fff; }
.fv-dest-meta strong { display: block; font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
.fv-dest-meta small { font-size: 13.5px; opacity: 0.85; }
.fv-deal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fv-deal-card { background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); overflow: hidden; box-shadow: var(--fv-sh); transition: transform 0.25s ease, box-shadow 0.25s ease; display: flex; flex-direction: column; }
.fv-deal-card:hover { transform: translateY(-4px); }
.fv-deal-media { position: relative; display: block; aspect-ratio: 16 / 9; background: var(--fv-soft); overflow: hidden; }
.fv-deal-media img { width: 100%; height: 100%; object-fit: cover; }
.fv-deal-tag { position: absolute; top: 12px; left: 12px; background: var(--fv-amber); color: #3a2a00; font-size: 12.5px; font-weight: 800; border-radius: 999px; padding: 5px 13px; }
.fv-deal-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.fv-deal-body h3 { font-size: 18.5px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.4; }
.fv-deal-body h3 a { color: var(--fv-ink); text-decoration: none; }
.fv-deal-body h3 a:hover { color: var(--fv-teal-deep); }
.fv-deal-body p { font-size: 15px; color: var(--fv-body); }
.fv-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; color: var(--fv-muted); margin-top: auto; padding-top: 8px; }
.fv-card-meta a { color: var(--fv-teal-deep); font-weight: 800; text-decoration: none; }
.fv-perks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 40px 0 6px; }
.fv-perk { display: flex; gap: 14px; align-items: flex-start; background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); padding: 20px 22px; }
.fv-perk-ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(14, 124, 123, 0.1); border: 1px solid rgba(14, 124, 123, 0.25); color: var(--fv-teal-deep); flex-shrink: 0; }
.fv-perk strong { display: block; font-size: 16.5px; color: var(--fv-ink); }
.fv-perk span span, .fv-perk div span { font-size: 14.5px; color: var(--fv-muted); }
.fv-latest { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fv-latest-item a { display: flex; gap: 12px; align-items: center; background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: 14px; padding: 12px 14px; text-decoration: none; transition: border-color 0.15s ease, transform 0.15s ease; }
.fv-latest-item a:hover { border-color: var(--fv-teal); transform: translateY(-2px); }
.fv-latest-item img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.fv-latest-item span { font-size: 15px; font-weight: 700; color: var(--fv-ink); line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fv-app { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: 44px 0 54px; background: linear-gradient(120deg, #101c33, #1a2c4f 60%, #0e4a49); border-radius: 24px; padding: 40px 44px; color: #fff; }
.fv-app h2 { font-size: clamp(24px, 3vw, 30px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.fv-app p { color: rgba(255, 255, 255, 0.75); font-size: 16px; max-width: 52ch; }
.fv-app-btns { display: flex; gap: 10px; }
.fv-store { border: 1.5px solid rgba(255, 255, 255, 0.35); border-radius: 12px; padding: 12px 22px; font-size: 15px; font-weight: 800; }

/* ---------- Loop / single / page ---------- */
.fv-page { padding-block: 36px 60px; }
.fv-page-head { margin-bottom: 24px; }
.fv-page-title { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -0.02em; color: var(--fv-ink); }
.fv-page-desc { color: var(--fv-muted); font-size: 16.5px; margin-top: 6px; }
.fv-loop { display: flex; flex-direction: column; gap: 16px; }
.fv-loop-card { display: flex; gap: 18px; background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); overflow: hidden; padding: 16px; }
.fv-loop-media { width: 220px; flex-shrink: 0; border-radius: 12px; overflow: hidden; }
.fv-loop-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.fv-loop-title { font-size: 20px; font-weight: 800; letter-spacing: -0.01em; }
.fv-loop-title a { color: var(--fv-ink); text-decoration: none; }
.fv-loop-title a:hover { color: var(--fv-teal-deep); }
.fv-loop-excerpt { color: var(--fv-body); font-size: 15.5px; margin-top: 6px; }
.fv-pagination { margin-top: 28px; display: flex; gap: 8px; justify-content: center; }
.fv-pagination .page-numbers { min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid var(--fv-line); border-radius: 12px; background: var(--fv-card); color: var(--fv-ink); font-weight: 700; text-decoration: none; padding: 0 14px; }
.fv-pagination .current { background: var(--fv-teal); border-color: var(--fv-teal); color: #fff; }
.fv-empty { text-align: center; background: var(--fv-card); border: 1.5px dashed var(--fv-line); border-radius: var(--fv-r); padding: 56px 24px; }
.fv-empty h1 { font-size: 26px; color: var(--fv-ink); margin-bottom: 8px; }
.fv-empty p { margin-bottom: 14px; }
.fv-404-code { font-size: 84px; font-weight: 800; color: var(--fv-teal); line-height: 1; }
.fv-single-title { font-size: clamp(30px, 4.4vw, 44px); font-weight: 800; letter-spacing: -0.02em; color: var(--fv-ink); margin: 10px 0 12px; }
.fv-single-meta { margin-bottom: 22px; }
.fv-single-meta a { color: var(--fv-teal-deep); }
.fv-single-media { border-radius: var(--fv-r); overflow: hidden; margin-bottom: 26px; }
.fv-single-content { font-size: 17.5px; line-height: 1.8; color: var(--fv-body); }
.fv-single-content p { margin-bottom: 1.2em; }
.fv-single-content h2 { font-size: 26px; color: var(--fv-ink); margin: 1.4em 0 0.6em; }
.fv-single-content h3 { font-size: 21px; color: var(--fv-ink); margin: 1.2em 0 0.5em; }
.fv-comments { margin-top: 40px; }
.fv-type-badge { display: inline-block; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fv-teal-deep); background: rgba(14, 124, 123, 0.1); border-radius: 999px; padding: 4px 13px; margin-bottom: 8px; }

/* ---------- Footer ---------- */
.fv-footer { background: var(--fv-navy); color: rgba(255, 255, 255, 0.72); padding: 60px 0 0; font-size: 15.5px; margin-top: 20px; }
.fv-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 40px; }
.fv-foot-about { font-size: 14.5px; line-height: 1.75; color: rgba(255, 255, 255, 0.6); margin-top: 14px; max-width: 34ch; }
.fv-foot-col h4 { font-size: 13.5px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 14px; }
.fv-foot-col ul { list-style: none; }
.fv-foot-col li { margin-bottom: 4px; }
.fv-foot-col a { font-size: 15px; color: rgba(255, 255, 255, 0.72); text-decoration: none; display: inline-block; padding: 5px 0; transition: color 0.15s ease, transform 0.15s ease; }
.fv-foot-col a:hover { color: var(--fv-amber); transform: translateX(3px); }
.fv-news-text { font-size: 14.5px; color: rgba(255, 255, 255, 0.6); margin-bottom: 12px; }
.fv-news { display: flex; gap: 8px; }
.fv-news input { flex: 1; min-width: 0; border: 1.5px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.07); border-radius: 12px; color: #fff; font-size: 15px; padding: 12px 15px; min-height: 50px; }
.fv-news input::placeholder { color: rgba(255, 255, 255, 0.45); }
.fv-news input:focus { outline: none; border-color: var(--fv-amber); }
.fv-news button { border: none; cursor: pointer; border-radius: 12px; background: var(--fv-amber); color: #3a2a00; font-size: 15px; font-weight: 800; padding: 0 22px; min-height: 50px; }
.fv-foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 20px 0 24px; font-size: 14px; color: rgba(255, 255, 255, 0.5); }
.fv-footer .fv-logo-text { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .fv-dest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 210px; }
    .fv-deal-grid, .fv-perks, .fv-latest { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fv-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .fv-nav { display: none; }
    .fv-burger { display: inline-flex; }
}
@media (max-width: 640px) {
    .fv-container { padding-inline: 16px; }
    .fv-hero { padding: 60px 0 44px; }
    .fv-search { flex-direction: column; }
    .fv-search-btn { min-height: 54px; justify-content: center; }
    .fv-header-actions .fv-btn-ghost { display: none; }
    .fv-dest-grid, .fv-deal-grid, .fv-perks, .fv-latest, .fv-foot-grid { grid-template-columns: minmax(0, 1fr); }
    .fv-dest-wide { grid-column: auto; }
    .fv-dest-grid { grid-auto-rows: 200px; }
    .fv-loop-card { flex-direction: column; }
    .fv-loop-media { width: 100%; }
    .fv-app { padding: 30px 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .fv-dest-card img, .fv-deal-card, .fv-btn, .fv-search-btn { transition: none; }
    .fv-deal-card:hover, .fv-btn-primary:hover { transform: none; }
}

/* Forever v1.1.0 — storefront layout: white bar, photo hero, search card, promo, rail */
.fv-header { background: var(--fv-card); }
.fv-header-in { min-height: 68px; gap: 28px; }
.fv-shop { position: relative; }
.fv-shop-btn { display: inline-flex; align-items: center; gap: 6px; border: none; background: transparent; font-size: 15px; font-weight: 700; color: var(--fv-ink); cursor: pointer; padding: 10px 12px; border-radius: 10px; font-family: inherit; }
.fv-shop-btn:hover { color: var(--fv-teal-deep); background: rgba(14, 124, 123, 0.09); }
.fv-shop-drop { position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: 14px; padding: 8px; box-shadow: var(--fv-sh); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.18s ease; z-index: 60; }
.fv-shop:hover > .fv-shop-drop, .fv-shop:focus-within > .fv-shop-drop { opacity: 1; visibility: visible; transform: none; }
.fv-shop-drop a { display: block; font-size: 15px; font-weight: 600; color: var(--fv-body); text-decoration: none; border-radius: 9px; padding: 10px 13px; }
.fv-shop-drop a:hover { background: rgba(14, 124, 123, 0.09); color: var(--fv-teal-deep); }
.fv-top-link { font-size: 15px; font-weight: 700; color: var(--fv-ink); text-decoration: none; padding: 10px 12px; border-radius: 10px; white-space: nowrap; }
.fv-top-link:hover { color: var(--fv-teal-deep); background: rgba(14, 124, 123, 0.09); }
.fv-btn-sm { min-height: 44px; padding: 9px 18px; font-size: 14.5px; }
/* Photo hero + serif */
.fv-hero-photo { padding: 72px 0 150px; background: var(--fv-navy); }
.fv-hero-photo-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.fv-hero-photo-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 18, 34, 0.25), rgba(10, 18, 34, 0.05) 50%, rgba(10, 18, 34, 0.15)); }
.fv-hero-title-serif { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; text-align: center; margin-inline: auto; text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4); }
/* Search card overlapping hero */
.fv-widget-card { position: relative; z-index: 5; background: var(--fv-card); border-radius: 16px; box-shadow: 0 24px 60px -20px rgba(8, 14, 28, 0.45); padding: 6px 6px 14px; margin-bottom: -110px; }
.fv-htabs { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--fv-line); padding: 10px 14px 0; }
.fv-htabs::-webkit-scrollbar { display: none; }
.fv-htab { flex: 1 0 auto; display: inline-flex; flex-direction: column; align-items: center; gap: 6px; border: none; background: transparent; font-size: 13.5px; font-weight: 700; color: var(--fv-muted); padding: 12px 18px 14px; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -1px; min-width: 96px; font-family: inherit; transition: color 0.15s ease, border-color 0.15s ease; }
.fv-htab:hover { color: var(--fv-teal-deep); }
.fv-htab.is-active { color: #1a5fd0; border-bottom-color: #1a5fd0; }
[data-theme="dark"] .fv-htab.is-active { color: #6ea8ff; border-bottom-color: #6ea8ff; }
.fv-hsearch { display: flex; gap: 10px; padding: 14px 14px 0; }
.fv-hfield { display: flex; align-items: center; gap: 10px; border: 1.5px solid #9aa5b8; border-radius: 10px; padding: 8px 14px; background: var(--fv-card); color: var(--fv-muted); min-width: 0; }
.fv-hfield-main { flex: 1.5; }
.fv-hfield { flex: 1; }
.fv-hfield:focus-within { border-color: #1a5fd0; box-shadow: 0 0 0 3px rgba(26, 95, 208, 0.15); }
.fv-hfield-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.fv-hfield-text small { font-size: 11.5px; font-weight: 700; color: var(--fv-muted); }
.fv-hfield input, .fv-hfield select { border: none; background: transparent; font-size: 15px; width: 100%; color: var(--fv-ink); font-family: inherit; min-width: 0; }
.fv-hfield input:focus, .fv-hfield select:focus { outline: none; }
.fv-hfield-dates { display: flex; gap: 6px; }
.fv-hfield-dates input { font-size: 13.5px; }
.fv-hsearch-btn { border: none; cursor: pointer; border-radius: 999px; background: #1a5fd0; color: #fff; font-size: 16px; font-weight: 800; padding: 0 38px; min-height: 56px; align-self: center; transition: transform 0.15s ease, filter 0.15s ease; white-space: nowrap; }
.fv-hsearch-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.fv-bundle { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--fv-body); padding: 12px 16px 2px; cursor: pointer; }
.fv-bundle input { width: 18px; height: 18px; accent-color: #1a5fd0; }
/* Space left by overlapping card */
.fv-hero-photo + .fv-container { padding-top: 140px; }
/* Promo banner */
.fv-promo { display: flex; align-items: center; gap: 18px; background: #ffd814; border-radius: 16px; padding: 22px 26px; margin: 6px 0 8px; }
.fv-promo-ico { flex-shrink: 0; }
.fv-promo-text { flex: 1; min-width: 0; color: #141d38; }
.fv-promo-text h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(21px, 2.6vw, 28px); letter-spacing: 0; }
.fv-promo-text p { font-size: 14.5px; margin-top: 2px; }
.fv-promo-btn { flex-shrink: 0; background: #141d38; color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; border-radius: 999px; padding: 13px 30px; transition: transform 0.15s ease; }
.fv-promo-btn:hover { transform: translateY(-2px); }
/* Deals rail */
.fv-pill-link { display: inline-flex; align-items: center; font-size: 14.5px; font-weight: 800; color: #1a5fd0; text-decoration: none; border: 1.5px solid #9aa5b8; border-radius: 999px; padding: 9px 20px; white-space: nowrap; transition: border-color 0.15s ease, background 0.15s ease; }
.fv-pill-link:hover { border-color: #1a5fd0; background: rgba(26, 95, 208, 0.07); }
[data-theme="dark"] .fv-pill-link { color: #6ea8ff; }
.fv-rail-wrap { position: relative; }
.fv-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc(25% - 12px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 10px; }
.fv-rail::-webkit-scrollbar { display: none; }
.fv-rail-card { position: relative; scroll-snap-align: start; border-radius: 14px; overflow: hidden; background: var(--fv-navy-2); aspect-ratio: 4 / 4.6; }
.fv-rail-media { position: absolute; inset: 0; }
.fv-rail-media img { width: 100%; height: 100%; object-fit: cover; }
.fv-heart { position: absolute; top: 10px; right: 10px; z-index: 3; width: 36px; height: 36px; border-radius: 50%; border: none; background: rgba(255, 255, 255, 0.92); color: #c22; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: transform 0.15s ease; }
.fv-heart:hover { transform: scale(1.1); }
.fv-heart.is-active svg { fill: #d61f2c; stroke: #d61f2c; }
.fv-rail-go { position: absolute; top: 42%; z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(20, 29, 56, 0.72); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); transition: background 0.15s ease; }
.fv-rail-go:hover { background: rgba(20, 29, 56, 0.95); }
.fv-rail-go-prev { left: 10px; }
.fv-rail-go-next { right: 10px; }
.fv-rail-body { position: absolute; inset: auto 0 0 0; padding: 34px 14px 12px; background: linear-gradient(180deg, transparent, rgba(8, 14, 28, 0.88)); }
.fv-rail-body h3 { font-size: 15.5px; font-weight: 800; line-height: 1.35; }
.fv-rail-body h3 a { color: #fff; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fv-rail-body .fv-card-meta { color: rgba(255, 255, 255, 0.75); padding: 0; }
/* Help pill */
.fv-help { position: fixed; right: 18px; bottom: 18px; z-index: 800; display: inline-flex; align-items: center; gap: 8px; background: var(--fv-card); border: 1.5px solid var(--fv-line); color: var(--fv-ink); font-size: 14.5px; font-weight: 800; text-decoration: none; border-radius: 999px; padding: 11px 20px; box-shadow: var(--fv-sh); }
.fv-help:hover { border-color: var(--fv-teal); color: var(--fv-teal-deep); }
/* Hide legacy widget bits no longer used on front */
.fv-widget-note { display: none; }
@media (max-width: 1024px) {
    .fv-rail { grid-auto-columns: calc(50% - 8px); }
}
@media (max-width: 640px) {
    .fv-header-in { gap: 12px; }
    .fv-nav { display: none; }
    .fv-top-link { display: none; }
    .fv-hero-photo { padding: 56px 0 120px; }
    .fv-hsearch { flex-direction: column; }
    .fv-hsearch-btn { min-height: 54px; }
    .fv-htab { min-width: 84px; font-size: 12.5px; }
    .fv-hero-photo + .fv-container { padding-top: 130px; }
    .fv-promo { flex-direction: column; text-align: center; }
    .fv-rail { grid-auto-columns: 78%; }
}
@media (prefers-reduced-motion: reduce) {
    .fv-rail { scroll-snap-type: none; }
}


/* ForeverBN v1.2.0 — places-plugin compatibility layer */
/* Venue article shell (plugin markup: .airbnb-single-container) */
.single-listing-article { width: 100%; max-width: 1240px; margin-inline: auto; padding: 24px 24px 64px; box-sizing: border-box; }
/* Reviews summary */
.fv-reviews { margin-top: 8px; }
.fv-rev-summary { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 18px; background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); padding: 26px 28px; box-shadow: var(--fv-sh); margin-bottom: 16px; }
.fv-rev-score { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; border-right: 1px solid var(--fv-line); padding-right: 18px; }
.fv-rev-value { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--fv-ink); font-variant-numeric: tabular-nums; }
.fv-rev-stars { color: #f59e0b; font-size: 17px; letter-spacing: 2px; }
.fv-rev-total { font-size: 14px; color: var(--fv-muted); }
.fv-rev-sources { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.fv-rev-source { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.fv-rev-source strong { font-size: 15.5px; color: var(--fv-ink); }
.fv-rev-source span { font-size: 15px; color: var(--fv-body); font-variant-numeric: tabular-nums; }
.fv-rev-bars { background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); padding: 22px 26px; margin-bottom: 22px; }
.fv-rev-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.fv-rev-bar-row:last-child { margin-bottom: 0; }
.fv-rev-bar-star { width: 44px; flex-shrink: 0; font-size: 14.5px; font-weight: 800; color: var(--fv-body); font-variant-numeric: tabular-nums; }
.fv-rev-bar-track { flex: 1; min-width: 0; height: 12px; border-radius: 999px; background: var(--fv-soft); border: 1px solid var(--fv-line); overflow: hidden; }
.fv-rev-bar-fill { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #0e7c7b, #14a5a3); min-width: 6px; }
.fv-rev-bar-pct { width: 52px; flex-shrink: 0; text-align: right; font-size: 13.5px; font-weight: 700; color: var(--fv-muted); font-variant-numeric: tabular-nums; }
/* Comments */
.fv-comments-area { margin-top: 6px; }
.fv-comments-title { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; color: var(--fv-ink); margin-bottom: 16px; }
.fv-comment-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.fv-comment-list .children { list-style: none; margin: 12px 0 0 12px; padding-left: 14px; border-left: 2px solid var(--fv-line); display: flex; flex-direction: column; gap: 12px; }
.fv-comment-card { background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: 16px; padding: 18px 20px; }
.fv-comment-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.fv-comment-avatar img { border-radius: 50%; display: block; width: 44px; height: 44px; }
.fv-comment-author { font-size: 15.5px; color: var(--fv-ink); }
.fv-comment-date { font-size: 13px; color: var(--fv-muted); }
.fv-comment-date a { color: inherit; text-decoration: none; }
.fv-comment-text { font-size: 16px; line-height: 1.75; color: var(--fv-body); }
.fv-comment-text p { margin: 0 0 10px; }
.fv-comment-foot { margin-top: 10px; }
.fv-comment-foot .comment-reply-link { display: inline-flex; align-items: center; min-height: 42px; padding: 6px 18px; border: 1.5px solid var(--fv-line); border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--fv-ink); text-decoration: none; }
.fv-comment-foot .comment-reply-link:hover { border-color: var(--fv-teal); color: var(--fv-teal-deep); }
.fv-comments-area .comment-respond { background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); padding: 26px; margin-top: 8px; }
.fv-comments-area .comment-reply-title { font-size: 19px; font-weight: 800; color: var(--fv-ink); margin-bottom: 6px; }
.fv-comments-area .comment-notes, .fv-comments-area .logged-in-as { font-size: 14px; color: var(--fv-muted); }
.fv-comments-area .comment-form label { display: block; font-size: 14.5px; font-weight: 700; color: var(--fv-ink); margin-bottom: 7px; }
.fv-comments-area .comment-form input[type="text"], .fv-comments-area .comment-form input[type="email"], .fv-comments-area .comment-form input[type="url"], .fv-comments-area .comment-form textarea { width: 100%; border: 1.5px solid var(--fv-line); border-radius: 12px; padding: 12px 16px; font-size: 16px; min-height: 50px; background: var(--fv-card); color: var(--fv-ink); font-family: inherit; }
.fv-comments-area .comment-form textarea { min-height: 140px; resize: vertical; }
.fv-comments-area .comment-form input:focus, .fv-comments-area .comment-form textarea:focus { outline: none; border-color: var(--fv-teal); box-shadow: 0 0 0 3px rgba(14, 124, 123, 0.15); }
.fv-comments-area .comment-form .form-submit { margin-bottom: 0; }
.fv-comments-closed { color: var(--fv-muted); font-size: 15px; }
/* Popular times */
.fv-popular { background: var(--fv-card); border: 1px solid var(--fv-line); border-radius: var(--fv-r); padding: 22px 24px; box-shadow: var(--fv-sh); }
.fv-popular-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.fv-popular-title { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 17.5px; font-weight: 800; color: var(--fv-ink); }
.fv-popular-hours { font-size: 13.5px; color: var(--fv-muted); }
.fv-pop-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; margin-bottom: 14px; scrollbar-width: none; }
.fv-pop-tabs::-webkit-scrollbar { display: none; }
.fv-pop-tab { flex-shrink: 0; min-height: 42px; padding: 8px 17px; font-size: 14px; font-weight: 700; border-radius: 999px; border: 1.5px solid var(--fv-line); background: var(--fv-card); color: var(--fv-muted); cursor: pointer; font-family: inherit; transition: all 0.15s ease; }
.fv-pop-tab:hover { border-color: var(--fv-teal); color: var(--fv-teal-deep); }
.fv-pop-tab.is-active { border-color: var(--fv-teal); background: rgba(14, 124, 123, 0.1); color: var(--fv-teal-deep); }
.fv-pop-bars { display: flex; align-items: flex-end; gap: 5px; min-height: 120px; }
.fv-pop-bar { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; min-height: 100px; }
.fv-pop-bar-fill { width: 100%; max-width: 18px; background: #c3cede; border-radius: 4px 4px 0 0; min-height: 4px; }
.fv-pop-bar.is-current .fv-pop-bar-fill { background: var(--fv-teal); }
.fv-pop-bar-hour { font-size: 11px; color: var(--fv-muted); margin-top: 5px; }
.fv-pop-bar.is-current .fv-pop-bar-hour { color: var(--fv-teal-deep); font-weight: 800; }
.fv-pop-note { font-size: 13.5px; color: var(--fv-muted); text-align: center; margin: 10px 0 0; }
/* Gallery lightbox */
.fv-modal { position: fixed; inset: 0; z-index: 1200; display: none; }
.fv-modal.is-open { display: block; }
.fv-modal-backdrop { position: absolute; inset: 0; background: rgba(8, 14, 28, 0.9); }
.fv-gallery-box { position: relative; max-width: min(1080px, 94vw); margin: 4vh auto; background: #0d1526; border-radius: 18px; padding: 18px; }
.fv-gallery-stage img { width: 100%; max-height: 72vh; object-fit: contain; border-radius: 10px; background: #000; }
.fv-gallery-close { position: absolute; top: -14px; right: -14px; width: 44px; height: 44px; border-radius: 50%; border: none; background: #fff; color: #16213a; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.fv-gallery-nav { display: flex; align-items: center; justify-content: center; gap: 18px; padding-top: 14px; color: #fff; }
.fv-gallery-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.35); background: transparent; color: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
.fv-gallery-nav button:hover { background: rgba(255, 255, 255, 0.14); }
#bn-lightbox-counter { font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
@media (max-width: 640px) {
    .single-listing-article { padding: 14px 14px 48px; }
    .fv-rev-summary { grid-template-columns: minmax(0, 1fr); }
    .fv-rev-score { border-right: none; border-bottom: 1px solid var(--fv-line); padding: 0 0 14px; }
    .fv-rev-value { font-size: 44px; }
    .fv-comments-area .comment-respond { padding: 20px 16px; }
    .fv-popular { padding: 18px 16px; }
    .fv-gallery-box { padding: 10px; }
    .fv-gallery-close { top: 2px; right: 2px; }
}

