:root {
  --home-bg: #ffffff;
  --home-surface: #ffffff;
  --home-ink: #171712;
  --home-muted: #5f5f5a;
  --home-soft: #f4f4f2;
  --home-line: #d9d9d4;
  --home-accent: #7a2736;
  --home-focus: #171712;
}

html body.view-home,
html body.view-home main,
html body.view-home .home-view {
  color: var(--home-ink) !important;
  background: var(--home-bg) !important;
  background-image: none !important;
}

html body.view-home main::before,
html body.view-home main::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

html body.view-home section.commerce-hero.bull-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%) !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: clamp(530px, 43vw, 650px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--home-bg) !important;
}

html body.view-home section.commerce-hero.bull-hero::before,
html body.view-home section.commerce-hero.bull-hero::after {
  content: none !important;
  display: none !important;
}

html body.view-home .bull-hero-media {
  --hero-scene-position: 60;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: clamp(530px, 43vw, 650px);
  margin: 0;
  overflow: hidden;
  background: var(--home-soft);
}

html body.view-home .bull-hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}

html body.view-home .commerce-hero.bull-hero .bull-hero-media .bull-hero-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: 60% center !important;
  background: var(--home-soft) !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html body.view-home .bull-hero-media-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  border: 0;
  text-decoration: none;
}

html body.view-home .bull-hero-media-link[hidden] {
  display: none !important;
}

html body.view-home .bull-hero-media-link:focus-visible {
  outline: 3px solid var(--home-focus) !important;
  outline-offset: -7px !important;
}

/* The backdrop stays still. Two aligned scene photographs fade only inside
   a soft subject window; retain natural contact shadows and glass refraction. */
html body.view-home .hero-product-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

html body.view-home .bull-hero-media img.hero-product-cutout {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: calc(var(--hero-scene-position) * 1%) center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity 700ms ease !important;
  pointer-events: none !important;
}

html body.view-home .bull-hero-media img.hero-product-cutout.is-current {
  opacity: 1 !important;
}

html body.view-home .hero-product-caption {
  position: absolute;
  inset: auto 80px 22px 24px;
  z-index: 3;
  width: fit-content;
  max-width: calc(100% - 104px);
  padding: 9px 12px;
  color: #171712;
  background: rgb(255 255 255 / 92%);
  line-height: 1.4;
}

html body.view-home .hero-product-caption a {
  display: block;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  text-decoration: none;
}

html body.view-home .hero-product-disclaimer {
  display: block;
  margin-top: 2px;
  color: #65655f;
  font-size: 12px;
}

html body.view-home .hero-product-toggle {
  position: absolute;
  inset: auto 20px 22px auto;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #171712;
  background: rgb(255 255 255 / 92%);
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}

html body.view-home .hero-product-caption[hidden],
html body.view-home .hero-product-toggle[hidden],
html body.view-home .hero-product-stage[hidden],
html body.view-home .hero-product-toggle .hero-rotation-play,
html body.view-home .hero-product-toggle.is-paused .hero-rotation-pause {
  display: none !important;
}

html body.view-home .hero-product-toggle.is-paused .hero-rotation-play {
  display: block !important;
}

