/** Shopify CDN: Minification failed

Line 2370:0 Unexpected "}"
Line 5040:0 Unexpected "}"

**/
/* ═══════════════════════════════════════════════════════════════
   HIGHMARK COLLECTIVE — THEME STYLESHEET
   ═══════════════════════════════════════════════════════════════ */

/* ── BRAND TOKENS ─────────────────────────────────────────────── */
:root {
  --hm-cream: #FAF5EF;
  --hm-blue: #8AA8B3;
  --hm-blue-deep: #6F8E99;
  --hm-taupe: #D4C5A8;
  --hm-ink: #303133;
  --hm-gold: #C9A96B;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --script: 'Caveat', cursive;

  --container: 1400px;
  --container-narrow: 1100px;
  --container-prose: 680px;
}

/* ── RESET & BASE ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--hm-ink);
  background: var(--hm-cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

.skip-to-content {
  position: absolute; left: -9999px;
  background: var(--hm-ink); color: var(--hm-cream);
  padding: 12px 18px; z-index: 100;
}
.skip-to-content:focus { left: 16px; top: 16px; }

/* ── TYPOGRAPHY UTILITIES ─────────────────────────────────────── */
.serif { font-family: var(--serif); }
.script { font-family: var(--script); }
.eyebrow {
  font-size: 11px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── BUTTONS ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--hm-ink); color: var(--hm-cream); }
.btn--primary:hover { background: #000; }
.btn--cream { background: var(--hm-cream); color: var(--hm-ink); }
.btn--outline-ink {
  background: transparent;
  color: var(--hm-ink);
  border: 1px solid var(--hm-ink);
}
.btn--outline-cream {
  background: transparent;
  color: var(--hm-cream);
  border: 1px solid var(--hm-cream);
}
.btn--full { width: 100%; }

/* ── ANNOUNCEMENT BAR ─────────────────────────────────────────── */
.announcement-bar {
  background: var(--hm-ink);
  color: var(--hm-cream);
  text-align: center;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* ── HEADER ───────────────────────────────────────────────────── */
.site-header {
  background: var(--hm-cream);
  padding: 22px 40px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  position: sticky;
  top: 0;
  z-index: 30;
}
.site-header__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.site-header__nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-header__nav a { font-weight: 500; }
.site-header__nav a.is-active { font-weight: 600; }
.site-header__nav--right { justify-content: flex-end; align-items: center; gap: 24px; }
.site-header__logo {
  text-align: center;
  display: block;
}
.site-header__logo-mark {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em;
}
.site-header__logo-sub {
  font-size: 9px;
  letter-spacing: .45em;
  margin-top: 3px;
  font-weight: 500;
}
.site-header__actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.cart-count {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--hm-blue);
  color: var(--hm-cream);
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
}
.menu-toggle { display: none; background: none; border: none; }

/* ── FOOTER ───────────────────────────────────────────────────── */
.site-footer {
  background: var(--hm-cream);
  padding: 70px 40px 28px;
  border-top: 1px solid rgba(48, 49, 51, .1);
}
.site-footer__cols {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 42px;
  margin-bottom: 48px;
}
.site-footer__brand p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 300px;
  opacity: .7;
  font-weight: 300;
  margin: 0;
}
.site-footer__heading {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  font-weight: 300;
}
.site-footer__links a { opacity: .75; }
.site-footer__links a:hover { opacity: 1; }
.site-footer__bottom {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(48, 49, 51, .1);
  font-size: 11px;
  opacity: .6;
  flex-wrap: wrap;
  gap: 14px;
}

/* ── HERO SECTION ─────────────────────────────────────────────── */
.hero {
  background: var(--hm-blue);
  color: var(--hm-cream);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  min-height: 680px;
}
.hero__text {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__title {
  font-family: var(--serif);
  font-size: 84px;
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.02em;
  margin: 0 0 28px;
}
.hero__title em { font-weight: 300; font-style: italic; }
.hero__lead {
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 0 38px;
  opacity: .92;
  font-weight: 300;
}
.hero__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(250, 245, 239, .25);
  max-width: 520px;
}
.hero__stat-num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.hero__stat-label {
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  opacity: .85;
  line-height: 1.4;
}
.hero__media {
  position: relative;
  min-height: 680px;
  background: var(--hm-taupe);
  overflow: hidden;
}
.hero__media-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(48,49,51,.18) 0%, transparent 30%, transparent 70%, rgba(48,49,51,.45) 100%);
}
.hero__media-script {
  position: absolute;
  top: 48px;
  right: 48px;
  text-align: right;
  max-width: 280px;
  z-index: 2;
}
.hero__media-script-eyebrow {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--hm-cream);
  opacity: .95;
  margin-bottom: 10px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}
.hero__media-script-text {
  font-family: var(--script);
  font-size: 38px;
  color: var(--hm-cream);
  line-height: 1;
  text-shadow: 0 2px 16px rgba(48, 49, 51, .5);
}
.hero__feature-card {
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 36px;
  background: rgba(250, 245, 239, .97);
  backdrop-filter: blur(6px);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  color: var(--hm-ink);
  max-width: 440px;
  border-left: 3px solid var(--hm-blue);
  z-index: 2;
}
.hero__feature-card-icon {
  width: 54px; height: 54px;
  background: var(--hm-blue);
  display: grid; place-items: center;
  color: var(--hm-cream);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}
.hero__feature-card-eyebrow {
  font-size: 9px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  font-weight: 600;
  margin-bottom: 4px;
}
.hero__feature-card-title {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 2px;
}
.hero__feature-card-meta {
  font-size: 12px;
  opacity: .7;
}
.hero__feature-card-cta {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hm-ink);
  font-weight: 600;
  border-bottom: 1px solid var(--hm-ink);
  padding-bottom: 3px;
  white-space: nowrap;
}

/* ── MARQUEE BAR ─────────────────────────────────────────────── */
.marquee-bar {
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 14px 0;
  overflow: hidden;
}
.marquee-bar__track {
  display: flex;
  gap: 60px;
  animation: marquee 35s linear infinite;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── DUAL HERO PRODUCTS ──────────────────────────────────────── */
.dual-products {
  padding: 110px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.dual-products__header {
  text-align: center;
  margin-bottom: 64px;
}
.dual-products__eyebrow { color: var(--hm-blue-deep); margin-bottom: 14px; }
.dual-products__title {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.dual-products__title em { font-style: italic; }
.dual-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-spotlight {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  transition: transform .4s ease;
}
.product-spotlight:hover { transform: translateY(-4px); }
.product-spotlight--taupe { background: var(--hm-taupe); color: var(--hm-ink); }
.product-spotlight--blue { background: var(--hm-blue); color: var(--hm-cream); }
.product-spotlight__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 600;
  z-index: 2;
}
.product-spotlight--taupe .product-spotlight__badge { background: var(--hm-ink); color: var(--hm-cream); }
.product-spotlight--blue .product-spotlight__badge { background: var(--hm-cream); color: var(--hm-ink); }
.product-spotlight__media { aspect-ratio: 1/1; background-size: cover; background-position: center; }
.product-spotlight__body { padding: 32px 38px 38px; }
.product-spotlight__sub {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: .85;
}
.product-spotlight__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  gap: 14px;
}
.product-spotlight__title {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.product-spotlight__price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.product-spotlight__desc {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  opacity: .9;
  font-weight: 300;
}
.product-spotlight__cta {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

/* ── MISSION SECTION ─────────────────────────────────────────── */
.mission {
  background: var(--hm-taupe);
  padding: 130px 40px;
}
.mission__grid {
  max-width: var(--container-narrow);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.mission__media {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
}
.mission__verse {
  aspect-ratio: 3/4;
  background: var(--hm-cream);
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.mission__verse::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(48, 49, 51, .15);
  pointer-events: none;
}
.mission__verse-text {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  font-style: italic;
  margin: 0 0 24px;
}
.mission__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 30px;
}
.mission__title em { font-style: italic; }
.mission__body {
  font-size: 17px;
  line-height: 1.75;
  max-width: 560px;
  margin: 0 0 18px;
  font-weight: 300;
}

/* ── CATEGORY GRID ───────────────────────────────────────────── */
.category-grid {
  padding: 110px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.category-grid__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.category-grid__title {
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.category-grid__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.category-card {
  position: relative;
  aspect-ratio: 3/4;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.category-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .8s ease;
}
.category-card:hover .category-card__img { transform: scale(1.05); }
.category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(48, 49, 51, .75));
}
.category-card__content {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  color: var(--hm-cream);
}
.category-card__name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.category-card__cta {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: .85;
}

/* ── TESTIMONIAL ─────────────────────────────────────────────── */
.testimonial {
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 110px 40px;
}
.testimonial__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.testimonial__stars {
  color: var(--hm-taupe);
  font-size: 18px;
  letter-spacing: .1em;
  margin-bottom: 28px;
}
.testimonial__quote {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 28px;
  font-style: italic;
}
.testimonial__author { opacity: .7; }

/* ── BLOG TEASER ─────────────────────────────────────────────── */
.blog-teaser {
  padding: 110px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.blog-teaser__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-teaser__title {
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.blog-teaser__view-all {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hm-ink);
  border-bottom: 1px solid var(--hm-ink);
  padding-bottom: 4px;
}
.blog-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-card { display: block; color: var(--hm-ink); }
.blog-card__img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  background-color: var(--hm-blue);
}
.blog-card__tag {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-card__title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 8px;
}
.blog-card__meta { font-size: 12px; opacity: .6; }

/* ── EMAIL SIGNUP ────────────────────────────────────────────── */
.email-signup {
  background: var(--hm-blue);
  color: var(--hm-cream);
  padding: 90px 40px;
}
.email-signup__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.email-signup__title {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 14px;
}
.email-signup__lead {
  font-size: 16px;
  margin: 0 0 28px;
  opacity: .92;
  font-weight: 300;
}
.email-signup__form {
  display: flex;
  gap: 8px;
  max-width: 460px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.email-signup__input {
  flex: 1;
  min-width: 220px;
  padding: 15px 18px;
  background: rgba(250, 245, 239, .15);
  border: 1px solid rgba(250, 245, 239, .5);
  color: var(--hm-cream);
  font-size: 14px;
  outline: none;
}
.email-signup__input::placeholder { color: rgba(250, 245, 239, .6); }

/* ── PRODUCT PAGE (PDP) ──────────────────────────────────────── */
.pdp {
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 40px 80px;
}
.breadcrumb {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 24px;
}
.pdp__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start;
}
.pdp__gallery {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  position: sticky;
  top: 120px;
}
.pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdp__thumb {
  aspect-ratio: 1/1;
  cursor: pointer;
  background: var(--hm-taupe);
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
}
.pdp__thumb.is-active { border-color: var(--hm-ink); }
.pdp__main {
  aspect-ratio: 4/5;
  background: var(--hm-taupe);
  background-size: cover;
  background-position: center;
}
.pdp__buy { padding-top: 16px; }
.pdp__category {
  color: var(--hm-blue-deep);
  margin-bottom: 14px;
}
.pdp__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 16px;
}
.pdp__rating {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}
.pdp__rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 16px;
  font-family: var(--sans, 'Poppins', sans-serif);
  font-size: 13px;
  color: var(--hm-ink, #303133);
}
.pdp__stars {
  display: inline-flex;
  gap: 1px;
  color: var(--hm-blue, #8AA8B3);
  line-height: 0;
}
.pdp__rating-text {
  font-weight: 400;
  opacity: .85;
  letter-spacing: 0;
}
.pdp__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 32px;
}
.pdp__price {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}
.pdp__price-compare {
  font-size: 14px;
  opacity: .5;
  text-decoration: line-through;
}
.pdp__save-badge {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--hm-taupe);
  color: var(--hm-ink);
  padding: 4px 10px;
  font-weight: 600;
}
.variant-group { margin-bottom: 28px; }
.variant-group__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.variant-swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.swatch {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  outline: 1px solid rgba(48, 49, 51, .15);
  transition: all .2s;
}
.swatch:hover { transform: scale(1.08); }
.swatch.is-active { border-color: var(--hm-ink); outline-color: var(--hm-ink); }
.swatch--image {
  width: 56px;
  height: 56px;
  border-radius: 4px;
}
.bundle-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bundle-option {
  border: 1px solid rgba(48, 49, 51, .2);
  padding: 14px 16px;
  cursor: pointer;
  display: block;
}
.bundle-option.is-active { border: 2px solid var(--hm-ink); }
.bundle-option__name {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.bundle-option__meta { font-size: 13px; }
.gift-message {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(212, 197, 168, .25);
  border: 1px solid rgba(48, 49, 51, .08);
  margin-bottom: 28px;
  cursor: pointer;
}
.gift-message__title { font-size: 13px; font-weight: 500; }
.gift-message__sub { font-size: 11px; opacity: .65; }
.qty-cart-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid rgba(48, 49, 51, .2);
}
.qty-btn {
  width: 38px;
  height: 50px;
  background: transparent;
  border: none;
  font-size: 16px;
}
.qty-input {
  width: 42px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}
.trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  padding: 24px 0;
  border-top: 1px solid rgba(48, 49, 51, .1);
  border-bottom: 1px solid rgba(48, 49, 51, .1);
  margin-bottom: 24px;
}
.trust-strip__item-icon { font-size: 18px; margin-bottom: 6px; }
.trust-strip__item-text { font-size: 11px; line-height: 1.4; }
.accordion-btn {
  width: 100%;
  padding: 22px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(48, 49, 51, .12);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--hm-ink);
}
.accordion-btn:hover { opacity: .7; }
.accordion-content {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  display: none;
}
.accordion-content.is-open { display: block; }

