:root {
  --maison-ink: #171712;
  --maison-cream: #f1f3f0;
  --maison-warm: #c9d8d2;
  --maison-copper: #8b4052;
  --maison-olive: #3f5d54;
  --maison-line: rgba(23, 23, 18, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f7f8f6 !important;
}

.home-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 31px;
  padding: 6px 18px;
  color: #f8f1e8;
  background: #171712;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-announcement p {
  margin: 0;
}

.home-announcement > span {
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: #d6b487;
}

html body .site-header {
  border-bottom-color: rgba(31, 28, 22, 0.11) !important;
  background: rgba(247, 244, 238, 0.91) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
}

html body .brand-mark {
  border: 0 !important;
  background: transparent !important;
}

html body .nav-search {
  border-color: rgba(31, 28, 22, 0.16) !important;
  background: rgba(255, 255, 255, 0.52) !important;
}

html body .nav-search-submit {
  color: #42454a !important;
  background: transparent !important;
}

html body .nav-search-submit:hover {
  color: var(--maison-ink) !important;
  background: rgba(31, 28, 22, 0.055) !important;
}

html body .nav-search-submit:focus-visible {
  color: #0a66d8 !important;
  background: rgba(10, 102, 216, 0.07) !important;
}

html body .nav-filter-toggle {
  border-color: rgba(31, 28, 22, 0.16) !important;
  color: var(--maison-ink) !important;
  background: #eee8de !important;
}

html body .cart-button,
html body .dev-button {
  background: var(--maison-ink) !important;
  box-shadow: none !important;
}

.home-section-label {
  margin: 0;
  color: var(--maison-copper);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

html body.view-home .commerce-hero.bull-hero {
  isolation: isolate;
  min-height: calc(100svh - 99px) !important;
  padding: clamp(78px, 10vh, 118px) clamp(24px, 6vw, 104px) clamp(46px, 7vh, 76px) !important;
  background: #211a13 !important;
}

html body.view-home .commerce-hero.bull-hero .bull-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

html body.view-home .commerce-hero.bull-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(14, 11, 8, 0.79) 0%, rgba(14, 11, 8, 0.54) 28%, rgba(14, 11, 8, 0.09) 58%, rgba(14, 11, 8, 0.3) 100%),
    linear-gradient(180deg, rgba(9, 7, 5, 0.06) 50%, rgba(9, 7, 5, 0.44) 100%) !important;
}

html body.view-home .bull-hero-copy {
  display: grid !important;
  gap: 18px !important;
  align-content: center !important;
  width: min(660px, 52vw) !important;
  max-width: calc(100vw - 48px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fbf6ed !important;
  background: transparent !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35) !important;
  transform: none !important;
}

html body.view-home .bull-hero-line {
  width: auto !important;
  max-width: 100% !important;
  white-space: normal !important;
}

html body.view-home .bull-hero-kicker {
  color: #e6cfaa !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

html body.view-home .bull-hero-title {
  max-width: 9ch !important;
  color: #fbf6ed !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(58px, 7.3vw, 118px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.88 !important;
}

html body.view-home .bull-hero-subtitle {
  max-width: 440px !important;
  color: rgba(251, 246, 237, 0.82) !important;
  font-size: clamp(15px, 1.3vw, 19px) !important;
  font-weight: 520 !important;
  line-height: 1.65 !important;
}

.bull-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px !important;
}

.bull-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 25px;
  border: 1px solid rgba(251, 246, 237, 0.48);
  border-radius: 999px;
  color: #fbf6ed;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bull-hero-actions a:hover,
.bull-hero-actions a:focus-visible {
  transform: translateY(-2px);
}

.bull-hero-actions .hero-primary {
  border-color: #f7f0e4;
  color: var(--maison-ink);
  background: #f7f0e4;
}

.bull-hero-actions .hero-secondary:hover,
.bull-hero-actions .hero-secondary:focus-visible {
  color: var(--maison-ink);
  background: #f7f0e4;
}

html body.view-home .bull-hero-notes {
  margin-top: 10px !important;
  color: rgba(251, 246, 237, 0.6) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase;
}

html body.view-home .bull-hero-actions {
  animation-delay: 1.6s;
}

html body.view-home .bull-hero-notes {
  animation-delay: 1.9s;
}

.home-manifesto,
.scent-moods,
.home-values,
.home-newsletter {
  width: min(1320px, calc(100% - clamp(34px, 8vw, 128px)));
  margin-inline: auto;
}