html body.view-home .hero-product-caption a:focus-visible,
html body.view-home .hero-product-toggle:focus-visible {
  outline: 2px solid #171712;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  html body.view-home .bull-hero-media { --hero-scene-position: 72; }
  html body.view-home .hero-product-caption { left: 16px; bottom: 16px; }
  html body.view-home .hero-product-toggle { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html body.view-home .bull-hero-media img.hero-product-cutout { transition: none !important; }
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy {
  position: relative !important;
  inset: auto !important;
  grid-column: 1;
  grid-row: 1;
  z-index: 1 !important;
  align-content: center !important;
  align-self: stretch !important;
  justify-items: start !important;
  gap: 14px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: clamp(50px, 5vw, 74px) clamp(38px, 6vw, 92px) !important;
  border: 0 !important;
  color: var(--home-ink) !important;
  text-align: left !important;
  text-shadow: none !important;
  transform: none !important;
  background: var(--home-bg) !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-line {
  width: auto !important;
  max-width: 100% !important;
  color: inherit !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  white-space: normal !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-kicker {
  color: var(--home-accent) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.4 !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-title {
  max-width: 8.5ch !important;
  color: #111111 !important;
  font-size: clamp(58px, 6.1vw, 92px) !important;
  letter-spacing: -0.052em !important;
  line-height: 0.9 !important;
}

/* Chinese glyphs need full-height leading and a line width suited to the
   existing two-line copy. Keep English and wide-desktop art direction intact. */
@media (min-width: 761px) and (max-width: 1199px) {
  html:lang(zh) body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-title {
    max-width: 100% !important;
    font-size: clamp(32px, 4.2vw, 52px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
  }
}

@media (max-width: 760px) {
  html:lang(zh) body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-title {
    max-width: 100% !important;
    font-size: clamp(36px, 8.8vw, 58px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
  }
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-subtitle {
  max-width: 400px !important;
  color: #383532 !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.55 !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions {
  display: flex !important;
  grid-template-columns: none !important;
  width: auto !important;
  gap: 10px !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions a {
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid #161616 !important;
  border-radius: 2px !important;
  color: #111111 !important;
  background: transparent !important;
  text-shadow: none !important;
  transform: none !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions .hero-primary {
  color: #ffffff !important;
  background: #111111 !important;
}

html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions a:focus-visible {
  outline: 3px solid var(--home-focus) !important;
  outline-offset: 3px !important;
}

.home-editorial-figure,
.home-editorial-figure picture {
  display: block;
  min-width: 0;
  margin: 0;
}

.home-editorial-figure picture {
  width: 100%;
  height: 100%;
}

.home-editorial-figure {
  overflow: hidden;
  background: var(--home-soft);
}

.home-editorial-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.view-home .home-manifesto {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1.08fr) minmax(320px, 0.94fr);
  gap: clamp(30px, 4.2vw, 68px);
  align-items: end;
  min-height: clamp(560px, 52vw, 760px);
  padding-block: clamp(104px, 10vw, 144px);
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
}

html body.view-home .home-manifesto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

html body.view-home .home-manifesto > .home-section-label,
html body.view-home .home-manifesto > .home-manifesto-copy {
  position: relative;
  z-index: 1;
}

html body.view-home .home-manifesto > .home-manifesto-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: end;
}

.home-manifesto-figure {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  opacity: 0.72;
  background: #f4f4f2;
}

.home-manifesto-figure img {
  object-position: center 58%;
}

html body.view-home .home-values {
  grid-template-columns: minmax(0, 5fr) minmax(220px, 3fr) minmax(0, 4fr);
  gap: clamp(34px, 4.5vw, 72px);
  align-items: center;
  padding-block: clamp(104px, 10vw, 144px);
  border-top: 1px solid var(--home-line);
}

.home-values-figure {
  aspect-ratio: 4 / 3;
}

html body.view-home .home-values-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

html body.view-home .home-values-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px 22px;
  padding: 22px 0;
  border-top: 1px solid var(--home-line);
}

html body.view-home .home-values-grid h3,
html body.view-home .home-values-grid p {
  grid-column: 2;
}

html body.view-home .home-values-grid h3 {
  margin: 0;
}

html body.view-home .home-newsletter {
  grid-template-columns: minmax(0, 38fr) minmax(220px, 24fr) minmax(340px, 38fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  padding-block: clamp(88px, 9vw, 128px);
  border-top: 1px solid var(--home-line);
}

.home-newsletter-figure {
  aspect-ratio: 4 / 5;
}

.home-newsletter-figure img {
  object-position: center 54%;
}

.home-newsletter-copy {
  min-width: 0;
}

html body.view-home .home-newsletter h2 {
  font-size: clamp(42px, 4.4vw, 68px);
}

html body.view-home .home-newsletter-form > div {
  grid-template-columns: minmax(200px, 1fr) auto;
}

body.about-editorial-body,
body.about-editorial-body main {
  background: #ffffff;
  background-image: none;
}

body .about-page.about-editorial-page {
  display: grid;
  width: min(100% - 72px, 1280px);
  max-width: none;
  margin-inline: auto;
  padding: clamp(44px, 3.6vw, 52px) 0 clamp(88px, 10vw, 144px);
  background: #ffffff;
  background-image: none;
}

body .about-editorial-page > .eyebrow {
  margin: 0 0 16px;
  color: #8a2232 !important;
}

body .about-editorial-page > h1 {
  max-width: 100%;
  margin: 0 0 clamp(34px, 2.8vw, 40px);
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 4.6vw, 66px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

body .about-bull-figure,
body .about-bull-figure picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

body .about-bull-figure {
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: var(--home-soft);
}

body .about-bull-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body .about-editorial-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 32px;
  margin-top: 34px;
}

body .about-editorial-footer > p {
  max-width: 720px;
  margin: 0;
}

body .about-editorial-footer > .primary-link {
  min-width: 220px;
  min-height: 44px;
  border: 1px solid #171712 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background: #171712 !important;
  background-image: none !important;
  box-shadow: none !important;
}

@media (max-width: 1040px) and (min-width: 761px) {
  html body.view-home section.commerce-hero.bull-hero {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%) !important;
  }

  html body.view-home .home-manifesto {
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: 34px;
  }

  html body.view-home .home-manifesto > .home-section-label {
    grid-column: 1 / -1;
  }

  html body.view-home .home-values {
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  }

  html body.view-home .home-values-figure {
    grid-row: 1 / span 2;
  }

  html body.view-home .home-newsletter {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }

  html body.view-home .home-newsletter-figure {
    grid-column: 1 / -1;
    aspect-ratio: 3 / 2;
  }

  body .about-page.about-editorial-page {
    width: min(100% - 56px, 1280px);
  }

  body .about-bull-figure {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  html body.view-home section.commerce-hero.bull-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 54px 20px 44px !important;
  }

  html body.view-home .bull-hero-media {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  html body.view-home .commerce-hero.bull-hero .bull-hero-media .bull-hero-image {
    object-position: 72% center !important;
  }

  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-title {
    max-width: 8.5ch !important;
    font-size: clamp(48px, 14vw, 58px) !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: 8px !important;
    font-size: 9px !important;
  }

  html body.view-home .home-manifesto,
  html body.view-home .home-values,
  html body.view-home .home-newsletter {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    padding-block: 68px !important;
  }

  html body.view-home .home-manifesto {
    min-height: 600px;
    align-content: end;
  }

  html body.view-home .home-manifesto > .home-manifesto-copy {
    gap: 24px;
  }

  html body.view-home .home-values-figure {
    aspect-ratio: 4 / 5 !important;
  }

  html body.view-home .home-manifesto-figure {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    opacity: 0.66;
  }

  html body.view-home .home-manifesto-figure img {
    object-position: 64% center;
  }

  html body.view-home .home-newsletter-figure {
    aspect-ratio: 4 / 5 !important;
  }

  html body.view-home .home-values-figure {
    grid-row: auto !important;
  }

  html body.view-home .home-newsletter-form > div {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    border-bottom: 0 !important;
  }

  html body.view-home .home-newsletter-form input,
  html body.view-home .home-newsletter-form button {
    min-height: 48px;
    border: 1px solid var(--home-ink);
  }

  html body.view-home .home-newsletter-form input {
    padding-inline: 14px;
  }

  html body.view-home .home-newsletter-form button {
    color: #ffffff;
    background: var(--home-ink);
  }

  body .about-page.about-editorial-page {
    width: min(100% - 36px, 1280px);
    padding-block: 62px 96px;
  }

  body .about-editorial-page > h1 {
    max-width: 12ch;
    margin-bottom: 34px;
    font-size: clamp(52px, 16vw, 70px);
  }

  body .about-bull-figure {
    aspect-ratio: 4 / 5;
  }

  body .about-bull-figure img {
    object-fit: contain;
  }

  body .about-editorial-footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 26px;
  }
}

@media (forced-colors: active) {
  .home-editorial-figure,
  body .about-bull-figure {
    border: 1px solid CanvasText;
  }

  html body.view-home .bull-hero-media-link:focus-visible,
  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-actions a:focus-visible {
    outline-color: CanvasText !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.view-home section.commerce-hero.bull-hero .hero-copy.bull-hero-copy .bull-hero-line,
  .home-editorial-figure img {
    animation: none !important;
    transition: none !important;
  }
}

html body.view-home .site-footer {
  color: #56514b !important;
  background: #ffffff !important;
}

html body.view-home .site-footer strong,
html body.view-home .site-footer a,
html body.view-home .site-footer button {
  color: #2f2d2a !important;
}

html body.view-home .site-footer > div span,
html body.view-home .site-footer .footer-records,
html body.view-home .site-footer .footer-records span {
  color: #56514b !important;
  opacity: 1 !important;
}

html body.view-home .site-footer a:hover,
html body.view-home .site-footer button:hover {
  color: #111111 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.view-home .site-footer a:focus-visible,
html body.view-home .site-footer button:focus-visible {
  outline: 2px solid #2f2d2a !important;
  outline-offset: 3px;
}
