.fa-bh-page {
    --bh-navy: #06162f;
    --bh-blue: #0a2540;
    --bh-royal: #154b8b;
    --bh-ocean: #18b8c8;
    --bh-gold: #f2b705;
    --bh-ink: #10233e;
    --bh-muted: #66758a;
    --bh-line: #e5ebf2;
    --bh-soft: #f7f9fc;
    --bh-shadow: 0 30px 90px rgba(6,22,47,.13);
    background: #fff;
    color: var(--bh-ink);
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.fa-bh-page * {
    box-sizing: border-box;
}

.fa-bh-shell {
    width: min(1240px, 92%);
    margin: 0 auto;
}

.fa-bh-hero {
    position: relative;
    min-height: 100vh;
    padding: 150px 0 105px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--bh-navy);
}

.fa-bh-hero-media,
.fa-bh-hero-overlay,
.fa-bh-light-rays {
    position: absolute;
    inset: 0;
}

.fa-bh-hero-media {
    background: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=90") center/cover;
    animation: faBhZoom 24s ease-in-out infinite alternate;
}

.fa-bh-hero-overlay {
    background:
        linear-gradient(90deg, rgba(6,22,47,.94), rgba(6,22,47,.67) 44%, rgba(6,22,47,.25) 78%, rgba(6,22,47,.48)),
        linear-gradient(180deg, rgba(6,22,47,.15), rgba(6,22,47,.07) 54%, rgba(6,22,47,.94));
}

.fa-bh-light-rays {
    opacity: .35;
    background:
        radial-gradient(circle at 83% 12%, rgba(242,183,5,.34), transparent 23%),
        radial-gradient(circle at 18% 28%, rgba(24,184,200,.24), transparent 27%),
        repeating-linear-gradient(118deg, transparent 0 82px, rgba(255,255,255,.035) 83px 84px);
    animation: faBhDrift 11s ease-in-out infinite alternate;
}

.fa-bh-hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .92fr);
    gap: 70px;
    align-items: center;
}

.fa-bh-eyebrow,
.fa-bh-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--bh-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.fa-bh-eyebrow::before,
.fa-bh-kicker::before {
    content: "";
    width: 44px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.fa-bh-hero-copy h1 {
    max-width: 850px;
    margin: 20px 0 25px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(56px, 7vw, 98px);
    line-height: .93;
    letter-spacing: -2.8px;
    text-shadow: 0 22px 70px rgba(0,0,0,.42);
}

.fa-bh-hero-copy h1 em {
    display: block;
    color: var(--bh-gold);
    font-style: normal;
}

.fa-bh-hero-copy > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.86;
}

.fa-bh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.fa-bh-btn {
    min-height: 56px;
    padding: 0 25px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 900;
    transition: .35s ease;
}

.fa-bh-btn:hover {
    transform: translateY(-5px);
}

.fa-bh-btn-gold {
    color: var(--bh-navy) !important;
    background: linear-gradient(135deg, var(--bh-gold), #ffe58a);
    box-shadow: 0 20px 52px rgba(242,183,5,.30);
}

.fa-bh-btn-glass {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
}

.fa-bh-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 690px;
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 26px;
    background: rgba(6,22,47,.34);
    backdrop-filter: blur(20px);
}

.fa-bh-trust div {
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,.11);
}

.fa-bh-trust div:last-child {
    border-right: 0;
}

.fa-bh-trust strong,
.fa-bh-trust span {
    display: block;
}

.fa-bh-trust strong {
    color: #fff;
    font-size: 27px;
}

