:root {
  --ink: #171411;
  --ink-soft: #29231f;
  --paper: #f3eadb;
  --paper-bright: #fbf5e9;
  --paper-muted: #d8cdbd;
  --oxblood: #7a1424;
  --oxblood-dark: #4d0e19;
  --tobacco: #9b633e;
  --gold: #d6a453;
  --hairline: rgba(23, 20, 17, 0.22);
  --light-hairline: rgba(255, 248, 235, 0.3);
  --display: "Instrument Sans", "Arial Narrow", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --blackletter: "UnifrakturCook", Georgia, serif;
  --page-pad: clamp(1rem, 3.2vw, 3.5rem);
  --section-space: clamp(5.5rem, 11vw, 10rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

body.is-locked {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

::selection {
  background: var(--oxblood);
  color: var(--paper-bright);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  padding: 0.65rem 1rem;
  background: var(--paper-bright);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  position: relative;
  z-index: 50;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 2vw, 1.6rem);
  overflow: hidden;
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 34px;
  right: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 74px;
  align-items: center;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--light-hairline);
  color: var(--paper-bright);
  transition:
    color 260ms ease,
    background 260ms ease,
    border-color 260ms ease,
    height 260ms ease;
}

.site-header.is-scrolled {
  height: 66px;
  border-color: var(--hairline);
  background: rgba(243, 234, 219, 0.94);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.wordmark {
  font-family: var(--blackletter);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.site-header > .wordmark {
  grid-column: 2;
}

.desktop-nav {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.8vw, 2.8rem);
}

.desktop-nav a,
.text-button,
.cart-trigger {
  position: relative;
  border: 0;
  background: none;
  color: inherit;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a::after,
.text-button::after {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms var(--ease);
}

.desktop-nav a:hover::after,
.text-button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 2.5vw, 2.4rem);
}

.cart-trigger {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.cart-count {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.58rem;
}

.icon-button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.icon-button:hover {
  background: currentColor;
  color: var(--paper-bright);
  transform: rotate(4deg);
}

.menu-button {
  display: none;
  grid-column: 1;
  grid-row: 1;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
}

.menu-button span {
  position: absolute;
  width: 1.25rem;
  height: 1px;
  background: currentColor;
}

.menu-button span:first-child {
  transform: translateY(-3px);
}

.menu-button span:last-child {
  transform: translateY(3px);
}

.search-panel {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 45;
  padding: clamp(2.25rem, 5vw, 5rem) var(--page-pad);
  border-bottom: 1px solid var(--hairline);
  background: var(--paper-bright);
  box-shadow: 0 24px 60px rgba(20, 15, 12, 0.18);
  animation: panel-in 400ms var(--ease) both;
}

.search-form {
  width: min(980px, 100%);
  margin: 0 auto;
}

.search-form label {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-input-wrap {
  display: flex;
  border-bottom: 1px solid var(--ink);
}

.search-input-wrap input {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0 0.85rem;
  border: 0;
  background: transparent;
  font-size: clamp(1.5rem, 3.2vw, 3.3rem);
  letter-spacing: -0.045em;
  outline: 0;
}

.search-input-wrap input::placeholder {
  color: rgba(23, 20, 17, 0.35);
}

.search-input-wrap button {
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.panel-close {
  position: absolute;
  top: 1rem;
  right: var(--page-pad);
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.25rem;
  background:
    linear-gradient(140deg, rgba(122, 20, 36, 0.96), rgba(77, 14, 25, 0.98)),
    url("assets/brand-poster.png") center / cover;
  color: var(--paper-bright);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition:
    opacity 420ms ease,
    transform 520ms var(--ease);
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-menu nav a {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--light-hairline);
  font-size: clamp(2.5rem, 10vw, 5.5rem);
  font-weight: 550;
  letter-spacing: -0.065em;
  line-height: 1;
}

.mobile-menu nav a span {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0;
}

.mobile-menu > p {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 34px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 22%, rgba(215, 154, 87, 0.42), transparent 24%),
    radial-gradient(circle at 20% 75%, rgba(157, 58, 66, 0.6), transparent 30%),
    linear-gradient(135deg, #991f35 0%, #6d1022 52%, #3e0914 100%);
  color: var(--paper-bright);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(255, 245, 228, 0.12) 50%, transparent 50.05%),
    linear-gradient(0deg, transparent 49.9%, rgba(255, 245, 228, 0.08) 50%, transparent 50.1%);
  content: "";
}

.hero-grain {
  position: absolute;
  inset: -50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  opacity: 0.17;
  animation: grain-shift 1.4s steps(2) infinite;
  mix-blend-mode: soft-light;
}

@keyframes grain-shift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(3%, -2%, 0);
  }
  50% {
    transform: translate3d(-2%, 3%, 0);
  }
  75% {
    transform: translate3d(2%, 2%, 0);
  }
}

.hero-index {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-index-left {
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}

.hero-index-right {
  right: 1rem;
  transform: translateY(-50%);
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 2rem 5rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 1.25rem;
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: rgba(23, 20, 17, 0.65);
}

.hero h1 {
  margin: 0;
  font-family: var(--blackletter);
  font-size: clamp(5.2rem, 13vw, 12.5rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.66;
  text-shadow: 0 12px 40px rgba(41, 3, 12, 0.32);
}

.hero-tagline {
  margin: 2rem 0 1.6rem;
  font-family: var(--mono);
  font-size: clamp(0.62rem, 1vw, 0.76rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-cta {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  gap: 2.2rem;
  justify-content: space-between;
  padding: 0 1.25rem;
  border: 1px solid var(--paper-bright);
  background: var(--paper-bright);
  color: var(--oxblood-dark);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background 200ms ease,
    color 200ms ease,
    transform 200ms var(--ease);
}

.primary-cta:hover {
  background: transparent;
  color: var(--paper-bright);
  transform: translateY(-3px);
}

.hero-card {
  position: absolute;
  z-index: 3;
  width: clamp(10rem, 20vw, 18rem);
  margin: 0;
  padding: 0.45rem 0.45rem 0.75rem;
  background: var(--paper-bright);
  box-shadow: 0 30px 80px rgba(27, 3, 9, 0.4);
  color: var(--ink);
  will-change: transform;
}

.hero-card img {
  width: 100%;
  aspect-ratio: 0.94;
  object-fit: cover;
}

.hero-card figcaption {
  padding: 0.55rem 0.2rem 0;
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-card-left {
  top: 18%;
  left: clamp(-5rem, 3vw, 3rem);
  transform: translateY(var(--parallax-y, 0)) rotate(-7deg);
}

.hero-card-right {
  right: clamp(-4.5rem, 3vw, 3rem);
  bottom: 12%;
  transform: translateY(var(--parallax-y, 0)) rotate(6deg);
}

.scroll-cue {
  position: absolute;
  right: var(--page-pad);
  bottom: 1.6rem;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue span:last-child {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid var(--light-hairline);
  border-radius: 50%;
  animation: scroll-pulse 1.8s ease infinite;
}

@keyframes scroll-pulse {
  50% {
    transform: translateY(5px);
  }
}

.archive-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: var(--paper-bright);
}

.archive-notes > div {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 9rem;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 1.5rem var(--page-pad);
  border-right: 1px solid var(--hairline);
}

.archive-notes > div:last-child {
  border-right: 0;
}

.archive-notes p {
  max-width: 24rem;
  margin: 0;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  line-height: 1.45;
}

.note-number,
.standard-number {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
}

.drop-section {
  padding: var(--section-space) var(--page-pad);
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.section-heading h2,
.collections-header h2,
.story-copy h2,
.standard-header h2,
.newsletter-content h2 {
  margin: 0;
  font-size: clamp(3.1rem, 7.8vw, 8.5rem);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.drop-intro {
  max-width: 24rem;
  margin: 0 0 0.45rem auto;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.filter-buttons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.filter-button {
  padding: 0.7rem 0.85rem;
  border: 0;
  background: transparent;
  color: rgba(23, 20, 17, 0.55);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.filter-button span {
  margin-left: 0.4rem;
  font-size: 0.5rem;
  vertical-align: super;
}

.filter-button:hover,
.filter-button.is-active {
  background: var(--ink);
  color: var(--paper-bright);
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sort-control select {
  padding: 0.5rem 1.8rem 0.5rem 0.55rem;
  border: 0;
  border-left: 1px solid var(--hairline);
  border-radius: 0;
  background-color: transparent;
  font-family: var(--mono);
  font-size: 0.61rem;
  outline: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.2vw, 2.75rem) clamp(0.75rem, 1.5vw, 1.5rem);
}

.product-card {
  position: relative;
  min-width: 0;
  animation: product-in 520ms var(--ease) both;
}

@keyframes product-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
}

.product-media {
  position: relative;
  overflow: hidden;
  background: #c3ad8b;
}

.product-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  pointer-events: none;
}

.product-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
}

.product-image-crop {
  position: relative;
  aspect-ratio: 0.79;
  overflow: hidden;
}

.product-image-crop img {
  width: 114%;
  max-width: none;
  height: 114%;
  object-fit: cover;
  transform: translate(-6%, -6%) scale(1.01);
  transition: transform 700ms var(--ease), filter 400ms ease;
}

.product-card:hover .product-image-crop img {
  filter: saturate(0.82) contrast(1.04);
  transform: translate(-6%, -6%) scale(1.075);
}

.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.38rem 0.52rem;
  background: var(--paper-bright);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-quick-button {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  display: flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9rem;
  border: 0;
  background: var(--paper-bright);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(10px);
  transition:
    opacity 260ms ease,
    transform 260ms var(--ease),
    background 180ms ease,
    color 180ms ease;
}

.product-card:hover .product-quick-button,
.product-quick-button:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-quick-button:hover {
  background: var(--oxblood);
  color: var(--paper-bright);
}

.product-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 0.8rem;
  padding-top: 0.85rem;
}

.product-index {
  grid-column: 1 / -1;
  color: rgba(23, 20, 17, 0.48);
  font-family: var(--mono);
  font-size: 0.53rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-info h3 {
  margin: 0;
  font-size: clamp(0.93rem, 1.25vw, 1.08rem);
  font-weight: 560;
  letter-spacing: -0.025em;
}

.product-price {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
}

.product-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.2rem 0 0;
  color: rgba(23, 20, 17, 0.58);
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.product-meta span + span::before {
  margin-right: 0.6rem;
  content: "·";
}

.no-results {
  grid-column: 1 / -1;
  padding: 6rem 1rem;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  text-align: center;
}

.no-results h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.06em;
}

.no-results p {
  margin: 0;
  color: rgba(23, 20, 17, 0.58);
}

.collections-section {
  padding: var(--section-space) var(--page-pad);
  background: var(--ink);
  color: var(--paper-bright);
}

.collections-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.collections-header .eyebrow {
  align-self: start;
}

.collections-header h2 {
  font-size: clamp(3.7rem, 8vw, 8.4rem);
  text-align: center;
}

.collections-header > p:last-child {
  max-width: 20rem;
  margin: 0 0 0.65rem auto;
  color: rgba(255, 248, 235, 0.68);
  font-size: 0.9rem;
}

.collection-slices {
  display: flex;
  height: min(66vw, 680px);
  min-height: 500px;
  gap: 1px;
  overflow: hidden;
  background: var(--light-hairline);
}

.collection-slice {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--ink-soft);
  color: var(--paper-bright);
  text-align: left;
  transition: flex 650ms var(--ease);
}

.collection-slice.is-active,
.collection-slice:hover,
.collection-slice:focus-visible {
  flex: 2.2;
}

.collection-slice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55) contrast(1.05) brightness(0.72);
  transition:
    transform 900ms var(--ease),
    filter 500ms ease;
}

.collection-slice.is-active img,
.collection-slice:hover img {
  filter: saturate(0.88) contrast(1.02) brightness(0.85);
  transform: scale(1.035);
}

.slice-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 12, 10, 0.05), rgba(15, 12, 10, 0.85));
}