/* ── FEATURE PILLS BAND ──────────────────────────────────────── */
.pills-band {
  background: var(--hm-cream);
  border-top: 1px solid rgba(48, 49, 51, .08);
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  padding: 28px 40px;
  overflow: hidden;
}
.pills-band__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.feat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(250, 245, 239, .9);
  border: 1px solid rgba(48, 49, 51, .1);
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: .05em;
  font-weight: 500;
}
.feat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hm-blue);
}

/* ── EDITORIAL SPLIT (mission feature) ───────────────────────── */
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 560px;
}
.editorial-split__media {
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
}
.editorial-split__content {
  padding: 90px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editorial-split--taupe { background: var(--hm-taupe); }
.editorial-split--ink { background: var(--hm-ink); color: var(--hm-cream); }
.editorial-split__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 24px;
}
.editorial-split__title em { font-style: italic; }
.editorial-split__body {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0 0 18px;
  opacity: .9;
  max-width: 520px;
}
.editorial-split__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  font-size: 14px;
  font-weight: 300;
  max-width: 480px;
}
.editorial-split__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.editorial-split__list-bullet {
  color: var(--hm-blue-deep);
  font-size: 18px;
  line-height: 1;
}
.editorial-split__list b { font-weight: 500; }

/* ── EDITIONS ROW (3-up product detail) ─────────────────────── */
.editions {
  background: var(--hm-cream);
  padding: 120px 40px;
}
.editions__header {
  max-width: var(--container-narrow);
  margin: 0 auto 64px;
  text-align: center;
}
.editions__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  margin: 0 0 24px;
  line-height: 1.05;
}
.editions__title em { font-style: italic; }
.editions__lead {
  font-size: 17px;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
  font-weight: 300;
  opacity: .85;
}
.editions__grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.edition__media {
  aspect-ratio: 4/5;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
}
.edition__num { color: var(--hm-blue-deep); margin-bottom: 8px; }
.edition__name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 8px;
}
.edition__desc {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  opacity: .8;
  margin: 0;
}

/* ── USES GRID (4-up lifestyle) ──────────────────────────────── */
.uses {
  padding: 120px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.uses__header { text-align: center; margin-bottom: 56px; }
.uses__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.uses__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.use-card__media {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-blue);
}
.use-card__eyebrow { color: var(--hm-blue-deep); margin-bottom: 6px; }
.use-card__title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}
.use-card__sub { font-size: 13px; opacity: .7; font-weight: 300; }

/* ── COMPARISON TABLE ────────────────────────────────────────── */
.comparison {
  padding: 120px 40px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.comparison__header { text-align: center; margin-bottom: 48px; }
.comparison__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.comparison__title em { font-style: italic; }
.comparison__table {
  border: 1px solid rgba(48, 49, 51, .12);
  width: 100%;
  border-collapse: collapse;
}
.comparison__table thead {
  background: var(--hm-ink);
  color: var(--hm-cream);
}
.comparison__table th {
  padding: 18px 22px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.comparison__table th:first-child { text-align: left; }
.comparison__table td {
  padding: 16px 22px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  text-align: center;
  font-size: 14px;
}
.comparison__table td:first-child { text-align: left; }
.comparison__table tr:last-child td { border-bottom: none; }

/* ── REVIEWS ─────────────────────────────────────────────────── */
.reviews {
  background: var(--hm-cream);
  padding: 120px 40px;
  border-top: 1px solid rgba(48, 49, 51, .08);
}
.reviews__inner { max-width: 1300px; margin: 0 auto; }
.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  flex-wrap: wrap;
  gap: 24px;
}
.reviews__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.reviews__title em { font-style: italic; }
.reviews__breakdown {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  margin-bottom: 56px;
  align-items: center;
  max-width: 680px;
}
.reviews__avg-num {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
.reviews__avg-stars {
  color: var(--hm-taupe);
  letter-spacing: .1em;
  font-size: 16px;
  margin-top: 6px;
}
.reviews__avg-count {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .6;
  margin-top: 8px;
}
.reviews__bar-row {
  display: grid;
  grid-template-columns: 14px 1fr 36px;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 6px;
}
.reviews__bar {
  height: 6px;
  background: rgba(48, 49, 51, .1);
}
.reviews__bar-fill {
  height: 100%;
  background: var(--hm-blue);
}
.reviews__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  padding: 24px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .08);
}
.review-card__stars {
  color: var(--hm-taupe);
  letter-spacing: .1em;
  font-size: 13px;
  margin-bottom: 12px;
}
.review-card__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.review-card__body {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 16px;
  font-weight: 400;
}
.review-card__author { font-size: 11px; opacity: .6; }

/* ── COLLECTION PAGE ─────────────────────────────────────────── */
.collection-banner {
  background: var(--hm-taupe);
  padding: 80px 40px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  text-align: center;
}
.collection-banner__title {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 18px;
}
.collection-banner__lead {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto;
  opacity: .85;
}
.category-chips {
  background: var(--hm-cream);
  padding: 24px 40px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  overflow-x: auto;
  white-space: nowrap;
}
.category-chips__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.chip {
  padding: 6px 12px;
  border: 1px solid rgba(48, 49, 51, .2);
  font-size: 11px;
  letter-spacing: .05em;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chip:hover { background: rgba(48, 49, 51, .05); }
.chip.is-active {
  background: var(--hm-ink);
  color: var(--hm-cream);
  border-color: var(--hm-ink);
}
.chip__count { opacity: .6; }
.collection-page {
  padding: 64px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.collection-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}
.filter-rail { position: sticky; top: 32px; }
.filter-group {
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(48, 49, 51, .1);
  padding-bottom: 24px;
}
.filter-group:last-child { border: none; }
.filter-group__title {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}
.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 13px;
}
.filter-checkbox input { accent-color: var(--hm-ink); }
.collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 14px;
}
.collection-toolbar__count { font-size: 13px; opacity: .7; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  display: block;
  cursor: pointer;
  transition: transform .3s ease;
  color: inherit;
}
.product-card:hover { transform: translateY(-3px); }
.product-card:hover .product-card__quick { opacity: 1; }
.product-card__media {
  position: relative;
  margin-bottom: 14px;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
}
.product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 5px 10px;
  font-weight: 600;
}
.product-card__quick {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 10px;
  text-align: center;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: opacity .25s ease;
  border: none;
  cursor: pointer;
}
.product-card__category {
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  margin-bottom: 6px;
}
.product-card__title {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 4px;
}
.product-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card__price {
  font-size: 14px;
  font-weight: 500;
}
.product-card__compare {
  opacity: .5;
  text-decoration: line-through;
  font-weight: 300;
  margin-right: 6px;
}
.product-card__rating {
  color: var(--hm-taupe);
  font-size: 11px;
  letter-spacing: .1em;
}
.product-card__rating-count { color: var(--hm-ink); opacity: .6; }
.featured-tile {
  grid-column: span 2;
  background: var(--hm-blue);
  color: var(--hm-cream);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-tile__title {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 14px;
}
.featured-tile__body {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 22px;
  opacity: .92;
  font-weight: 300;
}
.featured-tile__cta {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid var(--hm-cream);
  padding-bottom: 3px;
  align-self: flex-start;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
}

/* ── ABOUT PAGE ──────────────────────────────────────────────── */
.about-hero {
  position: relative;
  background: var(--hm-blue);
  color: var(--hm-cream);
  overflow: hidden;
}
.about-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(48,49,51,.1) 0%, transparent 40%, rgba(48,49,51,.5) 100%);
}
.about-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 60px 100px;
  max-width: 1100px;
}
.about-hero__title {
  font-family: var(--serif);
  font-size: 96px;
  font-weight: 300;
  line-height: .96;
  letter-spacing: -.02em;
  margin: 0 0 24px;
}
.about-hero__title em { font-style: italic; font-weight: 300; }
.about-hero__lead {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 580px;
  margin: 0;
  opacity: .95;
}
.founder-letter {
  padding: 140px 40px;
  max-width: 880px;
  margin: 0 auto;
}
.founder-letter__intro {
  text-align: center;
  margin-bottom: 48px;
  font-family: var(--script);
  font-size: 36px;
  color: var(--hm-blue-deep);
  line-height: 1;
}
.founder-letter__pull {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.45;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 0 0 36px;
}
.founder-letter__body {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 300;
}
.founder-letter__body p { margin: 0 0 18px; }
.founder-letter__sig {
  text-align: center;
  margin-top: 48px;
  font-family: var(--script);
  font-size: 30px;
  line-height: 1;
}
.pillars {
  padding: 140px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.pillars__header {
  text-align: center;
  margin-bottom: 80px;
}
.pillars__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.pillar__num {
  width: 64px;
  height: 64px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .15);
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}
.pillar__title {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 14px;
}
.pillar__body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 300;
  opacity: .85;
  margin: 0;
}
.timeline {
  padding: 140px 40px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.timeline__header { text-align: center; margin-bottom: 72px; }
.timeline__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.timeline__title em { font-style: italic; }
.timeline__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 80px;
}
.timeline-item {
  border-left: 1px solid rgba(48, 49, 51, .2);
  padding: 0 0 32px 28px;
  position: relative;
}
.timeline-item__dot {
  position: absolute;
  left: -7px;
  top: 0;
  width: 13px;
  height: 13px;
  background: var(--hm-blue);
  border-radius: 50%;
}
.timeline-item__date {
  color: var(--hm-blue-deep);
  margin-bottom: 10px;
}
.timeline-item__title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 12px;
}
.timeline-item__body {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  opacity: .85;
}

