:root {
  --olive: #303528;
  --olive-deep: #25291f;
  --cream: #eeeee5;
  --paper: #f4f1e8;
  --ink: #11110f;
  --clay: #c97555;
  --lime: #d7ff51;
  --muted: #77786f;
  --line: rgba(17, 17, 15, .22);
  --line-light: rgba(238, 238, 229, .3);
  --gutter: clamp(20px, 4vw, 64px);
  --section-space: clamp(88px, 13vw, 190px);
  --header-height: 78px;
  --motion-fast: 180ms;
  --motion-base: 420ms;
  --motion-slow: 900ms;
  --ease-standard: cubic-bezier(.2, .7, .2, 1);
  --ease-enter: cubic-bezier(.16, 1, .3, 1);
  --ease-exit: cubic-bezier(.4, 0, 1, 1);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --mono: "Courier New", Courier, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.45; overflow-x: clip; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hs-skip-link:focus { position: fixed; z-index: 9999; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 10px 14px; margin: 0; background: #fff; color: #000; }
.hs-kicker { margin: 0; font-family: var(--mono); font-size: .72rem; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.hs-display { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 7.4vw, 8.8rem); font-weight: 400; letter-spacing: -.07em; line-height: .85; }
.hs-lede { font-size: clamp(1.15rem, 2vw, 1.7rem); line-height: 1.45; }
.hs-section { position: relative; padding: var(--section-space) var(--gutter); }
.hs-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; border: 1px solid var(--ink); padding: 15px 28px; background: var(--ink); color: var(--cream); font-family: var(--mono); font-size: .75rem; font-weight: 700; letter-spacing: .06em; line-height: 1; text-align: center; text-transform: uppercase; transition: background var(--motion-fast), color var(--motion-fast), transform var(--motion-fast); }
.hs-button:hover { background: transparent; color: var(--ink); transform: translateY(-2px); }
.hs-button--light { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.hs-button--light:hover { background: transparent; color: var(--cream); }
.hs-text-link { display: inline-block; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 4px; background: transparent; font-family: var(--mono); font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }
.hs-arrow-link { display: flex; width: min(260px, 100%); align-items: center; justify-content: space-between; border-bottom: 2px solid currentColor; padding: 0 0 12px; font-family: var(--mono); font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.hs-arrow-link b { font-size: 1.65rem; font-weight: 400; line-height: .5; transition: transform var(--motion-fast) var(--ease-standard); }
.hs-arrow-link:hover b { transform: translateX(10px); }

/* Announcement and header */
.hs-announcement { position: relative; z-index: 101; display: flex; min-height: 30px; align-items: center; justify-content: center; gap: 22px; padding: 6px var(--gutter); background: var(--lime); color: var(--ink); font-family: var(--mono); font-size: .65rem; letter-spacing: .04em; text-transform: uppercase; }
.hs-announcement a { border-bottom: 1px solid currentColor; }
.hs-header { position: absolute; z-index: 100; top: 30px; left: 0; width: 100%; color: var(--cream); transition: background var(--motion-base), color var(--motion-base), transform var(--motion-base) var(--ease-enter), box-shadow var(--motion-base); }
.admin-bar .hs-header { top: 62px; }
.hs-header.is-sticky { position: fixed; top: 0; background: rgba(238, 238, 229, .96); color: var(--ink); box-shadow: 0 1px rgba(17, 17, 15, .12); backdrop-filter: blur(12px); }
.admin-bar .hs-header.is-sticky { top: 32px; }
.hs-header__inner { display: grid; min-height: var(--header-height); align-items: center; padding: 0 var(--gutter); grid-template-columns: 1fr auto 1fr; }
.hs-menu-toggle { display: none; justify-self: start; }
.hs-icon-button { align-items: center; gap: 10px; border: 0; padding: 8px 0; background: transparent; font-family: var(--mono); font-size: .68rem; letter-spacing: .03em; text-transform: uppercase; }
.hs-menu-icon { display: grid; width: 20px; gap: 5px; }
.hs-menu-icon i { display: block; height: 1px; background: currentColor; }
.hs-wordmark { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(1.9rem, 2.7vw, 3rem); font-weight: 600; letter-spacing: -.08em; line-height: 1; text-align: center; text-transform: lowercase; }
.hs-wordmark img { width: auto; max-height: 42px; }
.hs-nav__list { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 46px); margin: 0; padding: 0; list-style: none; }
.hs-nav__list a { position: relative; font-family: var(--mono); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.hs-nav__list a::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform var(--motion-fast) var(--ease-standard); }
.hs-nav__list a:hover::after { transform: scaleX(1); transform-origin: left; }
.hs-header__actions { display: flex; align-items: center; justify-self: end; gap: 24px; }
.hs-account-link { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.hs-cart-toggle { display: inline-flex; }
.hs-cart-toggle svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.hs-cart-count { display: inline-flex; min-width: 19px; height: 19px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: .62rem; }

/* Drawers */
.hs-overlay { position: fixed; z-index: 500; inset: 0; background: rgba(17, 17, 15, .48); opacity: 0; transition: opacity var(--motion-base); }
.hs-overlay.is-visible { opacity: 1; }
.hs-mobile-menu, .hs-cart-drawer { position: fixed; z-index: 510; top: 0; bottom: 0; width: min(520px, calc(100vw - 24px)); background: var(--paper); color: var(--ink); visibility: hidden; transition: transform var(--motion-base) var(--ease-enter), visibility 0s var(--motion-base); }
.hs-mobile-menu { left: 0; display: flex; flex-direction: column; transform: translateX(-102%); }
.hs-cart-drawer { right: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); transform: translateX(102%); }
.hs-mobile-menu.is-open, .hs-cart-drawer.is-open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
.hs-drawer__header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 clamp(20px, 4vw, 40px); }
.hs-drawer__header h2 { margin: 0; font-family: var(--display); font-size: 1.8rem; letter-spacing: -.04em; }
.hs-drawer-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.55rem; line-height: 1; }
.hs-mobile-nav, .hs-mobile-menu .hs-nav__list { display: block; margin: 0; padding: 30px clamp(20px, 6vw, 52px); list-style: none; }
.hs-mobile-nav li, .hs-mobile-menu .hs-nav__list li { border-bottom: 1px solid var(--line); }
.hs-mobile-nav a, .hs-mobile-menu .hs-nav__list a { display: block; padding: 16px 0; font-family: var(--display); font-size: clamp(2rem, 7vw, 3.8rem); letter-spacing: -.05em; line-height: 1; text-transform: none; }
.hs-mobile-menu__note { margin-top: auto; padding: 30px clamp(20px, 6vw, 52px); background: var(--olive); color: var(--cream); }
.hs-mobile-menu__note a { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; }
.hs-cart-drawer__body { display: flex; min-height: 0; flex-direction: column; overflow-y: auto; }
.hs-cart-empty { margin: auto; padding: 50px clamp(24px, 5vw, 48px); }
.hs-cart-empty h3 { max-width: 360px; margin: 18px 0; font-family: var(--display); font-size: clamp(2.5rem, 7vw, 4rem); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.hs-cart-lines { padding: 8px clamp(20px, 4vw, 36px); }
.hs-cart-line { display: grid; border-bottom: 1px solid var(--line); padding: 24px 0; gap: 18px; grid-template-columns: 112px 1fr; }
.hs-cart-line__image { overflow: hidden; background: #dddccf; aspect-ratio: 4 / 5; }
.hs-cart-line__image img { width: 100%; height: 100%; object-fit: cover; }
.hs-cart-line__copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.hs-cart-line__title { font-family: var(--display); font-size: 1.35rem; font-weight: 600; letter-spacing: -.04em; }
.hs-cart-line__copy .variation { margin: 6px 0; color: var(--muted); font-size: .72rem; }
.hs-cart-line__copy .variation dt, .hs-cart-line__copy .variation dd { display: inline; float: none; margin: 0; }
.hs-cart-line__price { margin-bottom: 14px; font-family: var(--mono); font-size: .72rem; }
.hs-cart-line__controls { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: auto; }
.hs-remove { border: 0; border-bottom: 1px solid; padding: 0; background: transparent; font-family: var(--mono); font-size: .66rem; text-transform: uppercase; }
.hs-cart-summary { margin-top: auto; border-top: 1px solid var(--line); padding: 24px clamp(20px, 4vw, 36px) 36px; background: var(--ink); color: var(--cream); }
.hs-cart-summary > div { display: flex; justify-content: space-between; font-size: 1.1rem; }
.hs-cart-summary p { margin: 8px 0 22px; color: rgba(238, 238, 229, .68); font-size: .72rem; }
.hs-cart-summary .hs-button { width: 100%; margin-bottom: 18px; }
.hs-cart-summary .hs-text-link { display: table; margin: 0 auto; }

/* Hero */
.hs-hero { position: relative; min-height: calc(100svh - 30px); overflow: hidden; padding: calc(var(--header-height) + clamp(30px, 4vw, 70px)) var(--gutter) clamp(38px, 6vw, 82px); background: var(--olive); color: var(--cream); }
.hs-hero__art { position: absolute; z-index: 0; top: clamp(150px, 18vh, 210px); right: max(3vw, 40px); width: min(64vw, 920px); height: min(72vh, 780px); }
.hs-hero__image { position: absolute; margin: 0; }
.hs-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.hs-hero__image--back { top: 0; right: 22%; width: 55%; height: 64%; }
.hs-hero__image--front { right: 0; bottom: 0; width: 72%; height: 75%; }
.hs-hero__note { position: absolute; z-index: 2; font-family: var(--mono); font-size: clamp(.58rem, .8vw, .75rem); letter-spacing: .03em; line-height: 1; writing-mode: vertical-rl; }
.hs-hero__note--left { bottom: 17%; left: 20%; transform: rotate(180deg); }
.hs-hero__note--right { right: -22px; bottom: 5%; }
.hs-hero__copy { position: relative; z-index: 2; display: flex; min-height: calc(100svh - var(--header-height) - 98px); flex-direction: column; align-items: flex-start; justify-content: flex-end; pointer-events: none; }
.hs-hero__copy > * { pointer-events: auto; }
.hs-hero__by { margin: 0 0 28px; font-size: clamp(.8rem, 1.2vw, 1rem); }
.hs-hero h1 { max-width: 800px; margin: 0 0 36px; font-family: var(--display); font-size: clamp(4.6rem, 10vw, 10.3rem); font-weight: 400; letter-spacing: -.075em; line-height: .79; }

/* Editorial sections */
.hs-intro { display: grid; min-height: 92vh; align-items: start; background: var(--cream); gap: 50px; grid-template-columns: minmax(180px, .65fr) 2fr; }
.hs-intro__label { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; }
.hs-index { font-family: var(--mono); font-size: .66rem; }
.hs-intro__copy { max-width: 1100px; }
.hs-intro__copy .hs-lede { max-width: 630px; margin: 54px 0 0 auto; }
.hs-scroll-cue { position: absolute; right: var(--gutter); bottom: 60px; font-size: 3rem; font-weight: 200; }
.hs-story { display: grid; min-height: 100vh; align-items: stretch; padding: 0; grid-template-columns: 1fr 1fr; }
.hs-story__art { position: relative; min-height: 780px; overflow: hidden; }
.hs-story__art img { width: 100%; height: 100%; object-fit: cover; }
.hs-story__number { position: absolute; right: 24px; bottom: 20px; font-family: var(--mono); font-size: .7rem; }
.hs-story__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 9vw, 150px) var(--gutter); }
.hs-story__copy h2 { margin: 26px 0 30px; font-family: var(--display); font-size: clamp(4rem, 8vw, 9rem); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.hs-story__copy p:not(.hs-kicker) { max-width: 560px; margin: 0 0 46px; font-size: clamp(1.05rem, 1.55vw, 1.35rem); }
.hs-story--today { background: var(--paper); }
.hs-story--today .hs-story__art { background: var(--clay); }
.hs-story--next { background: var(--ink); color: var(--cream); }
.hs-story--next .hs-story__art { background: var(--lime); color: var(--ink); }
.hs-marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0 10px; background: var(--lime); color: var(--ink); }
.hs-marquee__track { display: flex; width: max-content; font-family: var(--display); font-size: clamp(5rem, 13vw, 13rem); font-weight: 600; letter-spacing: -.07em; line-height: .8; white-space: nowrap; animation: hs-marquee 22s linear infinite; }
@keyframes hs-marquee { to { transform: translateX(-50%); } }
.hs-brand-story { background: var(--cream); }
.hs-brand-story__copy { display: grid; align-items: end; margin-bottom: clamp(70px, 10vw, 150px); gap: 50px; grid-template-columns: 1.5fr 1fr; }
.hs-brand-story__copy h2 { max-width: 1080px; margin: 20px 0 0; font-family: var(--display); font-size: clamp(3.4rem, 7vw, 8rem); font-weight: 400; letter-spacing: -.07em; line-height: .87; }
.hs-brand-story__copy > p:last-child { max-width: 500px; margin: 0; font-size: 1.18rem; }
.hs-brand-story__gallery { display: grid; align-items: end; gap: clamp(20px, 5vw, 80px); grid-template-columns: 1.45fr .72fr; }
.hs-brand-story__gallery figure { margin: 0; overflow: hidden; }
.hs-brand-story__gallery figure:first-child { aspect-ratio: 1.35; }
.hs-brand-story__gallery figure:last-child { aspect-ratio: .82; }
.hs-brand-story__gallery img { width: 100%; height: 100%; object-fit: cover; }