.slice-index,
.slice-title,
.slice-link {
  position: absolute;
  z-index: 2;
}

.slice-index {
  top: 1rem;
  left: 1rem;
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.slice-title {
  right: 1.1rem;
  bottom: 1.2rem;
  left: 1.1rem;
  font-size: clamp(1.8rem, 4.7vw, 5.25rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.slice-link {
  right: 1rem;
  bottom: 1.2rem;
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(10px);
  transition:
    opacity 260ms ease,
    transform 260ms var(--ease);
}

.collection-slice.is-active .slice-link,
.collection-slice:hover .slice-link {
  opacity: 1;
  transform: translateY(0);
}

.collection-slice.is-active .slice-title,
.collection-slice:hover .slice-title {
  padding-right: 9rem;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: 780px;
  background: var(--oxblood);
  color: var(--paper-bright);
}

.story-image-wrap {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-right: 1px solid var(--light-hairline);
}

.story-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(70, 5, 19, 0.06), rgba(70, 5, 19, 0.38));
  content: "";
}

.story-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.vertical-note {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 2;
  margin: 0;
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem) clamp(2rem, 7vw, 8rem);
}

.story-copy h2 {
  font-size: clamp(3.4rem, 7vw, 7.5rem);
}

.story-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  margin: clamp(2.5rem, 5vw, 5rem) 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--light-hairline);
}