/* ── WHOLESALE PAGE ──────────────────────────────────────────── */
.wholesale-hero {
  background: var(--hm-taupe);
  padding: 120px 40px 100px;
  text-align: center;
}
.wholesale-hero__title {
  font-family: var(--serif);
  font-size: 80px;
  font-weight: 400;
  line-height: .98;
  margin: 0 0 24px;
}
.wholesale-hero__title em { font-style: italic; }
.tier-cards {
  padding: 120px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.tier-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tier-card {
  padding: 36px 28px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .1);
  transition: all .25s ease;
}
.tier-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(48, 49, 51, .06);
}
.tier-card__icon { font-size: 32px; margin-bottom: 20px; }
.tier-card__title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
.tier-card__body {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
  opacity: .8;
  margin: 0;
}
.perks {
  padding: 120px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.perks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.perk { text-align: center; }
.perk__num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--hm-blue);
  margin-bottom: 14px;
}
.wholesale-form {
  padding: 120px 40px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.wholesale-form__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.wholesale-form__form {
  background: var(--hm-cream);
  padding: 40px;
  border: 1px solid rgba(48, 49, 51, .1);
}
.field { display: block; margin-bottom: 24px; }
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .2);
  font-size: 14px;
  color: var(--hm-ink);
  outline: none;
  transition: border-color .2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--hm-ink); }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.church-note {
  background: var(--hm-taupe);
  padding: 24px;
  border-left: 3px solid var(--hm-blue);
  margin-top: 28px;
}
.church-note__title { color: var(--hm-blue-deep); margin-bottom: 8px; }

/* ── ARTICLE / BLOG POST ─────────────────────────────────────── */
.article-header {
  padding: 80px 40px 48px;
  text-align: center;
}
.article-header__inner {
  max-width: 780px;
  margin: 0 auto;
}
.article-header__crumbs {
  font-size: 11px;
  letter-spacing: .18em;
  opacity: .6;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article-header__title {
  font-family: var(--serif);
  font-size: 62px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 28px;
}
.article-header__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
  flex-wrap: wrap;
}
.article-hero {
  padding: 0 40px;
  margin-bottom: 80px;
}
.article-hero__img {
  aspect-ratio: 21/9;
  max-width: 1300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
  min-height: 400px;
}
.article-body {
  padding: 0 40px 100px;
  max-width: 1300px;
  margin: 0 auto;
}
.article-body__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
  align-items: start;
}
.article-toc { position: sticky; top: 32px; }
.article-toc__title {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  margin-bottom: 18px;
}
.article-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
}
.article-toc__list a {
  border-left: 2px solid rgba(48, 49, 51, .15);
  padding-left: 14px;
  opacity: .7;
  display: block;
}
.article-toc__list a.is-active {
  border-left-color: var(--hm-ink);
  opacity: 1;
  font-weight: 500;
}
.article-content { max-width: 680px; }
.article-content .lead {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(48, 49, 51, .12);
}
.article-content p {
  font-size: 17px;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 24px;
}
.article-content h2 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  margin: 56px 0 24px;
  letter-spacing: -.005em;
}
.article-content h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 40px 0 16px;
}
.article-content blockquote {
  margin: 40px 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--hm-blue);
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  line-height: 1.45;
  font-weight: 400;
}
.article-content blockquote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--hm-blue-deep);
}
.article-content ul,
.article-content ol {
  font-size: 17px;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 24px;
  padding-left: 24px;
}
.article-content li { margin-bottom: 10px; }
.article-content a {
  color: var(--hm-ink);
  border-bottom: 1px solid rgba(48, 49, 51, .4);
}
.article-author-card {
  margin-top: 72px;
  padding: 32px;
  background: var(--hm-taupe);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: center;
}
.article-author-card__avatar {
  width: 64px;
  height: 64px;
  background: var(--hm-blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--hm-cream);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}
