:root {
  color: #321610;
  background: #f9f7f3;
  font-family: "Montserrat", Arial, sans-serif;
  font-synthesis: none;
  --ink: #321610;
  --forest: #321610;
  --ivory: #f9f7f3;
  --paper: #f3efe7;
  --brown: #321610;
  --copper: #82746b;
  --lilac: #d9cfef;
  --mineral: #e8eee8;
  --soft: #f6f5f2;
  --line: rgba(11, 11, 11, 0.16);
  --display: "Montserrat", Arial, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.drawer-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

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

button {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  inset: 0 auto auto 1rem;
  z-index: 1000;
  padding: 0.8rem 1rem;
  color: #fff;
  background: var(--forest);
  transform: translateY(-120%);
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
}

.announcement {
  min-height: 33px;
  display: grid;
  place-items: center;
  padding: 8px 24px;
  color: #f8f4e9;
  background: var(--forest);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  min-height: 91px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 3.25vw;
  background: rgba(247, 244, 236, 0.98);
  border-bottom: 1px solid rgba(24, 44, 35, 0.08);
}

.wordmark {
  justify-self: start;
  font-family: var(--sans);
  font-size: clamp(16px, 1.55vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-lockup {
  min-width: 0;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  width: auto;
  max-width: min(300px, 34vw);
  max-height: 54px;
  object-fit: contain;
}

.desktop-nav {
  min-width: 0;
}

.desktop-nav .menu,
.site-footer .menu,
.mobile-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .menu {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.3vw, 58px);
}

.desktop-nav .menu a,
.site-footer .menu a,
.mobile-nav .menu a {
  position: relative;
}

.desktop-nav .menu a {
  padding-block: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desktop-nav .menu a::after,
.site-footer nav .menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav .menu a:hover::after,
.desktop-nav .menu a:focus-visible::after,
.site-footer nav .menu a:hover::after,
.site-footer nav .menu a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.icon-button,
.icon-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button i,
.icon-link i,
.button i,
.text-link i {
  font-size: 22px;
}

.icon-button:focus-visible,
.icon-link:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.product-image-button:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
}

.icon-button {
  position: relative;
}

.bag-count {
  position: absolute;
  top: 3px;
  right: 0;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  color: #fff;
  background: var(--forest);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 600;
}

.mobile-menu-button {
  display: none;
}

.hero {
  min-height: clamp(760px, 71vw, 1020px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
}

.hero-media,
.story-media {
  overflow: hidden;
  background: #2d2b25;
}

.hero-media img,
.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  object-position: center center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(64px, 8.2vw, 132px);
  background: var(--paper);
}

.eyebrow {
  margin: 0 0 26px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.story-copy h2,
.catalog-note h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 430px;
  font-size: clamp(64px, 6.2vw, 102px);
  line-height: 0.93;
}

.copper-rule {
  width: 61px;
  height: 2px;
  display: block;
  margin: 36px 0 28px;
  background: var(--copper);
}

.hero-intro {
  max-width: 460px;
  margin: 0 0 36px;
  font-family: var(--display);
  font-size: clamp(20px, 1.58vw, 26px);
  line-height: 1.38;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.button-dark {
  color: #fff;
  background: var(--forest);
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.button-dark:hover {
  color: var(--forest);
  background: #fff;
  border-color: var(--forest);
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(24, 44, 35, 0.72);
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.button-outline:hover {
  color: #fff;
  background: var(--forest);
}

.new-arrivals {
  padding: clamp(64px, 7vw, 108px) 3.6vw clamp(72px, 8.3vw, 128px);
  text-align: center;
  background: var(--ivory);
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-heading .copper-rule {
  width: 32px;
  height: 2px;
  margin: 18px 0 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 56px);
  max-width: 1320px;
  margin: 0 auto 58px;
}

.product-card {
  min-width: 0;
}

.product-image-button,
.product-image-link {
  width: 100%;
  aspect-ratio: 0.68;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #ddd5c6;
  cursor: pointer;
}

.product-image-button img,
.product-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-image-button:hover img,
.product-image-link:hover img {
  transform: scale(1.025);
}

.product-card h3 {
  margin: 24px 0 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.price-placeholder,
.product-price {
  margin: 0;
  color: #5d5b55;
  font-family: var(--display);
  font-size: 15px;
}

.collection-story {
  min-height: clamp(560px, 50vw, 720px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #f4f0e6;
  background: var(--forest);
}

.story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(60px, 7.5vw, 118px);
}

.story-copy .eyebrow {
  margin-bottom: 0;
}

.story-copy .copper-rule {
  width: 32px;
  margin: 24px 0 32px;
}

.story-copy h2 {
  max-width: 480px;
  font-size: clamp(44px, 4.2vw, 66px);
  line-height: 1.02;
}

.story-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin: 24px 0 40px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding: 0 0 10px;
  border-bottom: 2px solid var(--copper);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 50px;
  padding: 70px 4vw;
  color: #f4f0e6;
  background: #0d1f18;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wordmark-footer {
  display: inline-block;
  color: #fff;
}

.site-footer p {
  max-width: 360px;
  margin: 22px 0 0;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.site-footer nav .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.site-footer nav .menu a {
  padding-bottom: 9px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer nav .menu a::after {
  bottom: 3px;
  background: var(--copper);
}

.footer-note {
  justify-self: end;
  color: rgba(244, 240, 230, 0.72);
}

.drawer-shell {
  position: fixed;
  /* Keep storefront drawers usable while an administrator previews the site. */
  z-index: 100100;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.drawer-shell.is-open {
  visibility: visible;
  pointer-events: auto;
}

.drawer-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(12, 25, 18, 0.48);
  opacity: 0;
  cursor: pointer;
  transition: opacity 240ms ease;
}

.drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 92vw);
  height: 100%;
  padding: 0 32px 48px;
  background: var(--ivory);
  box-shadow: -20px 0 50px rgba(9, 20, 14, 0.12);
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.drawer-shell.is-open .drawer-scrim {
  opacity: 1;
}

.drawer-shell.is-open .drawer {
  transform: translateX(0);
}

.drawer-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.drawer-header p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.drawer-content {
  padding-top: 42px;
}

.mobile-nav {
  padding-top: 30px;
}

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

.mobile-nav .menu a {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}

.search-form {
  padding-top: 44px;
}

.drawer-content .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-top: 0;
}

.search-form label {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.search-form .search-field {
  display: block;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--display);
  font-size: 24px;
}

.search-form .search-submit {
  width: 52px;
  height: 56px;
  border: 1px solid var(--ink);
  color: #fff;
  background: var(--forest);
  cursor: pointer;
}

.form-message {
  margin-top: 18px;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.45;
}

.empty-cart {
  min-height: calc(100% - 92px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty-cart h2 {
  margin: 24px 0 10px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
}

.empty-cart p {
  max-width: 310px;
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.5;
}

.empty-cart > i {
  font-size: 34px;
}

#paper-archive-cart-drawer .drawer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#paper-archive-cart-drawer .drawer-header {
  flex: 0 0 auto;
}

#paper-archive-cart-drawer .drawer-content.mini-cart {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: 24px;
  padding-bottom: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

#paper-archive-cart-drawer .widget_shopping_cart_content {
  min-height: 100%;
}

#paper-archive-cart-drawer .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

#paper-archive-cart-drawer li.woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 28px;
  grid-template-rows: auto auto auto;
  gap: 8px 16px;
  align-items: start;
  min-width: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

#paper-archive-cart-drawer li.woocommerce-mini-cart-item > a:not(.remove) {
  grid-column: 1 / 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

#paper-archive-cart-drawer li.woocommerce-mini-cart-item > a:not(.remove):hover {
  color: #4c5139;
}

#paper-archive-cart-drawer li.woocommerce-mini-cart-item img {
  grid-column: 1;
  grid-row: 1;
  float: none;
  display: block;
  width: 76px;
  height: 76px;
  margin: 0;
  aspect-ratio: 1;
  object-fit: cover;
}

#paper-archive-cart-drawer a.remove {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  display: grid;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid rgba(50, 22, 16, 0.18);
  border-radius: 50%;
  place-items: center;
  color: var(--ink) !important;
  background: transparent !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

#paper-archive-cart-drawer a.remove:hover,
#paper-archive-cart-drawer a.remove:focus-visible {
  color: #fff !important;
  background: var(--ink) !important;
}

#paper-archive-cart-drawer dl.variation {
  grid-column: 2 / 4;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 4px 8px;
  min-width: 0;
  margin: 0;
  color: #6f665e;
  font-size: 11px;
  line-height: 1.45;
}

#paper-archive-cart-drawer dl.variation dt,
#paper-archive-cart-drawer dl.variation dd {
  float: none;
  clear: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

#paper-archive-cart-drawer dl.variation::before,
#paper-archive-cart-drawer dl.variation::after {
  display: none;
  content: none;
}