.story-body p {
  margin: 0;
  color: rgba(255, 248, 235, 0.76);
  font-size: clamp(0.9rem, 1.15vw, 1.08rem);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 2.2rem;
  padding: 0 0 0.45rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 200ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.standard-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: var(--section-space) var(--page-pad);
  background: var(--paper-bright);
}

.standard-header {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.standard-header h2 {
  font-size: clamp(3.5rem, 6vw, 6.8rem);
}

.standard-list {
  border-top: 1px solid var(--hairline);
}

.standard-list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4.25rem) 0;
  border-bottom: 1px solid var(--hairline);
}

.standard-list h3 {
  margin: -0.3rem 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 3.1rem);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 1;
}

.standard-list p {
  max-width: 34rem;
  margin: 0;
  color: rgba(23, 20, 17, 0.65);
  font-size: 0.95rem;
}

.standard-mark {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  transition:
    transform 300ms var(--ease),
    background 200ms ease,
    color 200ms ease;
}

.standard-list article:hover .standard-mark {
  background: var(--oxblood);
  color: var(--paper-bright);
  transform: rotate(45deg);
}

.newsletter-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 18%, rgba(213, 133, 86, 0.45), transparent 27%),
    linear-gradient(135deg, var(--oxblood) 0%, var(--oxblood-dark) 100%);
  color: var(--paper-bright);
}