.article-author-card__name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 4px;
}
.article-inline-signup {
  margin-top: 32px;
  padding: 36px;
  background: var(--hm-ink);
  color: var(--hm-cream);
  text-align: center;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .site-header { padding: 16px 20px; }
  .site-header__nav { display: none; }
.site-header__nav--right { display: flex; }
.site-header__nav--right > a:not([href*="cart"]),
.site-header__nav--right > span { display: none; }
.site-header__nav--right > .menu-toggle { display: inline-block !important; }
  .menu-toggle { display: block; font-size: 22px; }
  .site-footer__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .site-footer { padding: 60px 20px 28px; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { min-height: 480px; }
  .hero__text { padding: 60px 24px; }
  .hero__title { font-size: 56px; }
  .hero__media-script-text { font-size: 32px; }

  .dual-products { padding: 64px 20px; }
  .dual-products__title { font-size: 38px; }
  .dual-products__grid { grid-template-columns: 1fr; }
  .product-spotlight__title { font-size: 28px; }

  .mission { padding: 80px 24px; }
  .mission__grid { grid-template-columns: 1fr; gap: 40px; }
  .mission__title { font-size: 36px; }

  .category-grid { padding: 64px 20px; }
  .category-grid__cards { grid-template-columns: repeat(2, 1fr); }
  .category-grid__title { font-size: 36px; }

  .testimonial { padding: 80px 24px; }
  .testimonial__quote { font-size: 26px; }

  .blog-teaser { padding: 64px 20px; }
  .blog-teaser__grid { grid-template-columns: 1fr; }
  .blog-teaser__title { font-size: 36px; }

  .email-signup { padding: 64px 20px; }
  .email-signup__title { font-size: 32px; }

  .pdp { padding: 24px 20px 60px; }
  .pdp__grid { grid-template-columns: 1fr; gap: 48px; }
  .pdp__gallery { grid-template-columns: 64px 1fr; position: static; }
  .pdp__title { font-size: 38px; }

  .editorial-split { grid-template-columns: 1fr; }
  .editorial-split__content { padding: 60px 24px; }
  .editorial-split__title { font-size: 32px; }

  .editions { padding: 64px 20px; }
  .editions__grid { grid-template-columns: 1fr; }
  .editions__title { font-size: 36px; }

  .uses { padding: 64px 20px; }
  .uses__grid { grid-template-columns: 1fr 1fr; }
  .uses__title { font-size: 36px; }

  .comparison { padding: 64px 20px; overflow-x: auto; }
  .comparison__title { font-size: 32px; }

  .reviews { padding: 64px 20px; }
  .reviews__title { font-size: 32px; }
  .reviews__cards { grid-template-columns: 1fr; }
  .reviews__breakdown { grid-template-columns: 1fr; gap: 24px; text-align: center; }

  .collection-banner { padding: 60px 20px; }
  .collection-banner__title { font-size: 44px; }
  .collection-page { padding: 40px 20px; }
  .collection-grid { grid-template-columns: 1fr; }
  .filter-rail {
    position: static;
    padding: 0 0 32px;
    border-bottom: 1px solid rgba(48, 49, 51, .1);
    margin-bottom: 32px;
  }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .featured-tile { grid-column: span 2; padding: 32px; }
  .featured-tile__title { font-size: 26px; }
  .product-card__title { font-size: 16px; }

  .about-hero { height: 70vh; }
  .about-hero__content { padding: 0 24px 60px; }
  .about-hero__title { font-size: 56px; }
  .founder-letter { padding: 80px 24px; }
  .founder-letter__pull { font-size: 22px; }
  .pillars { padding: 80px 24px; }
  .pillars__grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars__title { font-size: 36px; }
  .timeline { padding: 80px 24px; }
  .timeline__grid { grid-template-columns: 1fr; gap: 40px; }
  .timeline__title { font-size: 36px; }

  .wholesale-hero { padding: 80px 24px; }
  .wholesale-hero__title { font-size: 48px; }
  .tier-cards { padding: 64px 20px; }
  .tier-cards__grid { grid-template-columns: 1fr; }
  .perks { padding: 64px 20px; }
  .perks__grid { grid-template-columns: 1fr 1fr; }
  .wholesale-form { padding: 64px 20px; }
  .wholesale-form__grid { grid-template-columns: 1fr; gap: 32px; }
  .field-row { grid-template-columns: 1fr; }

  .article-header { padding: 48px 20px 32px; }
  .article-header__title { font-size: 38px; }
  .article-hero { padding: 0 20px; margin-bottom: 48px; }
  .article-body { padding: 0 20px 60px; }
  .article-body__grid { grid-template-columns: 1fr; gap: 40px; }
  .article-toc { position: static; }
  .article-content h2 { font-size: 28px; }
  .article-content blockquote { font-size: 19px; }

  .pills-band__inner { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }

  .pdp__buy { padding-top: 0; }
  .variant-group__header { flex-direction: row; }
  .reviews__cards { grid-template-columns: 1fr; }
}
/* === MOBILE NAV DRAWER === */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 12px;
  color: var(--hm-ink, #303133);
}
@media (max-width: 900px) {
  .menu-toggle {
      }
  .site-header__nav--left,
  .site-header__nav--right > a:not([href*="cart"]),
  .site-header__nav--right > span {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(48, 49, 51, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity .25s ease;
}
body.mobile-nav-open {
  overflow: hidden;
}
body.mobile-nav-open .mobile-nav {
  display: block;
  opacity: 1;
}
.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: var(--hm-cream, #FAF5EF);
  padding: 70px 32px 32px;
  transform: translateX(100%);
  transition: transform .3s ease;
  overflow-y: auto;
}
body.mobile-nav-open .mobile-nav__panel {
  transform: translateX(0);
}
.mobile-nav__close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: var(--hm-ink, #303133);
  cursor: pointer;
  padding: 4px 10px;
}
.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav__links a {
  font-family: var(--serif, Georgia, serif);
  font-size: 22px;
  color: var(--hm-ink, #303133);
  text-decoration: none;
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid rgba(48, 49, 51, 0.08);
}
.mobile-nav__links hr {
  border: none;
  height: 1px;
  background: rgba(48, 49, 51, 0.15);
  margin: 16px 0;
}
/* === BLOG INDEX MOBILE RESPONSIVE === */
@media (max-width: 768px) {
  /* The featured article — stack image above text on mobile */
  .featured-article {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    margin-bottom: 56px !important;
  }
  .featured-article > div:first-child {
    aspect-ratio: 16/10 !important;
  }
  .featured-article h2 {
    font-size: 28px !important;
  }
  
  /* The blog teaser grid (cards below the featured) */
  .blog-teaser__grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  
  /* Collection banner on blog index */
  .collection-banner {
    padding: 56px 24px !important;
  }
  .collection-banner__title {
    font-size: 44px !important;
  }
  
  /* The wrapping section padding */
  section[style*="padding:80px 40px"] {
    padding: 48px 20px !important;
  }
}

/* Tablet — 2 column for the cards */
@media (max-width: 1024px) and (min-width: 769px) {
  .blog-teaser__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* === BLOG ARTICLE MOBILE — image truncation fix === */
@media (max-width: 768px) {
  /* Article hero image — fit to viewport */
  .article-hero {
    padding: 0 20px !important;
    margin-bottom: 32px !important;
  }
  .article-hero__img {
    aspect-ratio: 16/9 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  /* Article header — tighter */
  .article-header {
    padding: 32px 20px 24px !important;
  }
  .article-header__title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }
  .article-header__meta {
    font-size: 11px !important;
    gap: 8px !important;
  }
  
  /* Article body — single column */
  .article-body {
    padding: 0 20px 60px !important;
  }
  .article-body__grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  
  /* Hide the sticky TOC sidebar on mobile */
  .article-toc {
    display: none !important;
  }
  
  /* Article content typography */
  .article-content {
    max-width: 100% !important;
  }
  .article-content .lead {
    font-size: 19px !important;
    line-height: 1.5 !important;
  }
  .article-content p,
  .article-content ul,
  .article-content ol {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
  .article-content h2 {
    font-size: 26px !important;
    margin: 40px 0 16px !important;
  }
  .article-content h3 {
    font-size: 21px !important;
    margin: 28px 0 12px !important;
  }
  .article-content blockquote {
    font-size: 18px !important;
    padding-left: 18px !important;
    margin: 28px 0 !important;
  }
  
  /* Author card — stack avatar above text */
  .article-author-card {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 24px !important;
    margin-top: 48px !important;
  }
  .article-author-card__avatar {
    margin: 0 auto !important;
  }
  
  /* Inline signup */
  .article-inline-signup {
    padding: 24px !important;
  }
}
/* === MARQUEE BAR — speed up on mobile === */
@media (max-width: 900px) {
  .marquee-bar__track {
    animation-duration: 10s !important;
     }
}
@media (max-width: 480px) {
  .marquee-bar__track {
    animation-duration: 14s !important;
  }
}
/* === MARQUEE — fix mid-bar cutoff on mobile === */
@media (max-width: 900px) {
  .marquee-bar {
    padding: 12px 0 !important;
  }
  .marquee-bar__track {
    animation-duration: 22s !important;
    gap: 80px !important;
  }
}
}
/* === CUSTOM PRODUCT TEMPLATES — MOBILE RESPONSIVE === */
@media (max-width: 768px) {

  /* Editions row (3 notebook editions side by side) */
  .editions {
    padding: 56px 20px !important;
  }
  .editions__title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }
  .editions__lead {
    font-size: 15px !important;
  }
  .editions__grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .edition__media {
    aspect-ratio: 4/3 !important;
  }
  .edition__name {
    font-size: 22px !important;
  }

  /* Editorial split (side-by-side image+text sections) */
  .editorial-split {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  .editorial-split__media {
    aspect-ratio: 16/10 !important;
    min-height: 240px !important;
  }
  .editorial-split__content {
    padding: 48px 24px !important;
  }
  .editorial-split__title {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }
  .editorial-split__body {
    font-size: 15px !important;
  }
  .editorial-split__list {
    font-size: 14px !important;
  }

  /* Uses grid (4-up lifestyle tiles) */
  .uses {
    padding: 56px 20px !important;
  }
  .uses__title {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }
  .uses__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
  .use-card__title {
    font-size: 16px !important;
  }
  .use-card__sub {
    font-size: 12px !important;
  }

  /* Comparison table — make horizontally scrollable */
  .comparison {
    padding: 56px 20px !important;
  }
  .comparison__title {
    font-size: 28px !important;
    line-height: 1.1 !important;
  }
  .comparison__table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .comparison__table th,
  .comparison__table td {
    padding: 12px 14px !important;
    font-size: 12px !important;
  }

  /* Reviews section (the breakdown + cards) */
  .reviews {
    padding: 56px 20px !important;
  }
  .reviews__title {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }
  .reviews__breakdown {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
    margin-bottom: 36px !important;
  }
  .reviews__cards {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .review-card__body {
    font-size: 16px !important;
  }

  /* Feature pills band — let it scroll horizontally */
  .pills-band {
    padding: 20px 16px !important;
  }
  .pills-band__inner {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 6px !important;
  }
  .feat-pill {
    flex-shrink: 0 !important;
  }

  /* Related products grid — 2 columns on mobile */
  .related-products,
  [data-related-products] {
    padding: 56px 20px !important;
  }

  /* Trust strip — keep 3 columns but tighter */
  .trust-strip {
    gap: 8px !important;
  }
  .trust-strip__item-text {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }
}

/* Extra-small phones */
@media (max-width: 480px) {
  .editions__title,
  .uses__title,
  .reviews__title,
  .comparison__title,
  .editorial-split__title {
    font-size: 26px !important;
  }
  .uses__grid {
    grid-template-columns: 1fr !important;
  }
}
/* === PDP MOBILE GALLERY — horizontal swipe carousel === */

/* Hide the mobile gallery on desktop */
.pdp__mobile-gallery,
.pdp__mobile-dots {
  display: none;
}

@media (max-width: 768px) {
  /* Hide the desktop gallery (thumbnails column + single main image) on mobile */
  .pdp__thumbs,
  .pdp__main {
    display: none !important;
  }
  
  /* Reset the gallery grid on mobile (was 56px thumbnail column + main) */
  .pdp__gallery {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin: 0 -20px !important; /* extend to screen edges, undoing pdp's padding */
    width: 100vw !important;
    max-width: 100vw !important;
  }
  
  /* The horizontal swipe track */
  .pdp__mobile-gallery {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .pdp__mobile-gallery::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  
  /* Each slide takes the full screen width */
  .pdp__mobile-slide {
    flex: 0 0 100vw;
    width: 100vw;
    aspect-ratio: 1 / 1;
    background-color: var(--hm-cream, #FAF5EF);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  
  /* Dots indicator below the gallery */
  .pdp__mobile-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    padding: 14px 0 6px;
  }
  .pdp__mobile-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(48, 49, 51, 0.2);
    transition: background .25s ease, transform .25s ease;
  }
  .pdp__mobile-dot.is-active {
    background: var(--hm-ink, #303133);
    transform: scale(1.3);
  }
}
/* === PDP thumbnails column — scrollable when many images === */
.pdp__thumbs {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.pdp__thumbs::-webkit-scrollbar {
  width: 4px;
}
.pdp__thumbs::-webkit-scrollbar-thumb {
  background: rgba(48, 49, 51, 0.2);
}
@media (max-width: 768px) {
  .pdp__mobile-dot {
    width: 4px !important;
    height: 4px !important;
  }
  .pdp__mobile-dots {
    gap: 4px !important;
  }
}
/* === PDP gallery — force 1:1 square aspect ratio === */

/* Desktop main image */
.pdp__main {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: var(--hm-cream, #FAF5EF);
}

/* Desktop thumbnails — keep square too */
.pdp__thumb {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Mobile swipe gallery slides — already 1:1 from earlier fix, but reinforce */
@media (max-width: 768px) {
  .pdp__mobile-slide {
    aspect-ratio: 1 / 1 !important;
  }
}
/* === PDP Accordions — make is-open class actually work === */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease, margin 0.35s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion-content.is-open {
  max-height: 800px;
  padding-top: 8px;
  padding-bottom: 20px;
}
.accordion-btn {
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 18px 0;
  font: inherit;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(48, 49, 51, 0.1);
}
.accordion-btn:hover {
  opacity: 0.7;
}
/* === Accordion override — guaranteed to work === */
.accordion-content {
  display: none !important;
}
.accordion-content.is-open {
  display: block !important;
}
/* === Editorial split — show full image, no zoom/crop === */
.editorial-split__media {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: var(--hm-taupe) !important;
}
/* ═══════════════════════════════════════════════════════════════
   HIGHMARK COLLECTIVE — THEME STYLESHEET
   ═══════════════════════════════════════════════════════════════ */

/* ── BRAND TOKENS ─────────────────────────────────────────────── */
:root {
  --hm-cream: #FAF5EF;
  --hm-blue: #8AA8B3;
  --hm-blue-deep: #6F8E99;
  --hm-taupe: #D4C5A8;
  --hm-ink: #303133;
  --hm-gold: #C9A96B;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --script: 'Caveat', cursive;

  --container: 1400px;
  --container-narrow: 1100px;
  --container-prose: 680px;
}

/* ── RESET & BASE ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--hm-ink);
  background: var(--hm-cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

.skip-to-content {
  position: absolute; left: -9999px;
  background: var(--hm-ink); color: var(--hm-cream);
  padding: 12px 18px; z-index: 100;
}
.skip-to-content:focus { left: 16px; top: 16px; }

/* ── TYPOGRAPHY UTILITIES ─────────────────────────────────────── */
.serif { font-family: var(--serif); }
.script { font-family: var(--script); }
.eyebrow {
  font-size: 11px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── BUTTONS ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--hm-ink); color: var(--hm-cream); }
.btn--primary:hover { background: #000; }
.btn--cream { background: var(--hm-cream); color: var(--hm-ink); }
.btn--outline-ink {
  background: transparent;
  color: var(--hm-ink);
  border: 1px solid var(--hm-ink);
}
.btn--outline-cream {
  background: transparent;
  color: var(--hm-cream);
  border: 1px solid var(--hm-cream);
}
.btn--full { width: 100%; }

/* ── ANNOUNCEMENT BAR ─────────────────────────────────────────── */
.announcement-bar {
  background: var(--hm-ink);
  color: var(--hm-cream);
  text-align: center;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* ── HEADER ───────────────────────────────────────────────────── */
.site-header {
  background: var(--hm-cream);
  padding: 22px 40px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  position: sticky;
  top: 0;
  z-index: 30;
}
.site-header__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.site-header__nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-header__nav a { font-weight: 500; }
.site-header__nav a.is-active { font-weight: 600; }
.site-header__nav--right { justify-content: flex-end; align-items: center; gap: 24px; }
.site-header__logo {
  text-align: center;
  display: block;
}
.site-header__logo-mark {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em;
}
.site-header__logo-sub {
  font-size: 9px;
  letter-spacing: .45em;
  margin-top: 3px;
  font-weight: 500;
}
.site-header__actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.cart-count {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--hm-blue);
  color: var(--hm-cream);
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
}
.menu-toggle { display: none; background: none; border: none; }

/* ── FOOTER ───────────────────────────────────────────────────── */
.site-footer {
  background: var(--hm-cream);
  padding: 70px 40px 28px;
  border-top: 1px solid rgba(48, 49, 51, .1);
}
.site-footer__cols {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 42px;
  margin-bottom: 48px;
}
.site-footer__brand p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 300px;
  opacity: .7;
  font-weight: 300;
  margin: 0;
}
.site-footer__heading {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  font-weight: 300;
}
.site-footer__links a { opacity: .75; }
.site-footer__links a:hover { opacity: 1; }
.site-footer__bottom {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(48, 49, 51, .1);
  font-size: 11px;
  opacity: .6;
  flex-wrap: wrap;
  gap: 14px;
}

/* ── HERO SECTION ─────────────────────────────────────────────── */
.hero {
  background: var(--hm-blue);
  color: var(--hm-cream);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  min-height: 680px;
}
.hero__text {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__title {
  font-family: var(--serif);
  font-size: 84px;
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.02em;
  margin: 0 0 28px;
}
.hero__title em { font-weight: 300; font-style: italic; }
.hero__lead {
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 0 38px;
  opacity: .92;
  font-weight: 300;
}
.hero__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(250, 245, 239, .25);
  max-width: 520px;
}
.hero__stat-num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.hero__stat-label {
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  opacity: .85;
  line-height: 1.4;
}
.hero__media {
  position: relative;
  min-height: 680px;
  background: var(--hm-taupe);
  overflow: hidden;
}
.hero__media-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(48,49,51,.18) 0%, transparent 30%, transparent 70%, rgba(48,49,51,.45) 100%);
}
.hero__media-script {
  position: absolute;
  top: 48px;
  right: 48px;
  text-align: right;
  max-width: 280px;
  z-index: 2;
}
.hero__media-script-eyebrow {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--hm-cream);
  opacity: .95;
  margin-bottom: 10px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}
.hero__media-script-text {
  font-family: var(--script);
  font-size: 38px;
  color: var(--hm-cream);
  line-height: 1;
  text-shadow: 0 2px 16px rgba(48, 49, 51, .5);
}
.hero__feature-card {
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 36px;
  background: rgba(250, 245, 239, .97);
  backdrop-filter: blur(6px);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  color: var(--hm-ink);
  max-width: 440px;
  border-left: 3px solid var(--hm-blue);
  z-index: 2;
}
.hero__feature-card-icon {
  width: 54px; height: 54px;
  background: var(--hm-blue);
  display: grid; place-items: center;
  color: var(--hm-cream);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}
.hero__feature-card-eyebrow {
  font-size: 9px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  font-weight: 600;
  margin-bottom: 4px;
}
.hero__feature-card-title {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 2px;
}
.hero__feature-card-meta {
  font-size: 12px;
  opacity: .7;
}
.hero__feature-card-cta {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hm-ink);
  font-weight: 600;
  border-bottom: 1px solid var(--hm-ink);
  padding-bottom: 3px;
  white-space: nowrap;
}

/* ── MARQUEE BAR ─────────────────────────────────────────────── */
.marquee-bar {
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 14px 0;
  overflow: hidden;
}
.marquee-bar__track {
  display: flex;
  gap: 60px;
  animation: marquee 35s linear infinite;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── DUAL HERO PRODUCTS ──────────────────────────────────────── */
.dual-products {
  padding: 110px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.dual-products__header {
  text-align: center;
  margin-bottom: 64px;
}
.dual-products__eyebrow { color: var(--hm-blue-deep); margin-bottom: 14px; }
.dual-products__title {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.dual-products__title em { font-style: italic; }
.dual-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-spotlight {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  transition: transform .4s ease;
}
.product-spotlight:hover { transform: translateY(-4px); }
.product-spotlight--taupe { background: var(--hm-taupe); color: var(--hm-ink); }
.product-spotlight--blue { background: var(--hm-blue); color: var(--hm-cream); }
.product-spotlight__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 600;
  z-index: 2;
}
.product-spotlight--taupe .product-spotlight__badge { background: var(--hm-ink); color: var(--hm-cream); }
.product-spotlight--blue .product-spotlight__badge { background: var(--hm-cream); color: var(--hm-ink); }
.product-spotlight__media { aspect-ratio: 1/1; background-size: cover; background-position: center; }
.product-spotlight__body { padding: 32px 38px 38px; }
.product-spotlight__sub {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: .85;
}
.product-spotlight__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  gap: 14px;
}
.product-spotlight__title {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.product-spotlight__price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.product-spotlight__desc {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  opacity: .9;
  font-weight: 300;
}
.product-spotlight__cta {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

/* ── MISSION SECTION ─────────────────────────────────────────── */
.mission {
  background: var(--hm-taupe);
  padding: 130px 40px;
}
.mission__grid {
  max-width: var(--container-narrow);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.mission__media {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
}
.mission__verse {
  aspect-ratio: 3/4;
  background: var(--hm-cream);
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.mission__verse::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(48, 49, 51, .15);
  pointer-events: none;
}
.mission__verse-text {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  font-style: italic;
  margin: 0 0 24px;
}
.mission__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 30px;
}
.mission__title em { font-style: italic; }
.mission__body {
  font-size: 17px;
  line-height: 1.75;
  max-width: 560px;
  margin: 0 0 18px;
  font-weight: 300;
}

/* ── CATEGORY GRID ───────────────────────────────────────────── */
.category-grid {
  padding: 110px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.category-grid__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.category-grid__title {
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.category-grid__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.category-card {
  position: relative;
  aspect-ratio: 3/4;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.category-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .8s ease;
}
.category-card:hover .category-card__img { transform: scale(1.05); }
.category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(48, 49, 51, .75));
}
.category-card__content {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  color: var(--hm-cream);
}
.category-card__name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.category-card__cta {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: .85;
}

/* ── TESTIMONIAL ─────────────────────────────────────────────── */
.testimonial {
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 110px 40px;
}
.testimonial__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.testimonial__stars {
  color: var(--hm-taupe);
  font-size: 18px;
  letter-spacing: .1em;
  margin-bottom: 28px;
}
.testimonial__quote {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 28px;
  font-style: italic;
}
.testimonial__author { opacity: .7; }

/* ── BLOG TEASER ─────────────────────────────────────────────── */
.blog-teaser {
  padding: 110px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.blog-teaser__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-teaser__title {
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.blog-teaser__view-all {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hm-ink);
  border-bottom: 1px solid var(--hm-ink);
  padding-bottom: 4px;
}
.blog-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-card { display: block; color: var(--hm-ink); }
.blog-card__img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  background-color: var(--hm-blue);
}
.blog-card__tag {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-card__title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 8px;
}
.blog-card__meta { font-size: 12px; opacity: .6; }

/* ── EMAIL SIGNUP ────────────────────────────────────────────── */
.email-signup {
  background: var(--hm-blue);
  color: var(--hm-cream);
  padding: 90px 40px;
}
.email-signup__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.email-signup__title {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 14px;
}
.email-signup__lead {
  font-size: 16px;
  margin: 0 0 28px;
  opacity: .92;
  font-weight: 300;
}
.email-signup__form {
  display: flex;
  gap: 8px;
  max-width: 460px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.email-signup__input {
  flex: 1;
  min-width: 220px;
  padding: 15px 18px;
  background: rgba(250, 245, 239, .15);
  border: 1px solid rgba(250, 245, 239, .5);
  color: var(--hm-cream);
  font-size: 14px;
  outline: none;
}
.email-signup__input::placeholder { color: rgba(250, 245, 239, .6); }

/* ── PRODUCT PAGE (PDP) ──────────────────────────────────────── */
.pdp {
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 40px 80px;
}
.breadcrumb {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 24px;
}
.pdp__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start;
}
.pdp__gallery {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  position: sticky;
  top: 120px;
}
.pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdp__thumb {
  aspect-ratio: 1/1;
  cursor: pointer;
  background: var(--hm-taupe);
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
}
.pdp__thumb.is-active { border-color: var(--hm-ink); }
.pdp__main {
  aspect-ratio: 4/5;
  background: var(--hm-taupe);
  background-size: cover;
  background-position: center;
}
.pdp__buy { padding-top: 16px; }
.pdp__category {
  color: var(--hm-blue-deep);
  margin-bottom: 14px;
}
.pdp__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 16px;
}
.pdp__rating {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}
.pdp__stars { color: var(--hm-taupe); letter-spacing: .1em; font-size: 14px; }
.pdp__rating-text { font-size: 13px; opacity: .7; }
.pdp__desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 32px;
  font-weight: 300;
  max-width: 480px;
}
.pdp__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 32px;
}
.pdp__price {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}
.pdp__price-compare {
  font-size: 14px;
  opacity: .5;
  text-decoration: line-through;
}
.pdp__save-badge {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--hm-taupe);
  color: var(--hm-ink);
  padding: 4px 10px;
  font-weight: 600;
}
.variant-group { margin-bottom: 28px; }
.variant-group__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.variant-swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.swatch {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  outline: 1px solid rgba(48, 49, 51, .15);
  transition: all .2s;
}
.swatch:hover { transform: scale(1.08); }
.swatch.is-active { border-color: var(--hm-ink); outline-color: var(--hm-ink); }
.swatch--image {
  width: 56px;
  height: 56px;
  border-radius: 4px;
}
.bundle-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bundle-option {
  border: 1px solid rgba(48, 49, 51, .2);
  padding: 14px 16px;
  cursor: pointer;
  display: block;
}
.bundle-option.is-active { border: 2px solid var(--hm-ink); }
.bundle-option__name {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.bundle-option__meta { font-size: 13px; }
.gift-message {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(212, 197, 168, .25);
  border: 1px solid rgba(48, 49, 51, .08);
  margin-bottom: 28px;
  cursor: pointer;
}
.gift-message__title { font-size: 13px; font-weight: 500; }
.gift-message__sub { font-size: 11px; opacity: .65; }
.qty-cart-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid rgba(48, 49, 51, .2);
}
.qty-btn {
  width: 38px;
  height: 50px;
  background: transparent;
  border: none;
  font-size: 16px;
}
.qty-input {
  width: 42px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}
.trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  padding: 24px 0;
  border-top: 1px solid rgba(48, 49, 51, .1);
  border-bottom: 1px solid rgba(48, 49, 51, .1);
  margin-bottom: 24px;
}
.trust-strip__item-icon { font-size: 18px; margin-bottom: 6px; }
.trust-strip__item-text { font-size: 11px; line-height: 1.4; }
.accordion-btn {
  width: 100%;
  padding: 22px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(48, 49, 51, .12);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--hm-ink);
}
.accordion-btn:hover { opacity: .7; }
.accordion-content {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  display: none;
}
.accordion-content.is-open { display: block; }

/* ── FEATURE PILLS BAND ──────────────────────────────────────── */
.pills-band {
  background: var(--hm-cream);
  border-top: 1px solid rgba(48, 49, 51, .08);
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  padding: 28px 40px;
  overflow: hidden;
}
.pills-band__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.feat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(250, 245, 239, .9);
  border: 1px solid rgba(48, 49, 51, .1);
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: .05em;
  font-weight: 500;
}
.feat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hm-blue);
}

