.gbh-sec{position:relative;background:var(--gbh-bg,transparent);color:var(--gbh-ink,var(--gb-ink));padding-top:var(--gbh-pt,48px);padding-bottom:var(--gbh-pb,48px)}.gbh-sec--white{--gbh-bg:var(--gb-white)}.gbh-sec--cream{--gbh-bg:var(--gb-cream)}.gbh-sec--sky{--gbh-bg:var(--gb-sky-soft)}.gbh-sec--sand{--gbh-bg:var(--gb-sand)}.gbh-sec--teal{--gbh-bg:var(--gb-teal);--gbh-ink:var(--gb-white);--gbh-ink2:rgba(255,255,255,.82);--gbh-line:rgba(255,255,255,.28)}.gbh-sec--ink{--gbh-bg:var(--gb-ink);--gbh-ink:var(--gb-white);--gbh-ink2:rgba(255,255,255,.78);--gbh-line:rgba(255,255,255,.2)}.gbh-sec--none{--gbh-bg:transparent}@media(max-width:749px){.gbh-sec{padding-top:calc(var(--gbh-pt,48px) * .7);padding-bottom:calc(var(--gbh-pb,48px) * .7)}}.gbh-wrap{max-width:1200px;margin:0 auto;padding:0 16px}.gbh-wrap--wide{max-width:1400px}.gbh-wrap--narrow{max-width:900px}@media(min-width:750px){.gbh-wrap{padding:0 24px}}.gbh-sec *,.gbh-sec *:before,.gbh-sec *:after{box-sizing:border-box}.gbh-sec a{color:inherit;text-decoration:none}.gbh-sec ul{list-style:none;margin:0;padding:0}.gbh-sec img{display:block;max-width:100%;height:auto}.gbh-sec :focus-visible{outline:2px solid var(--gb-focus);outline-offset:3px;border-radius:4px}.gbh-eyebrow{display:block;font-family:var(--font-body-family);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gbh-ink2,var(--gb-teal));margin:0 0 10px}.gbh-sec--white .gbh-eyebrow,.gbh-sec--cream .gbh-eyebrow,.gbh-sec--sky .gbh-eyebrow,.gbh-sec--sand .gbh-eyebrow,.gbh-sec--none .gbh-eyebrow{color:var(--gb-teal)}.gbh-h1,.gbh-h2,.gbh-h3{font-family:var(--font-heading-family);font-weight:600;letter-spacing:-.005em;color:var(--gbh-ink,var(--gb-ink));margin:0}.gbh-h1{font-size:clamp(28px,3.9vw,46px);line-height:1.1}.gbh-h2{font-size:clamp(24px,3vw,34px);line-height:1.15}.gbh-h3{font-size:clamp(17px,1.6vw,20px);line-height:1.3}.gbh-script{font-family:var(--font-heading-family);font-style:italic;font-weight:400;font-size:clamp(24px,3.2vw,40px);line-height:1.15;color:var(--gbh-ink,var(--gb-ink))}.gbh-p{font-family:var(--font-body-family);font-size:clamp(15px,1.15vw,17px);line-height:1.6;color:var(--gbh-ink2,var(--gb-ink2));margin:0}.gbh-p--sm{font-size:14px}.gbh-p a{color:var(--gb-teal);text-decoration:underline;text-underline-offset:2px}.gbh-sec--teal .gbh-p a,.gbh-sec--ink .gbh-p a{color:var(--gb-white)}.gbh-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:10px 24px;margin:0 0 26px}.gbh-head--center{flex-direction:column;align-items:center;text-align:center}.gbh-head__text{max-width:760px}.gbh-head__sub{margin-top:8px}.gbh-head__link{font-family:var(--font-body-family);font-size:14px;font-weight:600;color:var(--gb-teal);white-space:nowrap;border-bottom:1px solid currentColor;padding-bottom:1px}.gbh-head__link:hover{color:var(--gb-teal-dark)}.gbh-sec--teal .gbh-head__link,.gbh-sec--ink .gbh-head__link{color:var(--gb-white)}.gbh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 26px;border-radius:var(--gb-radius-xs);border:1.5px solid var(--gb-teal);background:var(--gb-teal);color:var(--gb-white);font-family:var(--font-body-family);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.2;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;text-decoration:none}.gbh-btn:hover{background:var(--gb-teal-dark);border-color:var(--gb-teal-dark);color:var(--gb-white);transform:translateY(-1px)}.gbh-btn--light{background:var(--gb-white);border-color:var(--gb-white);color:var(--gb-teal-dark)}.gbh-btn--light:hover{background:var(--gb-cream);border-color:var(--gb-cream);color:var(--gb-teal-dark)}.gbh-btn--ghost{background:transparent;color:var(--gb-teal)}.gbh-btn--ghost:hover{background:var(--gb-teal);color:var(--gb-white)}.gbh-sec--teal .gbh-btn--ghost,.gbh-sec--ink .gbh-btn--ghost{border-color:var(--gb-white);color:var(--gb-white)}.gbh-sec--teal .gbh-btn--ghost:hover,.gbh-sec--ink .gbh-btn--ghost:hover{background:var(--gb-white);color:var(--gb-teal-dark)}.gbh-btn--wine{background:var(--gb-wine);border-color:var(--gb-wine)}.gbh-btn--wine:hover{background:var(--gb-ink);border-color:var(--gb-ink)}.gbh-btn--sm{min-height:40px;padding:9px 18px;font-size:12px}.gbh-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.gbh-scroller{position:relative}.gbh-track{display:flex;gap:var(--gbh-gap,16px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 16px 12px;margin:0 -16px}.gbh-track::-webkit-scrollbar{display:none}.gbh-track>*{scroll-snap-align:start;flex:0 0 var(--gbh-item,72%)}@media(min-width:750px){.gbh-track{padding:4px 24px 12px;margin:0 -24px;scroll-padding-left:24px}.gbh-track>*{flex-basis:var(--gbh-item-md,calc((100% - var(--gbh-gap,16px) * 2) / 3))}}@media(min-width:990px){.gbh-track{padding:4px 0 12px;margin:0;scroll-padding-left:0}.gbh-track>*{flex-basis:var(--gbh-item-lg,calc((100% - var(--gbh-gap,16px) * (var(--gbh-cols,5) - 1)) / var(--gbh-cols,5)))}}.gbh-arrow{position:absolute;top:calc(50% - 30px);z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid var(--gb-line);background:var(--gb-white);color:var(--gb-ink);box-shadow:0 4px 14px #2323231f;display:none;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.gbh-arrow svg{width:18px;height:18px}.gbh-arrow--prev{left:-22px}.gbh-arrow--next{right:-22px}.gbh-arrow[disabled]{opacity:.3;cursor:default}.gbh-arrow:not([disabled]):hover{transform:scale(1.06)}@media(min-width:990px){.gbh-scroller.is-scrollable .gbh-arrow{display:inline-flex}}.gbh-hero{--gbh-pt:0;--gbh-pb:0}.gbh-hero__grid{display:grid;grid-template-columns:1fr;align-items:stretch;border-radius:var(--gb-radius);overflow:hidden;background:var(--gb-cream);box-shadow:0 1px 2px #2323230a}.gbh-hero--bleed .gbh-hero__grid{border-radius:0}.gbh-hero__media{position:relative;min-height:56vw;overflow:hidden}.gbh-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--gbh-focal,center)}.gbh-hero__body{padding:28px 20px 32px;display:flex;flex-direction:column;justify-content:center;gap:0}@media(max-width:749px){.gbh-hero__media{order:-1}}.gbh-hero__body .gbh-p{margin-top:14px;max-width:520px}.gbh-hero__note{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:22px;padding-top:18px;border-top:1px solid var(--gb-line);font-family:var(--font-body-family);font-size:13px;color:var(--gb-ink2)}.gbh-hero__note span{display:inline-flex;align-items:center;gap:6px}.gbh-hero__note svg{width:15px;height:15px;color:var(--gb-teal);flex:none}@media(min-width:750px){.gbh-hero__grid{grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:var(--gbh-hero-h,520px)}.gbh-hero--flip .gbh-hero__grid{grid-template-columns:minmax(0,54%) minmax(0,46%)}.gbh-hero--flip .gbh-hero__media{order:-1}.gbh-hero__media{min-height:0}.gbh-hero__body{padding:44px 40px}}@media(min-width:990px){.gbh-hero__body{padding:56px}}.gbh-hero--overlay .gbh-hero__grid{display:block;position:relative;min-height:var(--gbh-hero-h,520px)}.gbh-hero--overlay .gbh-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.gbh-hero--overlay .gbh-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(35,35,35,var(--gbh-shade,.45)),rgba(35,35,35,calc(var(--gbh-shade,.45) * .3)))}.gbh-hero--overlay .gbh-hero__body{position:relative;z-index:1;min-height:var(--gbh-hero-h,520px);max-width:640px;color:var(--gb-white)}.gbh-hero--overlay .gbh-hero__body .gbh-h1,.gbh-hero--overlay .gbh-hero__body .gbh-p,.gbh-hero--overlay .gbh-hero__body .gbh-eyebrow,.gbh-hero--overlay .gbh-hero__note{color:var(--gb-white)}.gbh-hero--overlay .gbh-hero__note{border-top-color:#ffffff4d}.gbh-hero--overlay .gbh-hero__note svg{color:var(--gb-white)}.gbh-hero--overlay.gbh-hero--center .gbh-hero__body{margin:0 auto;text-align:center;align-items:center}@media(max-width:749px){.gbh-hero--overlay .gbh-hero__grid{min-height:0}.gbh-hero--overlay .gbh-hero__media{position:relative;min-height:56vw}.gbh-hero--overlay .gbh-hero__media:after{display:none}.gbh-hero--overlay .gbh-hero__body{min-height:0;color:var(--gb-ink)}.gbh-hero--overlay .gbh-hero__body .gbh-h1,.gbh-hero--overlay .gbh-hero__body .gbh-p,.gbh-hero--overlay .gbh-hero__note{color:inherit}.gbh-hero--overlay .gbh-hero__body .gbh-eyebrow{color:var(--gb-teal)}}.gbh-hero__inset{position:absolute;left:6%;bottom:8%;width:34%;max-width:260px;padding:6px 6px 22px;background:var(--gb-white);border-radius:6px;box-shadow:0 12px 30px #23232340;transform:rotate(-4deg)}.gbh-hero__inset img{position:static;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:3px}.gbh-hero__inset span{display:block;text-align:center;font-family:var(--font-heading-family);font-style:italic;font-size:14px;color:var(--gb-ink2);margin-top:6px}@media(max-width:749px){.gbh-hero__inset{width:38%;bottom:6%}}.gbh-finder{--gbh-pt:0;--gbh-pb:0}.gbh-finder__bar{display:grid;gap:14px;align-items:center;padding:18px 20px;border-radius:var(--gb-radius);background:var(--gbh-bar-bg,var(--gb-teal));color:var(--gb-white);margin-top:-1px}.gbh-finder--attached .gbh-finder__bar{border-top-left-radius:0;border-top-right-radius:0}.gbh-finder__title{display:flex;align-items:center;gap:12px;font-family:var(--font-heading-family);font-size:20px;font-weight:600;line-height:1.2}.gbh-finder__title svg{width:26px;height:26px;flex:none}.gbh-finder__title small{display:block;font-family:var(--font-body-family);font-size:13px;font-weight:400;opacity:.85;margin-top:2px}.gbh-finder__form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gbh-finder__form select,.gbh-finder__form .gbh-btn{min-height:46px}.gbh-finder__form select{width:100%;appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.35);border-radius:var(--gb-radius-xs);background:var(--gb-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23232323' stroke-width='1.6'/></svg>") no-repeat right 14px center;padding:0 38px 0 14px;font-family:var(--font-body-family);font-size:14px;color:var(--gb-ink);cursor:pointer}.gbh-finder__form .gbh-btn{grid-column:1 / -1}@media(min-width:750px){.gbh-finder__form{grid-template-columns:1fr 1fr 1fr auto}.gbh-finder__form .gbh-btn{grid-column:auto}}@media(min-width:990px){.gbh-finder__bar{grid-template-columns:minmax(0,330px) 1fr;padding:18px 28px}}.gbh-tiles{--gbh-cols:5;--gbh-gap:18px;--gbh-item:46%;--gbh-item-md:calc((100% - 36px) / 3)}.gbh-tile{display:block;text-align:center;color:var(--gb-ink)}.gbh-tile__media{position:relative;display:block;border-radius:var(--gb-radius);overflow:hidden;background:var(--gb-cream);aspect-ratio:var(--gbh-tile-ratio,1/1)}.gbh-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gbh-tile:hover .gbh-tile__media img{transform:scale(1.04)}.gbh-tile__badge{position:absolute;left:50%;bottom:-22px;transform:translate(-50%);width:64px;height:64px;border-radius:50%;background:var(--gb-white);border:3px solid var(--gb-cream);box-shadow:0 4px 14px #23232324;display:flex;align-items:center;justify-content:center;color:var(--gb-teal);z-index:1}.gbh-tile__badge svg{width:30px;height:30px}.gbh-tile__badge img{width:38px;height:38px;object-fit:contain}.gbh-tile__label{display:block;margin:30px 0 0;font-family:var(--font-body-family);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gb-ink)}.gbh-tiles--plain .gbh-tile__badge{display:none}.gbh-tiles--plain .gbh-tile__label{margin-top:12px}.gbh-tiles--circle .gbh-tile__media{border-radius:50%;width:78%;margin:0 auto}.gbh-tiles--circle .gbh-tile__badge{display:none}.gbh-tiles--circle .gbh-tile__label{margin-top:14px}.gbh-tile:hover .gbh-tile__label{color:var(--gb-teal)}.gbh-reviews{--gbh-cols:3;--gbh-gap:18px;--gbh-item:86%}.gbh-reviews__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 18px;margin:0 0 22px;font-family:var(--font-body-family);font-size:14px;color:var(--gbh-ink2,var(--gb-ink2))}.gbh-reviews__summary strong{color:var(--gbh-ink,var(--gb-ink));font-size:16px}.gbh-stars{display:inline-block;position:relative;font-size:18px;line-height:1;letter-spacing:2px;color:var(--gb-star-off);white-space:nowrap}.gbh-stars__fill{position:absolute;left:0;top:0;overflow:hidden;color:var(--gb-star);white-space:nowrap}.gbh-review{display:flex;flex-direction:column;gap:10px;padding:22px 22px 20px;border-radius:var(--gb-radius);background:var(--gb-white);border:1px solid var(--gb-line);box-shadow:0 1px 2px #2323230a;min-height:100%}.gbh-sec--white .gbh-review{background:var(--gb-cream);border-color:transparent}.gbh-review__title{font-family:var(--font-body-family);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gb-teal)}.gbh-review__quote{font-family:var(--font-heading-family);font-size:17px;line-height:1.5;color:var(--gb-ink);margin:0;flex:1}.gbh-review__quote:before{content:"\201c"}.gbh-review__quote:after{content:"\201d"}.gbh-review__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;font-family:var(--font-body-family);font-size:13px;color:var(--gb-ink2)}.gbh-review__meta .gbh-stars{font-size:14px}.gbh-review__verified{display:inline-flex;align-items:center;gap:4px;color:var(--gb-ok);font-weight:600}.gbh-review__verified svg{width:14px;height:14px}.gbh-reviews__cta{justify-content:center;margin-top:22px}.gbh-reviews__foot{text-align:center;margin-top:18px;font-family:var(--font-body-family);font-size:12px;color:var(--gbh-ink2,var(--gb-muted))}.gbh-tabs__nav{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;justify-content:flex-start;margin:0 -16px 22px;padding:0 16px 4px}.gbh-tabs__nav::-webkit-scrollbar{display:none}@media(min-width:750px){.gbh-tabs__nav{justify-content:center;margin:0 0 26px;padding:0;flex-wrap:wrap}}.gbh-tab{flex:none;min-height:40px;padding:8px 18px;border-radius:999px;border:1px solid var(--gb-line);background:var(--gb-white);color:var(--gb-ink);font-family:var(--font-body-family);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.gbh-tab:hover{border-color:var(--gb-teal);color:var(--gb-teal)}.gbh-tab[aria-selected=true]{background:var(--gb-teal);border-color:var(--gb-teal);color:var(--gb-white)}.gbh-panel[hidden]{display:none}.gbh-pgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media(min-width:750px){.gbh-pgrid{grid-template-columns:repeat(var(--gbh-pcols-md,3),minmax(0,1fr));gap:18px}}@media(min-width:990px){.gbh-pgrid{grid-template-columns:repeat(var(--gbh-pcols,4),minmax(0,1fr));gap:22px}}.gbh-pcard{position:relative;background:var(--gb-card-bg);border:1px solid var(--gb-card-border);border-radius:var(--gb-card-radius);box-shadow:var(--gb-card-shadow);padding:10px 10px 14px;transition:transform .15s ease,box-shadow .15s ease;height:100%}.gbh-pcard:hover{transform:translateY(-2px);box-shadow:var(--gb-card-shadow-hover)}.gbh-pcard__link{display:flex;flex-direction:column;height:100%;color:var(--gb-ink)}.gbh-pcard__media{position:relative;display:block;border-radius:var(--gb-radius-sm);overflow:hidden;background:var(--gb-white);aspect-ratio:1/1}.gbh-pcard__media img{width:100%;height:100%;object-fit:cover}.gbh-pcard__badge{position:absolute;top:10px;left:10px;z-index:1;padding:4px 9px;border-radius:var(--gb-radius-xs);background:var(--gb-wine);color:var(--gb-white);font-family:var(--font-body-family);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.gbh-pcard__badge--sale{background:var(--gb-ok)}.gbh-pcard__body{padding:10px 2px 0;display:flex;flex-direction:column;flex:1}.gbh-pcard__title{font-family:var(--font-body-family);font-size:calc(var(--font-body-size) * .93);font-weight:600;line-height:1.4;color:var(--gb-teal);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.8em}.gbh-pcard:hover .gbh-pcard__title{color:var(--gb-teal-dark)}.gbh-pcard__row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:6px;min-width:0}.gbh-pcard__price{font-family:var(--font-body-family);font-size:calc(var(--font-body-size) * .93);font-weight:600;color:var(--gb-teal-dark);display:flex;flex-wrap:nowrap;align-items:baseline;gap:6px;white-space:nowrap}.gbh-pcard__price s{color:var(--gb-ink2);font-weight:400}.gbh-pcard__price--sale .gbh-pcard__now{color:var(--gb-wine)}.gbh-pcard .gb-meta--stars{margin:0;min-height:0;white-space:nowrap;flex:none}.gbh-pcard .gb-meta--avail{margin-top:3px;min-height:1.35em}.gbh-pcard .gb-meta--allergens{display:block;margin-top:6px;min-height:20px}.gbh-tabs__foot{text-align:center;margin-top:26px}.gbh-feature__grid{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}.gbh-feature__media{position:relative;border-radius:var(--gb-radius);overflow:hidden;background:var(--gb-cream);aspect-ratio:var(--gbh-feat-ratio,4/3)}.gbh-feature__media img{width:100%;height:100%;object-fit:cover;object-position:var(--gbh-focal,center)}.gbh-feature__media--round{border-radius:50%;aspect-ratio:1/1;max-width:520px;margin:0 auto;border:10px solid var(--gb-white);box-shadow:0 12px 34px #23232324}.gbh-feature__body{text-align:center}.gbh-feature__body .gbh-h2{margin-top:6px}.gbh-feature__body .gbh-p{margin-top:14px}.gbh-feature__icon{display:inline-flex;width:56px;height:56px;color:var(--gb-teal);margin:14px 0 4px}.gbh-feature__icon svg{width:100%;height:100%}.gbh-feature__body .gbh-btns{justify-content:center}@media(min-width:750px){.gbh-feature__grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px}.gbh-feature--flip .gbh-feature__media{order:-1}.gbh-feature--left .gbh-feature__body{text-align:left}.gbh-feature--left .gbh-feature__body .gbh-btns{justify-content:flex-start}}@media(min-width:990px){.gbh-feature__grid{gap:56px}}.gbh-promos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media(min-width:750px){.gbh-promos{grid-template-columns:repeat(var(--gbh-pcols,3),minmax(0,1fr));gap:22px}}.gbh-promo{position:relative;display:block;border-radius:var(--gb-radius);overflow:hidden;background:var(--gb-cream);aspect-ratio:var(--gbh-promo-ratio,1/1);border:6px solid var(--gb-white);box-shadow:0 1px 2px #2323230f}.gbh-sec--white .gbh-promo{border-color:var(--gb-cream)}.gbh-promo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gbh-promo:hover img{transform:scale(1.04)}.gbh-promo__label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px 18px;background:#ffffffeb;color:var(--gb-ink);font-family:var(--font-body-family);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--gb-radius-xs);box-shadow:0 2px 10px #2323231f;white-space:nowrap;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis}.gbh-promo--bottom .gbh-promo__label{top:auto;bottom:16px;transform:translate(-50%)}.gbh-promo:hover .gbh-promo__label{background:var(--gb-teal);color:var(--gb-white)}@media(max-width:749px){.gbh-promo__label{padding:8px 12px;font-size:11px}.gbh-promos--stack-mobile{grid-template-columns:1fr}.gbh-promos--stack-mobile .gbh-promo{aspect-ratio:16/9}}.gbh-values{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:750px){.gbh-values{grid-template-columns:repeat(var(--gbh-vcols,3),minmax(0,1fr));gap:24px}}.gbh-value{display:flex;gap:16px;align-items:flex-start}.gbh-value__icon{flex:none;width:56px;height:56px;border-radius:50%;background:var(--gb-white);color:var(--gb-teal);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #2323230f}.gbh-sec--white .gbh-value__icon{background:var(--gb-sky-soft)}.gbh-value__icon svg{width:28px;height:28px}.gbh-value__title{font-family:var(--font-body-family);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gbh-ink,var(--gb-ink));margin:6px 0 4px}.gbh-value .gbh-p{font-size:14px}.gbh-ctas{display:grid;grid-template-columns:1fr;gap:16px;margin-top:28px;padding-top:28px;border-top:1px solid var(--gbh-line,var(--gb-line))}@media(min-width:750px){.gbh-ctas{grid-template-columns:repeat(var(--gbh-ccols,2),minmax(0,1fr));gap:24px}}.gbh-cta{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding:22px 24px;border-radius:var(--gb-radius);background:var(--gb-white)}.gbh-sec--white .gbh-cta{background:var(--gb-cream)}.gbh-cta .gbh-p{font-size:14px;flex:1}.gbh-news__inner{display:grid;gap:22px;align-items:center;text-align:center}.gbh-news__form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:520px;margin:0 auto}.gbh-news__row{display:flex;gap:8px}.gbh-news__input{flex:1;min-width:0;min-height:46px;padding:0 16px;border-radius:var(--gb-radius-xs);border:1px solid var(--gb-line);background:var(--gb-white);color:var(--gb-ink);font-family:var(--font-body-family);font-size:15px}.gbh-news__input:focus{outline:2px solid var(--gb-focus);outline-offset:1px}.gbh-news__fine{font-family:var(--font-body-family);font-size:12px;color:var(--gbh-ink2,var(--gb-muted))}.gbh-news__ok{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body-family);font-size:15px;font-weight:600;color:var(--gb-ok)}.gbh-sec--teal .gbh-news__ok,.gbh-sec--ink .gbh-news__ok{color:var(--gb-white)}.gbh-news__err{font-family:var(--font-body-family);font-size:13px;color:var(--gb-wine)}.gbh-sec--teal .gbh-news__err{color:var(--gb-white)}.gbh-news__icon{display:inline-flex;width:44px;height:44px;color:currentColor;margin:0 auto 8px}.gbh-news__icon svg{width:100%;height:100%}@media(min-width:990px){.gbh-news__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);text-align:left}.gbh-news__form{margin:0}.gbh-news__icon{margin:0 0 8px}}.gbh-seo__intro{margin:10px 0 22px}.gbh-seo__item{border-top:1px solid var(--gbh-line,var(--gb-line))}.gbh-seo__item:last-child{border-bottom:1px solid var(--gbh-line,var(--gb-line))}.gbh-seo__item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;cursor:pointer;font-family:var(--font-heading-family);font-size:clamp(17px,1.5vw,20px);font-weight:600;color:var(--gbh-ink,var(--gb-ink))}.gbh-seo__item summary::-webkit-details-marker{display:none}.gbh-seo__item summary:after{content:"+";flex:none;width:28px;height:28px;border-radius:50%;border:1px solid var(--gb-line);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-size:18px;line-height:1;color:var(--gb-teal);transition:transform .2s ease}.gbh-seo__item[open] summary:after{content:"\2212"}.gbh-seo__body{padding:0 0 20px;max-width:900px}.gbh-seo__body p,.gbh-seo__body li{font-family:var(--font-body-family);font-size:15px;line-height:1.65;color:var(--gbh-ink2,var(--gb-ink2));margin:0 0 10px}.gbh-seo__body ul{list-style:disc;padding-left:20px;margin:0 0 10px}.gbh-seo__body a{color:var(--gb-teal);text-decoration:underline;text-underline-offset:2px}.gbh-seo__body strong{color:var(--gbh-ink,var(--gb-ink))}.gbh-blog{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:750px){.gbh-blog{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}}.gbh-post{display:flex;flex-direction:column;border-radius:var(--gb-radius);overflow:hidden;background:var(--gb-cream);height:100%;transition:transform .15s ease,box-shadow .15s ease}.gbh-post:hover{transform:translateY(-2px);box-shadow:var(--gb-card-shadow-hover)}.gbh-post__media{aspect-ratio:16/10;background:var(--gb-sky-soft);display:flex;align-items:center;justify-content:center;color:var(--gb-teal)}.gbh-post__media img{width:100%;height:100%;object-fit:cover}.gbh-post__media svg{width:44px;height:44px;opacity:.7}.gbh-post__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.gbh-post__kicker{font-family:var(--font-body-family);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gb-teal)}.gbh-post__title{font-family:var(--font-heading-family);font-size:18px;font-weight:600;line-height:1.3;color:var(--gb-ink)}.gbh-post__excerpt{font-family:var(--font-body-family);font-size:14px;line-height:1.55;color:var(--gb-ink2);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.gbh-post__more{margin-top:auto;font-family:var(--font-body-family);font-size:13px;font-weight:700;color:var(--gb-teal)}.gbh-empty{padding:24px;border:1px dashed var(--gb-line);border-radius:var(--gb-radius);text-align:center;font-family:var(--font-body-family);font-size:14px;color:var(--gb-muted)}.gbh-sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.gbh-sec *{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/gb-home.css.map */