.fa-bh-trust span {
    margin-top: 4px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.fa-bh-glass-stack {
    position: relative;
    min-height: 590px;
}

.fa-bh-glass-card {
    position: absolute;
    width: 300px;
    padding: 24px;
    border-radius: 28px;
    color: #fff;
    background: rgba(6,22,47,.62);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(22px);
    box-shadow: 0 26px 75px rgba(0,0,0,.28);
    animation: faBhFloat 6s ease-in-out infinite alternate;
}

.fa-bh-glass-card span,
.fa-bh-glass-card strong,
.fa-bh-glass-card small {
    display: block;
}

.fa-bh-glass-card span {
    color: var(--bh-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fa-bh-glass-card strong {
    margin-top: 8px;
    font-family: "Playfair Display", serif;
    font-size: 29px;
}

.fa-bh-glass-card small {
    margin-top: 8px;
    color: rgba(255,255,255,.68);
    line-height: 1.6;
}

.fa-bh-card-a {
    top: 22px;
    left: 20px;
}

.fa-bh-card-b {
    top: 195px;
    right: 0;
    animation-delay: .5s;
}

.fa-bh-card-c {
    left: 35px;
    bottom: 15px;
    animation-delay: 1s;
}

.fa-bh-sun-disc {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    color: var(--bh-navy);
    background: linear-gradient(135deg, var(--bh-gold), #ffe58a);
    box-shadow: 0 25px 70px rgba(242,183,5,.28);
}

.fa-bh-sun-disc span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fa-bh-sun-disc strong {
    max-width: 120px;
    margin-top: 7px;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 1.05;
}

.fa-bh-scroll {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.65) !important;
    text-decoration: none !important;
    font-size: 12px;
}

.fa-bh-scroll span {
    width: 27px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 99px;
    position: relative;
}

.fa-bh-scroll span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bh-gold);
    animation: faBhMouse 1.5s infinite;
}

.fa-bh-marquee {
    overflow: hidden;
    padding: 17px 0;
    color: #fff;
    background: var(--bh-navy);
}

.fa-bh-marquee > div {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 22px;
    animation: faBhMarquee 25s linear infinite;
}

.fa-bh-marquee span {
    padding-left: 18px;
    font-weight: 750;
    white-space: nowrap;
}

.fa-bh-marquee i {
    color: var(--bh-gold);
    font-style: normal;
}

.fa-bh-story,
.fa-bh-moods,
.fa-bh-coasts,
.fa-bh-live,
.fa-bh-combination,
.fa-bh-why,
.fa-bh-faq {
    padding: 105px 0;
}

.fa-bh-story,
.fa-bh-live,
.fa-bh-combination {
    background: #fff;
}

.fa-bh-moods,
.fa-bh-why,
.fa-bh-faq {
    background: var(--bh-soft);
}

.fa-bh-story-grid,
.fa-bh-combination-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 62px;
    align-items: center;
}

.fa-bh-story-copy h2,
.fa-bh-section-head h2,
.fa-bh-combination-copy h2,
.fa-bh-faq-intro h2,
.fa-bh-cta h2 {
    color: var(--bh-navy);
    font-family: "Playfair Display", serif;
    line-height: .98;
}

.fa-bh-story-copy h2,
.fa-bh-combination-copy h2 {
    margin: 15px 0 24px;
    font-size: clamp(42px, 5vw, 68px);
}

.fa-bh-story-copy p,
.fa-bh-combination-copy > p,
.fa-bh-section-head > p,
.fa-bh-faq-intro p {
    color: var(--bh-muted);
    line-height: 1.85;
}

.fa-bh-story-points,
.fa-bh-combination-list {
    display: grid;
    gap: 13px;
    margin: 26px 0 30px;
}

.fa-bh-story-points div,
.fa-bh-combination-list div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    padding: 15px 17px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--bh-line);
}

.fa-bh-story-points b,
.fa-bh-combination-list b {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: var(--bh-gold);
    background: var(--bh-navy);
}

.fa-bh-collage {
    position: relative;
    min-height: 570px;
}

.fa-bh-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--bh-shadow);
    margin: 0;
}

.fa-bh-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.fa-bh-photo:hover img {
    transform: scale(1.07);
}

.fa-bh-photo-main {
    inset: 0 105px 60px 0;
}

.fa-bh-photo-small {
    width: 285px;
    height: 235px;
    right: 0;
    bottom: 0;
    border: 9px solid #fff;
}

.fa-bh-seal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    color: var(--bh-navy);
    background: var(--bh-gold);
    box-shadow: 0 24px 60px rgba(242,183,5,.25);
    animation: faBhFloat 5s ease-in-out infinite alternate;
}

.fa-bh-seal strong {
    font-family: "Playfair Display", serif;
    font-size: 34px;
}

.fa-bh-seal span {
    max-width: 100px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
}

.fa-bh-section-head {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: end;
    margin-bottom: 45px;
}

.fa-bh-section-head h2 {
    margin: 14px 0 0;
    font-size: clamp(42px, 5vw, 70px);
}