.newsletter-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.newsletter-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(59, 8, 17, 0.15), rgba(80, 8, 22, 0.64));
  content: "";
}

.newsletter-image img {
  width: 114%;
  max-width: none;
  height: 114%;
  object-fit: cover;
  filter: saturate(0.65) sepia(0.1);
  transform: translate(-6%, -6%);
}

.newsletter-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) var(--page-pad) clamp(4rem, 8vw, 8rem) clamp(2rem, 4vw, 5rem);
}

.newsletter-content h2 {
  font-size: clamp(3rem, 6vw, 6.8rem);
}

.newsletter-form {
  display: flex;
  max-width: 700px;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  border-bottom: 1px solid var(--paper-bright);
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 1rem 0;
  border: 0;
  background: transparent;
  color: var(--paper-bright);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  outline: 0;
}

.newsletter-form input::placeholder {
  color: rgba(255, 248, 235, 0.48);
}

.newsletter-form button {
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-note {
  margin: 0.85rem 0 0;
  color: rgba(255, 248, 235, 0.62);
  font-family: var(--mono);
  font-size: 0.55rem;
}

.site-footer {
  padding: clamp(4rem, 8vw, 8rem) var(--page-pad) 1.5rem;
  background: var(--ink);
  color: var(--paper-bright);
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: clamp(3rem, 6vw, 6rem);
  border-bottom: 1px solid var(--light-hairline);
}

.footer-wordmark {
  font-size: clamp(3.8rem, 9.5vw, 10.5rem);
}

.footer-top p {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: clamp(3rem, 6vw, 6rem) 0;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-grid h3 {
  margin: 0 0 0.8rem;
  color: rgba(255, 248, 235, 0.48);
  font-family: var(--mono);
  font-size: 0.57rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid p {
  margin: 0;
  font-size: 0.87rem;
}

.footer-grid a {
  position: relative;
}

.footer-grid a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.footer-grid a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--light-hairline);
  color: rgba(255, 248, 235, 0.52);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-bottom button {
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
}

.page-scrim {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(12, 9, 7, 0.58);
  backdrop-filter: blur(3px);
  animation: fade-in 220ms ease both;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  width: min(520px, 100%);
  flex-direction: column;
  padding: 1.5rem;
  background: var(--paper-bright);
  box-shadow: -24px 0 80px rgba(20, 15, 12, 0.2);
  transform: translateX(105%);
  visibility: hidden;
  transition:
    transform 500ms var(--ease),
    visibility 0s linear 500ms;
}

.cart-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
  transition:
    transform 500ms var(--ease),
    visibility 0s linear 0s;
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--hairline);
}