.home-manifesto {
  display: grid;
  grid-template-columns: minmax(170px, 0.65fr) minmax(0, 1.5fr);
  gap: clamp(30px, 8vw, 140px);
  padding: clamp(90px, 12vw, 170px) 0;
  border-bottom: 1px solid var(--maison-line);
}

.home-manifesto > div {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.75fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
}

.home-manifesto h2,
.home-section-heading h2,
.home-ritual-copy h2,
.home-collection-heading h2,
.home-values h2,
.home-newsletter h2 {
  margin: 0;
  color: var(--maison-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.home-manifesto h2 {
  font-size: clamp(46px, 6.1vw, 92px);
}

.home-manifesto > div > p {
  margin: 0 0 7px;
  color: #5e594f;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.8;
}

.scent-moods {
  padding: clamp(82px, 10vw, 140px) 0;
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.home-section-heading h2 {
  max-width: 810px;
  font-size: clamp(44px, 5.5vw, 78px);
  text-align: right;
}

.scent-mood-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.scent-mood-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(410px, 52vw, 650px);
  overflow: hidden;
  padding: clamp(22px, 3vw, 38px);
  color: #fffaf1;
  text-decoration: none;
}

.scent-mood-card::before,
.scent-mood-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.scent-mood-card::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.05), rgba(12, 10, 8, 0.62));
}

.scent-mood-grounded::before {
  background: url("/image/home-moods/01-grounded-v1.webp") center / cover no-repeat;
}

.scent-mood-luminous::before {
  background: url("/image/home-moods/02-luminous-v1.webp") center / cover no-repeat;
}

.scent-mood-afterdark::before {
  background: url("/image/home-moods/03-after-dark-v1.webp") center / cover no-repeat;
}

.scent-mood-card:hover::before,
.scent-mood-card:focus-visible::before {
  transform: scale(1.035);
  filter: saturate(1.12);
}

.scent-mood-index {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.scent-mood-card > div p,
.scent-mood-card > div span {
  margin: 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scent-mood-card h3 {
  margin: 9px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.home-ritual {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  min-height: min(780px, 86svh);
  background: #1e201c;
}

.home-ritual-visual {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  isolation: isolate;
  background:
    radial-gradient(circle at 52% 67%, rgba(210, 166, 105, 0.28), transparent 0 19%, transparent 44%),
    linear-gradient(150deg, #494235, #211f1a 64%, #121310);
}

.home-ritual-poster,
.home-ritual-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.home-ritual-poster {
  z-index: 1;
  opacity: 1;
  transition: opacity 180ms ease;
}

.home-ritual-video {
  z-index: 2;
  opacity: 0;
  background: transparent;
  transition: opacity 180ms ease;
}

.home-ritual-visual[data-ritual-video-state="playing"] .home-ritual-poster {
  opacity: 0;
}

.home-ritual-visual[data-ritual-video-state="playing"] .home-ritual-video {
  opacity: 1;
}

.ritual-orbit {
  position: absolute;
  border: 1px solid rgba(228, 206, 171, 0.24);
  border-radius: 50%;
}

.ritual-orbit-one {
  inset: 13% 12% 8% 11%;
}

.ritual-orbit-two {
  inset: 25% 25% 20% 24%;
}

.ritual-vessel {
  position: absolute;
  bottom: 13%;
  left: 50%;
  width: clamp(180px, 24vw, 340px);
  height: clamp(145px, 18vw, 245px);
  border-radius: 52% 52% 18% 18% / 28% 28% 15% 15%;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.24), transparent 22% 70%, rgba(0, 0, 0, 0.26)),
    #a47f5a;
  box-shadow: 0 55px 80px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%);
}

.ritual-vessel::before {
  content: "";
  position: absolute;
  top: -8%;
  left: 50%;
  width: 88%;
  height: 19%;
  border: 2px solid rgba(237, 217, 187, 0.22);
  border-radius: 50%;
  background: #2a251e;
  transform: translateX(-50%);
}

.ritual-smoke {
  position: absolute;
  bottom: 39%;
  left: 50%;
  width: 9%;
  height: 35%;
  border-left: 2px solid rgba(238, 222, 197, 0.42);
  border-radius: 50%;
  filter: blur(1px);
  transform: translateX(-50%) rotate(9deg);
}

.ritual-smoke-two {
  left: 53%;
  bottom: 48%;
  height: 24%;
  opacity: 0.46;
  transform: translateX(-50%) rotate(-14deg);
}

.home-ritual-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 126px);
  color: #f6f0e6;
}