.fa-bh-section-head > p {
    max-width: 570px;
}

.fa-bh-mood-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fa-bh-mood {
    position: relative;
    min-height: 290px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--bh-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(6,22,47,.07);
    transition: .4s ease;
}

.fa-bh-mood::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(24,184,200,.08);
    transition: .4s ease;
}

.fa-bh-mood:hover {
    transform: translateY(-9px);
    border-color: rgba(242,183,5,.34);
    box-shadow: var(--bh-shadow);
}

.fa-bh-mood:hover::after {
    transform: scale(1.4);
}

.fa-bh-mood > span {
    color: var(--bh-gold);
    font-weight: 900;
}

.fa-bh-mood h3 {
    margin: 48px 0 13px;
    color: var(--bh-navy);
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.08;
}

.fa-bh-mood p {
    margin: 0;
    color: var(--bh-muted);
    line-height: 1.75;
}

.fa-bh-coasts {
    background: var(--bh-navy);
    color: #fff;
}

.fa-bh-coasts .fa-bh-section-head h2 {
    color: #fff;
}

.fa-bh-coast-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 310px;
    gap: 22px;
}

.fa-bh-coast {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(0,0,0,.25);
}

.fa-bh-coast-wide {
    grid-row: span 2;
}

.fa-bh-coast img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.fa-bh-coast:hover img {
    transform: scale(1.08);
}

.fa-bh-coast::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 33%, rgba(6,22,47,.90));
}

.fa-bh-coast > div {
    position: absolute;
    z-index: 2;
    left: 27px;
    right: 27px;
    bottom: 25px;
}

.fa-bh-coast span {
    color: var(--bh-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fa-bh-coast h3 {
    margin: 8px 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 35px;
}

.fa-bh-coast p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.fa-bh-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto 210px;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
}

.fa-bh-search {
    min-height: 56px;
    padding: 0 17px;
    border: 1px solid var(--bh-line);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(6,22,47,.06);
}

.fa-bh-search span {
    color: var(--bh-gold);
    font-size: 24px;
}

.fa-bh-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--bh-ink);
    font: inherit;
}

.fa-bh-filter-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fa-bh-filter,
.fa-bh-sort {
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid var(--bh-line);
    background: #fff;
    color: var(--bh-navy);
    font-weight: 800;
    cursor: pointer;
}

.fa-bh-filter {
    padding: 0 15px;
    transition: .3s ease;
}

.fa-bh-filter.active,
.fa-bh-filter:hover {
    color: #fff;
    border-color: var(--bh-navy);
    background: var(--bh-navy);
}

.fa-bh-sort {
    padding: 0 15px;
    outline: none;
}

.fa-bh-tour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.fa-bh-tour {
    overflow: hidden;
    border: 1px solid var(--bh-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(6,22,47,.08);
    transition: .45s cubic-bezier(.2,.8,.2,1);
}

.fa-bh-tour:hover {
    transform: translateY(-10px);
    box-shadow: var(--bh-shadow);
    border-color: rgba(242,183,5,.35);
}

.fa-bh-tour.is-hidden {
    display: none;
}

.fa-bh-tour-media {
    position: relative;
    height: 270px;
    display: block;
    overflow: hidden;
}

.fa-bh-tour-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.fa-bh-tour:hover .fa-bh-tour-media img {
    transform: scale(1.08);
}

.fa-bh-tour-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 56%, rgba(6,22,47,.42));
}

.fa-bh-tour-category,
.fa-bh-tour-featured,
.fa-bh-tour-arrow {
    position: absolute;
    z-index: 2;
}

.fa-bh-tour-category,
.fa-bh-tour-featured {
    top: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.fa-bh-tour-category {
    left: 16px;
    color: #fff;
    background: rgba(6,22,47,.72);
    backdrop-filter: blur(14px);
}

.fa-bh-tour-featured {
    right: 16px;
    color: var(--bh-navy);
    background: linear-gradient(135deg, var(--bh-gold), #ffe58a);
}

.fa-bh-tour-arrow {
    right: 17px;
    bottom: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--bh-navy);
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(14px);
    transition: .35s ease;
}

.fa-bh-tour:hover .fa-bh-tour-arrow {
    transform: rotate(45deg);
    background: var(--bh-gold);
}

.fa-bh-tour-body {
    padding: 24px;
}

.fa-bh-tour-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bh-muted);
    font-size: 12px;
}

