:root {
  color: #0b0b0b;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-synthesis: none;
  --ink: #0b0b0b;
  --forest: #0b0b0b;
  --ivory: #ffffff;
  --paper: #f7f6f2;
  --brown: #0b0b0b;
  --copper: #9f8ec9;
  --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;
  z-index: 900;
  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;
}

.mini-cart .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-cart .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.mini-cart .woocommerce-mini-cart-item img {
  width: 76px;
  aspect-ratio: 1;
  object-fit: cover;
}

.mini-cart .remove {
  grid-column: 3;
  grid-row: 1;
  font-size: 20px;
}

.mini-cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  margin: 28px 0;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.mini-cart .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
}

.mini-cart .woocommerce-mini-cart__buttons .button {
  width: 100%;
  color: #fff;
  background: var(--forest);
}

.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-scent-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: #0b0b0b;
}

.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: #0b0b0b;
}

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

.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);
}

.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: #0b0b0b;
}

.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;
  gap: 10px;
  margin: 32px 0;
}

.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;
  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-scent-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-scent-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-scent-intro p {
  max-width: 460px;
  margin: 0;
  color: #51514d;
  font-size: 13px;
  line-height: 1.7;
}

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

.scent-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);
}

.scent-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;
}

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

.scent-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-scent-architecture,
  .product-detail-story,
  .demo-review-section,
  .related.products,
  .upsells.products {
    grid-column: auto;
  }

  .product-scent-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-scent-architecture {
    gap: 42px;
    margin-top: 54px;
    padding: 42px 24px;
  }

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

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

  .scent-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;
  }
}
