@font-face{font-family:Antonia H1;src:url(AntoniaH1-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}:root{--brand-teal: #0094A5;--brand-teal-dark: #0097A7;--brand-teal-rgb: 0 148 165;--brand-tint-teal: #E8F7F8;--brand-tint-teal-rgb: 232 247 248;--brand-sand: #EDCB96;--brand-sand-rgb: 237 203 150;--brand-dark: #1C1C1C;--brand-dark-rgb: 28 28 28;--brand-off-white: #F7FAFA;--brand-off-white-rgb: 247 250 250;--brand-white: #FFFFFF;--font-display-serif: "Antonia H1", "Fraunces", "Playfair Display", Georgia, serif;--brand-teal-gradient: linear-gradient(135deg, var(--brand-teal) 0%, var(--brand-teal-dark) 100%);--brand-sand-gradient: linear-gradient(135deg, #F2D9AE 0%, var(--brand-sand) 100%);--hh-space-xs: .5rem;--hh-space-sm: 1rem;--hh-space-md: 1.5rem;--hh-space-lg: 2.5rem;--hh-space-xl: 4rem;--hh-space-2xl: 6rem;--hh-radius-sm: 8px;--hh-radius-md: 14px;--hh-radius-lg: 22px;--hh-radius-pill: 9999px;--hh-shadow-sm: 0 2px 8px rgba(28, 28, 28, .05);--hh-shadow-md: 0 8px 24px rgba(28, 28, 28, .08);--hh-shadow-lg: 0 20px 60px rgba(28, 28, 28, .12);--hh-shadow-teal: 0 14px 40px rgba(0, 148, 165, .25)}.font-display-serif,.hh-display{font-family:var(--font-display-serif);font-weight:900;font-style:normal;letter-spacing:-.02em;line-height:1.02}.hh-bg-sand{background-color:var(--brand-sand);color:var(--brand-dark)}.hh-bg-off-white{background-color:var(--brand-off-white);color:var(--brand-dark)}.hh-bg-tint{background-color:var(--brand-tint-teal);color:var(--brand-dark)}.hh-bg-dark{background-color:var(--brand-dark);color:var(--brand-white)}.hh-bg-teal{background:var(--brand-teal-gradient);color:var(--brand-white)}.hh-bg-white{background-color:var(--brand-white);color:var(--brand-dark)}.hh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-family:var(--text-font-family, "Montserrat", sans-serif);font-weight:600;font-size:.95rem;letter-spacing:.06em;text-transform:none;text-decoration:none;border-radius:var(--hh-radius-pill);border:2px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;min-height:52px}.hh-btn--primary{background:var(--brand-teal-gradient);color:var(--brand-white);box-shadow:var(--hh-shadow-teal)}.hh-btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 50px #0094a552}.hh-btn--dark{background:var(--brand-dark);color:var(--brand-white)}.hh-btn--dark:hover{background:#000;transform:translateY(-2px)}.hh-btn--ghost{background:transparent;color:var(--brand-dark);border-color:var(--brand-dark)}.hh-btn--ghost:hover{background:var(--brand-dark);color:var(--brand-white)}.hh-btn--ghost-light{background:transparent;color:var(--brand-white);border-color:#fff9}.hh-btn--ghost-light:hover{background:var(--brand-white);color:var(--brand-teal)}.hh-container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.25rem}@media(min-width:700px){.hh-container{padding-inline:2rem}}@media(min-width:1000px){.hh-container{padding-inline:3rem}}.hh-section{padding-block:4rem}@media(min-width:700px){.hh-section{padding-block:5.5rem}}@media(min-width:1000px){.hh-section{padding-block:7rem}}.hh-section--tight{padding-block:3rem}@media(min-width:1000px){.hh-section--tight{padding-block:4.5rem}}.hh-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--text-font-family, "Montserrat", sans-serif);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--brand-teal);margin-bottom:1rem}.hh-bg-dark .hh-eyebrow,.hh-bg-teal .hh-eyebrow{color:#ffffffd9}.hh-display-xl{font-family:var(--font-display-serif);font-weight:900;font-size:clamp(3rem,7vw,5.5rem);line-height:1;letter-spacing:-.025em;color:var(--brand-dark)}.hh-display-lg{font-family:var(--font-display-serif);font-weight:900;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.05;letter-spacing:-.02em}.hh-headline{font-family:var(--heading-font-family, "League Spartan", sans-serif);font-weight:700;font-size:clamp(1.75rem,3.2vw,2.6rem);line-height:1.1;letter-spacing:-.01em}.hh-subheadline{font-family:var(--text-font-family, "Montserrat", sans-serif);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;font-weight:400;max-width:56ch;color:#1c1c1cb8}.hh-bg-dark .hh-subheadline,.hh-bg-teal .hh-subheadline{color:#ffffffd1}.hh-trustbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2rem;padding-block:1.25rem;font-size:.85rem;color:#1c1c1ca6}.hh-trustbar__item{display:inline-flex;align-items:center;gap:.5rem}.hh-trustbar__item:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-teal)}.hh-card{background:var(--brand-white);border-radius:var(--hh-radius-lg);padding:2rem;box-shadow:var(--hh-shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.hh-card:hover{transform:translateY(-3px);box-shadow:var(--hh-shadow-md)}.hh-bg-off-white .hh-card,.hh-bg-sand .hh-card{background:var(--brand-white)}.hh-bg-dark .hh-card,.hh-bg-teal .hh-card{background:#ffffff14;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--brand-white)}.hh-grid{display:grid;gap:1.5rem}.hh-grid--2,.hh-grid--3,.hh-grid--4{grid-template-columns:1fr}@media(min-width:700px){.hh-grid{gap:2rem}.hh-grid--2,.hh-grid--3,.hh-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.hh-grid--3{grid-template-columns:repeat(3,1fr)}.hh-grid--4{grid-template-columns:repeat(4,1fr)}}.hh-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;border-radius:var(--hh-radius-pill);font-size:.78rem;font-weight:600;letter-spacing:.04em;background:#0094a51a;color:var(--brand-teal)}.hh-bg-dark .hh-pill,.hh-bg-teal .hh-pill{background:#ffffff24;color:var(--brand-white)}.hh-step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--brand-teal-gradient);color:var(--brand-white);font-family:var(--font-display-serif);font-size:1.4rem;font-weight:900;margin-bottom:1rem;box-shadow:var(--hh-shadow-teal)}.hh-divider{width:56px;height:3px;background:var(--brand-teal);border:0;margin:0 0 1.5rem}.hh-divider--center{margin-inline:auto}.hh-bg-dark .hh-divider,.hh-bg-teal .hh-divider{background:var(--brand-white)}h1,h2{letter-spacing:-.015em}.button,button.button{text-transform:none!important}:root{--section-vertical-spacing: 4rem}@media(min-width:1000px){:root{--section-vertical-spacing: 6rem}}.product-sticky-bar{display:none!important}.hh-sticky-atc{position:fixed;inset-inline:0;bottom:0;z-index:90;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(28,28,28,.08);box-shadow:0 -8px 24px #1c1c1c14;transform:translateY(120%);transition:transform .32s ease}.hh-sticky-atc.is-visible{transform:translateY(0)}.hh-sticky-atc__info{flex:1;display:flex;flex-direction:column;min-width:0}.hh-sticky-atc__name{font-family:var(--text-font-family, "Montserrat", sans-serif);font-size:.85rem;font-weight:600;color:var(--brand-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-sticky-atc__price{font-size:.78rem;color:#1c1c1ca6}.hh-sticky-atc__btn{flex-shrink:0;padding:.85rem 1.5rem;background:var(--brand-teal-gradient);color:var(--brand-white);border:0;border-radius:var(--hh-radius-pill);font-family:var(--text-font-family, "Montserrat", sans-serif);font-weight:700;font-size:.85rem;cursor:pointer;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}@media(min-width:750px){.hh-sticky-atc{display:none}}.product-info__price ins,.product-info__price-list ins{color:var(--brand-teal)}.hh-faq-item{border-bottom:1px solid rgba(28,28,28,.1)}.hh-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;font-family:var(--heading-font-family, "League Spartan", sans-serif);font-weight:700;font-size:1.1rem;color:var(--brand-dark)}.hh-faq-item summary::-webkit-details-marker{display:none}.hh-faq-item summary:after{content:"+";font-size:1.6rem;font-weight:300;color:var(--brand-teal);transition:transform .2s ease;line-height:1}.hh-faq-item[open] summary:after{content:"\2212"}.hh-faq-item__body{padding:0 0 1.5rem;font-size:1rem;line-height:1.65;color:#1c1c1cc7;max-width:70ch}.hh-link{color:var(--brand-teal);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}.hh-link:hover{color:var(--brand-teal-dark)}.product-info .button,.product-form .button,.shopify-payment-button__button--unbranded{--button-background: 0, 148, 165;--button-text-color: 255, 255, 255;--button-outline-color: 0, 148, 165}.hh-img-rounded{border-radius:var(--hh-radius-lg);display:block;width:100%;height:auto;object-fit:cover}.hh-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.hh-reveal.is-visible{opacity:1;transform:translateY(0)}[class*=hh-studies-][class*=__subtitle]{color:#1c1c1cb3!important}
/*# sourceMappingURL=/cdn/shop/t/34/assets/brand.css.map */