.fa-bh-tour-meta i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--bh-gold);
}

.fa-bh-tour h3 {
    margin: 13px 0 12px;
    color: var(--bh-navy);
    font-family: "Playfair Display", serif;
    font-size: 29px;
    line-height: 1.08;
}

.fa-bh-tour-body > p {
    min-height: 73px;
    margin: 0;
    color: var(--bh-muted);
    font-size: 14px;
    line-height: 1.75;
}

.fa-bh-tour-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.fa-bh-tour-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--bh-royal);
    background: rgba(24,184,200,.09);
    border: 1px solid rgba(24,184,200,.18);
    font-size: 10px;
    font-weight: 800;
}

.fa-bh-tour-footer {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
    margin-top: 22px;
}

.fa-bh-tour-footer small,
.fa-bh-tour-footer strong {
    display: block;
}

.fa-bh-tour-footer small {
    color: var(--bh-muted);
    font-size: 10px;
}

.fa-bh-tour-footer strong {
    margin-top: 3px;
    color: var(--bh-gold);
    font-size: 21px;
}

.fa-bh-tour-actions {
    display: flex;
    gap: 8px;
}

.fa-bh-tour-actions a {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
}

.fa-bh-tour-actions a:first-child {
    color: var(--bh-navy) !important;
    border: 1px solid var(--bh-line);
}

.fa-bh-tour-actions a:last-child {
    color: #fff !important;
    background: var(--bh-navy);
}

.fa-bh-empty,
.fa-bh-no-results {
    padding: 70px 28px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid var(--bh-line);
    background: var(--bh-soft);
}

.fa-bh-empty span {
    color: var(--bh-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fa-bh-empty h3,
.fa-bh-no-results h3 {
    margin: 14px 0 8px;
    color: var(--bh-navy);
    font-family: "Playfair Display", serif;
    font-size: 34px;
}

.fa-bh-empty p,
.fa-bh-no-results p {
    color: var(--bh-muted);
}

.fa-bh-no-results {
    display: none;
    margin-top: 24px;
}

.fa-bh-no-results.show {
    display: block;
}

.fa-bh-combination-visual {
    position: relative;
}

.fa-bh-combination-visual > img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: var(--bh-shadow);
}

.fa-bh-combination-note {
    position: absolute;
    left: -35px;
    bottom: 35px;
    max-width: 320px;
    padding: 25px;
    border-radius: 24px;
    color: #fff;
    background: rgba(6,22,47,.80);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 65px rgba(0,0,0,.25);
}

.fa-bh-combination-note span {
    color: var(--bh-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fa-bh-combination-note strong {
    display: block;
    margin-top: 7px;
    font-family: "Playfair Display", serif;
    font-size: 27px;
    line-height: 1.15;
}

.fa-bh-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.fa-bh-why-card {
    padding: 29px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--bh-line);
    box-shadow: 0 16px 45px rgba(6,22,47,.07);
    transition: .4s ease;
}

.fa-bh-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(242,183,5,.34);
    box-shadow: var(--bh-shadow);
}

.fa-bh-why-card > span {
    color: var(--bh-gold);
    font-weight: 900;
}

.fa-bh-why-card h3 {
    margin: 18px 0 11px;
    color: var(--bh-navy);
    font-family: "Playfair Display", serif;
    font-size: 27px;
}

.fa-bh-why-card p {
    margin: 0;
    color: var(--bh-muted);
    line-height: 1.75;
}

.fa-bh-faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 65px;
    align-items: start;
}

.fa-bh-faq-intro {
    position: sticky;
    top: 135px;
}

.fa-bh-faq-intro h2 {
    margin: 15px 0 20px;
    font-size: clamp(42px, 5vw, 66px);
}

.fa-bh-accordion {
    display: grid;
    gap: 13px;
}

.fa-bh-faq-item {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--bh-line);
}

.fa-bh-faq-item button {
    width: 100%;
    min-height: 74px;
    padding: 0 22px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--bh-navy);
    background: transparent;
    text-align: left;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}

.fa-bh-faq-item button i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--bh-navy);
    background: var(--bh-soft);
    font-style: normal;
    transition: .3s ease;
}