.home-ritual-copy .home-section-label {
  color: #d3ad7b;
}

.home-ritual-copy h2 {
  margin-top: 24px;
  color: #f6f0e6;
  font-size: clamp(50px, 5.5vw, 82px);
}

.home-ritual-copy > p:not(.home-section-label) {
  max-width: 520px;
  margin: 34px 0 0;
  color: rgba(246, 240, 230, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

.home-ritual-copy > a {
  width: max-content;
  margin-top: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(246, 240, 230, 0.46);
  color: #f6f0e6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

html body.view-home .shopping-explore-entry {
  width: min(1320px, calc(100% - clamp(34px, 8vw, 128px))) !important;
  max-width: none !important;
  margin: clamp(86px, 10vw, 138px) auto 0 !important;
  padding: 0 !important;
}

html body.view-home .shopping-explore-open {
  min-height: 220px !important;
  border: 1px solid var(--maison-line) !important;
  border-radius: 0 !important;
  color: var(--maison-ink) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(179, 132, 86, 0.24), transparent 0 12%, transparent 32%),
    #e8dfd1 !important;
  box-shadow: none !important;
}

html body.view-home .shopping-explore-open::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 54%) !important;
}

html body.view-home .shopping-explore-open::after {
  color: #f7f1e8 !important;
  background: var(--maison-ink) !important;
}

html body.view-home .shopping-explore-entry-copy small {
  padding: 0 !important;
  color: var(--maison-copper) !important;
  background: transparent !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}

html body.view-home .shopping-explore-entry-copy strong {
  max-width: 650px;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
}

html body.view-home .shopping-explore-entry-copy em {
  color: rgba(23, 23, 18, 0.64) !important;
  font-size: 15px !important;
}

html body.view-home .home-recommendations {
  width: min(1320px, calc(100% - clamp(34px, 8vw, 128px))) !important;
  margin: 0 auto !important;
  padding: clamp(96px, 12vw, 160px) 0 !important;
  background: transparent !important;
}

.home-collection-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.3fr 0.8fr;
  gap: clamp(26px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 72px);
}

.home-collection-heading h2 {
  font-size: clamp(48px, 6vw, 86px);
}

.home-collection-heading > p:last-child {
  margin: 0 0 8px;
  color: #656056;
  font-size: 15px;
  line-height: 1.75;
}

html body.view-home .home-feature-showcase {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

html body.view-home .home-feature-panel,
html body.view-home .home-feature-panel-large,
html body.view-home .home-feature-panel.uses-product-visual {
  min-height: clamp(500px, 56vw, 650px) !important;
  max-height: none !important;
  border: 1px solid rgba(23, 23, 18, 0.08) !important;
  border-radius: 0 !important;
  background: #ece7de !important;
}

html body.view-home .home-feature-panel::before,
html body.view-home .home-feature-panel:nth-child(even)::before,
html body.view-home .home-feature-panel.uses-product-visual::before,
html body.view-home .home-feature-panel.uses-product-visual:nth-child(even)::before {
  background: linear-gradient(180deg, rgba(19, 17, 13, 0) 40%, rgba(19, 17, 13, 0.68) 100%) !important;
}

html body.view-home .home-feature-panel .home-feature-copy,
html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy,
html body.view-home .home-feature-panel.uses-product-visual:not(:nth-child(even)) .home-feature-copy,
html body.view-home .home-feature-panel.uses-product-visual:nth-child(even) .home-feature-copy {
  top: auto !important;
  right: clamp(24px, 3.4vw, 44px) !important;
  bottom: clamp(24px, 3.4vw, 42px) !important;
  left: clamp(24px, 3.4vw, 44px) !important;
  width: auto !important;
  max-width: 560px !important;
  padding: 0 !important;
  color: #fffaf1 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3) !important;
  transform: none !important;
}

html body.view-home .home-feature-panel .home-feature-kicker,
html body.view-home .home-feature-panel.uses-product-visual .home-feature-kicker {
  color: rgba(255, 250, 241, 0.7) !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
}

html body.view-home .home-feature-panel .home-feature-copy h3,
html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy h3 {
  max-width: 12ch !important;
  color: #fffaf1 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 4.5vw, 68px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.95 !important;
}

html body.view-home .home-feature-panel .home-feature-copy p:not(.home-feature-kicker),
html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy p:not(.home-feature-kicker) {
  max-width: 440px !important;
  color: rgba(255, 250, 241, 0.76) !important;
  font-size: 14px !important;
}

html body.view-home .home-feature-panel .home-feature-media,
html body.view-home .home-feature-panel.uses-product-visual .home-feature-media,
html body.view-home .home-feature-panel.uses-product-visual:not(:nth-child(even)) .home-feature-media,
html body.view-home .home-feature-panel.uses-product-visual:nth-child(even) .home-feature-media {
  inset: 0 !important;
  width: 100% !important;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.62), transparent 0 20%, transparent 46%),
    #d8d0c4 !important;
}