.drawer-header h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 1;
}

.drawer-header h2 span {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0;
  vertical-align: top;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
}

.cart-item {
  display: grid;
  grid-template-columns: 6rem 1fr auto;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--hairline);
}

.cart-item-image {
  aspect-ratio: 0.82;
  overflow: hidden;
}

.cart-item-image img {
  width: 114%;
  max-width: none;
  height: 114%;
  object-fit: cover;
  transform: translate(-6%, -6%);
}

.cart-item-copy h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 560;
}

.cart-item-copy p,
.cart-item-price {
  margin: 0;
  color: rgba(23, 20, 17, 0.6);
  font-family: var(--mono);
  font-size: 0.56rem;
  text-transform: uppercase;
}

.cart-remove {
  display: inline-block;
  margin-top: 1rem;
  padding: 0 0 0.2rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: rgba(23, 20, 17, 0.62);
  font-family: var(--mono);
  font-size: 0.52rem;
  text-transform: uppercase;
}

.cart-empty {
  display: grid;
  flex: 1;
  place-content: center;
  place-items: center;
  gap: 1.25rem;
  text-align: center;
}

.cart-empty p {
  max-width: 18rem;
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.cart-summary {
  padding-top: 1.5rem;
  border-top: 1px solid var(--hairline);
}

.cart-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
}

.cart-summary > p {
  margin: 0.8rem 0 1.4rem;
  color: rgba(23, 20, 17, 0.58);
  font-family: var(--mono);
  font-size: 0.52rem;
}

.checkout-button,
.quick-add {
  display: flex;
  width: 100%;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.15rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.checkout-button:hover,
.quick-add:hover {
  background: transparent;
  color: var(--ink);
}

.quick-view {
  width: min(1080px, calc(100% - 2rem));
  max-width: none;
  max-height: min(90vh, 850px);
  padding: 0;
  border: 0;
  background: var(--paper-bright);
  color: var(--ink);
  overflow: hidden;
}

.quick-view[open] {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  animation: dialog-in 480ms var(--ease) both;
}

.quick-view::backdrop {
  background: rgba(12, 9, 7, 0.76);
  backdrop-filter: blur(5px);
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
}

.quick-view-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: var(--paper-bright);
}

.quick-view-media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.quick-view-media img {
  width: 114%;
  max-width: none;
  height: 114%;
  object-fit: cover;
  transform: translate(-6%, -6%);
}

.quick-view-index {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.4rem 0.55rem;
  background: var(--paper-bright);
  font-family: var(--mono);
  font-size: 0.52rem;
  text-transform: uppercase;
}

.quick-view-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}

.quick-view-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.quick-view-price {
  margin: 1.2rem 0 2rem;
  font-family: var(--mono);
  font-size: 0.8rem;
}

.quick-view-description {
  max-width: 31rem;
  margin: 0 0 2rem;
  color: rgba(23, 20, 17, 0.68);
}

.quick-view-details {
  margin: 0 0 2rem;
  border-top: 1px solid var(--hairline);
}

.quick-view-details > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--mono);
  font-size: 0.57rem;
  text-transform: uppercase;
}

.quick-view-details dd {
  margin: 0;
  text-align: right;
}