/* ── EDITORIAL SPLIT (mission feature) ───────────────────────── */
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 560px;
}
.editorial-split__media {
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
}
.editorial-split__content {
  padding: 90px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editorial-split--taupe { background: var(--hm-taupe); }
.editorial-split--ink { background: var(--hm-ink); color: var(--hm-cream); }
.editorial-split__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 24px;
}
.editorial-split__title em { font-style: italic; }
.editorial-split__body {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0 0 18px;
  opacity: .9;
  max-width: 520px;
}
.editorial-split__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  font-size: 14px;
  font-weight: 300;
  max-width: 480px;
}
.editorial-split__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.editorial-split__list-bullet {
  color: var(--hm-blue-deep);
  font-size: 18px;
  line-height: 1;
}
.editorial-split__list b { font-weight: 500; }

/* ── EDITIONS ROW (3-up product detail) ─────────────────────── */
.editions {
  background: var(--hm-cream);
  padding: 120px 40px;
}
.editions__header {
  max-width: var(--container-narrow);
  margin: 0 auto 64px;
  text-align: center;
}
.editions__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  margin: 0 0 24px;
  line-height: 1.05;
}
.editions__title em { font-style: italic; }
.editions__lead {
  font-size: 17px;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
  font-weight: 300;
  opacity: .85;
}
.editions__grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.edition__media {
  aspect-ratio: 4/5;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
}
.edition__num { color: var(--hm-blue-deep); margin-bottom: 8px; }
.edition__name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 8px;
}
.edition__desc {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  opacity: .8;
  margin: 0;
}

