:root{--bv-ivory: #f7f4ef;--bv-ink: #222222;--bv-forest: #405a43;--bv-saddle: #8a6545;--bv-granite: #d9d6cf;--bv-white: #ffffff;--bv-space-xs: 8px;--bv-space-sm: 16px;--bv-space-md: 24px;--bv-space-lg: 40px;--bv-space-xl: 72px;--bv-space-2xl: 120px;--bv-radius-sm: 8px;--bv-radius-md: 12px;--bv-radius-pill: 999px;--bv-content-width: 1280px;--bv-text-width: 640px;--bv-transition: .18s ease}.bv-section{padding-block:56px}.bv-section__inner{width:min(100%,var(--bv-content-width));margin-inline:auto}.bv-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:12px 26px;border:1px solid transparent;border-radius:var(--bv-radius-pill);font:inherit;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:transform var(--bv-transition),background-color var(--bv-transition),border-color var(--bv-transition),color var(--bv-transition)}.bv-button:hover{transform:translateY(-2px)}.bv-button--primary{border-color:var(--bv-forest);background:var(--bv-forest);color:var(--bv-white)}.bv-button--secondary-light{border-color:var(--bv-white);background:transparent;color:var(--bv-white)}.bv-button:focus-visible{outline:3px solid var(--bv-saddle);outline-offset:3px}@media screen and (max-width:749px){.bv-container{padding-inline:20px}.bv-section{padding-block:40px}}.bv-container{width:min(100%,1280px);margin-inline:auto;padding-inline:24px}.bv-text{width:min(100%,640px)}.bv-heading{width:min(100%,var(--bv-text-width))}.bv-heading--narrow{max-width:520px}.bv-heading--medium{max-width:720px}.bv-heading--wide{max-width:960px}.bv-heading--center{margin-inline:auto;text-align:center}.bv-heading--right{margin-left:auto;text-align:right}.bv-heading__eyebrow{margin:0 0 var(--bv-space-sm);color:var(--bv-forest);font-size:.8rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.bv-heading__title{margin:0;color:var(--bv-ink);font-size:clamp(2.5rem,5vw,4.75rem);line-height:.98;text-wrap:balance}.bv-heading__text{margin-top:var(--bv-space-md);color:var(--bv-ink);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}.bv-heading__text p{margin:0}.bv-heading__text p+p{margin-top:var(--bv-space-sm)}.bv-header{position:relative;z-index:20;width:100%;border-bottom:1px solid var(--bv-granite);background:var(--bv-ivory)}.bv-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;min-height:88px}.bv-header__brand{display:flex;align-items:center;color:var(--bv-ink);text-decoration:none}.bv-header__logo{display:block;width:auto;max-width:245px;max-height:64px;object-fit:contain}.bv-header__name{font-weight:700}.bv-header__nav{min-width:0}.bv-header__menu{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,32px);margin:0;padding:0;list-style:none}.bv-header__menu li{margin:0;padding:0}.bv-header__menu a{color:var(--bv-ink);font-size:.95rem;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transition:color var(--bv-transition)}.bv-header__menu a:hover,.bv-header__menu a[aria-current=page]{color:var(--bv-forest)}.bv-header__actions{display:flex;align-items:center;gap:18px}.bv-header__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--bv-ink)}.bv-header__icon svg{width:22px;height:22px}@media screen and (max-width:989px){.bv-header__inner{grid-template-columns:1fr auto;min-height:76px}.bv-header__logo{max-width:180px;max-height:48px}.bv-header__nav{display:none}.bv-header__actions{gap:14px}}.bv-event-types__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--bv-space-md);margin-top:var(--bv-space-xl)}.bv-card{position:relative;min-height:620px;overflow:hidden;border-radius:var(--bv-radius-md);background:var(--bv-ink);color:var(--bv-white)}.bv-card__image,.bv-card__image img{width:100%;height:100%;border-radius:inherit}.bv-card__image{position:absolute;top:0;right:0;bottom:0;left:0}.bv-card__image img{display:block;object-fit:cover}.bv-card__image img{transition:transform .5s ease}.bv-card:hover .bv-card__image img{transform:scale(1.045)}.bv-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#222222c2,#2222224d 48%,#22222205)}.bv-card__content{position:absolute;left:0;right:0;bottom:44px;z-index:2;padding-inline:var(--bv-space-lg)}.bv-card__title{margin:0;color:var(--bv-white);font-size:clamp(1.8rem,2.7vw,2.6rem);line-height:1.05;text-wrap:balance}.bv-card__text{max-width:30rem;margin-top:12px;color:#ffffffeb;font-size:.95rem;line-height:1.5}.bv-card__text p{margin:0}.bv-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:var(--bv-space-md);color:var(--bv-white);font-weight:600;text-decoration:none}.bv-card__link:hover{text-decoration:underline}@media screen and (max-width:749px){.bv-event-types__grid{grid-template-columns:1fr;gap:var(--bv-space-sm)}.bv-card{min-height:620px}.bv-card__content{padding:var(--bv-space-md)}}.bv-card{transition:transform var(--bv-transition),box-shadow var(--bv-transition)}.bv-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #22222224}.bv-featured-hats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:64px}.bv-hat-tile{min-width:0;margin:0}.bv-hat-tile__image{width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:12px;background:#d9d6cf}.bv-hat-tile__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bv-hat-tile:hover .bv-hat-tile__image img{transform:scale(1.04)}.bv-hat-tile__title{margin:14px 0 0;color:#222;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.1}@media screen and (max-width:989px){.bv-featured-hats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.bv-featured-hats__grid{grid-template-columns:1fr;gap:32px}.bv-hat-tile__image{aspect-ratio:1 / 1}}.bv-page-hero{position:relative;min-height:560px;overflow:hidden;background:var(--bv-ink);color:var(--bv-white)}.bv-page-hero__media,.bv-page-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.bv-page-hero__image,.bv-page-hero__placeholder svg{display:block;width:100%;height:100%;object-fit:cover}.bv-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(34,34,34,calc(var(--bv-page-hero-overlay) + .18)),rgba(34,34,34,var(--bv-page-hero-overlay)) 48%,#22222214)}.bv-page-hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:560px}.bv-page-hero__content{width:min(100%,680px);padding-block:80px}.bv-page-hero--center .bv-page-hero__inner{justify-content:center;text-align:center}.bv-page-hero--center .bv-page-hero__content{margin-inline:auto}.bv-page-hero__eyebrow{margin:0 0 16px;color:var(--bv-white);font-size:.8rem;font-weight:700;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.bv-page-hero__heading{margin:0;color:var(--bv-white);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;text-wrap:balance}.bv-page-hero__text{max-width:600px;margin-top:24px;color:#fffffff0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}.bv-page-hero__text p{margin:0}.bv-page-hero .bv-button{margin-top:32px}@media screen and (max-width:749px){.bv-page-hero,.bv-page-hero__inner{min-height:500px}.bv-page-hero__content{padding-block:64px}.bv-page-hero__overlay{background:linear-gradient(to top,#222222c7,#22222259 65%,#2222221f)}.bv-page-hero__heading{font-size:clamp(2.7rem,13vw,4.2rem)}}.bv-whats-included__list{margin-top:72px}.bv-included-item{display:grid;grid-template-columns:100px 1fr;gap:40px;align-items:start;padding:40px 0;border-top:1px solid var(--bv-granite)}.bv-included-item:last-child{border-bottom:1px solid var(--bv-granite)}.bv-included-item__number{margin:0;color:#405a43a6;font-family:Cormorant Garamond,serif;font-size:3rem;line-height:1}.bv-included-item__heading{margin:0;color:var(--bv-ink);font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.1}.bv-included-item__text{max-width:42rem;margin-top:14px;color:var(--bv-ink);line-height:1.7}.bv-included-item__text p{margin:0}@media screen and (max-width:749px){.bv-included-item{grid-template-columns:1fr;gap:18px;padding:32px 0}.bv-included-item__number{font-size:2.25rem}}.bv-why-guests__image{margin-top:var(--bv-space-xl);overflow:hidden;border-radius:var(--bv-radius-md);aspect-ratio:16 / 9;background:var(--bv-granite)}.bv-why-guests__image img{display:block;width:100%;height:100%;object-fit:cover}.bv-why-guests__list{margin-top:var(--bv-space-xl)}.bv-why-guests__item{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:var(--bv-space-lg);padding:36px 0;border-top:1px solid var(--bv-granite)}.bv-why-guests__item:last-child{border-bottom:1px solid var(--bv-granite)}.bv-why-guests__item h3{margin:0;color:var(--bv-ink);font-size:clamp(1.7rem,2.6vw,2.5rem);line-height:1.05}.bv-why-guests__text{max-width:44rem;color:var(--bv-ink);font-size:1rem;line-height:1.7}.bv-why-guests__text p{margin:0}@media screen and (max-width:749px){.bv-why-guests__image{aspect-ratio:4 / 5}.bv-why-guests__item{grid-template-columns:1fr;gap:var(--bv-space-sm);padding:30px 0}}.bv-credibility{background:var(--bv-ink);color:var(--bv-white)}.bv-credibility .bv-heading__eyebrow,.bv-credibility .bv-heading__title,.bv-credibility .bv-heading__text{color:var(--bv-white)}.bv-credibility__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:var(--bv-space-xl);border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}.bv-credibility__item{padding:36px}.bv-credibility__item+.bv-credibility__item{border-left:1px solid rgba(255,255,255,.22)}.bv-credibility__heading{margin:0;color:var(--bv-white);font-size:clamp(1.6rem,2.3vw,2.2rem);line-height:1.08}.bv-credibility__text{margin-top:14px;color:#ffffffd1;line-height:1.65}.bv-credibility__text p{margin:0}@media screen and (max-width:749px){.bv-credibility__grid{grid-template-columns:1fr}.bv-credibility__item{padding:28px 0}.bv-credibility__item+.bv-credibility__item{border-top:1px solid rgba(255,255,255,.22);border-left:0}}.bv-final-cta{background:var(--bv-ivory)}.bv-final-cta__inner{width:min(100%,860px);margin-inline:auto;text-align:center}.bv-final-cta__eyebrow{margin:0 0 var(--bv-space-sm);color:var(--bv-forest);font-size:.8rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.bv-final-cta__heading{margin:0;color:var(--bv-ink);font-size:clamp(3rem,6vw,5.5rem);line-height:.96;text-wrap:balance}.bv-final-cta__text{width:min(100%,620px);margin:24px auto 0;color:var(--bv-ink);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}.bv-final-cta__text p{margin:0}.bv-final-cta .bv-button{margin-top:32px}@media screen and (max-width:749px){.bv-final-cta__heading{font-size:clamp(2.6rem,12vw,4rem)}}.bv-app-section__inner{width:min(100%,960px);margin-inline:auto}.bv-app-section__eyebrow{margin:0 0 var(--bv-space-sm);color:var(--bv-forest);font-size:.8rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-align:center;text-transform:uppercase}.bv-app-section__heading{margin:0;color:var(--bv-ink);font-size:clamp(2.8rem,5vw,4.75rem);line-height:.98;text-align:center;text-wrap:balance}.bv-app-section__text{width:min(100%,620px);margin:24px auto 0;color:var(--bv-ink);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6;text-align:center}.bv-app-section__text p{margin:0}.bv-app-section__blocks{width:100%;margin-top:28px}.bv-app-section__block{width:100%}.bv-app-section__block>*,.bv-app-section__block form{width:100%;max-width:none}@media screen and (max-width:749px){.bv-app-section__inner{width:100%}.bv-app-section__blocks{margin-top:36px}}.bv-app-section__reassurance{width:min(100%,620px);margin:24px auto 32px;color:var(--bv-forest);font-size:.95rem;font-weight:500;line-height:2;letter-spacing:.02em;text-align:center}.bv-upcoming-events__list{margin-top:var(--bv-space-xl);border-top:1px solid var(--bv-granite)}.bv-event-card{display:grid;grid-template-columns:140px 1fr auto;gap:var(--bv-space-lg);align-items:center;padding:32px 24px;margin-inline:-24px;border-bottom:1px solid var(--bv-granite);border-radius:var(--bv-radius-md);transition:background-color .18s ease,box-shadow .18s ease}.bv-event-card:hover{background:var(--bv-ivory)}.bv-event-card__date{display:flex;flex-direction:column;justify-content:center;align-items:center}.bv-event-card__day{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,4.5rem);line-height:.85}.bv-event-card__month{margin-top:8px;font-size:.8rem;font-weight:700;letter-spacing:.14em}.bv-event-card__venue{margin:0;color:var(--bv-ink);font-size:clamp(2rem,3vw,3rem);line-height:1}.bv-event-card__meta{margin-top:12px;color:var(--bv-ink);line-height:1.55}.bv-event-card__meta p{margin:0}.bv-event-card__meta p+p{margin-top:4px}.bv-event-card__link{color:var(--bv-forest);font-weight:600;text-decoration:none;white-space:nowrap}.bv-event-card__link:hover{text-decoration:underline}@media screen and (max-width:749px){.bv-event-card{grid-template-columns:72px 1fr;gap:var(--bv-space-md);align-items:start}.bv-event-card__link{grid-column:2;margin-top:8px}.bv-event-card__day{font-size:2.75rem}}.bv-footer{padding:48px 0 24px;background:#2c2a28;color:var(--bv-white)}.bv-footer__top{display:grid;grid-template-columns:minmax(260px,1.3fr) minmax(360px,1fr);gap:64px;align-items:center}.bv-footer__brand{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:420px}.bv-footer__logo{display:block;width:auto;height:auto;max-width:230px;max-height:135px;margin:0 auto;object-fit:contain;filter:brightness(0) invert(1)}.bv-footer__tagline{max-width:340px;margin:20px auto 0;color:#ffffffb8;font-size:1rem;line-height:1.55}.bv-footer__name{margin:0;color:var(--bv-white);font-size:2rem;font-weight:700}.bv-footer__columns{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:56px;justify-self:end;width:100%;max-width:520px}.bv-footer__label{margin:0 0 16px;color:var(--bv-white);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.bv-footer__links{margin:0;padding:0;list-style:none}.bv-footer__links li+li{margin-top:10px}.bv-footer__links a{color:#ffffffc2;text-decoration:none;transition:color var(--bv-transition)}.bv-footer__links a:hover{color:var(--bv-white)}.bv-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:#ffffff94;font-size:.9rem}.bv-footer__bottom p{margin:0}@media screen and (max-width:749px){.bv-footer{padding:40px 0 22px}.bv-footer__top{grid-template-columns:1fr;gap:36px}.bv-footer__columns{grid-template-columns:1fr 1fr;gap:28px;justify-self:stretch;max-width:none}.bv-footer__logo{max-width:190px;max-height:115px}.bv-footer__bottom{flex-direction:column;align-items:flex-start;gap:6px;margin-top:32px}}.header-menu .menu-list{--menu-horizontal-gap: 44px}.header-menu .menu-list__link-title{padding-inline:20px}.header-menu .menu-list__link{font-size:.95rem}@media screen and (min-width:990px){#header-component .header__underlay{height:var(--header-height)!important;max-height:var(--header-height)!important}.header-menu .menu-list__list-item:not([slot=overflow]){position:relative}.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu{left:0;top:calc(100% - 1px);width:max-content;min-width:240px;max-width:340px;margin-top:0;padding:0;transform:none;clip-path:none;background:var(--bv-ivory);border:1px solid var(--bv-granite);border-radius:var(--bv-radius-sm);box-shadow:0 16px 36px #22222224}.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .menu-list__submenu-inner{display:block;width:100%;min-width:240px;padding:14px;opacity:var(--submenu-content-opacity);transform:none;overflow:visible}.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .mega-menu{display:block;width:100%;margin:0;padding:0}.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .mega-menu__grid,.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .mega-menu__list,.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .mega-menu__column{display:block;width:100%}.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .mega-menu__link{display:block;width:100%;padding:10px 12px;border-radius:6px;white-space:nowrap}.header-menu .menu-list__list-item:not([slot=overflow])>.menu-list__submenu .mega-menu__link:hover{background:#405a4314}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bv.css.map */