html body.view-home .home-feature-panel .home-feature-media img,
html body.view-home .home-feature-panel.uses-product-visual .home-feature-media img,
html body.view-home .home-feature-panel.uses-product-visual:not(.home-feature-panel-large) .home-feature-media img {
  width: 100% !important;
  height: 72% !important;
  padding: clamp(36px, 5vw, 74px) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

html body.view-home .home-feature-actions {
  justify-content: flex-start !important;
  gap: 8px !important;
}

html body.view-home .home-feature-actions a,
html body.view-home .home-feature-actions button {
  min-height: 38px !important;
  padding: 0 15px !important;
  border-color: rgba(255, 250, 241, 0.7) !important;
  color: #fffaf1 !important;
  background: transparent !important;
  font-size: 11px !important;
}

html body.view-home .home-feature-actions button:first-child {
  color: var(--maison-ink) !important;
  background: #fffaf1 !important;
}

html body.view-home .home-feature-actions .home-feature-favorite {
  width: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
}

.home-values {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(46px, 8vw, 140px);
  padding: clamp(90px, 11vw, 150px) 0;
  border-top: 1px solid var(--maison-line);
}

.home-values h2 {
  margin-top: 24px;
  font-size: clamp(48px, 5.5vw, 78px);
}

.home-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-values-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--maison-line);
}