/* ── USES GRID (4-up lifestyle) ──────────────────────────────── */
.uses {
  padding: 120px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.uses__header { text-align: center; margin-bottom: 56px; }
.uses__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.uses__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.use-card__media {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-blue);
}
.use-card__eyebrow { color: var(--hm-blue-deep); margin-bottom: 6px; }
.use-card__title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}
.use-card__sub { font-size: 13px; opacity: .7; font-weight: 300; }

/* ── COMPARISON TABLE ────────────────────────────────────────── */
.comparison {
  padding: 120px 40px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.comparison__header { text-align: center; margin-bottom: 48px; }
.comparison__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.comparison__title em { font-style: italic; }
.comparison__table {
  border: 1px solid rgba(48, 49, 51, .12);
  width: 100%;
  border-collapse: collapse;
}
.comparison__table thead {
  background: var(--hm-ink);
  color: var(--hm-cream);
}
.comparison__table th {
  padding: 18px 22px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.comparison__table th:first-child { text-align: left; }
.comparison__table td {
  padding: 16px 22px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  text-align: center;
  font-size: 14px;
}
.comparison__table td:first-child { text-align: left; }
.comparison__table tr:last-child td { border-bottom: none; }

/* ── REVIEWS ─────────────────────────────────────────────────── */
.reviews {
  background: var(--hm-cream);
  padding: 120px 40px;
  border-top: 1px solid rgba(48, 49, 51, .08);
}
.reviews__inner { max-width: 1300px; margin: 0 auto; }
.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  flex-wrap: wrap;
  gap: 24px;
}
.reviews__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.reviews__title em { font-style: italic; }
.reviews__breakdown {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  margin-bottom: 56px;
  align-items: center;
  max-width: 680px;
}
.reviews__avg-num {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
.reviews__avg-stars {
  color: var(--hm-taupe);
  letter-spacing: .1em;
  font-size: 16px;
  margin-top: 6px;
}
.reviews__avg-count {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .6;
  margin-top: 8px;
}
.reviews__bar-row {
  display: grid;
  grid-template-columns: 14px 1fr 36px;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 6px;
}
.reviews__bar {
  height: 6px;
  background: rgba(48, 49, 51, .1);
}
.reviews__bar-fill {
  height: 100%;
  background: var(--hm-blue);
}
.reviews__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  padding: 24px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .08);
}
.review-card__stars {
  color: var(--hm-taupe);
  letter-spacing: .1em;
  font-size: 13px;
  margin-bottom: 12px;
}
.review-card__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.review-card__body {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 16px;
  font-weight: 400;
}
.review-card__author { font-size: 11px; opacity: .6; }

/* ── COLLECTION PAGE ─────────────────────────────────────────── */
.collection-banner {
  background: var(--hm-taupe);
  padding: 80px 40px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  text-align: center;
}
.collection-banner__title {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 18px;
}
.collection-banner__lead {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto;
  opacity: .85;
}
.category-chips {
  background: var(--hm-cream);
  padding: 24px 40px;
  border-bottom: 1px solid rgba(48, 49, 51, .08);
  overflow-x: auto;
  white-space: nowrap;
}
.category-chips__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.chip {
  padding: 6px 12px;
  border: 1px solid rgba(48, 49, 51, .2);
  font-size: 11px;
  letter-spacing: .05em;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chip:hover { background: rgba(48, 49, 51, .05); }
.chip.is-active {
  background: var(--hm-ink);
  color: var(--hm-cream);
  border-color: var(--hm-ink);
}
.chip__count { opacity: .6; }
.collection-page {
  padding: 64px 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.collection-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}
.filter-rail { position: sticky; top: 32px; }
.filter-group {
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(48, 49, 51, .1);
  padding-bottom: 24px;
}
.filter-group:last-child { border: none; }
.filter-group__title {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}
.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 13px;
}
.filter-checkbox input { accent-color: var(--hm-ink); }
.collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 14px;
}
.collection-toolbar__count { font-size: 13px; opacity: .7; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  display: block;
  cursor: pointer;
  transition: transform .3s ease;
  color: inherit;
}
.product-card:hover { transform: translateY(-3px); }
.product-card:hover .product-card__quick { opacity: 1; }
.product-card__media {
  position: relative;
  margin-bottom: 14px;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
}
.product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 5px 10px;
  font-weight: 600;
}
.product-card__quick {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: var(--hm-ink);
  color: var(--hm-cream);
  padding: 10px;
  text-align: center;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: opacity .25s ease;
  border: none;
  cursor: pointer;
}
.product-card__category {
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  margin-bottom: 6px;
}
.product-card__title {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 4px;
}
.product-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card__price {
  font-size: 14px;
  font-weight: 500;
}
.product-card__compare {
  opacity: .5;
  text-decoration: line-through;
  font-weight: 300;
  margin-right: 6px;
}
.product-card__rating {
  color: var(--hm-taupe);
  font-size: 11px;
  letter-spacing: .1em;
}
.product-card__rating-count { color: var(--hm-ink); opacity: .6; }
.featured-tile {
  grid-column: span 2;
  background: var(--hm-blue);
  color: var(--hm-cream);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-tile__title {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 14px;
}
.featured-tile__body {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 22px;
  opacity: .92;
  font-weight: 300;
}
.featured-tile__cta {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid var(--hm-cream);
  padding-bottom: 3px;
  align-self: flex-start;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
}

/* ── ABOUT PAGE ──────────────────────────────────────────────── */
.about-hero {
  position: relative;
  background: var(--hm-blue);
  color: var(--hm-cream);
  overflow: hidden;
}
.about-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(48,49,51,.1) 0%, transparent 40%, rgba(48,49,51,.5) 100%);
}
.about-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 60px 100px;
  max-width: 1100px;
}
.about-hero__title {
  font-family: var(--serif);
  font-size: 96px;
  font-weight: 300;
  line-height: .96;
  letter-spacing: -.02em;
  margin: 0 0 24px;
}
.about-hero__title em { font-style: italic; font-weight: 300; }
.about-hero__lead {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 580px;
  margin: 0;
  opacity: .95;
}
.founder-letter {
  padding: 140px 40px;
  max-width: 880px;
  margin: 0 auto;
}
.founder-letter__intro {
  text-align: center;
  margin-bottom: 48px;
  font-family: var(--script);
  font-size: 36px;
  color: var(--hm-blue-deep);
  line-height: 1;
}
.founder-letter__pull {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.45;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 0 0 36px;
}
.founder-letter__body {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 300;
}
.founder-letter__body p { margin: 0 0 18px; }
.founder-letter__sig {
  text-align: center;
  margin-top: 48px;
  font-family: var(--script);
  font-size: 30px;
  line-height: 1;
}
.pillars {
  padding: 140px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.pillars__header {
  text-align: center;
  margin-bottom: 80px;
}
.pillars__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.pillar__num {
  width: 64px;
  height: 64px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .15);
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}
.pillar__title {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 14px;
}
.pillar__body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 300;
  opacity: .85;
  margin: 0;
}
.timeline {
  padding: 140px 40px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.timeline__header { text-align: center; margin-bottom: 72px; }
.timeline__title {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.timeline__title em { font-style: italic; }
.timeline__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 80px;
}
.timeline-item {
  border-left: 1px solid rgba(48, 49, 51, .2);
  padding: 0 0 32px 28px;
  position: relative;
}
.timeline-item__dot {
  position: absolute;
  left: -7px;
  top: 0;
  width: 13px;
  height: 13px;
  background: var(--hm-blue);
  border-radius: 50%;
}
.timeline-item__date {
  color: var(--hm-blue-deep);
  margin-bottom: 10px;
}
.timeline-item__title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 12px;
}
.timeline-item__body {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  opacity: .85;
}