/* Details, hotspots, compare */
.hs-details { background: var(--olive); color: var(--cream); }
.hs-section-heading { display: grid; align-items: start; margin-bottom: clamp(60px, 10vw, 140px); gap: 40px; grid-template-columns: .5fr 1.6fr; }
.hs-hotspot { position: relative; max-width: 1500px; margin: 0 auto; }
.hs-hotspot > img { width: 100%; min-height: 560px; object-fit: cover; }
.hs-hotspot__pin { position: absolute; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--cream); border-radius: 50%; background: rgba(48, 53, 40, .65); color: var(--cream); transition: background var(--motion-fast), color var(--motion-fast), transform var(--motion-fast); }
.hs-hotspot__pin::after { position: absolute; border: 1px solid currentColor; border-radius: 50%; content: ""; inset: -7px; opacity: .4; }
.hs-hotspot__pin:hover, .hs-hotspot__pin.is-active { background: var(--lime); color: var(--ink); transform: scale(1.08); }
.hs-hotspot__pin--one { top: 55%; left: 23%; }
.hs-hotspot__pin--two { top: 24%; left: 62%; }
.hs-hotspot__pin--three { right: 14%; bottom: 15%; }
.hs-hotspot__card { position: absolute; z-index: 2; bottom: 24px; left: 24px; display: none; width: min(380px, calc(100% - 48px)); padding: 26px; background: var(--cream); color: var(--ink); }
.hs-hotspot__card.is-active { display: block; animation: hs-card-in var(--motion-base) var(--ease-enter) both; }
.hs-hotspot__card b { font-family: var(--mono); font-size: .7rem; }
.hs-hotspot__card h3 { margin: 20px 0 8px; font-family: var(--display); font-size: 2rem; letter-spacing: -.05em; }
.hs-hotspot__card p { margin: 0; }
@keyframes hs-card-in { from { opacity: 0; transform: translateY(18px); } }
.hs-before-after { display: grid; align-items: center; background: var(--clay); gap: clamp(40px, 7vw, 100px); grid-template-columns: .65fr 1.4fr; }
.hs-before-after__copy h2 { margin: 26px 0; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 7rem); font-weight: 400; letter-spacing: -.07em; line-height: .86; }
.hs-before-after__copy p:last-child { max-width: 420px; }
.hs-compare { position: relative; overflow: hidden; background: var(--ink); aspect-ratio: 1.58; }
.hs-compare > img, .hs-compare__after, .hs-compare__after img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }
.hs-compare__after { overflow: hidden; clip-path: inset(0 calc(100% - var(--compare)) 0 0); }
.hs-compare__handle { position: absolute; z-index: 3; top: 50%; left: var(--compare); display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--ink); transform: translate(-50%, -50%); }
.hs-compare::after { position: absolute; z-index: 2; top: 0; bottom: 0; left: var(--compare); width: 2px; background: var(--cream); content: ""; transform: translateX(-1px); }
.hs-compare input { position: absolute; z-index: 4; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; inset: 0; }

