:root{--hb-bg: #0a0807;--hb-bg-1: #0d0a08;--hb-bg-2: #14100b;--hb-surface: #181410;--hb-surface-2: #1f1a14;--hb-line: rgba(255, 255, 255, .08);--hb-line-accent: rgba(246, 146, 34, .28);--hb-text: #f5ede1;--hb-text-muted: #b8aea0;--hb-text-dim: #8a8175;--hb-accent: #f59332;--hb-accent-warm: #ffc36b;--hb-accent-deep: #c97a1a;--hb-cream: #ede4d6;--hb-cream-text: #2a221b;--hb-cream-muted: #6b5e4e;--hb-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--hb-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--hb-page: min(100% - 48px, 1440px);--hb-radius: 18px;--hb-radius-sm: 10px;--hb-shadow: 0 22px 80px rgba(0, 0, 0, .48);--hb-shadow-soft: 0 12px 35px rgba(0, 0, 0, .32);--hb-ease: cubic-bezier(.22, .61, .36, 1);--hb-fast: .16s;--hb-med: .24s}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html.hb-no-scroll,html.hb-no-scroll body{overflow:hidden}body{margin:0;background:radial-gradient(circle at 75% -8%,rgba(120,68,14,.22),transparent 38%),linear-gradient(180deg,var(--hb-bg) 0%,var(--hb-bg-1) 50%,var(--hb-bg) 100%);color:var(--hb-text);font-family:var(--hb-sans);font-size:16px;line-height:1.55;letter-spacing:.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.page-width{width:var(--hb-page);margin-inline:auto}.visually-hidden,.skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed!important;inset-block-start:16px;inset-inline-start:16px;width:auto;height:auto;clip:auto;white-space:normal;background:var(--hb-accent);color:#14100b;padding:10px 16px;font-weight:700;border-radius:8px;z-index:9999}.eyebrow{margin:0 0 18px;color:var(--hb-accent);font-size:13px;font-weight:800;letter-spacing:.35em;text-transform:uppercase}.hb-icon{display:inline-block;flex:none;width:22px;height:22px}.hb-empty-state{color:var(--hb-text-muted);padding:40px 0;text-align:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;min-height:54px;padding:0 32px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:12.5px;border:1.5px solid transparent;transition:transform var(--hb-fast) var(--hb-ease),box-shadow var(--hb-fast) var(--hb-ease),background var(--hb-fast) var(--hb-ease),color var(--hb-fast) var(--hb-ease);white-space:nowrap}.button:focus-visible{outline:2px solid var(--hb-accent-warm);outline-offset:3px}.button--primary{background:linear-gradient(135deg,var(--hb-accent-warm),var(--hb-accent));color:#170c00;box-shadow:0 10px 30px #f6922240}.button--primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px #f6922259}.button--ghost{background:transparent;border-color:var(--hb-accent);color:var(--hb-text)}.button--ghost:hover{background:#f6922214}.button--full{width:100%}.button__icon{width:20px;height:20px;color:var(--hb-accent)}.button--primary .button__icon{color:inherit}.hb-header{position:sticky;top:0;z-index:50;background:#0a0807eb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--hb-line)}.hb-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:78px}.hb-logo{display:flex;align-items:center;gap:12px;min-width:max-content}.hb-logo__mark{width:38px;height:38px;color:var(--hb-accent)}.hb-logo__image{width:auto;max-height:44px}.hb-logo__text{display:flex;flex-direction:column;font-size:14px;font-weight:800;letter-spacing:.28em;line-height:1.15}.hb-logo__text span:first-child{color:var(--hb-text)}.hb-logo__text span:last-child{color:var(--hb-text-muted);font-size:12px}.hb-nav{display:flex;justify-content:center}.hb-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px;font-size:15px}.hb-nav__item{position:relative}.hb-nav__link{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:8px 0;color:var(--hb-text);transition:color var(--hb-fast) var(--hb-ease)}.hb-nav__link:hover,.hb-nav__link[aria-current=page],.hb-nav__link--accent{color:var(--hb-accent)}.hb-nav__chev{width:14px;height:14px;transition:transform var(--hb-fast) var(--hb-ease)}.hb-nav__item.is-open .hb-nav__chev{transform:rotate(180deg)}.hb-nav__sub{list-style:none;margin:0;padding:8px;position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:220px;background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:12px;box-shadow:var(--hb-shadow);opacity:0;visibility:hidden;transition:opacity var(--hb-fast) var(--hb-ease),transform var(--hb-fast) var(--hb-ease),visibility var(--hb-fast)}.hb-nav__item.is-open .hb-nav__sub,.hb-nav__item:hover .hb-nav__sub,.hb-nav__item:focus-within .hb-nav__sub{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.hb-nav__sub a{display:block;padding:10px 14px;border-radius:6px;font-size:14px;color:var(--hb-text)}.hb-nav__sub a:hover,.hb-nav__sub a:focus-visible{background:#f692221a;color:var(--hb-accent);outline:none}.hb-actions{display:flex;align-items:center;gap:6px}.hb-action-btn{display:inline-grid;place-items:center;width:44px;height:44px;background:transparent;border:0;border-radius:50%;color:var(--hb-text-muted);transition:background var(--hb-fast) var(--hb-ease),color var(--hb-fast) var(--hb-ease)}.hb-action-btn:hover{background:#ffffff0f;color:var(--hb-text)}.hb-action-btn:focus-visible{outline:2px solid var(--hb-accent);outline-offset:2px}.hb-cart{position:relative}.hb-cart__count{position:absolute;top:4px;right:4px;min-width:20px;height:20px;padding:0 6px;background:var(--hb-accent);color:#170c00;font-size:11px;font-weight:800;line-height:20px;text-align:center;border-radius:999px}.hb-cart__count.is-empty{display:none}.hb-search-panel{position:absolute;left:0;right:0;top:100%;background:var(--hb-bg-1);border-bottom:1px solid var(--hb-line);transform:translateY(-8px);opacity:0;transition:transform var(--hb-fast) var(--hb-ease),opacity var(--hb-fast) var(--hb-ease)}.hb-search-panel.is-open{transform:translateY(0);opacity:1}.hb-search-form{display:grid;grid-template-columns:1fr auto auto;gap:10px;padding:18px 0}.hb-search-form input[type=search]{background:var(--hb-bg);border:1px solid var(--hb-line);color:var(--hb-text);border-radius:8px;padding:14px 18px;font-size:16px}.hb-search-form input[type=search]:focus-visible{outline:2px solid var(--hb-accent);outline-offset:1px;border-color:var(--hb-accent)}.hb-menu-toggle{display:none}.hb-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--hb-bg);display:flex;flex-direction:column;transform:translate(-100%);transition:transform var(--hb-med) var(--hb-ease);overflow-y:auto}.hb-mobile-menu.is-open{transform:translate(0)}.hb-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding-block:18px;border-bottom:1px solid var(--hb-line)}.hb-mobile-menu__nav{padding:24px 0;display:flex;flex-direction:column;gap:4px}.hb-mobile-menu__link,.hb-mobile-menu__group summary{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:18px;border-bottom:1px solid var(--hb-line);color:var(--hb-text);list-style:none}.hb-mobile-menu__group summary::-webkit-details-marker{display:none}.hb-mobile-menu__group[open] summary .hb-icon{transform:rotate(180deg)}.hb-mobile-menu__group ul{list-style:none;margin:0;padding:8px 0 16px 16px}.hb-mobile-menu__group li a{display:block;padding:10px 0;color:var(--hb-text-muted)}.hb-mobile-menu__link--accent{color:var(--hb-accent)}.hb-mission-bar{background:var(--hb-cream);color:var(--hb-cream-text);border-bottom:1px solid rgba(0,0,0,.06)}.hb-mission-bar__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px;min-height:56px;padding-block:12px;text-align:center;font-size:13px}.hb-mission-bar__segment{margin:0;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.hb-mission-bar__heart{color:var(--hb-accent-deep);display:inline-flex}.hb-mission-bar__heart .hb-icon{width:18px;height:18px}.hb-mission-bar__segment strong{font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hb-mission-bar__thanks{color:var(--hb-cream-muted);font-weight:400}.hb-mission-bar__divider{width:1px;height:22px;background:#0000002e}.hb-mission-bar__segment--delivery strong{color:var(--hb-cream-text);letter-spacing:.1em}.hb-mission-bar__segment--delivery span{color:var(--hb-cream-muted)}.hb-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 50%,rgba(150,92,24,.32),transparent 30%),linear-gradient(90deg,var(--hb-bg) 0%,var(--hb-bg-1) 38%,var(--hb-bg-2) 100%);border-bottom:1px solid var(--hb-line)}.hb-hero__inner{display:grid;grid-template-columns:minmax(420px,1fr) 1.1fr;align-items:center;gap:64px;min-height:640px}.hb-hero__copy{padding-block:84px}.hb-hero__heading{font-family:var(--hb-serif);font-weight:500;font-size:clamp(54px,7vw,104px);line-height:.95;letter-spacing:.005em;margin:0 0 26px;text-wrap:balance}.hb-hero__lead{max-width:540px;color:var(--hb-text-muted);font-size:18px;line-height:1.7;margin:0 0 36px}.hb-hero__buttons{display:flex;gap:18px;flex-wrap:wrap}.hb-hero__media{position:relative;aspect-ratio:5 / 4;display:flex;align-items:center;justify-content:center}.hb-hero__image{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 28px 50px rgba(0,0,0,.5));border-radius:8px}.hb-hero__fallback{position:relative;width:100%;height:100%;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 60% 60%,rgba(120,68,14,.4),transparent 60%)}.hb-hero__fallback-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 60%,rgba(246,146,34,.18),transparent 50%)}.hb-hero__fallback-stack{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-family:var(--hb-serif);letter-spacing:.14em;color:#e9d6b4}.hb-hero__fallback-book{width:60%;min-height:64px;border:1px solid rgba(233,214,180,.18);border-radius:4px;display:grid;place-items:center;background:linear-gradient(135deg,#221710,#0c0907);box-shadow:var(--hb-shadow)}.hb-hero__fallback-book--top{transform:rotate(-2deg);width:45%;aspect-ratio:4/5}.hb-hero__fallback-book--mid{width:70%}.hb-hero__fallback-book--bot{width:60%}.hb-section{padding-block:84px}.hb-section--tight{padding-block:48px}.hb-section__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}.hb-section__heading h2,.hb-page-hero h1,.hb-language-card h2,.hb-impact h2,.hb-product-main__title{font-family:var(--hb-serif);font-weight:500;font-size:clamp(34px,4vw,56px);line-height:1.02;margin:0}.hb-section__view-all{display:inline-flex;align-items:center;gap:8px;color:var(--hb-accent);font-weight:700;letter-spacing:.06em}.hb-section__view-all .hb-icon{width:16px;height:16px}.hb-category-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.hb-category-card{display:grid;grid-template-columns:56px 1fr;gap:22px;min-height:180px;padding:32px 28px;background:linear-gradient(150deg,#ffffff0d,#ffffff05);border:1px solid var(--hb-line);border-radius:var(--hb-radius);box-shadow:var(--hb-shadow-soft);transition:transform var(--hb-fast) var(--hb-ease),border-color var(--hb-fast) var(--hb-ease),background var(--hb-fast) var(--hb-ease)}.hb-category-card:hover{transform:translateY(-4px);border-color:var(--hb-line-accent);background:linear-gradient(150deg,#f6922214,#ffffff05)}.hb-category-card__icon{color:var(--hb-accent)}.hb-category-card__icon .hb-icon{width:44px;height:44px}.hb-category-card__body{display:flex;flex-direction:column;gap:10px}.hb-category-card__title{display:block;font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.hb-category-card__text{color:var(--hb-text-muted);font-size:14.5px;line-height:1.55}.hb-category-card__cta{display:inline-flex;align-items:center;gap:6px;margin-top:6px;color:var(--hb-accent);font-size:14px;font-weight:700}.hb-category-card__cta .hb-icon{width:14px;height:14px}.hb-product-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.hb-product-grid--collection{grid-template-columns:repeat(4,1fr)}.hb-product-card{background:linear-gradient(150deg,#ffffff0d,#ffffff05);border:1px solid var(--hb-line);border-radius:16px;overflow:hidden;box-shadow:var(--hb-shadow-soft);transition:transform var(--hb-fast) var(--hb-ease),border-color var(--hb-fast) var(--hb-ease);height:100%;display:flex;flex-direction:column}.hb-product-card:hover{transform:translateY(-4px);border-color:var(--hb-line-accent)}.hb-product-card__image{aspect-ratio:1 / 1;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 50% 30%,rgba(246,146,34,.1),transparent 55%),#0f0d0a}.hb-product-card__image img{max-height:100%;width:auto;object-fit:contain}.hb-product-card__placeholder{font-family:var(--hb-serif);font-size:64px;color:var(--hb-accent);opacity:.35}.hb-product-card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.hb-product-card__eyebrow{margin:0;font-size:11px;color:var(--hb-accent);text-transform:uppercase;letter-spacing:.18em}.hb-product-card__title{margin:0;font-size:15.5px;font-weight:600;line-height:1.35;min-height:42px}.hb-product-card__title a{color:var(--hb-text)}.hb-product-card__meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.hb-product-card__price{color:var(--hb-text);font-size:16px;font-weight:700;display:flex;gap:8px;align-items:baseline}.hb-product-card__price-sale{color:var(--hb-accent)}.hb-product-card__price-was,.hb-product-card__soldout{color:var(--hb-text-dim);font-size:13px}.hb-product-card__add{display:grid;place-items:center;width:38px;height:38px;background:#f6922214;border:1px solid var(--hb-line-accent);color:var(--hb-accent);border-radius:8px;transition:background var(--hb-fast) var(--hb-ease),transform var(--hb-fast) var(--hb-ease)}.hb-product-card__add:hover{background:#f692222e;transform:scale(1.05)}.hb-product-card__add:focus-visible{outline:2px solid var(--hb-accent);outline-offset:2px}.hb-product-card__add.is-loading{opacity:.7;cursor:progress}.hb-language-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:26px}.hb-language-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;min-height:240px;padding:44px;border:1px solid var(--hb-line);border-radius:var(--hb-radius)}.hb-language-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.32;pointer-events:none}.hb-language-card>*{position:relative}.hb-language-card--warm{background:linear-gradient(135deg,#21140a,#060606)}.hb-language-card--warm:before{background:radial-gradient(circle at 75% 50%,rgba(246,146,34,.42),transparent 35%)}.hb-language-card--cool{background:linear-gradient(135deg,#07121c,#050505)}.hb-language-card--cool:before{background:radial-gradient(circle at 80% 50%,rgba(51,111,154,.42),transparent 35%)}.hb-language-card__text{color:var(--hb-text-muted);max-width:520px;line-height:1.6}.hb-language-card__cta{display:inline-flex;align-items:center;gap:6px;color:var(--hb-accent);font-weight:700}.hb-language-card__cta .hb-icon{width:14px;height:14px}.hb-impact{background:linear-gradient(180deg,var(--hb-bg-1),var(--hb-bg));border-block:1px solid var(--hb-line)}.hb-impact__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}.hb-impact__copy p:not(.eyebrow){color:var(--hb-text-muted);font-size:17px;line-height:1.7;max-width:540px}.hb-impact__copy .button{margin-top:22px}.hb-impact__cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hb-impact__cards a{display:flex;flex-direction:column;justify-content:space-between;min-height:170px;padding:26px;background:#ffffff0a;border:1px solid var(--hb-line);border-radius:var(--hb-radius);transition:transform var(--hb-fast) var(--hb-ease),border-color var(--hb-fast) var(--hb-ease)}.hb-impact__cards a:hover{transform:translateY(-3px);border-color:var(--hb-line-accent)}.hb-impact__cards strong{font-family:var(--hb-serif);font-size:22px;font-weight:500;line-height:1.2}.hb-impact__cards span{color:var(--hb-text-muted);font-size:14px}.hb-page-hero{padding-block:80px 48px;background:radial-gradient(circle at 65% 0,rgba(246,146,34,.16),transparent 35%),var(--hb-bg);border-bottom:1px solid var(--hb-line)}.hb-page-hero__rte{margin-top:16px;max-width:720px}.rte{color:var(--hb-text-muted);line-height:1.75}.rte a{color:var(--hb-accent)}.rte h2,.rte h3{color:var(--hb-text);margin-top:1.4em}.rte ul,.rte ol{padding-left:1.4em}.hb-product-main{padding-block:72px}.hb-product-main__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px}.hb-product-main__media{background:linear-gradient(150deg,#ffffff0d,#ffffff05);border:1px solid var(--hb-line);border-radius:22px;padding:32px;display:flex;flex-direction:column;gap:18px}.hb-product-main__primary{max-height:600px;width:100%;object-fit:contain;margin-inline:auto}.hb-product-main__thumbs{list-style:none;margin:0;padding:0;display:flex;gap:10px;flex-wrap:wrap}.hb-product-main__thumbs img{width:80px;height:80px;object-fit:contain;background:#0d0c0a;border:1px solid var(--hb-line);border-radius:8px;padding:6px}.hb-product-main__info{display:flex;flex-direction:column;gap:18px}.hb-price{font-size:26px;color:var(--hb-text);margin:0;display:flex;gap:12px;align-items:baseline}.hb-price__sale{color:var(--hb-accent)}.hb-price__was{color:var(--hb-text-dim);font-size:18px}.hb-tags{list-style:none;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap}.hb-tags li{border:1px solid var(--hb-line-accent);color:#f4d4af;background:#f692220f;border-radius:999px;padding:6px 12px;font-size:12px}.hb-product-form{display:grid;gap:14px}.hb-product-form select,.hb-product-form input[type=number]{background:var(--hb-bg-1);border:1px solid var(--hb-line);color:var(--hb-text);border-radius:8px;padding:14px 16px;font-size:15px;width:100%}.hb-product-form select:focus-visible,.hb-product-form input:focus-visible{outline:2px solid var(--hb-accent);outline-offset:1px;border-color:var(--hb-accent)}.hb-qty-row{display:flex;align-items:center;gap:14px}.hb-qty-row label{font-size:14px;color:var(--hb-text-muted)}.hb-qty-row input{width:100px}.hb-disclaimer{margin-top:12px;background:#f692220f;border:1px solid var(--hb-line-accent);border-radius:12px;padding:16px 18px;color:var(--hb-text-muted);line-height:1.6;font-size:14px}.hb-disclaimer strong{color:var(--hb-text);display:block;margin-bottom:4px}.hb-cart-lines{list-style:none;margin:0;padding:0;display:grid;gap:12px}.hb-cart-line{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:20px;background:#ffffff08;border:1px solid var(--hb-line);border-radius:16px}.hb-cart-line img,.hb-cart-line__placeholder{width:110px;height:110px;background:#0d0c0a;border-radius:10px;object-fit:contain;padding:6px}.hb-cart-line__placeholder{display:grid;place-items:center;font-family:var(--hb-serif);font-size:40px;color:var(--hb-accent);opacity:.5}.hb-cart-line__title{margin:0 0 4px;font-size:17px}.hb-cart-line__title a{color:var(--hb-text)}.hb-cart-line__variant{margin:0 0 10px;color:var(--hb-text-muted);font-size:14px}.hb-cart-line__qty{display:flex;align-items:center;gap:14px}.hb-cart-line__qty input{width:80px;background:var(--hb-bg-1);border:1px solid var(--hb-line);color:var(--hb-text);border-radius:8px;padding:10px}.hb-cart-line__remove{color:var(--hb-text-dim);font-size:13px;text-decoration:underline}.hb-cart-line__remove:hover{color:var(--hb-accent)}.hb-cart-line__price{font-size:17px;color:var(--hb-text)}.hb-cart-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;flex-wrap:wrap}.hb-cart-summary__total{font-size:17px;margin:0}.hb-cart-summary__total strong{color:var(--hb-text);margin-left:6px}.hb-cart-summary__actions{display:flex;gap:10px;flex-wrap:wrap}.hb-cart-empty{text-align:center;padding:40px 0;display:flex;flex-direction:column;gap:18px;align-items:center}.hb-search-page{display:flex;gap:10px;margin-top:18px;max-width:640px}.hb-search-page input{flex:1;min-width:0;background:var(--hb-bg-1);border:1px solid var(--hb-line);color:var(--hb-text);border-radius:8px;padding:14px 18px;font-size:16px}.hb-search-meta{color:var(--hb-text-muted);margin-top:14px}.hb-pagination{margin-top:40px;text-align:center}.hb-pagination a,.hb-pagination span{display:inline-block;padding:8px 12px;color:var(--hb-text-muted)}.hb-pagination .active{color:var(--hb-accent);font-weight:700}.hb-footer{background:var(--hb-bg);border-top:1px solid var(--hb-line);padding:64px 0 24px}.hb-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.hb-logo--footer{margin-bottom:16px}.hb-footer__tagline{color:var(--hb-text-muted);max-width:320px}.hb-footer__social{list-style:none;margin:18px 0 0;padding:0;display:flex;gap:10px}.hb-footer__social a{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffffff0a;border:1px solid var(--hb-line);color:var(--hb-text-muted);transition:color var(--hb-fast) var(--hb-ease),background var(--hb-fast) var(--hb-ease)}.hb-footer__social a:hover{color:var(--hb-accent);background:#f6922214}.hb-footer__social .hb-icon{width:16px;height:16px}.hb-footer__col h3{color:var(--hb-text);text-transform:uppercase;letter-spacing:.16em;font-size:13px;margin:0 0 14px}.hb-footer__col a{display:block;color:var(--hb-text-muted);padding:6px 0;transition:color var(--hb-fast) var(--hb-ease)}.hb-footer__col a:hover{color:var(--hb-accent)}.hb-footer__col p{color:var(--hb-text-muted);margin:0 0 14px}.hb-newsletter{display:flex;gap:8px;flex-wrap:wrap}.hb-newsletter input{flex:1;min-width:0;background:var(--hb-bg-1);border:1px solid var(--hb-line);color:var(--hb-text);border-radius:8px;padding:12px 14px;font-size:14px}.hb-newsletter button{background:var(--hb-accent);color:#170c00;border:0;border-radius:8px;padding:0 18px;font-weight:800;letter-spacing:.06em;height:44px}.hb-newsletter__success{color:var(--hb-accent);margin-top:8px}.hb-newsletter__error{color:#ff7676;margin-top:8px}.hb-footer__bottom{color:var(--hb-text-dim);border-top:1px solid var(--hb-line);padding-top:22px;margin-top:44px;font-size:13px}.hb-footer__bottom p{margin:0}.hb-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,16px);opacity:0;padding:14px 20px;background:var(--hb-surface);color:var(--hb-text);border:1px solid var(--hb-line-accent);border-radius:10px;box-shadow:var(--hb-shadow);font-size:14px;z-index:9999;transition:opacity var(--hb-fast) var(--hb-ease),transform var(--hb-fast) var(--hb-ease)}.hb-toast.is-shown{transform:translate(-50%);opacity:1}.hb-toast--error{border-color:#ff767666}@media(max-width:1180px){.hb-nav{display:none}.hb-menu-toggle{display:inline-flex}.hb-hero__inner{grid-template-columns:1fr;gap:30px}.hb-hero__media{display:none}.hb-product-grid,.hb-product-grid--collection{grid-template-columns:repeat(3,1fr)}.hb-category-grid{grid-template-columns:repeat(2,1fr)}.hb-impact__grid{grid-template-columns:1fr}}@media(max-width:760px){:root{--hb-page: min(100% - 28px, 1440px)}.hb-header__inner{min-height:68px;grid-template-columns:auto 1fr auto;gap:8px}.hb-logo__text{font-size:12px;letter-spacing:.2em}.hb-logo__text span:last-child{font-size:10px}.hb-logo__mark{width:32px;height:32px}.hb-mission-bar__inner{font-size:12px;gap:10px;padding-block:14px}.hb-mission-bar__divider,.hb-mission-bar__thanks{display:none}.hb-mission-bar__segment{gap:8px}.hb-hero{padding-bottom:36px}.hb-hero__inner{min-height:auto}.hb-hero__copy{padding-block:56px 16px}.hb-hero__heading{font-size:clamp(40px,11vw,56px)}.hb-hero__lead{font-size:16px;margin-bottom:28px}.hb-section{padding-block:56px}.hb-section__heading{flex-direction:column;align-items:flex-start;gap:12px}.hb-category-grid,.hb-language-grid,.hb-impact__cards,.hb-footer__grid{grid-template-columns:1fr}.hb-product-grid,.hb-product-grid--collection{grid-template-columns:repeat(2,1fr)}.hb-product-card__title{min-height:0}.hb-product-main__grid{grid-template-columns:1fr;gap:36px}.hb-cart-line{grid-template-columns:82px 1fr}.hb-cart-line img,.hb-cart-line__placeholder{width:82px;height:82px}.hb-cart-line__price{grid-column:2}.hb-cart-summary{flex-direction:column;align-items:stretch}.hb-cart-summary__actions .button{width:100%}}@media(max-width:480px){.hb-product-grid,.hb-product-grid--collection{grid-template-columns:1fr}.hb-hero__buttons .button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/homebase-theme.css.map */