.fa-bh-faq-item > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.fa-bh-faq-item > div p {
    margin: 0;
    padding: 0 22px 23px;
    color: var(--bh-muted);
    line-height: 1.8;
}

.fa-bh-faq-item.open button i {
    color: #fff;
    background: var(--bh-navy);
    transform: rotate(45deg);
}

.fa-bh-cta {
    position: relative;
    min-height: 670px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--bh-navy);
}

.fa-bh-cta-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6,22,47,.95), rgba(6,22,47,.44), rgba(6,22,47,.70)),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=90") center/cover;
    animation: faBhZoom 22s ease-in-out infinite alternate;
}

.fa-bh-cta-content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.fa-bh-cta h2 {
    max-width: 850px;
    margin: 17px 0 22px;
    color: #fff;
    font-size: clamp(46px, 6vw, 82px);
}

.fa-bh-cta p {
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.fa-bh-reveal {
    opacity: 0;
    transform: translateY(38px);
    filter: blur(8px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1), filter .9s ease;
}

.fa-bh-reveal.show {
    opacity: 1;
    transform: none;
    filter: none;
}

@keyframes faBhZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@keyframes faBhDrift {
    from { transform: translate(-2%, -2%) scale(1); }
    to { transform: translate(2%, 2%) scale(1.06); }
}

@keyframes faBhFloat {
    to { transform: translateY(18px); }
}

@keyframes faBhMouse {
    from { opacity: 1; transform: translate(-50%, 0); }
    to { opacity: 0; transform: translate(-50%, 17px); }
}

@keyframes faBhMarquee {
    to { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
    .fa-bh-hero-grid,
    .fa-bh-story-grid,
    .fa-bh-combination-grid,
    .fa-bh-faq-grid {
        grid-template-columns: 1fr;
    }

    .fa-bh-glass-stack {
        min-height: 520px;
    }

    .fa-bh-mood-grid,
    .fa-bh-tour-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fa-bh-toolbar {
        grid-template-columns: 1fr;
    }

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

    .fa-bh-faq-intro {
        position: relative;
        top: auto;
    }
}

@media (max-width: 720px) {
    .fa-bh-hero {
        min-height: auto;
        padding: 125px 0 85px;
    }

    .fa-bh-hero-copy h1 {
        font-size: 55px;
    }

    .fa-bh-glass-stack {
        min-height: 480px;
    }

    .fa-bh-glass-card {
        width: 240px;
    }

    .fa-bh-card-a {
        left: 0;
    }

    .fa-bh-card-b {
        right: 0;
    }

    .fa-bh-card-c {
        left: 15px;
    }

    .fa-bh-sun-disc {
        width: 135px;
        height: 135px;
        right: 15px;
    }

    .fa-bh-trust {
        grid-template-columns: 1fr;
    }

    .fa-bh-trust div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.11);
    }

    .fa-bh-trust div:last-child {
        border-bottom: 0;
    }

    .fa-bh-story,
    .fa-bh-moods,
    .fa-bh-coasts,
    .fa-bh-live,
    .fa-bh-combination,
    .fa-bh-why,
    .fa-bh-faq {
        padding: 76px 0;
    }

    .fa-bh-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .fa-bh-collage {
        min-height: 440px;
    }

    .fa-bh-photo-main {
        inset: 0 35px 55px 0;
    }

    .fa-bh-photo-small {
        width: 210px;
        height: 170px;
    }

    .fa-bh-seal {
        width: 120px;
        height: 120px;
        right: 0;
    }

    .fa-bh-mood-grid,
    .fa-bh-tour-grid,
    .fa-bh-why-grid,
    .fa-bh-coast-grid {
        grid-template-columns: 1fr;
    }

    .fa-bh-coast-grid {
        grid-auto-rows: 420px;
    }

    .fa-bh-coast-wide {
        grid-row: auto;
    }

    .fa-bh-tour-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .fa-bh-tour-actions,
    .fa-bh-tour-actions a {
        width: 100%;
        justify-content: center;
    }

    .fa-bh-combination-visual > img {
        height: 460px;
    }

    .fa-bh-combination-note {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
    }

    .fa-bh-scroll {
        display: none;
    }

    .fa-bh-cta {
        min-height: 590px;
    }
}

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