.quick-note {
  margin: 0.8rem 0 0;
  color: rgba(23, 20, 17, 0.52);
  font-family: var(--mono);
  font-size: 0.5rem;
  text-align: center;
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 150;
  max-width: min(360px, calc(100% - 2rem));
  padding: 0.9rem 1.1rem;
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(16px);
  transition:
    opacity 220ms ease,
    transform 300ms var(--ease);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-card {
    width: clamp(9rem, 22vw, 14rem);
  }

  .collections-header {
    grid-template-columns: 1fr 2fr;
  }

  .collections-header > p:last-child {
    display: none;
  }

  .standard-section {
    grid-template-columns: 1fr;
  }

  .standard-header {
    position: static;
    max-width: 700px;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 1rem;
    --section-space: 5.5rem;
  }

  html {
    scroll-padding-top: 6rem;
  }

  .announcement {
    justify-content: flex-start;
    padding: 0 1rem;
  }

  .announcement span:nth-child(2),
  .announcement span:nth-child(3) {
    display: none;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 62px;
  }

  .site-header .wordmark {
    font-size: 1.65rem;
    white-space: nowrap;
  }

  .search-trigger {
    display: none;
  }

  .cart-trigger > span:first-child {
    display: none;
  }

  .search-panel {
    top: 96px;
  }

  .search-input-wrap input {
    font-size: 1.45rem;
  }

  .search-input-wrap button {
    font-size: 0;
  }

  .search-input-wrap button span {
    font-size: 1rem;
  }

  .hero {
    min-height: calc(100svh - 34px);
  }

  .hero-copy {
    padding: 8rem 1rem 6rem;
  }

  .hero h1 {
    font-size: clamp(4.5rem, 24vw, 7rem);
    line-height: 0.72;
  }

  .hero-tagline {
    margin-top: 1.6rem;
  }

  .hero-card {
    width: 8.25rem;
  }

  .hero-card-left {
    top: 14%;
    left: -4.3rem;
  }

  .hero-card-right {
    right: -4.2rem;
    bottom: 13%;
  }

  .hero-index,
  .scroll-cue span:first-child {
    display: none;
  }

  .scroll-cue {
    right: 1rem;
    bottom: 1rem;
  }

  .archive-notes {
    grid-template-columns: 1fr;
  }

  .archive-notes > div {
    min-height: 6.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .archive-notes > div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .section-heading h2,
  .collections-header h2,
  .story-copy h2,
  .standard-header h2,
  .newsletter-content h2 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

  .drop-intro {
    margin: 0;
  }

  .filter-bar {
    align-items: flex-end;
  }

  .filter-buttons {
    max-width: calc(100vw - 7.5rem);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-buttons::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
  }

  .sort-control > span {
    display: none;
  }

  .sort-control select {
    width: 6.5rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 0.65rem;
  }

  .product-quick-button {
    min-height: 2.6rem;
    opacity: 1;
    transform: translateY(0);
  }

  .product-quick-button span:first-child {
    font-size: 0;
  }

  .product-quick-button span:first-child::after {
    content: "View piece";
    font-size: 0.55rem;
  }

  .product-info {
    display: block;
  }

  .product-price {
    margin-top: 0.2rem;
  }

  .product-meta {
    margin-top: 0.4rem;
  }

  .collections-header {
    display: block;
  }

  .collections-header h2 {
    text-align: left;
  }

  .collection-slices {
    display: grid;
    height: auto;
    min-height: 0;
  }

  .collection-slice,
  .collection-slice.is-active,
  .collection-slice:hover {
    min-height: 19rem;
  }

  .collection-slice.is-active .slice-title,
  .collection-slice:hover .slice-title {
    padding-right: 6rem;
  }

  .slice-link {
    opacity: 1;
    transform: translateY(0);
  }

  .story-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .story-image-wrap {
    min-height: 74vw;
    border-right: 0;
    border-bottom: 1px solid var(--light-hairline);
  }

  .story-copy {
    padding: 4.5rem 1rem 5.5rem;
  }

  .story-body {
    grid-template-columns: 1fr;
  }

  .standard-list article {
    grid-template-columns: auto 1fr;
  }

  .standard-mark {
    display: none;
  }

  .newsletter-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .newsletter-image {
    min-height: 68vw;
    clip-path: none;
  }

  .newsletter-content {
    padding: 4.5rem 1rem 5.5rem;
  }

  .newsletter-form {
    margin-top: 2.5rem;
  }

  .newsletter-form button span {
    margin-left: 0.3rem;
  }

  .footer-top {
    display: block;
  }

  .footer-wordmark {
    display: block;
    font-size: clamp(3.2rem, 17vw, 6rem);
    line-height: 0.8;
  }

  .footer-top p {
    margin-top: 2rem;
    text-align: left;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom span:nth-child(2) {
    display: none;
  }

  .quick-view {
    width: 100%;
    max-height: 94vh;
  }

  .quick-view[open] {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .quick-view-media {
    min-height: 46vh;
  }

  .quick-view-copy {
    padding: 2rem 1rem 2.5rem;
  }

  .quick-view-copy h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 390px) {
  .site-header {
    grid-template-columns: 2.5rem 1fr 2.5rem;
  }

  .site-header > .wordmark {
    justify-self: center;
    font-size: 1.42rem;
  }

  .product-info h3 {
    font-size: 0.84rem;
  }

  .product-meta {
    font-size: 0.48rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