.home-values-grid article > span {
  color: var(--maison-copper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-values-grid h3 {
  margin: 62px 0 15px;
  color: var(--maison-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.home-values-grid p {
  margin: 0;
  color: #666056;
  font-size: 14px;
  line-height: 1.75;
}

.home-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  padding: clamp(80px, 10vw, 135px) 0;
  border-top: 1px solid var(--maison-line);
}

.home-newsletter h2 {
  margin-top: 22px;
  font-size: clamp(50px, 6vw, 86px);
}

.home-newsletter-form label {
  display: block;
  margin-bottom: 11px;
  color: var(--maison-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-newsletter-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-bottom: 1px solid var(--maison-ink);
}

.home-newsletter-form input {
  min-width: 0;
  min-height: 52px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--maison-ink);
  background: transparent;
  font: inherit;
  font-size: 17px;
}

.home-newsletter-form button {
  border: 0;
  color: var(--maison-ink);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.home-newsletter-form > p {
  margin: 15px 0 0;
  color: #797268;
  font-size: 11px;
  line-height: 1.6;
}

.home-newsletter-form .home-newsletter-message {
  min-height: 18px;
  margin-top: 9px;
  color: var(--maison-copper);
  font-weight: 750;
}

.home-newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.newsletter-preferences-page {
  min-height: 100dvh;
  margin: 0;
  color: var(--maison-ink, #25231f);
  background: #f6f3ee;
}

.newsletter-preferences {
  display: grid;
  align-content: center;
  gap: 20px;
  width: min(620px, calc(100% - 40px));
  min-height: 100dvh;
  margin: 0 auto;
}

.newsletter-preferences h1,
.newsletter-preferences p {
  margin: 0;
}

.newsletter-preferences h1 {
  font: 400 clamp(42px, 7vw, 76px)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.newsletter-preferences > p:not(.home-section-label) {
  max-width: 54ch;
  color: #666056;
  line-height: 1.7;
}

.newsletter-preferences .primary-link {
  justify-self: start;
}

html body .site-footer {
  border-top: 0 !important;
  color: rgba(247, 241, 232, 0.72) !important;
  background: var(--maison-ink) !important;
}

html body .site-footer strong,
html body .site-footer a,
html body .site-footer button {
  color: #f7f1e8 !important;
}

@media (max-width: 980px) {
  .home-manifesto,
  .home-manifesto > div,
  .home-values,
  .home-newsletter,
  .home-collection-heading {
    grid-template-columns: 1fr;
  }

  .home-manifesto {
    gap: 42px;
  }

  .home-manifesto > div {
    gap: 26px;
  }

  .home-section-heading {
    display: grid;
  }

  .home-section-heading h2 {
    text-align: left;
  }

  .scent-mood-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scent-mood-card:last-child {
    grid-column: 1 / -1;
    min-height: 470px;
  }

  .home-ritual {
    grid-template-columns: 1fr;
  }

  .home-ritual-visual {
    min-height: 560px;
  }

  .home-values-grid {
    gap: 18px;
  }
}

/* Gallery + filter rail v25. Scoped to the #products route so the homepage,
   recommendation deck, media ritual, and other storefront views stay intact. */
html body.view-products {
  --products-rail-width: 252px;
  --products-canvas: #fcfbf8;
  background: var(--products-canvas) !important;
}

html body.view-products .products-view {
  position: relative !important;
  min-height: calc(100svh - var(--active-header-height, 68px)) !important;
  padding: 0 0 72px var(--products-rail-width) !important;
  background: var(--products-canvas) !important;
}

html body.view-products .activity-banner,
html body.view-products .quick-collections,
html body.view-products .service-strip {
  display: none !important;
}

html body.view-products .catalog-tools,
html body.view-products .catalog-tools.is-docked,
html body.view-products.filter-tools-docked .catalog-tools,
html body.view-products.filter-tools-compressed .catalog-tools {
  position: fixed !important;
  inset: var(--active-header-height, 68px) auto 0 0 !important;
  z-index: 120 !important;
  display: block !important;
  width: var(--products-rail-width) !important;
  max-width: var(--products-rail-width) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 28px 38px 44px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 0 !important;
  border-right: 1px solid rgba(27, 31, 35, 0.12) !important;
  border-radius: 0 !important;
  background: #f8f5ef !important;
  box-shadow: none !important;
  transform: none !important;
  scrollbar-width: thin;
}

html body.view-products .catalog-tools[hidden] {
  display: none !important;
}

/* Desktop product rail: interaction must never change its viewport geometry.
   Legacy catalog hover/docked rules elsewhere in the shared stylesheet use
   different top/right/bottom values; repeat every interactive state here so
   Safari cannot move the rail when the pointer crosses into it. */
@media (min-width: 761px) {
  html body.view-products .catalog-tools,
  html body.view-products .catalog-tools:hover,
  html body.view-products .catalog-tools:focus-within,
  html body.view-products .catalog-tools.is-docked,
  html body.view-products.filter-tools-docked .catalog-tools,
  html body.view-products.filter-tools-docked .catalog-tools:hover,
  html body.view-products.filter-tools-docked .catalog-tools:focus-within,
  html body.view-products.filter-tools-docked .catalog-tools.is-docked,
  html body.view-products.filter-tools-compressed .catalog-tools,
  html body.view-products.filter-tools-compressed .catalog-tools:hover,
  html body.view-products.filter-tools-compressed .catalog-tools:focus-within,
  html body.view-products.filter-tools-compressed .catalog-tools.is-docked {
    top: var(--active-header-height, 68px) !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: var(--products-rail-width) !important;
    max-width: var(--products-rail-width) !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
  }
}

html body.view-products .filter-panel-head {
  display: flex !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 0 24px !important;
  border-bottom: 0 !important;
}

html body.view-products .filter-panel-head strong {
  color: #17191b !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

html body.view-products .filter-panel-head [data-close-filters] {
  display: none !important;
}

html body.view-products .catalog-tools .filters,
html body.view-products .catalog-tools.is-docked .filters,
html body.view-products.filter-tools-docked .catalog-tools .filters,
html body.view-products.filter-tools-compressed .catalog-tools .filters {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body.view-products .catalog-tools .filter-menu {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  border-bottom: 1px solid rgba(27, 31, 35, 0.12) !important;
}

html body.view-products .catalog-tools .filter-menu summary,
html body.view-products .catalog-tools.is-docked .filter-menu summary,
html body.view-products.filter-tools-docked .catalog-tools .filter-menu summary,
html body.view-products.filter-tools-compressed .catalog-tools .filter-menu summary {
  display: flex !important;
  width: 100% !important;
  min-height: 63px !important;
  height: auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #25282b !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  list-style: none !important;
}

html body.view-products .catalog-tools .filter-menu summary::after {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  flex: 0 0 7px !important;
  border: 0 !important;
  border-right: 1px solid currentColor !important;
  border-bottom: 1px solid currentColor !important;
  transform: translateY(-2px) rotate(45deg) !important;
  transition: transform 160ms ease !important;
}

html body.view-products .catalog-tools .filter-menu[open] summary::after {
  transform: translateY(2px) rotate(225deg) !important;
}

html body.view-products .catalog-tools .filter-menu[open] summary {
  color: #111315 !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.view-products .catalog-tools .filter-menu > fieldset,
html body.view-products .catalog-tools .filter-menu > .field {
  position: static !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 10px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.view-products .catalog-tools .filter-menu > fieldset legend,
html body.view-products .catalog-tools .filter-menu > .field > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

html body.view-products .catalog-tools .filter-menu label {
  color: #3d4144 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

html body.view-products .catalog-tools .filter-menu input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #3e1f22 !important;
}

html body.view-products .catalog-tools .sort-field select,
html body.view-products .catalog-tools .price-filter input {
  min-height: 40px !important;
  width: 100% !important;
  padding: 0 10px !important;
  border: 1px solid rgba(27, 31, 35, 0.16) !important;
  border-radius: 0 !important;
  color: #202326 !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

html body.view-products .catalog-tools .price-filter > div {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

html body.view-products .catalog-tools .filter-reset-button,
html body.view-products .catalog-tools.is-docked .filter-reset-button,
html body.view-products.filter-tools-docked .catalog-tools .filter-reset-button,
html body.view-products.filter-tools-compressed .catalog-tools .filter-reset-button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  height: auto !important;
  margin-top: 22px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(27, 31, 35, 0.24) !important;
  border-radius: 0 !important;
  color: #24272a !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

html body.view-products .store-shell,
html body.view-products .store-shell .catalog {
  width: min(1160px, calc(100% - 76px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.view-products .catalog-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 12px 28px !important;
  margin: 0 0 15px !important;
  padding: 20px 0 12px !important;
  border-bottom: 1px solid rgba(27, 31, 35, 0.18) !important;
}

html body.view-products .catalog-head > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

html body.view-products .catalog-head h2 {
  order: 1 !important;
  margin: 0 !important;
  color: #181717 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
}

html body.view-products .catalog-head .eyebrow {
  order: 2 !important;
  margin: 0 !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #3f4142 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.view-products [data-result-count] {
  width: auto !important;
  min-height: 0 !important;
  padding: 0 0 1px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #333537 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

html body.view-products .product-grid.product-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 25px 18px !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.view-products .product-card {
  position: relative !important;
  display: grid !important;
  min-width: 0 !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #17191b !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.view-products .product-card.motion-ready,
html body.view-products .product-card.motion-visible {
  opacity: 1 !important;
  transform: none !important;
}

html body.view-products .product-card .product-link {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body.view-products .product-card .product-media {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 2 / 1 !important;
  overflow: hidden !important;
  border: 1px solid rgba(27, 31, 35, 0.1) !important;
  border-radius: 0 !important;
  background: #f3f1ee !important;
}

html body.view-products .product-card .product-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  transition: opacity 160ms ease !important;
}

html body.view-products .product-card[data-product-id="macho"] .product-media img {
  object-position: center 34% !important;
}

html body.view-products .product-card .product-link:hover img {
  opacity: 0.94 !important;
}

html body.view-products .product-card .badge {
  display: none !important;
}

html body.view-products .product-card .stock-badge {
  position: absolute !important;
  inset: 12px auto auto 12px !important;
  display: none !important;
  padding: 5px 8px !important;
  border-radius: 0 !important;
  color: #25282b !important;
  background: rgba(252, 251, 248, 0.92) !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}

html body.view-products .product-card.is-low-stock .stock-badge,
html body.view-products .product-card.is-sold-out .stock-badge {
  display: inline-flex !important;
}

html body.view-products .product-card .wishlist-button {
  position: absolute !important;
  inset: 10px 10px auto auto !important;
  z-index: 5 !important;
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #25282b !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.view-products .product-card .wishlist-button.active {
  color: #6b2f35 !important;
  background: #fff !important;
}

html body.view-products .product-card .wishlist-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

html body.view-products .product-card .product-body {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
  padding: 10px 2px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.view-products .product-card .product-title-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 10px !important;
}

html body.view-products .product-card h3 {
  min-width: 0 !important;
  margin: 0 !important;
  color: #17191b !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
}

html body.view-products .product-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.view-products .product-card .product-description {
  display: none !important;
}

html body.view-products .product-card .product-price {
  display: block !important;
  margin: 1px 0 3px !important;
  color: #111315 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html body.view-products .product-card .quick-view-button,
html body.view-products .product-card .add-button,
html body.view-products .product-card .product-detail-link {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 28px !important;
  height: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #2e3032 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.view-products .product-card .quick-view-button {
  min-height: 22px !important;
  align-self: start !important;
}

html body.view-products .product-card .product-card-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

html body.view-products .product-card .product-detail-link {
  color: #6b2f35 !important;
}

html body.view-products .product-card .add-button:disabled {
  color: #777 !important;
  cursor: not-allowed !important;
}

html body.view-products .product-card a:focus-visible,
html body.view-products .product-card button:focus-visible,
html body.view-products .product-card a:focus,
html body.view-products .product-card button:focus,
html body.view-products .catalog-tools summary:focus-visible,
html body.view-products .catalog-tools input:focus-visible,
html body.view-products .catalog-tools select:focus-visible {
  outline: 2px solid #6b2f35 !important;
  outline-offset: 3px !important;
}

html body.view-products .empty-state {
  width: 100% !important;
  min-height: 260px !important;
  margin: 0 !important;
  padding: 74px 24px !important;
  border: 0 !important;
  border-top: 1px solid rgba(27, 31, 35, 0.12) !important;
  color: #424548 !important;
  background: transparent !important;
  text-align: center !important;
}

@media (min-width: 761px) and (max-width: 1100px) {
  html body.view-products {
    --products-rail-width: 214px;
  }

  html body.view-products .catalog-tools,
  html body.view-products .catalog-tools.is-docked,
  html body.view-products.filter-tools-docked .catalog-tools,
  html body.view-products.filter-tools-compressed .catalog-tools {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  html body.view-products .store-shell,
  html body.view-products .store-shell .catalog {
    width: calc(100% - 44px) !important;
  }

  html body.view-products .product-grid.product-gallery-grid {
    gap: 22px 14px !important;
  }
}

@media (max-width: 760px) {
  html body.view-products {
    --products-rail-width: 0px;
  }

  html body.view-products .products-view,
  html body.filters-panel-open.view-products .products-view {
    padding: 0 0 58px !important;
  }

  html body.view-products .catalog-tools,
  html body.view-products .catalog-tools.is-docked,
  html body.view-products.filter-tools-docked .catalog-tools,
  html body.view-products.filter-tools-compressed .catalog-tools {
    position: fixed !important;
    inset: calc(var(--active-header-height, 68px) + 10px) 12px 12px !important;
    z-index: 890 !important;
    width: auto !important;
    max-width: none !important;
    padding: 20px 20px 28px !important;
    border: 1px solid rgba(27, 31, 35, 0.14) !important;
    background: rgba(250, 248, 243, 0.99) !important;
    box-shadow: 0 22px 56px rgba(27, 31, 35, 0.2) !important;
  }

  html body.view-products .filter-panel-head {
    justify-content: space-between !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(27, 31, 35, 0.12) !important;
  }

  html body.view-products .filter-panel-head [data-close-filters] {
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(27, 31, 35, 0.16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.view-products .store-shell,
  html body.view-products .store-shell .catalog {
    width: calc(100% - 32px) !important;
  }

  html body.view-products .catalog-head {
    padding-top: 18px !important;
  }

  html body.view-products .catalog-head h2 {
    font-size: clamp(32px, 11vw, 42px) !important;
  }

  html body.view-products .product-grid.product-gallery-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  html body.view-products .product-card .product-media {
    aspect-ratio: 1.45 / 1 !important;
  }

  html body.view-products .product-card h3 {
    font-size: 18px !important;
  }

  html body.view-products .product-card .quick-view-button,
  html body.view-products .product-card .add-button,
  html body.view-products .product-card .product-detail-link {
    min-height: 40px !important;
    font-size: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.view-products .product-card,
  html body.view-products .product-card *,
  html body.view-products .catalog-tools * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  html body.view-products .product-card .product-media img {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 760px) {
  .home-announcement {
    min-height: 28px;
    gap: 8px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  html body.view-home .commerce-hero.bull-hero {
    min-height: calc(100svh - 92px) !important;
    padding: 76px 20px 34px !important;
  }

  html body.view-home .commerce-hero.bull-hero .bull-hero-image {
    object-position: 58% center;
  }

  html body.view-home .commerce-hero.bull-hero::before {
    background:
      linear-gradient(180deg, rgba(13, 10, 7, 0.18), rgba(13, 10, 7, 0.18) 38%, rgba(13, 10, 7, 0.82) 100%),
      linear-gradient(90deg, rgba(13, 10, 7, 0.42), transparent 70%) !important;
  }

  html body.view-home .bull-hero-copy {
    align-content: end !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }

  html body.view-home .bull-hero-title {
    font-size: clamp(52px, 17vw, 78px) !important;
  }

  .bull-hero-actions a {
    min-height: 44px;
    padding-inline: 19px;
    font-size: 10px;
  }

  .home-manifesto,
  .scent-moods,
  .home-values,
  .home-newsletter,
  html body.view-home .shopping-explore-entry,
  html body.view-home .home-recommendations {
    width: min(100% - 32px, 1320px) !important;
  }

  .home-manifesto,
  .scent-moods,
  .home-values,
  .home-newsletter {
    padding-block: 74px;
  }

  .scent-mood-grid,
  .home-values-grid,
  html body.view-home .home-feature-showcase {
    grid-template-columns: 1fr !important;
  }

  .scent-mood-card,
  .scent-mood-card:last-child {
    grid-column: auto;
    min-height: 440px;
  }

  .home-ritual-visual {
    min-height: 460px;
  }

  .home-ritual-copy {
    padding: 68px 24px 76px;
  }

  .home-ritual-copy h2 {
    font-size: clamp(46px, 13vw, 68px);
  }

  html body.view-home .shopping-explore-open {
    grid-template-columns: 1fr !important;
  }

  html body.view-home .shopping-explore-entry-visual {
    display: block !important;
    min-height: 250px !important;
    overflow: hidden !important;
  }

  html body.view-home .shopping-explore-entry-visual [data-shopping-explore-preview] {
    min-height: 250px !important;
  }

  html body.view-home .shopping-explore-open::after {
    right: 20px !important;
    width: 44px !important;
    height: 44px !important;
  }

  html body.view-home .home-recommendations {
    padding-block: 78px !important;
  }

  html body.view-home .home-feature-panel,
  html body.view-home .home-feature-panel-large,
  html body.view-home .home-feature-panel.uses-product-visual {
    min-height: 580px !important;
  }

  html body.view-home .home-feature-panel .home-feature-media img,
  html body.view-home .home-feature-panel.uses-product-visual .home-feature-media img,
  html body.view-home .home-feature-panel.uses-product-visual:not(.home-feature-panel-large) .home-feature-media img {
    height: 66% !important;
  }

  .home-values-grid article {
    padding-block: 18px 32px;
  }

  .home-values-grid h3 {
    margin-top: 34px;
  }

  .home-newsletter {
    gap: 48px;
  }
}

@media (max-width: 460px) {
  .home-announcement p:last-child,
  .home-announcement > span {
    display: none;
  }

  html body.view-home .bull-hero-subtitle {
    font-size: 14px !important;
  }

  .bull-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-manifesto h2,
  .home-section-heading h2,
  .home-collection-heading h2,
  .home-values h2,
  .home-newsletter h2 {
    font-size: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home-ritual-video {
    display: none !important;
    opacity: 0 !important;
    transition: none !important;
  }

  .home-ritual-poster {
    opacity: 1 !important;
    transition: none !important;
  }

  .scent-mood-card::before,
  .bull-hero-line {
    animation: none !important;
    transition: none !important;
  }
}

/* Dynamic ritual media reserves a square frame before either asset decodes. */
.home-ritual-visual[data-ritual-media] {
  align-self: center;
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
}

/* Keep editorial typography restrained and consistent across both languages. */
.home-announcement,
html body.view-home .home-view,
html body.view-home .home-view * {
  letter-spacing: 0 !important;
}

/* Final mobile hero containment: out-rank legacy hero rules without touching them. */
@media (max-width: 760px) {
  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy {
    left: auto !important;
    right: auto !important;
    width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 40px) !important;
    justify-self: start !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-line {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy p.bull-hero-kicker {
    font-size: 10px !important;
    letter-spacing: 0.15em !important;
    line-height: 1.45 !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy h1.bull-hero-title {
    font-size: clamp(48px, 14vw, 64px) !important;
    line-height: 0.9 !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy p.bull-hero-subtitle {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions a {
    min-width: 0 !important;
    padding-inline: 10px !important;
    text-align: center !important;
  }
}
