
:root{
  --bfs-red:#dc3239;
  --bfs-black:#050505;
  --bfs-ink:#141414;
  --bfs-muted:#747474;
  --bfs-paper:#ffffff;
  --bfs-warm:#f6f1ea;
  --bfs-warm2:#efe5da;
  --bfs-line:#e8dfd5;
  --bfs-gold:#c9a15c;
  --bfs-radius:38px;
  --bfs-shadow:0 30px 90px rgba(0,0,0,.16);
  --bfs-font:Inter,Arial,Helvetica,sans-serif;
}
.bfs-kit-section{width:100%;position:relative;font-family:var(--bfs-font);color:var(--bfs-ink)}
.bfs-kit-section--hero{background:radial-gradient(circle at 78% 20%,rgba(220,50,57,.26),transparent 32%),linear-gradient(135deg,#171717,#000 72%);color:#fff}
.bfs-kit-section--dark{background:#080808;color:#fff}
.bfs-kit-section--paper{background:#fff}
.bfs-kit-section--warm{background:var(--bfs-warm)}
.bfs-kit-section--warm2{background:var(--bfs-warm2)}
.bfs-kit-section--red{background:var(--bfs-red);color:#fff}
.bfs-kit-inner{width:min(1180px,calc(100% - 44px));max-width:1180px;margin-inline:auto;padding:clamp(64px,9vh,115px) 0}
.bfs-kit-stack{display:flex;flex-direction:column;gap:clamp(22px,3vw,42px)}
.bfs-kit-row{display:flex;align-items:stretch;gap:clamp(18px,3vw,38px)}
.bfs-kit-row--center{align-items:center}.bfs-kit-row--wrap{flex-wrap:wrap}
.bfs-kit-center{text-align:center;align-items:center}
.bfs-kit-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.bfs-kit-button .elementor-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--bfs-red);color:#fff;font-weight:900}
.bfs-kit-button--light .elementor-button{background:#fff;color:#111}
.bfs-kit-button--dark .elementor-button{background:#111;color:#fff}
.bfs-kit-button--outline .elementor-button{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}
.bfs-title{max-width:980px}
.bfs-title__eyebrow{font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--bfs-red);margin-bottom:14px}
.bfs-title__heading{font-family:var(--bfs-font);font-size:clamp(42px,6vw,80px);line-height:1.0;letter-spacing:-.035em;margin:0;font-weight:800}
.bfs-title__description{font-size:clamp(18px,2vw,22px);line-height:1.5;color:var(--bfs-muted);margin-top:20px;max-width:820px}
.bfs-title--hero .bfs-title__heading{font-size:clamp(50px,8.3vw,110px);line-height:.94;color:#fff}
.bfs-title--hero .bfs-title__description{color:#ddd}
.bfs-title--quote{max-width:1180px}
.bfs-title--quote .bfs-title__heading{font-size:clamp(38px,6.4vw,86px);line-height:1.02;text-align:center}
.bfs-title--quote .bfs-title__eyebrow,.bfs-title--quote .bfs-title__description{display:none}
.bfs-title--final{max-width:1050px}.bfs-title--final .bfs-title__heading{font-size:clamp(38px,6vw,76px);color:#fff}.bfs-title--final .bfs-title__eyebrow{color:#fff}.bfs-title--final .bfs-title__description{color:#fff}
.bfs-image-frame{position:relative;margin:0;border-radius:var(--bfs-radius);overflow:hidden;box-shadow:var(--bfs-shadow);background:linear-gradient(145deg,#151515,#6d2028 62%,#050505)}
.bfs-image-frame__media{width:100%;height:100%;min-height:450px}.bfs-image-frame__media img{width:100%;height:100%;object-fit:cover}
.bfs-image-frame__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);font-size:12px;letter-spacing:.16em;font-weight:900}
.bfs-image-frame__label{position:absolute;left:20px;top:20px;padding:8px 10px;border-radius:999px;background:var(--bfs-red);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em}
.bfs-image-frame figcaption{position:absolute;left:22px;bottom:19px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.bfs-image-frame--1-1{aspect-ratio:1}.bfs-image-frame--4-5{aspect-ratio:4/5}.bfs-image-frame--4-3{aspect-ratio:4/3}.bfs-image-frame--16-9{aspect-ratio:16/9}.bfs-image-frame--9-16{aspect-ratio:9/16}
.bfs-image-frame--gold{background:linear-gradient(145deg,#21170b,#8e6529 62%,#111)}.bfs-image-frame--steel{background:linear-gradient(145deg,#151515,#414b56 62%,#080808)}.bfs-image-frame--black{background:#090909}.bfs-image-frame--square{border-radius:0}.bfs-image-frame--soft{border-radius:26px}
.bfs-content-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:245px;border-radius:30px;overflow:hidden;color:#fff;background:linear-gradient(150deg,#151515,#3b1a1c 58%,#090909);box-shadow:0 20px 55px rgba(0,0,0,.12);transition:.25s}
.bfs-content-card:hover{transform:translateY(-5px)}
.bfs-content-card--gold{background:linear-gradient(150deg,#16110a,#74501e 62%,#090909)}.bfs-content-card--steel{background:linear-gradient(150deg,#161616,#2d3640 58%,#080808)}.bfs-content-card--red{background:var(--bfs-red)}.bfs-content-card--white{background:#fff;color:var(--bfs-ink);border:1px solid var(--bfs-line);box-shadow:0 18px 55px rgba(0,0,0,.06)}
.bfs-content-card__image{aspect-ratio:16/9;overflow:hidden}.bfs-content-card__image img{width:100%;height:100%;object-fit:cover}
.bfs-content-card__body{display:flex;flex:1;flex-direction:column;padding:25px}.bfs-content-card__eyebrow{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--bfs-gold)}
.bfs-content-card h3{font-size:clamp(24px,3vw,36px);line-height:1.02;margin:10px 0}.bfs-content-card__description{color:#eee}.bfs-content-card--white .bfs-content-card__description{color:var(--bfs-muted)}
.bfs-content-card__tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:18px}.bfs-content-card__tags span{padding:7px 10px;border:1px solid currentColor;border-radius:999px;font-size:11px;font-weight:850}
.bfs-content-card__badge{position:absolute;right:12px;top:12px;z-index:2;padding:6px 9px;border-radius:999px;background:var(--bfs-red);color:#fff;font-size:10px;font-weight:900}.bfs-content-card__action{margin-top:18px;font-weight:900}
.bfs-price-card{height:100%;padding:28px;border:1px solid #eee;border-radius:30px;background:#fff;color:var(--bfs-ink);box-shadow:0 18px 55px rgba(0,0,0,.06)}
.bfs-price-card.is-featured{border:2px solid var(--bfs-red);transform:translateY(-8px)}.bfs-price-card__badge{display:inline-block;padding:7px 11px;border-radius:999px;background:var(--bfs-red);color:#fff;font-size:11px;font-weight:900}
.bfs-price-card h3{font-size:30px;margin:12px 0}.bfs-price-card__price{font-size:39px;font-weight:950;margin:10px 0}.bfs-price-card__description{color:var(--bfs-muted)}
.bfs-price-card ul{padding-left:20px}.bfs-price-card li{margin:8px 0}.bfs-price-card__button{display:inline-flex;margin-top:14px;padding:12px 17px;border-radius:999px;background:var(--bfs-red);color:#fff;font-weight:900}
.bfs-price-list{height:100%;padding:28px;border-radius:28px}.bfs-price-list--dark{background:#1a1a1a;border:1px solid #333;color:#fff}.bfs-price-list--white{background:#fff;border:1px solid var(--bfs-line);color:var(--bfs-ink)}
.bfs-price-list h3{font-size:31px;margin:0 0 8px}.bfs-price-list p{color:#bbb}.bfs-price-list__rows>div{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid rgba(128,128,128,.35)}
.bfs-faq{display:grid;gap:12px}.bfs-faq__item{border:1px solid var(--bfs-line);border-radius:22px;background:#fff;overflow:hidden}.bfs-faq__item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border:0;background:transparent;text-align:left;font-size:19px;font-weight:900;cursor:pointer}.bfs-faq__item button i{width:18px;height:18px;position:relative}.bfs-faq__item button i:before,.bfs-faq__item button i:after{content:"";position:absolute;left:2px;top:8px;width:14px;height:2px;background:var(--bfs-red)}.bfs-faq__item button i:after{transform:rotate(90deg);transition:.2s}.bfs-faq__item.is-open button i:after{transform:none}.bfs-faq__answer{display:none;padding:0 22px 22px;color:var(--bfs-muted)}.bfs-faq__item.is-open .bfs-faq__answer{display:block}
.bfs-booking-guide{max-width:980px;margin:auto}.bfs-booking-guide__progress{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:28px}.bfs-booking-guide__progress span{height:5px;border-radius:999px;background:#ded7cf}.bfs-booking-guide__progress span.active{background:var(--bfs-red)}
.bfs-booking-guide__panel{padding:36px;border:1px solid var(--bfs-line);border-radius:36px;background:#fff;box-shadow:var(--bfs-shadow)}.bfs-booking-guide__panel h2{font-size:clamp(36px,5vw,64px);line-height:1;margin:8px 0 20px}
.bfs-booking-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bfs-booking-choice button{padding:18px;border:1px solid var(--bfs-line);border-radius:22px;background:#fff;text-align:left;font-weight:850;cursor:pointer}.bfs-booking-choice button:hover,.bfs-booking-choice button.selected{border-color:var(--bfs-red);box-shadow:0 0 0 2px rgba(220,50,57,.12)}
.bfs-booking-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.bfs-booking-actions button,.bfs-booking-actions a{padding:13px 20px;border:0;border-radius:999px;font-weight:900;text-decoration:none}.bfs-booking-actions .next,.bfs-booking-actions a{background:var(--bfs-red);color:#fff}.bfs-booking-summary{padding:26px;border-radius:28px;background:#111;color:#fff}.bfs-booking-summary pre{white-space:pre-wrap;color:#ddd;font:inherit}
.bfs-navigation{width:100%;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:12px clamp(18px,4vw,54px);background:rgba(5,5,5,.96);color:#fff}.bfs-navigation__brand{font-weight:950;letter-spacing:.05em;color:#fff}.bfs-navigation__menu{display:flex;align-items:center;gap:15px}.bfs-navigation__links{display:flex;gap:15px;list-style:none;margin:0;padding:0}.bfs-navigation__links a{color:#fff;font-size:13px;font-weight:850}.bfs-navigation__cta{padding:11px 16px;border-radius:999px;background:var(--bfs-red);color:#fff;font-weight:900}.bfs-navigation__toggle{display:none;border:0;background:transparent;color:#fff;font-size:24px}
.bfs-header-template,.bfs-footer-template{width:100%}.bfs-footer-template{padding:44px clamp(20px,5vw,70px);background:#050505;color:#fff}
@media(max-width:980px){.bfs-kit-row{flex-direction:column}.bfs-price-card.is-featured{transform:none}.bfs-booking-choice{grid-template-columns:1fr}.bfs-navigation__toggle{display:block}.bfs-navigation__menu{display:none;position:absolute;left:12px;right:12px;top:72px;z-index:50;padding:16px;border-radius:20px;background:#111;flex-direction:column;align-items:stretch}.bfs-navigation.is-open .bfs-navigation__menu{display:flex}.bfs-navigation__links{flex-direction:column}.bfs-image-frame__media{min-height:330px}}

/* BFS Responsive Typography Scale v1.0.1.
   These classes mirror the responsive sizes written into Elementor
   Global Fonts and make the BFS Display Title widget immediately useful. */
.bfs-title--size-bigger .bfs-title__heading{
  font-size:clamp(52px,8.2vw,104px);
  line-height:.92;
  letter-spacing:-.045em;
}
.bfs-title--size-big .bfs-title__heading{
  font-size:clamp(40px,6vw,72px);
  line-height:.98;
  letter-spacing:-.035em;
}
.bfs-title--size-medium .bfs-title__heading{
  font-size:clamp(28px,4vw,42px);
  line-height:1.05;
  letter-spacing:-.025em;
}
.bfs-title--size-small .bfs-title__heading{
  font-size:clamp(20px,2.4vw,26px);
  line-height:1.15;
  letter-spacing:-.015em;
}

/* Automatic variant mapping used by imported BFS templates. */
.bfs-title--hero.bfs-title--size-auto .bfs-title__heading{
  font-size:clamp(52px,8.2vw,104px);
}
.bfs-title--quote.bfs-title--size-auto .bfs-title__heading{
  font-size:clamp(40px,6vw,72px);
}
.bfs-title--final.bfs-title--size-auto .bfs-title__heading{
  font-size:clamp(40px,6vw,72px);
}
.bfs-title--standard.bfs-title--size-auto .bfs-title__heading{
  font-size:clamp(36px,5vw,64px);
}

@media(max-width:1024px){
  .bfs-title--size-bigger .bfs-title__heading{font-size:76px}
  .bfs-title--size-big .bfs-title__heading{font-size:54px}
  .bfs-title--size-medium .bfs-title__heading{font-size:34px}
  .bfs-title--size-small .bfs-title__heading{font-size:23px}
}
@media(max-width:767px){
  .bfs-title--size-bigger .bfs-title__heading{font-size:52px}
  .bfs-title--size-big .bfs-title__heading{font-size:40px}
  .bfs-title--size-medium .bfs-title__heading{font-size:28px}
  .bfs-title--size-small .bfs-title__heading{font-size:20px}
}