/* Product purchase */
.hs-product-section { background: var(--paper); }
.hs-product-grid { display: grid; max-width: 1600px; margin: 0 auto; gap: clamp(40px, 7vw, 110px); grid-template-columns: minmax(0, 1.2fr) minmax(360px, .78fr); }
.hs-product-gallery { position: sticky; top: calc(var(--header-height) + 30px); align-self: start; min-width: 0; overflow: hidden; background: #dddccf; }
.hs-product-gallery__track { display: flex; transition: transform var(--motion-slow) var(--ease-enter); }
.hs-product-gallery__track figure { min-width: 100%; margin: 0; aspect-ratio: .92; }
.hs-product-gallery__track img { width: 100%; height: 100%; object-fit: cover; }
.hs-product-gallery__controls { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 8px; }
.hs-product-gallery__controls span { margin-right: auto; padding: 8px 12px; background: var(--cream); font-family: var(--mono); font-size: .7rem; }
.hs-product-gallery__controls button, .hs-slider-controls button { width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; background: var(--cream); }
.hs-product-copy { padding: clamp(20px, 4vw, 60px) 0; }
.hs-product-copy h2 { max-width: 720px; margin: 20px 0 30px; font-family: var(--display); font-size: clamp(4rem, 7.5vw, 8.8rem); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.hs-product-meta { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; gap: 20px; }
.hs-product-price { font-family: var(--mono); font-size: 1.05rem; }
.hs-product-price del { color: var(--muted); font-size: .8rem; }
.hs-product-price ins { text-decoration: none; }
.hs-product-rating { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .68rem; }
.star-rating { position: relative; overflow: hidden; width: 5.4em; height: 1em; font-family: Arial, sans-serif; font-size: .8rem; line-height: 1; }
.star-rating::before { position: absolute; top: 0; left: 0; content: "☆☆☆☆☆"; letter-spacing: .08em; }
.star-rating span { position: absolute; top: 0; left: 0; overflow: hidden; height: 1em; }
.star-rating span::before { content: "★★★★★"; letter-spacing: .08em; }
.hs-product-description { max-width: 610px; padding: 24px 0 10px; font-size: 1.05rem; }
.hs-option-group { border: 0; border-top: 1px solid var(--line); padding: 24px 0; margin: 0; }
.hs-option-group legend { padding: 0 0 14px; font-family: var(--mono); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.hs-option-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hs-option-pills label { cursor: pointer; }
.hs-option-pills input { position: absolute; opacity: 0; pointer-events: none; }
.hs-option-pills span { display: inline-flex; min-height: 46px; align-items: center; border: 1px solid var(--line); padding: 10px 17px; font-family: var(--mono); font-size: .72rem; transition: background var(--motion-fast), color var(--motion-fast), border var(--motion-fast); }
.hs-option-pills input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.hs-option-pills input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 3px; }
.hs-stock { min-height: 24px; font-family: var(--mono); font-size: .68rem; }
.hs-stock .in-stock::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #45803b; content: ""; }
.hs-purchase-row { display: grid; margin-top: 20px; gap: 12px; grid-template-columns: 132px 1fr; }
.hs-quantity { display: grid; min-height: 56px; border: 1px solid var(--line); grid-template-columns: 40px 1fr 40px; }
.hs-quantity button { border: 0; background: transparent; font-size: 1.15rem; }
.hs-quantity input { width: 100%; border: 0; background: transparent; text-align: center; -moz-appearance: textfield; }
.hs-quantity input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.hs-quantity--small { min-height: 34px; grid-template-columns: 30px 28px 30px; }
.hs-quantity--small button { font-size: 1rem; }
.hs-quantity--small span { align-self: center; font-family: var(--mono); font-size: .7rem; text-align: center; }
.hs-add-to-cart { width: 100%; }
.hs-add-to-cart[disabled] { cursor: not-allowed; opacity: .45; }
.hs-form-message { min-height: 22px; margin: 10px 0 0; color: #983420; font-family: var(--mono); font-size: .7rem; }
.hs-product-notes { border-top: 1px solid var(--line); margin: 32px 0 24px; }
.hs-product-notes details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.hs-product-notes summary { display: flex; justify-content: space-between; font-family: var(--mono); font-size: .72rem; letter-spacing: .04em; list-style: none; text-transform: uppercase; cursor: pointer; }
.hs-product-notes summary::after { content: "+"; }
.hs-product-notes details[open] summary::after { content: "−"; }
.hs-product-notes details > div, .hs-product-notes details > p { max-width: 590px; color: #4d4e48; }
.hs-product-empty { padding: 80px; border: 1px solid var(--line); }
.hs-product-empty h2 { max-width: 900px; font-family: var(--display); font-size: clamp(2.8rem, 6vw, 6rem); letter-spacing: -.06em; line-height: .9; }
.hs-sticky-buy { position: fixed; z-index: 350; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 760px; min-height: 76px; align-items: center; justify-content: space-between; margin: 0 auto; padding: 10px 10px 10px 24px; background: var(--lime); color: var(--ink); box-shadow: 0 14px 50px rgba(17, 17, 15, .22); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 30px)); transition: opacity var(--motion-base), transform var(--motion-base) var(--ease-enter); }
.hs-sticky-buy.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.hs-sticky-buy > div { display: flex; flex-direction: column; font-size: .82rem; }
.hs-sticky-buy strong { font-family: var(--mono); font-size: .72rem; }
.hs-sticky-buy .hs-button { min-height: 54px; }

/* Testimonials, FAQ, promises, footer */
.hs-testimonials { overflow: hidden; background: var(--ink); color: var(--cream); }
.hs-testimonials__header { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-light); padding-bottom: 18px; }
.hs-testimonials__header span { font-family: var(--mono); font-size: .7rem; }
.hs-testimonials__viewport { overflow: hidden; }
.hs-testimonials__track { display: flex; transition: transform var(--motion-slow) var(--ease-enter); }
.hs-testimonials blockquote { min-width: 100%; margin: 0; padding: clamp(70px, 10vw, 150px) 0 60px; }
.hs-testimonials blockquote p { max-width: 1250px; margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 7vw, 8.5rem); letter-spacing: -.07em; line-height: .87; }
.hs-testimonials blockquote footer { margin-top: 38px; color: rgba(238, 238, 229, .7); font-family: var(--mono); font-size: .72rem; }
.hs-slider-controls { display: flex; justify-content: flex-end; gap: 10px; }
.hs-faq { display: grid; background: var(--cream); gap: clamp(50px, 9vw, 140px); grid-template-columns: .8fr 1.2fr; }
.hs-faq__heading h2 { margin-top: 30px; }
.hs-faq__item { border-top: 1px solid var(--line); }
.hs-faq__item:last-child { border-bottom: 1px solid var(--line); }
.hs-faq__item summary { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2.5rem); letter-spacing: -.04em; list-style: none; cursor: pointer; }
.hs-faq__item summary::-webkit-details-marker { display: none; }
.hs-faq__item summary i { font-style: normal; font-weight: 300; transition: transform var(--motion-fast); }
.hs-faq__item[open] summary i { transform: rotate(45deg); }
.hs-faq__item p { max-width: 650px; margin: 0 0 28px; color: #4d4e48; }
.hs-promises { display: grid; border-top: 1px solid var(--line); background: var(--lime); grid-template-columns: repeat(3, 1fr); }
.hs-promises > div { min-height: 260px; border-right: 1px solid var(--line); padding: 34px var(--gutter); }
.hs-promises > div:last-child { border-right: 0; }
.hs-promises span { font-family: var(--mono); font-size: .7rem; }
.hs-promises h3 { margin: 70px 0 12px; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.05em; }
.hs-promises p { max-width: 350px; margin: 0; }
.hs-footer { padding: var(--section-space) var(--gutter) 30px; background: var(--olive); color: var(--cream); }
.hs-footer__statement { display: grid; align-items: start; padding-bottom: clamp(80px, 12vw, 170px); gap: 40px; grid-template-columns: .45fr 1.55fr; }
.hs-footer__statement h2 { max-width: 1200px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 9vw, 10.5rem); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.hs-footer__grid { display: grid; border-top: 1px solid var(--line-light); padding: 44px 0 80px; gap: 60px; grid-template-columns: .9fr .6fr 1fr; }
.hs-footer__grid h3 { margin: 0 0 22px; font-family: var(--mono); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.hs-footer__grid p { max-width: 440px; color: rgba(238, 238, 229, .7); }
.hs-footer-nav, .hs-footer .hs-nav__list { display: block; margin: 0; padding: 0; list-style: none; }
.hs-footer-nav li, .hs-footer .hs-nav__list li { margin-bottom: 8px; }
.hs-footer-nav a, .hs-footer .hs-nav__list a { font-size: .9rem; }
.hs-newsletter label { display: block; margin-bottom: 12px; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.hs-newsletter > div { display: grid; border-bottom: 1px solid var(--cream); grid-template-columns: 1fr 50px; }
.hs-newsletter input { min-width: 0; border: 0; padding: 14px 0; background: transparent; color: var(--cream); }
.hs-newsletter button { border: 0; background: transparent; color: var(--cream); font-size: 1.3rem; }
.hs-footer__bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line-light); padding-top: 20px; font-family: var(--mono); font-size: .64rem; text-transform: uppercase; }

/* WordPress and WooCommerce pages */
.hs-page-shell, .hs-woocommerce-shell { min-height: 70vh; padding: calc(var(--header-height) + 90px) var(--gutter) var(--section-space); background: var(--paper); }
.hs-page-hero { max-width: 1500px; margin: 0 auto 70px; }
.hs-page-hero h1, .hs-article h1 { margin: 24px 0 0; font-family: var(--display); font-size: clamp(4rem, 10vw, 10rem); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.hs-page-content, .hs-article { max-width: 1320px; margin: 0 auto; }
.hs-post-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.hs-post-card h2 { font-family: var(--display); font-size: 2.4rem; letter-spacing: -.05em; }
.hs-woocommerce-shell .woocommerce { max-width: 1500px; margin: 0 auto; }
.woocommerce-notices-wrapper { margin-bottom: 26px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--line); border-top: 3px solid var(--olive); padding: 18px 20px; background: var(--cream); list-style: none; }
.woocommerce-error { border-top-color: #9b3227; }
.woocommerce-message .button, .woocommerce-info .button { float: right; }
.woocommerce .button, .wc-block-components-button { display: inline-flex !important; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--ink) !important; border-radius: 0 !important; padding: 13px 22px !important; background: var(--ink) !important; color: var(--cream) !important; font-family: var(--mono) !important; font-size: .72rem !important; font-weight: 700 !important; letter-spacing: .05em; text-transform: uppercase; }
.woocommerce div.product { display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: 1fr 1fr; }
.woocommerce div.product .woocommerce-product-gallery { width: auto; float: none; }
.woocommerce div.product .summary { width: auto; float: none; }
.woocommerce div.product .product_title { font-family: var(--display); font-size: clamp(4rem, 7vw, 8rem); letter-spacing: -.075em; line-height: .82; }
.woocommerce div.product p.price { font-family: var(--mono); font-size: 1.05rem; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce div.product form.cart .variations select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 0; padding: 12px; background: transparent; }
.woocommerce table.shop_table { width: 100%; border: 1px solid var(--line); border-collapse: collapse; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid var(--line); padding: 16px; text-align: left; }
.woocommerce-cart-form { width: 67%; float: left; }
.cart-collaterals { width: 30%; float: right; }
.cart-collaterals .cart_totals { width: 100% !important; }
.woocommerce-checkout .col2-set { width: 58%; float: left; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 38%; float: right; }
.woocommerce-checkout-review-order { border: 1px solid var(--line); padding: 20px; }
.woocommerce-order { max-width: 980px; margin: 0 auto; }
.woocommerce-order h2 { font-family: var(--display); font-size: 2.7rem; letter-spacing: -.05em; }
.woocommerce-order-overview { display: grid; border: 1px solid var(--line); padding: 20px; list-style: none; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.woocommerce-order-overview li { border-right: 1px solid var(--line); padding-right: 16px; font-family: var(--mono); font-size: .7rem; }
.woocommerce-order-overview li:last-child { border: 0; }

/* Motion */
.hs-reveal { opacity: 0; transform: translateY(32px); transition: opacity 700ms var(--ease-enter), transform 700ms var(--ease-enter); }
.hs-reveal[data-reveal-delay="1"] { transition-delay: 100ms; }
.hs-reveal[data-reveal-delay="2"] { transition-delay: 200ms; }
.hs-reveal.is-visible { opacity: 1; transform: none; }
.hs-image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path var(--motion-slow) var(--ease-enter); }
.hs-image-reveal img { transform: scale(1.045); transition: transform 1.2s var(--ease-enter); }
.hs-image-reveal.is-visible { clip-path: inset(0); }
.hs-image-reveal.is-visible img { transform: scale(1); }
.hs-toast { position: fixed; z-index: 800; right: 20px; bottom: 20px; max-width: 360px; padding: 16px 20px; background: var(--ink); color: var(--cream); font-family: var(--mono); font-size: .72rem; box-shadow: 0 12px 40px rgba(0,0,0,.2); }

@media (max-width: 1024px) {
  :root { --header-height: 70px; }
  .hs-nav--desktop, .hs-account-link { display: none; }
  .hs-menu-toggle { display: inline-flex; }
  .hs-cart-toggle > span:first-child { display: none; }
  .hs-hero__art { right: -8vw; width: 82vw; }
  .hs-hero h1 { font-size: clamp(4.8rem, 13vw, 8rem); }
  .hs-intro { min-height: auto; grid-template-columns: 1fr; }
  .hs-intro__copy .hs-lede { margin-left: 28%; }
  .hs-story__art { min-height: 640px; }
  .hs-story__copy h2 { font-size: clamp(3.8rem, 8vw, 6rem); }
  .hs-section-heading, .hs-brand-story__copy, .hs-faq { grid-template-columns: 1fr; }
  .hs-before-after { grid-template-columns: 1fr; }
  .hs-before-after__copy { max-width: 700px; }
  .hs-product-grid { grid-template-columns: 1fr; }
  .hs-product-gallery { position: relative; top: 0; }
  .hs-product-copy { max-width: 760px; margin: 0 auto; }
  .hs-footer__statement { grid-template-columns: 1fr; }
  .woocommerce-cart-form, .cart-collaterals, .woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 100%; float: none; }
  .cart-collaterals, .woocommerce-checkout #order_review_heading { margin-top: 40px; }
}