/* ── WHOLESALE PAGE ──────────────────────────────────────────── */
.wholesale-hero {
  background: var(--hm-taupe);
  padding: 120px 40px 100px;
  text-align: center;
}
.wholesale-hero__title {
  font-family: var(--serif);
  font-size: 80px;
  font-weight: 400;
  line-height: .98;
  margin: 0 0 24px;
}
.wholesale-hero__title em { font-style: italic; }
.tier-cards {
  padding: 120px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.tier-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tier-card {
  padding: 36px 28px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .1);
  transition: all .25s ease;
}
.tier-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(48, 49, 51, .06);
}
.tier-card__icon { font-size: 32px; margin-bottom: 20px; }
.tier-card__title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
.tier-card__body {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
  opacity: .8;
  margin: 0;
}
.perks {
  padding: 120px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.perks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.perk { text-align: center; }
.perk__num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--hm-blue);
  margin-bottom: 14px;
}
.wholesale-form {
  padding: 120px 40px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.wholesale-form__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.wholesale-form__form {
  background: var(--hm-cream);
  padding: 40px;
  border: 1px solid rgba(48, 49, 51, .1);
}
.field { display: block; margin-bottom: 24px; }
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--hm-cream);
  border: 1px solid rgba(48, 49, 51, .2);
  font-size: 14px;
  color: var(--hm-ink);
  outline: none;
  transition: border-color .2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--hm-ink); }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.church-note {
  background: var(--hm-taupe);
  padding: 24px;
  border-left: 3px solid var(--hm-blue);
  margin-top: 28px;
}
.church-note__title { color: var(--hm-blue-deep); margin-bottom: 8px; }

/* ── ARTICLE / BLOG POST ─────────────────────────────────────── */
.article-header {
  padding: 80px 40px 48px;
  text-align: center;
}
.article-header__inner {
  max-width: 780px;
  margin: 0 auto;
}
.article-header__crumbs {
  font-size: 11px;
  letter-spacing: .18em;
  opacity: .6;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article-header__title {
  font-family: var(--serif);
  font-size: 62px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 28px;
}
.article-header__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
  flex-wrap: wrap;
}
.article-hero {
  padding: 0 40px;
  margin-bottom: 80px;
}
.article-hero__img {
  aspect-ratio: 21/9;
  max-width: 1300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-color: var(--hm-taupe);
  min-height: 400px;
}
.article-body {
  padding: 0 40px 100px;
  max-width: 1300px;
  margin: 0 auto;
}
.article-body__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
  align-items: start;
}
.article-toc { position: sticky; top: 32px; }
.article-toc__title {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--hm-blue-deep);
  margin-bottom: 18px;
}
.article-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
}
.article-toc__list a {
  border-left: 2px solid rgba(48, 49, 51, .15);
  padding-left: 14px;
  opacity: .7;
  display: block;
}
.article-toc__list a.is-active {
  border-left-color: var(--hm-ink);
  opacity: 1;
  font-weight: 500;
}
.article-content { max-width: 680px; }
.article-content .lead {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(48, 49, 51, .12);
}
.article-content p {
  font-size: 17px;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 24px;
}
.article-content h2 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  margin: 56px 0 24px;
  letter-spacing: -.005em;
}
.article-content h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 40px 0 16px;
}
.article-content blockquote {
  margin: 40px 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--hm-blue);
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  line-height: 1.45;
  font-weight: 400;
}
.article-content blockquote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--hm-blue-deep);
}
.article-content ul,
.article-content ol {
  font-size: 17px;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 24px;
  padding-left: 24px;
}
.article-content li { margin-bottom: 10px; }
.article-content a {
  color: var(--hm-ink);
  border-bottom: 1px solid rgba(48, 49, 51, .4);
}
.article-author-card {
  margin-top: 72px;
  padding: 32px;
  background: var(--hm-taupe);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: center;
}
.article-author-card__avatar {
  width: 64px;
  height: 64px;
  background: var(--hm-blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--hm-cream);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}
