@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap');
:root{--bh-charcoal:#1f1f1f;--bh-salt-white:#f7f7f5;--bh-ocean-navy:#234c63;--bh-sea-foam:#7fb8a4;--bh-warm-sand:#d8c8a8;--bh-burnt-orange:#e07a45;--bh-heading-font:"Manrope",sans-serif;--bh-body-font:"Inter",sans-serif;--bh-radius:2px;--bh-page-width:1400px}.bh-section,.bh-section *{box-sizing:border-box}.bh-section{font-family:var(--bh-body-font);color:var(--bh-charcoal)}.bh-page-width{width:min(calc(100% - 40px),var(--bh-page-width));margin-inline:auto}.bh-heading,.bh-hero__heading,.bh-category-card h3,.bh-benefit h3{font-family:var(--bh-heading-font);letter-spacing:-.025em;line-height:1.05}.bh-heading{margin:0;color:var(--bh-ocean-navy);font-size:clamp(2rem,4vw,4.4rem);font-weight:600}.bh-eyebrow{margin:0 0 14px;font-size:.76rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.bh-body-copy,.bh-hero__text{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.65}.bh-section-heading{max-width:760px;margin-bottom:38px}.bh-section-heading--center{margin-inline:auto;text-align:center}.bh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid transparent;border-radius:var(--bh-radius);font-family:var(--bh-body-font);font-size:.88rem;font-weight:600;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease}.bh-button:hover{opacity:.86}.bh-button--primary{background:var(--bh-salt-white);color:var(--bh-ocean-navy)}.bh-button--secondary{background:var(--bh-ocean-navy);color:#fff}.bh-text-link{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.bh-placeholder-svg{width:100%;height:100%;object-fit:cover;background:#ece9e2}.bh-hero{position:relative;min-height:var(--bh-hero-min-height-desktop);display:grid;isolation:isolate;overflow:hidden;color:#fff}.bh-hero__media,.bh-hero__placeholder,.bh-hero__overlay{position:absolute;inset:0}.bh-hero__image,.bh-hero__placeholder svg{width:100%;height:100%;object-fit:cover}.bh-hero__overlay{z-index:1;background:linear-gradient(90deg,rgba(10,30,42,calc(var(--bh-overlay-opacity) + .18)) 0%,rgba(10,30,42,var(--bh-overlay-opacity)) 55%,rgba(10,30,42,calc(var(--bh-overlay-opacity) * .35)) 100%)}.bh-hero__inner{position:relative;z-index:2;display:flex;align-items:center;padding-block:80px}.bh-hero__inner--center{justify-content:center;text-align:center}.bh-hero__content{width:min(100%,var(--bh-content-width))}.bh-hero__heading{margin:0 0 20px;color:#fff;font-size:clamp(3rem,7vw,7rem);font-weight:600}.bh-hero__text{margin-bottom:28px;max-width:620px}.bh-hero__inner--center .bh-hero__text{margin-inline:auto}.bh-category-section{padding-block:clamp(70px,9vw,130px);background:var(--bh-salt-white)}.bh-category-grid{display:grid;grid-template-columns:repeat(var(--bh-columns,3),minmax(0,1fr));gap:20px}.bh-category-grid--2{--bh-columns:2}.bh-category-grid--3{--bh-columns:3}.bh-category-grid--4{--bh-columns:4}.bh-category-card{position:relative;min-height:480px;overflow:hidden;background:var(--bh-ocean-navy)}.bh-category-card__link{position:absolute;inset:0;color:#fff;text-decoration:none}.bh-category-card__media,.bh-category-card__overlay{position:absolute;inset:0}.bh-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bh-category-card__overlay{background:linear-gradient(180deg,transparent 38%,rgba(5,23,32,.78) 100%)}.bh-category-card__content{position:absolute;z-index:2;inset:auto 28px 28px}.bh-category-card h3{margin:0 0 8px;font-size:clamp(1.75rem,3vw,2.7rem);font-weight:600}.bh-category-card:hover .bh-category-card__image{transform:scale(1.025)}.bh-benefits{padding-block:clamp(65px,8vw,105px);color:var(--bh-benefits-text);background:var(--bh-benefits-background)}.bh-benefits__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.bh-benefit{text-align:center}.bh-benefit__icon{font-size:20px;margin:0 auto 18px}.bh-benefit h3{margin:0 0 10px;font-size:1.15rem;font-weight:600}.bh-benefit p{margin:0;line-height:1.55;opacity:.8}.bh-lifestyle{padding-block:clamp(70px,9vw,130px);background:#fff}.bh-lifestyle__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:stretch;min-height:620px;background:#efece5}.bh-lifestyle__grid--right .bh-lifestyle__media{order:2}.bh-lifestyle__media{min-height:460px}.bh-lifestyle__image,.bh-lifestyle__media svg{width:100%;height:100%;object-fit:cover}.bh-lifestyle__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,90px)}.bh-lifestyle__content .bh-body-copy{margin-block:22px 28px}@media(max-width:989px){.bh-page-width{width:min(calc(100% - 28px),var(--bh-page-width))}.bh-hero{min-height:var(--bh-hero-min-height-mobile)}.bh-hero__inner{align-items:flex-end;padding-block:60px}.bh-hero__overlay{background:linear-gradient(180deg,rgba(10,30,42,.08) 10%,rgba(10,30,42,calc(var(--bh-overlay-opacity) + .35)) 100%)}.bh-category-grid,.bh-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-category-card{min-height:390px}.bh-lifestyle__grid{grid-template-columns:1fr;min-height:0}.bh-lifestyle__grid--right .bh-lifestyle__media{order:0}}@media(max-width:640px){.bh-category-grid,.bh-benefits__grid{grid-template-columns:1fr}.bh-benefits__grid{gap:42px}.bh-category-card{min-height:430px}}