#paper-archive-cart-drawer dl.variation dt {
  grid-column: 1;
  font-weight: 600;
}

#paper-archive-cart-drawer dl.variation dd {
  grid-column: 2;
}

#paper-archive-cart-drawer dl.variation dd p {
  margin: 0;
}

#paper-archive-cart-drawer .quantity {
  grid-column: 2 / 4;
  grid-row: 2;
  color: #6f665e;
  font-size: 13px;
  line-height: 1.4;
}

#paper-archive-cart-drawer dl.variation + .quantity {
  grid-row: 3;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0 20px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
  font-size: 15px;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__total strong {
  font-weight: 600;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__total .amount {
  margin-left: auto;
  white-space: nowrap;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__buttons .button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid var(--ink);
  color: #fff;
  background: var(--ink);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  color: var(--ink);
  background: transparent;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__buttons .button:hover,
#paper-archive-cart-drawer .woocommerce-mini-cart__buttons .button:focus-visible {
  color: var(--ink);
  background: #fff;
}

#paper-archive-cart-drawer .woocommerce-mini-cart__empty-message {
  display: grid;
  min-height: min(360px, calc(100dvh - 180px));
  margin: 0;
  padding: 40px 24px;
  border: 1px solid rgba(50, 22, 16, 0.14);
  place-items: center;
  color: #6f665e;
  background: var(--paper);
  font-family: var(--display);
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 560px) {
  #paper-archive-cart-drawer .drawer {
    padding: 0 20px 24px;
  }

  #paper-archive-cart-drawer .drawer-header {
    min-height: 76px;
  }

  #paper-archive-cart-drawer .drawer-content.mini-cart {
    padding-top: 18px;
  }

  #paper-archive-cart-drawer li.woocommerce-mini-cart-item {
    grid-template-columns: 68px minmax(0, 1fr) 28px;
    gap: 8px 12px;
    padding: 16px 0;
  }

  #paper-archive-cart-drawer li.woocommerce-mini-cart-item > a:not(.remove) {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    font-size: 14px;
  }

  #paper-archive-cart-drawer li.woocommerce-mini-cart-item img {
    width: 68px;
    height: 68px;
  }

  #paper-archive-cart-drawer .woocommerce-mini-cart__empty-message {
    min-height: min(300px, calc(100dvh - 150px));
    padding: 32px 18px;
  }
}

.content-shell,
.woocommerce main.site-main {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
  padding: 90px 0 120px;
}

.shop-shell .woocommerce-breadcrumb {
  margin-bottom: 24px;
  color: #6e6a61;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-shell .woocommerce-products-header {
  margin-bottom: 54px;
}

.shop-shell .woocommerce-info {
  margin: 0;
  padding: 28px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  font-family: var(--display);
  font-size: 22px;
}

.shop-shell .woocommerce-info::before {
  display: none;
}

.content-header {
  max-width: 820px;
  margin-bottom: 64px;
}

.content-header h1,
.post-card h2,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.shop-shell .page-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
}

.content-header h1,
.woocommerce-products-header__title,
.shop-shell .page-title {
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.98;
}

.shop-shell .page-title {
  margin-bottom: 54px;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 40px;
}

.post-card-image {
  display: block;
  aspect-ratio: 4 / 3;
  margin-bottom: 26px;
  overflow: hidden;
}