.article-author-card__name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 4px;
}
.article-inline-signup {
  margin-top: 32px;
  padding: 36px;
  background: var(--hm-ink);
  color: var(--hm-cream);
  text-align: center;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .site-header { padding: 16px 20px; }
  .site-header__nav { display: none; }
.site-header__nav--right { display: flex; }
.site-header__nav--right > a:not([href*="cart"]),
.site-header__nav--right > span { display: none; }
.site-header__nav--right > .menu-toggle { display: inline-block !important; }
  .menu-toggle { display: block; font-size: 22px; }
  .site-footer__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .site-footer { padding: 60px 20px 28px; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { min-height: 480px; }
  .hero__text { padding: 60px 24px; }
  .hero__title { font-size: 56px; }
  .hero__media-script-text { font-size: 32px; }

  .dual-products { padding: 64px 20px; }
  .dual-products__title { font-size: 38px; }
  .dual-products__grid { grid-template-columns: 1fr; }
  .product-spotlight__title { font-size: 28px; }

  .mission { padding: 80px 24px; }
  .mission__grid { grid-template-columns: 1fr; gap: 40px; }
  .mission__title { font-size: 36px; }

  .category-grid { padding: 64px 20px; }
  .category-grid__cards { grid-template-columns: repeat(2, 1fr); }
  .category-grid__title { font-size: 36px; }

  .testimonial { padding: 80px 24px; }
  .testimonial__quote { font-size: 26px; }

  .blog-teaser { padding: 64px 20px; }
  .blog-teaser__grid { grid-template-columns: 1fr; }
  .blog-teaser__title { font-size: 36px; }

  .email-signup { padding: 64px 20px; }
  .email-signup__title { font-size: 32px; }

  .pdp { padding: 24px 20px 60px; }
  .pdp__grid { grid-template-columns: 1fr; gap: 48px; }
  .pdp__gallery { grid-template-columns: 64px 1fr; position: static; }
  .pdp__title { font-size: 38px; }

  .editorial-split { grid-template-columns: 1fr; }
  .editorial-split__content { padding: 60px 24px; }
  .editorial-split__title { font-size: 32px; }

  .editions { padding: 64px 20px; }
  .editions__grid { grid-template-columns: 1fr; }
  .editions__title { font-size: 36px; }

  .uses { padding: 64px 20px; }
  .uses__grid { grid-template-columns: 1fr 1fr; }
  .uses__title { font-size: 36px; }

  .comparison { padding: 64px 20px; overflow-x: auto; }
  .comparison__title { font-size: 32px; }

  .reviews { padding: 64px 20px; }
  .reviews__title { font-size: 32px; }
  .reviews__cards { grid-template-columns: 1fr; }
  .reviews__breakdown { grid-template-columns: 1fr; gap: 24px; text-align: center; }

  .collection-banner { padding: 60px 20px; }
  .collection-banner__title { font-size: 44px; }
  .collection-page { padding: 40px 20px; }
  .collection-grid { grid-template-columns: 1fr; }
  .filter-rail {
    position: static;
    padding: 0 0 32px;
    border-bottom: 1px solid rgba(48, 49, 51, .1);
    margin-bottom: 32px;
  }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .featured-tile { grid-column: span 2; padding: 32px; }
  .featured-tile__title { font-size: 26px; }
  .product-card__title { font-size: 16px; }

  .about-hero { height: 70vh; }
  .about-hero__content { padding: 0 24px 60px; }
  .about-hero__title { font-size: 56px; }
  .founder-letter { padding: 80px 24px; }
  .founder-letter__pull { font-size: 22px; }
  .pillars { padding: 80px 24px; }
  .pillars__grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars__title { font-size: 36px; }
  .timeline { padding: 80px 24px; }
  .timeline__grid { grid-template-columns: 1fr; gap: 40px; }
  .timeline__title { font-size: 36px; }

  .wholesale-hero { padding: 80px 24px; }
  .wholesale-hero__title { font-size: 48px; }
  .tier-cards { padding: 64px 20px; }
  .tier-cards__grid { grid-template-columns: 1fr; }
  .perks { padding: 64px 20px; }
  .perks__grid { grid-template-columns: 1fr 1fr; }
  .wholesale-form { padding: 64px 20px; }
  .wholesale-form__grid { grid-template-columns: 1fr; gap: 32px; }
  .field-row { grid-template-columns: 1fr; }

  .article-header { padding: 48px 20px 32px; }
  .article-header__title { font-size: 38px; }
  .article-hero { padding: 0 20px; margin-bottom: 48px; }
  .article-body { padding: 0 20px 60px; }
  .article-body__grid { grid-template-columns: 1fr; gap: 40px; }
  .article-toc { position: static; }
  .article-content h2 { font-size: 28px; }
  .article-content blockquote { font-size: 19px; }

  .pills-band__inner { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }

  .pdp__buy { padding-top: 0; }
  .variant-group__header { flex-direction: row; }
  .reviews__cards { grid-template-columns: 1fr; }
}
/* === MOBILE NAV DRAWER === */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 12px;
  color: var(--hm-ink, #303133);
}
@media (max-width: 900px) {
  .menu-toggle {
      }
  .site-header__nav--left,
  .site-header__nav--right > a:not([href*="cart"]),
  .site-header__nav--right > span {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(48, 49, 51, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity .25s ease;
}
body.mobile-nav-open {
  overflow: hidden;
}
body.mobile-nav-open .mobile-nav {
  display: block;
  opacity: 1;
}
.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: var(--hm-cream, #FAF5EF);
  padding: 70px 32px 32px;
  transform: translateX(100%);
  transition: transform .3s ease;
  overflow-y: auto;
}
body.mobile-nav-open .mobile-nav__panel {
  transform: translateX(0);
}
.mobile-nav__close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: var(--hm-ink, #303133);
  cursor: pointer;
  padding: 4px 10px;
}
.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav__links a {
  font-family: var(--serif, Georgia, serif);
  font-size: 22px;
  color: var(--hm-ink, #303133);
  text-decoration: none;
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid rgba(48, 49, 51, 0.08);
}
.mobile-nav__links hr {
  border: none;
  height: 1px;
  background: rgba(48, 49, 51, 0.15);
  margin: 16px 0;
}
/* === BLOG INDEX MOBILE RESPONSIVE === */
@media (max-width: 768px) {
  /* The featured article — stack image above text on mobile */
  .featured-article {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    margin-bottom: 56px !important;
  }
  .featured-article > div:first-child {
    aspect-ratio: 16/10 !important;
  }
  .featured-article h2 {
    font-size: 28px !important;
  }
  
  /* The blog teaser grid (cards below the featured) */
  .blog-teaser__grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  
  /* Collection banner on blog index */
  .collection-banner {
    padding: 56px 24px !important;
  }
  .collection-banner__title {
    font-size: 44px !important;
  }
  
  /* The wrapping section padding */
  section[style*="padding:80px 40px"] {
    padding: 48px 20px !important;
  }
}

/* Tablet — 2 column for the cards */
@media (max-width: 1024px) and (min-width: 769px) {
  .blog-teaser__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* === BLOG ARTICLE MOBILE — image truncation fix === */
@media (max-width: 768px) {
  /* Article hero image — fit to viewport */
  .article-hero {
    padding: 0 20px !important;
    margin-bottom: 32px !important;
  }
  .article-hero__img {
    aspect-ratio: 16/9 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  /* Article header — tighter */
  .article-header {
    padding: 32px 20px 24px !important;
  }
  .article-header__title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }
  .article-header__meta {
    font-size: 11px !important;
    gap: 8px !important;
  }
  
  /* Article body — single column */
  .article-body {
    padding: 0 20px 60px !important;
  }
  .article-body__grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  
  /* Hide the sticky TOC sidebar on mobile */
  .article-toc {
    display: none !important;
  }
  
  /* Article content typography */
  .article-content {
    max-width: 100% !important;
  }
  .article-content .lead {
    font-size: 19px !important;
    line-height: 1.5 !important;
  }
  .article-content p,
  .article-content ul,
  .article-content ol {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
  .article-content h2 {
    font-size: 26px !important;
    margin: 40px 0 16px !important;
  }
  .article-content h3 {
    font-size: 21px !important;
    margin: 28px 0 12px !important;
  }
  .article-content blockquote {
    font-size: 18px !important;
    padding-left: 18px !important;
    margin: 28px 0 !important;
  }
  
  /* Author card — stack avatar above text */
  .article-author-card {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 24px !important;
    margin-top: 48px !important;
  }
  .article-author-card__avatar {
    margin: 0 auto !important;
  }
  
  /* Inline signup */
  .article-inline-signup {
    padding: 24px !important;
  }
}
/* === MARQUEE BAR — speed up on mobile === */
@media (max-width: 900px) {
  .marquee-bar__track {
    animation-duration: 10s !important;
     }
}
@media (max-width: 480px) {
  .marquee-bar__track {
    animation-duration: 14s !important;
  }
}
/* === MARQUEE — fix mid-bar cutoff on mobile === */
@media (max-width: 900px) {
  .marquee-bar {
    padding: 12px 0 !important;
  }
  .marquee-bar__track {
    animation-duration: 22s !important;
    gap: 80px !important;
  }
}
}
/* === CUSTOM PRODUCT TEMPLATES — MOBILE RESPONSIVE === */
@media (max-width: 768px) {

  /* Editions row (3 notebook editions side by side) */
  .editions {
    padding: 56px 20px !important;
  }
  .editions__title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }
  .editions__lead {
    font-size: 15px !important;
  }
  .editions__grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .edition__media {
    aspect-ratio: 4/3 !important;
  }
  .edition__name {
    font-size: 22px !important;
  }

  /* Editorial split (side-by-side image+text sections) */
  .editorial-split {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  .editorial-split__media {
    aspect-ratio: 16/10 !important;
    min-height: 240px !important;
  }
  .editorial-split__content {
    padding: 48px 24px !important;
  }
  .editorial-split__title {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }
  .editorial-split__body {
    font-size: 15px !important;
  }
  .editorial-split__list {
    font-size: 14px !important;
  }

  /* Uses grid (4-up lifestyle tiles) */
  .uses {
    padding: 56px 20px !important;
  }
  .uses__title {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }
  .uses__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
  .use-card__title {
    font-size: 16px !important;
  }
  .use-card__sub {
    font-size: 12px !important;
  }

  /* Comparison table — make horizontally scrollable */
  .comparison {
    padding: 56px 20px !important;
  }
  .comparison__title {
    font-size: 28px !important;
    line-height: 1.1 !important;
  }
  .comparison__table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .comparison__table th,
  .comparison__table td {
    padding: 12px 14px !important;
    font-size: 12px !important;
  }

  /* Reviews section (the breakdown + cards) */
  .reviews {
    padding: 56px 20px !important;
  }
  .reviews__title {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }
  .reviews__breakdown {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
    margin-bottom: 36px !important;
  }
  .reviews__cards {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .review-card__body {
    font-size: 16px !important;
  }

  /* Feature pills band — let it scroll horizontally */
  .pills-band {
    padding: 20px 16px !important;
  }
  .pills-band__inner {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 6px !important;
  }
  .feat-pill {
    flex-shrink: 0 !important;
  }

  /* Related products grid — 2 columns on mobile */
  .related-products,
  [data-related-products] {
    padding: 56px 20px !important;
  }

  /* Trust strip — keep 3 columns but tighter */
  .trust-strip {
    gap: 8px !important;
  }
  .trust-strip__item-text {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }
}

/* Extra-small phones */
@media (max-width: 480px) {
  .editions__title,
  .uses__title,
  .reviews__title,
  .comparison__title,
  .editorial-split__title {
    font-size: 26px !important;
  }
  .uses__grid {
    grid-template-columns: 1fr !important;
  }
}
/* === PDP MOBILE GALLERY — horizontal swipe carousel === */

/* Hide the mobile gallery on desktop */
.pdp__mobile-gallery,
.pdp__mobile-dots {
  display: none;
}

@media (max-width: 768px) {
  /* Hide the desktop gallery (thumbnails column + single main image) on mobile */
  .pdp__thumbs,
  .pdp__main {
    display: none !important;
  }
  
  /* Reset the gallery grid on mobile (was 56px thumbnail column + main) */
  .pdp__gallery {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin: 0 -20px !important; /* extend to screen edges, undoing pdp's padding */
    width: 100vw !important;
    max-width: 100vw !important;
  }
  
  /* The horizontal swipe track */
  .pdp__mobile-gallery {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .pdp__mobile-gallery::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  
  /* Each slide takes the full screen width */
  .pdp__mobile-slide {
    flex: 0 0 100vw;
    width: 100vw;
    aspect-ratio: 1 / 1;
    background-color: var(--hm-cream, #FAF5EF);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  
  /* Dots indicator below the gallery */
  .pdp__mobile-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    padding: 14px 0 6px;
  }
  .pdp__mobile-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(48, 49, 51, 0.2);
    transition: background .25s ease, transform .25s ease;
  }
  .pdp__mobile-dot.is-active {
    background: var(--hm-ink, #303133);
    transform: scale(1.3);
  }
}
/* === PDP thumbnails column — scrollable when many images === */
.pdp__thumbs {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.pdp__thumbs::-webkit-scrollbar {
  width: 4px;
}
.pdp__thumbs::-webkit-scrollbar-thumb {
  background: rgba(48, 49, 51, 0.2);
}
@media (max-width: 768px) {
  .pdp__mobile-dot {
    width: 4px !important;
    height: 4px !important;
  }
  .pdp__mobile-dots {
    gap: 4px !important;
  }
}
/* === PDP gallery — force 1:1 square aspect ratio === */

/* Desktop main image */
.pdp__main {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: var(--hm-cream, #FAF5EF);
}

/* Desktop thumbnails — keep square too */
.pdp__thumb {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Mobile swipe gallery slides — already 1:1 from earlier fix, but reinforce */
@media (max-width: 768px) {
  .pdp__mobile-slide {
    aspect-ratio: 1 / 1 !important;
  }
}
/* === PDP Accordions — make is-open class actually work === */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease, margin 0.35s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion-content.is-open {
  max-height: 800px;
  padding-top: 8px;
  padding-bottom: 20px;
}
.accordion-btn {
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 18px 0;
  font: inherit;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(48, 49, 51, 0.1);
}
.accordion-btn:hover {
  opacity: 0.7;
}
/* === Accordion override — guaranteed to work === */
.accordion-content {
  display: none !important;
}
.accordion-content.is-open {
  display: block !important;
}
/* === Editorial split — show full image, no zoom/crop === */
.editorial-split__media {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: var(--hm-taupe) !important;
}
/* ── Judge.me reviews — match site fonts (final, stars-safe) ─────── */

.jdgm-rev-widg__title,
.jdgm-rev-widg h2,
.jdgm-rev__title,
.jdgm-rev-widg__summary-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

.jdgm-rev-widg,
.jdgm-rev,
.jdgm-rev__body,
.jdgm-rev__title,
.jdgm-rev__author,
.jdgm-rev__timestamp,
.jdgm-rev__product-link,
.jdgm-rev__product-info,
.jdgm-rev-widg__summary-text,
.jdgm-rev-widg__title-text,
.jdgm-rev-widg__sort-dropdown,
.jdgm-paginate__page,
.jdgm-write-rev-link,
.jdgm-rev__buyer-badge {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
}

.jdgm-rev__body {
  line-height: 1.65 !important;
  font-weight: 300 !important;
}

.jdgm-rev__author {
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-size: 0.85em !important;
}