@media (max-width: 700px) {
  :root { --gutter: 20px; --section-space: 88px; }
  .admin-bar .hs-header, .admin-bar .hs-header.is-sticky { top: 46px; }
  .hs-announcement { min-height: 28px; justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .hs-announcement a { display: none; }
  .hs-header { top: 28px; }
  .hs-header__inner { grid-template-columns: 1fr auto 1fr; }
  .hs-icon-button { font-size: 0; }
  .hs-menu-toggle { gap: 0; }
  .hs-wordmark { font-size: 2rem; }
  .hs-cart-toggle { gap: 5px; }
  .hs-cart-count { position: absolute; top: 10px; right: 14px; width: 17px; min-width: 17px; height: 17px; background: var(--cream); color: var(--ink); }
  .hs-hero { min-height: 100svh; padding-top: calc(var(--header-height) + 30px); }
  .hs-hero__art { top: 125px; right: -20vw; width: 115vw; height: 58vh; }
  .hs-hero__image--back { right: 30%; width: 55%; }
  .hs-hero__image--front { width: 73%; }
  .hs-hero__note--left { left: 25%; }
  .hs-hero__note--right { right: 12vw; }
  .hs-hero__copy { min-height: calc(100svh - 128px); }
  .hs-hero__by { margin-bottom: 16px; }
  .hs-hero h1 { margin-bottom: 26px; font-size: clamp(4.4rem, 22vw, 7rem); }
  .hs-arrow-link { width: 210px; }
  .hs-intro { display: block; min-height: 85vh; }
  .hs-intro__label { margin-bottom: 80px; }
  .hs-intro__copy .hs-lede { margin: 38px 0 0; }
  .hs-scroll-cue { right: 20px; bottom: 30px; }
  .hs-story { display: flex; min-height: auto; flex-direction: column; }
  .hs-story__art { min-height: 115vw; order: 1; }
  .hs-story__copy { min-height: 86vh; order: 2; padding: 78px 20px; }
  .hs-story--next .hs-story__copy { order: 2; }
  .hs-story--next .hs-story__art { order: 1; }
  .hs-story__copy h2 { font-size: 4.6rem; }
  .hs-brand-story__copy { display: block; }
  .hs-brand-story__copy > p:last-child { margin-top: 40px; }
  .hs-brand-story__gallery { align-items: start; gap: 12px; grid-template-columns: 1fr .7fr; }
  .hs-brand-story__gallery figure:last-child { margin-top: 80px; }
  .hs-hotspot > img { min-height: 530px; }
  .hs-hotspot__pin { width: 42px; height: 42px; }
  .hs-hotspot__pin--one { left: 16%; }
  .hs-hotspot__pin--two { left: 58%; }
  .hs-hotspot__pin--three { right: 8%; }
  .hs-hotspot__card { right: 12px; bottom: 12px; left: 12px; width: auto; }
  .hs-compare { aspect-ratio: .88; }
  .hs-product-section { padding-right: 0; padding-left: 0; }
  .hs-product-copy { padding: 70px 20px 0; }
  .hs-product-copy h2 { font-size: 4.7rem; }
  .hs-product-gallery__track figure { aspect-ratio: .9; }
  .hs-product-meta { align-items: flex-start; flex-direction: column; }
  .hs-purchase-row { grid-template-columns: 112px 1fr; }
  .hs-testimonials blockquote p { font-size: 3.7rem; }
  .hs-faq__item summary { font-size: 1.65rem; }
  .hs-promises { grid-template-columns: 1fr; }
  .hs-promises > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hs-promises h3 { margin-top: 52px; }
  .hs-footer__statement h2 { font-size: 4.8rem; }
  .hs-footer__grid { grid-template-columns: 1fr; }
  .hs-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hs-sticky-buy { right: 10px; bottom: 10px; left: 10px; min-height: 66px; padding: 8px 8px 8px 16px; }
  .hs-sticky-buy > div { max-width: 48%; overflow: hidden; white-space: nowrap; }
  .hs-sticky-buy .hs-button { min-height: 48px; padding: 10px 16px; }
  .hs-cart-line { grid-template-columns: 84px 1fr; }
  .hs-page-shell, .hs-woocommerce-shell { padding-top: calc(var(--header-height) + 72px); }
  .hs-post-grid { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: auto; }
  .woocommerce-order-overview { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hs-reveal { opacity: 1; transform: none; }
  .hs-image-reveal { clip-path: inset(0); }
  .hs-image-reveal img { transform: none; }
  .hs-marquee__track { animation: none; }
}

/* Interior navigation and policy menus */
.hs-site:not(.hs-home) .hs-header:not(.is-sticky) { background: rgba(244, 241, 232, .96); color: var(--ink); box-shadow: 0 1px rgba(17, 17, 15, .1); backdrop-filter: blur(12px); }
.hs-nav__list > li { position: relative; }
.hs-nav__list .sub-menu { position: absolute; top: calc(100% + 18px); left: -20px; min-width: 290px; margin: 0; padding: 14px 0; background: var(--paper); color: var(--ink); box-shadow: 0 18px 50px rgba(17, 17, 15, .16); list-style: none; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity var(--motion-fast), transform var(--motion-fast), visibility 0s var(--motion-fast); }
.hs-nav__list .sub-menu::before { position: absolute; right: 0; bottom: 100%; left: 0; height: 20px; content: ""; }
.hs-nav__list li:hover > .sub-menu, .hs-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.hs-nav__list .sub-menu li { margin: 0; }
.hs-nav__list .sub-menu a { display: block; padding: 9px 20px; line-height: 1.35; white-space: normal; }
.hs-nav__list .sub-menu a::after { display: none; }
.hs-context-nav { display: flex; max-width: 1500px; align-items: center; justify-content: space-between; margin: 0 auto clamp(54px, 7vw, 100px); gap: 28px; }
.hs-back-home { display: inline-flex; min-height: 42px; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-family: var(--mono); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; transition: background var(--motion-fast), color var(--motion-fast); }
.hs-back-home:hover { background: var(--ink); color: var(--cream); }
.hs-breadcrumbs { display: flex; min-width: 0; flex-wrap: wrap; justify-content: flex-end; margin: 0; padding: 0; gap: 7px; color: var(--muted); font-family: var(--mono); font-size: .68rem; list-style: none; text-transform: uppercase; }
.hs-breadcrumbs li { display: inline-flex; min-width: 0; align-items: center; gap: 7px; }
.hs-breadcrumbs li + li::before { content: "/"; opacity: .45; }
.hs-breadcrumbs a { border-bottom: 1px solid currentColor; }
.hs-breadcrumbs [aria-current="page"] { overflow: hidden; max-width: min(48vw, 520px); text-overflow: ellipsis; white-space: nowrap; }
.hs-page-hero h1, .hs-article h1 { overflow-wrap: anywhere; }
.hs-footer__grid { grid-template-columns: .9fr .55fr .85fr 1fr; }
.hs-policy-nav a { display: inline-block; line-height: 1.35; }

@media (max-width: 1024px) {
  .hs-mobile-menu nav { min-height: 0; overflow-y: auto; }
  .hs-mobile-nav .sub-menu, .hs-mobile-menu .hs-nav__list .sub-menu { position: static; min-width: 0; margin: 0; padding: 0 0 14px 18px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: none; }
  .hs-mobile-nav .sub-menu::before, .hs-mobile-menu .hs-nav__list .sub-menu::before { display: none; }
  .hs-mobile-nav .sub-menu li, .hs-mobile-menu .hs-nav__list .sub-menu li { border: 0; }
  .hs-mobile-nav .sub-menu a, .hs-mobile-menu .hs-nav__list .sub-menu a { padding: 8px 0; font-family: var(--mono); font-size: .82rem; letter-spacing: .02em; line-height: 1.35; text-transform: uppercase; }
  .hs-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .hs-context-nav { align-items: flex-start; flex-direction: column; margin-bottom: 52px; gap: 18px; }
  .hs-breadcrumbs { justify-content: flex-start; }
  .hs-breadcrumbs [aria-current="page"] { max-width: 72vw; }
  .hs-page-hero h1, .hs-article h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hs-footer__grid { grid-template-columns: 1fr; }
}