.post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card h2 {
  font-size: 42px;
  line-height: 1;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 36px;
  margin: 50px 0 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100% !important;
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 0.77;
  object-fit: cover;
  margin-bottom: 24px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .loop-rating-placeholder {
  display: block;
  height: 16px;
  margin: 6px 0 0;
}

.woocommerce ul.products li.product .star-rating {
  float: none;
}

.woocommerce ul.products li.product .price {
  color: var(--ink);
  font-family: var(--display);
  font-size: 17px;
}

.woocommerce ul.products li.product .loop-detail-notes {
  min-height: 34px;
  margin: 8px 0 13px;
  color: #6d6d68;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  color: #fff;
  background: var(--forest);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 960px) {
  .site-header {
    min-height: 76px;
    grid-template-columns: auto 1fr;
    padding: 0 20px;
  }

  .wordmark {
    font-size: 16px;
    letter-spacing: 0.22em;
  }

  .desktop-nav,
  .desktop-only {
    display: none;
  }

  .header-actions {
    gap: 2px;
  }

  .mobile-menu-button {
    display: inline-grid;
  }

  .hero,
  .collection-story {
    grid-template-columns: 1fr;
  }

  .hero-media {
    aspect-ratio: 1 / 0.95;
  }

  .hero-copy {
    padding: 70px 7vw 78px;
  }

  .story-media {
    min-height: 520px;
  }

  .story-copy {
    min-height: 500px;
    padding: 70px 7vw;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-note {
    justify-self: start;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .announcement {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .site-header {
    min-height: 66px;
  }

  .wordmark {
    font-size: 14px;
    letter-spacing: 0.16em;
  }

  .icon-button,
  .icon-link {
    width: 37px;
    height: 37px;
  }

  .hero-media {
    aspect-ratio: 0.85;
  }

  .hero-copy {
    padding: 58px 24px 66px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 70px);
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .copper-rule {
    margin: 28px 0 22px;
  }

  .hero-intro {
    font-size: 20px;
  }

  .button {
    width: 100%;
    gap: 18px;
  }

  .new-arrivals {
    padding: 62px 18px 72px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-bottom: 42px;
  }

  .product-image-button,
  .product-image-link {
    aspect-ratio: 0.74;
  }

  .product-card h3 {
    margin-top: 18px;
  }

  .story-media {
    min-height: 430px;
  }

  .story-copy {
    min-height: 470px;
    padding: 58px 24px 64px;
  }

  .story-copy h2 {
    font-size: 50px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 58px 24px;
  }

  .footer-note {
    justify-self: start;
  }

  .drawer {
    width: 100%;
  }

  .post-list,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Clean studio direction */
.announcement {
  min-height: 35px;
  color: var(--ink);
  background: var(--lilac);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.site-header {
  min-height: 95px;
  padding-inline: clamp(24px, 4vw, 64px);
  background: #fff;
  border-bottom-color: rgba(11, 11, 11, 0.06);
}

.wordmark {
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 600;
  letter-spacing: 0.055em;
}

.desktop-nav .menu {
  gap: clamp(28px, 3.3vw, 54px);
}

.desktop-nav .menu a {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.header-actions {
  gap: 6px;
}

.icon-button,
.icon-link {
  width: 40px;
  height: 40px;
}

.icon-button i,
.icon-link i {
  font-size: 21px;
}

.bag-count {
  top: 1px;
  right: -1px;
  color: #fff;
  background: #321610;
}

.hero {
  min-height: 710px;
  grid-template-columns: 56% 44%;
  color: var(--ink);
  background: #fff;
}

.hero-media,
.story-media {
  background: var(--soft);
}

.hero-media img {
  object-position: center center;
}

.hero-copy {
  padding: clamp(58px, 6.5vw, 104px);
  background: #fff;
}

.hero h1,
.story-copy h2,
.catalog-note h2 {
  font-family: var(--sans);
  font-weight: 600;
}

.hero h1 {
  max-width: 490px;
  font-size: clamp(58px, 5.7vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 390px;
  margin: 30px 0 34px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
}

.button {
  min-height: 54px;
  gap: 20px;
  padding-inline: 30px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.button-dark {
  min-width: 192px;
  color: #fff;
  background: #321610;
}

.button-dark:hover {
  color: #321610;
  background: #fff;
  border-color: #321610;
}

.new-arrivals {
  padding: clamp(68px, 7vw, 102px) clamp(24px, 4.2vw, 68px) clamp(72px, 7vw, 108px);
  text-align: left;
  background: #fff;
}

.section-heading {
  max-width: 1320px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 34px;
}

.section-heading h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.045em;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-block: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-link i {
  font-size: 18px;
}

.product-grid {
  gap: clamp(18px, 2vw, 32px);
  margin-bottom: 0;
}

.product-image-button,
.product-image-link {
  aspect-ratio: 0.87;
  background: var(--soft);
  border-radius: 7px;
}

.product-card h3 {
  margin: 20px 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.price-placeholder,
.product-price {
  color: #6a6a66;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.5;
}

.collection-story {
  width: min(calc(100% - 8vw), 1320px);
  min-height: 430px;
  grid-template-columns: 41% 59%;
  margin: 0 auto clamp(72px, 7vw, 108px);
  overflow: hidden;
  color: var(--ink);
  background: #e8e1f7;
  border-radius: 8px;
}

.story-copy {
  padding: clamp(42px, 4vw, 58px);
}

.story-copy h2 {
  max-width: 440px;
  font-size: clamp(40px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.story-copy .text-link {
  min-height: 52px;
  min-width: 224px;
  justify-content: space-between;
  margin-top: 34px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.story-media img {
  object-position: center center;
}

.site-footer {
  grid-template-columns: 1.25fr 0.8fr 1fr;
  gap: clamp(36px, 6vw, 90px);
  padding: 54px clamp(24px, 4vw, 64px) 62px;
  color: #fff;
  background: #050505;
  border-top: 0;
}

.wordmark-footer {
  color: #fff;
  font-size: 20px;
}

.site-footer p {
  margin-top: 18px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
}

.site-footer nav .menu {
  gap: 10px;
}

.site-footer nav .menu a {
  font-size: 10px;
  letter-spacing: 0.09em;
}

.site-footer nav .menu a::after {
  background: #fff;
}

.footer-note {
  color: rgba(255, 255, 255, 0.68);
}

/*
 * The Store Compliance companion plugin owns the public policy mappings.
 * When it is active, its links live in the same dark footer rather than
 * creating a visually disconnected second footer beneath the page.
 */
.site-footer {
  grid-template-columns: minmax(0, 1.25fr) minmax(8rem, 0.7fr) minmax(13rem, 1.1fr) minmax(8rem, 0.65fr);
}

.site-footer .paper-archive-compliance-footer--embedded {
  min-width: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--sans);
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__inner {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity {
  gap: 6px;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity strong {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity a {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  text-decoration: none;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links {
  justify-content: flex-start;
  gap: 9px 14px;
  margin-top: 17px;
  font-size: 10px;
  line-height: 1.35;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links a,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links button {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity a:hover,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity a:focus-visible,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links a:hover,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links a:focus-visible,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links button:hover,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links button:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1120px) {
  .site-footer {
    grid-template-columns: minmax(0, 1.35fr) minmax(8rem, 0.8fr) minmax(13rem, 1.1fr);
  }

  .site-footer .footer-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .site-footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer .footer-note {
    grid-column: auto;
  }
}

.drawer {
  background: #fff;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.12);
}

.drawer-scrim {
  background: rgba(0, 0, 0, 0.35);
}

.mobile-nav .menu a,
.search-form .search-field,
.form-message,
.empty-cart h2,
.empty-cart p {
  font-family: var(--sans);
}

.search-form .search-submit,
.mini-cart .woocommerce-mini-cart__buttons .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
  background: #321610;
}

.content-header h1,
.post-card h2,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.shop-shell .page-title,
.shop-shell .woocommerce-info,
.woocommerce ul.products li.product .price {
  font-family: var(--sans);
}

.content-header h1,
.woocommerce-products-header__title,
.shop-shell .page-title {
  font-weight: 600;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .site-header {
    min-height: 76px;
  }

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

  .hero-media {
    aspect-ratio: 1.15;
  }

  .hero-copy {
    padding: 66px 7vw 76px;
  }

  .hero h1 {
    max-width: 580px;
    font-size: clamp(60px, 10vw, 82px);
  }

  .collection-story {
    width: min(calc(100% - 48px), 860px);
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .story-copy {
    min-height: 400px;
  }

  .story-media {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .announcement {
    min-height: 32px;
    font-size: 8px;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 16px;
  }

  .wordmark {
    font-size: 14px;
    letter-spacing: 0.045em;
  }

  .hero-media {
    aspect-ratio: 1.22;
  }

  .hero-copy {
    padding: 48px 22px 58px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: clamp(48px, 14.7vw, 64px);
    line-height: 0.98;
  }

  .hero-intro {
    margin: 24px 0 28px;
    font-size: 14px;
  }

  .button {
    width: auto;
  }

  .new-arrivals {
    padding: 58px 16px 68px;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading h2 {
    font-size: 15px;
  }

  .section-link {
    font-size: 9px;
  }

  .product-grid {
    gap: 38px;
  }

  .product-image-button,
  .product-image-link {
    aspect-ratio: 0.88;
  }

  .collection-story {
    width: calc(100% - 32px);
    margin-bottom: 64px;
  }

  .story-copy {
    min-height: 360px;
    padding: 46px 24px;
  }

  .story-copy h2 {
    max-width: 300px;
    font-size: 44px;
  }

  .story-copy .text-link {
    width: 100%;
  }

  .story-media {
    min-height: 360px;
  }

  .site-footer {
    padding: 50px 24px 56px;
  }
}

/* Demo content and complete WooCommerce page previews */
.demo-page-notice {
  width: 100%;
  margin: 0 0 34px;
  padding: 15px 18px;
  border: 1px solid rgba(11, 11, 11, 0.15);
  background: #f4efff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.demo-page-notice strong {
  font-weight: 700;
  text-transform: uppercase;
}

.demo-product-notice {
  margin-bottom: 44px;
}

.page-hero-image,
.article-hero {
  margin: 0 0 clamp(48px, 7vw, 96px);
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
}

.page-hero-image {
  aspect-ratio: 16 / 8;
}

.page-hero-image img,
.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-body {
  max-width: 1040px;
}

.page-body-intro {
  margin-bottom: 58px;
}

.page-body > *:first-child {
  margin-top: 0;
}

.page-body p,
.article-body p,
.journal-card p {
  font-size: 15px;
  line-height: 1.75;
}

.page-body .page-lead {
  max-width: 800px;
  margin: 0 0 72px;
  font-size: clamp(22px, 2.25vw, 34px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.page-body h2,
.article-body h2,
.woocommerce-Tabs-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.editorial-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 68px 0;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.page-body blockquote {
  margin: 80px 0 0;
  padding: 56px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: clamp(34px, 4.3vw, 64px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.collection-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 110px;
}

.collection-card {
  min-width: 0;
}

.collection-card-image {
  aspect-ratio: 0.82;
  display: block;
  overflow: hidden;
  background: var(--soft);
  border-radius: 7px;
}

.collection-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.collection-card:hover .collection-card-image img {
  transform: scale(1.025);
}

.collection-card-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.collection-card-copy .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #696965;
  font-size: 9px;
}

.collection-card-copy strong {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.collection-card-copy i {
  font-size: 26px;
}

.collection-products {
  padding-top: 70px;
  border-top: 1px solid var(--line);
}

.collection-products .section-heading {
  margin-bottom: 0;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 84px 40px;
}

.journal-card-image {
  aspect-ratio: 1.2;
  display: block;
  overflow: hidden;
  background: var(--soft);
  border-radius: 7px;
}

.journal-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.journal-card:hover .journal-card-image img {
  transform: scale(1.025);
}

.journal-card-copy {
  padding-top: 26px;
}

.journal-card-copy .eyebrow {
  margin-bottom: 14px;
  color: #696965;
  font-size: 9px;
}

.journal-card h2 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(28px, 3.1vw, 46px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.journal-card p {
  max-width: 560px;
  margin: 20px 0 26px;
}

.journal-card .text-link {
  padding-bottom: 8px;
  border-bottom-width: 1px;
}

.single-article {
  max-width: 1180px;
}

.article-header {
  max-width: 980px;
  margin: 0 auto 64px;
  text-align: center;
}

.article-header h1 {
  margin: 0;
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.article-deck {
  max-width: 720px;
  margin: 32px auto 0;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
}

.article-hero {
  aspect-ratio: 16 / 9;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
}

.article-body h2 {
  margin-top: 58px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 22px;
  color: #696965;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
}

.woocommerce span.onsale {
  top: 14px;
  left: 14px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 8px 10px;
  border-radius: 0;
  color: #fff;
  background: var(--ink);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images img {
  background: var(--soft);
  border-radius: 7px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 0 0 9px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--ink) var(--line);
  scrollbar-width: thin;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  flex: 0 0 calc((100% - 20px) / 3);
  float: none;
  width: auto;
  scroll-snap-align: start;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.woocommerce div.product .summary {
  position: static;
  padding-top: 26px;
}

.woocommerce div.product .product_title {
  max-width: 600px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 24px 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
}

.woocommerce div.product p.price del {
  color: #7b7b76;
  opacity: 1;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce-product-details__short-description {
  max-width: 540px;
  color: #4d4d49;
  font-size: 14px;
  line-height: 1.75;
}

.product-facts {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.product-fact {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.product-fact span {
  color: #777770;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-fact strong {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0;
}

.woocommerce div.product form.cart .tpa-item-options {
  flex: 0 0 100%;
  width: 100%;
}

.woocommerce div.product form.cart.variations_form {
  display: block;
  margin-top: 28px;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
}

.woocommerce div.product form.cart .variations tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.woocommerce div.product form.cart .variations tr {
  display: grid;
  gap: 8px;
  align-content: start;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}

.woocommerce div.product form.cart .variations label {
  color: var(--ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-block;
  margin-top: 9px;
  color: #6f6f69;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .single_variation_wrap {
  padding-top: 2px;
}

.woocommerce div.product form.cart .woocommerce-variation {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.woocommerce div.product form.cart .woocommerce-variation-price .price {
  margin: 0;
  font-family: var(--display);
  font-size: 26px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin: 0;
  color: #6f6f69;
  font-size: 11px;
  line-height: 1.55;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.woocommerce .quantity .qty {
  width: 74px;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}

.woocommerce div.product form.cart .button {
  min-height: 52px;
  flex: 1;
}

.woocommerce div.product .product_meta {
  display: grid;
  gap: 9px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #696965;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 38px;
  padding-top: 70px;
  border-top: 1px solid var(--line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 28px;
  margin: 0 0 42px;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 0 15px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid var(--ink);
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 760px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.product-detail-architecture {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 7vw, 110px);
  margin-top: 80px;
  padding: clamp(54px, 6vw, 84px);
  background: #ece8ff;
}

.product-detail-intro h2 {
  max-width: 580px;
  margin: 20px 0 24px;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.product-detail-intro p {
  max-width: 460px;
  margin: 0;
  color: #51514d;
  font-size: 13px;
  line-height: 1.7;
}

.detail-note-grid {
  display: grid;
  align-content: center;
  border-top: 1px solid rgba(22, 22, 20, 0.22);
}

.detail-note-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(22, 22, 20, 0.22);
}

.detail-note-card span {
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 5px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-note-card h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.detail-note-card p {
  margin: 0;
  color: #676760;
  font-size: 10px;
}

.related.products,
.upsells.products {
  grid-column: 1 / -1;
  margin-top: 96px;
}

.related.products > h2,
.upsells.products > h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__trigger {
  cursor: zoom-in;
}

.product-detail-story {
  grid-column: 1 / -1;
  margin-top: 104px;
}

.product-detail-story__header {
  max-width: 860px;
  margin-bottom: 50px;
}

.product-detail-story__header h2 {
  margin: 20px 0 24px;
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.product-detail-story__header p {
  max-width: 680px;
  color: #666660;
  font-size: 13px;
  line-height: 1.75;
}

.product-detail-story figure {
  margin: 0;
}

.product-detail-story img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-story__hero {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 7px;
}

.product-detail-story__row {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(54px, 6vw, 88px);
  background: #f5f4f0;
}

.product-detail-story__row--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  background: #ece8ff;
}

.product-detail-story__row--reverse .product-detail-story__media {
  order: -1;
}

.product-detail-story__copy h3 {
  margin: 18px 0 24px;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.product-detail-story__copy > p {
  max-width: 510px;
  margin: 0;
  color: #5e5e58;
  font-size: 13px;
  line-height: 1.75;
}

.product-detail-story__media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 6px;
}

.product-detail-story__facts {
  display: grid;
  margin: 34px 0 0;
  border-top: 1px solid rgba(22, 22, 20, 0.2);
}

.product-detail-story__facts div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(22, 22, 20, 0.2);
}

.product-detail-story__facts dt {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-detail-story__facts dd {
  margin: 0;
  font-size: 11px;
}

.demo-review-section {
  grid-column: 1 / -1;
  margin-top: 104px;
  padding: clamp(34px, 4vw, 58px) 0 0;
  border-top: 1px solid var(--ink);
  color: var(--ink);
}

.demo-review-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 126px);
}

.demo-review-summary h2 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: clamp(64px, 7vw, 108px);
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.demo-review-summary h2 small {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-review-summary .star-rating,
.demo-review-card .star-rating {
  float: none;
  color: #9b7a3a;
}

.demo-review-summary > p {
  color: #696965;
  font-size: 11px;
}

.demo-review-summary__notice {
  max-width: 300px;
  margin-top: 34px;
  line-height: 1.65;
}

.demo-review-featured {
  display: grid;
  align-content: start;
  padding-top: 2px;
  border-top: 1px solid var(--line);
}

.demo-review-featured__top,
.demo-review-featured footer,
.demo-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.demo-review-featured__top > span,
.demo-review-featured footer,
.demo-review-card__top > span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.demo-review-featured__top {
  min-height: 40px;
}

.demo-review-featured blockquote {
  max-width: 890px;
  margin: clamp(26px, 3vw, 42px) 0 32px;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.demo-review-featured footer {
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #696965;
}

.demo-review-featured cite,
.demo-review-featured footer span {
  font-style: normal;
}

.demo-review-featured footer span {
  color: #8a8a83;
}

.demo-review-photo-strip {
  margin-top: clamp(72px, 9vw, 132px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.demo-review-photo-strip__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.demo-review-photo-strip__header h3 {
  margin: 16px 0 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.demo-review-photo-strip__header p {
  max-width: 310px;
  margin: 0;
  color: #696965;
  font-size: 11px;
  line-height: 1.65;
}

.demo-review-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
}

.demo-review-photo-card {
  min-width: 0;
  margin: 0;
}

.demo-review-photo-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f4f0;
}

.demo-review-photo-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-review-photo-card figcaption {
  display: grid;
  gap: 7px;
  padding-top: 13px;
}

.demo-review-photo-card strong,
.demo-review-photo-card span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-review-photo-card span {
  color: #696965;
  font-weight: 500;
}

.demo-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 6vw, 104px);
  margin-top: clamp(72px, 9vw, 132px);
  border-top: 1px solid var(--line);
}

.demo-review-card {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.demo-review-card blockquote {
  max-width: 500px;
  margin: 24px 0 18px;
  font-family: var(--display);
  font-size: clamp(20px, 2.25vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.demo-review-card cite {
  color: #696965;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.product-gallery-viewer-open {
  overflow: hidden;
}

.product-gallery-viewer {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  color: var(--ink);
  background: rgba(247, 247, 244, 0.98);
}

.product-gallery-viewer.is-open {
  display: block;
}

.product-gallery-viewer__dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  padding: 18px clamp(16px, 2.5vw, 40px) 22px;
}

.product-gallery-viewer__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-gallery-viewer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(22, 22, 20, 0.2);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.product-gallery-viewer button:hover,
.product-gallery-viewer button:focus-visible {
  border-color: var(--ink);
}

.product-gallery-viewer button i {
  font-size: 21px;
}

.product-gallery-viewer__stage {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: clamp(12px, 2vw, 32px);
  align-items: center;
  min-height: 0;
}

.product-gallery-viewer__stage > img {
  justify-self: center;
  max-width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
}

.product-gallery-viewer__arrow--previous {
  justify-self: start;
}

.product-gallery-viewer__arrow--next {
  justify-self: end;
}

.product-gallery-viewer__thumbnails {
  display: flex;
  gap: 9px;
  justify-content: center;
  max-width: min(900px, calc(100vw - 32px));
  margin: 14px auto 0;
  padding-bottom: 4px;
  overflow-x: auto;
}

.product-gallery-viewer__thumbnails button {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.62;
}

.product-gallery-viewer__thumbnails button.is-active {
  border-color: var(--ink);
  opacity: 1;
}

.product-gallery-viewer__thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce table.shop_attributes {
  border-top: 0;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-style: normal;
}

.woocommerce table.shop_attributes th {
  width: 180px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 18px 12px;
  border-top: 1px solid var(--line);
}

.woocommerce table.shop_table thead th {
  padding-top: 0;
  border-top: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  width: 110px;
  border-radius: 5px;
}

.woocommerce a.remove {
  color: var(--ink) !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: var(--ink);
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register__submit {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 0;
  color: #fff;
  background: var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals {
  margin-top: 70px;
}

.woocommerce .cart-collaterals .cart_totals {
  width: min(100%, 520px);
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2 {
  margin: 0 0 28px;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 22px;
}

.woocommerce form .form-row label {
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}

.woocommerce form .form-row textarea {
  min-height: 130px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}

.woocommerce-checkout .col2-set {
  width: 57%;
  padding-right: 7%;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  float: right;
  width: 43%;
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background: var(--soft);
}

.woocommerce-checkout #payment div.payment_box {
  background: #e9e6df;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #e9e6df;
}

.woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--line);
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 15px 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--line);
  border-radius: 0;
}

@media (max-width: 960px) {
  .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce div.product > *,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    min-width: 0;
    max-width: 100%;
  }

  .woocommerce div.product div.images {
    width: 100%;
    overflow: hidden;
  }

  .woocommerce div.product .summary {
    position: static;
    padding-top: 0;
  }

  .woocommerce div.product .woocommerce-tabs {
    grid-column: auto;
  }

  .product-detail-architecture,
  .product-detail-story,
  .demo-review-section,
  .related.products,
  .upsells.products {
    grid-column: auto;
  }

  .product-detail-architecture {
    grid-template-columns: 1fr;
  }

  .product-detail-story__row,
  .product-detail-story__row--reverse,
  .demo-review-main,
  .demo-review-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-story__row--reverse .product-detail-story__media {
    order: 0;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .woocommerce-checkout #order_review_heading {
    margin-top: 64px;
  }
}

@media (max-width: 680px) {
  .content-shell,
  .woocommerce main.site-main {
    width: calc(100% - 32px);
    padding: 62px 0 80px;
  }

  .content-header {
    margin-bottom: 42px;
  }

  .content-header h1,
  .woocommerce-products-header__title,
  .shop-shell .page-title {
    font-size: 48px;
  }

  .page-body .page-lead {
    margin-bottom: 50px;
  }

  .editorial-columns,
  .collection-card-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .editorial-columns {
    gap: 28px;
  }

  .collection-card-grid {
    gap: 46px;
    margin-bottom: 78px;
  }

  .journal-grid {
    gap: 66px;
  }

  .page-hero-image,
  .article-hero {
    aspect-ratio: 4 / 5;
  }

  .page-body blockquote {
    margin-top: 58px;
    padding-block: 38px;
    font-size: 36px;
  }

  .article-header h1 {
    font-size: 48px;
  }

  .woocommerce div.product .product_title {
    font-size: 44px;
  }

  .woocommerce div.product form.cart {
    align-items: stretch;
  }

  .woocommerce div.product form.cart .variations tbody {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product form.cart .button {
    width: auto;
  }

  .product-fact {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-detail-architecture {
    gap: 42px;
    margin-top: 54px;
    padding: 42px 24px;
  }

  .product-detail-intro h2 {
    font-size: 48px;
  }

  .detail-note-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .detail-note-card span {
    grid-row: auto;
  }

  .product-detail-story {
    margin-top: 76px;
  }

  .product-detail-story__header h2 {
    font-size: 48px;
  }

  .product-detail-story__row {
    gap: 36px;
    padding: 40px 24px;
  }

  .product-detail-story__copy h3 {
    font-size: 38px;
  }

  .product-detail-story__hero,
  .product-detail-story__media {
    aspect-ratio: 4 / 3;
  }

  .demo-review-section {
    margin-top: 72px;
    padding: 32px 0 0;
  }

  .demo-review-main {
    gap: 46px;
  }

  .demo-review-featured blockquote {
    font-size: 34px;
  }

  .demo-review-photo-strip {
    margin-top: 72px;
  }

  .demo-review-photo-strip__header {
    display: grid;
    align-items: start;
    gap: 18px;
  }

  .demo-review-photo-grid {
    grid-auto-columns: minmax(246px, 78%);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .demo-review-photo-card {
    scroll-snap-align: start;
  }

  .demo-review-grid {
    margin-top: 72px;
  }

  .product-gallery-viewer__dialog {
    padding-inline: 12px;
  }

  .product-gallery-viewer__stage {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .product-gallery-viewer__stage > img {
    max-height: calc(100vh - 190px);
  }

  .product-gallery-viewer__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
  }

  .product-gallery-viewer__arrow--previous {
    left: 2px;
  }

  .product-gallery-viewer__arrow--next {
    right: 2px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 18px;
    overflow-x: auto;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 14px 0;
  }

  .woocommerce-cart table.cart img {
    width: 82px;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    margin-top: 44px;
  }
}

/* Expanded editorial homepage */
.product-section,
.home-collections,
.home-journal {
  padding: clamp(72px, 7vw, 108px) clamp(24px, 4.2vw, 68px);
  background: #fff;
}

.product-section + .product-section {
  padding-top: 0;
}

.product-section .section-heading,
.home-collections .section-heading,
.home-journal .section-heading {
  max-width: 1320px;
}

.campaign-split {
  width: min(calc(100% - 8vw), 1320px);
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(360px, 0.9fr);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
}

.campaign-split-reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.62fr);
}

.campaign-media {
  min-height: 520px;
  overflow: hidden;
  background: var(--soft);
}

.campaign-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 4.6vw, 72px);
}

.campaign-copy-lilac {
  background: #e8e1f7;
}

.campaign-copy-mineral {
  background: #e4e9df;
}

.campaign-copy .eyebrow {
  margin-bottom: 22px;
}

.campaign-copy h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(46px, 4.5vw, 70px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.campaign-copy > p:not(.eyebrow) {
  max-width: 450px;
  margin: 28px 0 34px;
  font-size: 14px;
  line-height: 1.7;
}

.home-collections {
  padding-top: clamp(84px, 8vw, 126px);
  padding-bottom: clamp(84px, 8vw, 126px);
}

.home-collection-grid,
.home-journal-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 34px);
  margin: 0 auto;
}

.home-collection-card {
  min-width: 0;
}

.home-collection-image {
  aspect-ratio: 0.88;
  display: block;
  overflow: hidden;
  background: var(--soft);
  border-radius: 7px;
}

.home-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-collection-card:hover .home-collection-image img {
  transform: scale(1.025);
}

.home-collection-copy {
  min-height: 106px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 2px 0;
}

.home-collection-copy strong,
.home-collection-copy small {
  display: block;
}

.home-collection-copy strong {
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.home-collection-copy small {
  max-width: 280px;
  margin-top: 11px;
  color: #666660;
  font-size: 12px;
  line-height: 1.55;
}

.home-collection-copy i {
  font-size: 26px;
}

.home-journal {
  border-top: 1px solid var(--line);
}

.home-journal-image {
  aspect-ratio: 1.14;
  display: block;
  overflow: hidden;
  background: var(--soft);
  border-radius: 7px;
}

.home-journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-journal-card:hover .home-journal-image img {
  transform: scale(1.025);
}

.home-journal-card .eyebrow {
  margin: 22px 0 12px;
  color: #696965;
  font-size: 9px;
}

.home-journal-card h3 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(24px, 2.45vw, 38px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.home-journal-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-journal-link i {
  font-size: 17px;
}

@media (max-width: 960px) {
  .campaign-split,
  .campaign-split-reverse {
    width: min(calc(100% - 48px), 860px);
    grid-template-columns: 1fr;
  }

  .campaign-media {
    min-height: 500px;
    order: 1;
  }

  .campaign-copy {
    min-height: 420px;
    order: 2;
  }

  .home-collection-grid,
  .home-journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-collection-card:last-child,
  .home-journal-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .product-section,
  .home-collections,
  .home-journal {
    padding: 64px 16px 76px;
  }

  .campaign-split,
  .campaign-split-reverse {
    width: calc(100% - 32px);
  }

  .campaign-media {
    min-height: 0;
    aspect-ratio: 1.05;
  }

  .campaign-copy {
    min-height: 390px;
    padding: 44px 24px 48px;
  }

  .campaign-copy h2 {
    font-size: 46px;
  }

  .campaign-copy .button {
    width: 100%;
  }

  .home-collection-grid,
  .home-journal-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .home-collection-card:last-child,
  .home-journal-card:last-child {
    grid-column: auto;
  }

  .home-collection-image {
    aspect-ratio: 0.9;
  }

  .home-journal {
    padding-top: 66px;
  }
}

/* Archive Ledger direction */
:root {
  color: #321610;
  background: #f9f7f3;
  --ink: #321610;
  --forest: #4c5139;
  --ivory: #f9f7f3;
  --paper: #f3efe7;
  --brown: #321610;
  --copper: #82746b;
  --lilac: #dfe0d2;
  --mineral: #e7e4d8;
  --soft: #f3efe7;
  --line: rgba(50, 22, 16, 0.2);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

body {
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
}

.announcement {
  min-height: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  color: #f9f7f3;
  background: #4c5139;
  font-family: var(--display);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.announcement i {
  font-size: 20px;
}

.site-header {
  min-height: 90px;
  height: 90px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 0 clamp(32px, 3.8vw, 58px);
  background: rgba(249, 247, 243, 0.98);
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  justify-self: center;
  text-align: center;
}

.wordmark {
  display: inline-block;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(28px, 2.75vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.custom-logo {
  max-width: min(520px, 42vw);
  max-height: 64px;
}

.header-search {
  justify-self: start;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-text-action {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--display);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.header-text-action i {
  font-size: 25px;
}

.header-text-action:focus-visible,
.primary-bar a:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 4px;
}

.cart-button {
  position: relative;
}

.bag-count {
  position: static;
  min-width: 23px;
  height: 23px;
  padding: 0 6px;
  color: #f9f7f3;
  background: #7b7657;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
}

.primary-bar {
  min-height: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: rgba(249, 247, 243, 0.98);
  border-bottom: 1px solid var(--line);
}

.primary-bar .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(38px, 5vw, 78px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-bar .menu a {
  position: relative;
  display: block;
  padding: 14px 0 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.primary-bar .menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-bar .menu a:hover::after,
.primary-bar .menu a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.archive-hero {
  height: 443px;
  display: grid;
  grid-template-columns: 43% 57%;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.archive-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 40px clamp(42px, 5vw, 74px);
}

.archive-hero .eyebrow {
  margin: 0 0 24px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive-hero h1 {
  max-width: 560px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(45px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.archive-hero__intro {
  max-width: 475px;
  margin: 24px 0 30px;
  color: #5e504a;
  font-size: 15px;
  line-height: 1.65;
}

.archive-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.archive-hero__actions .button {
  min-width: 198px;
  min-height: 45px;
  height: 45px;
  gap: 0;
  padding: 0 28px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.button-dark {
  color: #f9f7f3;
  background: var(--forest);
}

.button-dark:hover {
  color: #f9f7f3;
  background: var(--ink);
  border-color: var(--ink);
}

.button-outline {
  color: var(--ink);
  border-color: rgba(50, 22, 16, 0.52);
}

.button-outline:hover {
  color: #f9f7f3;
  background: var(--ink);
}

.archive-hero__media {
  min-width: 0;
  overflow: hidden;
  background: #ded7ca;
}

.archive-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-fallback {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: grid;
  place-items: center;
  color: rgba(50, 22, 16, 0.58);
  background-color: #e8e1d4;
  box-shadow: inset 0 0 0 1px rgba(50, 22, 16, 0.08);
}

.media-fallback--hero {
  min-height: 443px;
}

.media-fallback small {
  padding: 8px 11px;
  border: 1px solid rgba(50, 22, 16, 0.28);
  background: rgba(249, 247, 243, 0.82);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-index {
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  padding: 0 clamp(22px, 4.4vw, 68px);
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.category-index a {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 0 18px;
  text-align: center;
}

.category-index a + a {
  border-left: 1px solid var(--line);
}

.category-index strong,
.category-index span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-index strong {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-index span {
  color: #6a5c56;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1;
}

.category-index a:hover strong,
.category-index a:focus-visible strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.archive-products {
  padding: 31px clamp(28px, 4.8vw, 72px) 74px;
  background: var(--ivory);
}

.archive-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 1340px;
  margin: 0 auto 20px;
}

.archive-section-heading .eyebrow {
  margin: 0;
  color: #554842;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.demo-inline-notice {
  margin: 7px 0 0;
  color: #796c64;
  font-family: var(--display);
  font-size: 12px;
  line-height: 1.35;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  padding: 2px 0 7px;
  border-bottom: 1px solid transparent;
  color: #625550;
  font-family: var(--display);
  font-size: 13px;
}

.section-link:hover,
.section-link:focus-visible {
  border-bottom-color: currentColor;
}

.archive-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  max-width: 1340px;
  margin: 0 auto;
}

.archive-products--secondary {
  padding-top: 68px;
  border-top: 1px solid var(--line);
}

.archive-products--secondary .archive-section-heading {
  align-items: end;
  margin-bottom: 28px;
}

.archive-products--secondary .archive-section-heading h2 {
  max-width: 620px;
  margin: 9px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

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

.archive-product-grid .product-card {
  min-width: 0;
}

.archive-product-grid .product-image-link {
  width: 100%;
  aspect-ratio: 1.46;
  display: block;
  overflow: hidden;
  background: #ded7ca;
}

.archive-product-grid .product-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.archive-product-grid .product-image-link:hover img {
  transform: scale(1.018);
}

.archive-product-grid .demo-kicker {
  display: block;
  margin-top: 14px;
  color: var(--forest);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.archive-product-grid .product-card h3 {
  margin: 12px 0 2px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.archive-product-grid .demo-kicker + h3 {
  margin-top: 6px;
}

.archive-product-grid .product-price {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.25;
}

.archive-campaign {
  width: min(calc(100% - 9.6vw), 1340px);
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.9fr);
  margin: 18px auto 88px;
  border: 1px solid var(--line);
  background: #eee8dc;
}

.archive-campaign--reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.55fr);
  margin-top: 88px;
}

.archive-campaign__media {
  min-height: 500px;
  overflow: hidden;
  background: #ded7ca;
}

.archive-campaign__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-campaign__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 5vw, 72px);
}

.archive-campaign__copy .eyebrow {
  margin: 0 0 22px;
  color: var(--forest);
}

.archive-campaign__copy h2 {
  max-width: 450px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(43px, 4vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.archive-campaign__copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 26px 0 32px;
  color: #62544d;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.55;
}

.archive-story {
  min-height: 560px;
  display: grid;
  grid-template-columns: 55% 45%;
  border-top: 1px solid var(--line);
}

.archive-story__media {
  min-height: 560px;
  overflow: hidden;
  background: #ded7ca;
}

.archive-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-story__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(54px, 7vw, 104px);
  background: #eee8dc;
}

.archive-story__copy .eyebrow {
  margin: 0 0 24px;
  color: var(--forest);
}

.archive-story__copy h2 {
  max-width: 470px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 4.3vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.archive-story__copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 28px 0 34px;
  color: #62544d;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.55;
}

.archive-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 52px clamp(26px, 5vw, 76px);
  color: #f9f7f3;
  background: var(--forest);
}

.archive-service-strip > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 17px;
  row-gap: 6px;
  padding: 0 clamp(18px, 3vw, 46px);
}

.archive-service-strip > div + div {
  border-left: 1px solid rgba(249, 247, 243, 0.28);
}

.archive-service-strip i {
  grid-row: 1 / span 2;
  font-size: 25px;
}

.archive-service-strip strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
}

.archive-service-strip span {
  color: rgba(249, 247, 243, 0.78);
  font-size: 11px;
  line-height: 1.55;
}

.site-footer {
  grid-template-columns: 1.15fr 0.72fr minmax(260px, 1fr) 0.72fr;
  gap: 48px;
  padding: 72px clamp(28px, 5vw, 76px);
  color: #f9f7f3;
  background: #292d21;
}

.site-footer .wordmark {
  color: #f9f7f3;
  font-size: 27px;
}

.site-footer p {
  color: rgba(249, 247, 243, 0.74);
}

.site-footer .footer-note {
  justify-self: end;
}

.site-footer .tpa-compliance-footer--embedded,
.site-footer .paper-archive-compliance-footer--embedded {
  min-width: 0;
  margin: 0;
  border: 0;
  color: rgba(249, 247, 243, 0.82);
  background: transparent;
  font-family: var(--sans);
}

.site-footer .tpa-compliance-footer--embedded .tpa-compliance-footer__inner,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__inner {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.site-footer .tpa-compliance-footer--embedded .tpa-compliance-footer__identity,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity {
  display: grid;
  gap: 6px;
  color: rgba(249, 247, 243, 0.72);
  font-size: 11px;
  line-height: 1.5;
}

.site-footer .tpa-compliance-footer--embedded .tpa-compliance-footer__identity span,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity span {
  color: rgba(249, 247, 243, 0.48);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.site-footer .tpa-compliance-footer--embedded .tpa-compliance-footer__identity strong,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__identity strong {
  color: #f9f7f3;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer .tpa-compliance-footer--embedded .tpa-compliance-footer__links,
.site-footer .paper-archive-compliance-footer--embedded .paper-archive-compliance-footer__links {
  justify-content: flex-start;
  gap: 9px 14px;
  margin-top: 17px;
  color: rgba(249, 247, 243, 0.72);
  font-size: 10px;
}

.site-footer .tpa-compliance-footer--embedded a,
.site-footer .tpa-compliance-footer--embedded button,
.site-footer .paper-archive-compliance-footer--embedded a,
.site-footer .paper-archive-compliance-footer--embedded button {
  color: inherit;
}

body .tpa-cookie-consent,
body .tpa-contact-card,
body .tpa-product-policy-links,
body .tpa-checkout-policy-help,
body .tpa-cookie-settings-inline,
body .tpa-policy-demo-notice,
body .tpa-policy-grid,
body .tpa-policy-facts,
body .tpa-policy-table-wrap {
  --tpa-ink: #321610;
  --tpa-muted: #6a5c56;
  --tpa-line: rgba(50, 22, 16, 0.2);
  --tpa-surface: #f9f7f3;
  --tpa-lilac: #eee8dc;
  --tpa-purple: #4c5139;
  --tpa-font: var(--sans);
}

body .tpa-cookie-consent__banner,
body .tpa-cookie-consent__dialog {
  border-radius: 0;
  background: #f9f7f3;
}

body .tpa-handmade-summary {
  color: var(--ink);
  background: #eee8dc;
  border-color: rgba(50, 22, 16, 0.2);
  border-radius: 0;
}

body .tpa-handmade-summary__icon {
  color: var(--forest);
  background: #f9f7f3;
  border-color: rgba(76, 81, 57, 0.26);
}

body .tpa-handmade-summary__badge,
body .tpa-handmade-summary__time > span {
  color: #5e6346;
}

.drawer {
  color: var(--ink);
  background: var(--ivory);
}

.drawer-account-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drawer-account-link i {
  font-size: 20px;
}

.woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px 26px;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 3;
  background: #e8e1d4;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
}

.woocommerce div.product .product_title,
.woocommerce-products-header__title,
.shop-shell .page-title,
.content-header h1,
.article-header h1 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
  text-transform: none;
}

.demo-page-notice {
  margin: 0 0 28px;
  padding: 13px 16px;
  border: 1px solid rgba(76, 81, 57, 0.36);
  color: #4b4f38;
  background: #f0eee5;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
    gap: 18px;
    padding-inline: 28px;
  }

  .wordmark {
    font-size: 30px;
  }

  .header-actions {
    gap: 16px;
  }

  .header-text-action {
    font-size: 14px;
  }

  .primary-bar .menu {
    gap: 34px;
  }

  .archive-hero {
    grid-template-columns: 48% 52%;
  }

  .archive-hero__copy {
    padding-inline: 42px;
  }

  .archive-hero h1 {
    font-size: 47px;
  }

  .archive-hero__actions {
    gap: 10px;
  }

  .archive-hero__actions .button {
    min-width: 0;
  }

  .category-index {
    padding-inline: 8px;
  }

  .category-index a {
    padding-inline: 8px;
  }

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

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

  .site-footer .footer-note {
    justify-self: start;
  }
}

@media (min-width: 761px) and (max-width: 960px) {
  .mobile-menu-button {
    display: none;
  }
}

@media (max-width: 760px) {
  .announcement {
    padding-inline: 14px;
    font-size: 13px;
  }

  .site-header {
    min-height: 68px;
    height: 68px;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    padding: 0 16px;
  }

  .header-search {
    width: 44px;
  }

  .header-search .header-text-action {
    width: 44px;
    justify-content: flex-start;
  }

  .header-search .header-text-action span,
  .account-link,
  .cart-button > span:not(.bag-count) {
    display: none;
  }

  .brand-lockup {
    justify-self: center;
  }

  .wordmark {
    max-width: 210px;
    overflow: hidden;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
  }

  .custom-logo {
    max-width: 205px;
    max-height: 44px;
  }

  .header-actions {
    gap: 2px;
  }

  .cart-button {
    width: 46px;
    justify-content: flex-start;
  }

  .cart-button .bag-count {
    position: absolute;
    top: 0;
    right: -1px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    font-size: 8px;
  }

  .mobile-menu-button {
    width: 42px;
    height: 42px;
    display: inline-grid;
  }

  .primary-bar {
    display: none;
  }

  .archive-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .archive-hero__copy {
    min-height: 405px;
    padding: 54px 24px 50px;
  }

  .archive-hero .eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .archive-hero h1 {
    max-width: 345px;
    font-size: clamp(42px, 12vw, 52px);
    line-height: 0.98;
  }

  .archive-hero__intro {
    max-width: 342px;
    margin: 22px 0 28px;
    font-size: 14px;
    line-height: 1.6;
  }

  .archive-hero__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .archive-hero__actions .button {
    width: 100%;
  }

  .archive-hero__media,
  .media-fallback--hero {
    min-height: 0;
    aspect-ratio: 1.18;
  }

  .category-index {
    min-height: 74px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .category-index a {
    flex: 0 0 154px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14px;
    scroll-snap-align: start;
  }

  .archive-products {
    padding: 34px 16px 64px;
  }

  .archive-section-heading {
    margin-bottom: 19px;
  }

  .archive-section-heading .eyebrow {
    font-size: 10px;
  }

  .demo-inline-notice {
    max-width: 230px;
  }

  .archive-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
  }

  .archive-product-grid--three {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .archive-products--secondary .archive-section-heading {
    align-items: flex-start;
  }

  .archive-products--secondary .archive-section-heading h2 {
    font-size: 36px;
  }

  .archive-product-grid .product-image-link {
    aspect-ratio: 1.15;
  }

  .archive-product-grid .product-card h3 {
    font-size: 16px;
  }

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

  .archive-campaign,
  .archive-campaign--reverse {
    width: calc(100% - 32px);
    min-height: 0;
    grid-template-columns: 1fr;
    margin: 16px auto 64px;
  }

  .archive-campaign--reverse {
    margin-top: 64px;
  }

  .archive-campaign__media {
    min-height: 0;
    aspect-ratio: 1.1;
  }

  .archive-campaign--reverse .archive-campaign__copy {
    order: 2;
  }

  .archive-campaign--reverse .archive-campaign__media {
    order: 1;
  }

  .archive-campaign__copy {
    min-height: 390px;
    padding: 48px 24px 52px;
  }

  .archive-campaign__copy h2 {
    font-size: 45px;
  }

  .archive-campaign__copy .button {
    width: 100%;
  }

  .archive-story__media {
    min-height: 0;
    aspect-ratio: 1.1;
  }

  .archive-story__copy {
    padding: 58px 24px 64px;
  }

  .archive-story__copy h2 {
    font-size: 48px;
  }

  .archive-service-strip {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 24px;
  }

  .archive-service-strip > div {
    padding: 28px 0;
  }

  .archive-service-strip > div + div {
    border-top: 1px solid rgba(249, 247, 243, 0.28);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 58px 24px;
  }

  .site-footer .footer-note {
    justify-self: start;
  }

  .site-footer .wordmark {
    font-size: 24px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 12px;
  }
}

@media (max-width: 390px) {
  .wordmark {
    max-width: 190px;
    font-size: 20px;
  }

  .archive-hero__copy {
    min-height: 400px;
  }

  .archive-product-grid .product-card h3 {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .primary-bar .menu a::after,
  .archive-product-grid .product-image-link img {
    transition: none;
  }
}
